@wix/ecom 1.0.836 → 1.0.837
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.837",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@wix/ecom_draft-orders": "1.0.43",
|
|
43
43
|
"@wix/ecom_gift-vouchers": "1.0.12",
|
|
44
44
|
"@wix/ecom_gift-vouchers-provider": "1.0.12",
|
|
45
|
-
"@wix/ecom_local-delivery-options": "1.0.
|
|
45
|
+
"@wix/ecom_local-delivery-options": "1.0.21",
|
|
46
46
|
"@wix/ecom_memberships": "1.0.8",
|
|
47
47
|
"@wix/ecom_order-fulfillments": "1.0.55",
|
|
48
48
|
"@wix/ecom_order-invoices": "1.0.48",
|
|
@@ -87,5 +87,5 @@
|
|
|
87
87
|
"fqdn": ""
|
|
88
88
|
}
|
|
89
89
|
},
|
|
90
|
-
"falconPackageHash": "
|
|
90
|
+
"falconPackageHash": "6873d94f4411639af2ab76c584bbe3a0e01be4f1adef55b9d935a1ae"
|
|
91
91
|
}
|
|
@@ -23438,6 +23438,8 @@ interface TimeWindow {
|
|
|
23438
23438
|
start?: TimeOfDay;
|
|
23439
23439
|
/** The end time in time of day representation. */
|
|
23440
23440
|
end?: TimeOfDay;
|
|
23441
|
+
/** Whether this timeWindow availability is enabled. */
|
|
23442
|
+
enabled?: boolean | null;
|
|
23441
23443
|
}
|
|
23442
23444
|
declare enum DayOfWeek {
|
|
23443
23445
|
/** Monday. */
|
|
@@ -23438,6 +23438,8 @@ interface TimeWindow {
|
|
|
23438
23438
|
start?: TimeOfDay;
|
|
23439
23439
|
/** The end time in time of day representation. */
|
|
23440
23440
|
end?: TimeOfDay;
|
|
23441
|
+
/** Whether this timeWindow availability is enabled. */
|
|
23442
|
+
enabled?: boolean | null;
|
|
23441
23443
|
}
|
|
23442
23444
|
declare enum DayOfWeek {
|
|
23443
23445
|
/** Monday. */
|
|
@@ -26967,6 +26967,8 @@ interface TimeWindow$1 {
|
|
|
26967
26967
|
start?: TimeOfDay$1;
|
|
26968
26968
|
/** The end time in time of day representation. */
|
|
26969
26969
|
end?: TimeOfDay$1;
|
|
26970
|
+
/** Whether this timeWindow availability is enabled. */
|
|
26971
|
+
enabled?: boolean | null;
|
|
26970
26972
|
}
|
|
26971
26973
|
declare enum DayOfWeek$1 {
|
|
26972
26974
|
/** Monday. */
|
|
@@ -27407,6 +27409,8 @@ interface TimeWindow {
|
|
|
27407
27409
|
start?: TimeOfDay;
|
|
27408
27410
|
/** The end time in time of day representation. */
|
|
27409
27411
|
end?: TimeOfDay;
|
|
27412
|
+
/** Whether this timeWindow availability is enabled. */
|
|
27413
|
+
enabled?: boolean | null;
|
|
27410
27414
|
}
|
|
27411
27415
|
declare enum DayOfWeek {
|
|
27412
27416
|
/** Monday. */
|