Skip to content

Commit 6838084

Browse files
Merge pull request #929 from commercetools/gen-sdk-updates
Update generated SDKs
2 parents 9e734c4 + 13be601 commit 6838084

File tree

374 files changed

+23734
-756
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

374 files changed

+23734
-756
lines changed

changes.md

Lines changed: 117 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,135 @@
11
**Api changes**
22

3+
<details>
4+
<summary>Added Type(s)</summary>
5+
6+
- added type `CartDiscountSetDiscountGroupAction`
7+
- added type `CartChangePriceRoundingModeAction`
8+
- added type `DiscountGroup`
9+
- added type `DiscountGroupDraft`
10+
- added type `DiscountGroupPagedQueryResponse`
11+
- added type `DiscountGroupReference`
12+
- added type `DiscountGroupResourceIdentifier`
13+
- added type `DiscountGroupUpdate`
14+
- added type `DiscountGroupUpdateAction`
15+
- added type `DiscountGroupSetDescriptionAction`
16+
- added type `DiscountGroupSetKeyAction`
17+
- added type `DiscountGroupSetNameAction`
18+
- added type `DiscountGroupSetSortOrderAction`
19+
- added type `DiscountGroupCreatedMessage`
20+
- added type `DiscountGroupDeletedMessage`
21+
- added type `DiscountGroupKeySetMessage`
22+
- added type `DiscountGroupSortOrderSetMessage`
23+
- added type `DiscountGroupCreatedMessagePayload`
24+
- added type `DiscountGroupDeletedMessagePayload`
25+
- added type `DiscountGroupKeySetMessagePayload`
26+
- added type `DiscountGroupSortOrderSetMessagePayload`
27+
- added type `StagedOrderChangePriceRoundingModeAction`
28+
- added type `ProductTailoringSetProductAttributeAction`
29+
- added type `AttributeLevelEnum`
30+
- added type `ProductSetProductAttributeAction`
31+
- added type `ProjectChangePriceRoundingModeAction`
32+
- added type `ProjectChangeTaxRoundingModeAction`
33+
</details>
34+
35+
36+
<details>
37+
<summary>Added Resource(s)</summary>
38+
39+
- added resource `/{projectKey}/discount-groups`
40+
- added resource `/{projectKey}/discount-groups/key={key}`
41+
- added resource `/{projectKey}/discount-groups/{ID}`
42+
</details>
43+
44+
345
<details>
446
<summary>Removed Property(s)</summary>
547

6-
- :warning: removed property `/[0-9].[0-9]*[1-9]/` from type `CategoryOrderHints`
7-
- :warning: removed property `//` from type `ProductVariantChannelAvailabilityMap`
48+
- :warning: removed property `messages` from type `SubscriptionSetEventsAction`
49+
</details>
50+
51+
52+
<details>
53+
<summary>Required Property(s)</summary>
54+
55+
- changed property `sortOrder` of type `CartDiscountDraft` to be optional
56+
</details>
57+
58+
59+
<details>
60+
<summary>Added Property(s)</summary>
61+
62+
- added property `discountGroup` to type `CartDiscount`
63+
- added property `discountGroup` to type `CartDiscountDraft`
64+
- added property `priceRoundingMode` to type `Cart`
65+
- added property `priceRoundingMode` to type `CartDraft`
66+
- added property `attributes` to type `ProductTailoringCreatedMessage`
67+
- added property `attributes` to type `ProductTailoringCreatedMessagePayload`
68+
- added property `priceRoundingMode` to type `StagedOrder`
69+
- added property `priceRoundingMode` to type `Order`
70+
- added property `priceRoundingMode` to type `OrderImportDraft`
71+
- added property `attributes` to type `ProductTailoringData`
72+
- added property `attributes` to type `ProductTailoringDraft`
73+
- added property `attributes` to type `ProductTailoringInStoreDraft`
74+
- added property `level` to type `AttributeDefinition`
75+
- added property `level` to type `AttributeDefinitionDraft`
76+
- added property `attributes` to type `ProductData`
77+
- added property `attributes` to type `ProductDraft`
78+
- added property `attributes` to type `ProductProjection`
79+
- added property `priceRoundingMode` to type `CartsConfiguration`
80+
- added property `taxRoundingMode` to type `CartsConfiguration`
81+
- added property `priceRoundingMode` to type `QuoteRequest`
82+
- added property `priceRoundingMode` to type `Quote`
83+
- added property `events` to type `SubscriptionSetEventsAction`
84+
</details>
85+
86+
87+
<details>
88+
<summary>Added Method(s)</summary>
89+
90+
- added method `apiRoot.withProjectKey().discountGroups().get()`
91+
- added method `apiRoot.withProjectKey().discountGroups().head()`
92+
- added method `apiRoot.withProjectKey().discountGroups().post()`
93+
- added method `apiRoot.withProjectKey().discountGroups().withKey().get()`
94+
- added method `apiRoot.withProjectKey().discountGroups().withKey().head()`
95+
- added method `apiRoot.withProjectKey().discountGroups().withKey().post()`
96+
- added method `apiRoot.withProjectKey().discountGroups().withKey().delete()`
97+
- added method `apiRoot.withProjectKey().discountGroups().withId().get()`
98+
- added method `apiRoot.withProjectKey().discountGroups().withId().head()`
99+
- added method `apiRoot.withProjectKey().discountGroups().withId().post()`
100+
- added method `apiRoot.withProjectKey().discountGroups().withId().delete()`
101+
</details>
102+
103+
104+
<details>
105+
<summary>Added Enum(s)</summary>
106+
107+
- added enum `ApplicationStoppedByGroupBestDeal` to type `DiscountCodeState`
108+
- added enum `discount-group` to type `ReferenceTypeId`
8109
</details>
9110

111+
**Import changes**
10112

11113
<details>
12-
<summary>Changed Property(s)</summary>
114+
<summary>Added Type(s)</summary>
13115

14-
- :warning: changed property `filter` of type `SearchSorting` from type `SearchQueryExpression` to `SearchQuery`
116+
- added type `AttributeLevel`
15117
</details>
16118

17119

18120
<details>
19121
<summary>Added Property(s)</summary>
20122

21-
- added property `/^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/` to type `CategoryOrderHints`
22-
- added property `/^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/` to type `ProductVariantChannelAvailabilityMap`
123+
- added property `attributes` to type `ProductImport`
124+
- added property `attributes` to type `ProductDraftImport`
125+
- added property `level` to type `AttributeDefinition`
126+
</details>
127+
128+
**History changes**
129+
130+
<details>
131+
<summary>Added Enum(s)</summary>
132+
133+
- added enum `ApplicationStoppedByGroupBestDeal` to type `DiscountCodeState`
23134
</details>
24135

0 commit comments

Comments
 (0)