Skip to content

Commit

Permalink
build(codegen): updating SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
ct-sdks[bot] committed Jan 30, 2024
1 parent 138b026 commit 4775463
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
<summary>Added Property(s)</summary>

- added property `custom` to type `ApprovalFlow`
- added property `shippingMode` to type `MyCartDraft`
</details>

**History changes**
Expand Down
7 changes: 7 additions & 0 deletions packages/platform-sdk/src/generated/models/me.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import {
InventoryMode,
ItemShippingDetailsDraft,
ItemShippingTarget,
ShippingMode,
TaxMode,
} from './cart'
import { ChannelResourceIdentifier } from './channel'
Expand Down Expand Up @@ -180,6 +181,12 @@ export interface MyCartDraft {
*
*/
readonly itemShippingAddresses?: BaseAddress[]
/**
* - If set to `Single`, only a single Shipping Method can be added to the Cart.
* - If set to `Multiple`, multiple Shipping Methods can be added to the Cart.
*
*/
readonly shippingMode?: ShippingMode
/**
* `code` of the existing [DiscountCodes](ctp:api:type:DiscountCode) to add to the Cart.
*
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -230,3 +230,4 @@ c640bc7c38e111f9df252979cc5c2ab22568a3d8
2e6876d6e80db67518bc18caed1e630372cae607
455326d83ec0750dfaec9afc7ec640f15412a68f
bbed21a27bf83c8ac16f323969d71a8855623523
e3a178953d3d929a58092a0c86d666fee6400c75

0 comments on commit 4775463

Please sign in to comment.