@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
package/build/es/meta.d.mts
CHANGED
|
@@ -2335,9 +2335,15 @@ interface LineItemAdded {
|
|
|
2335
2335
|
* @minLength 1
|
|
2336
2336
|
* @maxLength 36
|
|
2337
2337
|
*/
|
|
2338
|
-
|
|
2338
|
+
catalogAppId?: string | null;
|
|
2339
2339
|
/** Whether the line item is a custom line item. */
|
|
2340
2340
|
customLineItem?: boolean;
|
|
2341
|
+
/**
|
|
2342
|
+
* ID of the app that added the line item to the cart (from the identity context).
|
|
2343
|
+
* @minLength 1
|
|
2344
|
+
* @maxLength 36
|
|
2345
|
+
*/
|
|
2346
|
+
appDefId?: string | null;
|
|
2341
2347
|
}
|
|
2342
2348
|
interface CouponAdded {
|
|
2343
2349
|
/**
|