Skip to content

Commit

Permalink
build(codegen): updating SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
ct-sdks[bot] committed Jun 20, 2024
1 parent 00e623b commit c53f083
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 7 deletions.
15 changes: 15 additions & 0 deletions changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
**Api changes**

<details>
<summary>Removed Enum(s)</summary>

- :warning: removed enum `product-price` from type `ChangeSubscriptionResourceTypeId`
</details>


<details>
<summary>Added Enum(s)</summary>

- added enum `attribute-group` to type `ChangeSubscriptionResourceTypeId`
- added enum `product-tailoring` to type `ChangeSubscriptionResourceTypeId`
</details>


<details>
<summary>Removed QueryParameter(s)</summary>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ public interface ChangeSubscriptionResourceTypeId extends JsonEnum {
<p>Changes related to AssociateRoles.</p> */
ChangeSubscriptionResourceTypeId ASSOCIATE_ROLE = ChangeSubscriptionResourceTypeIdEnum.ASSOCIATE_ROLE;
/**
<p>Changes related to AttributeGroups.</p> */
ChangeSubscriptionResourceTypeId ATTRIBUTE_GROUP = ChangeSubscriptionResourceTypeIdEnum.ATTRIBUTE_GROUP;
/**
<p>Changes to BusinessUnits.</p> */
ChangeSubscriptionResourceTypeId BUSINESS_UNIT = ChangeSubscriptionResourceTypeIdEnum.BUSINESS_UNIT;
/**
Expand Down Expand Up @@ -80,12 +83,12 @@ public interface ChangeSubscriptionResourceTypeId extends JsonEnum {
<p>Changes to ProductDiscount.</p> */
ChangeSubscriptionResourceTypeId PRODUCT_DISCOUNT = ChangeSubscriptionResourceTypeIdEnum.PRODUCT_DISCOUNT;
/**
<p>Changes to EmbeddedPrices.</p> */
ChangeSubscriptionResourceTypeId PRODUCT_PRICE = ChangeSubscriptionResourceTypeIdEnum.PRODUCT_PRICE;
/**
<p>Changes to ProductSelections.</p> */
ChangeSubscriptionResourceTypeId PRODUCT_SELECTION = ChangeSubscriptionResourceTypeIdEnum.PRODUCT_SELECTION;
/**
<p>Changes to ProductTailorings.</p> */
ChangeSubscriptionResourceTypeId PRODUCT_TAILORING = ChangeSubscriptionResourceTypeIdEnum.PRODUCT_TAILORING;
/**
<p>Changes to ProductTypes.</p> */
ChangeSubscriptionResourceTypeId PRODUCT_TYPE = ChangeSubscriptionResourceTypeIdEnum.PRODUCT_TYPE;
/**
Expand Down Expand Up @@ -147,6 +150,11 @@ enum ChangeSubscriptionResourceTypeIdEnum implements ChangeSubscriptionResourceT
*/
ASSOCIATE_ROLE("associate-role"),

/**
* attribute-group
*/
ATTRIBUTE_GROUP("attribute-group"),

/**
* business-unit
*/
Expand Down Expand Up @@ -238,14 +246,14 @@ enum ChangeSubscriptionResourceTypeIdEnum implements ChangeSubscriptionResourceT
PRODUCT_DISCOUNT("product-discount"),

/**
* product-price
* product-selection
*/
PRODUCT_PRICE("product-price"),
PRODUCT_SELECTION("product-selection"),

/**
* product-selection
* product-tailoring
*/
PRODUCT_SELECTION("product-selection"),
PRODUCT_TAILORING("product-tailoring"),

/**
* product-type
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -260,3 +260,4 @@ a1588f9bea129df23185d9d40c70ea96ef1d8b6e
22b0c33fd2ee028ad43204b74430f87a970d6dfa
67d3b7a0760d16b674ecd7c8b805e897e6320171
a535e06bc2906c4f8b803f5a7686cbb920afd40a
4e0ef097a71501b7c84a50ca321310ab42e27011

0 comments on commit c53f083

Please sign in to comment.