@wix/events 1.0.284 → 1.0.285
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.285",
|
|
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.56",
|
|
24
24
|
"@wix/events_notifications": "1.0.30",
|
|
25
25
|
"@wix/events_orders": "1.0.45",
|
|
26
26
|
"@wix/events_policies": "1.0.40",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"fqdn": ""
|
|
59
59
|
}
|
|
60
60
|
},
|
|
61
|
-
"falconPackageHash": "
|
|
61
|
+
"falconPackageHash": "f2eda11326f810bac6d773e4e1465cc9dc320b2e2f8c464fef9ae0ac"
|
|
62
62
|
}
|
|
@@ -689,7 +689,11 @@ declare enum OrderStatus$3 {
|
|
|
689
689
|
/** Order was canceled */
|
|
690
690
|
CANCELED = "CANCELED",
|
|
691
691
|
/** Order payment was declined */
|
|
692
|
-
DECLINED = "DECLINED"
|
|
692
|
+
DECLINED = "DECLINED",
|
|
693
|
+
/** Order payment was authorized */
|
|
694
|
+
AUTHORIZED = "AUTHORIZED",
|
|
695
|
+
/** Order payment was voided */
|
|
696
|
+
VOIDED = "VOIDED"
|
|
693
697
|
}
|
|
694
698
|
interface Ticket$3 {
|
|
695
699
|
/** Unique issued ticket number. */
|
|
@@ -689,7 +689,11 @@ declare enum OrderStatus$3 {
|
|
|
689
689
|
/** Order was canceled */
|
|
690
690
|
CANCELED = "CANCELED",
|
|
691
691
|
/** Order payment was declined */
|
|
692
|
-
DECLINED = "DECLINED"
|
|
692
|
+
DECLINED = "DECLINED",
|
|
693
|
+
/** Order payment was authorized */
|
|
694
|
+
AUTHORIZED = "AUTHORIZED",
|
|
695
|
+
/** Order payment was voided */
|
|
696
|
+
VOIDED = "VOIDED"
|
|
693
697
|
}
|
|
694
698
|
interface Ticket$3 {
|
|
695
699
|
/** Unique issued ticket number. */
|