@connectedxm/client 4.2.1 → 4.2.2

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 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -326,6 +326,7 @@ interface Event extends BaseEvent {
326
326
  registrationStart: string;
327
327
  registrationEnd: string;
328
328
  publicRegistrants: boolean;
329
+ activityFeedEnabled: boolean;
329
330
  chatBotNumber: string | null;
330
331
  iosAppLink: string | null;
331
332
  registrations: BaseRegistration[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "4.2.1",
3
+ "version": "4.2.2",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",