@wix/events 1.0.277 → 1.0.279
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.279",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -22,17 +22,17 @@
|
|
|
22
22
|
"@wix/events_forms": "1.0.43",
|
|
23
23
|
"@wix/events_guests": "1.0.55",
|
|
24
24
|
"@wix/events_notifications": "1.0.29",
|
|
25
|
-
"@wix/events_orders": "1.0.
|
|
25
|
+
"@wix/events_orders": "1.0.44",
|
|
26
26
|
"@wix/events_policies": "1.0.40",
|
|
27
27
|
"@wix/events_ricos": "1.0.4",
|
|
28
|
-
"@wix/events_rsvp": "1.0.
|
|
28
|
+
"@wix/events_rsvp": "1.0.41",
|
|
29
29
|
"@wix/events_rsvp-v-2": "1.0.3",
|
|
30
30
|
"@wix/events_schedule": "1.0.35",
|
|
31
31
|
"@wix/events_schedule-bookmarks": "1.0.31",
|
|
32
32
|
"@wix/events_staff-members": "1.0.12",
|
|
33
33
|
"@wix/events_ticket-definitions": "1.0.45",
|
|
34
34
|
"@wix/events_ticket-definitions-v-2": "1.0.55",
|
|
35
|
-
"@wix/events_tickets": "1.0.
|
|
35
|
+
"@wix/events_tickets": "1.0.40",
|
|
36
36
|
"@wix/events_wix-events-v-2": "1.0.52"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"fqdn": ""
|
|
59
59
|
}
|
|
60
60
|
},
|
|
61
|
-
"falconPackageHash": "
|
|
61
|
+
"falconPackageHash": "055a9d631b51444744ed816c9a0197888b97b1eb2a281ddbc4cfee64"
|
|
62
62
|
}
|
|
@@ -8192,7 +8192,11 @@ declare enum OrderStatus$1 {
|
|
|
8192
8192
|
/** Order was canceled */
|
|
8193
8193
|
CANCELED = "CANCELED",
|
|
8194
8194
|
/** Order payment was declined */
|
|
8195
|
-
DECLINED = "DECLINED"
|
|
8195
|
+
DECLINED = "DECLINED",
|
|
8196
|
+
/** Order payment was authorized */
|
|
8197
|
+
AUTHORIZED = "AUTHORIZED",
|
|
8198
|
+
/** Order payment was voided */
|
|
8199
|
+
VOIDED = "VOIDED"
|
|
8196
8200
|
}
|
|
8197
8201
|
interface Money$5 {
|
|
8198
8202
|
/**
|
|
@@ -13044,7 +13048,7 @@ interface ListRsvpResponse {
|
|
|
13044
13048
|
rsvpFacets?: RsvpFacets;
|
|
13045
13049
|
}
|
|
13046
13050
|
interface FacetCounts$4 {
|
|
13047
|
-
/** Facet counts aggregated per value */
|
|
13051
|
+
/** Facet counts aggregated per value. */
|
|
13048
13052
|
counts?: Record<string, number>;
|
|
13049
13053
|
}
|
|
13050
13054
|
interface RsvpFacets {
|
|
@@ -13942,7 +13946,11 @@ declare enum OrderStatus {
|
|
|
13942
13946
|
/** Order was canceled */
|
|
13943
13947
|
CANCELED = "CANCELED",
|
|
13944
13948
|
/** Order payment was declined */
|
|
13945
|
-
DECLINED = "DECLINED"
|
|
13949
|
+
DECLINED = "DECLINED",
|
|
13950
|
+
/** Order payment was authorized */
|
|
13951
|
+
AUTHORIZED = "AUTHORIZED",
|
|
13952
|
+
/** Order payment was voided */
|
|
13953
|
+
VOIDED = "VOIDED"
|
|
13946
13954
|
}
|
|
13947
13955
|
interface GuestDetails {
|
|
13948
13956
|
/** Whether ticket belongs to assigned guest. */
|
|
@@ -8192,7 +8192,11 @@ declare enum OrderStatus$1 {
|
|
|
8192
8192
|
/** Order was canceled */
|
|
8193
8193
|
CANCELED = "CANCELED",
|
|
8194
8194
|
/** Order payment was declined */
|
|
8195
|
-
DECLINED = "DECLINED"
|
|
8195
|
+
DECLINED = "DECLINED",
|
|
8196
|
+
/** Order payment was authorized */
|
|
8197
|
+
AUTHORIZED = "AUTHORIZED",
|
|
8198
|
+
/** Order payment was voided */
|
|
8199
|
+
VOIDED = "VOIDED"
|
|
8196
8200
|
}
|
|
8197
8201
|
interface Money$5 {
|
|
8198
8202
|
/**
|
|
@@ -13044,7 +13048,7 @@ interface ListRsvpResponse {
|
|
|
13044
13048
|
rsvpFacets?: RsvpFacets;
|
|
13045
13049
|
}
|
|
13046
13050
|
interface FacetCounts$4 {
|
|
13047
|
-
/** Facet counts aggregated per value */
|
|
13051
|
+
/** Facet counts aggregated per value. */
|
|
13048
13052
|
counts?: Record<string, number>;
|
|
13049
13053
|
}
|
|
13050
13054
|
interface RsvpFacets {
|
|
@@ -13942,7 +13946,11 @@ declare enum OrderStatus {
|
|
|
13942
13946
|
/** Order was canceled */
|
|
13943
13947
|
CANCELED = "CANCELED",
|
|
13944
13948
|
/** Order payment was declined */
|
|
13945
|
-
DECLINED = "DECLINED"
|
|
13949
|
+
DECLINED = "DECLINED",
|
|
13950
|
+
/** Order payment was authorized */
|
|
13951
|
+
AUTHORIZED = "AUTHORIZED",
|
|
13952
|
+
/** Order payment was voided */
|
|
13953
|
+
VOIDED = "VOIDED"
|
|
13946
13954
|
}
|
|
13947
13955
|
interface GuestDetails {
|
|
13948
13956
|
/** Whether ticket belongs to assigned guest. */
|
|
@@ -4496,7 +4496,11 @@ declare enum OrderStatus$3 {
|
|
|
4496
4496
|
/** Order was canceled */
|
|
4497
4497
|
CANCELED = "CANCELED",
|
|
4498
4498
|
/** Order payment was declined */
|
|
4499
|
-
DECLINED = "DECLINED"
|
|
4499
|
+
DECLINED = "DECLINED",
|
|
4500
|
+
/** Order payment was authorized */
|
|
4501
|
+
AUTHORIZED = "AUTHORIZED",
|
|
4502
|
+
/** Order payment was voided */
|
|
4503
|
+
VOIDED = "VOIDED"
|
|
4500
4504
|
}
|
|
4501
4505
|
interface Money$7 {
|
|
4502
4506
|
/**
|
|
@@ -5760,7 +5764,11 @@ declare enum OrderStatus$2 {
|
|
|
5760
5764
|
/** Order was canceled */
|
|
5761
5765
|
CANCELED = "CANCELED",
|
|
5762
5766
|
/** Order payment was declined */
|
|
5763
|
-
DECLINED = "DECLINED"
|
|
5767
|
+
DECLINED = "DECLINED",
|
|
5768
|
+
/** Order payment was authorized */
|
|
5769
|
+
AUTHORIZED = "AUTHORIZED",
|
|
5770
|
+
/** Order payment was voided */
|
|
5771
|
+
VOIDED = "VOIDED"
|
|
5764
5772
|
}
|
|
5765
5773
|
interface Money$6 {
|
|
5766
5774
|
/**
|
|
@@ -10453,7 +10461,7 @@ interface ListRsvpResponse$1 {
|
|
|
10453
10461
|
rsvpFacets?: RsvpFacets$1;
|
|
10454
10462
|
}
|
|
10455
10463
|
interface FacetCounts$9 {
|
|
10456
|
-
/** Facet counts aggregated per value */
|
|
10464
|
+
/** Facet counts aggregated per value. */
|
|
10457
10465
|
counts?: Record<string, number>;
|
|
10458
10466
|
}
|
|
10459
10467
|
interface RsvpFacets$1 {
|
|
@@ -10844,7 +10852,7 @@ interface ListRsvpResponse {
|
|
|
10844
10852
|
rsvpFacets?: RsvpFacets;
|
|
10845
10853
|
}
|
|
10846
10854
|
interface FacetCounts$8 {
|
|
10847
|
-
/** Facet counts aggregated per value */
|
|
10855
|
+
/** Facet counts aggregated per value. */
|
|
10848
10856
|
counts?: Record<string, number>;
|
|
10849
10857
|
}
|
|
10850
10858
|
interface RsvpFacets {
|
|
@@ -11247,7 +11255,11 @@ declare enum OrderStatus$1 {
|
|
|
11247
11255
|
/** Order was canceled */
|
|
11248
11256
|
CANCELED = "CANCELED",
|
|
11249
11257
|
/** Order payment was declined */
|
|
11250
|
-
DECLINED = "DECLINED"
|
|
11258
|
+
DECLINED = "DECLINED",
|
|
11259
|
+
/** Order payment was authorized */
|
|
11260
|
+
AUTHORIZED = "AUTHORIZED",
|
|
11261
|
+
/** Order payment was voided */
|
|
11262
|
+
VOIDED = "VOIDED"
|
|
11251
11263
|
}
|
|
11252
11264
|
interface GuestDetails$1 {
|
|
11253
11265
|
/** Whether ticket belongs to assigned guest. */
|
|
@@ -11627,7 +11639,11 @@ declare enum OrderStatus {
|
|
|
11627
11639
|
/** Order was canceled */
|
|
11628
11640
|
CANCELED = "CANCELED",
|
|
11629
11641
|
/** Order payment was declined */
|
|
11630
|
-
DECLINED = "DECLINED"
|
|
11642
|
+
DECLINED = "DECLINED",
|
|
11643
|
+
/** Order payment was authorized */
|
|
11644
|
+
AUTHORIZED = "AUTHORIZED",
|
|
11645
|
+
/** Order payment was voided */
|
|
11646
|
+
VOIDED = "VOIDED"
|
|
11631
11647
|
}
|
|
11632
11648
|
interface GuestDetails {
|
|
11633
11649
|
/** Whether ticket belongs to assigned guest. */
|