@connectedxm/admin 6.0.5 → 6.0.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.cts +1 -2
- package/dist/index.d.ts +1 -2
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -3947,8 +3947,7 @@ interface StreamInputDetails {
|
|
|
3947
3947
|
interface BaseStreamInput {
|
|
3948
3948
|
id: string;
|
|
3949
3949
|
name: string;
|
|
3950
|
-
cloudflareId: string
|
|
3951
|
-
connected: boolean;
|
|
3950
|
+
cloudflareId: string;
|
|
3952
3951
|
public: boolean;
|
|
3953
3952
|
sessionId: string | null;
|
|
3954
3953
|
eventId: string | null;
|
package/dist/index.d.ts
CHANGED
|
@@ -3947,8 +3947,7 @@ interface StreamInputDetails {
|
|
|
3947
3947
|
interface BaseStreamInput {
|
|
3948
3948
|
id: string;
|
|
3949
3949
|
name: string;
|
|
3950
|
-
cloudflareId: string
|
|
3951
|
-
connected: boolean;
|
|
3950
|
+
cloudflareId: string;
|
|
3952
3951
|
public: boolean;
|
|
3953
3952
|
sessionId: string | null;
|
|
3954
3953
|
eventId: string | null;
|