@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.
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -3
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -3
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +1 -1
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +19 -3
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +1 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +19 -3
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +1 -1
- package/package.json +2 -2
|
@@ -1531,7 +1531,7 @@ interface GiftCard {
|
|
|
1531
1531
|
_id?: string;
|
|
1532
1532
|
/** Gift card obfuscated code. */
|
|
1533
1533
|
obfuscatedCode?: string;
|
|
1534
|
-
/**
|
|
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
|
-
* +
|
|
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
|
/**
|