Skip to content

Commit b91a6f8

Browse files
committed
build(codegen): updating SDK
1 parent 82ecf01 commit b91a6f8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ export interface CartsConfiguration {
9494
* - If a [ChangeSubscription](ctp:api:type:ChangeSubscription) for Carts exists, a [ResourceDeletedDeliveryPayload](ctp:api:type:ResourceDeletedDeliveryPayload) is sent upon deletion of a Cart.
9595
* - Carts with [CartOrigin](ctp:api:type:CartOrigin) `Quote` or `RecurringOrder` are not affected by this configuration value.
9696
* - Changing this value doesn't affect the retention of existing Carts. To update an existing Cart's retention use [`setDeleteDaysAfterLastModification`](/projects/carts#set-deletedaysafterlastmodification) on the Carts API.
97-
* - This field may not be present on Projects created before January 2020.
9897
*
9998
*
10099
*/
@@ -252,7 +251,7 @@ export interface Project {
252251
*/
253252
readonly carts: CartsConfiguration
254253
/**
255-
* Holds the configuration for the [Shopping Lists](/../api/projects/shoppingLists) feature. This field may not be present on Projects created before January 2020.
254+
* Holds the configuration for the [Shopping Lists](/../api/projects/shoppingLists) feature.
256255
*
257256
*
258257
*/
@@ -436,7 +435,6 @@ export interface CartValueType extends IShippingRateInputType {
436435
export interface ShoppingListsConfiguration {
437436
/**
438437
* Default value for the `deleteDaysAfterLastModification` parameter of the [ShoppingListDraft](ctp:api:type:ShoppingListDraft).
439-
* This field may not be present on Projects created before January 2020.
440438
*
441439
*
442440
*/

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,3 +508,4 @@ f634f1e67f3797c2a2bad4c702f13c580fd02177
508508
aa83bf0cb2747feefa757d96d5896ba52d05392e
509509
8dc063712795ebccb829b2753af8d6a4c8c1f353
510510
a9c69a2e32f13e695d381fb1c492ee6ed7e6f046
511+
8b51ad0f1cb789c4294135568e272854eea7ac53

0 commit comments

Comments
 (0)