diff --git a/packages/platform-sdk/src/generated/models/me.ts b/packages/platform-sdk/src/generated/models/me.ts index a73a74fbc..7b26c5cb2 100644 --- a/packages/platform-sdk/src/generated/models/me.ts +++ b/packages/platform-sdk/src/generated/models/me.ts @@ -986,7 +986,7 @@ export interface MyShoppingListDraft { */ readonly custom?: CustomFieldsDraft /** - * Number of days after which the ShoppingList will be automatically deleted if it has not been modified. If not set, the [default value](ctp:api:type:ShoppingListsConfiguration) configured in the [Project](ctp:api:type:Project) is used. + * Number of days after the last modification before a ShoppingList is deleted. If not set, the [default value](ctp:api:type:ShoppingListsConfiguration) configured in the [Project](ctp:api:type:Project) is used. * * */ @@ -2779,11 +2779,15 @@ export interface MyShoppingListSetCustomTypeAction */ readonly fields?: FieldContainer } +/** + * Number of days after the last modification before a Shopping List is deleted. + * + */ export interface MyShoppingListSetDeleteDaysAfterLastModificationAction extends IMyShoppingListUpdateAction { readonly action: 'setDeleteDaysAfterLastModification' /** - * Value to set. If empty, any existing value will be removed. + * Value to set. If not provided, the default value for this field configured in [Project settings](ctp:api:type:ShoppingListsConfiguration) is assigned. * * */ diff --git a/packages/platform-sdk/src/generated/models/shopping-list.ts b/packages/platform-sdk/src/generated/models/shopping-list.ts index 1394a9e6f..f8764f681 100644 --- a/packages/platform-sdk/src/generated/models/shopping-list.ts +++ b/packages/platform-sdk/src/generated/models/shopping-list.ts @@ -81,7 +81,8 @@ export interface ShoppingList extends BaseResource { */ readonly textLineItems: TextLineItem[] /** - * Number of days after which the ShoppingList will be automatically deleted if it has not been modified. + * Number of days after the last modification before a ShoppingList is deleted. If not set, the [default value](ctp:api:type:ShoppingListsConfiguration) configured in the [Project](ctp:api:type:Project) is used. + * * */ readonly deleteDaysAfterLastModification?: number @@ -171,7 +172,7 @@ export interface ShoppingListDraft { */ readonly anonymousId?: string /** - * Number of days after which the ShoppingList will be automatically deleted if it has not been modified. If not set, the [default value](ctp:api:type:ShoppingListsConfiguration) configured in the [Project](ctp:api:type:Project) is used. + * Number of days after the last modification before a ShoppingList is deleted. If not set, the [default value](ctp:api:type:ShoppingListsConfiguration) configured in the [Project](ctp:api:type:Project) is used. * * */ @@ -862,11 +863,15 @@ export interface ShoppingListSetCustomerAction */ readonly customer?: CustomerResourceIdentifier } +/** + * Number of days after the last modification before a Shopping List is deleted. + * + */ export interface ShoppingListSetDeleteDaysAfterLastModificationAction extends IShoppingListUpdateAction { readonly action: 'setDeleteDaysAfterLastModification' /** - * Value to set. If empty, any existing value will be removed. + * Value to set. If not provided, the default value for this field configured in [Project settings](ctp:api:type:ShoppingListsConfiguration) is assigned. * * */ diff --git a/references.txt b/references.txt index 7ddb841d3..537a65c40 100644 --- a/references.txt +++ b/references.txt @@ -416,3 +416,4 @@ dd595db3882a9eef83a47515f013be37deae6bff fcc6480a0c34dde0eb5c0a44b1b166a4fdc212fc 8f053b3f8730a47bc1257e09304a442d35356b9e e68ca35e345e284ffc6281baa6fcfb56a3e93582 +b1fc7dfd206272a7717ffe06bf9bdb40fc428a1d