8.0.0 • Published 8 days ago

@commercetools-test-data/store v8.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 days ago

@commercetools-test-data/store

This package provides the data models for the commercetools platform Store representations

https://docs.commercetools.com/api/projects/stores#representations

Install

$ pnpm add -D @commercetools-test-data/store

Usage

ProductSelectionSetting

import {
  ProductSelectionSetting,
  ProductSelectionSettingDraft,
  type TProductSelectionSetting,
  type TProductSelectionSettingDraft,
} from '@commercetools-test-data/store';

const productSelectionSetting =
  ProductSelectionSetting.random().build<TProductSelectionSetting>();
const productSelectionSettingDraft =
  ProductSelectionSettingDraft.random().build<TProductSelectionSettingDraft>();

Store

import {
  Store,
  StoreDraft,
  type TStore,
  type TStoreDraft,
} from '@commercetools-test-data/store';

const store = Store.random().build<TStore>();
const storeDraft = Store.random().build<TStoreDraft>();
8.0.0

8 days ago

7.11.0

15 days ago

7.10.0

20 days ago

7.9.1

1 month ago

7.9.0

1 month ago

7.8.0

1 month ago

7.6.0

1 month ago

7.7.1

1 month ago

7.7.0

1 month ago

7.5.0

2 months ago

7.4.0

2 months ago

7.3.0

2 months ago

7.2.13

2 months ago

7.2.12

2 months ago

7.2.11

2 months ago

7.2.10

2 months ago

7.2.9

2 months ago

7.2.8

2 months ago

7.2.7

2 months ago

7.2.6

2 months ago

7.2.5

2 months ago

7.2.4

2 months ago

7.2.3

2 months ago

7.2.2

2 months ago

7.2.1

2 months ago

7.1.1

2 months ago

7.1.0

2 months ago

7.2.0

2 months ago

7.0.0

3 months ago

6.11.0

4 months ago

6.10.0

4 months ago

6.9.0

5 months ago

6.8.1

5 months ago

6.8.0

5 months ago

6.6.0

6 months ago

6.5.0

6 months ago

6.4.2

6 months ago

6.4.1

6 months ago

6.4.0

7 months ago

6.3.8

7 months ago

6.3.7

7 months ago

6.3.6

7 months ago

6.3.5

7 months ago

6.3.4

7 months ago

6.3.3

7 months ago

6.3.2

7 months ago

6.3.1

7 months ago

6.3.0

7 months ago

6.2.0

7 months ago

6.1.1

7 months ago

6.1.0

7 months ago

6.0.0

8 months ago

5.11.2

8 months ago

5.11.1

8 months ago

5.11.0

8 months ago

5.10.1

8 months ago

5.10.0

8 months ago

5.9.0

9 months ago