Skip to content

Commit 4b5dd72

Browse files
committed
build(codegen): updating SDK
1 parent 0b1bfc6 commit 4b5dd72

File tree

2 files changed

+109
-108
lines changed

2 files changed

+109
-108
lines changed

changes.md

Lines changed: 108 additions & 108 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
**Api changes**
22

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+
337
<details>
438
<summary>Added Type(s)</summary>
539

@@ -181,68 +215,20 @@
181215

182216

183217
<details>
184-
<summary>Changed Type(s)</summary>
185-
186-
- :warning: changed type `DeliveryPayload` from type `object` to `SubscriptionNotification`
187-
</details>
188-
189-
190-
<details>
191-
<summary>Added Resource(s)</summary>
192-
193-
- added resource `/{projectKey}/discount-groups`
194-
- added resource `/{projectKey}/payment-methods`
195-
- added resource `/{projectKey}/as-associate/{associateId}/in-business-unit/key={businessUnitKey}/shopping-lists`
196-
- added resource `/{projectKey}/as-associate/{associateId}/in-business-unit/key={businessUnitKey}/shopping-lists/key={key}`
197-
- added resource `/{projectKey}/as-associate/{associateId}/in-business-unit/key={businessUnitKey}/shopping-lists/{ID}`
198-
- added resource `/{projectKey}/business-units/key={key}/associates/{associateId}`
199-
- added resource `/{projectKey}/business-units/{businessUnitId}/associates/{associateId}`
200-
- added resource `/{projectKey}/discount-groups/key={key}`
201-
- added resource `/{projectKey}/discount-groups/{ID}`
202-
- added resource `/{projectKey}/payment-methods/key={key}`
203-
- added resource `/{projectKey}/payment-methods/{ID}`
204-
- added resource `/{projectKey}/in-store/key={storeKey}/business-units`
205-
- added resource `/{projectKey}/in-store/key={storeKey}/business-units/key={key}`
206-
- added resource `/{projectKey}/in-store/key={storeKey}/business-units/{ID}`
207-
- added resource `/{projectKey}/in-store/key={storeKey}/business-units/key={key}/associates/{associateId}`
208-
- added resource `/{projectKey}/in-store/key={storeKey}/business-units/{businessUnitId}/associates/{associateId}`
209-
</details>
210-
211-
212-
<details>
213-
<summary>Removed Property(s)</summary>
214-
215-
- :warning: removed property `/[0-9].[0-9]*[1-9]/` from type `CategoryOrderHints`
216-
- :warning: removed property `//` from type `ProductVariantChannelAvailabilityMap`
217-
</details>
218-
219-
220-
<details>
221-
<summary>Changed Property(s)</summary>
222-
223-
- :warning: changed property `discount` of type `DiscountedTotalPricePortion` from type `CartDiscountReference` to `Reference`
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`
227-
- :warning: changed property `filter` of type `SearchSorting` from type `SearchQueryExpression` to `SearchQuery`
228-
</details>
229-
230-
231-
<details>
232-
<summary>Required Property(s)</summary>
233-
234-
- changed property `sortOrder` of type `CartDiscountDraft` to be optional
235-
- changed property `images` of type `ProductTailoringSetExternalImagesAction` to be optional
236-
- changed property `facets` of type `ProductProjectionPagedSearchResponse` to be optional
237-
- :warning: changed property `triggerPattern` of type `CartDiscountPatternTarget` to be required
238-
</details>
239-
240-
241-
<details>
242-
<summary>MarkDeprecated Property(s)</summary>
218+
<summary>Added Enum(s)</summary>
243219

244-
- marked property `CountOnCustomLineItemUnits::excludeCount` as deprecated
245-
- marked property `CountOnLineItemUnits::excludeCount` as deprecated
220+
- added enum `ViewMyShoppingLists` to type `Permission`
221+
- added enum `ViewOthersShoppingLists` to type `Permission`
222+
- added enum `UpdateMyShoppingLists` to type `Permission`
223+
- added enum `UpdateOthersShoppingLists` to type `Permission`
224+
- added enum `CreateMyShoppingLists` to type `Permission`
225+
- added enum `CreateOthersShoppingLists` to type `Permission`
226+
- added enum `DeleteMyShoppingLists` to type `Permission`
227+
- added enum `DeleteOthersShoppingLists` to type `Permission`
228+
- added enum `ApplicationStoppedByGroupBestDeal` to type `DiscountCodeState`
229+
- added enum `discount-group` to type `ReferenceTypeId`
230+
- added enum `payment-method` to type `ReferenceTypeId`
231+
- added enum `payment-method` to type `ExtensionResourceTypeId`
246232
</details>
247233

248234

@@ -304,29 +290,39 @@
304290

305291

306292
<details>
307-
<summary>Added QueryParameter(s)</summary>
293+
<summary>Changed Property(s)</summary>
308294

309-
- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/products`
310-
- added query parameter `priceCustomerGroupAssignments` to method `post /{projectKey}/products`
311-
- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/product-projections`
312-
- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/products/key={key}`
313-
- added query parameter `priceCustomerGroupAssignments` to method `post /{projectKey}/products/key={key}`
314-
- added query parameter `priceCustomerGroupAssignments` to method `delete /{projectKey}/products/key={key}`
315-
- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/products/{ID}`
316-
- added query parameter `priceCustomerGroupAssignments` to method `post /{projectKey}/products/{ID}`
317-
- added query parameter `priceCustomerGroupAssignments` to method `delete /{projectKey}/products/{ID}`
318-
- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/product-projections/search`
319-
- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/product-projections/key={key}`
320-
- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/product-projections/{ID}`
321-
- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/in-store/key={storeKey}/product-projections/key={key}`
322-
- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/in-store/key={storeKey}/product-projections/{ID}`
295+
- :warning: changed property `discount` of type `DiscountedTotalPricePortion` from type `CartDiscountReference` to `Reference`
296+
- :warning: changed property `actions` of type `MyBusinessUnitUpdate` from type `BusinessUnitUpdateAction[]` to `MyBusinessUnitUpdateAction[]`
297+
- :warning: changed property `paymentMethodInfo` of type `MyPaymentDraft` from type `PaymentMethodInfo` to `PaymentMethodInfoDraft`
298+
- :warning: changed property `paymentMethodInfo` of type `PaymentDraft` from type `PaymentMethodInfo` to `PaymentMethodInfoDraft`
299+
- :warning: changed property `filter` of type `SearchSorting` from type `SearchQueryExpression` to `SearchQuery`
323300
</details>
324301

325302

326303
<details>
327-
<summary>Removed QueryParameter(s)</summary>
304+
<summary>Required Property(s)</summary>
328305

329-
- :warning: removed query parameter `withTotal` from method `get /{projectKey}/product-projections/search`
306+
- :warning: changed property `triggerPattern` of type `CartDiscountPatternTarget` to be required
307+
- changed property `sortOrder` of type `CartDiscountDraft` to be optional
308+
- changed property `images` of type `ProductTailoringSetExternalImagesAction` to be optional
309+
- changed property `facets` of type `ProductProjectionPagedSearchResponse` to be optional
310+
</details>
311+
312+
313+
<details>
314+
<summary>Removed Property(s)</summary>
315+
316+
- :warning: removed property `/[0-9].[0-9]*[1-9]/` from type `CategoryOrderHints`
317+
- :warning: removed property `//` from type `ProductVariantChannelAvailabilityMap`
318+
</details>
319+
320+
321+
<details>
322+
<summary>MarkDeprecated Property(s)</summary>
323+
324+
- marked property `CountOnCustomLineItemUnits::excludeCount` as deprecated
325+
- marked property `CountOnLineItemUnits::excludeCount` as deprecated
330326
</details>
331327

332328

@@ -385,28 +381,36 @@
385381

386382

387383
<details>
388-
<summary>Added Enum(s)</summary>
384+
<summary>Added Resource(s)</summary>
389385

390-
- added enum `ViewMyShoppingLists` to type `Permission`
391-
- added enum `ViewOthersShoppingLists` to type `Permission`
392-
- added enum `UpdateMyShoppingLists` to type `Permission`
393-
- added enum `UpdateOthersShoppingLists` to type `Permission`
394-
- added enum `CreateMyShoppingLists` to type `Permission`
395-
- added enum `CreateOthersShoppingLists` to type `Permission`
396-
- added enum `DeleteMyShoppingLists` to type `Permission`
397-
- added enum `DeleteOthersShoppingLists` to type `Permission`
398-
- added enum `ApplicationStoppedByGroupBestDeal` to type `DiscountCodeState`
399-
- added enum `discount-group` to type `ReferenceTypeId`
400-
- added enum `payment-method` to type `ReferenceTypeId`
401-
- added enum `payment-method` to type `ExtensionResourceTypeId`
386+
- added resource `/{projectKey}/discount-groups`
387+
- added resource `/{projectKey}/payment-methods`
388+
- added resource `/{projectKey}/as-associate/{associateId}/in-business-unit/key={businessUnitKey}/shopping-lists`
389+
- added resource `/{projectKey}/as-associate/{associateId}/in-business-unit/key={businessUnitKey}/shopping-lists/key={key}`
390+
- added resource `/{projectKey}/as-associate/{associateId}/in-business-unit/key={businessUnitKey}/shopping-lists/{ID}`
391+
- added resource `/{projectKey}/business-units/key={key}/associates/{associateId}`
392+
- added resource `/{projectKey}/business-units/{businessUnitId}/associates/{associateId}`
393+
- added resource `/{projectKey}/discount-groups/key={key}`
394+
- added resource `/{projectKey}/discount-groups/{ID}`
395+
- added resource `/{projectKey}/payment-methods/key={key}`
396+
- added resource `/{projectKey}/payment-methods/{ID}`
397+
- added resource `/{projectKey}/in-store/key={storeKey}/business-units`
398+
- added resource `/{projectKey}/in-store/key={storeKey}/business-units/key={key}`
399+
- added resource `/{projectKey}/in-store/key={storeKey}/business-units/{ID}`
400+
- added resource `/{projectKey}/in-store/key={storeKey}/business-units/key={key}/associates/{associateId}`
401+
- added resource `/{projectKey}/in-store/key={storeKey}/business-units/{businessUnitId}/associates/{associateId}`
402402
</details>
403403

404404
**Import changes**
405405

406406
<details>
407-
<summary>Added Type(s)</summary>
407+
<summary>Added Property(s)</summary>
408408

409-
- added type `AttributeLevel`
409+
- added property `/^[a-zA-Z]{2,3}(?:-[a-zA-Z]{4})?(?:-(?:[a-zA-Z]{2}|\d{3}))?$/` to type `SearchKeywords`
410+
- added property `attributes` to type `ProductImport`
411+
- added property `attributes` to type `ProductDraftImport`
412+
- added property `level` to type `AttributeDefinition`
413+
- added property `/^[a-zA-Z]{2,3}(?:-[a-zA-Z]{4})?(?:-(?:[a-zA-Z]{2}|\d{3}))?$/` to type `LocalizedString`
410414
</details>
411415

412416

@@ -419,24 +423,13 @@
419423

420424

421425
<details>
422-
<summary>Added Property(s)</summary>
426+
<summary>Added Type(s)</summary>
423427

424-
- added property `/^[a-zA-Z]{2,3}(?:-[a-zA-Z]{4})?(?:-(?:[a-zA-Z]{2}|\d{3}))?$/` to type `SearchKeywords`
425-
- added property `attributes` to type `ProductImport`
426-
- added property `attributes` to type `ProductDraftImport`
427-
- added property `level` to type `AttributeDefinition`
428-
- added property `/^[a-zA-Z]{2,3}(?:-[a-zA-Z]{4})?(?:-(?:[a-zA-Z]{2}|\d{3}))?$/` to type `LocalizedString`
428+
- added type `AttributeLevel`
429429
</details>
430430

431431
**History changes**
432432

433-
<details>
434-
<summary>Removed Enum(s)</summary>
435-
436-
- :warning: removed enum `setAsssetKey` from type `UpdateType`
437-
</details>
438-
439-
440433
<details>
441434
<summary>Added Enum(s)</summary>
442435

@@ -447,9 +440,9 @@
447440

448441

449442
<details>
450-
<summary>Removed Type(s)</summary>
443+
<summary>Removed Enum(s)</summary>
451444

452-
- :warning: removed type `GraphQLErrorObject`
445+
- :warning: removed enum `setAsssetKey` from type `UpdateType`
453446
</details>
454447

455448

@@ -466,3 +459,10 @@
466459
- :warning: changed property `triggerPattern` of type `ChangeTargetPatternChangeValue` to be required
467460
</details>
468461

462+
463+
<details>
464+
<summary>Removed Type(s)</summary>
465+
466+
- :warning: removed type `GraphQLErrorObject`
467+
</details>
468+

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,3 +444,4 @@ c388d876a51d22b2b8a73249fe4694b297db6cd5
444444
8691a7b16e2e8434ed2cf8671232c4cd4ee799a5
445445
62b5cf36742b61ed6fb52a93f1c241070a87e6fb
446446
bb49fa04d50e4e0267846c7d805ae8ebc254bdea
447+
bb49fa04d50e4e0267846c7d805ae8ebc254bdea

0 commit comments

Comments
 (0)