@wix/events 1.0.296 → 1.0.297
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.297",
|
|
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.64",
|
|
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": "7b0d0232175967add5845fe7e604cff1ce388d5d8359622f5f41036a"
|
|
62
62
|
}
|
|
@@ -553,9 +553,7 @@ 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"
|
|
557
|
-
/** 2 hours prior */
|
|
558
|
-
STARTS_IN_2_HOURS = "STARTS_IN_2_HOURS"
|
|
556
|
+
STARTS_IN_30_MINUTES = "STARTS_IN_30_MINUTES"
|
|
559
557
|
}
|
|
560
558
|
interface OrderDetails {
|
|
561
559
|
/** Order status */
|
|
@@ -553,9 +553,7 @@ 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"
|
|
557
|
-
/** 2 hours prior */
|
|
558
|
-
STARTS_IN_2_HOURS = "STARTS_IN_2_HOURS"
|
|
556
|
+
STARTS_IN_30_MINUTES = "STARTS_IN_30_MINUTES"
|
|
559
557
|
}
|
|
560
558
|
interface OrderDetails {
|
|
561
559
|
/** Order status */
|