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 Nov 7, 2024
1 parent 6b30207 commit b096f53
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 18 deletions.
4 changes: 2 additions & 2 deletions lib/commercetools-api/src/Models/Product/ProductData.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,15 @@ public function getDescription();
public function getSlug();

/**
* <p>Title of the Product as displayed in search engine results.</p>
* <p>Title of the Product as used by search engines.</p>
*
* @return null|LocalizedString
*/
public function getMetaTitle();

/**
* <p>Description of the Product as displayed in search engine results below the meta title.</p>
* <p>Description of the Product as used by search engines.</p>
*
* @return null|LocalizedString
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ public function getSlug()
}

/**
* <p>Title of the Product as displayed in search engine results.</p>
* <p>Title of the Product as used by search engines.</p>
*
* @return null|LocalizedString
Expand All @@ -158,7 +158,7 @@ public function getMetaTitle()
}

/**
* <p>Description of the Product as displayed in search engine results below the meta title.</p>
* <p>Description of the Product as used by search engines.</p>
*
* @return null|LocalizedString
Expand Down
4 changes: 2 additions & 2 deletions lib/commercetools-api/src/Models/Product/ProductDataModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ public function getSlug()
}

/**
* <p>Title of the Product as displayed in search engine results.</p>
* <p>Title of the Product as used by search engines.</p>
*
*
* @return null|LocalizedString
Expand All @@ -246,7 +246,7 @@ public function getMetaTitle()
}

/**
* <p>Description of the Product as displayed in search engine results below the meta title.</p>
* <p>Description of the Product as used by search engines.</p>
*
*
* @return null|LocalizedString
Expand Down
4 changes: 2 additions & 2 deletions lib/commercetools-api/src/Models/Product/ProductDraft.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,15 +97,15 @@ public function getCategories();
public function getCategoryOrderHints();

/**
* <p>Title of the Product as displayed in search engine results.</p>
* <p>Title of the Product as used by search engines.</p>
*
* @return null|LocalizedString
*/
public function getMetaTitle();

/**
* <p>Description of the Product as displayed in search engine results.</p>
* <p>Description of the Product as used by search engines.</p>
*
* @return null|LocalizedString
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ public function getCategoryOrderHints()
}

/**
* <p>Title of the Product as displayed in search engine results.</p>
* <p>Title of the Product as used by search engines.</p>
*
* @return null|LocalizedString
Expand All @@ -224,7 +224,7 @@ public function getMetaTitle()
}

/**
* <p>Description of the Product as displayed in search engine results.</p>
* <p>Description of the Product as used by search engines.</p>
*
* @return null|LocalizedString
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ public function getCategoryOrderHints()
}

/**
* <p>Title of the Product as displayed in search engine results.</p>
* <p>Title of the Product as used by search engines.</p>
*
*
* @return null|LocalizedString
Expand All @@ -343,7 +343,7 @@ public function getMetaTitle()
}

/**
* <p>Description of the Product as displayed in search engine results.</p>
* <p>Description of the Product as used by search engines.</p>
*
*
* @return null|LocalizedString
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ public function getName();
public function getDescription();

/**
* <p>Tailored title of the Product as displayed in search engine results.</p>
* <p>Tailored title of the Product as used by search engines.</p>
*
* @return null|LocalizedString
*/
public function getMetaTitle();

/**
* <p>Tailored description of the Product as displayed in search engine results.</p>
* <p>Tailored description of the Product as used by search engines.</p>
*
* @return null|LocalizedString
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public function getDescription()
}

/**
* <p>Tailored title of the Product as displayed in search engine results.</p>
* <p>Tailored title of the Product as used by search engines.</p>
*
* @return null|LocalizedString
Expand All @@ -98,7 +98,7 @@ public function getMetaTitle()
}

/**
* <p>Tailored description of the Product as displayed in search engine results.</p>
* <p>Tailored description of the Product as used by search engines.</p>
*
* @return null|LocalizedString
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public function getDescription()
}

/**
* <p>Tailored title of the Product as displayed in search engine results.</p>
* <p>Tailored title of the Product as used by search engines.</p>
*
*
* @return null|LocalizedString
Expand All @@ -149,7 +149,7 @@ public function getMetaTitle()
}

/**
* <p>Tailored description of the Product as displayed in search engine results.</p>
* <p>Tailored description of the Product as used by search engines.</p>
*
*
* @return null|LocalizedString
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -321,3 +321,4 @@ d410bad973f2fe90ea8239c4cb586fe0cfc13856
ccf4522140c12b0093aefe0e2a27d62bcc4834a6
6bb8d35316a92441d0a59417b49ad3a8c7037e45
07b822efee634159a97f9ba24f86114b984d8d4c
8e09aa861a0ba58755289bc185dcb268ac4f1c13

0 comments on commit b096f53

Please sign in to comment.