From 776857a45a057d5cc8f26dec30cebf95051f25f6 Mon Sep 17 00:00:00 2001 From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 14:49:31 +0000 Subject: [PATCH] build(codegen): updating SDK --- lib/commercetools-api/src/Models/Common/Image.php | 2 +- lib/commercetools-api/src/Models/Common/ImageBuilder.php | 2 +- lib/commercetools-api/src/Models/Common/ImageModel.php | 2 +- lib/commercetools-api/src/Models/Extension/HttpDestination.php | 2 +- .../src/Models/Extension/HttpDestinationBuilder.php | 2 +- .../src/Models/Extension/HttpDestinationModel.php | 2 +- lib/commercetools-api/src/Models/Project/ExternalOAuth.php | 2 +- .../src/Models/Project/ExternalOAuthBuilder.php | 2 +- lib/commercetools-api/src/Models/Project/ExternalOAuthModel.php | 2 +- references.txt | 1 + 10 files changed, 10 insertions(+), 9 deletions(-) diff --git a/lib/commercetools-api/src/Models/Common/Image.php b/lib/commercetools-api/src/Models/Common/Image.php index 4c4da404d24..35e72da940c 100644 --- a/lib/commercetools-api/src/Models/Common/Image.php +++ b/lib/commercetools-api/src/Models/Common/Image.php @@ -18,7 +18,7 @@ interface Image extends JsonObject public const FIELD_LABEL = 'label'; /** - *

URL of the image in its original size that must be unique within a single ProductVariant. If the Project is hosted in the China (AWS, Ningxia) Region, verify that the URL is not blocked due to firewall restrictions.

+ *

URL of the image in its original size that must be unique within a single ProductVariant.

* * @return null|string diff --git a/lib/commercetools-api/src/Models/Common/ImageBuilder.php b/lib/commercetools-api/src/Models/Common/ImageBuilder.php index b5c5ddd63c9..151bfe44499 100644 --- a/lib/commercetools-api/src/Models/Common/ImageBuilder.php +++ b/lib/commercetools-api/src/Models/Common/ImageBuilder.php @@ -39,7 +39,7 @@ final class ImageBuilder implements Builder private $label; /** - *

URL of the image in its original size that must be unique within a single ProductVariant. If the Project is hosted in the China (AWS, Ningxia) Region, verify that the URL is not blocked due to firewall restrictions.

+ *

URL of the image in its original size that must be unique within a single ProductVariant.

* * @return null|string diff --git a/lib/commercetools-api/src/Models/Common/ImageModel.php b/lib/commercetools-api/src/Models/Common/ImageModel.php index b2d30f25a1f..29fa779c2ff 100644 --- a/lib/commercetools-api/src/Models/Common/ImageModel.php +++ b/lib/commercetools-api/src/Models/Common/ImageModel.php @@ -52,7 +52,7 @@ public function __construct( } /** - *

URL of the image in its original size that must be unique within a single ProductVariant. If the Project is hosted in the China (AWS, Ningxia) Region, verify that the URL is not blocked due to firewall restrictions.

+ *

URL of the image in its original size that must be unique within a single ProductVariant.

* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Extension/HttpDestination.php b/lib/commercetools-api/src/Models/Extension/HttpDestination.php index 274cbe86a58..bcd4c7bc234 100644 --- a/lib/commercetools-api/src/Models/Extension/HttpDestination.php +++ b/lib/commercetools-api/src/Models/Extension/HttpDestination.php @@ -17,7 +17,7 @@ interface HttpDestination extends ExtensionDestination public const FIELD_AUTHENTICATION = 'authentication'; /** - *

URL to the target destination. If the Project is hosted in the China (AWS, Ningxia) Region, verify that the URL is not blocked due to firewall restrictions.

+ *

URL to the target destination.

* * @return null|string diff --git a/lib/commercetools-api/src/Models/Extension/HttpDestinationBuilder.php b/lib/commercetools-api/src/Models/Extension/HttpDestinationBuilder.php index 9192b4007c9..6d1d6b22044 100644 --- a/lib/commercetools-api/src/Models/Extension/HttpDestinationBuilder.php +++ b/lib/commercetools-api/src/Models/Extension/HttpDestinationBuilder.php @@ -33,7 +33,7 @@ final class HttpDestinationBuilder implements Builder private $authentication; /** - *

URL to the target destination. If the Project is hosted in the China (AWS, Ningxia) Region, verify that the URL is not blocked due to firewall restrictions.

+ *

URL to the target destination.

* * @return null|string diff --git a/lib/commercetools-api/src/Models/Extension/HttpDestinationModel.php b/lib/commercetools-api/src/Models/Extension/HttpDestinationModel.php index 51f612024ee..421c3108f36 100644 --- a/lib/commercetools-api/src/Models/Extension/HttpDestinationModel.php +++ b/lib/commercetools-api/src/Models/Extension/HttpDestinationModel.php @@ -71,7 +71,7 @@ public function getType() } /** - *

URL to the target destination. If the Project is hosted in the China (AWS, Ningxia) Region, verify that the URL is not blocked due to firewall restrictions.

+ *

URL to the target destination.

* * * @return null|string diff --git a/lib/commercetools-api/src/Models/Project/ExternalOAuth.php b/lib/commercetools-api/src/Models/Project/ExternalOAuth.php index 72c406d3cde..d0f04b07ace 100644 --- a/lib/commercetools-api/src/Models/Project/ExternalOAuth.php +++ b/lib/commercetools-api/src/Models/Project/ExternalOAuth.php @@ -17,7 +17,7 @@ interface ExternalOAuth extends JsonObject public const FIELD_AUTHORIZATION_HEADER = 'authorizationHeader'; /** - *

URL with authorization header. If the Project is hosted in the China (AWS, Ningxia) Region, verify that the URL is not blocked due to firewall restrictions.

+ *

URL with authorization header.

* * @return null|string diff --git a/lib/commercetools-api/src/Models/Project/ExternalOAuthBuilder.php b/lib/commercetools-api/src/Models/Project/ExternalOAuthBuilder.php index 28ebf488f6d..18d0e47251a 100644 --- a/lib/commercetools-api/src/Models/Project/ExternalOAuthBuilder.php +++ b/lib/commercetools-api/src/Models/Project/ExternalOAuthBuilder.php @@ -33,7 +33,7 @@ final class ExternalOAuthBuilder implements Builder private $authorizationHeader; /** - *

URL with authorization header. If the Project is hosted in the China (AWS, Ningxia) Region, verify that the URL is not blocked due to firewall restrictions.

+ *

URL with authorization header.

* * @return null|string diff --git a/lib/commercetools-api/src/Models/Project/ExternalOAuthModel.php b/lib/commercetools-api/src/Models/Project/ExternalOAuthModel.php index 9333266bc7a..a8a15b9030d 100644 --- a/lib/commercetools-api/src/Models/Project/ExternalOAuthModel.php +++ b/lib/commercetools-api/src/Models/Project/ExternalOAuthModel.php @@ -44,7 +44,7 @@ public function __construct( } /** - *

URL with authorization header. If the Project is hosted in the China (AWS, Ningxia) Region, verify that the URL is not blocked due to firewall restrictions.

+ *

URL with authorization header.

* * * @return null|string diff --git a/references.txt b/references.txt index ebe88a82f09..8794f075d9a 100644 --- a/references.txt +++ b/references.txt @@ -297,3 +297,4 @@ dc09dbc8bb089b789be7b711ebeb272f820ed184 fa091aad2bce74e0d07ee69a886f4cd9ae02e05d ce56ab7c65a688f75d5cd4095378d6647c6bd9ae 3ef50b76d477cff41dcd11f48e8205cd4abd1439 +0065cdd802adcbf53195095773ccc5a2becca69e