@connectedxm/admin 6.5.13 → 6.5.14
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 +3 -0
- package/dist/index.d.ts +3 -0
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -4187,6 +4187,7 @@ interface BaseStreamInput {
|
|
|
4187
4187
|
imageId: string | null;
|
|
4188
4188
|
image: BaseImage | null;
|
|
4189
4189
|
locale: string;
|
|
4190
|
+
webRTC: boolean;
|
|
4190
4191
|
}
|
|
4191
4192
|
interface StreamInput extends BaseStreamInput {
|
|
4192
4193
|
eventId: string | null;
|
|
@@ -6687,6 +6688,7 @@ interface StreamInputCreateInputs {
|
|
|
6687
6688
|
imageId?: string | null;
|
|
6688
6689
|
public?: boolean;
|
|
6689
6690
|
locale?: string | null;
|
|
6691
|
+
webRTC?: boolean;
|
|
6690
6692
|
}
|
|
6691
6693
|
interface StreamInputUpdateInputs {
|
|
6692
6694
|
name?: string;
|
|
@@ -6700,6 +6702,7 @@ interface StreamInputUpdateInputs {
|
|
|
6700
6702
|
imageId?: string | null;
|
|
6701
6703
|
public?: boolean;
|
|
6702
6704
|
locale?: string | null;
|
|
6705
|
+
webRTC?: boolean;
|
|
6703
6706
|
}
|
|
6704
6707
|
interface StreamInputOutputCreateInputs {
|
|
6705
6708
|
enabled: boolean;
|
package/dist/index.d.ts
CHANGED
|
@@ -4187,6 +4187,7 @@ interface BaseStreamInput {
|
|
|
4187
4187
|
imageId: string | null;
|
|
4188
4188
|
image: BaseImage | null;
|
|
4189
4189
|
locale: string;
|
|
4190
|
+
webRTC: boolean;
|
|
4190
4191
|
}
|
|
4191
4192
|
interface StreamInput extends BaseStreamInput {
|
|
4192
4193
|
eventId: string | null;
|
|
@@ -6687,6 +6688,7 @@ interface StreamInputCreateInputs {
|
|
|
6687
6688
|
imageId?: string | null;
|
|
6688
6689
|
public?: boolean;
|
|
6689
6690
|
locale?: string | null;
|
|
6691
|
+
webRTC?: boolean;
|
|
6690
6692
|
}
|
|
6691
6693
|
interface StreamInputUpdateInputs {
|
|
6692
6694
|
name?: string;
|
|
@@ -6700,6 +6702,7 @@ interface StreamInputUpdateInputs {
|
|
|
6700
6702
|
imageId?: string | null;
|
|
6701
6703
|
public?: boolean;
|
|
6702
6704
|
locale?: string | null;
|
|
6705
|
+
webRTC?: boolean;
|
|
6703
6706
|
}
|
|
6704
6707
|
interface StreamInputOutputCreateInputs {
|
|
6705
6708
|
enabled: boolean;
|