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 6982a15 commit 2195675
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .changeset/changes_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@

**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>Changed Property(s)</summary>

Expand Down
13 changes: 13 additions & 0 deletions changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
**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>Changed Property(s)</summary>

Expand Down
3 changes: 2 additions & 1 deletion packages/platform-sdk/src/generated/models/subscription.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export type ChangeSubscriptionResourceTypeId =
| 'approval-flow'
| 'approval-rule'
| 'associate-role'
| 'attribute-group'
| 'business-unit'
| 'cart'
| 'cart-discount'
Expand All @@ -51,8 +52,8 @@ export type ChangeSubscriptionResourceTypeId =
| 'payment'
| 'product'
| 'product-discount'
| 'product-price'
| 'product-selection'
| 'product-tailoring'
| 'product-type'
| 'quote'
| 'quote-request'
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -274,3 +274,4 @@ a1588f9bea129df23185d9d40c70ea96ef1d8b6e
22b0c33fd2ee028ad43204b74430f87a970d6dfa
67d3b7a0760d16b674ecd7c8b805e897e6320171
a535e06bc2906c4f8b803f5a7686cbb920afd40a
4e0ef097a71501b7c84a50ca321310ab42e27011

0 comments on commit 2195675

Please sign in to comment.