Skip to content

Commit b853e96

Browse files
Merge pull request #364 from commercetools/gen-sdk-updates
Update generated SDKs
2 parents 65eb022 + 58f32b8 commit b853e96

34 files changed

+67
-66
lines changed

lib/commercetools-api/src/Models/Product/FacetRange.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public function getCount();
7070

7171
/**
7272
* <p>Number of <a href="ctp:api:type:Product">Products</a> for which the values in a field fall into the specified range.</p>
73-
* <p>Present only if the <code>counting products</code> <a href="/projects/products-search#counting-products">extension</a> is enabled.</p>
73+
* <p>Present only if the <code>counting products</code> <a href="/projects/product-projection-search#counting-products">extension</a> is enabled.</p>
7474
*
7575
7676
* @return null|int

lib/commercetools-api/src/Models/Product/FacetRangeBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ public function getCount()
141141

142142
/**
143143
* <p>Number of <a href="ctp:api:type:Product">Products</a> for which the values in a field fall into the specified range.</p>
144-
* <p>Present only if the <code>counting products</code> <a href="/projects/products-search#counting-products">extension</a> is enabled.</p>
144+
* <p>Present only if the <code>counting products</code> <a href="/projects/product-projection-search#counting-products">extension</a> is enabled.</p>
145145
*
146146
147147
* @return null|int

lib/commercetools-api/src/Models/Product/FacetRangeModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ public function getCount()
213213

214214
/**
215215
* <p>Number of <a href="ctp:api:type:Product">Products</a> for which the values in a field fall into the specified range.</p>
216-
* <p>Present only if the <code>counting products</code> <a href="/projects/products-search#counting-products">extension</a> is enabled.</p>
216+
* <p>Present only if the <code>counting products</code> <a href="/projects/product-projection-search#counting-products">extension</a> is enabled.</p>
217217
*
218218
*
219219
* @return null|int

lib/commercetools-api/src/Models/Product/FacetTerm.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ interface FacetTerm extends JsonObject
1818
public const FIELD_PRODUCT_COUNT = 'productCount';
1919

2020
/**
21-
* <p>Value for the field specified in the <a href="/../api/projects/products-search#term-facet-expression">term facet expression</a> for which at least one <a href="ctp:api:type:ProductVariant">ProductVariant</a> could be found.</p>
21+
* <p>Value for the field specified in the <a href="/../api/projects/product-projection-search#term-facet-expression">term facet expression</a> for which at least one <a href="ctp:api:type:ProductVariant">ProductVariant</a> could be found.</p>
2222
*
2323
2424
* @return null|mixed
@@ -35,7 +35,7 @@ public function getCount();
3535

3636
/**
3737
* <p>Number of <a href="ctp:api:type:Product">Products</a> for which the <code>term</code> applies.
38-
* Only available if the <code>counting products</code> <a href="/../api/projects/products-search#counting-products">extension</a> is enabled.</p>
38+
* Only available if the <code>counting products</code> <a href="/../api/projects/product-projection-search#counting-products">extension</a> is enabled.</p>
3939
*
4040
4141
* @return null|int

lib/commercetools-api/src/Models/Product/FacetTermBuilder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ final class FacetTermBuilder implements Builder
3939
private $productCount;
4040

4141
/**
42-
* <p>Value for the field specified in the <a href="/../api/projects/products-search#term-facet-expression">term facet expression</a> for which at least one <a href="ctp:api:type:ProductVariant">ProductVariant</a> could be found.</p>
42+
* <p>Value for the field specified in the <a href="/../api/projects/product-projection-search#term-facet-expression">term facet expression</a> for which at least one <a href="ctp:api:type:ProductVariant">ProductVariant</a> could be found.</p>
4343
*
4444
4545
* @return null|mixed
@@ -62,7 +62,7 @@ public function getCount()
6262

6363
/**
6464
* <p>Number of <a href="ctp:api:type:Product">Products</a> for which the <code>term</code> applies.
65-
* Only available if the <code>counting products</code> <a href="/../api/projects/products-search#counting-products">extension</a> is enabled.</p>
65+
* Only available if the <code>counting products</code> <a href="/../api/projects/product-projection-search#counting-products">extension</a> is enabled.</p>
6666
*
6767
6868
* @return null|int

lib/commercetools-api/src/Models/Product/FacetTermModel.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function __construct(
5252
}
5353

5454
/**
55-
* <p>Value for the field specified in the <a href="/../api/projects/products-search#term-facet-expression">term facet expression</a> for which at least one <a href="ctp:api:type:ProductVariant">ProductVariant</a> could be found.</p>
55+
* <p>Value for the field specified in the <a href="/../api/projects/product-projection-search#term-facet-expression">term facet expression</a> for which at least one <a href="ctp:api:type:ProductVariant">ProductVariant</a> could be found.</p>
5656
*
5757
*
5858
* @return null|mixed
@@ -93,7 +93,7 @@ public function getCount()
9393

9494
/**
9595
* <p>Number of <a href="ctp:api:type:Product">Products</a> for which the <code>term</code> applies.
96-
* Only available if the <code>counting products</code> <a href="/../api/projects/products-search#counting-products">extension</a> is enabled.</p>
96+
* Only available if the <code>counting products</code> <a href="/../api/projects/product-projection-search#counting-products">extension</a> is enabled.</p>
9797
*
9898
*
9999
* @return null|int

lib/commercetools-api/src/Models/Product/FilteredFacetResult.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ interface FilteredFacetResult extends FacetResult
1717
public const FIELD_PRODUCT_COUNT = 'productCount';
1818

1919
/**
20-
* <p>Number of <a href="ctp:api:type:ProductVariant">ProductVariants</a> matching the value specified in <a href="/../api/projects/products-search#filtered-facet-expression">filtered facet expression</a>.</p>
20+
* <p>Number of <a href="ctp:api:type:ProductVariant">ProductVariants</a> matching the value specified in <a href="/../api/projects/product-projection-search#filtered-facet-expression">filtered facet expression</a>.</p>
2121
*
2222
2323
* @return null|int
2424
*/
2525
public function getCount();
2626

2727
/**
28-
* <p>Number of <a href="ctp:api:type:Product">Products</a> matching the value specified in <a href="/../api/projects/products-search#filtered-facet-expression">filtered facet expression</a>.</p>
29-
* <p>Present only if the <code>counting products</code> <a href="/projects/products-search#counting-products">extension</a> is enabled.</p>
28+
* <p>Number of <a href="ctp:api:type:Product">Products</a> matching the value specified in <a href="/../api/projects/product-projection-search#filtered-facet-expression">filtered facet expression</a>.</p>
29+
* <p>Present only if the <code>counting products</code> <a href="/projects/product-projection-search#counting-products">extension</a> is enabled.</p>
3030
*
3131
3232
* @return null|int

lib/commercetools-api/src/Models/Product/FilteredFacetResultBuilder.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ final class FilteredFacetResultBuilder implements Builder
3333
private $productCount;
3434

3535
/**
36-
* <p>Number of <a href="ctp:api:type:ProductVariant">ProductVariants</a> matching the value specified in <a href="/../api/projects/products-search#filtered-facet-expression">filtered facet expression</a>.</p>
36+
* <p>Number of <a href="ctp:api:type:ProductVariant">ProductVariants</a> matching the value specified in <a href="/../api/projects/product-projection-search#filtered-facet-expression">filtered facet expression</a>.</p>
3737
*
3838
3939
* @return null|int
@@ -44,8 +44,8 @@ public function getCount()
4444
}
4545

4646
/**
47-
* <p>Number of <a href="ctp:api:type:Product">Products</a> matching the value specified in <a href="/../api/projects/products-search#filtered-facet-expression">filtered facet expression</a>.</p>
48-
* <p>Present only if the <code>counting products</code> <a href="/projects/products-search#counting-products">extension</a> is enabled.</p>
47+
* <p>Number of <a href="ctp:api:type:Product">Products</a> matching the value specified in <a href="/../api/projects/product-projection-search#filtered-facet-expression">filtered facet expression</a>.</p>
48+
* <p>Present only if the <code>counting products</code> <a href="/projects/product-projection-search#counting-products">extension</a> is enabled.</p>
4949
*
5050
5151
* @return null|int

lib/commercetools-api/src/Models/Product/FilteredFacetResultModel.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function getType()
7171
}
7272

7373
/**
74-
* <p>Number of <a href="ctp:api:type:ProductVariant">ProductVariants</a> matching the value specified in <a href="/../api/projects/products-search#filtered-facet-expression">filtered facet expression</a>.</p>
74+
* <p>Number of <a href="ctp:api:type:ProductVariant">ProductVariants</a> matching the value specified in <a href="/../api/projects/product-projection-search#filtered-facet-expression">filtered facet expression</a>.</p>
7575
*
7676
*
7777
* @return null|int
@@ -91,8 +91,8 @@ public function getCount()
9191
}
9292

9393
/**
94-
* <p>Number of <a href="ctp:api:type:Product">Products</a> matching the value specified in <a href="/../api/projects/products-search#filtered-facet-expression">filtered facet expression</a>.</p>
95-
* <p>Present only if the <code>counting products</code> <a href="/projects/products-search#counting-products">extension</a> is enabled.</p>
94+
* <p>Number of <a href="ctp:api:type:Product">Products</a> matching the value specified in <a href="/../api/projects/product-projection-search#filtered-facet-expression">filtered facet expression</a>.</p>
95+
* <p>Present only if the <code>counting products</code> <a href="/projects/product-projection-search#counting-products">extension</a> is enabled.</p>
9696
*
9797
*
9898
* @return null|int

lib/commercetools-api/src/Models/Product/ProductData.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public function getMasterVariant();
110110
public function getVariants();
111111

112112
/**
113-
* <p>Used by <a href="/projects/products-suggestions">Product Suggestions</a>, but is also considered for a <a href="/projects/products-search#full-text-search">full text search</a>.</p>
113+
* <p>Used by <a href="/projects/products-suggestions">Product Suggestions</a>, but is also considered for a <a href="/projects/product-projection-search#full-text-search">full text search</a>.</p>
114114
*
115115
116116
* @return null|SearchKeywords

0 commit comments

Comments
 (0)