@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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. 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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "7.9.8",
3
+ "version": "7.9.9",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",