Skip to content

Commit b636787

Browse files
Merge pull request #1025 from commercetools/gen-sdk-updates
Update generated SDKs
2 parents 5598392 + d895dc3 commit b636787

File tree

10 files changed

+13
-17
lines changed

10 files changed

+13
-17
lines changed

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/project/CartsConfiguration.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ public interface CartsConfiguration {
3535
* <li>If a <a href="https://docs.commercetools.com/apis/ctp:api:type:ChangeSubscription" rel="nofollow">ChangeSubscription</a> for Carts exists, a <a href="https://docs.commercetools.com/apis/ctp:api:type:ResourceDeletedDeliveryPayload" rel="nofollow">ResourceDeletedDeliveryPayload</a> is sent upon deletion of a Cart.</li>
3636
* <li>Carts with <a href="https://docs.commercetools.com/apis/ctp:api:type:CartOrigin" rel="nofollow">CartOrigin</a> <code>Quote</code> or <code>RecurringOrder</code> are not affected by this configuration value.</li>
3737
* <li>Changing this value doesn't affect the retention of existing Carts. To update an existing Cart's retention use <span><code>setDeleteDaysAfterLastModification</code></span> on the Carts API.</li>
38-
* <li>This field may not be present on Projects created before January 2020.</li>
3938
* </ul>
4039
* @return deleteDaysAfterLastModification
4140
*/
@@ -73,7 +72,6 @@ public interface CartsConfiguration {
7372
* <li>If a <a href="https://docs.commercetools.com/apis/ctp:api:type:ChangeSubscription" rel="nofollow">ChangeSubscription</a> for Carts exists, a <a href="https://docs.commercetools.com/apis/ctp:api:type:ResourceDeletedDeliveryPayload" rel="nofollow">ResourceDeletedDeliveryPayload</a> is sent upon deletion of a Cart.</li>
7473
* <li>Carts with <a href="https://docs.commercetools.com/apis/ctp:api:type:CartOrigin" rel="nofollow">CartOrigin</a> <code>Quote</code> or <code>RecurringOrder</code> are not affected by this configuration value.</li>
7574
* <li>Changing this value doesn't affect the retention of existing Carts. To update an existing Cart's retention use <span><code>setDeleteDaysAfterLastModification</code></span> on the Carts API.</li>
76-
* <li>This field may not be present on Projects created before January 2020.</li>
7775
* </ul>
7876
* @param deleteDaysAfterLastModification value to be set
7977
*/

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/project/CartsConfigurationBuilder.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ public class CartsConfigurationBuilder implements Builder<CartsConfiguration> {
4040
* <li>If a <a href="https://docs.commercetools.com/apis/ctp:api:type:ChangeSubscription" rel="nofollow">ChangeSubscription</a> for Carts exists, a <a href="https://docs.commercetools.com/apis/ctp:api:type:ResourceDeletedDeliveryPayload" rel="nofollow">ResourceDeletedDeliveryPayload</a> is sent upon deletion of a Cart.</li>
4141
* <li>Carts with <a href="https://docs.commercetools.com/apis/ctp:api:type:CartOrigin" rel="nofollow">CartOrigin</a> <code>Quote</code> or <code>RecurringOrder</code> are not affected by this configuration value.</li>
4242
* <li>Changing this value doesn't affect the retention of existing Carts. To update an existing Cart's retention use <span><code>setDeleteDaysAfterLastModification</code></span> on the Carts API.</li>
43-
* <li>This field may not be present on Projects created before January 2020.</li>
4443
* </ul>
4544
* @param deleteDaysAfterLastModification value to be set
4645
* @return Builder
@@ -94,7 +93,6 @@ public CartsConfigurationBuilder taxRoundingMode(
9493
* <li>If a <a href="https://docs.commercetools.com/apis/ctp:api:type:ChangeSubscription" rel="nofollow">ChangeSubscription</a> for Carts exists, a <a href="https://docs.commercetools.com/apis/ctp:api:type:ResourceDeletedDeliveryPayload" rel="nofollow">ResourceDeletedDeliveryPayload</a> is sent upon deletion of a Cart.</li>
9594
* <li>Carts with <a href="https://docs.commercetools.com/apis/ctp:api:type:CartOrigin" rel="nofollow">CartOrigin</a> <code>Quote</code> or <code>RecurringOrder</code> are not affected by this configuration value.</li>
9695
* <li>Changing this value doesn't affect the retention of existing Carts. To update an existing Cart's retention use <span><code>setDeleteDaysAfterLastModification</code></span> on the Carts API.</li>
97-
* <li>This field may not be present on Projects created before January 2020.</li>
9896
* </ul>
9997
* @return deleteDaysAfterLastModification
10098
*/

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/project/CartsConfigurationImpl.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ public CartsConfigurationImpl() {
5656
* <li>If a <a href="https://docs.commercetools.com/apis/ctp:api:type:ChangeSubscription" rel="nofollow">ChangeSubscription</a> for Carts exists, a <a href="https://docs.commercetools.com/apis/ctp:api:type:ResourceDeletedDeliveryPayload" rel="nofollow">ResourceDeletedDeliveryPayload</a> is sent upon deletion of a Cart.</li>
5757
* <li>Carts with <a href="https://docs.commercetools.com/apis/ctp:api:type:CartOrigin" rel="nofollow">CartOrigin</a> <code>Quote</code> or <code>RecurringOrder</code> are not affected by this configuration value.</li>
5858
* <li>Changing this value doesn't affect the retention of existing Carts. To update an existing Cart's retention use <span><code>setDeleteDaysAfterLastModification</code></span> on the Carts API.</li>
59-
* <li>This field may not be present on Projects created before January 2020.</li>
6059
* </ul>
6160
*/
6261

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/project/Project.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ public interface Project extends com.commercetools.api.models.WithKey {
126126
public CartsConfiguration getCarts();
127127

128128
/**
129-
* <p>Holds the configuration for the <span>Shopping Lists</span> feature. This field may not be present on Projects created before January 2020.</p>
129+
* <p>Holds the configuration for the <span>Shopping Lists</span> feature.</p>
130130
* @return shoppingLists
131131
*/
132132
@Valid
@@ -269,7 +269,7 @@ public interface Project extends com.commercetools.api.models.WithKey {
269269
public void setCarts(final CartsConfiguration carts);
270270

271271
/**
272-
* <p>Holds the configuration for the <span>Shopping Lists</span> feature. This field may not be present on Projects created before January 2020.</p>
272+
* <p>Holds the configuration for the <span>Shopping Lists</span> feature.</p>
273273
* @param shoppingLists value to be set
274274
*/
275275

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/project/ProjectBuilder.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ public ProjectBuilder carts(final com.commercetools.api.models.project.CartsConf
305305
}
306306

307307
/**
308-
* <p>Holds the configuration for the <span>Shopping Lists</span> feature. This field may not be present on Projects created before January 2020.</p>
308+
* <p>Holds the configuration for the <span>Shopping Lists</span> feature.</p>
309309
* @param builder function to build the shoppingLists value
310310
* @return Builder
311311
*/
@@ -318,7 +318,7 @@ public ProjectBuilder shoppingLists(
318318
}
319319

320320
/**
321-
* <p>Holds the configuration for the <span>Shopping Lists</span> feature. This field may not be present on Projects created before January 2020.</p>
321+
* <p>Holds the configuration for the <span>Shopping Lists</span> feature.</p>
322322
* @param builder function to build the shoppingLists value
323323
* @return Builder
324324
*/
@@ -330,7 +330,7 @@ public ProjectBuilder withShoppingLists(
330330
}
331331

332332
/**
333-
* <p>Holds the configuration for the <span>Shopping Lists</span> feature. This field may not be present on Projects created before January 2020.</p>
333+
* <p>Holds the configuration for the <span>Shopping Lists</span> feature.</p>
334334
* @param shoppingLists value to be set
335335
* @return Builder
336336
*/
@@ -606,7 +606,7 @@ public com.commercetools.api.models.project.CartsConfiguration getCarts() {
606606
}
607607

608608
/**
609-
* <p>Holds the configuration for the <span>Shopping Lists</span> feature. This field may not be present on Projects created before January 2020.</p>
609+
* <p>Holds the configuration for the <span>Shopping Lists</span> feature.</p>
610610
* @return shoppingLists
611611
*/
612612

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/project/ProjectImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ public com.commercetools.api.models.project.CartsConfiguration getCarts() {
177177
}
178178

179179
/**
180-
* <p>Holds the configuration for the <span>Shopping Lists</span> feature. This field may not be present on Projects created before January 2020.</p>
180+
* <p>Holds the configuration for the <span>Shopping Lists</span> feature.</p>
181181
*/
182182

183183
public com.commercetools.api.models.project.ShoppingListsConfiguration getShoppingLists() {

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/project/ShoppingListsConfiguration.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@
2929
public interface ShoppingListsConfiguration {
3030

3131
/**
32-
* <p>Default value for the <code>deleteDaysAfterLastModification</code> parameter of the <a href="https://docs.commercetools.com/apis/ctp:api:type:ShoppingListDraft" rel="nofollow">ShoppingListDraft</a>. This field may not be present on Projects created before January 2020.</p>
32+
* <p>Default value for the <code>deleteDaysAfterLastModification</code> parameter of the <a href="https://docs.commercetools.com/apis/ctp:api:type:ShoppingListDraft" rel="nofollow">ShoppingListDraft</a>.</p>
3333
* @return deleteDaysAfterLastModification
3434
*/
3535

3636
@JsonProperty("deleteDaysAfterLastModification")
3737
public Long getDeleteDaysAfterLastModification();
3838

3939
/**
40-
* <p>Default value for the <code>deleteDaysAfterLastModification</code> parameter of the <a href="https://docs.commercetools.com/apis/ctp:api:type:ShoppingListDraft" rel="nofollow">ShoppingListDraft</a>. This field may not be present on Projects created before January 2020.</p>
40+
* <p>Default value for the <code>deleteDaysAfterLastModification</code> parameter of the <a href="https://docs.commercetools.com/apis/ctp:api:type:ShoppingListDraft" rel="nofollow">ShoppingListDraft</a>.</p>
4141
* @param deleteDaysAfterLastModification value to be set
4242
*/
4343

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/project/ShoppingListsConfigurationBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public class ShoppingListsConfigurationBuilder implements Builder<ShoppingListsC
2626
private Long deleteDaysAfterLastModification;
2727

2828
/**
29-
* <p>Default value for the <code>deleteDaysAfterLastModification</code> parameter of the <a href="https://docs.commercetools.com/apis/ctp:api:type:ShoppingListDraft" rel="nofollow">ShoppingListDraft</a>. This field may not be present on Projects created before January 2020.</p>
29+
* <p>Default value for the <code>deleteDaysAfterLastModification</code> parameter of the <a href="https://docs.commercetools.com/apis/ctp:api:type:ShoppingListDraft" rel="nofollow">ShoppingListDraft</a>.</p>
3030
* @param deleteDaysAfterLastModification value to be set
3131
* @return Builder
3232
*/
@@ -38,7 +38,7 @@ public ShoppingListsConfigurationBuilder deleteDaysAfterLastModification(
3838
}
3939

4040
/**
41-
* <p>Default value for the <code>deleteDaysAfterLastModification</code> parameter of the <a href="https://docs.commercetools.com/apis/ctp:api:type:ShoppingListDraft" rel="nofollow">ShoppingListDraft</a>. This field may not be present on Projects created before January 2020.</p>
41+
* <p>Default value for the <code>deleteDaysAfterLastModification</code> parameter of the <a href="https://docs.commercetools.com/apis/ctp:api:type:ShoppingListDraft" rel="nofollow">ShoppingListDraft</a>.</p>
4242
* @return deleteDaysAfterLastModification
4343
*/
4444

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/project/ShoppingListsConfigurationImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public ShoppingListsConfigurationImpl() {
4040
}
4141

4242
/**
43-
* <p>Default value for the <code>deleteDaysAfterLastModification</code> parameter of the <a href="https://docs.commercetools.com/apis/ctp:api:type:ShoppingListDraft" rel="nofollow">ShoppingListDraft</a>. This field may not be present on Projects created before January 2020.</p>
43+
* <p>Default value for the <code>deleteDaysAfterLastModification</code> parameter of the <a href="https://docs.commercetools.com/apis/ctp:api:type:ShoppingListDraft" rel="nofollow">ShoppingListDraft</a>.</p>
4444
*/
4545

4646
public Long getDeleteDaysAfterLastModification() {

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,3 +528,4 @@ aa83bf0cb2747feefa757d96d5896ba52d05392e
528528
8dc063712795ebccb829b2753af8d6a4c8c1f353
529529
bb59c72e09951d391e013c3784ffba3fc5876bc3
530530
a9c69a2e32f13e695d381fb1c492ee6ed7e6f046
531+
8b51ad0f1cb789c4294135568e272854eea7ac53

0 commit comments

Comments
 (0)