From 13306e96b3cd9b58914b3685abc227da2fdd202f Mon Sep 17 00:00:00 2001 From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 14:53:29 +0000 Subject: [PATCH] build(codegen): updating SDK --- .../api/models/discount_code/DiscountCode.java | 8 ++++---- .../api/models/discount_code/DiscountCodeBuilder.java | 8 ++++---- .../api/models/discount_code/DiscountCodeDraft.java | 8 ++++---- .../models/discount_code/DiscountCodeDraftBuilder.java | 8 ++++---- .../api/models/discount_code/DiscountCodeDraftImpl.java | 4 ++-- .../api/models/discount_code/DiscountCodeImpl.java | 4 ++-- .../DiscountCodeSetMaxApplicationsAction.java | 4 ++-- .../DiscountCodeSetMaxApplicationsActionBuilder.java | 4 ++-- .../DiscountCodeSetMaxApplicationsActionImpl.java | 2 +- .../DiscountCodeSetMaxApplicationsPerCustomerAction.java | 4 ++-- ...untCodeSetMaxApplicationsPerCustomerActionBuilder.java | 4 ++-- ...scountCodeSetMaxApplicationsPerCustomerActionImpl.java | 2 +- references.txt | 1 + 13 files changed, 31 insertions(+), 30 deletions(-) diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCode.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCode.java index bf210b47fd9..c0fe1905a3a 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCode.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCode.java @@ -168,7 +168,7 @@ public interface DiscountCode public List getReferences(); /** - *

Number of times the DiscountCode can be applied. DiscountCode application is counted at the time of Order creation or edit. However, Order cancellation or deletion does not decrement the count.

+ *

Number of times the DiscountCode can be applied. DiscountCode application is counted at the time of Order creation or edit. However, Order cancellation or deletion does not decrement the count. This field does not limit discount applications for Orders created from a Recurring Order.

* @return maxApplications */ @@ -176,7 +176,7 @@ public interface DiscountCode public Long getMaxApplications(); /** - *

Number of times the DiscountCode can be applied per Customer (anonymous Carts are not supported). DiscountCode application is counted at the time of Order creation or edit. However, Order cancellation or deletion does not decrement the count.

+ *

Number of times the DiscountCode can be applied per Customer (anonymous Carts are not supported). DiscountCode application is counted at the time of Order creation or edit. However, Order cancellation or deletion does not decrement the count. This field does not limit discount applications for Orders created from a Recurring Order.

* @return maxApplicationsPerCustomer */ @@ -338,14 +338,14 @@ public interface DiscountCode public void setReferences(final List references); /** - *

Number of times the DiscountCode can be applied. DiscountCode application is counted at the time of Order creation or edit. However, Order cancellation or deletion does not decrement the count.

+ *

Number of times the DiscountCode can be applied. DiscountCode application is counted at the time of Order creation or edit. However, Order cancellation or deletion does not decrement the count. This field does not limit discount applications for Orders created from a Recurring Order.

* @param maxApplications value to be set */ public void setMaxApplications(final Long maxApplications); /** - *

Number of times the DiscountCode can be applied per Customer (anonymous Carts are not supported). DiscountCode application is counted at the time of Order creation or edit. However, Order cancellation or deletion does not decrement the count.

+ *

Number of times the DiscountCode can be applied per Customer (anonymous Carts are not supported). DiscountCode application is counted at the time of Order creation or edit. However, Order cancellation or deletion does not decrement the count. This field does not limit discount applications for Orders created from a Recurring Order.

* @param maxApplicationsPerCustomer value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeBuilder.java index c0c41fec03c..e5fc942ead2 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeBuilder.java @@ -475,7 +475,7 @@ public DiscountCodeBuilder withReferences( } /** - *

Number of times the DiscountCode can be applied. DiscountCode application is counted at the time of Order creation or edit. However, Order cancellation or deletion does not decrement the count.

+ *

Number of times the DiscountCode can be applied. DiscountCode application is counted at the time of Order creation or edit. However, Order cancellation or deletion does not decrement the count. This field does not limit discount applications for Orders created from a Recurring Order.

* @param maxApplications value to be set * @return Builder */ @@ -486,7 +486,7 @@ public DiscountCodeBuilder maxApplications(@Nullable final Long maxApplications) } /** - *

Number of times the DiscountCode can be applied per Customer (anonymous Carts are not supported). DiscountCode application is counted at the time of Order creation or edit. However, Order cancellation or deletion does not decrement the count.

+ *

Number of times the DiscountCode can be applied per Customer (anonymous Carts are not supported). DiscountCode application is counted at the time of Order creation or edit. However, Order cancellation or deletion does not decrement the count. This field does not limit discount applications for Orders created from a Recurring Order.

* @param maxApplicationsPerCustomer value to be set * @return Builder */ @@ -733,7 +733,7 @@ public java.util.List getReferenc } /** - *

Number of times the DiscountCode can be applied. DiscountCode application is counted at the time of Order creation or edit. However, Order cancellation or deletion does not decrement the count.

+ *

Number of times the DiscountCode can be applied. DiscountCode application is counted at the time of Order creation or edit. However, Order cancellation or deletion does not decrement the count. This field does not limit discount applications for Orders created from a Recurring Order.

* @return maxApplications */ @@ -743,7 +743,7 @@ public Long getMaxApplications() { } /** - *

Number of times the DiscountCode can be applied per Customer (anonymous Carts are not supported). DiscountCode application is counted at the time of Order creation or edit. However, Order cancellation or deletion does not decrement the count.

+ *

Number of times the DiscountCode can be applied per Customer (anonymous Carts are not supported). DiscountCode application is counted at the time of Order creation or edit. However, Order cancellation or deletion does not decrement the count. This field does not limit discount applications for Orders created from a Recurring Order.

* @return maxApplicationsPerCustomer */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeDraft.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeDraft.java index e763ca29118..56354ecd0ca 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeDraft.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeDraft.java @@ -99,7 +99,7 @@ public interface DiscountCodeDraft extends com.commercetools.api.models.Customiz /** *

Number of times the DiscountCode can be applied.

- *

If not set, the DiscountCode can be applied any number of times.

+ *

If not set, the DiscountCode can be applied any number of times. This field does not limit discount applications for Orders created from a Recurring Order.

* @return maxApplications */ @@ -108,7 +108,7 @@ public interface DiscountCodeDraft extends com.commercetools.api.models.Customiz /** *

Number of times the DiscountCode can be applied per Customer.

- *

If not set, the DiscountCode can be applied any number of times.

+ *

If not set, the DiscountCode can be applied any number of times. This field does not limit discount applications for Orders created from a Recurring Order.

* @return maxApplicationsPerCustomer */ @@ -207,7 +207,7 @@ public interface DiscountCodeDraft extends com.commercetools.api.models.Customiz /** *

Number of times the DiscountCode can be applied.

- *

If not set, the DiscountCode can be applied any number of times.

+ *

If not set, the DiscountCode can be applied any number of times. This field does not limit discount applications for Orders created from a Recurring Order.

* @param maxApplications value to be set */ @@ -215,7 +215,7 @@ public interface DiscountCodeDraft extends com.commercetools.api.models.Customiz /** *

Number of times the DiscountCode can be applied per Customer.

- *

If not set, the DiscountCode can be applied any number of times.

+ *

If not set, the DiscountCode can be applied any number of times. This field does not limit discount applications for Orders created from a Recurring Order.

* @param maxApplicationsPerCustomer value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeDraftBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeDraftBuilder.java index 2fbdbcfcbae..7d378315f8a 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeDraftBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeDraftBuilder.java @@ -275,7 +275,7 @@ public DiscountCodeDraftBuilder isActive(@Nullable final Boolean isActive) { /** *

Number of times the DiscountCode can be applied.

- *

If not set, the DiscountCode can be applied any number of times.

+ *

If not set, the DiscountCode can be applied any number of times. This field does not limit discount applications for Orders created from a Recurring Order.

* @param maxApplications value to be set * @return Builder */ @@ -287,7 +287,7 @@ public DiscountCodeDraftBuilder maxApplications(@Nullable final Long maxApplicat /** *

Number of times the DiscountCode can be applied per Customer.

- *

If not set, the DiscountCode can be applied any number of times.

+ *

If not set, the DiscountCode can be applied any number of times. This field does not limit discount applications for Orders created from a Recurring Order.

* @param maxApplicationsPerCustomer value to be set * @return Builder */ @@ -461,7 +461,7 @@ public Boolean getIsActive() { /** *

Number of times the DiscountCode can be applied.

- *

If not set, the DiscountCode can be applied any number of times.

+ *

If not set, the DiscountCode can be applied any number of times. This field does not limit discount applications for Orders created from a Recurring Order.

* @return maxApplications */ @@ -472,7 +472,7 @@ public Long getMaxApplications() { /** *

Number of times the DiscountCode can be applied per Customer.

- *

If not set, the DiscountCode can be applied any number of times.

+ *

If not set, the DiscountCode can be applied any number of times. This field does not limit discount applications for Orders created from a Recurring Order.

* @return maxApplicationsPerCustomer */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeDraftImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeDraftImpl.java index c5cce1810e2..fd26e291371 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeDraftImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeDraftImpl.java @@ -144,7 +144,7 @@ public Boolean getIsActive() { /** *

Number of times the DiscountCode can be applied.

- *

If not set, the DiscountCode can be applied any number of times.

+ *

If not set, the DiscountCode can be applied any number of times. This field does not limit discount applications for Orders created from a Recurring Order.

*/ public Long getMaxApplications() { @@ -153,7 +153,7 @@ public Long getMaxApplications() { /** *

Number of times the DiscountCode can be applied per Customer.

- *

If not set, the DiscountCode can be applied any number of times.

+ *

If not set, the DiscountCode can be applied any number of times. This field does not limit discount applications for Orders created from a Recurring Order.

*/ public Long getMaxApplicationsPerCustomer() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeImpl.java index 3a6cb1a22d1..5fdb576546d 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeImpl.java @@ -229,7 +229,7 @@ public java.util.List getReferenc } /** - *

Number of times the DiscountCode can be applied. DiscountCode application is counted at the time of Order creation or edit. However, Order cancellation or deletion does not decrement the count.

+ *

Number of times the DiscountCode can be applied. DiscountCode application is counted at the time of Order creation or edit. However, Order cancellation or deletion does not decrement the count. This field does not limit discount applications for Orders created from a Recurring Order.

*/ public Long getMaxApplications() { @@ -237,7 +237,7 @@ public Long getMaxApplications() { } /** - *

Number of times the DiscountCode can be applied per Customer (anonymous Carts are not supported). DiscountCode application is counted at the time of Order creation or edit. However, Order cancellation or deletion does not decrement the count.

+ *

Number of times the DiscountCode can be applied per Customer (anonymous Carts are not supported). DiscountCode application is counted at the time of Order creation or edit. However, Order cancellation or deletion does not decrement the count. This field does not limit discount applications for Orders created from a Recurring Order.

*/ public Long getMaxApplicationsPerCustomer() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeSetMaxApplicationsAction.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeSetMaxApplicationsAction.java index 2e42f0a91df..72b6895317d 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeSetMaxApplicationsAction.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeSetMaxApplicationsAction.java @@ -36,7 +36,7 @@ public interface DiscountCodeSetMaxApplicationsAction extends DiscountCodeUpdate /** *

Value to set.

- *

If empty, any existing value will be removed and the DiscountCode can be applied any number of times.

+ *

If empty, any existing value will be removed and the DiscountCode can be applied any number of times. This field does not limit discount applications for Orders created from a Recurring Order.

* @return maxApplications */ @@ -45,7 +45,7 @@ public interface DiscountCodeSetMaxApplicationsAction extends DiscountCodeUpdate /** *

Value to set.

- *

If empty, any existing value will be removed and the DiscountCode can be applied any number of times.

+ *

If empty, any existing value will be removed and the DiscountCode can be applied any number of times. This field does not limit discount applications for Orders created from a Recurring Order.

* @param maxApplications value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeSetMaxApplicationsActionBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeSetMaxApplicationsActionBuilder.java index 7c052553dd4..4c3e2c6632c 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeSetMaxApplicationsActionBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeSetMaxApplicationsActionBuilder.java @@ -27,7 +27,7 @@ public class DiscountCodeSetMaxApplicationsActionBuilder implements BuilderValue to set.

- *

If empty, any existing value will be removed and the DiscountCode can be applied any number of times.

+ *

If empty, any existing value will be removed and the DiscountCode can be applied any number of times. This field does not limit discount applications for Orders created from a Recurring Order.

* @param maxApplications value to be set * @return Builder */ @@ -39,7 +39,7 @@ public DiscountCodeSetMaxApplicationsActionBuilder maxApplications(@Nullable fin /** *

Value to set.

- *

If empty, any existing value will be removed and the DiscountCode can be applied any number of times.

+ *

If empty, any existing value will be removed and the DiscountCode can be applied any number of times. This field does not limit discount applications for Orders created from a Recurring Order.

* @return maxApplications */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeSetMaxApplicationsActionImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeSetMaxApplicationsActionImpl.java index 301aa503a8b..4e9a248df06 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeSetMaxApplicationsActionImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeSetMaxApplicationsActionImpl.java @@ -52,7 +52,7 @@ public String getAction() { /** *

Value to set.

- *

If empty, any existing value will be removed and the DiscountCode can be applied any number of times.

+ *

If empty, any existing value will be removed and the DiscountCode can be applied any number of times. This field does not limit discount applications for Orders created from a Recurring Order.

*/ public Long getMaxApplications() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeSetMaxApplicationsPerCustomerAction.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeSetMaxApplicationsPerCustomerAction.java index efdd4ffe742..922abe6dd82 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeSetMaxApplicationsPerCustomerAction.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeSetMaxApplicationsPerCustomerAction.java @@ -36,7 +36,7 @@ public interface DiscountCodeSetMaxApplicationsPerCustomerAction extends Discoun /** *

Value to set.

- *

If empty, any existing value will be removed and the DiscountCode can be applied any number of times.

+ *

If empty, any existing value will be removed and the DiscountCode can be applied any number of times. This field does not limit discount applications for Orders created from a Recurring Order.

* @return maxApplicationsPerCustomer */ @@ -45,7 +45,7 @@ public interface DiscountCodeSetMaxApplicationsPerCustomerAction extends Discoun /** *

Value to set.

- *

If empty, any existing value will be removed and the DiscountCode can be applied any number of times.

+ *

If empty, any existing value will be removed and the DiscountCode can be applied any number of times. This field does not limit discount applications for Orders created from a Recurring Order.

* @param maxApplicationsPerCustomer value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeSetMaxApplicationsPerCustomerActionBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeSetMaxApplicationsPerCustomerActionBuilder.java index 6d171931adb..76e38f81d0c 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeSetMaxApplicationsPerCustomerActionBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeSetMaxApplicationsPerCustomerActionBuilder.java @@ -28,7 +28,7 @@ public class DiscountCodeSetMaxApplicationsPerCustomerActionBuilder /** *

Value to set.

- *

If empty, any existing value will be removed and the DiscountCode can be applied any number of times.

+ *

If empty, any existing value will be removed and the DiscountCode can be applied any number of times. This field does not limit discount applications for Orders created from a Recurring Order.

* @param maxApplicationsPerCustomer value to be set * @return Builder */ @@ -41,7 +41,7 @@ public DiscountCodeSetMaxApplicationsPerCustomerActionBuilder maxApplicationsPer /** *

Value to set.

- *

If empty, any existing value will be removed and the DiscountCode can be applied any number of times.

+ *

If empty, any existing value will be removed and the DiscountCode can be applied any number of times. This field does not limit discount applications for Orders created from a Recurring Order.

* @return maxApplicationsPerCustomer */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeSetMaxApplicationsPerCustomerActionImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeSetMaxApplicationsPerCustomerActionImpl.java index 64f804c034f..9c12b1f9dc8 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeSetMaxApplicationsPerCustomerActionImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeSetMaxApplicationsPerCustomerActionImpl.java @@ -54,7 +54,7 @@ public String getAction() { /** *

Value to set.

- *

If empty, any existing value will be removed and the DiscountCode can be applied any number of times.

+ *

If empty, any existing value will be removed and the DiscountCode can be applied any number of times. This field does not limit discount applications for Orders created from a Recurring Order.

*/ public Long getMaxApplicationsPerCustomer() { diff --git a/references.txt b/references.txt index 5040964d122..db3d8434a65 100644 --- a/references.txt +++ b/references.txt @@ -532,3 +532,4 @@ a9c69a2e32f13e695d381fb1c492ee6ed7e6f046 da68d777f48ba0233a7542a5344d86ef185db481 d90411c7dae76245a17c90707bfd18b735f04a9c 7fe8fbd8d4276aa8a033b8cba92c68c695d808c2 +053ba06830d03bf8eb9963500e4498f14754b746