diff --git a/lib/commercetools-api/src/Models/ProductType/AttributeDefinition.php b/lib/commercetools-api/src/Models/ProductType/AttributeDefinition.php index cd98edf7ea6..b733ee2e34a 100644 --- a/lib/commercetools-api/src/Models/ProductType/AttributeDefinition.php +++ b/lib/commercetools-api/src/Models/ProductType/AttributeDefinition.php @@ -80,7 +80,7 @@ public function getInputTip(); public function getInputHint(); /** - *
If true, the Attribute's values are available for the Product Projections Search API for use in full-text search queries, filters, and facets.
If true, the Attribute's values are available in the Product Projection Search or the Product Search API for use in full-text search queries, filters, and facets.
Which exact features are available with this flag depends on the specific AttributeType. * The maximum size of a searchable field is restricted by the Field content size limit. * This constraint is enforced at both Product creation and Product update. diff --git a/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionBuilder.php b/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionBuilder.php index b104c9c3215..132684f54e5 100644 --- a/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionBuilder.php +++ b/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionBuilder.php @@ -148,7 +148,7 @@ public function getInputHint() } /** - *
If true, the Attribute's values are available for the Product Projections Search API for use in full-text search queries, filters, and facets.
If true, the Attribute's values are available in the Product Projection Search or the Product Search API for use in full-text search queries, filters, and facets.
Which exact features are available with this flag depends on the specific AttributeType. * The maximum size of a searchable field is restricted by the Field content size limit. * This constraint is enforced at both Product creation and Product update. diff --git a/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionDraft.php b/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionDraft.php index d1c3e583494..08d001b1117 100644 --- a/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionDraft.php +++ b/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionDraft.php @@ -33,7 +33,7 @@ interface AttributeDefinitionDraft extends JsonObject public function getType(); /** - *
User-defined name of the Attribute that is unique with the Project.
+ *User-defined name of the Attribute that is unique to the Project.
*When using the same name for an Attribute in multiple ProductTypes, all fields of the AttributeDefinition of this Attribute must be the same across the ProductTypes, else an AttributeDefinitionAlreadyExists error is returned.
* An exception to this are the values of an enum or lenum Type and sets thereof.
Set to true if the Attribute's values should be available in the Product Projections Search API and can be used in full-text search queries, filters, and facets.
+ *
Set to true if the Attribute's values should be available in the Product Projection Search or the Product Search API and can be used in full-text search queries, filters, and facets.
* Which exact features are available with this flag depends on the specific AttributeType.
* The maximum size of a searchable field is restricted by the Field content size limit.
* This constraint is enforced at both Product creation and Product update.
diff --git a/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionDraftBuilder.php b/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionDraftBuilder.php
index 86c4084d7ca..24d56437ba3 100644
--- a/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionDraftBuilder.php
+++ b/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionDraftBuilder.php
@@ -83,7 +83,7 @@ public function getType()
}
/**
- *
User-defined name of the Attribute that is unique with the Project.
+ *User-defined name of the Attribute that is unique to the Project.
*When using the same name for an Attribute in multiple ProductTypes, all fields of the AttributeDefinition of this Attribute must be the same across the ProductTypes, else an AttributeDefinitionAlreadyExists error is returned.
* An exception to this are the values of an enum or lenum Type and sets thereof.
Set to true if the Attribute's values should be available in the Product Projections Search API and can be used in full-text search queries, filters, and facets.
+ *
Set to true if the Attribute's values should be available in the Product Projection Search or the Product Search API and can be used in full-text search queries, filters, and facets.
* Which exact features are available with this flag depends on the specific AttributeType.
* The maximum size of a searchable field is restricted by the Field content size limit.
* This constraint is enforced at both Product creation and Product update.
diff --git a/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionDraftModel.php b/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionDraftModel.php
index f9756486ba7..b3648f7a04b 100644
--- a/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionDraftModel.php
+++ b/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionDraftModel.php
@@ -116,7 +116,7 @@ public function getType()
}
/**
- *
User-defined name of the Attribute that is unique with the Project.
+ *User-defined name of the Attribute that is unique to the Project.
*When using the same name for an Attribute in multiple ProductTypes, all fields of the AttributeDefinition of this Attribute must be the same across the ProductTypes, else an AttributeDefinitionAlreadyExists error is returned.
* An exception to this are the values of an enum or lenum Type and sets thereof.
Set to true if the Attribute's values should be available in the Product Projections Search API and can be used in full-text search queries, filters, and facets.
+ *
Set to true if the Attribute's values should be available in the Product Projection Search or the Product Search API and can be used in full-text search queries, filters, and facets.
* Which exact features are available with this flag depends on the specific AttributeType.
* The maximum size of a searchable field is restricted by the Field content size limit.
* This constraint is enforced at both Product creation and Product update.
diff --git a/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionModel.php b/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionModel.php
index 1794810b53d..68224ffcbb8 100644
--- a/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionModel.php
+++ b/lib/commercetools-api/src/Models/ProductType/AttributeDefinitionModel.php
@@ -237,7 +237,7 @@ public function getInputHint()
}
/**
- *
If true, the Attribute's values are available for the Product Projections Search API for use in full-text search queries, filters, and facets.
If true, the Attribute's values are available in the Product Projection Search or the Product Search API for use in full-text search queries, filters, and facets.
Which exact features are available with this flag depends on the specific AttributeType. * The maximum size of a searchable field is restricted by the Field content size limit. * This constraint is enforced at both Product creation and Product update. diff --git a/lib/commercetools-api/src/Models/ProductType/ProductTypeChangeAttributeNameAction.php b/lib/commercetools-api/src/Models/ProductType/ProductTypeChangeAttributeNameAction.php index 1def34da416..ff7bd00f93c 100644 --- a/lib/commercetools-api/src/Models/ProductType/ProductTypeChangeAttributeNameAction.php +++ b/lib/commercetools-api/src/Models/ProductType/ProductTypeChangeAttributeNameAction.php @@ -25,7 +25,7 @@ interface ProductTypeChangeAttributeNameAction extends ProductTypeUpdateAction public function getAttributeName(); /** - *
New user-defined name of the Attribute that is unique with the Project.
+ *New user-defined name of the Attribute that is unique to the Project.
*When using the same name for an Attribute in two or more ProductTypes, all fields of the AttributeDefinition of this Attribute must be the same across the ProductTypes. If not, an AttributeDefinitionAlreadyExists error is returned.
* An exception to this are the values of an enum or lenum type and sets thereof.
New user-defined name of the Attribute that is unique with the Project.
+ *New user-defined name of the Attribute that is unique to the Project.
*When using the same name for an Attribute in two or more ProductTypes, all fields of the AttributeDefinition of this Attribute must be the same across the ProductTypes. If not, an AttributeDefinitionAlreadyExists error is returned.
* An exception to this are the values of an enum or lenum type and sets thereof.
New user-defined name of the Attribute that is unique with the Project.
+ *New user-defined name of the Attribute that is unique to the Project.
*When using the same name for an Attribute in two or more ProductTypes, all fields of the AttributeDefinition of this Attribute must be the same across the ProductTypes. If not, an AttributeDefinitionAlreadyExists error is returned.
* An exception to this are the values of an enum or lenum type and sets thereof.