@kohost/api-client 3.1.8 → 3.1.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.
|
@@ -92,7 +92,7 @@ export interface MediaSource {
|
|
|
92
92
|
id: string;
|
|
93
93
|
type: string;
|
|
94
94
|
discriminator: "tv" | "dvr" | "appleTv" | "discPlayer" | "mediaPlayer" | "uncontrolledDevice";
|
|
95
|
-
remote?: "MR22GA";
|
|
95
|
+
remote?: "MR22GA" | "XRT260" | "XRT270";
|
|
96
96
|
name?: string;
|
|
97
97
|
driver:
|
|
98
98
|
| "aws-kinesis"
|
|
@@ -765,7 +765,7 @@ export interface MediaSource {
|
|
|
765
765
|
id: string;
|
|
766
766
|
type: string;
|
|
767
767
|
discriminator: "tv" | "dvr" | "appleTv" | "discPlayer" | "mediaPlayer" | "uncontrolledDevice";
|
|
768
|
-
remote?: "MR22GA";
|
|
768
|
+
remote?: "MR22GA" | "XRT260" | "XRT270";
|
|
769
769
|
name?: string;
|
|
770
770
|
driver:
|
|
771
771
|
| "aws-kinesis"
|
package/dist/esm/Models.js
CHANGED
|
@@ -10149,9 +10149,7 @@ var require_mediaSource = __commonJS({
|
|
|
10149
10149
|
},
|
|
10150
10150
|
remote: {
|
|
10151
10151
|
type: "string",
|
|
10152
|
-
enum: [
|
|
10153
|
-
"MR22GA"
|
|
10154
|
-
]
|
|
10152
|
+
enum: ["MR22GA", "XRT260", "XRT270"]
|
|
10155
10153
|
},
|
|
10156
10154
|
name: {
|
|
10157
10155
|
$ref: "definitions.json#/definitions/name"
|