Skip to content

Commit 415c835

Browse files
committed
build(codegen): updating SDK
1 parent f0808b7 commit 415c835

19 files changed

+22
-21
lines changed

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

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

113113
/**
114-
* <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>
114+
* <p>Used by <a href="/projects/search-term-suggestions">Search Term Suggestions</a>, but is also considered for a <a href="/projects/product-projection-search#full-text-search">full text search</a> in the Product Projection Search API.</p>
115115
*
116116
117117
* @return null|SearchKeywords

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ public function getVariants()
208208
}
209209

210210
/**
211-
* <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>
211+
* <p>Used by <a href="/projects/search-term-suggestions">Search Term Suggestions</a>, but is also considered for a <a href="/projects/product-projection-search#full-text-search">full text search</a> in the Product Projection Search API.</p>
212212
*
213213
214214
* @return null|SearchKeywords

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ public function getVariants()
337337
}
338338

339339
/**
340-
* <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>
340+
* <p>Used by <a href="/projects/search-term-suggestions">Search Term Suggestions</a>, but is also considered for a <a href="/projects/product-projection-search#full-text-search">full text search</a> in the Product Projection Search API.</p>
341341
*
342342
*
343343
* @return null|SearchKeywords

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ public function getVariants();
146146
public function getTaxCategory();
147147

148148
/**
149-
* <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>
149+
* <p>Used by <a href="/projects/search-term-suggestions">Search Term Suggestions</a>, but is also considered for a <a href="/projects/product-projection-search#full-text-search">full text search</a> in the Product Projection Search API.</p>
150150
*
151151
152152
* @return null|SearchKeywords

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ public function getTaxCategory()
285285
}
286286

287287
/**
288-
* <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>
288+
* <p>Used by <a href="/projects/search-term-suggestions">Search Term Suggestions</a>, but is also considered for a <a href="/projects/product-projection-search#full-text-search">full text search</a> in the Product Projection Search API.</p>
289289
*
290290
291291
* @return null|SearchKeywords

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ public function getTaxCategory()
455455
}
456456

457457
/**
458-
* <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>
458+
* <p>Used by <a href="/projects/search-term-suggestions">Search Term Suggestions</a>, but is also considered for a <a href="/projects/product-projection-search#full-text-search">full text search</a> in the Product Projection Search API.</p>
459459
*
460460
*
461461
* @return null|SearchKeywords

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ public function getMetaDescription();
158158
public function getMetaKeywords();
159159

160160
/**
161-
* <p>Used by <a href="/../api/projects/products-suggestions">Product Suggestions</a>, but is also considered for a <a href="ctp:api:type:FullTextSearch">full text search</a>.</p>
161+
* <p>Used by <a href="/../api/projects/search-term-suggestions">Search Term Suggestions</a>, but is also considered for a <a href="/projects/product-projection-search#full-text-search">full text search</a> in the Product Projection Search API.</p>
162162
*
163163
164164
* @return null|SearchKeywords

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ public function getMetaKeywords()
336336
}
337337

338338
/**
339-
* <p>Used by <a href="/../api/projects/products-suggestions">Product Suggestions</a>, but is also considered for a <a href="ctp:api:type:FullTextSearch">full text search</a>.</p>
339+
* <p>Used by <a href="/../api/projects/search-term-suggestions">Search Term Suggestions</a>, but is also considered for a <a href="/projects/product-projection-search#full-text-search">full text search</a> in the Product Projection Search API.</p>
340340
*
341341
342342
* @return null|SearchKeywords

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ public function getMetaKeywords()
533533
}
534534

535535
/**
536-
* <p>Used by <a href="/../api/projects/products-suggestions">Product Suggestions</a>, but is also considered for a <a href="ctp:api:type:FullTextSearch">full text search</a>.</p>
536+
* <p>Used by <a href="/../api/projects/search-term-suggestions">Search Term Suggestions</a>, but is also considered for a <a href="/projects/product-projection-search#full-text-search">full text search</a> in the Product Projection Search API.</p>
537537
*
538538
*
539539
* @return null|SearchKeywords

lib/commercetools-api/src/Models/Project/ProjectChangeProductSearchIndexingEnabledAction.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ interface ProjectChangeProductSearchIndexingEnabledAction extends ProjectUpdateA
1818

1919
/**
2020
* <ul>
21-
* <li>If <code>false</code>, the indexing of <a href="ctp:api:type:Product">Product</a> information will stop and the <a href="/../api/projects/product-projection-search">Product Projection Search</a> as well as the <a href="/../api/projects/products-suggestions">Product Suggestions</a> endpoint will not be available anymore for this Project. The Project's <a href="ctp:api:type:SearchIndexingConfiguration">SearchIndexingConfiguration</a> <code>status</code> for <code>products</code> will be changed to <code>&quot;Deactivated&quot;</code>.</li>
22-
* <li>If <code>true</code>, the indexing of <a href="ctp:api:type:Product">Product</a> information will start and the <a href="/../api/projects/product-projection-search">Product Projection Search</a> as well as the <a href="/../api/projects/products-suggestions">Product Suggestions</a> endpoint will become available soon after for this Project. Proportional to the amount of information being indexed, the Project's <a href="ctp:api:type:SearchIndexingConfiguration">SearchIndexingConfiguration</a> <code>status</code> for <code>products</code> will be shown as <code>&quot;Indexing&quot;</code> during this time. As soon as the indexing has finished, the configuration status will be changed to <code>&quot;Activated&quot;</code> making the aforementioned endpoints fully available for this Project.</li>
21+
* <li>If <code>false</code>, the indexing of <a href="ctp:api:type:Product">Product</a> information will stop and the <a href="/../api/projects/product-projection-search">Product Projection Search</a> as well as the <a href="/../api/projects/search-term-suggestions">Search Term Suggestions</a> API will no longer be available for this Project. The Project's <a href="ctp:api:type:SearchIndexingConfiguration">SearchIndexingConfiguration</a> <code>status</code> for <code>products</code> will be changed to <code>&quot;Deactivated&quot;</code>.</li>
22+
* <li>If <code>true</code>, the indexing of <a href="ctp:api:type:Product">Product</a> information will start and the <a href="/../api/projects/product-projection-search">Product Projection Search</a> as well as the <a href="/../api/projects/search-term-suggestions">Search Term Suggestions</a> API will become available soon after for this Project. Proportional to the amount of information being indexed, the Project's <a href="ctp:api:type:SearchIndexingConfiguration">SearchIndexingConfiguration</a> <code>status</code> for <code>products</code> will be shown as <code>&quot;Indexing&quot;</code> during this time. As soon as the indexing has finished, the configuration status will be changed to <code>&quot;Activated&quot;</code> making the aforementioned APIs fully available for this Project.</li>
2323
* </ul>
2424
*
2525

0 commit comments

Comments
 (0)