8.0.0 • Published 8 days ago

@commercetools-test-data/business-unit v8.0.0

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

@commercetools-test-data/business-unit

This package provides the data model for the commercetools platform BusinessUnit representations

https://docs.commercetools.com/api/projects/business-units#representations

Install

$ pnpm add -D @commercetools-test-data/business-unit

Usage

Company and Division are classified as distinct types of Business Units, and therefore share a common representation within the package. The strategic separation of splitting them into separate models within this package aims to simplify both the test data itself, as well as their underlying distinctions.

BusinessUnit - Company & Division

import { CompanyDraft, DivisionDraft, type TBusinessUnitDraft } from from '@commercetools-test-data/business-unit';

const companyDraft = CompanyDraft.random().build<TBusinessUnitDraft>();
const divisionDraft = DivisionDraft.random().build<TBusinessUnitDraft>();

Associate and AssociateRoleAssignment

import { Associate, AssociateRoleAssignment, type TAssociateDefault, type TAssociateRoleAssignmentDefault } from from '@commercetools-test-data/business-unit';

const associate = Associate.random().build<TAssociateDefault>();
const associateRoleAssignment = AssociateRoleAssignment.random().build<TAssociateRoleAssignmentDefault>();
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