@wix/ecom 1.0.835 → 1.0.836
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.836",
|
|
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.20",
|
|
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": "b178d24ba3acc7e28a63e30ced56e0a402252d84475655dd5acb0a9f"
|
|
91
91
|
}
|
|
@@ -23438,8 +23438,6 @@ 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;
|
|
23443
23441
|
}
|
|
23444
23442
|
declare enum DayOfWeek {
|
|
23445
23443
|
/** Monday. */
|
|
@@ -23438,8 +23438,6 @@ 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;
|
|
23443
23441
|
}
|
|
23444
23442
|
declare enum DayOfWeek {
|
|
23445
23443
|
/** Monday. */
|
|
@@ -26967,8 +26967,6 @@ 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;
|
|
26972
26970
|
}
|
|
26973
26971
|
declare enum DayOfWeek$1 {
|
|
26974
26972
|
/** Monday. */
|
|
@@ -27409,8 +27407,6 @@ interface TimeWindow {
|
|
|
27409
27407
|
start?: TimeOfDay;
|
|
27410
27408
|
/** The end time in time of day representation. */
|
|
27411
27409
|
end?: TimeOfDay;
|
|
27412
|
-
/** Whether this timeWindow availability is enabled. */
|
|
27413
|
-
enabled?: boolean | null;
|
|
27414
27410
|
}
|
|
27415
27411
|
declare enum DayOfWeek {
|
|
27416
27412
|
/** Monday. */
|