|
1 | | -**Api changes** |
2 | | - |
3 | | -<details> |
4 | | -<summary>Added Enum(s)</summary> |
5 | | - |
6 | | -- added enum `ApplicationStoppedByGroupBestDeal` to type `DiscountCodeState` |
7 | | -- added enum `discount-group` to type `ReferenceTypeId` |
8 | | -- added enum `payment-method` to type `ReferenceTypeId` |
9 | | -- added enum `payment-method` to type `ExtensionResourceTypeId` |
10 | | -</details> |
11 | | - |
12 | | -<details> |
13 | | -<summary>Added Property(s)</summary> |
14 | | - |
15 | | -- added property `makeInheritedAssociatesExplicit` to type `BusinessUnitChangeAssociateModeAction` |
16 | | -- added property `discountGroup` to type `CartDiscount` |
17 | | -- added property `discountGroup` to type `CartDiscountDraft` |
18 | | -- added property `priceRoundingMode` to type `Cart` |
19 | | -- added property `priceRoundingMode` to type `CartDraft` |
20 | | -- added property `attributes` to type `ProductTailoringCreatedMessage` |
21 | | -- added property `attributes` to type `ProductTailoringCreatedMessagePayload` |
22 | | -- added property `priceRoundingMode` to type `StagedOrder` |
23 | | -- added property `priceRoundingMode` to type `Order` |
24 | | -- added property `priceRoundingMode` to type `OrderImportDraft` |
25 | | -- added property `token` to type `PaymentMethodInfo` |
26 | | -- added property `interfaceAccount` to type `PaymentMethodInfo` |
27 | | -- added property `custom` to type `PaymentMethodInfo` |
28 | | -- added property `attributes` to type `ProductTailoringData` |
29 | | -- added property `attributes` to type `ProductTailoringDraft` |
30 | | -- added property `attributes` to type `ProductTailoringInStoreDraft` |
31 | | -- added property `level` to type `AttributeDefinition` |
32 | | -- added property `level` to type `AttributeDefinitionDraft` |
33 | | -- added property `/^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/` to type `CategoryOrderHints` |
34 | | -- added property `attributes` to type `ProductData` |
35 | | -- added property `attributes` to type `ProductDraft` |
36 | | -- added property `attributes` to type `ProductProjection` |
37 | | -- added property `/^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/` to type `ProductVariantChannelAvailabilityMap` |
38 | | -- added property `priceRoundingMode` to type `CartsConfiguration` |
39 | | -- added property `taxRoundingMode` to type `CartsConfiguration` |
40 | | -- added property `priceRoundingMode` to type `QuoteRequest` |
41 | | -- added property `priceRoundingMode` to type `Quote` |
42 | | -- added property `events` to type `SubscriptionSetEventsAction` |
43 | | -</details> |
44 | | - |
45 | | -<details> |
46 | | -<summary>Changed Property(s)</summary> |
47 | | - |
48 | | -- :warning: changed property `paymentMethodInfo` of type `MyPaymentDraft` from type `PaymentMethodInfo` to `PaymentMethodInfoDraft` |
49 | | -- :warning: changed property `paymentMethodInfo` of type `PaymentDraft` from type `PaymentMethodInfo` to `PaymentMethodInfoDraft` |
50 | | -- :warning: changed property `filter` of type `SearchSorting` from type `SearchQueryExpression` to `SearchQuery` |
51 | | -</details> |
52 | | - |
53 | | -<details> |
54 | | -<summary>Required Property(s)</summary> |
55 | | - |
56 | | -- changed property `sortOrder` of type `CartDiscountDraft` to be optional |
57 | | -</details> |
58 | | - |
59 | | -<details> |
60 | | -<summary>Removed Property(s)</summary> |
61 | | - |
62 | | -- :warning: removed property `/[0-9].[0-9]*[1-9]/` from type `CategoryOrderHints` |
63 | | -- :warning: removed property `//` from type `ProductVariantChannelAvailabilityMap` |
64 | | -- :warning: removed property `messages` from type `SubscriptionSetEventsAction` |
65 | | -</details> |
66 | | - |
67 | | -<details> |
68 | | -<summary>Added Method(s)</summary> |
69 | | - |
70 | | -- added method `apiRoot.withProjectKey().discountGroups().get()` |
71 | | -- added method `apiRoot.withProjectKey().discountGroups().head()` |
72 | | -- added method `apiRoot.withProjectKey().discountGroups().post()` |
73 | | -- added method `apiRoot.withProjectKey().paymentMethods().get()` |
74 | | -- added method `apiRoot.withProjectKey().paymentMethods().head()` |
75 | | -- added method `apiRoot.withProjectKey().paymentMethods().post()` |
76 | | -- added method `apiRoot.withProjectKey().discountGroups().withKey().get()` |
77 | | -- added method `apiRoot.withProjectKey().discountGroups().withKey().head()` |
78 | | -- added method `apiRoot.withProjectKey().discountGroups().withKey().post()` |
79 | | -- added method `apiRoot.withProjectKey().discountGroups().withKey().delete()` |
80 | | -- added method `apiRoot.withProjectKey().discountGroups().withId().get()` |
81 | | -- added method `apiRoot.withProjectKey().discountGroups().withId().head()` |
82 | | -- added method `apiRoot.withProjectKey().discountGroups().withId().post()` |
83 | | -- added method `apiRoot.withProjectKey().discountGroups().withId().delete()` |
84 | | -- added method `apiRoot.withProjectKey().paymentMethods().withKey().get()` |
85 | | -- added method `apiRoot.withProjectKey().paymentMethods().withKey().head()` |
86 | | -- added method `apiRoot.withProjectKey().paymentMethods().withKey().post()` |
87 | | -- added method `apiRoot.withProjectKey().paymentMethods().withKey().delete()` |
88 | | -- added method `apiRoot.withProjectKey().paymentMethods().withId().get()` |
89 | | -- added method `apiRoot.withProjectKey().paymentMethods().withId().head()` |
90 | | -- added method `apiRoot.withProjectKey().paymentMethods().withId().post()` |
91 | | -- added method `apiRoot.withProjectKey().paymentMethods().withId().delete()` |
92 | | -</details> |
93 | | - |
94 | | -<details> |
95 | | -<summary>Added Type(s)</summary> |
96 | | - |
97 | | -- added type `CartDiscountSetDiscountGroupAction` |
98 | | -- added type `CartChangePriceRoundingModeAction` |
99 | | -- added type `DiscountGroup` |
100 | | -- added type `DiscountGroupDraft` |
101 | | -- added type `DiscountGroupPagedQueryResponse` |
102 | | -- added type `DiscountGroupReference` |
103 | | -- added type `DiscountGroupResourceIdentifier` |
104 | | -- added type `DiscountGroupUpdate` |
105 | | -- added type `DiscountGroupUpdateAction` |
106 | | -- added type `DiscountGroupSetDescriptionAction` |
107 | | -- added type `DiscountGroupSetKeyAction` |
108 | | -- added type `DiscountGroupSetNameAction` |
109 | | -- added type `DiscountGroupSetSortOrderAction` |
110 | | -- added type `MyPaymentSetMethodInfoCustomFieldAction` |
111 | | -- added type `MyPaymentSetMethodInfoCustomTypeAction` |
112 | | -- added type `MyPaymentSetMethodInfoInterfaceAccountAction` |
113 | | -- added type `DiscountGroupCreatedMessage` |
114 | | -- added type `DiscountGroupDeletedMessage` |
115 | | -- added type `DiscountGroupKeySetMessage` |
116 | | -- added type `DiscountGroupSortOrderSetMessage` |
117 | | -- added type `PaymentInterfaceIdSetMessage` |
118 | | -- added type `PaymentMethodCreatedMessage` |
119 | | -- added type `PaymentMethodCustomFieldAddedMessage` |
120 | | -- added type `PaymentMethodCustomFieldChangedMessage` |
121 | | -- added type `PaymentMethodCustomFieldRemovedMessage` |
122 | | -- added type `PaymentMethodCustomTypeRemovedMessage` |
123 | | -- added type `PaymentMethodCustomTypeSetMessage` |
124 | | -- added type `PaymentMethodDefaultSetMessage` |
125 | | -- added type `PaymentMethodDeletedMessage` |
126 | | -- added type `PaymentMethodInfoCustomFieldAddedMessage` |
127 | | -- added type `PaymentMethodInfoCustomFieldChangedMessage` |
128 | | -- added type `PaymentMethodInfoCustomFieldRemovedMessage` |
129 | | -- added type `PaymentMethodInfoCustomTypeRemovedMessage` |
130 | | -- added type `PaymentMethodInfoCustomTypeSetMessage` |
131 | | -- added type `PaymentMethodInfoInterfaceAccountSetMessage` |
132 | | -- added type `PaymentMethodInfoInterfaceSetMessage` |
133 | | -- added type `PaymentMethodInfoMethodSetMessage` |
134 | | -- added type `PaymentMethodInfoNameSetMessage` |
135 | | -- added type `PaymentMethodInfoTokenSetMessage` |
136 | | -- added type `PaymentMethodInterfaceAccountSetMessage` |
137 | | -- added type `PaymentMethodKeySetMessage` |
138 | | -- added type `PaymentMethodMethodSetMessage` |
139 | | -- added type `PaymentMethodNameSetMessage` |
140 | | -- added type `PaymentMethodPaymentInterfaceSetMessage` |
141 | | -- added type `PaymentMethodPaymentMethodStatusSetMessage` |
142 | | -- added type `DiscountGroupCreatedMessagePayload` |
143 | | -- added type `DiscountGroupDeletedMessagePayload` |
144 | | -- added type `DiscountGroupKeySetMessagePayload` |
145 | | -- added type `DiscountGroupSortOrderSetMessagePayload` |
146 | | -- added type `PaymentInterfaceIdSetMessagePayload` |
147 | | -- added type `PaymentMethodCreatedMessagePayload` |
148 | | -- added type `PaymentMethodCustomFieldAddedMessagePayload` |
149 | | -- added type `PaymentMethodCustomFieldChangedMessagePayload` |
150 | | -- added type `PaymentMethodCustomFieldRemovedMessagePayload` |
151 | | -- added type `PaymentMethodCustomTypeRemovedMessagePayload` |
152 | | -- added type `PaymentMethodCustomTypeSetMessagePayload` |
153 | | -- added type `PaymentMethodDefaultSetMessagePayload` |
154 | | -- added type `PaymentMethodDeletedMessagePayload` |
155 | | -- added type `PaymentMethodInfoCustomFieldAddedMessagePayload` |
156 | | -- added type `PaymentMethodInfoCustomFieldChangedMessagePayload` |
157 | | -- added type `PaymentMethodInfoCustomFieldRemovedMessagePayload` |
158 | | -- added type `PaymentMethodInfoCustomTypeRemovedMessagePayload` |
159 | | -- added type `PaymentMethodInfoCustomTypeSetMessagePayload` |
160 | | -- added type `PaymentMethodInfoInterfaceAccountSetMessagePayload` |
161 | | -- added type `PaymentMethodInfoInterfaceSetMessagePayload` |
162 | | -- added type `PaymentMethodInfoMethodSetMessagePayload` |
163 | | -- added type `PaymentMethodInfoNameSetMessagePayload` |
164 | | -- added type `PaymentMethodInfoTokenSetMessagePayload` |
165 | | -- added type `PaymentMethodInterfaceAccountSetMessagePayload` |
166 | | -- added type `PaymentMethodKeySetMessagePayload` |
167 | | -- added type `PaymentMethodMethodSetMessagePayload` |
168 | | -- added type `PaymentMethodNameSetMessagePayload` |
169 | | -- added type `PaymentMethodPaymentInterfaceSetMessagePayload` |
170 | | -- added type `PaymentMethodPaymentMethodStatusSetMessagePayload` |
171 | | -- added type `StagedOrderChangePriceRoundingModeAction` |
172 | | -- added type `PaymentMethod` |
173 | | -- added type `PaymentMethodDraft` |
174 | | -- added type `PaymentMethodPagedQueryResponse` |
175 | | -- added type `PaymentMethodReference` |
176 | | -- added type `PaymentMethodStatus` |
177 | | -- added type `PaymentMethodToken` |
178 | | -- added type `PaymentMethodUpdate` |
179 | | -- added type `PaymentMethodUpdateAction` |
180 | | -- added type `PaymentMethodSetCustomFieldAction` |
181 | | -- added type `PaymentMethodSetCustomTypeAction` |
182 | | -- added type `PaymentMethodSetDefaultAction` |
183 | | -- added type `PaymentMethodSetInterfaceAccountAction` |
184 | | -- added type `PaymentMethodSetKeyAction` |
185 | | -- added type `PaymentMethodSetMethodAction` |
186 | | -- added type `PaymentMethodSetNameAction` |
187 | | -- added type `PaymentMethodSetPaymentInterfaceAction` |
188 | | -- added type `PaymentMethodSetPaymentMethodStatusAction` |
189 | | -- added type `PaymentMethodInfoDraft` |
190 | | -- added type `PaymentSetMethodInfoAction` |
191 | | -- added type `PaymentSetMethodInfoCustomFieldAction` |
192 | | -- added type `PaymentSetMethodInfoCustomTypeAction` |
193 | | -- added type `PaymentSetMethodInfoInterfaceAccountAction` |
194 | | -- added type `PaymentSetMethodInfoTokenAction` |
195 | | -- added type `ProductTailoringSetProductAttributeAction` |
196 | | -- added type `AttributeLevelEnum` |
197 | | -- added type `ProductSetProductAttributeAction` |
198 | | -- added type `ProjectChangePriceRoundingModeAction` |
199 | | -- added type `ProjectChangeTaxRoundingModeAction` |
200 | | -</details> |
201 | | - |
202 | | -<details> |
203 | | -<summary>Added Resource(s)</summary> |
204 | | - |
205 | | -- added resource `/{projectKey}/discount-groups` |
206 | | -- added resource `/{projectKey}/payment-methods` |
207 | | -- added resource `/{projectKey}/discount-groups/key={key}` |
208 | | -- added resource `/{projectKey}/discount-groups/{ID}` |
209 | | -- added resource `/{projectKey}/payment-methods/key={key}` |
210 | | -- added resource `/{projectKey}/payment-methods/{ID}` |
211 | | -</details> |
212 | | - |
213 | 1 | **Import changes** |
214 | 2 |
|
215 | 3 | <details> |
216 | 4 | <summary>Added Property(s)</summary> |
217 | 5 |
|
218 | | -- added property `attributes` to type `ProductImport` |
219 | | -- added property `attributes` to type `ProductDraftImport` |
220 | | -- added property `level` to type `AttributeDefinition` |
| 6 | +- added property `retentionPolicy` to type `ImportContainer` |
| 7 | +- added property `expiresAt` to type `ImportContainer` |
| 8 | +- added property `retentionPolicy` to type `ImportContainerDraft` |
221 | 9 | </details> |
222 | 10 |
|
223 | 11 | <details> |
224 | 12 | <summary>Added Type(s)</summary> |
225 | 13 |
|
226 | | -- added type `AttributeLevel` |
227 | | -</details> |
228 | | - |
229 | | -**History changes** |
230 | | - |
231 | | -<details> |
232 | | -<summary>Added Enum(s)</summary> |
233 | | - |
234 | | -- added enum `ApplicationStoppedByGroupBestDeal` to type `DiscountCodeState` |
235 | | -- added enum `payment-method` to type `ReferenceTypeId` |
| 14 | +- added type `StrategyEnum` |
| 15 | +- added type `RetentionPolicy` |
| 16 | +- added type `TimeToLiveConfig` |
| 17 | +- added type `TimeToLiveRetentionPolicy` |
236 | 18 | </details> |
0 commit comments