Skip to content

Commit af204eb

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

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ export interface Cart extends BaseResource {
305305
*/
306306
readonly country?: string
307307
/**
308-
* Languages of the Cart. Can only contain languages supported by the [Project](ctp:api:type:Project).
308+
* Language of the Cart. Must be one of the languages supported by the [Project](ctp:api:type:Project).
309309
*
310310
*
311311
*/
@@ -528,7 +528,7 @@ export interface CartDraft {
528528
*/
529529
readonly country?: string
530530
/**
531-
* Languages of the Cart. Can only contain languages supported by the [Project](ctp:api:type:Project).
531+
* Language of the Cart. Must be one of the languages supported by the [Project](ctp:api:type:Project).
532532
*
533533
*
534534
*/

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,8 +276,7 @@ export interface MyCartDraft {
276276
*/
277277
readonly country?: string
278278
/**
279-
* Languages of the Cart.
280-
* Can only contain languages supported by the [Project](ctp:api:type:Project).
279+
* Language of the Cart. Must be one of the languages supported by the [Project](ctp:api:type:Project).
281280
*
282281
*
283282
*/

reference.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
f8b027c8e1b5ba61ace3d3d358b9efc7ad4b93eb

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,3 +451,4 @@ d084ab15a8dfa7bd18efa10417a0bb263c08f269
451451
291e2569b7c0e4f1db3bb99761c7b23e0cc1659f
452452
b6d7def74db12344b0e0821407b45a3f214b8bd9
453453
f8b027c8e1b5ba61ace3d3d358b9efc7ad4b93eb
454+
63488aa919cebb6a9a606b287cd525eb7c588e99

0 commit comments

Comments
 (0)