Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/new-facts-build.md
Original file line number Diff line number Diff line change
@@ -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.
3 changes: 1 addition & 2 deletions standalone/src/core/@jackfranklin/test-data-bot/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
import type { Faker } from '@faker-js/faker';
import { faker } from '@faker-js/faker';
import { faker, type Faker } from '@faker-js/faker';
import mapValues from 'lodash/mapValues';

export type SequenceFunction = (counter: number) => unknown;
Expand Down
2 changes: 2 additions & 0 deletions standalone/src/models/standalone-price/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Loading