@wix/auto_sdk_ecom_checkout 1.0.44 → 1.0.46

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.
@@ -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
  /**