|
1 | 1 | **Api changes**
|
2 | 2 |
|
3 |
| -<details> |
4 |
| -<summary>Added Enum(s)</summary> |
5 |
| - |
6 |
| -- added enum `ViewMyShoppingLists` to type `Permission` |
7 |
| -- added enum `ViewOthersShoppingLists` to type `Permission` |
8 |
| -- added enum `UpdateMyShoppingLists` to type `Permission` |
9 |
| -- added enum `UpdateOthersShoppingLists` to type `Permission` |
10 |
| -- added enum `CreateMyShoppingLists` to type `Permission` |
11 |
| -- added enum `CreateOthersShoppingLists` to type `Permission` |
12 |
| -- added enum `DeleteMyShoppingLists` to type `Permission` |
13 |
| -- added enum `DeleteOthersShoppingLists` to type `Permission` |
14 |
| -</details> |
15 |
| - |
16 |
| - |
17 | 3 | <details>
|
18 | 4 | <summary>Added QueryParameter(s)</summary>
|
19 | 5 |
|
|
37 | 23 | <details>
|
38 | 24 | <summary>Added Type(s)</summary>
|
39 | 25 |
|
40 |
| -- added type `BusinessUnitAssociateResponse` |
41 |
| -- added type `BestDeal` |
42 |
| -- added type `DiscountTypeCombination` |
43 |
| -- added type `Stacking` |
44 | 26 | - added type `CustomerGroupAssignment`
|
45 | 27 | - added type `CustomerGroupAssignmentDraft`
|
46 | 28 | - added type `CustomerAddCustomerGroupAssignmentAction`
|
|
49 | 31 | - added type `CustomerGroupAssignmentAddedMessage`
|
50 | 32 | - added type `CustomerGroupAssignmentRemovedMessage`
|
51 | 33 | - added type `CustomerGroupAssignmentsSetMessage`
|
52 |
| -- added type `OrderBusinessUnitSetMessage` |
53 | 34 | - added type `CustomerGroupAssignmentAddedMessagePayload`
|
54 | 35 | - added type `CustomerGroupAssignmentRemovedMessagePayload`
|
55 | 36 | - added type `CustomerGroupAssignmentsSetMessagePayload`
|
56 |
| -- added type `OrderBusinessUnitSetMessagePayload` |
57 |
| -- added type `StagedOrderSetBusinessUnitAction` |
58 |
| -- added type `OrderSetBusinessUnitAction` |
59 |
| -</details> |
60 |
| - |
61 |
| - |
62 |
| -<details> |
63 |
| -<summary>Added Resource(s)</summary> |
64 |
| - |
65 |
| -- added resource `/{projectKey}/as-associate/{associateId}/in-business-unit/key={businessUnitKey}/shopping-lists` |
66 |
| -- added resource `/{projectKey}/as-associate/{associateId}/in-business-unit/key={businessUnitKey}/shopping-lists/key={key}` |
67 |
| -- added resource `/{projectKey}/as-associate/{associateId}/in-business-unit/key={businessUnitKey}/shopping-lists/{ID}` |
68 |
| -- added resource `/{projectKey}/business-units/key={key}/associates/{associateId}` |
69 |
| -- added resource `/{projectKey}/business-units/{businessUnitId}/associates/{associateId}` |
70 |
| -- added resource `/{projectKey}/in-store/key={storeKey}/business-units/key={key}/associates/{associateId}` |
71 |
| -- added resource `/{projectKey}/in-store/key={storeKey}/business-units/{businessUnitId}/associates/{associateId}` |
72 |
| -</details> |
73 |
| - |
74 |
| - |
75 |
| -<details> |
76 |
| -<summary>Added Method(s)</summary> |
77 |
| - |
78 |
| -- added method `apiRoot.withProjectKey().asAssociate().withAssociateIdValue().inBusinessUnitKeyWithBusinessUnitKeyValue().shoppingLists().get()` |
79 |
| -- added method `apiRoot.withProjectKey().asAssociate().withAssociateIdValue().inBusinessUnitKeyWithBusinessUnitKeyValue().shoppingLists().head()` |
80 |
| -- added method `apiRoot.withProjectKey().asAssociate().withAssociateIdValue().inBusinessUnitKeyWithBusinessUnitKeyValue().shoppingLists().post()` |
81 |
| -- added method `apiRoot.withProjectKey().asAssociate().withAssociateIdValue().inBusinessUnitKeyWithBusinessUnitKeyValue().shoppingLists().withKey().get()` |
82 |
| -- added method `apiRoot.withProjectKey().asAssociate().withAssociateIdValue().inBusinessUnitKeyWithBusinessUnitKeyValue().shoppingLists().withKey().head()` |
83 |
| -- added method `apiRoot.withProjectKey().asAssociate().withAssociateIdValue().inBusinessUnitKeyWithBusinessUnitKeyValue().shoppingLists().withKey().post()` |
84 |
| -- added method `apiRoot.withProjectKey().asAssociate().withAssociateIdValue().inBusinessUnitKeyWithBusinessUnitKeyValue().shoppingLists().withKey().delete()` |
85 |
| -- added method `apiRoot.withProjectKey().asAssociate().withAssociateIdValue().inBusinessUnitKeyWithBusinessUnitKeyValue().shoppingLists().withId().get()` |
86 |
| -- added method `apiRoot.withProjectKey().asAssociate().withAssociateIdValue().inBusinessUnitKeyWithBusinessUnitKeyValue().shoppingLists().withId().head()` |
87 |
| -- added method `apiRoot.withProjectKey().asAssociate().withAssociateIdValue().inBusinessUnitKeyWithBusinessUnitKeyValue().shoppingLists().withId().post()` |
88 |
| -- added method `apiRoot.withProjectKey().asAssociate().withAssociateIdValue().inBusinessUnitKeyWithBusinessUnitKeyValue().shoppingLists().withId().delete()` |
89 |
| -- added method `apiRoot.withProjectKey().businessUnits().keyWithKeyValueAssociatesWithAssociateIdValue().get()` |
90 |
| -- added method `apiRoot.withProjectKey().businessUnits().withBusinessUnitIdValueAssociatesWithAssociateIdValue().get()` |
91 |
| -- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().businessUnits().keyWithKeyValueAssociatesWithAssociateIdValue().get()` |
92 |
| -- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().businessUnits().withBusinessUnitIdValueAssociatesWithAssociateIdValue().get()` |
93 | 37 | </details>
|
94 | 38 |
|
95 | 39 |
|
96 | 40 | <details>
|
97 | 41 | <summary>Added Property(s)</summary>
|
98 | 42 |
|
99 |
| -- added property `discountTypeCombination` to type `Cart` |
100 | 43 | - added property `customerGroupAssignments` to type `Customer`
|
101 | 44 | - added property `customerGroupAssignments` to type `CustomerDraft`
|
102 |
| -- added property `discountTypeCombination` to type `StagedOrder` |
103 |
| -- added property `discountTypeCombination` to type `Order` |
104 | 45 | - added property `priceCustomerGroupAssignments` to type `ProductSearchProjectionParams`
|
105 | 46 | </details>
|
106 | 47 |
|
107 |
| - |
108 |
| -<details> |
109 |
| -<summary>MarkDeprecated Property(s)</summary> |
110 |
| - |
111 |
| -- marked property `CountOnCustomLineItemUnits::excludeCount` as deprecated |
112 |
| -- marked property `CountOnLineItemUnits::excludeCount` as deprecated |
113 |
| -</details> |
114 |
| - |
0 commit comments