From dfc66429758a655721f364b1083a7df5ad6d8457 Mon Sep 17 00:00:00 2001 From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 12:45:27 +0000 Subject: [PATCH] build(codegen): updating SDK --- .../product_search/ProductSearchFacetCountValue.java | 4 ++-- .../ProductSearchFacetCountValueBuilder.java | 8 ++++---- .../product_search/ProductSearchFacetCountValueImpl.java | 2 +- .../product_search/ProductSearchFacetDistinctValue.java | 4 ++-- .../ProductSearchFacetDistinctValueBuilder.java | 8 ++++---- .../ProductSearchFacetDistinctValueImpl.java | 2 +- .../product_search/ProductSearchFacetRangesValue.java | 4 ++-- .../ProductSearchFacetRangesValueBuilder.java | 8 ++++---- .../product_search/ProductSearchFacetRangesValueImpl.java | 2 +- references.txt | 1 + 10 files changed, 22 insertions(+), 21 deletions(-) diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_search/ProductSearchFacetCountValue.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_search/ProductSearchFacetCountValue.java index 7f1c4ed9352..ecc03857dab 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_search/ProductSearchFacetCountValue.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_search/ProductSearchFacetCountValue.java @@ -50,7 +50,7 @@ public interface ProductSearchFacetCountValue { public ProductSearchFacetScopeEnum getScope(); /** - *

Additional filtering expression to apply to the search result before calculating the facet.

+ *

Additional filtering expression to apply to the facet result before calculating the facet.

* @return filter */ @Valid @@ -80,7 +80,7 @@ public interface ProductSearchFacetCountValue { public void setScope(final ProductSearchFacetScopeEnum scope); /** - *

Additional filtering expression to apply to the search result before calculating the facet.

+ *

Additional filtering expression to apply to the facet result before calculating the facet.

* @param filter value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_search/ProductSearchFacetCountValueBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_search/ProductSearchFacetCountValueBuilder.java index 571133c4a17..a97fddf43f8 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_search/ProductSearchFacetCountValueBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_search/ProductSearchFacetCountValueBuilder.java @@ -59,7 +59,7 @@ public ProductSearchFacetCountValueBuilder scope( } /** - *

Additional filtering expression to apply to the search result before calculating the facet.

+ *

Additional filtering expression to apply to the facet result before calculating the facet.

* @param builder function to build the filter value * @return Builder */ @@ -71,7 +71,7 @@ public ProductSearchFacetCountValueBuilder filter( } /** - *

Additional filtering expression to apply to the search result before calculating the facet.

+ *

Additional filtering expression to apply to the facet result before calculating the facet.

* @param builder function to build the filter value * @return Builder */ @@ -83,7 +83,7 @@ public ProductSearchFacetCountValueBuilder withFilter( } /** - *

Additional filtering expression to apply to the search result before calculating the facet.

+ *

Additional filtering expression to apply to the facet result before calculating the facet.

* @param filter value to be set * @return Builder */ @@ -126,7 +126,7 @@ public com.commercetools.api.models.product_search.ProductSearchFacetScopeEnum g } /** - *

Additional filtering expression to apply to the search result before calculating the facet.

+ *

Additional filtering expression to apply to the facet result before calculating the facet.

* @return filter */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_search/ProductSearchFacetCountValueImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_search/ProductSearchFacetCountValueImpl.java index 8057fd81338..16012dff032 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_search/ProductSearchFacetCountValueImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_search/ProductSearchFacetCountValueImpl.java @@ -67,7 +67,7 @@ public com.commercetools.api.models.product_search.ProductSearchFacetScopeEnum g } /** - *

Additional filtering expression to apply to the search result before calculating the facet.

+ *

Additional filtering expression to apply to the facet result before calculating the facet.

*/ public com.commercetools.api.models.search.SearchQuery getFilter() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_search/ProductSearchFacetDistinctValue.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_search/ProductSearchFacetDistinctValue.java index 5023ed37aee..61a883c8040 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_search/ProductSearchFacetDistinctValue.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_search/ProductSearchFacetDistinctValue.java @@ -52,7 +52,7 @@ public interface ProductSearchFacetDistinctValue { public ProductSearchFacetScopeEnum getScope(); /** - *

Additional filtering expression to apply to the search result before calculating the facet.

+ *

Additional filtering expression to apply to the facet result before calculating the facet.

* @return filter */ @Valid @@ -138,7 +138,7 @@ public interface ProductSearchFacetDistinctValue { public void setScope(final ProductSearchFacetScopeEnum scope); /** - *

Additional filtering expression to apply to the search result before calculating the facet.

+ *

Additional filtering expression to apply to the facet result before calculating the facet.

* @param filter value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_search/ProductSearchFacetDistinctValueBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_search/ProductSearchFacetDistinctValueBuilder.java index 86f57dcfe29..04ac0fc6299 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_search/ProductSearchFacetDistinctValueBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_search/ProductSearchFacetDistinctValueBuilder.java @@ -80,7 +80,7 @@ public ProductSearchFacetDistinctValueBuilder scope( } /** - *

Additional filtering expression to apply to the search result before calculating the facet.

+ *

Additional filtering expression to apply to the facet result before calculating the facet.

* @param builder function to build the filter value * @return Builder */ @@ -92,7 +92,7 @@ public ProductSearchFacetDistinctValueBuilder filter( } /** - *

Additional filtering expression to apply to the search result before calculating the facet.

+ *

Additional filtering expression to apply to the facet result before calculating the facet.

* @param builder function to build the filter value * @return Builder */ @@ -104,7 +104,7 @@ public ProductSearchFacetDistinctValueBuilder withFilter( } /** - *

Additional filtering expression to apply to the search result before calculating the facet.

+ *

Additional filtering expression to apply to the facet result before calculating the facet.

* @param filter value to be set * @return Builder */ @@ -279,7 +279,7 @@ public com.commercetools.api.models.product_search.ProductSearchFacetScopeEnum g } /** - *

Additional filtering expression to apply to the search result before calculating the facet.

+ *

Additional filtering expression to apply to the facet result before calculating the facet.

* @return filter */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_search/ProductSearchFacetDistinctValueImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_search/ProductSearchFacetDistinctValueImpl.java index c05fcaf3376..d611686cba2 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_search/ProductSearchFacetDistinctValueImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_search/ProductSearchFacetDistinctValueImpl.java @@ -93,7 +93,7 @@ public com.commercetools.api.models.product_search.ProductSearchFacetScopeEnum g } /** - *

Additional filtering expression to apply to the search result before calculating the facet.

+ *

Additional filtering expression to apply to the facet result before calculating the facet.

*/ public com.commercetools.api.models.search.SearchQuery getFilter() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_search/ProductSearchFacetRangesValue.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_search/ProductSearchFacetRangesValue.java index f22c4f9b3b7..d89429d167f 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_search/ProductSearchFacetRangesValue.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_search/ProductSearchFacetRangesValue.java @@ -54,7 +54,7 @@ public interface ProductSearchFacetRangesValue { public ProductSearchFacetScopeEnum getScope(); /** - *

Additional filtering expression to apply to the search result before calculating the facet.

+ *

Additional filtering expression to apply to the facet result before calculating the facet.

* @return filter */ @Valid @@ -117,7 +117,7 @@ public interface ProductSearchFacetRangesValue { public void setScope(final ProductSearchFacetScopeEnum scope); /** - *

Additional filtering expression to apply to the search result before calculating the facet.

+ *

Additional filtering expression to apply to the facet result before calculating the facet.

* @param filter value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_search/ProductSearchFacetRangesValueBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_search/ProductSearchFacetRangesValueBuilder.java index c3ddbb14e27..eb1d6ba82b9 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_search/ProductSearchFacetRangesValueBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_search/ProductSearchFacetRangesValueBuilder.java @@ -71,7 +71,7 @@ public ProductSearchFacetRangesValueBuilder scope( } /** - *

Additional filtering expression to apply to the search result before calculating the facet.

+ *

Additional filtering expression to apply to the facet result before calculating the facet.

* @param builder function to build the filter value * @return Builder */ @@ -83,7 +83,7 @@ public ProductSearchFacetRangesValueBuilder filter( } /** - *

Additional filtering expression to apply to the search result before calculating the facet.

+ *

Additional filtering expression to apply to the facet result before calculating the facet.

* @param builder function to build the filter value * @return Builder */ @@ -95,7 +95,7 @@ public ProductSearchFacetRangesValueBuilder withFilter( } /** - *

Additional filtering expression to apply to the search result before calculating the facet.

+ *

Additional filtering expression to apply to the facet result before calculating the facet.

* @param filter value to be set * @return Builder */ @@ -267,7 +267,7 @@ public com.commercetools.api.models.product_search.ProductSearchFacetScopeEnum g } /** - *

Additional filtering expression to apply to the search result before calculating the facet.

+ *

Additional filtering expression to apply to the facet result before calculating the facet.

* @return filter */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_search/ProductSearchFacetRangesValueImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_search/ProductSearchFacetRangesValueImpl.java index 3e1dc16d0b1..a54e72f99b9 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_search/ProductSearchFacetRangesValueImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_search/ProductSearchFacetRangesValueImpl.java @@ -83,7 +83,7 @@ public com.commercetools.api.models.product_search.ProductSearchFacetScopeEnum g } /** - *

Additional filtering expression to apply to the search result before calculating the facet.

+ *

Additional filtering expression to apply to the facet result before calculating the facet.

*/ public com.commercetools.api.models.search.SearchQuery getFilter() { diff --git a/references.txt b/references.txt index 9d7846b7f91..81c11416b0e 100644 --- a/references.txt +++ b/references.txt @@ -369,3 +369,4 @@ e18cd8073ea975fe92c1bad4dea957b16ee0b1c4 b71e64cba7a81b26a5892daca52a9715fd32c05f 159b6f682f761a18daea978cdb2760e7713e0000 f9fa3e30e9bc44b50bdaa5be496b94b37e607a0e +3a34fc63e5128798a8c1c3e426f4775a075d9d62