@wix/auto_sdk_ecom_checkout 1.0.114 → 1.0.115
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 +7 -1
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +7 -1
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +7 -1
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +7 -1
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +7 -1
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +7 -1
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +7 -1
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +7 -1
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -2293,9 +2293,15 @@ interface LineItemAdded {
|
|
|
2293
2293
|
* @minLength 1
|
|
2294
2294
|
* @maxLength 36
|
|
2295
2295
|
*/
|
|
2296
|
-
|
|
2296
|
+
catalogAppId?: string | null;
|
|
2297
2297
|
/** Whether the line item is a custom line item. */
|
|
2298
2298
|
customLineItem?: boolean;
|
|
2299
|
+
/**
|
|
2300
|
+
* ID of the app that added the line item to the cart (from the identity context).
|
|
2301
|
+
* @minLength 1
|
|
2302
|
+
* @maxLength 36
|
|
2303
|
+
*/
|
|
2304
|
+
appDefId?: string | null;
|
|
2299
2305
|
}
|
|
2300
2306
|
interface CouponAdded {
|
|
2301
2307
|
/**
|