|
5 | 5 |
|
6 | 6 | - added type `BusinessUnitAssociateResponse` |
7 | 7 | - added type `BusinessUnitSetUnitTypeAction` |
| 8 | +- added type `CartDiscountSetDiscountGroupAction` |
8 | 9 | - added type `BestDeal` |
9 | 10 | - added type `DiscountTypeCombination` |
10 | 11 | - added type `Stacking` |
|
13 | 14 | - added type `CustomerAddCustomerGroupAssignmentAction` |
14 | 15 | - added type `CustomerRemoveCustomerGroupAssignmentAction` |
15 | 16 | - added type `CustomerSetCustomerGroupAssignmentsAction` |
| 17 | +- added type `DiscountGroup` |
| 18 | +- added type `DiscountGroupDraft` |
| 19 | +- added type `DiscountGroupPagedQueryResponse` |
| 20 | +- added type `DiscountGroupReference` |
| 21 | +- added type `DiscountGroupResourceIdentifier` |
| 22 | +- added type `DiscountGroupUpdate` |
| 23 | +- added type `DiscountGroupUpdateAction` |
| 24 | +- added type `DiscountGroupSetDescriptionAction` |
| 25 | +- added type `DiscountGroupSetKeyAction` |
| 26 | +- added type `DiscountGroupSetNameAction` |
| 27 | +- added type `DiscountGroupSetSortOrderAction` |
16 | 28 | - added type `ExpiredCustomerEmailTokenError` |
17 | 29 | - added type `ExpiredCustomerPasswordTokenError` |
18 | 30 | - added type `GraphQLExpiredCustomerEmailTokenError` |
|
48 | 60 | - added type `CustomerGroupAssignmentAddedMessage` |
49 | 61 | - added type `CustomerGroupAssignmentRemovedMessage` |
50 | 62 | - added type `CustomerGroupAssignmentsSetMessage` |
| 63 | +- added type `DiscountGroupCreatedMessage` |
| 64 | +- added type `DiscountGroupDeletedMessage` |
| 65 | +- added type `DiscountGroupKeySetMessage` |
| 66 | +- added type `DiscountGroupSortOrderSetMessage` |
51 | 67 | - added type `OrderBusinessUnitSetMessage` |
52 | 68 | - added type `AssociateRoleNameSetMessagePayload` |
53 | 69 | - added type `BusinessUnitTopLevelUnitSetMessagePayload` |
54 | 70 | - added type `BusinessUnitTypeSetMessagePayload` |
55 | 71 | - added type `CustomerGroupAssignmentAddedMessagePayload` |
56 | 72 | - added type `CustomerGroupAssignmentRemovedMessagePayload` |
57 | 73 | - added type `CustomerGroupAssignmentsSetMessagePayload` |
| 74 | +- added type `DiscountGroupCreatedMessagePayload` |
| 75 | +- added type `DiscountGroupDeletedMessagePayload` |
| 76 | +- added type `DiscountGroupKeySetMessagePayload` |
| 77 | +- added type `DiscountGroupSortOrderSetMessagePayload` |
58 | 78 | - added type `OrderBusinessUnitSetMessagePayload` |
59 | 79 | - added type `StagedOrderSetBusinessUnitAction` |
60 | 80 | - added type `OrderSetBusinessUnitAction` |
|
87 | 107 | <details> |
88 | 108 | <summary>Added Resource(s)</summary> |
89 | 109 |
|
| 110 | +- added resource `/{projectKey}/discount-groups` |
90 | 111 | - added resource `/{projectKey}/as-associate/{associateId}/in-business-unit/key={businessUnitKey}/shopping-lists` |
91 | 112 | - added resource `/{projectKey}/as-associate/{associateId}/in-business-unit/key={businessUnitKey}/shopping-lists/key={key}` |
92 | 113 | - added resource `/{projectKey}/as-associate/{associateId}/in-business-unit/key={businessUnitKey}/shopping-lists/{ID}` |
93 | 114 | - added resource `/{projectKey}/business-units/key={key}/associates/{associateId}` |
94 | 115 | - added resource `/{projectKey}/business-units/{businessUnitId}/associates/{associateId}` |
| 116 | +- added resource `/{projectKey}/discount-groups/key={key}` |
| 117 | +- added resource `/{projectKey}/discount-groups/{ID}` |
95 | 118 | - added resource `/{projectKey}/in-store/key={storeKey}/business-units` |
96 | 119 | - added resource `/{projectKey}/in-store/key={storeKey}/business-units/key={key}` |
97 | 120 | - added resource `/{projectKey}/in-store/key={storeKey}/business-units/{ID}` |
|
120 | 143 | <details> |
121 | 144 | <summary>Required Property(s)</summary> |
122 | 145 |
|
| 146 | +- changed property `sortOrder` of type `CartDiscountDraft` to be optional |
123 | 147 | - changed property `images` of type `ProductTailoringSetExternalImagesAction` to be optional |
124 | 148 | - changed property `facets` of type `ProductProjectionPagedSearchResponse` to be optional |
125 | 149 | - :warning: changed property `triggerPattern` of type `CartDiscountPatternTarget` to be required |
|
140 | 164 | - added property `inheritedStores` to type `BusinessUnit` |
141 | 165 | - added property `inheritedStores` to type `Company` |
142 | 166 | - added property `inheritedStores` to type `Division` |
| 167 | +- added property `discountGroup` to type `CartDiscount` |
| 168 | +- added property `discountGroup` to type `CartDiscountDraft` |
143 | 169 | - added property `discountTypeCombination` to type `Cart` |
144 | 170 | - added property `customerGroupAssignments` to type `Customer` |
145 | 171 | - added property `invalidateOlderTokens` to type `CustomerCreateEmailToken` |
|
197 | 223 | <details> |
198 | 224 | <summary>Added Method(s)</summary> |
199 | 225 |
|
| 226 | +- added method `$apiRoot->withProjectKey()->discountGroups()->get()` |
| 227 | +- added method `$apiRoot->withProjectKey()->discountGroups()->head()` |
| 228 | +- added method `$apiRoot->withProjectKey()->discountGroups()->post()` |
200 | 229 | - added method `$apiRoot->withProjectKey()->asAssociate()->withAssociateIdValue()->inBusinessUnitKeyWithBusinessUnitKeyValue()->shoppingLists()->get()` |
201 | 230 | - added method `$apiRoot->withProjectKey()->asAssociate()->withAssociateIdValue()->inBusinessUnitKeyWithBusinessUnitKeyValue()->shoppingLists()->head()` |
202 | 231 | - added method `$apiRoot->withProjectKey()->asAssociate()->withAssociateIdValue()->inBusinessUnitKeyWithBusinessUnitKeyValue()->shoppingLists()->post()` |
|
210 | 239 | - added method `$apiRoot->withProjectKey()->asAssociate()->withAssociateIdValue()->inBusinessUnitKeyWithBusinessUnitKeyValue()->shoppingLists()->withId()->delete()` |
211 | 240 | - added method `$apiRoot->withProjectKey()->businessUnits()->keyWithKeyValueAssociatesWithAssociateIdValue()->get()` |
212 | 241 | - added method `$apiRoot->withProjectKey()->businessUnits()->withBusinessUnitIdValueAssociatesWithAssociateIdValue()->get()` |
| 242 | +- added method `$apiRoot->withProjectKey()->discountGroups()->withKey()->get()` |
| 243 | +- added method `$apiRoot->withProjectKey()->discountGroups()->withKey()->head()` |
| 244 | +- added method `$apiRoot->withProjectKey()->discountGroups()->withKey()->post()` |
| 245 | +- added method `$apiRoot->withProjectKey()->discountGroups()->withKey()->delete()` |
| 246 | +- added method `$apiRoot->withProjectKey()->discountGroups()->withId()->get()` |
| 247 | +- added method `$apiRoot->withProjectKey()->discountGroups()->withId()->head()` |
| 248 | +- added method `$apiRoot->withProjectKey()->discountGroups()->withId()->post()` |
| 249 | +- added method `$apiRoot->withProjectKey()->discountGroups()->withId()->delete()` |
213 | 250 | - added method `$apiRoot->withProjectKey()->inStoreKeyWithStoreKeyValue()->businessUnits()->get()` |
214 | 251 | - added method `$apiRoot->withProjectKey()->inStoreKeyWithStoreKeyValue()->businessUnits()->head()` |
215 | 252 | - added method `$apiRoot->withProjectKey()->inStoreKeyWithStoreKeyValue()->businessUnits()->post()` |
|
237 | 274 | - added enum `CreateOthersShoppingLists` to type `Permission` |
238 | 275 | - added enum `DeleteMyShoppingLists` to type `Permission` |
239 | 276 | - added enum `DeleteOthersShoppingLists` to type `Permission` |
| 277 | +- added enum `ApplicationStoppedByGroupBestDeal` to type `DiscountCodeState` |
| 278 | +- added enum `discount-group` to type `ReferenceTypeId` |
240 | 279 | </details> |
241 | 280 |
|
242 | 281 | **Import changes** |
|
269 | 308 | <summary>Added Enum(s)</summary> |
270 | 309 |
|
271 | 310 | - added enum `setAssetKey` to type `UpdateType` |
| 311 | +- added enum `ApplicationStoppedByGroupBestDeal` to type `DiscountCodeState` |
272 | 312 | </details> |
273 | 313 |
|
274 | 314 |
|
|
0 commit comments