Skip to content

Commit 9ce15f4

Browse files
authored
build(codegen): updating SDK (#1114)
Co-authored-by: ct-sdks[bot] <153784748+ct-sdks[bot]@users.noreply.github.com>
1 parent e6cf7e2 commit 9ce15f4

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
lines changed

.changeset/changes_api.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949

5050
- :warning: removed property `/[0-9].[0-9]*[1-9]/` from type `CategoryOrderHints`
5151
- :warning: removed property `//` from type `ProductVariantChannelAvailabilityMap`
52+
- :warning: removed property `messages` from type `SubscriptionSetEventsAction`
5253
</details>
5354

5455
<details>
@@ -89,6 +90,7 @@
8990
- added property `taxRoundingMode` to type `CartsConfiguration`
9091
- added property `priceRoundingMode` to type `QuoteRequest`
9192
- added property `priceRoundingMode` to type `Quote`
93+
- added property `events` to type `SubscriptionSetEventsAction`
9294
</details>
9395

9496
<details>

changes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545

4646
- :warning: removed property `/[0-9].[0-9]*[1-9]/` from type `CategoryOrderHints`
4747
- :warning: removed property `//` from type `ProductVariantChannelAvailabilityMap`
48+
- :warning: removed property `messages` from type `SubscriptionSetEventsAction`
4849
</details>
4950

5051
<details>
@@ -85,6 +86,7 @@
8586
- added property `taxRoundingMode` to type `CartsConfiguration`
8687
- added property `priceRoundingMode` to type `QuoteRequest`
8788
- added property `priceRoundingMode` to type `Quote`
89+
- added property `events` to type `SubscriptionSetEventsAction`
8890
</details>
8991

9092
<details>

packages/platform-sdk/src/generated/models/subscription.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1110,7 +1110,7 @@ export interface SubscriptionSetEventsAction extends ISubscriptionUpdateAction {
11101110
*
11111111
*
11121112
*/
1113-
readonly messages?: EventSubscription[]
1113+
readonly events?: EventSubscription[]
11141114
}
11151115
export interface SubscriptionSetKeyAction extends ISubscriptionUpdateAction {
11161116
readonly action: 'setKey'

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,3 +428,4 @@ dad479066925f91fc733f038afb66c7919409a4c
428428
ed2d65abb425bd5d142630bff5284efdfdc6449f
429429
b3b0734e82abb3a4e20169e403628c592806bc96
430430
db9aff026d30fcbfa10891780096e5fb0c140527
431+
c388d876a51d22b2b8a73249fe4694b297db6cd5

0 commit comments

Comments
 (0)