Skip to content

Update generated SDKs #823

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public interface ProductSearchFacetCountValue {
public ProductSearchFacetScopeEnum getScope();

/**
* <p>Additional filtering expression to apply to the search result before calculating the facet.</p>
* <p>Additional filtering expression to apply to the facet result before calculating the facet.</p>
* @return filter
*/
@Valid
Expand Down Expand Up @@ -80,7 +80,7 @@ public interface ProductSearchFacetCountValue {
public void setScope(final ProductSearchFacetScopeEnum scope);

/**
* <p>Additional filtering expression to apply to the search result before calculating the facet.</p>
* <p>Additional filtering expression to apply to the facet result before calculating the facet.</p>
* @param filter value to be set
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public ProductSearchFacetCountValueBuilder scope(
}

/**
* <p>Additional filtering expression to apply to the search result before calculating the facet.</p>
* <p>Additional filtering expression to apply to the facet result before calculating the facet.</p>
* @param builder function to build the filter value
* @return Builder
*/
Expand All @@ -71,7 +71,7 @@ public ProductSearchFacetCountValueBuilder filter(
}

/**
* <p>Additional filtering expression to apply to the search result before calculating the facet.</p>
* <p>Additional filtering expression to apply to the facet result before calculating the facet.</p>
* @param builder function to build the filter value
* @return Builder
*/
Expand All @@ -83,7 +83,7 @@ public ProductSearchFacetCountValueBuilder withFilter(
}

/**
* <p>Additional filtering expression to apply to the search result before calculating the facet.</p>
* <p>Additional filtering expression to apply to the facet result before calculating the facet.</p>
* @param filter value to be set
* @return Builder
*/
Expand Down Expand Up @@ -126,7 +126,7 @@ public com.commercetools.api.models.product_search.ProductSearchFacetScopeEnum g
}

/**
* <p>Additional filtering expression to apply to the search result before calculating the facet.</p>
* <p>Additional filtering expression to apply to the facet result before calculating the facet.</p>
* @return filter
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public com.commercetools.api.models.product_search.ProductSearchFacetScopeEnum g
}

/**
* <p>Additional filtering expression to apply to the search result before calculating the facet.</p>
* <p>Additional filtering expression to apply to the facet result before calculating the facet.</p>
*/

public com.commercetools.api.models.search.SearchQuery getFilter() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public interface ProductSearchFacetDistinctValue {
public ProductSearchFacetScopeEnum getScope();

/**
* <p>Additional filtering expression to apply to the search result before calculating the facet.</p>
* <p>Additional filtering expression to apply to the facet result before calculating the facet.</p>
* @return filter
*/
@Valid
Expand Down Expand Up @@ -138,7 +138,7 @@ public interface ProductSearchFacetDistinctValue {
public void setScope(final ProductSearchFacetScopeEnum scope);

/**
* <p>Additional filtering expression to apply to the search result before calculating the facet.</p>
* <p>Additional filtering expression to apply to the facet result before calculating the facet.</p>
* @param filter value to be set
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public ProductSearchFacetDistinctValueBuilder scope(
}

/**
* <p>Additional filtering expression to apply to the search result before calculating the facet.</p>
* <p>Additional filtering expression to apply to the facet result before calculating the facet.</p>
* @param builder function to build the filter value
* @return Builder
*/
Expand All @@ -92,7 +92,7 @@ public ProductSearchFacetDistinctValueBuilder filter(
}

/**
* <p>Additional filtering expression to apply to the search result before calculating the facet.</p>
* <p>Additional filtering expression to apply to the facet result before calculating the facet.</p>
* @param builder function to build the filter value
* @return Builder
*/
Expand All @@ -104,7 +104,7 @@ public ProductSearchFacetDistinctValueBuilder withFilter(
}

/**
* <p>Additional filtering expression to apply to the search result before calculating the facet.</p>
* <p>Additional filtering expression to apply to the facet result before calculating the facet.</p>
* @param filter value to be set
* @return Builder
*/
Expand Down Expand Up @@ -279,7 +279,7 @@ public com.commercetools.api.models.product_search.ProductSearchFacetScopeEnum g
}

/**
* <p>Additional filtering expression to apply to the search result before calculating the facet.</p>
* <p>Additional filtering expression to apply to the facet result before calculating the facet.</p>
* @return filter
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public com.commercetools.api.models.product_search.ProductSearchFacetScopeEnum g
}

/**
* <p>Additional filtering expression to apply to the search result before calculating the facet.</p>
* <p>Additional filtering expression to apply to the facet result before calculating the facet.</p>
*/

public com.commercetools.api.models.search.SearchQuery getFilter() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public interface ProductSearchFacetRangesValue {
public ProductSearchFacetScopeEnum getScope();

/**
* <p>Additional filtering expression to apply to the search result before calculating the facet.</p>
* <p>Additional filtering expression to apply to the facet result before calculating the facet.</p>
* @return filter
*/
@Valid
Expand Down Expand Up @@ -117,7 +117,7 @@ public interface ProductSearchFacetRangesValue {
public void setScope(final ProductSearchFacetScopeEnum scope);

/**
* <p>Additional filtering expression to apply to the search result before calculating the facet.</p>
* <p>Additional filtering expression to apply to the facet result before calculating the facet.</p>
* @param filter value to be set
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public ProductSearchFacetRangesValueBuilder scope(
}

/**
* <p>Additional filtering expression to apply to the search result before calculating the facet.</p>
* <p>Additional filtering expression to apply to the facet result before calculating the facet.</p>
* @param builder function to build the filter value
* @return Builder
*/
Expand All @@ -83,7 +83,7 @@ public ProductSearchFacetRangesValueBuilder filter(
}

/**
* <p>Additional filtering expression to apply to the search result before calculating the facet.</p>
* <p>Additional filtering expression to apply to the facet result before calculating the facet.</p>
* @param builder function to build the filter value
* @return Builder
*/
Expand All @@ -95,7 +95,7 @@ public ProductSearchFacetRangesValueBuilder withFilter(
}

/**
* <p>Additional filtering expression to apply to the search result before calculating the facet.</p>
* <p>Additional filtering expression to apply to the facet result before calculating the facet.</p>
* @param filter value to be set
* @return Builder
*/
Expand Down Expand Up @@ -267,7 +267,7 @@ public com.commercetools.api.models.product_search.ProductSearchFacetScopeEnum g
}

/**
* <p>Additional filtering expression to apply to the search result before calculating the facet.</p>
* <p>Additional filtering expression to apply to the facet result before calculating the facet.</p>
* @return filter
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public com.commercetools.api.models.product_search.ProductSearchFacetScopeEnum g
}

/**
* <p>Additional filtering expression to apply to the search result before calculating the facet.</p>
* <p>Additional filtering expression to apply to the facet result before calculating the facet.</p>
*/

public com.commercetools.api.models.search.SearchQuery getFilter() {
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -369,3 +369,4 @@ e18cd8073ea975fe92c1bad4dea957b16ee0b1c4
b71e64cba7a81b26a5892daca52a9715fd32c05f
159b6f682f761a18daea978cdb2760e7713e0000
f9fa3e30e9bc44b50bdaa5be496b94b37e607a0e
3a34fc63e5128798a8c1c3e426f4775a075d9d62