@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 CHANGED
@@ -3947,8 +3947,7 @@ interface StreamInputDetails {
3947
3947
  interface BaseStreamInput {
3948
3948
  id: string;
3949
3949
  name: string;
3950
- cloudflareId: string | null;
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 | null;
3951
- connected: boolean;
3950
+ cloudflareId: string;
3952
3951
  public: boolean;
3953
3952
  sessionId: string | null;
3954
3953
  eventId: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "6.0.5",
3
+ "version": "6.0.6",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",