@connectedxm/client 1.4.15 → 1.4.16

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.mts CHANGED
@@ -320,7 +320,7 @@ interface Event extends BaseEvent {
320
320
  registrations: BaseRegistration[];
321
321
  androidAppLink: string | null;
322
322
  pages: BaseEventPage[];
323
- streamInput: StreamInput | null;
323
+ streamInputs: StreamInput[];
324
324
  streamReplay: BaseVideo | null;
325
325
  createdAt: string;
326
326
  updatedAt: string;
package/dist/index.d.ts CHANGED
@@ -320,7 +320,7 @@ interface Event extends BaseEvent {
320
320
  registrations: BaseRegistration[];
321
321
  androidAppLink: string | null;
322
322
  pages: BaseEventPage[];
323
- streamInput: StreamInput | null;
323
+ streamInputs: StreamInput[];
324
324
  streamReplay: BaseVideo | null;
325
325
  createdAt: string;
326
326
  updatedAt: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "1.4.15",
3
+ "version": "1.4.16",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "repository": {