|
3 | 3 | <details>
|
4 | 4 | <summary>Added Enum(s)</summary>
|
5 | 5 |
|
| 6 | +- added enum `RecurringOrder` to type `CartOrigin` |
6 | 7 | - added enum `ApplicationStoppedByGroupBestDeal` to type `DiscountCodeState`
|
7 | 8 | - added enum `discount-group` to type `ReferenceTypeId`
|
8 | 9 | - added enum `payment-method` to type `ReferenceTypeId`
|
| 10 | +- added enum `recurrence-policy` to type `ReferenceTypeId` |
| 11 | +- added enum `recurring-order` to type `ReferenceTypeId` |
9 | 12 | - added enum `payment-method` to type `ExtensionResourceTypeId`
|
| 13 | +- added enum `RecurringOrderState` to type `StateTypeEnum` |
| 14 | +- added enum `recurrence-policy` to type `ChangeSubscriptionResourceTypeId` |
| 15 | +- added enum `recurring-order` to type `ChangeSubscriptionResourceTypeId` |
| 16 | +- added enum `recurring-order` to type `ResourceTypeId` |
10 | 17 | </details>
|
11 | 18 |
|
12 | 19 |
|
|
18 | 25 | - added property `discountGroup` to type `CartDiscountDraft`
|
19 | 26 | - added property `priceRoundingMode` to type `Cart`
|
20 | 27 | - added property `priceRoundingMode` to type `CartDraft`
|
| 28 | +- added property `recurrenceInfo` to type `CustomLineItem` |
| 29 | +- added property `recurrenceInfo` to type `CustomLineItemDraft` |
| 30 | +- added property `recurrenceInfo` to type `LineItem` |
| 31 | +- added property `recurrenceInfo` to type `LineItemDraft` |
| 32 | +- added property `recurrenceInfo` to type `CartAddCustomLineItemAction` |
| 33 | +- added property `recurrenceInfo` to type `CartAddLineItemAction` |
| 34 | +- added property `recurrencePolicy` to type `Price` |
| 35 | +- added property `recurrencePolicy` to type `PriceDraft` |
| 36 | +- added property `recurrenceInfo` to type `MyLineItemDraft` |
| 37 | +- added property `recurrenceInfo` to type `MyCartAddLineItemAction` |
21 | 38 | - added property `attributes` to type `ProductTailoringCreatedMessage`
|
22 | 39 | - added property `attributes` to type `ProductTailoringCreatedMessagePayload`
|
23 | 40 | - added property `priceRoundingMode` to type `StagedOrder`
|
| 41 | +- added property `recurringOrder` to type `StagedOrder` |
| 42 | +- added property `recurrenceInfo` to type `StagedOrderAddCustomLineItemAction` |
| 43 | +- added property `recurrenceInfo` to type `StagedOrderAddLineItemAction` |
24 | 44 | - added property `priceRoundingMode` to type `Order`
|
| 45 | +- added property `recurringOrder` to type `Order` |
25 | 46 | - added property `priceRoundingMode` to type `OrderImportDraft`
|
26 | 47 | - added property `token` to type `PaymentMethodInfo`
|
27 | 48 | - added property `interfaceAccount` to type `PaymentMethodInfo`
|
|
34 | 55 | - added property `attributes` to type `ProductData`
|
35 | 56 | - added property `attributes` to type `ProductDraft`
|
36 | 57 | - added property `attributes` to type `ProductProjection`
|
| 58 | +- added property `recurrencePrices` to type `ProductVariant` |
37 | 59 | - added property `priceRoundingMode` to type `CartsConfiguration`
|
38 | 60 | - added property `taxRoundingMode` to type `CartsConfiguration`
|
39 | 61 | - added property `priceRoundingMode` to type `QuoteRequest`
|
40 | 62 | - added property `priceRoundingMode` to type `Quote`
|
| 63 | +- added property `recurrencePolicy` to type `StandalonePrice` |
| 64 | +- added property `recurrencePolicy` to type `StandalonePriceDraft` |
41 | 65 | - added property `events` to type `SubscriptionSetEventsAction`
|
42 | 66 | </details>
|
43 | 67 |
|
|
73 | 97 | - added method `apiRoot.withProjectKey().paymentMethods().get()`
|
74 | 98 | - added method `apiRoot.withProjectKey().paymentMethods().head()`
|
75 | 99 | - added method `apiRoot.withProjectKey().paymentMethods().post()`
|
| 100 | +- added method `apiRoot.withProjectKey().recurringOrders().get()` |
| 101 | +- added method `apiRoot.withProjectKey().recurringOrders().head()` |
| 102 | +- added method `apiRoot.withProjectKey().recurringOrders().post()` |
| 103 | +- added method `apiRoot.withProjectKey().recurrencePolicies().get()` |
| 104 | +- added method `apiRoot.withProjectKey().recurrencePolicies().head()` |
| 105 | +- added method `apiRoot.withProjectKey().recurrencePolicies().post()` |
76 | 106 | - added method `apiRoot.withProjectKey().discountGroups().withKey().get()`
|
77 | 107 | - added method `apiRoot.withProjectKey().discountGroups().withKey().head()`
|
78 | 108 | - added method `apiRoot.withProjectKey().discountGroups().withKey().post()`
|
|
89 | 119 | - added method `apiRoot.withProjectKey().paymentMethods().withId().head()`
|
90 | 120 | - added method `apiRoot.withProjectKey().paymentMethods().withId().post()`
|
91 | 121 | - added method `apiRoot.withProjectKey().paymentMethods().withId().delete()`
|
| 122 | +- added method `apiRoot.withProjectKey().recurringOrders().withId().get()` |
| 123 | +- added method `apiRoot.withProjectKey().recurringOrders().withId().head()` |
| 124 | +- added method `apiRoot.withProjectKey().recurringOrders().withId().post()` |
| 125 | +- added method `apiRoot.withProjectKey().recurringOrders().withKey().get()` |
| 126 | +- added method `apiRoot.withProjectKey().recurringOrders().withKey().head()` |
| 127 | +- added method `apiRoot.withProjectKey().recurringOrders().withKey().post()` |
| 128 | +- added method `apiRoot.withProjectKey().recurrencePolicies().withKey().get()` |
| 129 | +- added method `apiRoot.withProjectKey().recurrencePolicies().withKey().head()` |
| 130 | +- added method `apiRoot.withProjectKey().recurrencePolicies().withKey().post()` |
| 131 | +- added method `apiRoot.withProjectKey().recurrencePolicies().withId().get()` |
| 132 | +- added method `apiRoot.withProjectKey().recurrencePolicies().withId().head()` |
| 133 | +- added method `apiRoot.withProjectKey().recurrencePolicies().withId().post()` |
92 | 134 | </details>
|
93 | 135 |
|
94 | 136 |
|
|
97 | 139 |
|
98 | 140 | - added type `CartDiscountSetDiscountGroupAction`
|
99 | 141 | - added type `CartChangePriceRoundingModeAction`
|
| 142 | +- added type `CartSetCustomLineItemRecurrenceInfoAction` |
| 143 | +- added type `CartSetLineItemRecurrenceInfoAction` |
100 | 144 | - added type `DiscountGroup`
|
101 | 145 | - added type `DiscountGroupDraft`
|
102 | 146 | - added type `DiscountGroupPagedQueryResponse`
|
|
108 | 152 | - added type `DiscountGroupSetKeyAction`
|
109 | 153 | - added type `DiscountGroupSetNameAction`
|
110 | 154 | - added type `DiscountGroupSetSortOrderAction`
|
| 155 | +- added type `MyCartSetCustomLineItemRecurrenceInfoAction` |
| 156 | +- added type `MyCartSetLineItemRecurrenceInfoAction` |
111 | 157 | - added type `MyPaymentSetMethodInfoCustomFieldAction`
|
112 | 158 | - added type `MyPaymentSetMethodInfoCustomTypeAction`
|
113 | 159 | - added type `MyPaymentSetMethodInfoInterfaceAccountAction`
|
114 | 160 | - added type `DiscountGroupCreatedMessage`
|
115 | 161 | - added type `DiscountGroupDeletedMessage`
|
116 | 162 | - added type `DiscountGroupKeySetMessage`
|
117 | 163 | - added type `DiscountGroupSortOrderSetMessage`
|
| 164 | +- added type `OrderCreatedFromRecurringOrderMessage` |
118 | 165 | - added type `PaymentInterfaceIdSetMessage`
|
119 | 166 | - added type `PaymentMethodCreatedMessage`
|
120 | 167 | - added type `PaymentMethodCustomFieldAddedMessage`
|
|
140 | 187 | - added type `PaymentMethodNameSetMessage`
|
141 | 188 | - added type `PaymentMethodPaymentInterfaceSetMessage`
|
142 | 189 | - added type `PaymentMethodPaymentMethodStatusSetMessage`
|
| 190 | +- added type `RecurringOrderCreatedMessage` |
| 191 | +- added type `RecurringOrderCustomFieldAddedMessage` |
| 192 | +- added type `RecurringOrderCustomFieldChangedMessage` |
| 193 | +- added type `RecurringOrderCustomFieldRemovedMessage` |
| 194 | +- added type `RecurringOrderCustomTypeRemovedMessage` |
| 195 | +- added type `RecurringOrderCustomTypeSetMessage` |
| 196 | +- added type `RecurringOrderKeySetMessage` |
| 197 | +- added type `RecurringOrderScheduleSetMessage` |
| 198 | +- added type `RecurringOrderStartsAtSetMessage` |
| 199 | +- added type `RecurringOrderStateChangedMessage` |
| 200 | +- added type `RecurringOrderStateTransitionMessage` |
143 | 201 | - added type `DiscountGroupCreatedMessagePayload`
|
144 | 202 | - added type `DiscountGroupDeletedMessagePayload`
|
145 | 203 | - added type `DiscountGroupKeySetMessagePayload`
|
146 | 204 | - added type `DiscountGroupSortOrderSetMessagePayload`
|
| 205 | +- added type `OrderCreatedFromRecurringOrderMessagePayload` |
147 | 206 | - added type `PaymentInterfaceIdSetMessagePayload`
|
148 | 207 | - added type `PaymentMethodCreatedMessagePayload`
|
149 | 208 | - added type `PaymentMethodCustomFieldAddedMessagePayload`
|
|
169 | 228 | - added type `PaymentMethodNameSetMessagePayload`
|
170 | 229 | - added type `PaymentMethodPaymentInterfaceSetMessagePayload`
|
171 | 230 | - added type `PaymentMethodPaymentMethodStatusSetMessagePayload`
|
| 231 | +- added type `RecurringOrderCreatedMessagePayload` |
| 232 | +- added type `RecurringOrderCustomFieldAddedMessagePayload` |
| 233 | +- added type `RecurringOrderCustomFieldChangedMessagePayload` |
| 234 | +- added type `RecurringOrderCustomFieldRemovedMessagePayload` |
| 235 | +- added type `RecurringOrderCustomTypeRemovedMessagePayload` |
| 236 | +- added type `RecurringOrderCustomTypeSetMessagePayload` |
| 237 | +- added type `RecurringOrderKeySetMessagePayload` |
| 238 | +- added type `RecurringOrderMessagePayload` |
| 239 | +- added type `RecurringOrderScheduleSetMessagePayload` |
| 240 | +- added type `RecurringOrderStartsAtSetMessagePayload` |
| 241 | +- added type `RecurringOrderStateChangedMessagePayload` |
| 242 | +- added type `RecurringOrderStateTransitionMessagePayload` |
172 | 243 | - added type `StagedOrderChangePriceRoundingModeAction`
|
173 | 244 | - added type `PaymentMethod`
|
174 | 245 | - added type `PaymentMethodDraft`
|
|
198 | 269 | - added type `ProductSetProductAttributeAction`
|
199 | 270 | - added type `ProjectChangePriceRoundingModeAction`
|
200 | 271 | - added type `ProjectChangeTaxRoundingModeAction`
|
| 272 | +- added type `DayOfMonthSchedule` |
| 273 | +- added type `DayOfMonthScheduleDraft` |
| 274 | +- added type `IntervalUnit` |
| 275 | +- added type `RecurrencePolicy` |
| 276 | +- added type `RecurrencePolicyDraft` |
| 277 | +- added type `RecurrencePolicyPagedQueryResponse` |
| 278 | +- added type `RecurrencePolicyReference` |
| 279 | +- added type `RecurrencePolicyResourceIdentifier` |
| 280 | +- added type `RecurrencePolicySchedule` |
| 281 | +- added type `RecurrencePolicyScheduleDraft` |
| 282 | +- added type `RecurrencePolicyUpdate` |
| 283 | +- added type `RecurrencePolicyUpdateAction` |
| 284 | +- added type `StandardSchedule` |
| 285 | +- added type `StandardScheduleDraft` |
| 286 | +- added type `RecurrencePolicySetDescriptionAction` |
| 287 | +- added type `RecurrencePolicySetKeyAction` |
| 288 | +- added type `RecurrencePolicySetNameAction` |
| 289 | +- added type `RecurrencePolicySetScheduleAction` |
| 290 | +- added type `Counter` |
| 291 | +- added type `CounterDraft` |
| 292 | +- added type `CustomLineItemRecurrenceInfo` |
| 293 | +- added type `CustomLineItemRecurrenceInfoDraft` |
| 294 | +- added type `LineItemRecurrenceInfo` |
| 295 | +- added type `LineItemRecurrenceInfoDraft` |
| 296 | +- added type `PriceSelectionMode` |
| 297 | +- added type `RecurringOrder` |
| 298 | +- added type `RecurringOrderActive` |
| 299 | +- added type `RecurringOrderCanceled` |
| 300 | +- added type `RecurringOrderDraft` |
| 301 | +- added type `RecurringOrderExpired` |
| 302 | +- added type `RecurringOrderPagedQueryResponse` |
| 303 | +- added type `RecurringOrderPaused` |
| 304 | +- added type `RecurringOrderReference` |
| 305 | +- added type `RecurringOrderResourceIdentifier` |
| 306 | +- added type `RecurringOrderState` |
| 307 | +- added type `RecurringOrderStateDraft` |
| 308 | +- added type `RecurringOrderUpdate` |
| 309 | +- added type `RecurringOrderUpdateAction` |
| 310 | +- added type `SkipConfiguration` |
| 311 | +- added type `SkipConfigurationDraft` |
| 312 | +- added type `RecurringOrderSetCustomFieldAction` |
| 313 | +- added type `RecurringOrderSetCustomTypeAction` |
| 314 | +- added type `RecurringOrderSetKeyAction` |
| 315 | +- added type `RecurringOrderSetOrderSkipConfigurationAction` |
| 316 | +- added type `RecurringOrderSetScheduleAction` |
| 317 | +- added type `RecurringOrderSetStartsAtAction` |
| 318 | +- added type `RecurringOrderSetStateAction` |
| 319 | +- added type `RecurringOrderTransitionStateAction` |
| 320 | +</details> |
| 321 | + |
| 322 | + |
| 323 | +<details> |
| 324 | +<summary>Added QueryParameter(s)</summary> |
| 325 | + |
| 326 | +- added query parameter `priceRecurrencePolicy` to method `get /{projectKey}/products` |
| 327 | +- added query parameter `priceRecurrencePolicy` to method `post /{projectKey}/products` |
| 328 | +- added query parameter `priceRecurrencePolicy` to method `get /{projectKey}/product-projections` |
| 329 | +- added query parameter `priceRecurrencePolicy` to method `get /{projectKey}/products/key={key}` |
| 330 | +- added query parameter `priceRecurrencePolicy` to method `post /{projectKey}/products/key={key}` |
| 331 | +- added query parameter `priceRecurrencePolicy` to method `delete /{projectKey}/products/key={key}` |
| 332 | +- added query parameter `priceRecurrencePolicy` to method `get /{projectKey}/products/{ID}` |
| 333 | +- added query parameter `priceRecurrencePolicy` to method `post /{projectKey}/products/{ID}` |
| 334 | +- added query parameter `priceRecurrencePolicy` to method `delete /{projectKey}/products/{ID}` |
| 335 | +- added query parameter `priceRecurrencePolicy` to method `get /{projectKey}/product-projections/search` |
| 336 | +- added query parameter `priceRecurrencePolicy` to method `get /{projectKey}/product-projections/key={key}` |
| 337 | +- added query parameter `priceRecurrencePolicy` to method `get /{projectKey}/product-projections/{ID}` |
| 338 | +- added query parameter `priceRecurrencePolicy` to method `get /{projectKey}/in-store/key={storeKey}/product-projections/key={key}` |
| 339 | +- added query parameter `priceRecurrencePolicy` to method `get /{projectKey}/in-store/key={storeKey}/product-projections/{ID}` |
201 | 340 | </details>
|
202 | 341 |
|
203 | 342 |
|
|
206 | 345 |
|
207 | 346 | - added resource `/{projectKey}/discount-groups`
|
208 | 347 | - added resource `/{projectKey}/payment-methods`
|
| 348 | +- added resource `/{projectKey}/recurring-orders` |
| 349 | +- added resource `/{projectKey}/recurrence-policies` |
209 | 350 | - added resource `/{projectKey}/discount-groups/key={key}`
|
210 | 351 | - added resource `/{projectKey}/discount-groups/{ID}`
|
211 | 352 | - added resource `/{projectKey}/payment-methods/key={key}`
|
212 | 353 | - added resource `/{projectKey}/payment-methods/{ID}`
|
| 354 | +- added resource `/{projectKey}/recurring-orders/{ID}` |
| 355 | +- added resource `/{projectKey}/recurring-orders/key={key}` |
| 356 | +- added resource `/{projectKey}/recurrence-policies/key={key}` |
| 357 | +- added resource `/{projectKey}/recurrence-policies/{ID}` |
213 | 358 | </details>
|
214 | 359 |
|
215 | 360 | **Import changes**
|
|
281 | 426 |
|
282 | 427 | - added enum `ApplicationStoppedByGroupBestDeal` to type `DiscountCodeState`
|
283 | 428 | - added enum `payment-method` to type `ReferenceTypeId`
|
| 429 | +- added enum `RecurringOrderState` to type `StateTypeEnum` |
284 | 430 | </details>
|
285 | 431 |
|
0 commit comments