Skip to content

Commit ab119aa

Browse files
committed
build(codegen): updating SDK
1 parent 7e647ed commit ab119aa

File tree

10 files changed

+19
-15
lines changed

10 files changed

+19
-15
lines changed

lib/commercetools-api/src/Models/CartDiscount/CartDiscount.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@ public function getValidUntil();
192192
public function getRequiresDiscountCode();
193193

194194
/**
195-
* <p>References of all resources that are addressed in the predicate.
196-
* The API generates this array from the predicate.</p>
195+
* <p>References to all resources addressed in the <code>cartPredicate</code> by their IDs.
196+
* This value is generated by the platform.</p>
197197
*
198198
199199
* @return null|ReferenceCollection

lib/commercetools-api/src/Models/CartDiscount/CartDiscountBuilder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,8 +372,8 @@ public function getRequiresDiscountCode()
372372
}
373373

374374
/**
375-
* <p>References of all resources that are addressed in the predicate.
376-
* The API generates this array from the predicate.</p>
375+
* <p>References to all resources addressed in the <code>cartPredicate</code> by their IDs.
376+
* This value is generated by the platform.</p>
377377
*
378378
379379
* @return null|ReferenceCollection

lib/commercetools-api/src/Models/CartDiscount/CartDiscountModel.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -607,8 +607,8 @@ public function getRequiresDiscountCode()
607607
}
608608

609609
/**
610-
* <p>References of all resources that are addressed in the predicate.
611-
* The API generates this array from the predicate.</p>
610+
* <p>References to all resources addressed in the <code>cartPredicate</code> by their IDs.
611+
* This value is generated by the platform.</p>
612612
*
613613
*
614614
* @return null|ReferenceCollection

lib/commercetools-api/src/Models/DiscountCode/DiscountCode.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ public function getCartPredicate();
144144
public function getIsActive();
145145

146146
/**
147-
* <p>Array generated from the Cart predicate.
148-
* It contains the references of all the resources that are addressed in the predicate.</p>
147+
* <p>References to all resources addressed in the <code>cartPredicate</code> by their IDs.
148+
* This value is generated by the platform.</p>
149149
*
150150
151151
* @return null|ReferenceCollection

lib/commercetools-api/src/Models/DiscountCode/DiscountCodeBuilder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,8 @@ public function getIsActive()
303303
}
304304

305305
/**
306-
* <p>Array generated from the Cart predicate.
307-
* It contains the references of all the resources that are addressed in the predicate.</p>
306+
* <p>References to all resources addressed in the <code>cartPredicate</code> by their IDs.
307+
* This value is generated by the platform.</p>
308308
*
309309
310310
* @return null|ReferenceCollection

lib/commercetools-api/src/Models/DiscountCode/DiscountCodeModel.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -481,8 +481,8 @@ public function getIsActive()
481481
}
482482

483483
/**
484-
* <p>Array generated from the Cart predicate.
485-
* It contains the references of all the resources that are addressed in the predicate.</p>
484+
* <p>References to all resources addressed in the <code>cartPredicate</code> by their IDs.
485+
* This value is generated by the platform.</p>
486486
*
487487
*
488488
* @return null|ReferenceCollection

lib/commercetools-api/src/Models/ProductDiscount/ProductDiscount.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,8 @@ public function getSortOrder();
138138
public function getIsActive();
139139

140140
/**
141-
* <p>References of all the resources that are addressed in the <code>predicate</code>.</p>
141+
* <p>References to all resources addressed in the <code>predicate</code> by their IDs.
142+
* This value is generated by the platform.</p>
142143
*
143144
144145
* @return null|ReferenceCollection

lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountBuilder.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,8 @@ public function getIsActive()
271271
}
272272

273273
/**
274-
* <p>References of all the resources that are addressed in the <code>predicate</code>.</p>
274+
* <p>References to all resources addressed in the <code>predicate</code> by their IDs.
275+
* This value is generated by the platform.</p>
275276
*
276277
277278
* @return null|ReferenceCollection

lib/commercetools-api/src/Models/ProductDiscount/ProductDiscountModel.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,8 @@ public function getIsActive()
440440
}
441441

442442
/**
443-
* <p>References of all the resources that are addressed in the <code>predicate</code>.</p>
443+
* <p>References to all resources addressed in the <code>predicate</code> by their IDs.
444+
* This value is generated by the platform.</p>
444445
*
445446
*
446447
* @return null|ReferenceCollection

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -542,3 +542,4 @@ bfb534af33764ac81a3784290b35530d926fccf1
542542
191aae538dbd5834105b736f21d4c04a53c20409
543543
ccd88b54c3412f4164e4d3dec13e524ffc38059b
544544
37f4edec0935ea3be543d48720fb67438c2ab341
545+
47d240c55478dd0c0e1aa47288c432f785240168

0 commit comments

Comments
 (0)