Skip to content

Commit 31a4997

Browse files
committed
build(codegen): updating SDK
1 parent 115ba20 commit 31a4997

File tree

7 files changed

+7
-6
lines changed

7 files changed

+7
-6
lines changed

lib/commercetools-api/src/Models/ProductType/AttributeDefinition.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public function getInputTip();
8080
public function getInputHint();
8181

8282
/**
83-
* <p>If <code>true</code>, the Attribute's values are available in the <a href="/../api/projects/products-search">Product Projection Search</a> or the <a href="/../api/projects/product-search">Product Search</a> API for use in full-text search queries, filters, and facets.</p>
83+
* <p>If <code>true</code>, the Attribute's values are available in the <a href="/../api/projects/product-search">Product Search</a> or the <a href="/../api/projects/products-search">Product Projection Search</a> API for use in full-text search queries, filters, and facets.</p>
8484
* <p>Which exact features are available with this flag depends on the specific <a href="ctp:api:type:AttributeType">AttributeType</a>.
8585
* The maximum size of a searchable field is <strong>restricted</strong> by the <a href="/../api/limits#field-content-size">Field content size limit</a>.
8686
* This constraint is enforced at both <a href="ctp:api:endpoint:/{projectKey}/products:POST">Product creation</a> and <a href="/../api/projects/products#update-product">Product update</a>.

lib/commercetools-api/src/Models/ProductType/AttributeDefinitionBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ public function getInputHint()
148148
}
149149

150150
/**
151-
* <p>If <code>true</code>, the Attribute's values are available in the <a href="/../api/projects/products-search">Product Projection Search</a> or the <a href="/../api/projects/product-search">Product Search</a> API for use in full-text search queries, filters, and facets.</p>
151+
* <p>If <code>true</code>, the Attribute's values are available in the <a href="/../api/projects/product-search">Product Search</a> or the <a href="/../api/projects/products-search">Product Projection Search</a> API for use in full-text search queries, filters, and facets.</p>
152152
* <p>Which exact features are available with this flag depends on the specific <a href="ctp:api:type:AttributeType">AttributeType</a>.
153153
* The maximum size of a searchable field is <strong>restricted</strong> by the <a href="/../api/limits#field-content-size">Field content size limit</a>.
154154
* This constraint is enforced at both <a href="ctp:api:endpoint:/{projectKey}/products:POST">Product creation</a> and <a href="/../api/projects/products#update-product">Product update</a>.

lib/commercetools-api/src/Models/ProductType/AttributeDefinitionDraft.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public function getInputTip();
8383
public function getInputHint();
8484

8585
/**
86-
* <p>Set to <code>true</code> if the Attribute's values should be available in the <a href="/../api/projects/products-search">Product Projection Search</a> or the <a href="/../api/projects/product-search">Product Search</a> API and can be used in full-text search queries, filters, and facets.
86+
* <p>Set to <code>true</code> if the Attribute's values should be available in the <a href="/../api/projects/product-search">Product Search</a> or the <a href="/../api/projects/products-search">Product Projection Search</a> API and can be used in full-text search queries, filters, and facets.
8787
* Which exact features are available with this flag depends on the specific <a href="ctp:api:type:AttributeType">AttributeType</a>.
8888
* The maximum size of a searchable field is <strong>restricted</strong> by the <a href="/../api/limits#field-content-size">Field content size limit</a>.
8989
* This constraint is enforced at both Product creation and Product update.

lib/commercetools-api/src/Models/ProductType/AttributeDefinitionDraftBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ public function getInputHint()
151151
}
152152

153153
/**
154-
* <p>Set to <code>true</code> if the Attribute's values should be available in the <a href="/../api/projects/products-search">Product Projection Search</a> or the <a href="/../api/projects/product-search">Product Search</a> API and can be used in full-text search queries, filters, and facets.
154+
* <p>Set to <code>true</code> if the Attribute's values should be available in the <a href="/../api/projects/product-search">Product Search</a> or the <a href="/../api/projects/products-search">Product Projection Search</a> API and can be used in full-text search queries, filters, and facets.
155155
* Which exact features are available with this flag depends on the specific <a href="ctp:api:type:AttributeType">AttributeType</a>.
156156
* The maximum size of a searchable field is <strong>restricted</strong> by the <a href="/../api/limits#field-content-size">Field content size limit</a>.
157157
* This constraint is enforced at both Product creation and Product update.

lib/commercetools-api/src/Models/ProductType/AttributeDefinitionDraftModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ public function getInputHint()
240240
}
241241

242242
/**
243-
* <p>Set to <code>true</code> if the Attribute's values should be available in the <a href="/../api/projects/products-search">Product Projection Search</a> or the <a href="/../api/projects/product-search">Product Search</a> API and can be used in full-text search queries, filters, and facets.
243+
* <p>Set to <code>true</code> if the Attribute's values should be available in the <a href="/../api/projects/product-search">Product Search</a> or the <a href="/../api/projects/products-search">Product Projection Search</a> API and can be used in full-text search queries, filters, and facets.
244244
* Which exact features are available with this flag depends on the specific <a href="ctp:api:type:AttributeType">AttributeType</a>.
245245
* The maximum size of a searchable field is <strong>restricted</strong> by the <a href="/../api/limits#field-content-size">Field content size limit</a>.
246246
* This constraint is enforced at both Product creation and Product update.

lib/commercetools-api/src/Models/ProductType/AttributeDefinitionModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ public function getInputHint()
237237
}
238238

239239
/**
240-
* <p>If <code>true</code>, the Attribute's values are available in the <a href="/../api/projects/products-search">Product Projection Search</a> or the <a href="/../api/projects/product-search">Product Search</a> API for use in full-text search queries, filters, and facets.</p>
240+
* <p>If <code>true</code>, the Attribute's values are available in the <a href="/../api/projects/product-search">Product Search</a> or the <a href="/../api/projects/products-search">Product Projection Search</a> API for use in full-text search queries, filters, and facets.</p>
241241
* <p>Which exact features are available with this flag depends on the specific <a href="ctp:api:type:AttributeType">AttributeType</a>.
242242
* The maximum size of a searchable field is <strong>restricted</strong> by the <a href="/../api/limits#field-content-size">Field content size limit</a>.
243243
* This constraint is enforced at both <a href="ctp:api:endpoint:/{projectKey}/products:POST">Product creation</a> and <a href="/../api/projects/products#update-product">Product update</a>.

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,3 +395,4 @@ f2c3348614fec5fe51dfb7adac8744e033626b8b
395395
de47ebf513b4738e7e766621036e58609acba897
396396
535ee58310a5fb706c9946aaac9cdc638af996db
397397
aa9af301e7f709269d2b777b48f36bf6f97a03c8
398+
f0288f95a5fe33fd2973df3f8290defb15129192

0 commit comments

Comments
 (0)