@kohost/api-client 3.2.6 → 3.2.8

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;
@@ -103,7 +103,7 @@ export interface MediaSource {
103
103
  name?: string;
104
104
  [k: string]: unknown;
105
105
  }[];
106
- remote?: "MR22GA" | "XRT260" | "XRT270";
106
+ remote?: "MR22GA" | "XRT260" | "XRT270" | "HOF-16K 1.2" | "219863500";
107
107
  name?: string;
108
108
  driver:
109
109
  | "aws-kinesis"
@@ -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;
@@ -817,7 +818,7 @@ export interface MediaSource {
817
818
  name?: string;
818
819
  [k: string]: unknown;
819
820
  }[];
820
- remote?: "MR22GA" | "XRT260" | "XRT270";
821
+ remote?: "MR22GA" | "XRT260" | "XRT270" | "HOF-16K 1.2" | "219863500";
821
822
  name?: string;
822
823
  driver:
823
824
  | "aws-kinesis"
@@ -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
  },
@@ -42,7 +42,7 @@
42
42
  },
43
43
  "remote": {
44
44
  "type": "string",
45
- "enum": ["MR22GA", "XRT260", "XRT270"]
45
+ "enum": ["MR22GA", "XRT260", "XRT270", "HOF-16K 1.2", "219863500"]
46
46
  },
47
47
  "name": {
48
48
  "$ref": "definitions.json#/definitions/name"
@@ -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
  },
@@ -10319,7 +10322,7 @@ var require_mediaSource = __commonJS({
10319
10322
  },
10320
10323
  remote: {
10321
10324
  type: "string",
10322
- enum: ["MR22GA", "XRT260", "XRT270"]
10325
+ enum: ["MR22GA", "XRT260", "XRT270", "HOF-16K 1.2", "219863500"]
10323
10326
  },
10324
10327
  name: {
10325
10328
  $ref: "definitions.json#/definitions/name"