@kohost/api-client 3.0.0-beta.105 → 3.0.0-beta.106

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,6 +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
96
  name?: string;
96
97
  driver:
97
98
  | "aws-kinesis"
@@ -744,6 +744,7 @@ export interface MediaSource {
744
744
  id: string;
745
745
  type: string;
746
746
  discriminator: "tv" | "dvr" | "appleTv" | "discPlayer" | "mediaPlayer" | "uncontrolledDevice";
747
+ remote?: "MR22GA";
747
748
  name?: string;
748
749
  driver:
749
750
  | "aws-kinesis"
@@ -24,6 +24,12 @@
24
24
  "uncontrolledDevice"
25
25
  ]
26
26
  },
27
+ "remote": {
28
+ "type": "string",
29
+ "enum": [
30
+ "MR22GA"
31
+ ]
32
+ },
27
33
  "name": {
28
34
  "$ref": "definitions.json#/definitions/name"
29
35
  },
@@ -10135,6 +10135,12 @@ var require_mediaSource = __commonJS({
10135
10135
  "uncontrolledDevice"
10136
10136
  ]
10137
10137
  },
10138
+ remote: {
10139
+ type: "string",
10140
+ enum: [
10141
+ "MR22GA"
10142
+ ]
10143
+ },
10138
10144
  name: {
10139
10145
  $ref: "definitions.json#/definitions/name"
10140
10146
  },