Skip to content

Commit 9dbf5ac

Browse files
Merge pull request #300 from commercetools/gen-sdk-updates
Update generated SDKs
2 parents 19ea978 + 9d6dab3 commit 9dbf5ac

File tree

5 files changed

+11
-3
lines changed

5 files changed

+11
-3
lines changed

changes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<summary>Required Property(s)</summary>
1414

1515
- :warning: changed property `triggerPattern` of type `CartDiscountPatternTarget` to be required
16+
- changed property `images` of type `ProductTailoringSetExternalImagesAction` to be optional
1617
</details>
1718

1819

lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringSetExternalImagesAction.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ public function getVariantId();
3636
public function getSku();
3737

3838
/**
39-
* <p>Value to set to <code>images</code>.</p>
39+
* <p>Images of the tailored ProductVariant.</p>
40+
* <p>Don't provide this field if you want to remove all images from the tailored Product Variant.
41+
* Set to <code>[]</code> (empty) if you want to hide all images of the original ProductVariant on the tailored ProductVariant.</p>
4042
*
4143
4244
* @return null|ImageCollection

lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringSetExternalImagesActionBuilder.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,9 @@ public function getSku()
6868
}
6969

7070
/**
71-
* <p>Value to set to <code>images</code>.</p>
71+
* <p>Images of the tailored ProductVariant.</p>
72+
* <p>Don't provide this field if you want to remove all images from the tailored Product Variant.
73+
* Set to <code>[]</code> (empty) if you want to hide all images of the original ProductVariant on the tailored ProductVariant.</p>
7274
*
7375
7476
* @return null|ImageCollection

lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringSetExternalImagesActionModel.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,9 @@ public function getSku()
128128
}
129129

130130
/**
131-
* <p>Value to set to <code>images</code>.</p>
131+
* <p>Images of the tailored ProductVariant.</p>
132+
* <p>Don't provide this field if you want to remove all images from the tailored Product Variant.
133+
* Set to <code>[]</code> (empty) if you want to hide all images of the original ProductVariant on the tailored ProductVariant.</p>
132134
*
133135
*
134136
* @return null|ImageCollection

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,3 +349,4 @@ cc1732f88ea3dc336358ff9f39cda9d5271cf7c2
349349
e3d5bc9cb69146c5d1dd755ed5e8cf2f54566b3a
350350
591d5eaefd1d56fd350895ccea401cb42f2f0ee8
351351
e45c96065b0f2d6cbb563b65fbed44785e8a8149
352+
64c89a7773b97bd6425a82d7d8cee1a9f0f3e6e2

0 commit comments

Comments
 (0)