Skip to content

Commit 6793eb8

Browse files
authored
build(codegen): updating SDK (#1052)
Co-authored-by: ct-sdks[bot] <153784748+ct-sdks[bot]@users.noreply.github.com>
1 parent 59c2c2e commit 6793eb8

4 files changed

Lines changed: 21 additions & 0 deletions

File tree

.changeset/changes_api.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,9 @@
99

1010
- :warning: changed property `actions` of type `MyBusinessUnitUpdate` from type `BusinessUnitUpdateAction[]` to `MyBusinessUnitUpdateAction[]`
1111
</details>
12+
13+
<details>
14+
<summary>Added Property(s)</summary>
15+
16+
- added property `published` to type `ShoppingListLineItem`
17+
</details>

changes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,9 @@
55

66
- :warning: changed property `actions` of type `MyBusinessUnitUpdate` from type `BusinessUnitUpdateAction[]` to `MyBusinessUnitUpdateAction[]`
77
</details>
8+
9+
<details>
10+
<summary>Added Property(s)</summary>
11+
12+
- added property `published` to type `ShoppingListLineItem`
13+
</details>

packages/platform-sdk/src/generated/models/shopping-list.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,14 @@ export interface ShoppingListLineItem {
263263
*
264264
*/
265265
readonly productType: ProductTypeReference
266+
/**
267+
* Whether the related [Product](ctp:api:type:Product) is published or not.
268+
*
269+
* This data is updated in an [eventual consistent manner](/general-concepts#eventual-consistency) when the Product's published status changes.
270+
*
271+
*
272+
*/
273+
readonly published: boolean
266274
/**
267275
* Number of Products in the ShoppingListLineItem.
268276
*

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,3 +402,4 @@ f0288f95a5fe33fd2973df3f8290defb15129192
402402
790830d35463033d3b7e35060d16659c82040f4e
403403
761762c7caad45bc86b08db7021a033fff18ba90
404404
b32dd9c6633745d71fb526473fed6cc60e1fab0a
405+
dec65e707130185745930bde27ce78ae64ab29c1

0 commit comments

Comments
 (0)