Skip to content

Commit c53f083

Browse files
committed
build(codegen): updating SDK
1 parent 00e623b commit c53f083

File tree

3 files changed

+31
-7
lines changed

3 files changed

+31
-7
lines changed

changes.md

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

3+
<details>
4+
<summary>Removed Enum(s)</summary>
5+
6+
- :warning: removed enum `product-price` from type `ChangeSubscriptionResourceTypeId`
7+
</details>
8+
9+
10+
<details>
11+
<summary>Added Enum(s)</summary>
12+
13+
- added enum `attribute-group` to type `ChangeSubscriptionResourceTypeId`
14+
- added enum `product-tailoring` to type `ChangeSubscriptionResourceTypeId`
15+
</details>
16+
17+
318
<details>
419
<summary>Removed QueryParameter(s)</summary>
520

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/subscription/ChangeSubscriptionResourceTypeId.java

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ public interface ChangeSubscriptionResourceTypeId extends JsonEnum {
2626
<p>Changes related to AssociateRoles.</p> */
2727
ChangeSubscriptionResourceTypeId ASSOCIATE_ROLE = ChangeSubscriptionResourceTypeIdEnum.ASSOCIATE_ROLE;
2828
/**
29+
<p>Changes related to AttributeGroups.</p> */
30+
ChangeSubscriptionResourceTypeId ATTRIBUTE_GROUP = ChangeSubscriptionResourceTypeIdEnum.ATTRIBUTE_GROUP;
31+
/**
2932
<p>Changes to BusinessUnits.</p> */
3033
ChangeSubscriptionResourceTypeId BUSINESS_UNIT = ChangeSubscriptionResourceTypeIdEnum.BUSINESS_UNIT;
3134
/**
@@ -80,12 +83,12 @@ public interface ChangeSubscriptionResourceTypeId extends JsonEnum {
8083
<p>Changes to ProductDiscount.</p> */
8184
ChangeSubscriptionResourceTypeId PRODUCT_DISCOUNT = ChangeSubscriptionResourceTypeIdEnum.PRODUCT_DISCOUNT;
8285
/**
83-
<p>Changes to EmbeddedPrices.</p> */
84-
ChangeSubscriptionResourceTypeId PRODUCT_PRICE = ChangeSubscriptionResourceTypeIdEnum.PRODUCT_PRICE;
85-
/**
8686
<p>Changes to ProductSelections.</p> */
8787
ChangeSubscriptionResourceTypeId PRODUCT_SELECTION = ChangeSubscriptionResourceTypeIdEnum.PRODUCT_SELECTION;
8888
/**
89+
<p>Changes to ProductTailorings.</p> */
90+
ChangeSubscriptionResourceTypeId PRODUCT_TAILORING = ChangeSubscriptionResourceTypeIdEnum.PRODUCT_TAILORING;
91+
/**
8992
<p>Changes to ProductTypes.</p> */
9093
ChangeSubscriptionResourceTypeId PRODUCT_TYPE = ChangeSubscriptionResourceTypeIdEnum.PRODUCT_TYPE;
9194
/**
@@ -147,6 +150,11 @@ enum ChangeSubscriptionResourceTypeIdEnum implements ChangeSubscriptionResourceT
147150
*/
148151
ASSOCIATE_ROLE("associate-role"),
149152

153+
/**
154+
* attribute-group
155+
*/
156+
ATTRIBUTE_GROUP("attribute-group"),
157+
150158
/**
151159
* business-unit
152160
*/
@@ -238,14 +246,14 @@ enum ChangeSubscriptionResourceTypeIdEnum implements ChangeSubscriptionResourceT
238246
PRODUCT_DISCOUNT("product-discount"),
239247

240248
/**
241-
* product-price
249+
* product-selection
242250
*/
243-
PRODUCT_PRICE("product-price"),
251+
PRODUCT_SELECTION("product-selection"),
244252

245253
/**
246-
* product-selection
254+
* product-tailoring
247255
*/
248-
PRODUCT_SELECTION("product-selection"),
256+
PRODUCT_TAILORING("product-tailoring"),
249257

250258
/**
251259
* product-type

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,3 +260,4 @@ a1588f9bea129df23185d9d40c70ea96ef1d8b6e
260260
22b0c33fd2ee028ad43204b74430f87a970d6dfa
261261
67d3b7a0760d16b674ecd7c8b805e897e6320171
262262
a535e06bc2906c4f8b803f5a7686cbb920afd40a
263+
4e0ef097a71501b7c84a50ca321310ab42e27011

0 commit comments

Comments
 (0)