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 Jan 16, 2025
1 parent 19ea978 commit 9d6dab3
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
1 change: 1 addition & 0 deletions changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<summary>Required Property(s)</summary>

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


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ public function getVariantId();
public function getSku();

/**
* <p>Value to set to <code>images</code>.</p>
* <p>Images of the tailored ProductVariant.</p>
* <p>Don't provide this field if you want to remove all images from the tailored Product Variant.
* Set to <code>[]</code> (empty) if you want to hide all images of the original ProductVariant on the tailored ProductVariant.</p>
*
* @return null|ImageCollection
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ public function getSku()
}

/**
* <p>Value to set to <code>images</code>.</p>
* <p>Images of the tailored ProductVariant.</p>
* <p>Don't provide this field if you want to remove all images from the tailored Product Variant.
* Set to <code>[]</code> (empty) if you want to hide all images of the original ProductVariant on the tailored ProductVariant.</p>
*
* @return null|ImageCollection
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,9 @@ public function getSku()
}

/**
* <p>Value to set to <code>images</code>.</p>
* <p>Images of the tailored ProductVariant.</p>
* <p>Don't provide this field if you want to remove all images from the tailored Product Variant.
* Set to <code>[]</code> (empty) if you want to hide all images of the original ProductVariant on the tailored ProductVariant.</p>
*
*
* @return null|ImageCollection
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -349,3 +349,4 @@ cc1732f88ea3dc336358ff9f39cda9d5271cf7c2
e3d5bc9cb69146c5d1dd755ed5e8cf2f54566b3a
591d5eaefd1d56fd350895ccea401cb42f2f0ee8
e45c96065b0f2d6cbb563b65fbed44785e8a8149
64c89a7773b97bd6425a82d7d8cee1a9f0f3e6e2

0 comments on commit 9d6dab3

Please sign in to comment.