Commit a260ed8
committed
fix(project): add missing discounts, inventory generators to keep up with platform-sdk 8.27.0 types
Project now requires discounts (DiscountsConfiguration) and inventory
(InventoryConfiguration), both previously optional/absent. Generated as
real nested config objects (discountCombinationMode via oneOf over the
BestDeal/Stacking enum, inventory's reservationExpirationInMinutes/
releaseExpiredReservations via faker), matching the existing
cdnContainerConfiguration inline-object precedent in this file rather than
defaulting to null.1 parent 3edc5f9 commit a260ed8
1 file changed
Lines changed: 10 additions & 1 deletion
Lines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
27 | 36 | | |
28 | 37 | | |
29 | 38 | | |
| |||
0 commit comments