From 395ac5b962510c4d6ca8379f680ea50abc5c0db2 Mon Sep 17 00:00:00 2001 From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 12:00:06 +0000 Subject: [PATCH] build(codegen): updating SDK --- .../src/Models/ProductTailoring/ProductTailoringData.php | 4 ++-- .../Models/ProductTailoring/ProductTailoringDataBuilder.php | 4 ++-- .../Models/ProductTailoring/ProductTailoringDataModel.php | 4 ++-- .../src/Models/ProductTailoring/ProductTailoringDraft.php | 6 +++--- .../ProductTailoring/ProductTailoringDraftBuilder.php | 6 +++--- .../Models/ProductTailoring/ProductTailoringDraftModel.php | 6 +++--- .../ProductTailoring/ProductTailoringInStoreDraft.php | 6 +++--- .../ProductTailoringInStoreDraftBuilder.php | 6 +++--- .../ProductTailoring/ProductTailoringInStoreDraftModel.php | 6 +++--- reference.txt | 1 + references.txt | 1 + 11 files changed, 26 insertions(+), 24 deletions(-) create mode 100644 reference.txt diff --git a/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringData.php b/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringData.php index 00e5d2b3a35..634583462a4 100644 --- a/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringData.php +++ b/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringData.php @@ -39,7 +39,7 @@ public function getName(); public function getDescription(); /** - *
Tailored title of the Product as used by search engines.
+ *Tailored title of the Product that is used by search engines.
* * @return null|LocalizedString @@ -47,7 +47,7 @@ public function getDescription(); public function getMetaTitle(); /** - *Tailored description of the Product as used by search engines.
+ *Tailored description of the Product that is used by search engines.
* * @return null|LocalizedString diff --git a/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringDataBuilder.php b/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringDataBuilder.php index 6e7d0f306a6..8d79ba55d85 100644 --- a/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringDataBuilder.php +++ b/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringDataBuilder.php @@ -87,7 +87,7 @@ public function getDescription() } /** - *Tailored title of the Product as used by search engines.
+ *Tailored title of the Product that is used by search engines.
* * @return null|LocalizedString @@ -98,7 +98,7 @@ public function getMetaTitle() } /** - *Tailored description of the Product as used by search engines.
+ *Tailored description of the Product that is used by search engines.
* * @return null|LocalizedString diff --git a/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringDataModel.php b/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringDataModel.php index 499cfbc30f0..c2d381fd6b4 100644 --- a/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringDataModel.php +++ b/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringDataModel.php @@ -128,7 +128,7 @@ public function getDescription() } /** - *Tailored title of the Product as used by search engines.
+ *Tailored title of the Product that is used by search engines.
* * * @return null|LocalizedString @@ -149,7 +149,7 @@ public function getMetaTitle() } /** - *Tailored description of the Product as used by search engines.
+ *Tailored description of the Product that is used by search engines.
* * * @return null|LocalizedString diff --git a/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringDraft.php b/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringDraft.php index e361dbf0f53..da83fa9e25a 100644 --- a/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringDraft.php +++ b/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringDraft.php @@ -69,7 +69,7 @@ public function getName(); public function getDescription(); /** - *Tailored title of the Product used by external search engines for improved search engine performance.
+ *Tailored title of the Product that is used by search engines.
* * @return null|LocalizedString @@ -77,7 +77,7 @@ public function getDescription(); public function getMetaTitle(); /** - *Tailored description of the Product used by external search engines for improved search engine performance.
+ *Tailored description of the Product that is used by search engines.
* * @return null|LocalizedString @@ -85,7 +85,7 @@ public function getMetaTitle(); public function getMetaDescription(); /** - *Tailored keywords related to the Product used by external search engines for improved search engine performance.
+ *Tailored keywords related to the Product that are used by search engines.
* * @return null|LocalizedString diff --git a/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringDraftBuilder.php b/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringDraftBuilder.php index 4d9c0bbf6a0..ef50924e851 100644 --- a/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringDraftBuilder.php +++ b/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringDraftBuilder.php @@ -148,7 +148,7 @@ public function getDescription() } /** - *Tailored title of the Product used by external search engines for improved search engine performance.
+ *Tailored title of the Product that is used by search engines.
* * @return null|LocalizedString @@ -159,7 +159,7 @@ public function getMetaTitle() } /** - *Tailored description of the Product used by external search engines for improved search engine performance.
+ *Tailored description of the Product that is used by search engines.
* * @return null|LocalizedString @@ -170,7 +170,7 @@ public function getMetaDescription() } /** - *Tailored keywords related to the Product used by external search engines for improved search engine performance.
+ *Tailored keywords related to the Product that are used by search engines.
* * @return null|LocalizedString diff --git a/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringDraftModel.php b/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringDraftModel.php index 586b765f04d..45ec54357e6 100644 --- a/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringDraftModel.php +++ b/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringDraftModel.php @@ -226,7 +226,7 @@ public function getDescription() } /** - *Tailored title of the Product used by external search engines for improved search engine performance.
+ *Tailored title of the Product that is used by search engines.
* * * @return null|LocalizedString @@ -247,7 +247,7 @@ public function getMetaTitle() } /** - *Tailored description of the Product used by external search engines for improved search engine performance.
+ *Tailored description of the Product that is used by search engines.
* * * @return null|LocalizedString @@ -268,7 +268,7 @@ public function getMetaDescription() } /** - *Tailored keywords related to the Product used by external search engines for improved search engine performance.
+ *Tailored keywords related to the Product that are used by search engines.
* * * @return null|LocalizedString diff --git a/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringInStoreDraft.php b/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringInStoreDraft.php index 9a8182881db..2af0598ad9b 100644 --- a/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringInStoreDraft.php +++ b/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringInStoreDraft.php @@ -59,7 +59,7 @@ public function getName(); public function getDescription(); /** - *Tailored title of the Product used by external search engines for improved search engine performance.
+ *Tailored title of the Product that is used by search engines.
* * @return null|LocalizedString @@ -67,7 +67,7 @@ public function getDescription(); public function getMetaTitle(); /** - *Tailored description of the Product used by external search engines for improved search engine performance.
+ *Tailored description of the Product that is used in search engine.
* * @return null|LocalizedString @@ -75,7 +75,7 @@ public function getMetaTitle(); public function getMetaDescription(); /** - *Tailored keywords related to the Product used by external search engines for improved search engine performance.
+ *Tailored keywords related to the Product that are used by search engines.
* * @return null|LocalizedString diff --git a/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringInStoreDraftBuilder.php b/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringInStoreDraftBuilder.php index 006c2328986..fe6d7b890d9 100644 --- a/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringInStoreDraftBuilder.php +++ b/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringInStoreDraftBuilder.php @@ -129,7 +129,7 @@ public function getDescription() } /** - *Tailored title of the Product used by external search engines for improved search engine performance.
+ *Tailored title of the Product that is used by search engines.
* * @return null|LocalizedString @@ -140,7 +140,7 @@ public function getMetaTitle() } /** - *Tailored description of the Product used by external search engines for improved search engine performance.
+ *Tailored description of the Product that is used in search engine.
* * @return null|LocalizedString @@ -151,7 +151,7 @@ public function getMetaDescription() } /** - *Tailored keywords related to the Product used by external search engines for improved search engine performance.
+ *Tailored keywords related to the Product that are used by search engines.
* * @return null|LocalizedString diff --git a/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringInStoreDraftModel.php b/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringInStoreDraftModel.php index 16aefead7ce..ad760b9146e 100644 --- a/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringInStoreDraftModel.php +++ b/lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringInStoreDraftModel.php @@ -195,7 +195,7 @@ public function getDescription() } /** - *Tailored title of the Product used by external search engines for improved search engine performance.
+ *Tailored title of the Product that is used by search engines.
* * * @return null|LocalizedString @@ -216,7 +216,7 @@ public function getMetaTitle() } /** - *Tailored description of the Product used by external search engines for improved search engine performance.
+ *Tailored description of the Product that is used in search engine.
* * * @return null|LocalizedString @@ -237,7 +237,7 @@ public function getMetaDescription() } /** - *Tailored keywords related to the Product used by external search engines for improved search engine performance.
+ *Tailored keywords related to the Product that are used by search engines.
* * * @return null|LocalizedString diff --git a/reference.txt b/reference.txt new file mode 100644 index 00000000000..6e3fbe77029 --- /dev/null +++ b/reference.txt @@ -0,0 +1 @@ +0ebf6f968b615dbb804fd9113b66242c2112c859 diff --git a/references.txt b/references.txt index b82eb520ca0..01d75bd8ba0 100644 --- a/references.txt +++ b/references.txt @@ -322,3 +322,4 @@ ccf4522140c12b0093aefe0e2a27d62bcc4834a6 6bb8d35316a92441d0a59417b49ad3a8c7037e45 07b822efee634159a97f9ba24f86114b984d8d4c 8e09aa861a0ba58755289bc185dcb268ac4f1c13 +0be69283d6aba9d3a2f895140378673f2f80f7b0