@wix/auto_sdk_ecom_checkout 1.0.45 → 1.0.47

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1531,7 +1531,7 @@ interface GiftCard {
1531
1531
  _id?: string;
1532
1532
  /** Gift card obfuscated code. */
1533
1533
  obfuscatedCode?: string;
1534
- /** Gift card value. */
1534
+ /** Actual amount to be redeemed from the gift card. */
1535
1535
  amount?: MultiCurrencyPrice;
1536
1536
  /**
1537
1537
  * App ID of the gift card provider.
@@ -2240,8 +2240,7 @@ interface CustomLineItem {
2240
2240
  descriptionLines?: DescriptionLine[];
2241
2241
  /**
2242
2242
  * Custom line item media.
2243
- * + Link to an image/video from the [Wix Media Manager](https://support.wix.com/en/article/wix-media-about-the-media-manager) - `"wix:image://v1/3c76e2_c53...4ea4~mv2.jpg#originWidth=1000&originHeight=1000"`.
2244
- * + An image from the web - `"http(s)://<image url>"`.
2243
+ * + We only support images coming from Wix media manager, if you want to use an image from another source you must first upload it to [Wix Media Manager](https://support.wix.com/en/article/wix-media-about-the-media-manager) - `"wix:image://v1/3c76e2_c53...4ea4~mv2.jpg#originWidth=1000&originHeight=1000"`.
2245
2244
  */
2246
2245
  media?: string;
2247
2246
  /**