@wix/events 1.0.252 → 1.0.253
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.253",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"@wix/events_ticket-definitions": "1.0.42",
|
|
33
33
|
"@wix/events_ticket-definitions-v-2": "1.0.48",
|
|
34
34
|
"@wix/events_tickets": "1.0.36",
|
|
35
|
-
"@wix/events_wix-events-v-2": "1.0.
|
|
35
|
+
"@wix/events_wix-events-v-2": "1.0.47"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"glob": "^10.4.1",
|
|
@@ -57,5 +57,5 @@
|
|
|
57
57
|
"fqdn": ""
|
|
58
58
|
}
|
|
59
59
|
},
|
|
60
|
-
"falconPackageHash": "
|
|
60
|
+
"falconPackageHash": "e3e7570fdbe2c5c08213a66c6aa5c3a6b9d6fa1090619be7adf3cd70"
|
|
61
61
|
}
|
|
@@ -18532,6 +18532,18 @@ interface EventPublished {
|
|
|
18532
18532
|
* Can be used to track the original event and add missing information.
|
|
18533
18533
|
*/
|
|
18534
18534
|
derivedFromEventId?: string | null;
|
|
18535
|
+
/** Event title. */
|
|
18536
|
+
title?: string | null;
|
|
18537
|
+
/** Event description. */
|
|
18538
|
+
description?: string | null;
|
|
18539
|
+
/** Event location. */
|
|
18540
|
+
location?: EventsLocation;
|
|
18541
|
+
/** Event scheduling. */
|
|
18542
|
+
scheduling?: Scheduling$1;
|
|
18543
|
+
/** Event page URL components. */
|
|
18544
|
+
eventPageUrl?: SiteUrl$1;
|
|
18545
|
+
/** RSVP or ticketing registration details. */
|
|
18546
|
+
registration?: EventsRegistration;
|
|
18535
18547
|
}
|
|
18536
18548
|
interface EventCanceled$1 {
|
|
18537
18549
|
/** Event canceled timestamp in ISO UTC format. */
|
|
@@ -18532,6 +18532,18 @@ interface EventPublished {
|
|
|
18532
18532
|
* Can be used to track the original event and add missing information.
|
|
18533
18533
|
*/
|
|
18534
18534
|
derivedFromEventId?: string | null;
|
|
18535
|
+
/** Event title. */
|
|
18536
|
+
title?: string | null;
|
|
18537
|
+
/** Event description. */
|
|
18538
|
+
description?: string | null;
|
|
18539
|
+
/** Event location. */
|
|
18540
|
+
location?: EventsLocation;
|
|
18541
|
+
/** Event scheduling. */
|
|
18542
|
+
scheduling?: Scheduling$1;
|
|
18543
|
+
/** Event page URL components. */
|
|
18544
|
+
eventPageUrl?: SiteUrl$1;
|
|
18545
|
+
/** RSVP or ticketing registration details. */
|
|
18546
|
+
registration?: EventsRegistration;
|
|
18535
18547
|
}
|
|
18536
18548
|
interface EventCanceled$1 {
|
|
18537
18549
|
/** Event canceled timestamp in ISO UTC format. */
|