@kohost/api-client 3.1.23 → 3.1.24
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.
|
@@ -168,10 +168,15 @@ export interface MediaSource {
|
|
|
168
168
|
| "display"
|
|
169
169
|
| "favoriteChannel"
|
|
170
170
|
| "play"
|
|
171
|
+
| "playing"
|
|
171
172
|
| "stop"
|
|
173
|
+
| "stopped"
|
|
172
174
|
| "pause"
|
|
175
|
+
| "paused"
|
|
173
176
|
| "fastForward"
|
|
177
|
+
| "fastForwarding"
|
|
174
178
|
| "rewind"
|
|
179
|
+
| "rewinding"
|
|
175
180
|
| "instantReplay"
|
|
176
181
|
| "record"
|
|
177
182
|
| "ac3"
|
|
@@ -860,10 +860,15 @@ export interface MediaSource {
|
|
|
860
860
|
| "display"
|
|
861
861
|
| "favoriteChannel"
|
|
862
862
|
| "play"
|
|
863
|
+
| "playing"
|
|
863
864
|
| "stop"
|
|
865
|
+
| "stopped"
|
|
864
866
|
| "pause"
|
|
867
|
+
| "paused"
|
|
865
868
|
| "fastForward"
|
|
869
|
+
| "fastForwarding"
|
|
866
870
|
| "rewind"
|
|
871
|
+
| "rewinding"
|
|
867
872
|
| "instantReplay"
|
|
868
873
|
| "record"
|
|
869
874
|
| "ac3"
|
|
@@ -107,10 +107,15 @@
|
|
|
107
107
|
"display",
|
|
108
108
|
"favoriteChannel",
|
|
109
109
|
"play",
|
|
110
|
+
"playing",
|
|
110
111
|
"stop",
|
|
112
|
+
"stopped",
|
|
111
113
|
"pause",
|
|
114
|
+
"paused",
|
|
112
115
|
"fastForward",
|
|
116
|
+
"fastForwarding",
|
|
113
117
|
"rewind",
|
|
118
|
+
"rewinding",
|
|
114
119
|
"instantReplay",
|
|
115
120
|
"record",
|
|
116
121
|
"ac3",
|
package/dist/esm/Models.js
CHANGED
|
@@ -10255,10 +10255,15 @@ var require_mediaSource = __commonJS({
|
|
|
10255
10255
|
"display",
|
|
10256
10256
|
"favoriteChannel",
|
|
10257
10257
|
"play",
|
|
10258
|
+
"playing",
|
|
10258
10259
|
"stop",
|
|
10260
|
+
"stopped",
|
|
10259
10261
|
"pause",
|
|
10262
|
+
"paused",
|
|
10260
10263
|
"fastForward",
|
|
10264
|
+
"fastForwarding",
|
|
10261
10265
|
"rewind",
|
|
10266
|
+
"rewinding",
|
|
10262
10267
|
"instantReplay",
|
|
10263
10268
|
"record",
|
|
10264
10269
|
"ac3",
|