@kohost/api-client 3.2.7 → 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.
@@ -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"
@@ -818,7 +818,7 @@ export interface MediaSource {
818
818
  name?: string;
819
819
  [k: string]: unknown;
820
820
  }[];
821
- remote?: "MR22GA" | "XRT260" | "XRT270";
821
+ remote?: "MR22GA" | "XRT260" | "XRT270" | "HOF-16K 1.2" | "219863500";
822
822
  name?: string;
823
823
  driver:
824
824
  | "aws-kinesis"
@@ -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"
@@ -10322,7 +10322,7 @@ var require_mediaSource = __commonJS({
10322
10322
  },
10323
10323
  remote: {
10324
10324
  type: "string",
10325
- enum: ["MR22GA", "XRT260", "XRT270"]
10325
+ enum: ["MR22GA", "XRT260", "XRT270", "HOF-16K 1.2", "219863500"]
10326
10326
  },
10327
10327
  name: {
10328
10328
  $ref: "definitions.json#/definitions/name"