@connectedxm/admin 1.4.4 → 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;
@@ -2451,7 +2451,7 @@ interface BaseEventRoomType {
2451
2451
  pricePerNight: boolean;
2452
2452
  image: BaseImage | null;
2453
2453
  passTypes: BaseEventRoomTypePassTypeDetails[];
2454
- addOns: BaseEventRoomTypePassTypeDetails[];
2454
+ addOns: BaseEventRoomTypeAddOnDetails[];
2455
2455
  }
2456
2456
  interface EventRoomType extends BaseEventRoomType {
2457
2457
  sortOrder: number;
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;
@@ -2451,7 +2451,7 @@ interface BaseEventRoomType {
2451
2451
  pricePerNight: boolean;
2452
2452
  image: BaseImage | null;
2453
2453
  passTypes: BaseEventRoomTypePassTypeDetails[];
2454
- addOns: BaseEventRoomTypePassTypeDetails[];
2454
+ addOns: BaseEventRoomTypeAddOnDetails[];
2455
2455
  }
2456
2456
  interface EventRoomType extends BaseEventRoomType {
2457
2457
  sortOrder: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "1.4.4",
3
+ "version": "1.4.6",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "repository": {