@connectedxm/admin 1.4.5 → 1.4.6

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
@@ -862,7 +862,7 @@ interface Event extends BaseEvent {
862
862
  newActivityCreatorPushNotification: boolean;
863
863
  seriesId: string | null;
864
864
  series: BaseSeries | null;
865
- streamInput: BaseStreamInput | null;
865
+ streamInputs: BaseStreamInput[];
866
866
  streamReplayId: string | null;
867
867
  streamReplay: BaseVideo | null;
868
868
  groupId: string | null;
package/dist/index.d.ts CHANGED
@@ -862,7 +862,7 @@ interface Event extends BaseEvent {
862
862
  newActivityCreatorPushNotification: boolean;
863
863
  seriesId: string | null;
864
864
  series: BaseSeries | null;
865
- streamInput: BaseStreamInput | null;
865
+ streamInputs: BaseStreamInput[];
866
866
  streamReplayId: string | null;
867
867
  streamReplay: BaseVideo | null;
868
868
  groupId: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "1.4.5",
3
+ "version": "1.4.6",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "repository": {