From cde1e814c373d380c69311925c79b7880ecb14ea Mon Sep 17 00:00:00 2001 From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 14:36:56 +0000 Subject: [PATCH] build(codegen): updating SDK --- lib/commercetools-api/src/Models/Cart/Cart.php | 2 +- lib/commercetools-api/src/Models/Cart/CartBuilder.php | 2 +- lib/commercetools-api/src/Models/Cart/CartDraft.php | 2 +- lib/commercetools-api/src/Models/Cart/CartDraftBuilder.php | 2 +- lib/commercetools-api/src/Models/Cart/CartDraftModel.php | 2 +- lib/commercetools-api/src/Models/Cart/CartModel.php | 2 +- lib/commercetools-api/src/Models/Me/MyCartDraft.php | 2 +- lib/commercetools-api/src/Models/Me/MyCartDraftBuilder.php | 2 +- lib/commercetools-api/src/Models/Me/MyCartDraftModel.php | 2 +- references.txt | 1 + 10 files changed, 10 insertions(+), 9 deletions(-) diff --git a/lib/commercetools-api/src/Models/Cart/Cart.php b/lib/commercetools-api/src/Models/Cart/Cart.php index 011f533bf52..35c9e6805ed 100644 --- a/lib/commercetools-api/src/Models/Cart/Cart.php +++ b/lib/commercetools-api/src/Models/Cart/Cart.php @@ -393,7 +393,7 @@ public function getCustom(); public function getDiscountTypeCombination(); /** - *
Number of days after which an active Cart is deleted since its last modification. Configured in Project settings.
+ *Number of days after the last modification before a Cart is deleted. Configured in Project settings.
* * @return null|int diff --git a/lib/commercetools-api/src/Models/Cart/CartBuilder.php b/lib/commercetools-api/src/Models/Cart/CartBuilder.php index f7ad976c037..610e842a47f 100644 --- a/lib/commercetools-api/src/Models/Cart/CartBuilder.php +++ b/lib/commercetools-api/src/Models/Cart/CartBuilder.php @@ -772,7 +772,7 @@ public function getDiscountTypeCombination() } /** - *Number of days after which an active Cart is deleted since its last modification. Configured in Project settings.
+ *Number of days after the last modification before a Cart is deleted. Configured in Project settings.
* * @return null|int diff --git a/lib/commercetools-api/src/Models/Cart/CartDraft.php b/lib/commercetools-api/src/Models/Cart/CartDraft.php index e5f61439ef0..aacb417888a 100644 --- a/lib/commercetools-api/src/Models/Cart/CartDraft.php +++ b/lib/commercetools-api/src/Models/Cart/CartDraft.php @@ -282,7 +282,7 @@ public function getLocale(); public function getOrigin(); /** - *Number of days after which an active Cart is deleted since its last modification. + *
Number of days after the last modification before a Cart is deleted. * If not provided, the default value for this field configured in Project settings is assigned.
*Create a ChangeSubscription for Carts to receive a ResourceDeletedDeliveryPayload upon deletion of the Cart.
* diff --git a/lib/commercetools-api/src/Models/Cart/CartDraftBuilder.php b/lib/commercetools-api/src/Models/Cart/CartDraftBuilder.php index 07656a122ab..b42a2b64df3 100644 --- a/lib/commercetools-api/src/Models/Cart/CartDraftBuilder.php +++ b/lib/commercetools-api/src/Models/Cart/CartDraftBuilder.php @@ -520,7 +520,7 @@ public function getOrigin() } /** - *Number of days after which an active Cart is deleted since its last modification. + *
Number of days after the last modification before a Cart is deleted. * If not provided, the default value for this field configured in Project settings is assigned.
*Create a ChangeSubscription for Carts to receive a ResourceDeletedDeliveryPayload upon deletion of the Cart.
* diff --git a/lib/commercetools-api/src/Models/Cart/CartDraftModel.php b/lib/commercetools-api/src/Models/Cart/CartDraftModel.php index 307b0d2dc83..fa3e43da2bb 100644 --- a/lib/commercetools-api/src/Models/Cart/CartDraftModel.php +++ b/lib/commercetools-api/src/Models/Cart/CartDraftModel.php @@ -836,7 +836,7 @@ public function getOrigin() } /** - *Number of days after which an active Cart is deleted since its last modification. + *
Number of days after the last modification before a Cart is deleted. * If not provided, the default value for this field configured in Project settings is assigned.
*Create a ChangeSubscription for Carts to receive a ResourceDeletedDeliveryPayload upon deletion of the Cart.
* diff --git a/lib/commercetools-api/src/Models/Cart/CartModel.php b/lib/commercetools-api/src/Models/Cart/CartModel.php index a1b15145d39..6bd3ab30989 100644 --- a/lib/commercetools-api/src/Models/Cart/CartModel.php +++ b/lib/commercetools-api/src/Models/Cart/CartModel.php @@ -1259,7 +1259,7 @@ public function getDiscountTypeCombination() } /** - *Number of days after which an active Cart is deleted since its last modification. Configured in Project settings.
+ *Number of days after the last modification before a Cart is deleted. Configured in Project settings.
* * * @return null|int diff --git a/lib/commercetools-api/src/Models/Me/MyCartDraft.php b/lib/commercetools-api/src/Models/Me/MyCartDraft.php index 540b56428ba..8a74b5ffb90 100644 --- a/lib/commercetools-api/src/Models/Me/MyCartDraft.php +++ b/lib/commercetools-api/src/Models/Me/MyCartDraft.php @@ -165,7 +165,7 @@ public function getCountry(); public function getLocale(); /** - *Number of days after which a Cart with Active CartState is deleted since its last modification.
+ *
Number of days after the last modification before a Cart is deleted. * If not provided, the default value for this field configured in Project settings is assigned.
*Create a ChangeSubscription for Carts to receive a ResourceDeletedDeliveryPayload upon deletion of the Cart.
* diff --git a/lib/commercetools-api/src/Models/Me/MyCartDraftBuilder.php b/lib/commercetools-api/src/Models/Me/MyCartDraftBuilder.php index 60c390e0a2c..2a2786e904a 100644 --- a/lib/commercetools-api/src/Models/Me/MyCartDraftBuilder.php +++ b/lib/commercetools-api/src/Models/Me/MyCartDraftBuilder.php @@ -306,7 +306,7 @@ public function getLocale() } /** - *Number of days after which a Cart with Active CartState is deleted since its last modification.
+ *
Number of days after the last modification before a Cart is deleted. * If not provided, the default value for this field configured in Project settings is assigned.
*Create a ChangeSubscription for Carts to receive a ResourceDeletedDeliveryPayload upon deletion of the Cart.
* diff --git a/lib/commercetools-api/src/Models/Me/MyCartDraftModel.php b/lib/commercetools-api/src/Models/Me/MyCartDraftModel.php index d60f455c4c1..e574853fcf3 100644 --- a/lib/commercetools-api/src/Models/Me/MyCartDraftModel.php +++ b/lib/commercetools-api/src/Models/Me/MyCartDraftModel.php @@ -487,7 +487,7 @@ public function getLocale() } /** - *Number of days after which a Cart with Active CartState is deleted since its last modification.
+ *
Number of days after the last modification before a Cart is deleted. * If not provided, the default value for this field configured in Project settings is assigned.
*Create a ChangeSubscription for Carts to receive a ResourceDeletedDeliveryPayload upon deletion of the Cart.
* diff --git a/references.txt b/references.txt index 183bbbda66b..1a42bd1fdd3 100644 --- a/references.txt +++ b/references.txt @@ -412,3 +412,4 @@ cd4568dad934a4988098ebb5ee5a06ef3ee35569 ae16dc0e70853720e2c642e0cfea760fa55369ed 4e87d65fe6c27f95b9fce4c30b5af64aedabc2be ba64943be238cc04b24cfafc30b4e1d47976fd4e +f308ced4b427eea3642d2d183f6d15f0c1287aa8