@wix/ecom 1.0.790 → 1.0.791
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/ecom",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.791",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@wix/ecom_order-invoices": "1.0.43",
|
|
46
46
|
"@wix/ecom_order-payment-requests": "1.0.14",
|
|
47
47
|
"@wix/ecom_order-transactions": "1.0.71",
|
|
48
|
-
"@wix/ecom_orders": "1.0.
|
|
48
|
+
"@wix/ecom_orders": "1.0.131",
|
|
49
49
|
"@wix/ecom_orders-settings": "1.0.49",
|
|
50
50
|
"@wix/ecom_payment-settings": "1.0.54",
|
|
51
51
|
"@wix/ecom_pickup-locations": "1.0.13",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"fqdn": ""
|
|
81
81
|
}
|
|
82
82
|
},
|
|
83
|
-
"falconPackageHash": "
|
|
83
|
+
"falconPackageHash": "1a07888c3a300d54e278bf39b58fdacbc879db84861eb9fef6863272"
|
|
84
84
|
}
|
|
@@ -26666,8 +26666,6 @@ interface OrderLineItemNonNullableFields {
|
|
|
26666
26666
|
locations: LocationAndQuantityNonNullableFields[];
|
|
26667
26667
|
lineItemPrice?: PriceNonNullableFields$2;
|
|
26668
26668
|
taxableAddress?: TaxableAddressNonNullableFields$1;
|
|
26669
|
-
priceUndetermined: boolean;
|
|
26670
|
-
fixedQuantity: boolean;
|
|
26671
26669
|
}
|
|
26672
26670
|
interface BuyerInfoNonNullableFields {
|
|
26673
26671
|
visitorId: string;
|
|
@@ -26666,8 +26666,6 @@ interface OrderLineItemNonNullableFields {
|
|
|
26666
26666
|
locations: LocationAndQuantityNonNullableFields[];
|
|
26667
26667
|
lineItemPrice?: PriceNonNullableFields$2;
|
|
26668
26668
|
taxableAddress?: TaxableAddressNonNullableFields$1;
|
|
26669
|
-
priceUndetermined: boolean;
|
|
26670
|
-
fixedQuantity: boolean;
|
|
26671
26669
|
}
|
|
26672
26670
|
interface BuyerInfoNonNullableFields {
|
|
26673
26671
|
visitorId: string;
|
|
@@ -26461,8 +26461,6 @@ interface OrderLineItemNonNullableFields$1 {
|
|
|
26461
26461
|
locations: LocationAndQuantityNonNullableFields$1[];
|
|
26462
26462
|
lineItemPrice?: PriceNonNullableFields$5;
|
|
26463
26463
|
taxableAddress?: TaxableAddressNonNullableFields$3;
|
|
26464
|
-
priceUndetermined: boolean;
|
|
26465
|
-
fixedQuantity: boolean;
|
|
26466
26464
|
}
|
|
26467
26465
|
interface BuyerInfoNonNullableFields$1 {
|
|
26468
26466
|
visitorId: string;
|
|
@@ -28710,8 +28708,6 @@ interface OrderLineItemNonNullableFields {
|
|
|
28710
28708
|
locations: LocationAndQuantityNonNullableFields[];
|
|
28711
28709
|
lineItemPrice?: PriceNonNullableFields$4;
|
|
28712
28710
|
taxableAddress?: TaxableAddressNonNullableFields$2;
|
|
28713
|
-
priceUndetermined: boolean;
|
|
28714
|
-
fixedQuantity: boolean;
|
|
28715
28711
|
}
|
|
28716
28712
|
interface BuyerInfoNonNullableFields {
|
|
28717
28713
|
visitorId: string;
|