@wix/auto_sdk_ecom_checkout 1.0.45 → 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.
@@ -2310,8 +2310,7 @@ interface CustomLineItem {
2310
2310
  descriptionLines?: DescriptionLine[];
2311
2311
  /**
2312
2312
  * Custom line item media.
2313
- * + 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"`.
2314
- * + An image from the web - `"http(s)://<image url>"`.
2313
+ * + 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"`.
2315
2314
  */
2316
2315
  media?: string;
2317
2316
  /**