@wix/ecom 1.0.729 → 1.0.731
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.731",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -35,7 +35,7 @@
|
|
|
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.12",
|
|
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",
|
|
@@ -76,5 +76,5 @@
|
|
|
76
76
|
"fqdn": ""
|
|
77
77
|
}
|
|
78
78
|
},
|
|
79
|
-
"falconPackageHash": "
|
|
79
|
+
"falconPackageHash": "44e35f8c9242a0c9d9060278c21e56cebb47bb9126d31e6658c14416"
|
|
80
80
|
}
|
|
@@ -18797,6 +18797,7 @@ interface DigitalFileNonNullableFields$1 {
|
|
|
18797
18797
|
interface SubscriptionSettingsNonNullableFields$1 {
|
|
18798
18798
|
frequency: SubscriptionFrequency$3;
|
|
18799
18799
|
autoRenewal: boolean;
|
|
18800
|
+
enableCustomerCancellation: boolean;
|
|
18800
18801
|
}
|
|
18801
18802
|
interface SubscriptionInfoNonNullableFields$1 {
|
|
18802
18803
|
cycleNumber: number;
|
|
@@ -18797,6 +18797,7 @@ interface DigitalFileNonNullableFields$1 {
|
|
|
18797
18797
|
interface SubscriptionSettingsNonNullableFields$1 {
|
|
18798
18798
|
frequency: SubscriptionFrequency$3;
|
|
18799
18799
|
autoRenewal: boolean;
|
|
18800
|
+
enableCustomerCancellation: boolean;
|
|
18800
18801
|
}
|
|
18801
18802
|
interface SubscriptionInfoNonNullableFields$1 {
|
|
18802
18803
|
cycleNumber: number;
|
|
@@ -19559,6 +19559,7 @@ interface DigitalFileNonNullableFields$3 {
|
|
|
19559
19559
|
interface SubscriptionSettingsNonNullableFields$3 {
|
|
19560
19560
|
frequency: SubscriptionFrequency$5;
|
|
19561
19561
|
autoRenewal: boolean;
|
|
19562
|
+
enableCustomerCancellation: boolean;
|
|
19562
19563
|
}
|
|
19563
19564
|
interface SubscriptionInfoNonNullableFields$3 {
|
|
19564
19565
|
cycleNumber: number;
|
|
@@ -22042,6 +22043,7 @@ interface DigitalFileNonNullableFields$2 {
|
|
|
22042
22043
|
interface SubscriptionSettingsNonNullableFields$2 {
|
|
22043
22044
|
frequency: SubscriptionFrequency$4;
|
|
22044
22045
|
autoRenewal: boolean;
|
|
22046
|
+
enableCustomerCancellation: boolean;
|
|
22045
22047
|
}
|
|
22046
22048
|
interface SubscriptionInfoNonNullableFields$2 {
|
|
22047
22049
|
cycleNumber: number;
|