Skip to content

Commit 4f320d3

Browse files
committed
build(codegen): updating SDK
1 parent d171e9f commit 4f320d3

19 files changed

+40
-27
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,8 @@ public function getVariants();
119119
public function getSearchKeywords();
120120

121121
/**
122-
* <p>Attributes according to the respective <a href="ctp:api:type:AttributeDefinition">AttributeDefinition</a>.</p>
122+
* <p>Product Attributes according to the respective <a href="ctp:api:type:AttributeDefinition">AttributeDefinition</a>.
123+
* <strong>Not supported</strong> by <a href="/projects/product-projection-search">Product Projection Search</a>.</p>
123124
*
124125
125126
* @return null|AttributeCollection

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,8 @@ public function getSearchKeywords()
219219
}
220220

221221
/**
222-
* <p>Attributes according to the respective <a href="ctp:api:type:AttributeDefinition">AttributeDefinition</a>.</p>
222+
* <p>Product Attributes according to the respective <a href="ctp:api:type:AttributeDefinition">AttributeDefinition</a>.
223+
* <strong>Not supported</strong> by <a href="/projects/product-projection-search">Product Projection Search</a>.</p>
223224
*
224225
225226
* @return null|AttributeCollection

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,8 @@ public function getSearchKeywords()
358358
}
359359

360360
/**
361-
* <p>Attributes according to the respective <a href="ctp:api:type:AttributeDefinition">AttributeDefinition</a>.</p>
361+
* <p>Product Attributes according to the respective <a href="ctp:api:type:AttributeDefinition">AttributeDefinition</a>.
362+
* <strong>Not supported</strong> by <a href="/projects/product-projection-search">Product Projection Search</a>.</p>
362363
*
363364
*
364365
* @return null|AttributeCollection

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,8 @@ public function getPublish();
178178
public function getPriceMode();
179179

180180
/**
181-
* <p>Attributes according to the respective <a href="ctp:api:type:AttributeDefinitionDraft">AttributeDefinition</a>.</p>
181+
* <p>Product Attributes according to the respective <a href="ctp:api:type:AttributeDefinitionDraft">AttributeDefinition</a>.
182+
* <strong>Not supported</strong> by <a href="/projects/product-projection-search">Product Projection Search</a>.</p>
182183
*
183184
184185
* @return null|AttributeCollection

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,8 @@ public function getPriceMode()
329329
}
330330

331331
/**
332-
* <p>Attributes according to the respective <a href="ctp:api:type:AttributeDefinitionDraft">AttributeDefinition</a>.</p>
332+
* <p>Product Attributes according to the respective <a href="ctp:api:type:AttributeDefinitionDraft">AttributeDefinition</a>.
333+
* <strong>Not supported</strong> by <a href="/projects/product-projection-search">Product Projection Search</a>.</p>
333334
*
334335
335336
* @return null|AttributeCollection

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,8 @@ public function getPriceMode()
537537
}
538538

539539
/**
540-
* <p>Attributes according to the respective <a href="ctp:api:type:AttributeDefinitionDraft">AttributeDefinition</a>.</p>
540+
* <p>Product Attributes according to the respective <a href="ctp:api:type:AttributeDefinitionDraft">AttributeDefinition</a>.
541+
* <strong>Not supported</strong> by <a href="/projects/product-projection-search">Product Projection Search</a>.</p>
541542
*
542543
*
543544
* @return null|AttributeCollection

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public function getKey();
6767
public function getPrices();
6868

6969
/**
70-
* <p>Attributes of the Product Variant.</p>
70+
* <p>Variant Attributes according to the respective <a href="ctp:api:type:AttributeDefinition">AttributeDefinition</a>.</p>
7171
*
7272
7373
* @return null|AttributeCollection

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ public function getPrices()
152152
}
153153

154154
/**
155-
* <p>Attributes of the Product Variant.</p>
155+
* <p>Variant Attributes according to the respective <a href="ctp:api:type:AttributeDefinition">AttributeDefinition</a>.</p>
156156
*
157157
158158
* @return null|AttributeCollection

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function getKey();
4949
public function getPrices();
5050

5151
/**
52-
* <p>Attributes according to the respective <a href="ctp:api:type:AttributeDefinition">AttributeDefinition</a>.</p>
52+
* <p>Variant Attributes according to the respective <a href="ctp:api:type:AttributeDefinition">AttributeDefinition</a>.</p>
5353
*
5454
5555
* @return null|AttributeCollection

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public function getPrices()
9494
}
9595

9696
/**
97-
* <p>Attributes according to the respective <a href="ctp:api:type:AttributeDefinition">AttributeDefinition</a>.</p>
97+
* <p>Variant Attributes according to the respective <a href="ctp:api:type:AttributeDefinition">AttributeDefinition</a>.</p>
9898
*
9999
100100
* @return null|AttributeCollection

0 commit comments

Comments
 (0)