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 Sep 13, 2024
1 parent ecadb7e commit 776857a
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lib/commercetools-api/src/Models/Common/Image.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ interface Image extends JsonObject
public const FIELD_LABEL = 'label';

/**
* <p>URL of the image in its original size that must be unique within a single <a href="ctp:api:type:ProductVariant">ProductVariant</a>. If the Project is hosted in the China (AWS, Ningxia) Region, verify that the URL is not blocked due to firewall restrictions.</p>
* <p>URL of the image in its original size that must be unique within a single <a href="ctp:api:type:ProductVariant">ProductVariant</a>.</p>
*
* @return null|string
Expand Down
2 changes: 1 addition & 1 deletion lib/commercetools-api/src/Models/Common/ImageBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ final class ImageBuilder implements Builder
private $label;

/**
* <p>URL of the image in its original size that must be unique within a single <a href="ctp:api:type:ProductVariant">ProductVariant</a>. If the Project is hosted in the China (AWS, Ningxia) Region, verify that the URL is not blocked due to firewall restrictions.</p>
* <p>URL of the image in its original size that must be unique within a single <a href="ctp:api:type:ProductVariant">ProductVariant</a>.</p>
*
* @return null|string
Expand Down
2 changes: 1 addition & 1 deletion lib/commercetools-api/src/Models/Common/ImageModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public function __construct(
}

/**
* <p>URL of the image in its original size that must be unique within a single <a href="ctp:api:type:ProductVariant">ProductVariant</a>. If the Project is hosted in the China (AWS, Ningxia) Region, verify that the URL is not blocked due to firewall restrictions.</p>
* <p>URL of the image in its original size that must be unique within a single <a href="ctp:api:type:ProductVariant">ProductVariant</a>.</p>
*
*
* @return null|string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ interface HttpDestination extends ExtensionDestination
public const FIELD_AUTHENTICATION = 'authentication';

/**
* <p>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.</p>
* <p>URL to the target destination.</p>
*
* @return null|string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ final class HttpDestinationBuilder implements Builder
private $authentication;

/**
* <p>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.</p>
* <p>URL to the target destination.</p>
*
* @return null|string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public function getType()
}

/**
* <p>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.</p>
* <p>URL to the target destination.</p>
*
*
* @return null|string
Expand Down
2 changes: 1 addition & 1 deletion lib/commercetools-api/src/Models/Project/ExternalOAuth.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ interface ExternalOAuth extends JsonObject
public const FIELD_AUTHORIZATION_HEADER = 'authorizationHeader';

/**
* <p>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.</p>
* <p>URL with authorization header.</p>
*
* @return null|string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ final class ExternalOAuthBuilder implements Builder
private $authorizationHeader;

/**
* <p>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.</p>
* <p>URL with authorization header.</p>
*
* @return null|string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function __construct(
}

/**
* <p>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.</p>
* <p>URL with authorization header.</p>
*
*
* @return null|string
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -297,3 +297,4 @@ dc09dbc8bb089b789be7b711ebeb272f820ed184
fa091aad2bce74e0d07ee69a886f4cd9ae02e05d
ce56ab7c65a688f75d5cd4095378d6647c6bd9ae
3ef50b76d477cff41dcd11f48e8205cd4abd1439
0065cdd802adcbf53195095773ccc5a2becca69e

0 comments on commit 776857a

Please sign in to comment.