@wix/ecom 1.0.730 → 1.0.732
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.732",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -35,14 +35,14 @@
|
|
|
35
35
|
"@wix/ecom_discount-rules": "1.0.51",
|
|
36
36
|
"@wix/ecom_discounts": "1.0.2",
|
|
37
37
|
"@wix/ecom_discounts-custom-trigger": "1.0.6",
|
|
38
|
-
"@wix/ecom_draft-orders": "1.0.
|
|
38
|
+
"@wix/ecom_draft-orders": "1.0.13",
|
|
39
39
|
"@wix/ecom_gift-vouchers-provider": "1.0.0",
|
|
40
40
|
"@wix/ecom_local-delivery-options": "1.0.7",
|
|
41
41
|
"@wix/ecom_order-fulfillments": "1.0.45",
|
|
42
42
|
"@wix/ecom_order-invoices": "1.0.38",
|
|
43
43
|
"@wix/ecom_order-payment-requests": "1.0.9",
|
|
44
44
|
"@wix/ecom_order-transactions": "1.0.65",
|
|
45
|
-
"@wix/ecom_orders": "1.0.
|
|
45
|
+
"@wix/ecom_orders": "1.0.108",
|
|
46
46
|
"@wix/ecom_orders-settings": "1.0.44",
|
|
47
47
|
"@wix/ecom_payment-settings": "1.0.35",
|
|
48
48
|
"@wix/ecom_pickup-locations": "1.0.7",
|
|
@@ -76,5 +76,5 @@
|
|
|
76
76
|
"fqdn": ""
|
|
77
77
|
}
|
|
78
78
|
},
|
|
79
|
-
"falconPackageHash": "
|
|
79
|
+
"falconPackageHash": "b3e9a85b5cc3bdef4ea76c9647b50837bf46b18a35546864eb6c6ff6"
|
|
80
80
|
}
|
|
@@ -25436,6 +25436,7 @@ interface DigitalFileNonNullableFields {
|
|
|
25436
25436
|
interface SubscriptionSettingsNonNullableFields {
|
|
25437
25437
|
frequency: SubscriptionFrequency$2;
|
|
25438
25438
|
autoRenewal: boolean;
|
|
25439
|
+
enableCustomerCancellation: boolean;
|
|
25439
25440
|
}
|
|
25440
25441
|
interface SubscriptionInfoNonNullableFields {
|
|
25441
25442
|
cycleNumber: number;
|
|
@@ -25436,6 +25436,7 @@ interface DigitalFileNonNullableFields {
|
|
|
25436
25436
|
interface SubscriptionSettingsNonNullableFields {
|
|
25437
25437
|
frequency: SubscriptionFrequency$2;
|
|
25438
25438
|
autoRenewal: boolean;
|
|
25439
|
+
enableCustomerCancellation: boolean;
|
|
25439
25440
|
}
|
|
25440
25441
|
interface SubscriptionInfoNonNullableFields {
|
|
25441
25442
|
cycleNumber: number;
|
|
@@ -25541,6 +25541,7 @@ interface DigitalFileNonNullableFields$1 {
|
|
|
25541
25541
|
interface SubscriptionSettingsNonNullableFields$1 {
|
|
25542
25542
|
frequency: SubscriptionFrequency$3;
|
|
25543
25543
|
autoRenewal: boolean;
|
|
25544
|
+
enableCustomerCancellation: boolean;
|
|
25544
25545
|
}
|
|
25545
25546
|
interface SubscriptionInfoNonNullableFields$1 {
|
|
25546
25547
|
cycleNumber: number;
|
|
@@ -27651,6 +27652,7 @@ interface DigitalFileNonNullableFields {
|
|
|
27651
27652
|
interface SubscriptionSettingsNonNullableFields {
|
|
27652
27653
|
frequency: SubscriptionFrequency$2;
|
|
27653
27654
|
autoRenewal: boolean;
|
|
27655
|
+
enableCustomerCancellation: boolean;
|
|
27654
27656
|
}
|
|
27655
27657
|
interface SubscriptionInfoNonNullableFields {
|
|
27656
27658
|
cycleNumber: number;
|