@connectedxm/admin 6.5.14 → 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 +4 -0
- package/dist/index.d.ts +4 -0
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -4198,6 +4198,8 @@ interface StreamInput extends BaseStreamInput {
|
|
|
4198
4198
|
group: BaseGroup | null;
|
|
4199
4199
|
meetingId: string | null;
|
|
4200
4200
|
meeting: BaseMeeting | null;
|
|
4201
|
+
streamInputId: string | null;
|
|
4202
|
+
streamInput: BaseStreamInput | null;
|
|
4201
4203
|
details?: StreamInputDetails;
|
|
4202
4204
|
sortOrder: number;
|
|
4203
4205
|
createdAt: string;
|
|
@@ -6684,6 +6686,7 @@ interface StreamInputCreateInputs {
|
|
|
6684
6686
|
sessionId?: string | null;
|
|
6685
6687
|
groupId?: string | null;
|
|
6686
6688
|
meetingId?: string | null;
|
|
6689
|
+
activityId?: string | null;
|
|
6687
6690
|
details?: object | null;
|
|
6688
6691
|
imageId?: string | null;
|
|
6689
6692
|
public?: boolean;
|
|
@@ -6698,6 +6701,7 @@ interface StreamInputUpdateInputs {
|
|
|
6698
6701
|
sessionId?: string | null;
|
|
6699
6702
|
groupId?: string | null;
|
|
6700
6703
|
meetingId?: string | null;
|
|
6704
|
+
activityId?: string | null;
|
|
6701
6705
|
connected?: boolean;
|
|
6702
6706
|
imageId?: string | null;
|
|
6703
6707
|
public?: boolean;
|
package/dist/index.d.ts
CHANGED
|
@@ -4198,6 +4198,8 @@ interface StreamInput extends BaseStreamInput {
|
|
|
4198
4198
|
group: BaseGroup | null;
|
|
4199
4199
|
meetingId: string | null;
|
|
4200
4200
|
meeting: BaseMeeting | null;
|
|
4201
|
+
streamInputId: string | null;
|
|
4202
|
+
streamInput: BaseStreamInput | null;
|
|
4201
4203
|
details?: StreamInputDetails;
|
|
4202
4204
|
sortOrder: number;
|
|
4203
4205
|
createdAt: string;
|
|
@@ -6684,6 +6686,7 @@ interface StreamInputCreateInputs {
|
|
|
6684
6686
|
sessionId?: string | null;
|
|
6685
6687
|
groupId?: string | null;
|
|
6686
6688
|
meetingId?: string | null;
|
|
6689
|
+
activityId?: string | null;
|
|
6687
6690
|
details?: object | null;
|
|
6688
6691
|
imageId?: string | null;
|
|
6689
6692
|
public?: boolean;
|
|
@@ -6698,6 +6701,7 @@ interface StreamInputUpdateInputs {
|
|
|
6698
6701
|
sessionId?: string | null;
|
|
6699
6702
|
groupId?: string | null;
|
|
6700
6703
|
meetingId?: string | null;
|
|
6704
|
+
activityId?: string | null;
|
|
6701
6705
|
connected?: boolean;
|
|
6702
6706
|
imageId?: string | null;
|
|
6703
6707
|
public?: boolean;
|