From 0728eb2604da6433f805081ea8b936209e8bd534 Mon Sep 17 00:00:00 2001 From: Nima Jahanshahlou Date: Fri, 6 Feb 2026 13:50:01 +0100 Subject: [PATCH 1/2] feat(models): export additional types from staged-standalone-price and staged-price-draft --- standalone/src/models/standalone-price/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/standalone/src/models/standalone-price/index.ts b/standalone/src/models/standalone-price/index.ts index 3c13849778..430fcbb44f 100644 --- a/standalone/src/models/standalone-price/index.ts +++ b/standalone/src/models/standalone-price/index.ts @@ -6,3 +6,5 @@ export * as StandalonePrice from '.'; export { default as random } from './builder'; export { default as presets } from './presets'; export * from './types'; +export * from './staged-standalone-price/types'; +export * from './staged-price-draft/types'; From d4a586363f3b7982e461f6b777e15b297d672ad5 Mon Sep 17 00:00:00 2001 From: Nima Jahanshahlou Date: Fri, 6 Feb 2026 13:50:01 +0100 Subject: [PATCH 2/2] chore: add changeset --- .changeset/new-facts-build.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/new-facts-build.md diff --git a/.changeset/new-facts-build.md b/.changeset/new-facts-build.md new file mode 100644 index 0000000000..a418821374 --- /dev/null +++ b/.changeset/new-facts-build.md @@ -0,0 +1,5 @@ +--- +'@commercetools/composable-commerce-test-data': patch +--- + +Export staged types from the standalone-price entry point. TStagedStandalonePrice, TStagedStandalonePriceBuilder, TStagedPriceDraft, TStagedPriceDraftBuilder and related types are now re-exported from @commercetools/composable-commerce-test-data/standalone-price.