Skip to content

Commit

Permalink
build(codegen): updating SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
Auto Mation committed Oct 23, 2023
1 parent b6c6ae9 commit 5514cc0
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,14 @@
- added enum `CreateApprovalRules` to type `Permission`
- added enum `UpdateApprovalRules` to type `Permission`
- added enum `UpdateApprovalFlows` to type `Permission`
- added enum `approval-flow` to type `ReferenceTypeId`
- added enum `approval-rule` to type `ReferenceTypeId`
- added enum `customer-email-token` to type `ReferenceTypeId`
- added enum `customer-password-token` to type `ReferenceTypeId`
- added enum `approval-flow` to type `ChangeSubscriptionResourceTypeId`
- added enum `approval-rule` to type `ChangeSubscriptionResourceTypeId`
- added enum `approval-flow` to type `MessageSubscriptionResourceTypeId`
- added enum `approval-rule` to type `MessageSubscriptionResourceTypeId`
- added enum `customer-email-token` to type `MessageSubscriptionResourceTypeId`
- added enum `customer-group` to type `MessageSubscriptionResourceTypeId`
- added enum `customer-password-token` to type `MessageSubscriptionResourceTypeId`
Expand Down
2 changes: 2 additions & 0 deletions packages/platform-sdk/src/generated/models/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1089,6 +1089,8 @@ export type Reference =
*
*/
export type ReferenceTypeId =
| 'approval-flow'
| 'approval-rule'
| 'associate-role'
| 'attribute-group'
| 'business-unit'
Expand Down
4 changes: 4 additions & 0 deletions packages/platform-sdk/src/generated/models/subscription.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ export interface ChangeSubscription {
*
*/
export type ChangeSubscriptionResourceTypeId =
| 'approval-flow'
| 'approval-rule'
| 'associate-role'
| 'business-unit'
| 'cart'
Expand Down Expand Up @@ -380,6 +382,8 @@ export interface MessageSubscription {
*
*/
export type MessageSubscriptionResourceTypeId =
| 'approval-flow'
| 'approval-rule'
| 'associate-role'
| 'business-unit'
| 'category'
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -172,3 +172,4 @@ cfb34c1d1b7549d9bfe759d13ca9357646371e72
00ec1791c7297ecf203797bcfe02ebad5c9c9a64
da5022ed759c0ebb3b80c15eb62488c7584dfeba
b25b7cc02df72845f3045528120267d1b6330e0a
8e6bc39ae805ea9d9f046fb70734980f82bbb272

0 comments on commit 5514cc0

Please sign in to comment.