|
55 | 55 | - added type `ImportUnresolvedEventData` |
56 | 56 | - added type `ImportValidationFailedEventData` |
57 | 57 | - added type `ImportWaitForMasterVariantEventData` |
| 58 | +- added type `MyPaymentSetMethodInfoCustomFieldAction` |
| 59 | +- added type `MyPaymentSetMethodInfoCustomTypeAction` |
| 60 | +- added type `MyPaymentSetMethodInfoInterfaceAccountAction` |
58 | 61 | - added type `AssociateRoleNameSetMessage` |
59 | 62 | - added type `BusinessUnitTopLevelUnitSetMessage` |
60 | 63 | - added type `BusinessUnitTypeSetMessage` |
|
66 | 69 | - added type `DiscountGroupKeySetMessage` |
67 | 70 | - added type `DiscountGroupSortOrderSetMessage` |
68 | 71 | - added type `OrderBusinessUnitSetMessage` |
| 72 | +- added type `PaymentInterfaceIdSetMessage` |
| 73 | +- added type `PaymentMethodCreatedMessage` |
| 74 | +- added type `PaymentMethodCustomFieldAddedMessage` |
| 75 | +- added type `PaymentMethodCustomFieldChangedMessage` |
| 76 | +- added type `PaymentMethodCustomFieldRemovedMessage` |
| 77 | +- added type `PaymentMethodCustomTypeRemovedMessage` |
| 78 | +- added type `PaymentMethodCustomTypeSetMessage` |
| 79 | +- added type `PaymentMethodDefaultSetMessage` |
| 80 | +- added type `PaymentMethodDeletedMessage` |
| 81 | +- added type `PaymentMethodInfoCustomFieldAddedMessage` |
| 82 | +- added type `PaymentMethodInfoCustomFieldChangedMessage` |
| 83 | +- added type `PaymentMethodInfoCustomFieldRemovedMessage` |
| 84 | +- added type `PaymentMethodInfoCustomTypeRemovedMessage` |
| 85 | +- added type `PaymentMethodInfoCustomTypeSetMessage` |
| 86 | +- added type `PaymentMethodInfoInterfaceAccountSetMessage` |
| 87 | +- added type `PaymentMethodInfoInterfaceSetMessage` |
| 88 | +- added type `PaymentMethodInfoMethodSetMessage` |
| 89 | +- added type `PaymentMethodInfoNameSetMessage` |
| 90 | +- added type `PaymentMethodInfoTokenSetMessage` |
| 91 | +- added type `PaymentMethodInterfaceAccountSetMessage` |
| 92 | +- added type `PaymentMethodKeySetMessage` |
| 93 | +- added type `PaymentMethodMethodSetMessage` |
| 94 | +- added type `PaymentMethodNameSetMessage` |
| 95 | +- added type `PaymentMethodPaymentInterfaceSetMessage` |
| 96 | +- added type `PaymentMethodPaymentMethodStatusSetMessage` |
69 | 97 | - added type `AssociateRoleNameSetMessagePayload` |
70 | 98 | - added type `BusinessUnitTopLevelUnitSetMessagePayload` |
71 | 99 | - added type `BusinessUnitTypeSetMessagePayload` |
|
77 | 105 | - added type `DiscountGroupKeySetMessagePayload` |
78 | 106 | - added type `DiscountGroupSortOrderSetMessagePayload` |
79 | 107 | - added type `OrderBusinessUnitSetMessagePayload` |
| 108 | +- added type `PaymentInterfaceIdSetMessagePayload` |
| 109 | +- added type `PaymentMethodCreatedMessagePayload` |
| 110 | +- added type `PaymentMethodCustomFieldAddedMessagePayload` |
| 111 | +- added type `PaymentMethodCustomFieldChangedMessagePayload` |
| 112 | +- added type `PaymentMethodCustomFieldRemovedMessagePayload` |
| 113 | +- added type `PaymentMethodCustomTypeRemovedMessagePayload` |
| 114 | +- added type `PaymentMethodCustomTypeSetMessagePayload` |
| 115 | +- added type `PaymentMethodDefaultSetMessagePayload` |
| 116 | +- added type `PaymentMethodDeletedMessagePayload` |
| 117 | +- added type `PaymentMethodInfoCustomFieldAddedMessagePayload` |
| 118 | +- added type `PaymentMethodInfoCustomFieldChangedMessagePayload` |
| 119 | +- added type `PaymentMethodInfoCustomFieldRemovedMessagePayload` |
| 120 | +- added type `PaymentMethodInfoCustomTypeRemovedMessagePayload` |
| 121 | +- added type `PaymentMethodInfoCustomTypeSetMessagePayload` |
| 122 | +- added type `PaymentMethodInfoInterfaceAccountSetMessagePayload` |
| 123 | +- added type `PaymentMethodInfoInterfaceSetMessagePayload` |
| 124 | +- added type `PaymentMethodInfoMethodSetMessagePayload` |
| 125 | +- added type `PaymentMethodInfoNameSetMessagePayload` |
| 126 | +- added type `PaymentMethodInfoTokenSetMessagePayload` |
| 127 | +- added type `PaymentMethodInterfaceAccountSetMessagePayload` |
| 128 | +- added type `PaymentMethodKeySetMessagePayload` |
| 129 | +- added type `PaymentMethodMethodSetMessagePayload` |
| 130 | +- added type `PaymentMethodNameSetMessagePayload` |
| 131 | +- added type `PaymentMethodPaymentInterfaceSetMessagePayload` |
| 132 | +- added type `PaymentMethodPaymentMethodStatusSetMessagePayload` |
80 | 133 | - added type `StagedOrderChangePriceRoundingModeAction` |
81 | 134 | - added type `StagedOrderSetBusinessUnitAction` |
82 | 135 | - added type `OrderSetBusinessUnitAction` |
| 136 | +- added type `PaymentMethod` |
| 137 | +- added type `PaymentMethodDraft` |
| 138 | +- added type `PaymentMethodPagedQueryResponse` |
| 139 | +- added type `PaymentMethodReference` |
| 140 | +- added type `PaymentMethodStatus` |
| 141 | +- added type `PaymentMethodToken` |
| 142 | +- added type `PaymentMethodUpdate` |
| 143 | +- added type `PaymentMethodUpdateAction` |
| 144 | +- added type `PaymentMethodSetCustomFieldAction` |
| 145 | +- added type `PaymentMethodSetCustomTypeAction` |
| 146 | +- added type `PaymentMethodSetDefaultAction` |
| 147 | +- added type `PaymentMethodSetInterfaceAccountAction` |
| 148 | +- added type `PaymentMethodSetKeyAction` |
| 149 | +- added type `PaymentMethodSetMethodAction` |
| 150 | +- added type `PaymentMethodSetNameAction` |
| 151 | +- added type `PaymentMethodSetPaymentInterfaceAction` |
| 152 | +- added type `PaymentMethodSetPaymentMethodStatusAction` |
| 153 | +- added type `PaymentMethodInfoDraft` |
| 154 | +- added type `PaymentSetMethodInfoAction` |
| 155 | +- added type `PaymentSetMethodInfoCustomFieldAction` |
| 156 | +- added type `PaymentSetMethodInfoCustomTypeAction` |
| 157 | +- added type `PaymentSetMethodInfoInterfaceAccountAction` |
| 158 | +- added type `PaymentSetMethodInfoTokenAction` |
83 | 159 | - added type `ProductTailoringSetProductAttributeAction` |
84 | 160 | - added type `AttributeLevelEnum` |
85 | 161 | - added type `ProductSetProductAttributeAction` |
|
115 | 191 | <summary>Added Resource(s)</summary> |
116 | 192 |
|
117 | 193 | - added resource `/{projectKey}/discount-groups` |
| 194 | +- added resource `/{projectKey}/payment-methods` |
118 | 195 | - added resource `/{projectKey}/as-associate/{associateId}/in-business-unit/key={businessUnitKey}/shopping-lists` |
119 | 196 | - added resource `/{projectKey}/as-associate/{associateId}/in-business-unit/key={businessUnitKey}/shopping-lists/key={key}` |
120 | 197 | - added resource `/{projectKey}/as-associate/{associateId}/in-business-unit/key={businessUnitKey}/shopping-lists/{ID}` |
121 | 198 | - added resource `/{projectKey}/business-units/key={key}/associates/{associateId}` |
122 | 199 | - added resource `/{projectKey}/business-units/{businessUnitId}/associates/{associateId}` |
123 | 200 | - added resource `/{projectKey}/discount-groups/key={key}` |
124 | 201 | - added resource `/{projectKey}/discount-groups/{ID}` |
| 202 | +- added resource `/{projectKey}/payment-methods/key={key}` |
| 203 | +- added resource `/{projectKey}/payment-methods/{ID}` |
125 | 204 | - added resource `/{projectKey}/in-store/key={storeKey}/business-units` |
126 | 205 | - added resource `/{projectKey}/in-store/key={storeKey}/business-units/key={key}` |
127 | 206 | - added resource `/{projectKey}/in-store/key={storeKey}/business-units/{ID}` |
|
143 | 222 |
|
144 | 223 | - :warning: changed property `discount` of type `DiscountedTotalPricePortion` from type `CartDiscountReference` to `Reference` |
145 | 224 | - :warning: changed property `actions` of type `MyBusinessUnitUpdate` from type `BusinessUnitUpdateAction[]` to `MyBusinessUnitUpdateAction[]` |
| 225 | +- :warning: changed property `paymentMethodInfo` of type `MyPaymentDraft` from type `PaymentMethodInfo` to `PaymentMethodInfoDraft` |
| 226 | +- :warning: changed property `paymentMethodInfo` of type `PaymentDraft` from type `PaymentMethodInfo` to `PaymentMethodInfoDraft` |
146 | 227 | - :warning: changed property `filter` of type `SearchSorting` from type `SearchQueryExpression` to `SearchQuery` |
147 | 228 | </details> |
148 | 229 |
|
|
196 | 277 | - added property `priceRoundingMode` to type `Order` |
197 | 278 | - added property `discountTypeCombination` to type `Order` |
198 | 279 | - added property `priceRoundingMode` to type `OrderImportDraft` |
| 280 | +- added property `token` to type `PaymentMethodInfo` |
| 281 | +- added property `interfaceAccount` to type `PaymentMethodInfo` |
| 282 | +- added property `custom` to type `PaymentMethodInfo` |
199 | 283 | - added property `priceCustomerGroupAssignments` to type `ProductSearchProjectionParams` |
200 | 284 | - added property `attributes` to type `ProductTailoringData` |
201 | 285 | - added property `attributes` to type `ProductTailoringDraft` |
|
252 | 336 | - added method `$apiRoot->withProjectKey()->discountGroups()->get()` |
253 | 337 | - added method `$apiRoot->withProjectKey()->discountGroups()->head()` |
254 | 338 | - added method `$apiRoot->withProjectKey()->discountGroups()->post()` |
| 339 | +- added method `$apiRoot->withProjectKey()->paymentMethods()->get()` |
| 340 | +- added method `$apiRoot->withProjectKey()->paymentMethods()->head()` |
| 341 | +- added method `$apiRoot->withProjectKey()->paymentMethods()->post()` |
255 | 342 | - added method `$apiRoot->withProjectKey()->asAssociate()->withAssociateIdValue()->inBusinessUnitKeyWithBusinessUnitKeyValue()->shoppingLists()->get()` |
256 | 343 | - added method `$apiRoot->withProjectKey()->asAssociate()->withAssociateIdValue()->inBusinessUnitKeyWithBusinessUnitKeyValue()->shoppingLists()->head()` |
257 | 344 | - added method `$apiRoot->withProjectKey()->asAssociate()->withAssociateIdValue()->inBusinessUnitKeyWithBusinessUnitKeyValue()->shoppingLists()->post()` |
|
273 | 360 | - added method `$apiRoot->withProjectKey()->discountGroups()->withId()->head()` |
274 | 361 | - added method `$apiRoot->withProjectKey()->discountGroups()->withId()->post()` |
275 | 362 | - added method `$apiRoot->withProjectKey()->discountGroups()->withId()->delete()` |
| 363 | +- added method `$apiRoot->withProjectKey()->paymentMethods()->withKey()->get()` |
| 364 | +- added method `$apiRoot->withProjectKey()->paymentMethods()->withKey()->head()` |
| 365 | +- added method `$apiRoot->withProjectKey()->paymentMethods()->withKey()->post()` |
| 366 | +- added method `$apiRoot->withProjectKey()->paymentMethods()->withKey()->delete()` |
| 367 | +- added method `$apiRoot->withProjectKey()->paymentMethods()->withId()->get()` |
| 368 | +- added method `$apiRoot->withProjectKey()->paymentMethods()->withId()->head()` |
| 369 | +- added method `$apiRoot->withProjectKey()->paymentMethods()->withId()->post()` |
| 370 | +- added method `$apiRoot->withProjectKey()->paymentMethods()->withId()->delete()` |
276 | 371 | - added method `$apiRoot->withProjectKey()->inStoreKeyWithStoreKeyValue()->businessUnits()->get()` |
277 | 372 | - added method `$apiRoot->withProjectKey()->inStoreKeyWithStoreKeyValue()->businessUnits()->head()` |
278 | 373 | - added method `$apiRoot->withProjectKey()->inStoreKeyWithStoreKeyValue()->businessUnits()->post()` |
|
302 | 397 | - added enum `DeleteOthersShoppingLists` to type `Permission` |
303 | 398 | - added enum `ApplicationStoppedByGroupBestDeal` to type `DiscountCodeState` |
304 | 399 | - added enum `discount-group` to type `ReferenceTypeId` |
| 400 | +- added enum `payment-method` to type `ReferenceTypeId` |
| 401 | +- added enum `payment-method` to type `ExtensionResourceTypeId` |
305 | 402 | </details> |
306 | 403 |
|
307 | 404 | **Import changes** |
|
345 | 442 |
|
346 | 443 | - added enum `setAssetKey` to type `UpdateType` |
347 | 444 | - added enum `ApplicationStoppedByGroupBestDeal` to type `DiscountCodeState` |
| 445 | +- added enum `payment-method` to type `ReferenceTypeId` |
348 | 446 | </details> |
349 | 447 |
|
350 | 448 |
|
|
0 commit comments