0.0.0-canary-20230919110326 • Published 2 years ago

@commercetools-test-data/attribute-type v0.0.0-canary-20230919110326

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@commercetools-test-data/attribute-type

This package provides the data models for the commercetools platform `AttributeTypes' representations

https://docs.commercetools.com/api/projects/productTypes#attributetype

Install

$ pnpm add -D @commercetools-test-data/attribute-type

Usage

AttributeBooleanType

import {
  AttributeBooleanType,
  type TAttributeBooleanType,
} from '@commercetools-test-data/attribute-type';

const attributeBooleanType =
  AttributeBooleanType.random().build<TAttributeBooleanType>();

AttributeEnumType

import {
  AttributeEnumType,
  type TAttributeEnumType,
} from '@commercetools-test-data/attribute-type';

const attributeEnumType =
  AttributeEnumType.random().build<TAttributeEnumType>();

AttributeLocalizedEnumValue

import {
  AttributeLocalizedEnumValue,
  type TAttributeLocalizedEnumValue,
  type TAttributeLocalizedEnumValueGraphql,
} from '@commercetools-test-data/attribute-type';

const attributeLocalizedEnumValue =
  AttributePLocalizedEnumValue.random().build<TAttributeLocalizedEnumValue>();

AttributePlainEnumValue

import {
  AttributePlainEnumValue,
  type TAttributePlainEnumValue,
  type TAttributePlainEnumValueGraphql,
} from '@commercetools-test-data/attribute-type';

const attributePlainEnumValue =
  AttributePlainEnumValue.random().build<TAttributePlainEnumValue>();

AttributeTextType

import {
  AttributeTextType,
  type TAttributeTextType,
} from '@commercetools-test-data/attribute-type';

const attributeTextType =
  AttributeTextType.random().build<TAttributeTextType>();
5.11.2

2 years ago

5.11.1

2 years ago

5.11.0

2 years ago

5.8.2

2 years ago

5.8.1

2 years ago

5.8.0

2 years ago

5.9.0

2 years ago

5.10.1

2 years ago

5.10.0

2 years ago

5.7.0

2 years ago

5.5.1

2 years ago

5.5.0

2 years ago

5.6.0

2 years ago

5.4.1

2 years ago

5.4.0

2 years ago

5.3.6

2 years ago

5.3.5

2 years ago

5.3.3

2 years ago

5.3.2

2 years ago

5.3.1

2 years ago

5.3.0

2 years ago

5.1.1

2 years ago

5.1.0

2 years ago

5.2.0

2 years ago

5.0.0

2 years ago

5.3.4

2 years ago

4.11.0

2 years ago

4.11.1

2 years ago

4.10.0

2 years ago

4.9.0

2 years ago

4.8.0

2 years ago

4.7.0

2 years ago

4.6.0

2 years ago