@kohost/api-client 3.3.2 → 3.3.3

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" | "HOF-16K 1.2" | "219863500";
106
+ remote?: "MR22GA" | "XRT260" | "XRT270" | "HOF-16K 1.2" | "219863500" | "SONIFI";
107
107
  name?: string;
108
108
  driver:
109
109
  | "aws-kinesis"
@@ -846,7 +846,7 @@ export interface MediaSource {
846
846
  name?: string;
847
847
  [k: string]: unknown;
848
848
  }[];
849
- remote?: "MR22GA" | "XRT260" | "XRT270" | "HOF-16K 1.2" | "219863500";
849
+ remote?: "MR22GA" | "XRT260" | "XRT270" | "HOF-16K 1.2" | "219863500" | "SONIFI";
850
850
  name?: string;
851
851
  driver:
852
852
  | "aws-kinesis"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kohost/api-client",
3
- "version": "3.3.2",
3
+ "version": "3.3.3",
4
4
  "description": "API client, models, schemas, commands, and events for Kohost applications",
5
5
  "author": "Ian Rogers",
6
6
  "readme": "README.md",