diff --git a/.changeset/twelve-boats-jump.md b/.changeset/twelve-boats-jump.md new file mode 100644 index 000000000..82a3978fa --- /dev/null +++ b/.changeset/twelve-boats-jump.md @@ -0,0 +1,5 @@ +--- +'@commercetools-test-data/standalone-price': patch +--- + +- Add missing export line for StagedStandalonePrice model diff --git a/models/standalone-price/src/index.ts b/models/standalone-price/src/index.ts index 515cf6d09..3c1384977 100644 --- a/models/standalone-price/src/index.ts +++ b/models/standalone-price/src/index.ts @@ -1,5 +1,6 @@ export * as StandalonePriceDraft from './standalone-price-draft'; export * as StagedPriceDraft from './staged-price-draft'; +export * as StagedStandalonePrice from './staged-standalone-price'; export * as StandalonePrice from '.'; export { default as random } from './builder';