@wix/events 1.0.295 → 1.0.296
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/events",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.296",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@wix/events_categories": "1.0.41",
|
|
22
22
|
"@wix/events_forms": "1.0.43",
|
|
23
|
-
"@wix/events_guests": "1.0.
|
|
23
|
+
"@wix/events_guests": "1.0.63",
|
|
24
24
|
"@wix/events_notifications": "1.0.31",
|
|
25
25
|
"@wix/events_orders": "1.0.46",
|
|
26
26
|
"@wix/events_policies": "1.0.40",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"fqdn": ""
|
|
59
59
|
}
|
|
60
60
|
},
|
|
61
|
-
"falconPackageHash": "
|
|
61
|
+
"falconPackageHash": "33e644b997f87d4a1ea8e4f74dbc39ef4bbc852f3b9539bf0e3e34c1"
|
|
62
62
|
}
|
|
@@ -553,7 +553,9 @@ declare enum Timing {
|
|
|
553
553
|
/** 1 hour prior */
|
|
554
554
|
STARTS_IN_1_HOUR = "STARTS_IN_1_HOUR",
|
|
555
555
|
/** 30 minutes prior */
|
|
556
|
-
STARTS_IN_30_MINUTES = "STARTS_IN_30_MINUTES"
|
|
556
|
+
STARTS_IN_30_MINUTES = "STARTS_IN_30_MINUTES",
|
|
557
|
+
/** 2 hours prior */
|
|
558
|
+
STARTS_IN_2_HOURS = "STARTS_IN_2_HOURS"
|
|
557
559
|
}
|
|
558
560
|
interface OrderDetails {
|
|
559
561
|
/** Order status */
|
|
@@ -553,7 +553,9 @@ declare enum Timing {
|
|
|
553
553
|
/** 1 hour prior */
|
|
554
554
|
STARTS_IN_1_HOUR = "STARTS_IN_1_HOUR",
|
|
555
555
|
/** 30 minutes prior */
|
|
556
|
-
STARTS_IN_30_MINUTES = "STARTS_IN_30_MINUTES"
|
|
556
|
+
STARTS_IN_30_MINUTES = "STARTS_IN_30_MINUTES",
|
|
557
|
+
/** 2 hours prior */
|
|
558
|
+
STARTS_IN_2_HOURS = "STARTS_IN_2_HOURS"
|
|
557
559
|
}
|
|
558
560
|
interface OrderDetails {
|
|
559
561
|
/** Order status */
|