@connectedxm/admin 2.8.18 → 2.8.19

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
@@ -2204,6 +2204,7 @@ interface BaseStreamInput {
2204
2204
  name: string;
2205
2205
  cloudflareId: string | null;
2206
2206
  connected: boolean;
2207
+ public: boolean;
2207
2208
  eventId: string | null;
2208
2209
  event: {
2209
2210
  name: string;
@@ -4740,6 +4741,7 @@ interface StreamInputCreateInputs {
4740
4741
  sessionId?: string | null;
4741
4742
  details?: object | null;
4742
4743
  imageId?: string | null;
4744
+ public?: boolean;
4743
4745
  }
4744
4746
  interface StreamInputUpdateInputs {
4745
4747
  name?: string;
@@ -4749,6 +4751,7 @@ interface StreamInputUpdateInputs {
4749
4751
  details?: object | null;
4750
4752
  connected?: boolean;
4751
4753
  imageId?: string | null;
4754
+ public?: boolean;
4752
4755
  }
4753
4756
  interface StreamInputOutputCreateInputs {
4754
4757
  enabled: boolean;
package/dist/index.d.ts CHANGED
@@ -2204,6 +2204,7 @@ interface BaseStreamInput {
2204
2204
  name: string;
2205
2205
  cloudflareId: string | null;
2206
2206
  connected: boolean;
2207
+ public: boolean;
2207
2208
  eventId: string | null;
2208
2209
  event: {
2209
2210
  name: string;
@@ -4740,6 +4741,7 @@ interface StreamInputCreateInputs {
4740
4741
  sessionId?: string | null;
4741
4742
  details?: object | null;
4742
4743
  imageId?: string | null;
4744
+ public?: boolean;
4743
4745
  }
4744
4746
  interface StreamInputUpdateInputs {
4745
4747
  name?: string;
@@ -4749,6 +4751,7 @@ interface StreamInputUpdateInputs {
4749
4751
  details?: object | null;
4750
4752
  connected?: boolean;
4751
4753
  imageId?: string | null;
4754
+ public?: boolean;
4752
4755
  }
4753
4756
  interface StreamInputOutputCreateInputs {
4754
4757
  enabled: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "2.8.18",
3
+ "version": "2.8.19",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",