File tree Expand file tree Collapse file tree 4 files changed +6
-1
lines changed
packages/platform-sdk/src/generated/models Expand file tree Collapse file tree 4 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 49
49
50
50
- :warning : removed property ` /[0-9].[0-9]*[1-9]/ ` from type ` CategoryOrderHints `
51
51
- :warning : removed property ` // ` from type ` ProductVariantChannelAvailabilityMap `
52
+ - :warning : removed property ` messages ` from type ` SubscriptionSetEventsAction `
52
53
</details >
53
54
54
55
<details >
89
90
- added property ` taxRoundingMode ` to type ` CartsConfiguration `
90
91
- added property ` priceRoundingMode ` to type ` QuoteRequest `
91
92
- added property ` priceRoundingMode ` to type ` Quote `
93
+ - added property ` events ` to type ` SubscriptionSetEventsAction `
92
94
</details >
93
95
94
96
<details >
Original file line number Diff line number Diff line change 45
45
46
46
- :warning : removed property ` /[0-9].[0-9]*[1-9]/ ` from type ` CategoryOrderHints `
47
47
- :warning : removed property ` // ` from type ` ProductVariantChannelAvailabilityMap `
48
+ - :warning : removed property ` messages ` from type ` SubscriptionSetEventsAction `
48
49
</details >
49
50
50
51
<details >
85
86
- added property ` taxRoundingMode ` to type ` CartsConfiguration `
86
87
- added property ` priceRoundingMode ` to type ` QuoteRequest `
87
88
- added property ` priceRoundingMode ` to type ` Quote `
89
+ - added property ` events ` to type ` SubscriptionSetEventsAction `
88
90
</details >
89
91
90
92
<details >
Original file line number Diff line number Diff line change @@ -1110,7 +1110,7 @@ export interface SubscriptionSetEventsAction extends ISubscriptionUpdateAction {
1110
1110
*
1111
1111
*
1112
1112
*/
1113
- readonly messages ?: EventSubscription [ ]
1113
+ readonly events ?: EventSubscription [ ]
1114
1114
}
1115
1115
export interface SubscriptionSetKeyAction extends ISubscriptionUpdateAction {
1116
1116
readonly action : 'setKey'
Original file line number Diff line number Diff line change @@ -428,3 +428,4 @@ dad479066925f91fc733f038afb66c7919409a4c
428
428
ed2d65abb425bd5d142630bff5284efdfdc6449f
429
429
b3b0734e82abb3a4e20169e403628c592806bc96
430
430
db9aff026d30fcbfa10891780096e5fb0c140527
431
+ c388d876a51d22b2b8a73249fe4694b297db6cd5
You can’t perform that action at this time.
0 commit comments