@kohost/api-client 3.9.5 → 3.9.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.
@@ -195,6 +195,10 @@ export interface Camera {
195
195
  * Local RTSP stream URL
196
196
  */
197
197
  rtsp?: string | null;
198
+ /**
199
+ * Source to preview the camera stream
200
+ */
201
+ previewImage?: string | null;
198
202
  };
199
203
  systemId?: string;
200
204
  watts?: number;
@@ -937,6 +937,10 @@ export interface Camera {
937
937
  * Local RTSP stream URL
938
938
  */
939
939
  rtsp?: string | null;
940
+ /**
941
+ * Source to preview the camera stream
942
+ */
943
+ previewImage?: string | null;
940
944
  };
941
945
  systemId?: string;
942
946
  watts?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kohost/api-client",
3
- "version": "3.9.5",
3
+ "version": "3.9.6",
4
4
  "description": "API client, models, schemas, commands, and events for Kohost applications",
5
5
  "author": "Ian Rogers",
6
6
  "readme": "README.md",