Skip to content

Commit 78314c8

Browse files
authored
build(codegen): updating SDK (#1063)
Co-authored-by: ct-sdks[bot] <153784748+ct-sdks[bot]@users.noreply.github.com>
1 parent 0de124b commit 78314c8

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

packages/platform-sdk/src/generated/models/cart.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ export interface Cart extends BaseResource {
315315
*/
316316
readonly discountTypeCombination?: DiscountTypeCombination
317317
/**
318-
* Number of days after which an active Cart is deleted since its last modification. Configured in [Project settings](ctp:api:type:CartsConfiguration).
318+
* Number of days after the last modification before a Cart is deleted. Configured in [Project settings](ctp:api:type:CartsConfiguration).
319319
*
320320
*
321321
*/
@@ -520,7 +520,7 @@ export interface CartDraft {
520520
*/
521521
readonly origin?: CartOrigin
522522
/**
523-
* Number of days after which an active Cart is deleted since its last modification.
523+
* Number of days after the last modification before a Cart is deleted.
524524
* If not provided, the default value for this field configured in [Project settings](ctp:api:type:CartsConfiguration) is assigned.
525525
*
526526
* Create a [ChangeSubscription](ctp:api:type:ChangeSubscription) for Carts to receive a [ResourceDeletedDeliveryPayload](ctp:api:type:ResourceDeletedDeliveryPayload) upon deletion of the Cart.
@@ -3296,7 +3296,7 @@ export interface CartSetCustomerIdAction extends ICartUpdateAction {
32963296
readonly customerId?: string
32973297
}
32983298
/**
3299-
* Number of days after which a Cart with `Active` [CartState](ctp:api:type:CartState) is deleted since its last modification.
3299+
* Number of days after the last modification before a Cart is deleted.
33003300
*
33013301
* If a [ChangeSubscription](ctp:api:type:ChangeSubscription) exists for Carts, a [ResourceDeletedDeliveryPayload](ctp:api:type:ResourceDeletedDeliveryPayload) is sent.
33023302
*

packages/platform-sdk/src/generated/models/me.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ export interface MyCartDraft {
278278
*/
279279
readonly locale?: string
280280
/**
281-
* Number of days after which a Cart with `Active` [CartState](ctp:api:type:CartState) is deleted since its last modification.
281+
* Number of days after the last modification before a Cart is deleted.
282282
* If not provided, the default value for this field configured in [Project settings](ctp:api:type:CartsConfiguration) is assigned.
283283
*
284284
* Create a [ChangeSubscription](ctp:api:type:ChangeSubscription) for Carts to receive a [ResourceDeletedDeliveryPayload](ctp:api:type:ResourceDeletedDeliveryPayload) upon deletion of the Cart.
@@ -1831,7 +1831,7 @@ export interface MyCartSetCustomerEmailAction extends IMyCartUpdateAction {
18311831
readonly email?: string
18321832
}
18331833
/**
1834-
* Number of days after which a Cart with `Active` [CartState](ctp:api:type:CartState) is deleted since its last modification.
1834+
* Number of days after the last modification before a Cart is deleted.
18351835
*
18361836
* If a [ChangeSubscription](ctp:api:type:ChangeSubscription) exists for Carts, a [ResourceDeletedDeliveryPayload](ctp:api:type:ResourceDeletedDeliveryPayload) is sent.
18371837
*

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,3 +407,4 @@ dec65e707130185745930bde27ce78ae64ab29c1
407407
356beed6a818fbf0e5a7f5c4e938d02c2ca174ec
408408
7fc89775aaee48e4af3c517e46b1bd7f4de4779f
409409
ba64943be238cc04b24cfafc30b4e1d47976fd4e
410+
f308ced4b427eea3642d2d183f6d15f0c1287aa8

0 commit comments

Comments
 (0)