@kohost/api-client 3.2.6 → 3.2.7

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.
@@ -156,6 +156,7 @@ export interface Camera {
156
156
  iframe?: string | null;
157
157
  hls?: string | null;
158
158
  webRTC?: string | null;
159
+ rtsp?: string | null;
159
160
  };
160
161
  systemId?: string;
161
162
  watts?: number;
@@ -801,6 +801,7 @@ export interface Camera {
801
801
  iframe?: string | null;
802
802
  hls?: string | null;
803
803
  webRTC?: string | null;
804
+ rtsp?: string | null;
804
805
  };
805
806
  systemId?: string;
806
807
  watts?: number;
@@ -36,6 +36,9 @@
36
36
  },
37
37
  "webRTC": {
38
38
  "type": ["string", "null"]
39
+ },
40
+ "rtsp": {
41
+ "type": ["string", "null"]
39
42
  }
40
43
  }
41
44
  },
@@ -10144,6 +10144,9 @@ var require_camera = __commonJS({
10144
10144
  },
10145
10145
  webRTC: {
10146
10146
  type: ["string", "null"]
10147
+ },
10148
+ rtsp: {
10149
+ type: ["string", "null"]
10147
10150
  }
10148
10151
  }
10149
10152
  },