Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions packages/platform-sdk/src/generated/models/me.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
*
*/
Expand Down Expand Up @@ -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.
*
*
*/
Expand Down
11 changes: 8 additions & 3 deletions packages/platform-sdk/src/generated/models/shopping-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
*
*
*/
Expand Down Expand Up @@ -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.
*
*
*/
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -416,3 +416,4 @@ dd595db3882a9eef83a47515f013be37deae6bff
fcc6480a0c34dde0eb5c0a44b1b166a4fdc212fc
8f053b3f8730a47bc1257e09304a442d35356b9e
e68ca35e345e284ffc6281baa6fcfb56a3e93582
b1fc7dfd206272a7717ffe06bf9bdb40fc428a1d