@connectedxm/admin 6.5.15 → 6.5.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.cts CHANGED
@@ -6686,7 +6686,7 @@ interface StreamInputCreateInputs {
6686
6686
  sessionId?: string | null;
6687
6687
  groupId?: string | null;
6688
6688
  meetingId?: string | null;
6689
- streamInputId?: string | null;
6689
+ activityId?: string | null;
6690
6690
  details?: object | null;
6691
6691
  imageId?: string | null;
6692
6692
  public?: boolean;
@@ -6701,7 +6701,7 @@ interface StreamInputUpdateInputs {
6701
6701
  sessionId?: string | null;
6702
6702
  groupId?: string | null;
6703
6703
  meetingId?: string | null;
6704
- streamInputId?: string | null;
6704
+ activityId?: string | null;
6705
6705
  connected?: boolean;
6706
6706
  imageId?: string | null;
6707
6707
  public?: boolean;
package/dist/index.d.ts CHANGED
@@ -6686,7 +6686,7 @@ interface StreamInputCreateInputs {
6686
6686
  sessionId?: string | null;
6687
6687
  groupId?: string | null;
6688
6688
  meetingId?: string | null;
6689
- streamInputId?: string | null;
6689
+ activityId?: string | null;
6690
6690
  details?: object | null;
6691
6691
  imageId?: string | null;
6692
6692
  public?: boolean;
@@ -6701,7 +6701,7 @@ interface StreamInputUpdateInputs {
6701
6701
  sessionId?: string | null;
6702
6702
  groupId?: string | null;
6703
6703
  meetingId?: string | null;
6704
- streamInputId?: string | null;
6704
+ activityId?: string | null;
6705
6705
  connected?: boolean;
6706
6706
  imageId?: string | null;
6707
6707
  public?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "6.5.15",
3
+ "version": "6.5.16",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",