Skip to content

Commit

Permalink
build(codegen): updating SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
ct-sdks[bot] committed Dec 23, 2024
1 parent 75ae57f commit 8fed7d7
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public function getInputTip();
public function getInputHint();

/**
* <p>If <code>true</code>, the Attribute's values are available for the <a href="/../api/projects/products-search">Product Projections Search API</a> for use in full-text search queries, filters, and facets.</p>
* <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>
* <p>Which exact features are available with this flag depends on the specific <a href="ctp:api:type:AttributeType">AttributeType</a>.
* 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>.
* 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>.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ public function getInputHint()
}

/**
* <p>If <code>true</code>, the Attribute's values are available for the <a href="/../api/projects/products-search">Product Projections Search API</a> for use in full-text search queries, filters, and facets.</p>
* <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>
* <p>Which exact features are available with this flag depends on the specific <a href="ctp:api:type:AttributeType">AttributeType</a>.
* 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>.
* 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>.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ interface AttributeDefinitionDraft extends JsonObject
public function getType();

/**
* <p>User-defined name of the Attribute that is unique with the <a href="ctp:api:type:Project">Project</a>.</p>
* <p>User-defined name of the Attribute that is unique to the <a href="ctp:api:type:Project">Project</a>.</p>
* <p>When using the same <code>name</code> for an Attribute in multiple ProductTypes, all fields of the AttributeDefinition of this Attribute must be the same across the ProductTypes, else an <a href="ctp:api:type:AttributeDefinitionAlreadyExistsError">AttributeDefinitionAlreadyExists</a> error is returned.
* An exception to this are the values of an <code>enum</code> or <code>lenum</code> Type and sets thereof.</p>
*
Expand Down Expand Up @@ -83,7 +83,7 @@ public function getInputTip();
public function getInputHint();

/**
* <p>Set to <code>true</code> if the Attribute's values should be available in the <a href="/../api/projects/products-search">Product Projections Search API</a> and can be used in full-text search queries, filters, and facets.
* <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.
* Which exact features are available with this flag depends on the specific <a href="ctp:api:type:AttributeType">AttributeType</a>.
* 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>.
* This constraint is enforced at both Product creation and Product update.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public function getType()
}

/**
* <p>User-defined name of the Attribute that is unique with the <a href="ctp:api:type:Project">Project</a>.</p>
* <p>User-defined name of the Attribute that is unique to the <a href="ctp:api:type:Project">Project</a>.</p>
* <p>When using the same <code>name</code> for an Attribute in multiple ProductTypes, all fields of the AttributeDefinition of this Attribute must be the same across the ProductTypes, else an <a href="ctp:api:type:AttributeDefinitionAlreadyExistsError">AttributeDefinitionAlreadyExists</a> error is returned.
* An exception to this are the values of an <code>enum</code> or <code>lenum</code> Type and sets thereof.</p>
*
Expand Down Expand Up @@ -151,7 +151,7 @@ public function getInputHint()
}

/**
* <p>Set to <code>true</code> if the Attribute's values should be available in the <a href="/../api/projects/products-search">Product Projections Search API</a> and can be used in full-text search queries, filters, and facets.
* <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.
* Which exact features are available with this flag depends on the specific <a href="ctp:api:type:AttributeType">AttributeType</a>.
* 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>.
* This constraint is enforced at both Product creation and Product update.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public function getType()
}

/**
* <p>User-defined name of the Attribute that is unique with the <a href="ctp:api:type:Project">Project</a>.</p>
* <p>User-defined name of the Attribute that is unique to the <a href="ctp:api:type:Project">Project</a>.</p>
* <p>When using the same <code>name</code> for an Attribute in multiple ProductTypes, all fields of the AttributeDefinition of this Attribute must be the same across the ProductTypes, else an <a href="ctp:api:type:AttributeDefinitionAlreadyExistsError">AttributeDefinitionAlreadyExists</a> error is returned.
* An exception to this are the values of an <code>enum</code> or <code>lenum</code> Type and sets thereof.</p>
*
Expand Down Expand Up @@ -240,7 +240,7 @@ public function getInputHint()
}

/**
* <p>Set to <code>true</code> if the Attribute's values should be available in the <a href="/../api/projects/products-search">Product Projections Search API</a> and can be used in full-text search queries, filters, and facets.
* <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.
* Which exact features are available with this flag depends on the specific <a href="ctp:api:type:AttributeType">AttributeType</a>.
* 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>.
* This constraint is enforced at both Product creation and Product update.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ public function getInputHint()
}

/**
* <p>If <code>true</code>, the Attribute's values are available for the <a href="/../api/projects/products-search">Product Projections Search API</a> for use in full-text search queries, filters, and facets.</p>
* <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>
* <p>Which exact features are available with this flag depends on the specific <a href="ctp:api:type:AttributeType">AttributeType</a>.
* 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>.
* 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>.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ interface ProductTypeChangeAttributeNameAction extends ProductTypeUpdateAction
public function getAttributeName();

/**
* <p>New user-defined name of the Attribute that is unique with the <a href="ctp:api:type:Project">Project</a>.</p>
* <p>New user-defined name of the Attribute that is unique to the <a href="ctp:api:type:Project">Project</a>.</p>
* <p>When using the same <code>name</code> 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 <a href="ctp:api:type:AttributeDefinitionAlreadyExistsError">AttributeDefinitionAlreadyExists</a> error is returned.
* An exception to this are the values of an <code>enum</code> or <code>lenum</code> type and sets thereof.</p>
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function getAttributeName()
}

/**
* <p>New user-defined name of the Attribute that is unique with the <a href="ctp:api:type:Project">Project</a>.</p>
* <p>New user-defined name of the Attribute that is unique to the <a href="ctp:api:type:Project">Project</a>.</p>
* <p>When using the same <code>name</code> 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 <a href="ctp:api:type:AttributeDefinitionAlreadyExistsError">AttributeDefinitionAlreadyExists</a> error is returned.
* An exception to this are the values of an <code>enum</code> or <code>lenum</code> type and sets thereof.</p>
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public function getAttributeName()
}

/**
* <p>New user-defined name of the Attribute that is unique with the <a href="ctp:api:type:Project">Project</a>.</p>
* <p>New user-defined name of the Attribute that is unique to the <a href="ctp:api:type:Project">Project</a>.</p>
* <p>When using the same <code>name</code> 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 <a href="ctp:api:type:AttributeDefinitionAlreadyExistsError">AttributeDefinitionAlreadyExists</a> error is returned.
* An exception to this are the values of an <code>enum</code> or <code>lenum</code> type and sets thereof.</p>
*
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -342,3 +342,4 @@ df53588d26d7953dfdf44166866ca03045f0a70b
55ee33c4d18af345c4e89be226286c56c187a878
e5666d7956fd6de53e41f965b052896d2a2ddd9b
98343f9a365a2f9d4db86190003d00b8682c71d9
e8f731a742ca2997342b1b5f98121d86c8189a3b

0 comments on commit 8fed7d7

Please sign in to comment.