Skip to content

Commit 167da54

Browse files
committed
build(codegen): updating SDK
1 parent d567781 commit 167da54

10 files changed

Lines changed: 7 additions & 12 deletions

lib/commercetools-api/src/Models/Project/CartsConfiguration.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ interface CartsConfiguration extends JsonObject
2424
* <li>If a <a href="ctp:api:type:ChangeSubscription">ChangeSubscription</a> for Carts exists, a <a href="ctp:api:type:ResourceDeletedDeliveryPayload">ResourceDeletedDeliveryPayload</a> is sent upon deletion of a Cart.</li>
2525
* <li>Carts with <a href="ctp:api:type:CartOrigin">CartOrigin</a> <code>Quote</code> or <code>RecurringOrder</code> are not affected by this configuration value.</li>
2626
* <li>Changing this value doesn't affect the retention of existing Carts. To update an existing Cart's retention use <a href="/projects/carts#set-deletedaysafterlastmodification"><code>setDeleteDaysAfterLastModification</code></a> on the Carts API.</li>
27-
* <li>This field may not be present on Projects created before January 2020.</li>
2827
* </ul>
2928
*
3029

lib/commercetools-api/src/Models/Project/CartsConfigurationBuilder.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ final class CartsConfigurationBuilder implements Builder
5050
* <li>If a <a href="ctp:api:type:ChangeSubscription">ChangeSubscription</a> for Carts exists, a <a href="ctp:api:type:ResourceDeletedDeliveryPayload">ResourceDeletedDeliveryPayload</a> is sent upon deletion of a Cart.</li>
5151
* <li>Carts with <a href="ctp:api:type:CartOrigin">CartOrigin</a> <code>Quote</code> or <code>RecurringOrder</code> are not affected by this configuration value.</li>
5252
* <li>Changing this value doesn't affect the retention of existing Carts. To update an existing Cart's retention use <a href="/projects/carts#set-deletedaysafterlastmodification"><code>setDeleteDaysAfterLastModification</code></a> on the Carts API.</li>
53-
* <li>This field may not be present on Projects created before January 2020.</li>
5453
* </ul>
5554
*
5655

lib/commercetools-api/src/Models/Project/CartsConfigurationModel.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ public function __construct(
6565
* <li>If a <a href="ctp:api:type:ChangeSubscription">ChangeSubscription</a> for Carts exists, a <a href="ctp:api:type:ResourceDeletedDeliveryPayload">ResourceDeletedDeliveryPayload</a> is sent upon deletion of a Cart.</li>
6666
* <li>Carts with <a href="ctp:api:type:CartOrigin">CartOrigin</a> <code>Quote</code> or <code>RecurringOrder</code> are not affected by this configuration value.</li>
6767
* <li>Changing this value doesn't affect the retention of existing Carts. To update an existing Cart's retention use <a href="/projects/carts#set-deletedaysafterlastmodification"><code>setDeleteDaysAfterLastModification</code></a> on the Carts API.</li>
68-
* <li>This field may not be present on Projects created before January 2020.</li>
6968
* </ul>
7069
*
7170
*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public function getMessages();
113113
public function getCarts();
114114

115115
/**
116-
* <p>Holds the configuration for the <a href="/../api/projects/shoppingLists">Shopping Lists</a> feature. This field may not be present on Projects created before January 2020.</p>
116+
* <p>Holds the configuration for the <a href="/../api/projects/shoppingLists">Shopping Lists</a> feature.</p>
117117
*
118118
119119
* @return null|ShoppingListsConfiguration

lib/commercetools-api/src/Models/Project/ProjectBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ public function getCarts()
230230
}
231231

232232
/**
233-
* <p>Holds the configuration for the <a href="/../api/projects/shoppingLists">Shopping Lists</a> feature. This field may not be present on Projects created before January 2020.</p>
233+
* <p>Holds the configuration for the <a href="/../api/projects/shoppingLists">Shopping Lists</a> feature.</p>
234234
*
235235
236236
* @return null|ShoppingListsConfiguration

lib/commercetools-api/src/Models/Project/ProjectModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ public function getCarts()
365365
}
366366

367367
/**
368-
* <p>Holds the configuration for the <a href="/../api/projects/shoppingLists">Shopping Lists</a> feature. This field may not be present on Projects created before January 2020.</p>
368+
* <p>Holds the configuration for the <a href="/../api/projects/shoppingLists">Shopping Lists</a> feature.</p>
369369
*
370370
*
371371
* @return null|ShoppingListsConfiguration

lib/commercetools-api/src/Models/Project/ShoppingListsConfiguration.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ interface ShoppingListsConfiguration extends JsonObject
1616
public const FIELD_DELETE_DAYS_AFTER_LAST_MODIFICATION = 'deleteDaysAfterLastModification';
1717

1818
/**
19-
* <p>Default value for the <code>deleteDaysAfterLastModification</code> parameter of the <a href="ctp:api:type:ShoppingListDraft">ShoppingListDraft</a>.
20-
* This field may not be present on Projects created before January 2020.</p>
19+
* <p>Default value for the <code>deleteDaysAfterLastModification</code> parameter of the <a href="ctp:api:type:ShoppingListDraft">ShoppingListDraft</a>.</p>
2120
*
2221
2322
* @return null|int

lib/commercetools-api/src/Models/Project/ShoppingListsConfigurationBuilder.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ final class ShoppingListsConfigurationBuilder implements Builder
2727
private $deleteDaysAfterLastModification;
2828

2929
/**
30-
* <p>Default value for the <code>deleteDaysAfterLastModification</code> parameter of the <a href="ctp:api:type:ShoppingListDraft">ShoppingListDraft</a>.
31-
* This field may not be present on Projects created before January 2020.</p>
30+
* <p>Default value for the <code>deleteDaysAfterLastModification</code> parameter of the <a href="ctp:api:type:ShoppingListDraft">ShoppingListDraft</a>.</p>
3231
*
3332
3433
* @return null|int

lib/commercetools-api/src/Models/Project/ShoppingListsConfigurationModel.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ public function __construct(
3636
}
3737

3838
/**
39-
* <p>Default value for the <code>deleteDaysAfterLastModification</code> parameter of the <a href="ctp:api:type:ShoppingListDraft">ShoppingListDraft</a>.
40-
* This field may not be present on Projects created before January 2020.</p>
39+
* <p>Default value for the <code>deleteDaysAfterLastModification</code> parameter of the <a href="ctp:api:type:ShoppingListDraft">ShoppingListDraft</a>.</p>
4140
*
4241
*
4342
* @return null|int

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -584,3 +584,4 @@ b3ca2ee5de98cb0a39fa06640e787cc6a9116b9a
584584
8dc063712795ebccb829b2753af8d6a4c8c1f353
585585
bb59c72e09951d391e013c3784ffba3fc5876bc3
586586
a9c69a2e32f13e695d381fb1c492ee6ed7e6f046
587+
8b51ad0f1cb789c4294135568e272854eea7ac53

0 commit comments

Comments
 (0)