Skip to content

Commit 846645f

Browse files
committed
build(codegen): updating SDK
1 parent d54e275 commit 846645f

16 files changed

Lines changed: 16 additions & 15 deletions

lib/commercetools-api/src/Models/Me/MyShoppingListDraft.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public function getTextLineItems();
6767
public function getCustom();
6868

6969
/**
70-
* <p>Number of days after which the ShoppingList will be automatically deleted if it has not been modified. If not set, the <a href="ctp:api:type:ShoppingListsConfiguration">default value</a> configured in the <a href="ctp:api:type:Project">Project</a> is used.</p>
70+
* <p>Number of days after the last modification before a ShoppingList is deleted. If not set, the <a href="ctp:api:type:ShoppingListsConfiguration">default value</a> configured in the <a href="ctp:api:type:Project">Project</a> is used.</p>
7171
*
7272
7373
* @return null|int

lib/commercetools-api/src/Models/Me/MyShoppingListDraftBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ public function getCustom()
126126
}
127127

128128
/**
129-
* <p>Number of days after which the ShoppingList will be automatically deleted if it has not been modified. If not set, the <a href="ctp:api:type:ShoppingListsConfiguration">default value</a> configured in the <a href="ctp:api:type:Project">Project</a> is used.</p>
129+
* <p>Number of days after the last modification before a ShoppingList is deleted. If not set, the <a href="ctp:api:type:ShoppingListsConfiguration">default value</a> configured in the <a href="ctp:api:type:Project">Project</a> is used.</p>
130130
*
131131
132132
* @return null|int

lib/commercetools-api/src/Models/Me/MyShoppingListDraftModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ public function getCustom()
195195
}
196196

197197
/**
198-
* <p>Number of days after which the ShoppingList will be automatically deleted if it has not been modified. If not set, the <a href="ctp:api:type:ShoppingListsConfiguration">default value</a> configured in the <a href="ctp:api:type:Project">Project</a> is used.</p>
198+
* <p>Number of days after the last modification before a ShoppingList is deleted. If not set, the <a href="ctp:api:type:ShoppingListsConfiguration">default value</a> configured in the <a href="ctp:api:type:Project">Project</a> is used.</p>
199199
*
200200
*
201201
* @return null|int

lib/commercetools-api/src/Models/Me/MyShoppingListSetDeleteDaysAfterLastModificationAction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ interface MyShoppingListSetDeleteDaysAfterLastModificationAction extends MyShopp
1616
public const FIELD_DELETE_DAYS_AFTER_LAST_MODIFICATION = 'deleteDaysAfterLastModification';
1717

1818
/**
19-
* <p>Value to set. If empty, any existing value will be removed.</p>
19+
* <p>Value to set. If not provided, the default value for this field configured in <a href="ctp:api:type:ShoppingListsConfiguration">Project settings</a> is assigned.</p>
2020
*
2121
2222
* @return null|int

lib/commercetools-api/src/Models/Me/MyShoppingListSetDeleteDaysAfterLastModificationActionBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ final class MyShoppingListSetDeleteDaysAfterLastModificationActionBuilder implem
2727
private $deleteDaysAfterLastModification;
2828

2929
/**
30-
* <p>Value to set. If empty, any existing value will be removed.</p>
30+
* <p>Value to set. If not provided, the default value for this field configured in <a href="ctp:api:type:ShoppingListsConfiguration">Project settings</a> is assigned.</p>
3131
*
3232
3333
* @return null|int

lib/commercetools-api/src/Models/Me/MyShoppingListSetDeleteDaysAfterLastModificationActionModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function getAction()
6363
}
6464

6565
/**
66-
* <p>Value to set. If empty, any existing value will be removed.</p>
66+
* <p>Value to set. If not provided, the default value for this field configured in <a href="ctp:api:type:ShoppingListsConfiguration">Project settings</a> is assigned.</p>
6767
*
6868
*
6969
* @return null|int

lib/commercetools-api/src/Models/ShoppingList/ShoppingList.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public function getLineItems();
112112
public function getTextLineItems();
113113

114114
/**
115-
* <p>Number of days after which the ShoppingList will be automatically deleted if it has not been modified.</p>
115+
* <p>Number of days after the last modification before a ShoppingList is deleted. If not set, the <a href="ctp:api:type:ShoppingListsConfiguration">default value</a> configured in the <a href="ctp:api:type:Project">Project</a> is used.</p>
116116
*
117117
118118
* @return null|int

lib/commercetools-api/src/Models/ShoppingList/ShoppingListBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ public function getTextLineItems()
269269
}
270270

271271
/**
272-
* <p>Number of days after which the ShoppingList will be automatically deleted if it has not been modified.</p>
272+
* <p>Number of days after the last modification before a ShoppingList is deleted. If not set, the <a href="ctp:api:type:ShoppingListsConfiguration">default value</a> configured in the <a href="ctp:api:type:Project">Project</a> is used.</p>
273273
*
274274
275275
* @return null|int

lib/commercetools-api/src/Models/ShoppingList/ShoppingListDraft.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public function getDescription();
8282
public function getAnonymousId();
8383

8484
/**
85-
* <p>Number of days after which the ShoppingList will be automatically deleted if it has not been modified. If not set, the <a href="ctp:api:type:ShoppingListsConfiguration">default value</a> configured in the <a href="ctp:api:type:Project">Project</a> is used.</p>
85+
* <p>Number of days after the last modification before a ShoppingList is deleted. If not set, the <a href="ctp:api:type:ShoppingListsConfiguration">default value</a> configured in the <a href="ctp:api:type:Project">Project</a> is used.</p>
8686
*
8787
8888
* @return null|int

lib/commercetools-api/src/Models/ShoppingList/ShoppingListDraftBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ public function getAnonymousId()
171171
}
172172

173173
/**
174-
* <p>Number of days after which the ShoppingList will be automatically deleted if it has not been modified. If not set, the <a href="ctp:api:type:ShoppingListsConfiguration">default value</a> configured in the <a href="ctp:api:type:Project">Project</a> is used.</p>
174+
* <p>Number of days after the last modification before a ShoppingList is deleted. If not set, the <a href="ctp:api:type:ShoppingListsConfiguration">default value</a> configured in the <a href="ctp:api:type:Project">Project</a> is used.</p>
175175
*
176176
177177
* @return null|int

0 commit comments

Comments
 (0)