@connectedxm/client 7.9.8 → 7.9.9
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/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -390,6 +390,7 @@ interface BaseEvent {
|
|
|
390
390
|
shortDescription: string;
|
|
391
391
|
featured: boolean;
|
|
392
392
|
timezone: string | null;
|
|
393
|
+
venue: string | null;
|
|
393
394
|
eventStart: string;
|
|
394
395
|
eventEnd: string;
|
|
395
396
|
image: BaseImage | null;
|
|
@@ -400,7 +401,6 @@ interface Event extends BaseEvent {
|
|
|
400
401
|
eventType: EventType;
|
|
401
402
|
longDescription: string | null;
|
|
402
403
|
externalUrl: string | null;
|
|
403
|
-
venue: string | null;
|
|
404
404
|
venueMap: BaseImage | null;
|
|
405
405
|
address1: string | null;
|
|
406
406
|
address2: string | null;
|