Skip to content

Commit

Permalink
fix(inventory-index): add models to index (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
valoriecarli authored Oct 4, 2023
1 parent 773b79b commit e7dfb76
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/blue-pans-itch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@commercetools-test-data/inventory-entry': patch
---

Added InventoryEntry & InventoryEntryDraft to index
3 changes: 3 additions & 0 deletions models/inventory-entry/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
export * as InventoryEntryDraft from './inventory-entry-draft';
export * as InventoryEntry from '.';

export { default as random } from './builder';
export { default as presets } from './presets';
export * from './types';

0 comments on commit e7dfb76

Please sign in to comment.