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 Dec 10, 2024
1 parent 9eeb8db commit e2a3c16
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/platform-sdk/src/generated/models/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -684,6 +684,8 @@ export interface DiscountedPriceDraft {
/**
* Sets the money value for the discounted price.
*
* To set the money value in high precision, use [HighPrecisionMoneyDraft](ctp:api:type:HighPrecisionMoneyDraft).
*
*
*/
readonly value: _Money
Expand Down Expand Up @@ -910,6 +912,8 @@ export interface PriceDraft {
/**
* Money value of this Price.
*
* To set the money value in high precision, use [HighPrecisionMoneyDraft](ctp:api:type:HighPrecisionMoneyDraft).
*
*
*/
readonly value: _Money
Expand Down Expand Up @@ -1015,6 +1019,7 @@ export interface PriceTierDraft {
readonly minimumQuantity: number
/**
* Money value that applies when the `minimumQuantity` is greater than or equal to the [LineItem](ctp:api:type:LineItem) `quantity`.
* To set the money value in high precision, use [HighPrecisionMoneyDraft](ctp:api:type:HighPrecisionMoneyDraft).
*
* The `currencyCode` of a Price tier must be the same as the `currencyCode` in the `value` of the related Price.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,8 @@ export interface StandalonePriceDraft {
/**
* Sets the money value of this Price.
*
* To set the money value in high precision, use [HighPrecisionMoneyDraft](ctp:api:type:HighPrecisionMoneyDraft).
*
*
*/
readonly value: _Money
Expand Down Expand Up @@ -410,6 +412,8 @@ export interface StandalonePriceChangeValueAction {
/**
* New value to set. Must not be empty.
*
* To set the money value in high precision, use [HighPrecisionMoneyDraft](ctp:api:type:HighPrecisionMoneyDraft).
*
*
*/
readonly value: _Money
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -347,3 +347,4 @@ b747e1fa4f246b748a89bccbfd8a43f5b6f51175
7375cdc26481ba55e756479a87270432635bfcf7
df53588d26d7953dfdf44166866ca03045f0a70b
6b69c5425fe16564147deb9b1d6a9a1078dc5330
99e7aa1c7e3ba67a59b6df3efbaf4e320611c549

0 comments on commit e2a3c16

Please sign in to comment.