@kohost/api-client 3.0.0-beta.55 → 3.0.0-beta.56

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.
@@ -129,7 +129,7 @@ export interface Camera {
129
129
  | "cloudflare-images"
130
130
  | "cloudflare-stream"
131
131
  | "insperia-privacy";
132
- liveStreams?: {
132
+ liveStreams: {
133
133
  iframe?: string | null;
134
134
  hls?: string | null;
135
135
  webRTC?: string | null;
@@ -679,7 +679,7 @@ export interface Camera {
679
679
  | "cloudflare-images"
680
680
  | "cloudflare-stream"
681
681
  | "insperia-privacy";
682
- liveStreams?: {
682
+ liveStreams: {
683
683
  iframe?: string | null;
684
684
  hls?: string | null;
685
685
  webRTC?: string | null;
@@ -46,5 +46,5 @@
46
46
  }
47
47
  },
48
48
  "additionalProperties": false,
49
- "required": ["id", "type", "systemData", "streams", "driver"]
49
+ "required": ["id", "type", "systemData", "liveStreams", "driver"]
50
50
  }
@@ -9917,7 +9917,7 @@ var require_camera = __commonJS({
9917
9917
  }
9918
9918
  },
9919
9919
  additionalProperties: false,
9920
- required: ["id", "type", "systemData", "streams", "driver"]
9920
+ required: ["id", "type", "systemData", "liveStreams", "driver"]
9921
9921
  };
9922
9922
  }
9923
9923
  });