@kohost/api-client 3.2.7 → 3.2.9

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.
@@ -115,6 +115,7 @@ export interface Camera {
115
115
  | "discPlayer"
116
116
  | "mediaPlayer"
117
117
  | "uncontrolledDevice";
118
+ offline?: boolean;
118
119
  supportedNotifications?: SupportedNotifications;
119
120
  notification?: Notification;
120
121
  driver:
@@ -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"
@@ -731,6 +731,7 @@ export interface Camera {
731
731
  | "discPlayer"
732
732
  | "mediaPlayer"
733
733
  | "uncontrolledDevice";
734
+ offline?: boolean;
734
735
  supportedNotifications?: SupportedNotifications;
735
736
  notification?: {
736
737
  name?:
@@ -818,7 +819,7 @@ export interface MediaSource {
818
819
  name?: string;
819
820
  [k: string]: unknown;
820
821
  }[];
821
- remote?: "MR22GA" | "XRT260" | "XRT270";
822
+ remote?: "MR22GA" | "XRT260" | "XRT270" | "HOF-16K 1.2" | "219863500";
822
823
  name?: string;
823
824
  driver:
824
825
  | "aws-kinesis"
@@ -15,6 +15,9 @@
15
15
  "$ref": "definitions.json#/definitions/type",
16
16
  "default": "camera"
17
17
  },
18
+ "offline": {
19
+ "type": "boolean"
20
+ },
18
21
  "supportedNotifications": {
19
22
  "$ref": "definitions.json#/definitions/supportedNotifications"
20
23
  },
@@ -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"
@@ -10123,6 +10123,9 @@ var require_camera = __commonJS({
10123
10123
  $ref: "definitions.json#/definitions/type",
10124
10124
  default: "camera"
10125
10125
  },
10126
+ offline: {
10127
+ type: "boolean"
10128
+ },
10126
10129
  supportedNotifications: {
10127
10130
  $ref: "definitions.json#/definitions/supportedNotifications"
10128
10131
  },
@@ -10322,7 +10325,7 @@ var require_mediaSource = __commonJS({
10322
10325
  },
10323
10326
  remote: {
10324
10327
  type: "string",
10325
- enum: ["MR22GA", "XRT260", "XRT270"]
10328
+ enum: ["MR22GA", "XRT260", "XRT270", "HOF-16K 1.2", "219863500"]
10326
10329
  },
10327
10330
  name: {
10328
10331
  $ref: "definitions.json#/definitions/name"