Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update generated SDKs #679

Merged
merged 1 commit into from
Jun 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading