|
1 | 1 | **Api changes** |
2 | 2 |
|
3 | 3 | <details> |
4 | | -<summary>Added Enum(s)</summary> |
| 4 | +<summary>Added QueryParameter(s)</summary> |
5 | 5 |
|
6 | | -- added enum `ReserveOnCart` to type `InventoryMode` |
7 | | -- added enum `reservation` to type `ReferenceTypeId` |
8 | | -- added enum `reservation` to type `ResourceTypeId` |
9 | | -</details> |
10 | | - |
11 | | - |
12 | | -<details> |
13 | | -<summary>Added Type(s)</summary> |
14 | | - |
15 | | -- added type `ReservationReference` |
16 | | -- added type `CartSetReservationExpirationInMinutesAction` |
17 | | -- added type `NonStandardCurrency` |
18 | | -- added type `CircularDependencyError` |
19 | | -- added type `ExtensionChainTooDeepError` |
20 | | -- added type `ExtensionChainTooWideError` |
21 | | -- added type `ExtensionDependencyExistsError` |
22 | | -- added type `LineItemQuantityAboveLimitError` |
23 | | -- added type `LineItemQuantityBelowLimitError` |
24 | | -- added type `MissingDependencyError` |
25 | | -- added type `GraphQLCircularDependencyError` |
26 | | -- added type `GraphQLExtensionChainTooDeepError` |
27 | | -- added type `GraphQLExtensionChainTooWideError` |
28 | | -- added type `GraphQLExtensionDependencyExistsError` |
29 | | -- added type `GraphQLLineItemQuantityAboveLimitError` |
30 | | -- added type `GraphQLLineItemQuantityBelowLimitError` |
31 | | -- added type `GraphQLMissingDependencyError` |
32 | | -- added type `ExtensionAdditionalContext` |
33 | | -- added type `ExtensionAdditionalContextDraft` |
34 | | -- added type `ExtensionReference` |
35 | | -- added type `ExtensionResourceIdentifier` |
36 | | -- added type `ExtensionSetAdditionalContextAction` |
37 | | -- added type `ExtensionSetDependenciesAction` |
38 | | -- added type `ExtensionSetExpansionPathsAction` |
39 | | -- added type `InventoryEntryStockLevels` |
40 | | -- added type `InventoryEntrySetReorderPointAction` |
41 | | -- added type `InventoryEntrySetReservationExpirationInMinutesAction` |
42 | | -- added type `InventoryEntrySetSafetyStockAction` |
43 | | -- added type `InventoryEntryOutOfStockMessage` |
44 | | -- added type `InventoryEntryReorderPointMessage` |
45 | | -- added type `InventoryEntryReservationExpirationInMinutesSetMessage` |
46 | | -- added type `InventoryEntrySafetyStockMessage` |
47 | | -- added type `InventoryEntryOutOfStockMessagePayload` |
48 | | -- added type `InventoryEntryReorderPointMessagePayload` |
49 | | -- added type `InventoryEntryReservationExpirationInMinutesSetMessagePayload` |
50 | | -- added type `InventoryEntrySafetyStockMessagePayload` |
51 | | -- added type `InventoryConfiguration` |
52 | | -- added type `ProjectSetReleaseExpiredReservationsAction` |
53 | | -- added type `ProjectSetReservationExpirationInMinutesAction` |
54 | | -- added type `Reservation` |
55 | | -- added type `ReservationState` |
56 | | -- added type `CannotChangeReservationExpiryWarning` |
57 | | -- added type `CannotCreateReservationWarning` |
58 | | -- added type `CannotUpdateReservationWarning` |
59 | | -</details> |
60 | | - |
61 | | - |
62 | | -<details> |
63 | | -<summary>Added Property(s)</summary> |
64 | | - |
65 | | -- added property `warnings` to type `Cart` |
66 | | -- added property `reservation` to type `LineItem` |
67 | | -- added property `dependencies` to type `Extension` |
68 | | -- added property `expansionPaths` to type `Extension` |
69 | | -- added property `additionalContext` to type `Extension` |
70 | | -- added property `dependencies` to type `ExtensionDraft` |
71 | | -- added property `expansionPaths` to type `ExtensionDraft` |
72 | | -- added property `additionalContext` to type `ExtensionDraft` |
73 | | -- added property `oldResource` to type `ExtensionInput` |
74 | | -- added property `reservationExpirationInMinutes` to type `InventoryEntry` |
75 | | -- added property `stockLevels` to type `InventoryEntry` |
76 | | -- added property `reservationExpirationInMinutes` to type `InventoryEntryDraft` |
77 | | -- added property `stockLevels` to type `InventoryEntryDraft` |
78 | | -- added property `inventory` to type `Project` |
79 | | -</details> |
80 | | - |
81 | | -**Import changes** |
82 | | - |
83 | | -<details> |
84 | | -<summary>Added Resource(s)</summary> |
85 | | - |
86 | | -- added resource `/{projectKey}/product-tailorings` |
87 | | -- added resource `/{projectKey}/product-tailorings/import-containers` |
88 | | -- added resource `/{projectKey}/product-tailorings/import-containers/{importContainerKey}` |
89 | | -</details> |
90 | | - |
91 | | - |
92 | | -<details> |
93 | | -<summary>Added Enum(s)</summary> |
94 | | - |
95 | | -- added enum `product-tailoring` to type `ImportResourceType` |
96 | | -</details> |
97 | | - |
98 | | - |
99 | | -<details> |
100 | | -<summary>Added Type(s)</summary> |
101 | | - |
102 | | -- added type `ProductTailoringImportRequest` |
103 | | -- added type `ProductVariantTailoringImport` |
104 | | -- added type `ProductTailoringImport` |
105 | | -</details> |
106 | | - |
107 | | - |
108 | | -<details> |
109 | | -<summary>Added Method(s)</summary> |
110 | | - |
111 | | -- added method `apiRoot.withProjectKeyValue().productTailorings().importContainers().withImportContainerKeyValue().post()` |
112 | | -</details> |
113 | | - |
114 | | - |
115 | | -<details> |
116 | | -<summary>Added Property(s)</summary> |
117 | | - |
118 | | -- added property `reservationExpirationInMinutes` to type `InventoryImport` |
119 | | -- added property `active` to type `StandalonePriceImport` |
120 | | -</details> |
121 | | - |
122 | | -**History changes** |
123 | | - |
124 | | -<details> |
125 | | -<summary>Added Enum(s)</summary> |
126 | | - |
127 | | -- added enum `setReservationExpirationInMinutes` to type `UpdateType` |
128 | | -</details> |
129 | | - |
130 | | - |
131 | | -<details> |
132 | | -<summary>Added Type(s)</summary> |
133 | | - |
134 | | -- added type `SetTransactionInterfaceIdChange` |
135 | | -</details> |
136 | | - |
137 | | - |
138 | | -<details> |
139 | | -<summary>Added Property(s)</summary> |
140 | | - |
141 | | -- added property `catalogData` to type `ChangeLocalizedNameChange` |
142 | | -- added property `catalogData` to type `SetLocalizedDescriptionChange` |
143 | | -</details> |
144 | | - |
145 | | -**Checkout changes** |
146 | | - |
147 | | -<details> |
148 | | -<summary>Added Enum(s)</summary> |
149 | | - |
150 | | -- added enum `eu-central-1.aws` to type `Region` |
151 | | -- added enum `us-east-2.aws` to type `Region` |
152 | | -</details> |
153 | | - |
154 | | - |
155 | | -<details> |
156 | | -<summary>Removed Type(s)</summary> |
157 | | - |
158 | | -- :warning: removed type `SetConnectorDeploymentUpdateAction` |
| 6 | +- added query parameter `dataErasure` to method `delete /{projectKey}/business-units/key={key}` |
| 7 | +- added query parameter `dataErasure` to method `delete /{projectKey}/business-units/{ID}` |
| 8 | +- added query parameter `dataErasure` to method `delete /{projectKey}/in-store/key={storeKey}/business-units/key={key}` |
| 9 | +- added query parameter `dataErasure` to method `delete /{projectKey}/in-store/key={storeKey}/business-units/{ID}` |
159 | 10 | </details> |
160 | 11 |
|
0 commit comments