Skip to content

Commit d1bf23d

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

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed

.changeset/changes_api.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<details>
1717
<summary>Added Property(s)</summary>
1818

19+
- added property `makeInheritedAssociatesExplicit` to type `BusinessUnitChangeAssociateModeAction`
1920
- added property `discountGroup` to type `CartDiscount`
2021
- added property `discountGroup` to type `CartDiscountDraft`
2122
- added property `priceRoundingMode` to type `Cart`

changes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<details>
1313
<summary>Added Property(s)</summary>
1414

15+
- added property `makeInheritedAssociatesExplicit` to type `BusinessUnitChangeAssociateModeAction`
1516
- added property `discountGroup` to type `CartDiscount`
1617
- added property `discountGroup` to type `CartDiscountDraft`
1718
- added property `priceRoundingMode` to type `Cart`

packages/platform-sdk/src/generated/models/business-unit.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1333,6 +1333,12 @@ export interface BusinessUnitChangeAssociateModeAction
13331333
*
13341334
*/
13351335
readonly associateMode: BusinessUnitAssociateMode
1336+
/**
1337+
* If set to `true` during a change to `associateMode="Explicit"`, all inherited Associates will be converted to explicit Associates.
1338+
*
1339+
*
1340+
*/
1341+
readonly makeInheritedAssociatesExplicit: boolean
13361342
}
13371343
/**
13381344
* Updating the name on a [Business Unit](ctp:api:type:BusinessUnit) generates a [BusinessUnitNameChanged](ctp:api:type:BusinessUnitNameChangedMessage) Message.

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,3 +431,4 @@ db9aff026d30fcbfa10891780096e5fb0c140527
431431
c388d876a51d22b2b8a73249fe4694b297db6cd5
432432
62b5cf36742b61ed6fb52a93f1c241070a87e6fb
433433
bb49fa04d50e4e0267846c7d805ae8ebc254bdea
434+
619fb89cb6ac5d2a1d5f1b7d2f51a51e13e7ace9

0 commit comments

Comments
 (0)