@wix/auto_sdk_ecom_checkout 1.0.172 → 1.0.173
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.js.map +1 -1
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +0 -12
- package/build/internal/cjs/meta.d.ts +0 -6
- package/build/internal/es/index.typings.d.mts +0 -12
- package/build/internal/es/meta.d.mts +0 -6
- package/package.json +2 -2
|
@@ -255,12 +255,6 @@ interface Checkout {
|
|
|
255
255
|
* @format CURRENCY
|
|
256
256
|
*/
|
|
257
257
|
paymentCurrency?: string;
|
|
258
|
-
/**
|
|
259
|
-
* Indicates whether this cart is managed by Cart V2.
|
|
260
|
-
* @internal
|
|
261
|
-
* @readonly
|
|
262
|
-
*/
|
|
263
|
-
managedByV2?: boolean;
|
|
264
258
|
/**
|
|
265
259
|
* Sum of all line items in the checkout.
|
|
266
260
|
* @internal
|
|
@@ -4607,12 +4601,6 @@ interface UpdateCheckout {
|
|
|
4607
4601
|
* @format CURRENCY
|
|
4608
4602
|
*/
|
|
4609
4603
|
paymentCurrency?: string;
|
|
4610
|
-
/**
|
|
4611
|
-
* Indicates whether this cart is managed by Cart V2.
|
|
4612
|
-
* @internal
|
|
4613
|
-
* @readonly
|
|
4614
|
-
*/
|
|
4615
|
-
managedByV2?: boolean;
|
|
4616
4604
|
/**
|
|
4617
4605
|
* Sum of all line items in the checkout.
|
|
4618
4606
|
* @internal
|
|
@@ -256,12 +256,6 @@ interface Checkout {
|
|
|
256
256
|
* @format CURRENCY
|
|
257
257
|
*/
|
|
258
258
|
paymentCurrency?: string;
|
|
259
|
-
/**
|
|
260
|
-
* Indicates whether this cart is managed by Cart V2.
|
|
261
|
-
* @internal
|
|
262
|
-
* @readonly
|
|
263
|
-
*/
|
|
264
|
-
managedByV2?: boolean;
|
|
265
259
|
/**
|
|
266
260
|
* Sum of all line items in the checkout.
|
|
267
261
|
* @internal
|
|
@@ -255,12 +255,6 @@ interface Checkout {
|
|
|
255
255
|
* @format CURRENCY
|
|
256
256
|
*/
|
|
257
257
|
paymentCurrency?: string;
|
|
258
|
-
/**
|
|
259
|
-
* Indicates whether this cart is managed by Cart V2.
|
|
260
|
-
* @internal
|
|
261
|
-
* @readonly
|
|
262
|
-
*/
|
|
263
|
-
managedByV2?: boolean;
|
|
264
258
|
/**
|
|
265
259
|
* Sum of all line items in the checkout.
|
|
266
260
|
* @internal
|
|
@@ -4607,12 +4601,6 @@ interface UpdateCheckout {
|
|
|
4607
4601
|
* @format CURRENCY
|
|
4608
4602
|
*/
|
|
4609
4603
|
paymentCurrency?: string;
|
|
4610
|
-
/**
|
|
4611
|
-
* Indicates whether this cart is managed by Cart V2.
|
|
4612
|
-
* @internal
|
|
4613
|
-
* @readonly
|
|
4614
|
-
*/
|
|
4615
|
-
managedByV2?: boolean;
|
|
4616
4604
|
/**
|
|
4617
4605
|
* Sum of all line items in the checkout.
|
|
4618
4606
|
* @internal
|
|
@@ -256,12 +256,6 @@ interface Checkout {
|
|
|
256
256
|
* @format CURRENCY
|
|
257
257
|
*/
|
|
258
258
|
paymentCurrency?: string;
|
|
259
|
-
/**
|
|
260
|
-
* Indicates whether this cart is managed by Cart V2.
|
|
261
|
-
* @internal
|
|
262
|
-
* @readonly
|
|
263
|
-
*/
|
|
264
|
-
managedByV2?: boolean;
|
|
265
259
|
/**
|
|
266
260
|
* Sum of all line items in the checkout.
|
|
267
261
|
* @internal
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/auto_sdk_ecom_checkout",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.173",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/",
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"fqdn": "wix.ecom.v1.checkout"
|
|
51
51
|
}
|
|
52
52
|
},
|
|
53
|
-
"falconPackageHash": "
|
|
53
|
+
"falconPackageHash": "9a59029c9cd81e0b5b25902664b6b74b1049c551b76dd5e746b4a802"
|
|
54
54
|
}
|