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 Oct 1, 2024
1 parent 3d4523f commit 5738e3d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
<details>
<summary>Added Enum(s)</summary>

- added enum `customer-group` to type `ExtensionResourceTypeId`
- added enum `product-tailoring` to type `MessageSubscriptionResourceTypeId`
- added enum `product-tailoring` to type `ResourceTypeId`
</details>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ public interface ExtensionResourceTypeId extends JsonEnum {
<p>Extension triggered for operations on Customers.</p> */
ExtensionResourceTypeId CUSTOMER = ExtensionResourceTypeIdEnum.CUSTOMER;
/**
<p>Extension triggered for operations on CustomerGroups.</p> */
ExtensionResourceTypeId CUSTOMER_GROUP = ExtensionResourceTypeIdEnum.CUSTOMER_GROUP;
/**
<p>Extension triggered for operations on QuoteRequests.</p> */
ExtensionResourceTypeId QUOTE_REQUEST = ExtensionResourceTypeIdEnum.QUOTE_REQUEST;
/**
Expand Down Expand Up @@ -68,6 +71,11 @@ enum ExtensionResourceTypeIdEnum implements ExtensionResourceTypeId {
*/
CUSTOMER("customer"),

/**
* customer-group
*/
CUSTOMER_GROUP("customer-group"),

/**
* quote-request
*/
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -308,3 +308,4 @@ ce2753aafee0b1d96970abb600b606748ce40568
d947f454821e0834a2c8a8605d4a0f3347c11d4e
efc70952597a3160e6bb47891894b109bd82b7c3
4ee8b39787eb0f0b2d025520acdaa022122bd617
c77ec902f368c2c31505fcb65a835ce148350077

0 comments on commit 5738e3d

Please sign in to comment.