|
4 | 4 |
|
5 | 5 | **Api changes** |
6 | 6 |
|
| 7 | +<details> |
| 8 | +<summary>Added Enum(s)</summary> |
| 9 | + |
| 10 | +- added enum `ApplicationStoppedByGroupBestDeal` to type `DiscountCodeState` |
| 11 | +- added enum `discount-group` to type `ReferenceTypeId` |
| 12 | +- added enum `payment-method` to type `ReferenceTypeId` |
| 13 | +- added enum `payment-method` to type `ExtensionResourceTypeId` |
| 14 | +</details> |
| 15 | + |
| 16 | +<details> |
| 17 | +<summary>Added Property(s)</summary> |
| 18 | + |
| 19 | +- added property `discountGroup` to type `CartDiscount` |
| 20 | +- added property `discountGroup` to type `CartDiscountDraft` |
| 21 | +- added property `priceRoundingMode` to type `Cart` |
| 22 | +- added property `priceRoundingMode` to type `CartDraft` |
| 23 | +- added property `attributes` to type `ProductTailoringCreatedMessage` |
| 24 | +- added property `attributes` to type `ProductTailoringCreatedMessagePayload` |
| 25 | +- added property `priceRoundingMode` to type `StagedOrder` |
| 26 | +- added property `priceRoundingMode` to type `Order` |
| 27 | +- added property `priceRoundingMode` to type `OrderImportDraft` |
| 28 | +- added property `token` to type `PaymentMethodInfo` |
| 29 | +- added property `interfaceAccount` to type `PaymentMethodInfo` |
| 30 | +- added property `custom` to type `PaymentMethodInfo` |
| 31 | +- added property `attributes` to type `ProductTailoringData` |
| 32 | +- added property `attributes` to type `ProductTailoringDraft` |
| 33 | +- added property `attributes` to type `ProductTailoringInStoreDraft` |
| 34 | +- added property `level` to type `AttributeDefinition` |
| 35 | +- added property `level` to type `AttributeDefinitionDraft` |
| 36 | +- 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` |
| 37 | +- added property `attributes` to type `ProductData` |
| 38 | +- added property `attributes` to type `ProductDraft` |
| 39 | +- added property `attributes` to type `ProductProjection` |
| 40 | +- 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` |
| 41 | +- added property `priceRoundingMode` to type `CartsConfiguration` |
| 42 | +- added property `taxRoundingMode` to type `CartsConfiguration` |
| 43 | +- added property `priceRoundingMode` to type `QuoteRequest` |
| 44 | +- added property `priceRoundingMode` to type `Quote` |
| 45 | +- added property `events` to type `SubscriptionSetEventsAction` |
| 46 | +</details> |
| 47 | + |
| 48 | +<details> |
| 49 | +<summary>Changed Property(s)</summary> |
| 50 | + |
| 51 | +- :warning: changed property `paymentMethodInfo` of type `MyPaymentDraft` from type `PaymentMethodInfo` to `PaymentMethodInfoDraft` |
| 52 | +- :warning: changed property `paymentMethodInfo` of type `PaymentDraft` from type `PaymentMethodInfo` to `PaymentMethodInfoDraft` |
| 53 | +- :warning: changed property `filter` of type `SearchSorting` from type `SearchQueryExpression` to `SearchQuery` |
| 54 | +</details> |
| 55 | + |
| 56 | +<details> |
| 57 | +<summary>Required Property(s)</summary> |
| 58 | + |
| 59 | +- changed property `sortOrder` of type `CartDiscountDraft` to be optional |
| 60 | +</details> |
| 61 | + |
| 62 | +<details> |
| 63 | +<summary>Removed Property(s)</summary> |
| 64 | + |
| 65 | +- :warning: removed property `/[0-9].[0-9]*[1-9]/` from type `CategoryOrderHints` |
| 66 | +- :warning: removed property `//` from type `ProductVariantChannelAvailabilityMap` |
| 67 | +- :warning: removed property `messages` from type `SubscriptionSetEventsAction` |
| 68 | +</details> |
| 69 | + |
| 70 | +<details> |
| 71 | +<summary>Added Method(s)</summary> |
| 72 | + |
| 73 | +- added method `apiRoot.withProjectKey().discountGroups().get()` |
| 74 | +- added method `apiRoot.withProjectKey().discountGroups().head()` |
| 75 | +- added method `apiRoot.withProjectKey().discountGroups().post()` |
| 76 | +- added method `apiRoot.withProjectKey().paymentMethods().get()` |
| 77 | +- added method `apiRoot.withProjectKey().paymentMethods().head()` |
| 78 | +- added method `apiRoot.withProjectKey().paymentMethods().post()` |
| 79 | +- added method `apiRoot.withProjectKey().discountGroups().withKey().get()` |
| 80 | +- added method `apiRoot.withProjectKey().discountGroups().withKey().head()` |
| 81 | +- added method `apiRoot.withProjectKey().discountGroups().withKey().post()` |
| 82 | +- added method `apiRoot.withProjectKey().discountGroups().withKey().delete()` |
| 83 | +- added method `apiRoot.withProjectKey().discountGroups().withId().get()` |
| 84 | +- added method `apiRoot.withProjectKey().discountGroups().withId().head()` |
| 85 | +- added method `apiRoot.withProjectKey().discountGroups().withId().post()` |
| 86 | +- added method `apiRoot.withProjectKey().discountGroups().withId().delete()` |
| 87 | +- added method `apiRoot.withProjectKey().paymentMethods().withKey().get()` |
| 88 | +- added method `apiRoot.withProjectKey().paymentMethods().withKey().head()` |
| 89 | +- added method `apiRoot.withProjectKey().paymentMethods().withKey().post()` |
| 90 | +- added method `apiRoot.withProjectKey().paymentMethods().withKey().delete()` |
| 91 | +- added method `apiRoot.withProjectKey().paymentMethods().withId().get()` |
| 92 | +- added method `apiRoot.withProjectKey().paymentMethods().withId().head()` |
| 93 | +- added method `apiRoot.withProjectKey().paymentMethods().withId().post()` |
| 94 | +- added method `apiRoot.withProjectKey().paymentMethods().withId().delete()` |
| 95 | +</details> |
| 96 | + |
7 | 97 | <details> |
8 | 98 | <summary>Added Type(s)</summary> |
9 | 99 |
|
|
122 | 212 | - added resource `/{projectKey}/payment-methods/key={key}` |
123 | 213 | - added resource `/{projectKey}/payment-methods/{ID}` |
124 | 214 | </details> |
125 | | - |
126 | | -<details> |
127 | | -<summary>Removed Property(s)</summary> |
128 | | - |
129 | | -- :warning: removed property `/[0-9].[0-9]*[1-9]/` from type `CategoryOrderHints` |
130 | | -- :warning: removed property `//` from type `ProductVariantChannelAvailabilityMap` |
131 | | -- :warning: removed property `messages` from type `SubscriptionSetEventsAction` |
132 | | -</details> |
133 | | - |
134 | | -<details> |
135 | | -<summary>Changed Property(s)</summary> |
136 | | - |
137 | | -- :warning: changed property `paymentMethodInfo` of type `MyPaymentDraft` from type `PaymentMethodInfo` to `PaymentMethodInfoDraft` |
138 | | -- :warning: changed property `paymentMethodInfo` of type `PaymentDraft` from type `PaymentMethodInfo` to `PaymentMethodInfoDraft` |
139 | | -- :warning: changed property `filter` of type `SearchSorting` from type `SearchQueryExpression` to `SearchQuery` |
140 | | -</details> |
141 | | - |
142 | | -<details> |
143 | | -<summary>Required Property(s)</summary> |
144 | | - |
145 | | -- changed property `sortOrder` of type `CartDiscountDraft` to be optional |
146 | | -</details> |
147 | | - |
148 | | -<details> |
149 | | -<summary>Added Property(s)</summary> |
150 | | - |
151 | | -- added property `discountGroup` to type `CartDiscount` |
152 | | -- added property `discountGroup` to type `CartDiscountDraft` |
153 | | -- added property `priceRoundingMode` to type `Cart` |
154 | | -- added property `priceRoundingMode` to type `CartDraft` |
155 | | -- added property `attributes` to type `ProductTailoringCreatedMessage` |
156 | | -- added property `attributes` to type `ProductTailoringCreatedMessagePayload` |
157 | | -- added property `priceRoundingMode` to type `StagedOrder` |
158 | | -- added property `priceRoundingMode` to type `Order` |
159 | | -- added property `priceRoundingMode` to type `OrderImportDraft` |
160 | | -- added property `token` to type `PaymentMethodInfo` |
161 | | -- added property `interfaceAccount` to type `PaymentMethodInfo` |
162 | | -- added property `custom` to type `PaymentMethodInfo` |
163 | | -- added property `attributes` to type `ProductTailoringData` |
164 | | -- added property `attributes` to type `ProductTailoringDraft` |
165 | | -- added property `attributes` to type `ProductTailoringInStoreDraft` |
166 | | -- added property `level` to type `AttributeDefinition` |
167 | | -- added property `level` to type `AttributeDefinitionDraft` |
168 | | -- 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` |
169 | | -- added property `attributes` to type `ProductData` |
170 | | -- added property `attributes` to type `ProductDraft` |
171 | | -- added property `attributes` to type `ProductProjection` |
172 | | -- 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` |
173 | | -- added property `priceRoundingMode` to type `CartsConfiguration` |
174 | | -- added property `taxRoundingMode` to type `CartsConfiguration` |
175 | | -- added property `priceRoundingMode` to type `QuoteRequest` |
176 | | -- added property `priceRoundingMode` to type `Quote` |
177 | | -- added property `events` to type `SubscriptionSetEventsAction` |
178 | | -</details> |
179 | | - |
180 | | -<details> |
181 | | -<summary>Added Method(s)</summary> |
182 | | - |
183 | | -- added method `apiRoot.withProjectKey().discountGroups().get()` |
184 | | -- added method `apiRoot.withProjectKey().discountGroups().head()` |
185 | | -- added method `apiRoot.withProjectKey().discountGroups().post()` |
186 | | -- added method `apiRoot.withProjectKey().paymentMethods().get()` |
187 | | -- added method `apiRoot.withProjectKey().paymentMethods().head()` |
188 | | -- added method `apiRoot.withProjectKey().paymentMethods().post()` |
189 | | -- added method `apiRoot.withProjectKey().discountGroups().withKey().get()` |
190 | | -- added method `apiRoot.withProjectKey().discountGroups().withKey().head()` |
191 | | -- added method `apiRoot.withProjectKey().discountGroups().withKey().post()` |
192 | | -- added method `apiRoot.withProjectKey().discountGroups().withKey().delete()` |
193 | | -- added method `apiRoot.withProjectKey().discountGroups().withId().get()` |
194 | | -- added method `apiRoot.withProjectKey().discountGroups().withId().head()` |
195 | | -- added method `apiRoot.withProjectKey().discountGroups().withId().post()` |
196 | | -- added method `apiRoot.withProjectKey().discountGroups().withId().delete()` |
197 | | -- added method `apiRoot.withProjectKey().paymentMethods().withKey().get()` |
198 | | -- added method `apiRoot.withProjectKey().paymentMethods().withKey().head()` |
199 | | -- added method `apiRoot.withProjectKey().paymentMethods().withKey().post()` |
200 | | -- added method `apiRoot.withProjectKey().paymentMethods().withKey().delete()` |
201 | | -- added method `apiRoot.withProjectKey().paymentMethods().withId().get()` |
202 | | -- added method `apiRoot.withProjectKey().paymentMethods().withId().head()` |
203 | | -- added method `apiRoot.withProjectKey().paymentMethods().withId().post()` |
204 | | -- added method `apiRoot.withProjectKey().paymentMethods().withId().delete()` |
205 | | -</details> |
206 | | - |
207 | | -<details> |
208 | | -<summary>Added Enum(s)</summary> |
209 | | - |
210 | | -- added enum `ApplicationStoppedByGroupBestDeal` to type `DiscountCodeState` |
211 | | -- added enum `discount-group` to type `ReferenceTypeId` |
212 | | -- added enum `payment-method` to type `ReferenceTypeId` |
213 | | -- added enum `payment-method` to type `ExtensionResourceTypeId` |
214 | | -</details> |
0 commit comments