|
1 | 1 | **Api changes** |
2 | 2 |
|
3 | | -<details> |
4 | | -<summary>Removed QueryParameter(s)</summary> |
5 | | - |
6 | | -- :warning: removed query parameter `withTotal` from method `get /{projectKey}/product-projections/search` |
7 | | -</details> |
8 | | - |
9 | | - |
10 | | -<details> |
11 | | -<summary>Added QueryParameter(s)</summary> |
12 | | - |
13 | | -- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/products` |
14 | | -- added query parameter `priceCustomerGroupAssignments` to method `post /{projectKey}/products` |
15 | | -- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/product-projections` |
16 | | -- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/products/key={key}` |
17 | | -- added query parameter `priceCustomerGroupAssignments` to method `post /{projectKey}/products/key={key}` |
18 | | -- added query parameter `priceCustomerGroupAssignments` to method `delete /{projectKey}/products/key={key}` |
19 | | -- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/products/{ID}` |
20 | | -- added query parameter `priceCustomerGroupAssignments` to method `post /{projectKey}/products/{ID}` |
21 | | -- added query parameter `priceCustomerGroupAssignments` to method `delete /{projectKey}/products/{ID}` |
22 | | -- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/product-projections/search` |
23 | | -- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/product-projections/key={key}` |
24 | | -- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/product-projections/{ID}` |
25 | | -- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/in-store/key={storeKey}/product-projections/key={key}` |
26 | | -- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/in-store/key={storeKey}/product-projections/{ID}` |
27 | | -</details> |
28 | | - |
29 | | - |
30 | | -<details> |
31 | | -<summary>Changed Type(s)</summary> |
32 | | - |
33 | | -- :warning: changed type `DeliveryPayload` from type `object` to `SubscriptionNotification` |
34 | | -</details> |
35 | | - |
36 | | - |
37 | | -<details> |
38 | | -<summary>Removed Type(s)</summary> |
39 | | - |
40 | | -- :warning: removed type `AssociateRoleNameChangedMessage` |
41 | | -- :warning: removed type `AssociateRoleNameChangedMessagePayload` |
42 | | -- :warning: removed type `ProductSearchFacetScope` |
43 | | -</details> |
44 | | - |
45 | | - |
46 | 3 | <details> |
47 | 4 | <summary>Added Type(s)</summary> |
48 | 5 |
|
|
97 | 54 |
|
98 | 55 |
|
99 | 56 | <details> |
100 | | -<summary>Added Property(s)</summary> |
| 57 | +<summary>Removed Type(s)</summary> |
101 | 58 |
|
102 | | -- added property `inheritedStores` to type `BusinessUnit` |
103 | | -- added property `inheritedStores` to type `Company` |
104 | | -- added property `inheritedStores` to type `Division` |
105 | | -- added property `discountTypeCombination` to type `Cart` |
106 | | -- added property `customerGroupAssignments` to type `Customer` |
107 | | -- added property `customerGroupAssignments` to type `CustomerDraft` |
108 | | -- added property `discountTypeCombination` to type `StagedOrder` |
109 | | -- added property `discountTypeCombination` to type `Order` |
110 | | -- added property `priceCustomerGroupAssignments` to type `ProductSearchProjectionParams` |
111 | | -- added property `businessUnit` to type `ShoppingList` |
112 | | -- added property `businessUnit` to type `ShoppingListDraft` |
113 | | -- added property `published` to type `ShoppingListLineItem` |
114 | | -- added property `events` to type `Subscription` |
115 | | -- added property `events` to type `SubscriptionDraft` |
| 59 | +- :warning: removed type `AssociateRoleNameChangedMessage` |
| 60 | +- :warning: removed type `AssociateRoleNameChangedMessagePayload` |
| 61 | +- :warning: removed type `ProductSearchFacetScope` |
| 62 | +</details> |
| 63 | + |
| 64 | + |
| 65 | +<details> |
| 66 | +<summary>Changed Type(s)</summary> |
| 67 | + |
| 68 | +- :warning: changed type `DeliveryPayload` from type `object` to `SubscriptionNotification` |
| 69 | +</details> |
| 70 | + |
| 71 | + |
| 72 | +<details> |
| 73 | +<summary>Added Resource(s)</summary> |
| 74 | + |
| 75 | +- added resource `/{projectKey}/as-associate/{associateId}/in-business-unit/key={businessUnitKey}/shopping-lists` |
| 76 | +- added resource `/{projectKey}/as-associate/{associateId}/in-business-unit/key={businessUnitKey}/shopping-lists/key={key}` |
| 77 | +- added resource `/{projectKey}/as-associate/{associateId}/in-business-unit/key={businessUnitKey}/shopping-lists/{ID}` |
| 78 | +- added resource `/{projectKey}/business-units/key={key}/associates/{associateId}` |
| 79 | +- added resource `/{projectKey}/business-units/{businessUnitId}/associates/{associateId}` |
| 80 | +- added resource `/{projectKey}/in-store/key={storeKey}/business-units` |
| 81 | +- added resource `/{projectKey}/in-store/key={storeKey}/business-units/key={key}` |
| 82 | +- added resource `/{projectKey}/in-store/key={storeKey}/business-units/{ID}` |
| 83 | +- added resource `/{projectKey}/in-store/key={storeKey}/business-units/key={key}/associates/{associateId}` |
| 84 | +- added resource `/{projectKey}/in-store/key={storeKey}/business-units/{businessUnitId}/associates/{associateId}` |
116 | 85 | </details> |
117 | 86 |
|
118 | 87 |
|
|
124 | 93 | </details> |
125 | 94 |
|
126 | 95 |
|
| 96 | +<details> |
| 97 | +<summary>Required Property(s)</summary> |
| 98 | + |
| 99 | +- changed property `images` of type `ProductTailoringSetExternalImagesAction` to be optional |
| 100 | +- changed property `facets` of type `ProductProjectionPagedSearchResponse` to be optional |
| 101 | +- :warning: changed property `triggerPattern` of type `CartDiscountPatternTarget` to be required |
| 102 | +</details> |
| 103 | + |
| 104 | + |
127 | 105 | <details> |
128 | 106 | <summary>MarkDeprecated Property(s)</summary> |
129 | 107 |
|
|
133 | 111 |
|
134 | 112 |
|
135 | 113 | <details> |
136 | | -<summary>Required Property(s)</summary> |
| 114 | +<summary>Added Property(s)</summary> |
137 | 115 |
|
138 | | -- changed property `images` of type `ProductTailoringSetExternalImagesAction` to be optional |
139 | | -- changed property `facets` of type `ProductProjectionPagedSearchResponse` to be optional |
140 | | -- :warning: changed property `triggerPattern` of type `CartDiscountPatternTarget` to be required |
| 116 | +- added property `inheritedStores` to type `BusinessUnit` |
| 117 | +- added property `inheritedStores` to type `Company` |
| 118 | +- added property `inheritedStores` to type `Division` |
| 119 | +- added property `discountTypeCombination` to type `Cart` |
| 120 | +- added property `customerGroupAssignments` to type `Customer` |
| 121 | +- added property `customerGroupAssignments` to type `CustomerDraft` |
| 122 | +- added property `discountTypeCombination` to type `StagedOrder` |
| 123 | +- added property `discountTypeCombination` to type `Order` |
| 124 | +- added property `priceCustomerGroupAssignments` to type `ProductSearchProjectionParams` |
| 125 | +- added property `businessUnit` to type `ShoppingList` |
| 126 | +- added property `businessUnit` to type `ShoppingListDraft` |
| 127 | +- added property `published` to type `ShoppingListLineItem` |
| 128 | +- added property `events` to type `Subscription` |
| 129 | +- added property `events` to type `SubscriptionDraft` |
141 | 130 | </details> |
142 | 131 |
|
143 | 132 |
|
144 | 133 | <details> |
145 | | -<summary>Added Enum(s)</summary> |
| 134 | +<summary>Added QueryParameter(s)</summary> |
146 | 135 |
|
147 | | -- added enum `ViewMyShoppingLists` to type `Permission` |
148 | | -- added enum `ViewOthersShoppingLists` to type `Permission` |
149 | | -- added enum `UpdateMyShoppingLists` to type `Permission` |
150 | | -- added enum `UpdateOthersShoppingLists` to type `Permission` |
151 | | -- added enum `CreateMyShoppingLists` to type `Permission` |
152 | | -- added enum `CreateOthersShoppingLists` to type `Permission` |
153 | | -- added enum `DeleteMyShoppingLists` to type `Permission` |
154 | | -- added enum `DeleteOthersShoppingLists` to type `Permission` |
| 136 | +- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/products` |
| 137 | +- added query parameter `priceCustomerGroupAssignments` to method `post /{projectKey}/products` |
| 138 | +- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/product-projections` |
| 139 | +- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/products/key={key}` |
| 140 | +- added query parameter `priceCustomerGroupAssignments` to method `post /{projectKey}/products/key={key}` |
| 141 | +- added query parameter `priceCustomerGroupAssignments` to method `delete /{projectKey}/products/key={key}` |
| 142 | +- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/products/{ID}` |
| 143 | +- added query parameter `priceCustomerGroupAssignments` to method `post /{projectKey}/products/{ID}` |
| 144 | +- added query parameter `priceCustomerGroupAssignments` to method `delete /{projectKey}/products/{ID}` |
| 145 | +- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/product-projections/search` |
| 146 | +- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/product-projections/key={key}` |
| 147 | +- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/product-projections/{ID}` |
| 148 | +- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/in-store/key={storeKey}/product-projections/key={key}` |
| 149 | +- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/in-store/key={storeKey}/product-projections/{ID}` |
155 | 150 | </details> |
156 | 151 |
|
157 | 152 |
|
158 | 153 | <details> |
159 | | -<summary>Added Resource(s)</summary> |
| 154 | +<summary>Removed QueryParameter(s)</summary> |
160 | 155 |
|
161 | | -- added resource `/{projectKey}/as-associate/{associateId}/in-business-unit/key={businessUnitKey}/shopping-lists` |
162 | | -- added resource `/{projectKey}/as-associate/{associateId}/in-business-unit/key={businessUnitKey}/shopping-lists/key={key}` |
163 | | -- added resource `/{projectKey}/as-associate/{associateId}/in-business-unit/key={businessUnitKey}/shopping-lists/{ID}` |
164 | | -- added resource `/{projectKey}/business-units/key={key}/associates/{associateId}` |
165 | | -- added resource `/{projectKey}/business-units/{businessUnitId}/associates/{associateId}` |
166 | | -- added resource `/{projectKey}/in-store/key={storeKey}/business-units` |
167 | | -- added resource `/{projectKey}/in-store/key={storeKey}/business-units/key={key}` |
168 | | -- added resource `/{projectKey}/in-store/key={storeKey}/business-units/{ID}` |
169 | | -- added resource `/{projectKey}/in-store/key={storeKey}/business-units/key={key}/associates/{associateId}` |
170 | | -- added resource `/{projectKey}/in-store/key={storeKey}/business-units/{businessUnitId}/associates/{associateId}` |
| 156 | +- :warning: removed query parameter `withTotal` from method `get /{projectKey}/product-projections/search` |
171 | 157 | </details> |
172 | 158 |
|
173 | 159 |
|
|
202 | 188 | - added method `$apiRoot->withProjectKey()->inStoreKeyWithStoreKeyValue()->businessUnits()->withBusinessUnitIdValueAssociatesWithAssociateIdValue()->get()` |
203 | 189 | </details> |
204 | 190 |
|
205 | | -**Import changes** |
206 | 191 |
|
207 | 192 | <details> |
208 | | -<summary>Added Property(s)</summary> |
| 193 | +<summary>Added Enum(s)</summary> |
209 | 194 |
|
210 | | -- added property `/^[a-zA-Z]{2,3}(?:-[a-zA-Z]{4})?(?:-(?:[a-zA-Z]{2}|\d{3}))?$/` to type `SearchKeywords` |
211 | | -- added property `/^[a-zA-Z]{2,3}(?:-[a-zA-Z]{4})?(?:-(?:[a-zA-Z]{2}|\d{3}))?$/` to type `LocalizedString` |
| 195 | +- added enum `ViewMyShoppingLists` to type `Permission` |
| 196 | +- added enum `ViewOthersShoppingLists` to type `Permission` |
| 197 | +- added enum `UpdateMyShoppingLists` to type `Permission` |
| 198 | +- added enum `UpdateOthersShoppingLists` to type `Permission` |
| 199 | +- added enum `CreateMyShoppingLists` to type `Permission` |
| 200 | +- added enum `CreateOthersShoppingLists` to type `Permission` |
| 201 | +- added enum `DeleteMyShoppingLists` to type `Permission` |
| 202 | +- added enum `DeleteOthersShoppingLists` to type `Permission` |
212 | 203 | </details> |
213 | 204 |
|
| 205 | +**Import changes** |
214 | 206 |
|
215 | 207 | <details> |
216 | 208 | <summary>Removed Property(s)</summary> |
|
219 | 211 | - :warning: removed property `/^[a-z]{2}(-[A-Z]{2})?$/` from type `LocalizedString` |
220 | 212 | </details> |
221 | 213 |
|
222 | | -**History changes** |
223 | 214 |
|
224 | 215 | <details> |
225 | | -<summary>Added Enum(s)</summary> |
| 216 | +<summary>Added Property(s)</summary> |
226 | 217 |
|
227 | | -- added enum `setAssetKey` to type `UpdateType` |
| 218 | +- added property `/^[a-zA-Z]{2,3}(?:-[a-zA-Z]{4})?(?:-(?:[a-zA-Z]{2}|\d{3}))?$/` to type `SearchKeywords` |
| 219 | +- added property `/^[a-zA-Z]{2,3}(?:-[a-zA-Z]{4})?(?:-(?:[a-zA-Z]{2}|\d{3}))?$/` to type `LocalizedString` |
228 | 220 | </details> |
229 | 221 |
|
| 222 | +**History changes** |
230 | 223 |
|
231 | 224 | <details> |
232 | 225 | <summary>Removed Enum(s)</summary> |
|
236 | 229 |
|
237 | 230 |
|
238 | 231 | <details> |
239 | | -<summary>Changed Property(s)</summary> |
| 232 | +<summary>Added Enum(s)</summary> |
240 | 233 |
|
241 | | -- :warning: changed property `extensions` of type `GraphQLError` from type `GraphQLErrorObject` to `object` |
| 234 | +- added enum `setAssetKey` to type `UpdateType` |
242 | 235 | </details> |
243 | 236 |
|
244 | 237 |
|
245 | 238 | <details> |
246 | | -<summary>Required Property(s)</summary> |
| 239 | +<summary>Removed Type(s)</summary> |
247 | 240 |
|
248 | | -- :warning: changed property `triggerPattern` of type `ChangeTargetPatternChangeValue` to be required |
| 241 | +- :warning: removed type `GraphQLErrorObject` |
249 | 242 | </details> |
250 | 243 |
|
251 | 244 |
|
252 | 245 | <details> |
253 | | -<summary>Removed Type(s)</summary> |
| 246 | +<summary>Changed Property(s)</summary> |
254 | 247 |
|
255 | | -- :warning: removed type `GraphQLErrorObject` |
| 248 | +- :warning: changed property `extensions` of type `GraphQLError` from type `GraphQLErrorObject` to `object` |
| 249 | +</details> |
| 250 | + |
| 251 | + |
| 252 | +<details> |
| 253 | +<summary>Required Property(s)</summary> |
| 254 | + |
| 255 | +- :warning: changed property `triggerPattern` of type `ChangeTargetPatternChangeValue` to be required |
256 | 256 | </details> |
257 | 257 |
|
0 commit comments