|
| 1 | +--- |
| 2 | +'@commercetools/platform-sdk': minor |
| 3 | +--- |
| 4 | + |
| 5 | +**Api changes** |
| 6 | + |
| 7 | +<details> |
| 8 | +<summary>Added Enum(s)</summary> |
| 9 | + |
| 10 | +- added enum `ReserveOnCart` to type `InventoryMode` |
| 11 | +- added enum `reservation` to type `ReferenceTypeId` |
| 12 | +- added enum `reservation` to type `ResourceTypeId` |
| 13 | +</details> |
| 14 | + |
| 15 | +<details> |
| 16 | +<summary>Added Type(s)</summary> |
| 17 | + |
| 18 | +- added type `ReservationReference` |
| 19 | +- added type `CartSetReservationExpirationInMinutesAction` |
| 20 | +- added type `NonStandardCurrency` |
| 21 | +- added type `CircularDependencyError` |
| 22 | +- added type `ExtensionChainTooDeepError` |
| 23 | +- added type `ExtensionChainTooWideError` |
| 24 | +- added type `ExtensionDependencyExistsError` |
| 25 | +- added type `LineItemQuantityAboveLimitError` |
| 26 | +- added type `LineItemQuantityBelowLimitError` |
| 27 | +- added type `MissingDependencyError` |
| 28 | +- added type `GraphQLCircularDependencyError` |
| 29 | +- added type `GraphQLExtensionChainTooDeepError` |
| 30 | +- added type `GraphQLExtensionChainTooWideError` |
| 31 | +- added type `GraphQLExtensionDependencyExistsError` |
| 32 | +- added type `GraphQLLineItemQuantityAboveLimitError` |
| 33 | +- added type `GraphQLLineItemQuantityBelowLimitError` |
| 34 | +- added type `GraphQLMissingDependencyError` |
| 35 | +- added type `ExtensionAdditionalContext` |
| 36 | +- added type `ExtensionAdditionalContextDraft` |
| 37 | +- added type `ExtensionReference` |
| 38 | +- added type `ExtensionResourceIdentifier` |
| 39 | +- added type `ExtensionSetAdditionalContextAction` |
| 40 | +- added type `ExtensionSetDependenciesAction` |
| 41 | +- added type `ExtensionSetExpansionPathsAction` |
| 42 | +- added type `InventoryEntryStockLevels` |
| 43 | +- added type `InventoryEntrySetReorderPointAction` |
| 44 | +- added type `InventoryEntrySetReservationExpirationInMinutesAction` |
| 45 | +- added type `InventoryEntrySetSafetyStockAction` |
| 46 | +- added type `InventoryEntryOutOfStockMessage` |
| 47 | +- added type `InventoryEntryReorderPointMessage` |
| 48 | +- added type `InventoryEntryReservationExpirationInMinutesSetMessage` |
| 49 | +- added type `InventoryEntrySafetyStockMessage` |
| 50 | +- added type `InventoryEntryOutOfStockMessagePayload` |
| 51 | +- added type `InventoryEntryReorderPointMessagePayload` |
| 52 | +- added type `InventoryEntryReservationExpirationInMinutesSetMessagePayload` |
| 53 | +- added type `InventoryEntrySafetyStockMessagePayload` |
| 54 | +- added type `InventoryConfiguration` |
| 55 | +- added type `ProjectSetReleaseExpiredReservationsAction` |
| 56 | +- added type `ProjectSetReservationExpirationInMinutesAction` |
| 57 | +- added type `Reservation` |
| 58 | +- added type `ReservationState` |
| 59 | +- added type `CannotChangeReservationExpiryWarning` |
| 60 | +- added type `CannotCreateReservationWarning` |
| 61 | +- added type `CannotUpdateReservationWarning` |
| 62 | +</details> |
| 63 | + |
| 64 | +<details> |
| 65 | +<summary>Added Property(s)</summary> |
| 66 | + |
| 67 | +- added property `warnings` to type `Cart` |
| 68 | +- added property `reservation` to type `LineItem` |
| 69 | +- added property `dependencies` to type `Extension` |
| 70 | +- added property `expansionPaths` to type `Extension` |
| 71 | +- added property `additionalContext` to type `Extension` |
| 72 | +- added property `dependencies` to type `ExtensionDraft` |
| 73 | +- added property `expansionPaths` to type `ExtensionDraft` |
| 74 | +- added property `additionalContext` to type `ExtensionDraft` |
| 75 | +- added property `oldResource` to type `ExtensionInput` |
| 76 | +- added property `reservationExpirationInMinutes` to type `InventoryEntry` |
| 77 | +- added property `stockLevels` to type `InventoryEntry` |
| 78 | +- added property `reservationExpirationInMinutes` to type `InventoryEntryDraft` |
| 79 | +- added property `stockLevels` to type `InventoryEntryDraft` |
| 80 | +- added property `inventory` to type `Project` |
| 81 | +</details> |
0 commit comments