Skip to content

Commit 3dc01ae

Browse files
committed
build(codegen): updating SDK
1 parent 984d883 commit 3dc01ae

2 files changed

Lines changed: 3 additions & 2 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
@@ -799,7 +799,7 @@ export interface CustomLineItem {
799799
*/
800800
readonly quantity: number
801801
/**
802-
* State of the Custom Line Item in the [Cart](ctp:api:type:Cart) or [Order](ctp:api:type:Order).
802+
* Tracks specific quantities of the Custom Line Item within a given State. When a Custom Line Item is added to a Cart, its full quantity is set to the built-in "Initial" state. State transitions for Custom Line Items are managed on the [Order](ctp:api:type:Order).
803803
*
804804
*
805805
*/
@@ -1469,7 +1469,7 @@ export interface LineItem {
14691469
*/
14701470
readonly taxedPricePortions: MethodTaxedPrice[]
14711471
/**
1472-
* State of the Line Item in the [Cart](ctp:api:type:Cart) or the [Order](ctp:api:type:Order).
1472+
* Tracks specific quantities of the Line Item within a given State. When a Line Item is added to a Cart, its full quantity is set to the built-in "Initial" state. State transitions for Line Items are managed on the [Order](ctp:api:type:Order).
14731473
*
14741474
*
14751475
*/

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,3 +415,4 @@ dd595db3882a9eef83a47515f013be37deae6bff
415415
10b807d404cfeba225736763251d8ba6d8b16db3
416416
fcc6480a0c34dde0eb5c0a44b1b166a4fdc212fc
417417
8f053b3f8730a47bc1257e09304a442d35356b9e
418+
e68ca35e345e284ffc6281baa6fcfb56a3e93582

0 commit comments

Comments
 (0)