@wix/events 1.0.302 → 1.0.303
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.303",
|
|
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.43",
|
|
22
22
|
"@wix/events_forms": "1.0.45",
|
|
23
|
-
"@wix/events_guests": "1.0.
|
|
23
|
+
"@wix/events_guests": "1.0.68",
|
|
24
24
|
"@wix/events_notifications": "1.0.33",
|
|
25
25
|
"@wix/events_orders": "1.0.48",
|
|
26
26
|
"@wix/events_policies": "1.0.42",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"fqdn": ""
|
|
59
59
|
}
|
|
60
60
|
},
|
|
61
|
-
"falconPackageHash": "
|
|
61
|
+
"falconPackageHash": "ec237c085ed728ad67898fc04fa1755ec487d898ddcc3113eb97548a"
|
|
62
62
|
}
|
|
@@ -493,6 +493,10 @@ interface GuestDetails$2 {
|
|
|
493
493
|
checkedIn?: boolean;
|
|
494
494
|
/** The login details for the guest to access the online conference event. */
|
|
495
495
|
onlineConferencingLogin?: OnlineConferencingLogin$5;
|
|
496
|
+
/** Phone extracted from form response. If multiples phone inputs are present, first one is returned. */
|
|
497
|
+
phone?: string | null;
|
|
498
|
+
/** Address extracted from form response. If multiples address inputs are present, first one is returned. */
|
|
499
|
+
address?: string | null;
|
|
496
500
|
}
|
|
497
501
|
interface FormResponse$5 {
|
|
498
502
|
inputValues?: InputValue$5[];
|
|
@@ -493,6 +493,10 @@ interface GuestDetails$2 {
|
|
|
493
493
|
checkedIn?: boolean;
|
|
494
494
|
/** The login details for the guest to access the online conference event. */
|
|
495
495
|
onlineConferencingLogin?: OnlineConferencingLogin$5;
|
|
496
|
+
/** Phone extracted from form response. If multiples phone inputs are present, first one is returned. */
|
|
497
|
+
phone?: string | null;
|
|
498
|
+
/** Address extracted from form response. If multiples address inputs are present, first one is returned. */
|
|
499
|
+
address?: string | null;
|
|
496
500
|
}
|
|
497
501
|
interface FormResponse$5 {
|
|
498
502
|
inputValues?: InputValue$5[];
|
|
@@ -75,6 +75,10 @@ interface GuestDetails$5 {
|
|
|
75
75
|
checkedIn?: boolean;
|
|
76
76
|
/** The login details for the guest to access the online conference event. */
|
|
77
77
|
onlineConferencingLogin?: OnlineConferencingLogin$3;
|
|
78
|
+
/** Phone extracted from form response. If multiples phone inputs are present, first one is returned. */
|
|
79
|
+
phone?: string | null;
|
|
80
|
+
/** Address extracted from form response. If multiples address inputs are present, first one is returned. */
|
|
81
|
+
address?: string | null;
|
|
78
82
|
}
|
|
79
83
|
interface FormResponse$9 {
|
|
80
84
|
inputValues?: InputValue$9[];
|
|
@@ -336,6 +340,10 @@ interface GuestDetails$4 {
|
|
|
336
340
|
checkedIn?: boolean;
|
|
337
341
|
/** The login details for the guest to access the online conference event. */
|
|
338
342
|
onlineConferencingLogin?: OnlineConferencingLogin$2;
|
|
343
|
+
/** Phone extracted from form response. If multiples phone inputs are present, first one is returned. */
|
|
344
|
+
phone?: string | null;
|
|
345
|
+
/** Address extracted from form response. If multiples address inputs are present, first one is returned. */
|
|
346
|
+
address?: string | null;
|
|
339
347
|
}
|
|
340
348
|
interface FormResponse$8 {
|
|
341
349
|
inputValues?: InputValue$8[];
|