@jellyfin/sdk 0.8.1 → 0.9.0

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.
Files changed (274) hide show
  1. package/README.md +9 -7
  2. package/lib/api.d.ts +1 -0
  3. package/lib/api.js +4 -4
  4. package/lib/discovery/recommended-server-discovery.js +24 -16
  5. package/lib/generated-client/api/activity-log-api.js +12 -1
  6. package/lib/generated-client/api/api-key-api.js +14 -3
  7. package/lib/generated-client/api/artists-api.d.ts +28 -26
  8. package/lib/generated-client/api/artists-api.js +26 -15
  9. package/lib/generated-client/api/audio-api.d.ts +8 -8
  10. package/lib/generated-client/api/audio-api.js +21 -10
  11. package/lib/generated-client/api/branding-api.js +14 -3
  12. package/lib/generated-client/api/channels-api.d.ts +9 -8
  13. package/lib/generated-client/api/channels-api.js +19 -8
  14. package/lib/generated-client/api/client-log-api.js +12 -1
  15. package/lib/generated-client/api/collection-api.js +14 -3
  16. package/lib/generated-client/api/configuration-api.d.ts +0 -47
  17. package/lib/generated-client/api/configuration-api.js +16 -71
  18. package/lib/generated-client/api/dashboard-api.js +13 -2
  19. package/lib/generated-client/api/devices-api.d.ts +3 -12
  20. package/lib/generated-client/api/devices-api.js +21 -16
  21. package/lib/generated-client/api/display-preferences-api.d.ts +22 -22
  22. package/lib/generated-client/api/display-preferences-api.js +29 -22
  23. package/lib/generated-client/api/dynamic-hls-api.d.ts +28 -10
  24. package/lib/generated-client/api/dynamic-hls-api.js +45 -22
  25. package/lib/generated-client/api/environment-api.js +17 -6
  26. package/lib/generated-client/api/filter-api.d.ts +9 -8
  27. package/lib/generated-client/api/filter-api.js +16 -5
  28. package/lib/generated-client/api/genres-api.d.ts +9 -8
  29. package/lib/generated-client/api/genres-api.js +16 -5
  30. package/lib/generated-client/api/hls-segment-api.js +16 -5
  31. package/lib/generated-client/api/image-api.d.ts +109 -1184
  32. package/lib/generated-client/api/image-api.js +218 -1056
  33. package/lib/generated-client/api/instant-mix-api.d.ts +35 -35
  34. package/lib/generated-client/api/instant-mix-api.js +79 -68
  35. package/lib/generated-client/api/item-lookup-api.js +22 -11
  36. package/lib/generated-client/api/item-refresh-api.js +12 -1
  37. package/lib/generated-client/api/item-update-api.js +14 -3
  38. package/lib/generated-client/api/items-api.d.ts +333 -1012
  39. package/lib/generated-client/api/items-api.js +178 -595
  40. package/lib/generated-client/api/library-api.d.ts +9 -8
  41. package/lib/generated-client/api/library-api.js +39 -28
  42. package/lib/generated-client/api/library-structure-api.js +19 -8
  43. package/lib/generated-client/api/live-tv-api.d.ts +17 -16
  44. package/lib/generated-client/api/live-tv-api.js +58 -47
  45. package/lib/generated-client/api/localization-api.js +15 -4
  46. package/lib/generated-client/api/lyrics-api.d.ts +344 -0
  47. package/lib/generated-client/api/{dlna-api.js → lyrics-api.js} +165 -125
  48. package/lib/generated-client/api/media-info-api.d.ts +7 -7
  49. package/lib/generated-client/api/media-info-api.js +19 -10
  50. package/lib/generated-client/api/movies-api.js +12 -1
  51. package/lib/generated-client/api/music-genres-api.d.ts +9 -8
  52. package/lib/generated-client/api/music-genres-api.js +16 -5
  53. package/lib/generated-client/api/package-api.js +17 -6
  54. package/lib/generated-client/api/persons-api.js +13 -2
  55. package/lib/generated-client/api/playlists-api.d.ts +315 -36
  56. package/lib/generated-client/api/playlists-api.js +395 -29
  57. package/lib/generated-client/api/playstate-api.d.ts +41 -68
  58. package/lib/generated-client/api/playstate-api.js +74 -81
  59. package/lib/generated-client/api/plugins-api.js +20 -9
  60. package/lib/generated-client/api/quick-connect-api.d.ts +46 -37
  61. package/lib/generated-client/api/quick-connect-api.js +67 -50
  62. package/lib/generated-client/api/remote-image-api.js +14 -3
  63. package/lib/generated-client/api/scheduled-tasks-api.js +16 -5
  64. package/lib/generated-client/api/search-api.d.ts +41 -40
  65. package/lib/generated-client/api/search-api.js +29 -18
  66. package/lib/generated-client/api/session-api.d.ts +9 -17
  67. package/lib/generated-client/api/session-api.js +35 -30
  68. package/lib/generated-client/api/startup-api.js +18 -7
  69. package/lib/generated-client/api/studios-api.js +13 -2
  70. package/lib/generated-client/api/subtitle-api.d.ts +7 -7
  71. package/lib/generated-client/api/subtitle-api.js +33 -22
  72. package/lib/generated-client/api/suggestions-api.d.ts +14 -13
  73. package/lib/generated-client/api/suggestions-api.js +24 -13
  74. package/lib/generated-client/api/sync-play-api.js +32 -21
  75. package/lib/generated-client/api/system-api.js +21 -10
  76. package/lib/generated-client/api/time-sync-api.js +12 -1
  77. package/lib/generated-client/api/tmdb-api.js +12 -1
  78. package/lib/generated-client/api/trailers-api.d.ts +35 -33
  79. package/lib/generated-client/api/trailers-api.js +33 -22
  80. package/lib/generated-client/api/trickplay-api.d.ts +176 -0
  81. package/lib/generated-client/api/trickplay-api.js +213 -0
  82. package/lib/generated-client/api/tv-shows-api.d.ts +25 -15
  83. package/lib/generated-client/api/tv-shows-api.js +32 -15
  84. package/lib/generated-client/api/universal-audio-api.d.ts +17 -16
  85. package/lib/generated-client/api/universal-audio-api.js +19 -8
  86. package/lib/generated-client/api/user-api.d.ts +35 -155
  87. package/lib/generated-client/api/user-api.js +65 -203
  88. package/lib/generated-client/api/user-library-api.d.ts +100 -100
  89. package/lib/generated-client/api/user-library-api.js +136 -125
  90. package/lib/generated-client/api/user-views-api.d.ts +22 -21
  91. package/lib/generated-client/api/user-views-api.js +33 -22
  92. package/lib/generated-client/api/video-attachments-api.js +12 -1
  93. package/lib/generated-client/api/videos-api.js +18 -7
  94. package/lib/generated-client/api/years-api.d.ts +15 -13
  95. package/lib/generated-client/api/years-api.js +19 -8
  96. package/lib/generated-client/api.d.ts +2 -4
  97. package/lib/generated-client/base.js +13 -0
  98. package/lib/generated-client/common.js +11 -0
  99. package/lib/generated-client/index.js +19 -10
  100. package/lib/generated-client/models/activity-log-entry-message.d.ts +37 -0
  101. package/lib/generated-client/models/activity-log-entry-start-message.d.ts +30 -0
  102. package/lib/generated-client/models/activity-log-entry-stop-message.d.ts +24 -0
  103. package/lib/generated-client/models/audio-spatial-format.d.ts +21 -0
  104. package/lib/generated-client/models/audio-spatial-format.js +24 -0
  105. package/lib/generated-client/models/authenticate-user-by-name.d.ts +0 -7
  106. package/lib/generated-client/models/base-item-dto.d.ts +37 -17
  107. package/lib/generated-client/models/base-item-person.d.ts +4 -3
  108. package/lib/generated-client/models/cast-receiver-application.d.ts +29 -0
  109. package/lib/generated-client/models/client-capabilities-dto.d.ts +17 -20
  110. package/lib/generated-client/models/client-capabilities.d.ts +16 -19
  111. package/lib/generated-client/models/collection-type-options.d.ts +9 -9
  112. package/lib/generated-client/models/collection-type-options.js +9 -9
  113. package/lib/generated-client/models/collection-type.d.ts +31 -0
  114. package/lib/generated-client/models/collection-type.js +34 -0
  115. package/lib/generated-client/models/container-profile.d.ts +1 -1
  116. package/lib/generated-client/models/create-playlist-dto.d.ts +18 -4
  117. package/lib/generated-client/models/create-user-by-name.d.ts +1 -1
  118. package/lib/generated-client/models/device-info.d.ts +6 -0
  119. package/lib/generated-client/models/device-profile.d.ts +0 -171
  120. package/lib/generated-client/models/dlna-profile-type.d.ts +1 -0
  121. package/lib/generated-client/models/dlna-profile-type.js +2 -1
  122. package/lib/generated-client/models/down-mix-stereo-algorithms.d.ts +21 -0
  123. package/lib/generated-client/models/down-mix-stereo-algorithms.js +24 -0
  124. package/lib/generated-client/models/encoding-options.d.ts +77 -40
  125. package/lib/generated-client/models/external-id-media-type.d.ts +1 -0
  126. package/lib/generated-client/models/external-id-media-type.js +2 -1
  127. package/lib/generated-client/models/extra-type.d.ts +30 -0
  128. package/lib/generated-client/models/extra-type.js +33 -0
  129. package/lib/generated-client/models/force-keep-alive-message.d.ts +36 -0
  130. package/lib/generated-client/models/general-command-message.d.ts +37 -0
  131. package/lib/generated-client/models/general-command-type.d.ts +1 -0
  132. package/lib/generated-client/models/general-command-type.js +2 -1
  133. package/lib/generated-client/models/get-programs-dto.d.ts +4 -3
  134. package/lib/generated-client/models/group-info-dto-group-update.d.ts +37 -0
  135. package/lib/generated-client/models/group-state-update-group-update.d.ts +37 -0
  136. package/lib/generated-client/models/group-state-update.d.ts +31 -0
  137. package/lib/generated-client/models/group-update.d.ts +20 -0
  138. package/lib/generated-client/models/hardware-encoding-type.d.ts +1 -0
  139. package/lib/generated-client/models/hardware-encoding-type.js +2 -1
  140. package/lib/generated-client/models/image-format.d.ts +1 -0
  141. package/lib/generated-client/models/image-format.js +2 -1
  142. package/lib/generated-client/models/image-resolution.d.ts +27 -0
  143. package/lib/generated-client/models/{ffmpeg-location.js → image-resolution.js} +12 -7
  144. package/lib/generated-client/models/inbound-keep-alive-message.d.ts +24 -0
  145. package/lib/generated-client/models/inbound-web-socket-message.d.ts +23 -0
  146. package/lib/generated-client/models/index.d.ts +74 -25
  147. package/lib/generated-client/models/index.js +17 -6
  148. package/lib/generated-client/models/item-fields.d.ts +1 -2
  149. package/lib/generated-client/models/item-fields.js +1 -2
  150. package/lib/generated-client/models/item-sort-by.d.ts +50 -0
  151. package/lib/generated-client/models/item-sort-by.js +53 -0
  152. package/lib/generated-client/models/library-changed-message.d.ts +37 -0
  153. package/lib/generated-client/models/library-options.d.ts +36 -0
  154. package/lib/generated-client/models/live-tv-options.d.ts +12 -0
  155. package/lib/generated-client/models/log-file.d.ts +1 -1
  156. package/lib/generated-client/models/lyric-dto.d.ts +31 -0
  157. package/lib/generated-client/models/lyric-line.d.ts +29 -0
  158. package/lib/generated-client/models/lyric-metadata.d.ts +77 -0
  159. package/lib/generated-client/models/media-source-info.d.ts +3 -2
  160. package/lib/generated-client/models/media-stream-protocol.d.ts +20 -0
  161. package/lib/generated-client/models/{header-match-type.js → media-stream-protocol.js} +5 -6
  162. package/lib/generated-client/models/media-stream-type.d.ts +1 -0
  163. package/lib/generated-client/models/media-stream-type.js +2 -1
  164. package/lib/generated-client/models/media-stream.d.ts +27 -6
  165. package/lib/generated-client/models/media-type.d.ts +23 -0
  166. package/lib/generated-client/models/{architecture.js → media-type.js} +8 -9
  167. package/lib/generated-client/models/metadata-editor-info.d.ts +3 -2
  168. package/lib/generated-client/models/network-configuration.d.ts +50 -116
  169. package/lib/generated-client/models/outbound-keep-alive-message.d.ts +30 -0
  170. package/lib/generated-client/models/outbound-web-socket-message.d.ts +44 -0
  171. package/lib/generated-client/models/parental-rating.d.ts +1 -1
  172. package/lib/generated-client/models/person-kind.d.ts +43 -0
  173. package/lib/generated-client/models/person-kind.js +46 -0
  174. package/lib/generated-client/models/play-message.d.ts +37 -0
  175. package/lib/generated-client/models/play-queue-update-group-update.d.ts +37 -0
  176. package/lib/generated-client/models/play-queue-update-reason.d.ts +28 -0
  177. package/lib/generated-client/models/play-queue-update-reason.js +31 -0
  178. package/lib/generated-client/models/play-queue-update.d.ts +69 -0
  179. package/lib/generated-client/models/playback-order.d.ts +20 -0
  180. package/lib/generated-client/models/{send-to-user-type.js → playback-order.js} +5 -6
  181. package/lib/generated-client/models/playback-progress-info.d.ts +7 -0
  182. package/lib/generated-client/models/playback-request-type.d.ts +35 -0
  183. package/lib/generated-client/models/playback-request-type.js +38 -0
  184. package/lib/generated-client/models/playback-start-info.d.ts +7 -0
  185. package/lib/generated-client/models/player-state-info.d.ts +7 -0
  186. package/lib/generated-client/models/playlist-user-permissions.d.ts +29 -0
  187. package/lib/generated-client/models/playstate-message.d.ts +37 -0
  188. package/lib/generated-client/models/plugin-installation-cancelled-message.d.ts +37 -0
  189. package/lib/generated-client/models/plugin-installation-completed-message.d.ts +37 -0
  190. package/lib/generated-client/models/plugin-installation-failed-message.d.ts +37 -0
  191. package/lib/generated-client/models/plugin-installing-message.d.ts +37 -0
  192. package/lib/generated-client/models/plugin-uninstalled-message.d.ts +37 -0
  193. package/lib/generated-client/models/process-priority-class.d.ts +24 -0
  194. package/lib/generated-client/models/process-priority-class.js +27 -0
  195. package/lib/generated-client/models/public-system-info.d.ts +1 -0
  196. package/lib/generated-client/models/refresh-progress-message.d.ts +38 -0
  197. package/lib/generated-client/models/remote-lyric-info-dto.d.ts +36 -0
  198. package/lib/generated-client/models/remote-subtitle-info.d.ts +30 -0
  199. package/lib/generated-client/models/remove-from-playlist-request-dto.d.ts +1 -1
  200. package/lib/generated-client/models/restart-required-message.d.ts +30 -0
  201. package/lib/generated-client/models/scheduled-task-ended-message.d.ts +37 -0
  202. package/lib/generated-client/models/scheduled-tasks-info-message.d.ts +37 -0
  203. package/lib/generated-client/models/scheduled-tasks-info-start-message.d.ts +30 -0
  204. package/lib/generated-client/models/scheduled-tasks-info-stop-message.d.ts +24 -0
  205. package/lib/generated-client/models/search-hint.d.ts +20 -17
  206. package/lib/generated-client/models/series-status.d.ts +2 -1
  207. package/lib/generated-client/models/series-status.js +3 -2
  208. package/lib/generated-client/models/series-timer-cancelled-message.d.ts +37 -0
  209. package/lib/generated-client/models/series-timer-created-message.d.ts +37 -0
  210. package/lib/generated-client/models/server-configuration.d.ts +45 -0
  211. package/lib/generated-client/models/server-restarting-message.d.ts +30 -0
  212. package/lib/generated-client/models/server-shutting-down-message.d.ts +30 -0
  213. package/lib/generated-client/models/session-info.d.ts +9 -9
  214. package/lib/generated-client/models/sessions-message.d.ts +37 -0
  215. package/lib/generated-client/models/sessions-start-message.d.ts +30 -0
  216. package/lib/generated-client/models/sessions-stop-message.d.ts +24 -0
  217. package/lib/generated-client/models/string-group-update.d.ts +36 -0
  218. package/lib/generated-client/models/sync-play-command-message.d.ts +37 -0
  219. package/lib/generated-client/models/sync-play-group-update-command-message.d.ts +37 -0
  220. package/lib/generated-client/models/sync-play-queue-item.d.ts +29 -0
  221. package/lib/generated-client/models/system-info.d.ts +17 -6
  222. package/lib/generated-client/models/timer-cancelled-message.d.ts +37 -0
  223. package/lib/generated-client/models/timer-created-message.d.ts +37 -0
  224. package/lib/generated-client/models/transcoding-info.d.ts +3 -2
  225. package/lib/generated-client/models/transcoding-info.js +15 -0
  226. package/lib/generated-client/models/transcoding-profile.d.ts +3 -2
  227. package/lib/generated-client/models/trickplay-info.d.ts +59 -0
  228. package/lib/generated-client/models/trickplay-options.d.ts +85 -0
  229. package/lib/generated-client/models/trickplay-scan-behavior.d.ts +20 -0
  230. package/lib/generated-client/models/{notification-level.js → trickplay-scan-behavior.js} +5 -6
  231. package/lib/generated-client/models/tuner-host-info.d.ts +6 -0
  232. package/lib/generated-client/models/update-playlist-dto.d.ts +42 -0
  233. package/lib/generated-client/models/update-playlist-user-dto.d.ts +23 -0
  234. package/lib/generated-client/models/update-user-item-data-dto.d.ts +83 -0
  235. package/lib/generated-client/models/upload-subtitle-dto.d.ts +6 -0
  236. package/lib/generated-client/models/user-configuration.d.ts +6 -0
  237. package/lib/generated-client/models/user-data-change-info.d.ts +30 -0
  238. package/lib/generated-client/models/user-data-changed-message.d.ts +37 -0
  239. package/lib/generated-client/models/user-deleted-message.d.ts +36 -0
  240. package/lib/generated-client/models/user-dto.d.ts +1 -0
  241. package/lib/generated-client/models/user-policy.d.ts +26 -2
  242. package/lib/generated-client/models/user-updated-message.d.ts +37 -0
  243. package/lib/generated-client/models/video-range-type.d.ts +27 -0
  244. package/lib/generated-client/models/video-range-type.js +30 -0
  245. package/lib/generated-client/models/video-range.d.ts +21 -0
  246. package/lib/generated-client/models/{device-profile-type.js → video-range.js} +6 -5
  247. package/lib/generated-client/models/web-socket-message.d.ts +18 -0
  248. package/lib/node_modules/tslib/tslib.es6.js +9 -2
  249. package/lib/utils/api/image-api.d.ts +2 -2
  250. package/lib/utils/api/image-api.js +2 -2
  251. package/lib/utils/api/image-urls-api.d.ts +55 -0
  252. package/lib/utils/api/image-urls-api.js +103 -0
  253. package/lib/utils/api/index.d.ts +2 -4
  254. package/lib/utils/api/index.js +2 -4
  255. package/lib/utils/api/{dlna-api.d.ts → lyrics-api.d.ts} +2 -2
  256. package/lib/utils/api/{dlna-api.js → lyrics-api.js} +4 -4
  257. package/lib/utils/api/{dlna-server-api.d.ts → trickplay-api.d.ts} +2 -2
  258. package/lib/utils/api/trickplay-api.js +12 -0
  259. package/lib/utils/authentication.js +5 -6
  260. package/lib/utils/index.d.ts +2 -1
  261. package/lib/utils/index.js +2 -1
  262. package/lib/utils/versioning.d.ts +9 -0
  263. package/lib/utils/versioning.js +32 -0
  264. package/lib/versions.d.ts +2 -2
  265. package/lib/versions.js +2 -2
  266. package/package.json +19 -22
  267. package/lib/generated-client/api/dlna-server-api.js +0 -1088
  268. package/lib/generated-client/api/image-by-name-api.js +0 -423
  269. package/lib/generated-client/api/notifications-api.js +0 -484
  270. package/lib/utils/api/dlna-server-api.js +0 -12
  271. package/lib/utils/api/image-by-name-api.d.ts +0 -8
  272. package/lib/utils/api/image-by-name-api.js +0 -12
  273. package/lib/utils/api/notifications-api.d.ts +0 -8
  274. package/lib/utils/api/notifications-api.js +0 -12
@@ -4,6 +4,17 @@ import { DUMMY_BASE_URL, setApiKeyToObject, setSearchParams, serializeDataIfNeed
4
4
  import { BaseAPI, BASE_PATH } from '../base.js';
5
5
 
6
6
  /* tslint:disable */
7
+ /* eslint-disable */
8
+ /**
9
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
10
+ * Do not edit the class manually.
11
+ *
12
+ * Jellyfin API
13
+ *
14
+ * This Source Code Form is subject to the terms of the Mozilla Public
15
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
16
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
17
+ */
7
18
  /**
8
19
  * LiveTvApi - axios parameter creator
9
20
  * @export
@@ -20,7 +31,7 @@ const LiveTvApiAxiosParamCreator = function (configuration) {
20
31
  * @param {*} [options] Override http request option.
21
32
  * @throws {RequiredError}
22
33
  */
23
- addListingProvider: (pw, validateListings, validateLogin, listingsProviderInfo, options = {}) => __awaiter(this, void 0, void 0, function* () {
34
+ addListingProvider: (pw_1, validateListings_1, validateLogin_1, listingsProviderInfo_1, ...args_1) => __awaiter(this, [pw_1, validateListings_1, validateLogin_1, listingsProviderInfo_1, ...args_1], void 0, function* (pw, validateListings, validateLogin, listingsProviderInfo, options = {}) {
24
35
  const localVarPath = `/LiveTv/ListingProviders`;
25
36
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
26
37
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -59,7 +70,7 @@ const LiveTvApiAxiosParamCreator = function (configuration) {
59
70
  * @param {*} [options] Override http request option.
60
71
  * @throws {RequiredError}
61
72
  */
62
- addTunerHost: (tunerHostInfo, options = {}) => __awaiter(this, void 0, void 0, function* () {
73
+ addTunerHost: (tunerHostInfo_1, ...args_2) => __awaiter(this, [tunerHostInfo_1, ...args_2], void 0, function* (tunerHostInfo, options = {}) {
63
74
  const localVarPath = `/LiveTv/TunerHosts`;
64
75
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
65
76
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -89,7 +100,7 @@ const LiveTvApiAxiosParamCreator = function (configuration) {
89
100
  * @param {*} [options] Override http request option.
90
101
  * @throws {RequiredError}
91
102
  */
92
- cancelSeriesTimer: (timerId, options = {}) => __awaiter(this, void 0, void 0, function* () {
103
+ cancelSeriesTimer: (timerId_1, ...args_3) => __awaiter(this, [timerId_1, ...args_3], void 0, function* (timerId, options = {}) {
93
104
  // verify required parameter 'timerId' is not null or undefined
94
105
  assertParamExists('cancelSeriesTimer', 'timerId', timerId);
95
106
  const localVarPath = `/LiveTv/SeriesTimers/{timerId}`
@@ -120,7 +131,7 @@ const LiveTvApiAxiosParamCreator = function (configuration) {
120
131
  * @param {*} [options] Override http request option.
121
132
  * @throws {RequiredError}
122
133
  */
123
- cancelTimer: (timerId, options = {}) => __awaiter(this, void 0, void 0, function* () {
134
+ cancelTimer: (timerId_2, ...args_4) => __awaiter(this, [timerId_2, ...args_4], void 0, function* (timerId, options = {}) {
124
135
  // verify required parameter 'timerId' is not null or undefined
125
136
  assertParamExists('cancelTimer', 'timerId', timerId);
126
137
  const localVarPath = `/LiveTv/Timers/{timerId}`
@@ -151,7 +162,7 @@ const LiveTvApiAxiosParamCreator = function (configuration) {
151
162
  * @param {*} [options] Override http request option.
152
163
  * @throws {RequiredError}
153
164
  */
154
- createSeriesTimer: (seriesTimerInfoDto, options = {}) => __awaiter(this, void 0, void 0, function* () {
165
+ createSeriesTimer: (seriesTimerInfoDto_1, ...args_5) => __awaiter(this, [seriesTimerInfoDto_1, ...args_5], void 0, function* (seriesTimerInfoDto, options = {}) {
155
166
  const localVarPath = `/LiveTv/SeriesTimers`;
156
167
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
157
168
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -181,7 +192,7 @@ const LiveTvApiAxiosParamCreator = function (configuration) {
181
192
  * @param {*} [options] Override http request option.
182
193
  * @throws {RequiredError}
183
194
  */
184
- createTimer: (timerInfoDto, options = {}) => __awaiter(this, void 0, void 0, function* () {
195
+ createTimer: (timerInfoDto_1, ...args_6) => __awaiter(this, [timerInfoDto_1, ...args_6], void 0, function* (timerInfoDto, options = {}) {
185
196
  const localVarPath = `/LiveTv/Timers`;
186
197
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
187
198
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -211,7 +222,7 @@ const LiveTvApiAxiosParamCreator = function (configuration) {
211
222
  * @param {*} [options] Override http request option.
212
223
  * @throws {RequiredError}
213
224
  */
214
- deleteListingProvider: (id, options = {}) => __awaiter(this, void 0, void 0, function* () {
225
+ deleteListingProvider: (id_1, ...args_7) => __awaiter(this, [id_1, ...args_7], void 0, function* (id, options = {}) {
215
226
  const localVarPath = `/LiveTv/ListingProviders`;
216
227
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
217
228
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -242,7 +253,7 @@ const LiveTvApiAxiosParamCreator = function (configuration) {
242
253
  * @param {*} [options] Override http request option.
243
254
  * @throws {RequiredError}
244
255
  */
245
- deleteRecording: (recordingId, options = {}) => __awaiter(this, void 0, void 0, function* () {
256
+ deleteRecording: (recordingId_1, ...args_8) => __awaiter(this, [recordingId_1, ...args_8], void 0, function* (recordingId, options = {}) {
246
257
  // verify required parameter 'recordingId' is not null or undefined
247
258
  assertParamExists('deleteRecording', 'recordingId', recordingId);
248
259
  const localVarPath = `/LiveTv/Recordings/{recordingId}`
@@ -273,7 +284,7 @@ const LiveTvApiAxiosParamCreator = function (configuration) {
273
284
  * @param {*} [options] Override http request option.
274
285
  * @throws {RequiredError}
275
286
  */
276
- deleteTunerHost: (id, options = {}) => __awaiter(this, void 0, void 0, function* () {
287
+ deleteTunerHost: (id_2, ...args_9) => __awaiter(this, [id_2, ...args_9], void 0, function* (id, options = {}) {
277
288
  const localVarPath = `/LiveTv/TunerHosts`;
278
289
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
279
290
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -304,7 +315,7 @@ const LiveTvApiAxiosParamCreator = function (configuration) {
304
315
  * @param {*} [options] Override http request option.
305
316
  * @throws {RequiredError}
306
317
  */
307
- discoverTuners: (newDevicesOnly, options = {}) => __awaiter(this, void 0, void 0, function* () {
318
+ discoverTuners: (newDevicesOnly_1, ...args_10) => __awaiter(this, [newDevicesOnly_1, ...args_10], void 0, function* (newDevicesOnly, options = {}) {
308
319
  const localVarPath = `/LiveTv/Tuners/Discover`;
309
320
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
310
321
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -335,7 +346,7 @@ const LiveTvApiAxiosParamCreator = function (configuration) {
335
346
  * @param {*} [options] Override http request option.
336
347
  * @throws {RequiredError}
337
348
  */
338
- discvoverTuners: (newDevicesOnly, options = {}) => __awaiter(this, void 0, void 0, function* () {
349
+ discvoverTuners: (newDevicesOnly_2, ...args_11) => __awaiter(this, [newDevicesOnly_2, ...args_11], void 0, function* (newDevicesOnly, options = {}) {
339
350
  const localVarPath = `/LiveTv/Tuners/Discvover`;
340
351
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
341
352
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -367,7 +378,7 @@ const LiveTvApiAxiosParamCreator = function (configuration) {
367
378
  * @param {*} [options] Override http request option.
368
379
  * @throws {RequiredError}
369
380
  */
370
- getChannel: (channelId, userId, options = {}) => __awaiter(this, void 0, void 0, function* () {
381
+ getChannel: (channelId_1, userId_1, ...args_12) => __awaiter(this, [channelId_1, userId_1, ...args_12], void 0, function* (channelId, userId, options = {}) {
371
382
  // verify required parameter 'channelId' is not null or undefined
372
383
  assertParamExists('getChannel', 'channelId', channelId);
373
384
  const localVarPath = `/LiveTv/Channels/{channelId}`
@@ -401,7 +412,7 @@ const LiveTvApiAxiosParamCreator = function (configuration) {
401
412
  * @param {*} [options] Override http request option.
402
413
  * @throws {RequiredError}
403
414
  */
404
- getChannelMappingOptions: (providerId, options = {}) => __awaiter(this, void 0, void 0, function* () {
415
+ getChannelMappingOptions: (providerId_1, ...args_13) => __awaiter(this, [providerId_1, ...args_13], void 0, function* (providerId, options = {}) {
405
416
  const localVarPath = `/LiveTv/ChannelMappingOptions`;
406
417
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
407
418
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -431,7 +442,7 @@ const LiveTvApiAxiosParamCreator = function (configuration) {
431
442
  * @param {*} [options] Override http request option.
432
443
  * @throws {RequiredError}
433
444
  */
434
- getDefaultListingProvider: (options = {}) => __awaiter(this, void 0, void 0, function* () {
445
+ getDefaultListingProvider: (...args_14) => __awaiter(this, [...args_14], void 0, function* (options = {}) {
435
446
  const localVarPath = `/LiveTv/ListingProviders/Default`;
436
447
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
437
448
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -459,7 +470,7 @@ const LiveTvApiAxiosParamCreator = function (configuration) {
459
470
  * @param {*} [options] Override http request option.
460
471
  * @throws {RequiredError}
461
472
  */
462
- getDefaultTimer: (programId, options = {}) => __awaiter(this, void 0, void 0, function* () {
473
+ getDefaultTimer: (programId_1, ...args_15) => __awaiter(this, [programId_1, ...args_15], void 0, function* (programId, options = {}) {
463
474
  const localVarPath = `/LiveTv/Timers/Defaults`;
464
475
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
465
476
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -489,7 +500,7 @@ const LiveTvApiAxiosParamCreator = function (configuration) {
489
500
  * @param {*} [options] Override http request option.
490
501
  * @throws {RequiredError}
491
502
  */
492
- getGuideInfo: (options = {}) => __awaiter(this, void 0, void 0, function* () {
503
+ getGuideInfo: (...args_16) => __awaiter(this, [...args_16], void 0, function* (options = {}) {
493
504
  const localVarPath = `/LiveTv/GuideInfo`;
494
505
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
495
506
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -520,7 +531,7 @@ const LiveTvApiAxiosParamCreator = function (configuration) {
520
531
  * @param {*} [options] Override http request option.
521
532
  * @throws {RequiredError}
522
533
  */
523
- getLineups: (id, type, location, country, options = {}) => __awaiter(this, void 0, void 0, function* () {
534
+ getLineups: (id_3, type_1, location_1, country_1, ...args_17) => __awaiter(this, [id_3, type_1, location_1, country_1, ...args_17], void 0, function* (id, type, location, country, options = {}) {
524
535
  const localVarPath = `/LiveTv/ListingProviders/Lineups`;
525
536
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
526
537
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -560,7 +571,7 @@ const LiveTvApiAxiosParamCreator = function (configuration) {
560
571
  * @param {*} [options] Override http request option.
561
572
  * @throws {RequiredError}
562
573
  */
563
- getLiveRecordingFile: (recordingId, options = {}) => __awaiter(this, void 0, void 0, function* () {
574
+ getLiveRecordingFile: (recordingId_2, ...args_18) => __awaiter(this, [recordingId_2, ...args_18], void 0, function* (recordingId, options = {}) {
564
575
  // verify required parameter 'recordingId' is not null or undefined
565
576
  assertParamExists('getLiveRecordingFile', 'recordingId', recordingId);
566
577
  const localVarPath = `/LiveTv/LiveRecordings/{recordingId}/stream`
@@ -590,7 +601,7 @@ const LiveTvApiAxiosParamCreator = function (configuration) {
590
601
  * @param {*} [options] Override http request option.
591
602
  * @throws {RequiredError}
592
603
  */
593
- getLiveStreamFile: (streamId, container, options = {}) => __awaiter(this, void 0, void 0, function* () {
604
+ getLiveStreamFile: (streamId_1, container_1, ...args_19) => __awaiter(this, [streamId_1, container_1, ...args_19], void 0, function* (streamId, container, options = {}) {
594
605
  // verify required parameter 'streamId' is not null or undefined
595
606
  assertParamExists('getLiveStreamFile', 'streamId', streamId);
596
607
  // verify required parameter 'container' is not null or undefined
@@ -635,14 +646,14 @@ const LiveTvApiAxiosParamCreator = function (configuration) {
635
646
  * @param {Array<ImageType>} [enableImageTypes] \&quot;Optional. The image types to include in the output.
636
647
  * @param {Array<ItemFields>} [fields] Optional. Specify additional fields of information to return in the output.
637
648
  * @param {boolean} [enableUserData] Optional. Include user data.
638
- * @param {Array<string>} [sortBy] Optional. Key to sort by.
649
+ * @param {Array<ItemSortBy>} [sortBy] Optional. Key to sort by.
639
650
  * @param {SortOrder} [sortOrder] Optional. Sort order.
640
651
  * @param {boolean} [enableFavoriteSorting] Optional. Incorporate favorite and like status into channel sorting.
641
652
  * @param {boolean} [addCurrentProgram] Optional. Adds current program info to each channel.
642
653
  * @param {*} [options] Override http request option.
643
654
  * @throws {RequiredError}
644
655
  */
645
- getLiveTvChannels: (type, userId, startIndex, isMovie, isSeries, isNews, isKids, isSports, limit, isFavorite, isLiked, isDisliked, enableImages, imageTypeLimit, enableImageTypes, fields, enableUserData, sortBy, sortOrder, enableFavoriteSorting, addCurrentProgram, options = {}) => __awaiter(this, void 0, void 0, function* () {
656
+ getLiveTvChannels: (type_2, userId_2, startIndex_1, isMovie_1, isSeries_1, isNews_1, isKids_1, isSports_1, limit_1, isFavorite_1, isLiked_1, isDisliked_1, enableImages_1, imageTypeLimit_1, enableImageTypes_1, fields_1, enableUserData_1, sortBy_1, sortOrder_1, enableFavoriteSorting_1, addCurrentProgram_1, ...args_20) => __awaiter(this, [type_2, userId_2, startIndex_1, isMovie_1, isSeries_1, isNews_1, isKids_1, isSports_1, limit_1, isFavorite_1, isLiked_1, isDisliked_1, enableImages_1, imageTypeLimit_1, enableImageTypes_1, fields_1, enableUserData_1, sortBy_1, sortOrder_1, enableFavoriteSorting_1, addCurrentProgram_1, ...args_20], void 0, function* (type, userId, startIndex, isMovie, isSeries, isNews, isKids, isSports, limit, isFavorite, isLiked, isDisliked, enableImages, imageTypeLimit, enableImageTypes, fields, enableUserData, sortBy, sortOrder, enableFavoriteSorting, addCurrentProgram, options = {}) {
646
657
  const localVarPath = `/LiveTv/Channels`;
647
658
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
648
659
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -732,7 +743,7 @@ const LiveTvApiAxiosParamCreator = function (configuration) {
732
743
  * @param {*} [options] Override http request option.
733
744
  * @throws {RequiredError}
734
745
  */
735
- getLiveTvInfo: (options = {}) => __awaiter(this, void 0, void 0, function* () {
746
+ getLiveTvInfo: (...args_21) => __awaiter(this, [...args_21], void 0, function* (options = {}) {
736
747
  const localVarPath = `/LiveTv/Info`;
737
748
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
738
749
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -771,7 +782,7 @@ const LiveTvApiAxiosParamCreator = function (configuration) {
771
782
  * @param {boolean} [isSports] Optional. Filter for sports.
772
783
  * @param {number} [startIndex] Optional. The record index to start at. All items with a lower index will be dropped from the results.
773
784
  * @param {number} [limit] Optional. The maximum number of records to return.
774
- * @param {Array<string>} [sortBy] Optional. Specify one or more sort orders, comma delimited. Options: Name, StartDate.
785
+ * @param {Array<ItemSortBy>} [sortBy] Optional. Specify one or more sort orders, comma delimited. Options: Name, StartDate.
775
786
  * @param {Array<SortOrder>} [sortOrder] Sort Order - Ascending,Descending.
776
787
  * @param {Array<string>} [genres] The genres to return guide information for.
777
788
  * @param {Array<string>} [genreIds] The genre ids to return guide information for.
@@ -786,7 +797,7 @@ const LiveTvApiAxiosParamCreator = function (configuration) {
786
797
  * @param {*} [options] Override http request option.
787
798
  * @throws {RequiredError}
788
799
  */
789
- getLiveTvPrograms: (channelIds, userId, minStartDate, hasAired, isAiring, maxStartDate, minEndDate, maxEndDate, isMovie, isSeries, isNews, isKids, isSports, startIndex, limit, sortBy, sortOrder, genres, genreIds, enableImages, imageTypeLimit, enableImageTypes, enableUserData, seriesTimerId, librarySeriesId, fields, enableTotalRecordCount, options = {}) => __awaiter(this, void 0, void 0, function* () {
800
+ getLiveTvPrograms: (channelIds_1, userId_3, minStartDate_1, hasAired_1, isAiring_1, maxStartDate_1, minEndDate_1, maxEndDate_1, isMovie_2, isSeries_2, isNews_2, isKids_2, isSports_2, startIndex_2, limit_2, sortBy_2, sortOrder_2, genres_1, genreIds_1, enableImages_2, imageTypeLimit_2, enableImageTypes_2, enableUserData_2, seriesTimerId_1, librarySeriesId_1, fields_2, enableTotalRecordCount_1, ...args_22) => __awaiter(this, [channelIds_1, userId_3, minStartDate_1, hasAired_1, isAiring_1, maxStartDate_1, minEndDate_1, maxEndDate_1, isMovie_2, isSeries_2, isNews_2, isKids_2, isSports_2, startIndex_2, limit_2, sortBy_2, sortOrder_2, genres_1, genreIds_1, enableImages_2, imageTypeLimit_2, enableImageTypes_2, enableUserData_2, seriesTimerId_1, librarySeriesId_1, fields_2, enableTotalRecordCount_1, ...args_22], void 0, function* (channelIds, userId, minStartDate, hasAired, isAiring, maxStartDate, minEndDate, maxEndDate, isMovie, isSeries, isNews, isKids, isSports, startIndex, limit, sortBy, sortOrder, genres, genreIds, enableImages, imageTypeLimit, enableImageTypes, enableUserData, seriesTimerId, librarySeriesId, fields, enableTotalRecordCount, options = {}) {
790
801
  const localVarPath = `/LiveTv/Programs`;
791
802
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
792
803
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -904,7 +915,7 @@ const LiveTvApiAxiosParamCreator = function (configuration) {
904
915
  * @param {*} [options] Override http request option.
905
916
  * @throws {RequiredError}
906
917
  */
907
- getProgram: (programId, userId, options = {}) => __awaiter(this, void 0, void 0, function* () {
918
+ getProgram: (programId_2, userId_4, ...args_23) => __awaiter(this, [programId_2, userId_4, ...args_23], void 0, function* (programId, userId, options = {}) {
908
919
  // verify required parameter 'programId' is not null or undefined
909
920
  assertParamExists('getProgram', 'programId', programId);
910
921
  const localVarPath = `/LiveTv/Programs/{programId}`
@@ -938,7 +949,7 @@ const LiveTvApiAxiosParamCreator = function (configuration) {
938
949
  * @param {*} [options] Override http request option.
939
950
  * @throws {RequiredError}
940
951
  */
941
- getPrograms: (getProgramsDto, options = {}) => __awaiter(this, void 0, void 0, function* () {
952
+ getPrograms: (getProgramsDto_1, ...args_24) => __awaiter(this, [getProgramsDto_1, ...args_24], void 0, function* (getProgramsDto, options = {}) {
942
953
  const localVarPath = `/LiveTv/Programs`;
943
954
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
944
955
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -983,7 +994,7 @@ const LiveTvApiAxiosParamCreator = function (configuration) {
983
994
  * @param {*} [options] Override http request option.
984
995
  * @throws {RequiredError}
985
996
  */
986
- getRecommendedPrograms: (userId, limit, isAiring, hasAired, isSeries, isMovie, isNews, isKids, isSports, enableImages, imageTypeLimit, enableImageTypes, genreIds, fields, enableUserData, enableTotalRecordCount, options = {}) => __awaiter(this, void 0, void 0, function* () {
997
+ getRecommendedPrograms: (userId_5, limit_3, isAiring_2, hasAired_2, isSeries_3, isMovie_3, isNews_3, isKids_3, isSports_3, enableImages_3, imageTypeLimit_3, enableImageTypes_3, genreIds_2, fields_3, enableUserData_3, enableTotalRecordCount_2, ...args_25) => __awaiter(this, [userId_5, limit_3, isAiring_2, hasAired_2, isSeries_3, isMovie_3, isNews_3, isKids_3, isSports_3, enableImages_3, imageTypeLimit_3, enableImageTypes_3, genreIds_2, fields_3, enableUserData_3, enableTotalRecordCount_2, ...args_25], void 0, function* (userId, limit, isAiring, hasAired, isSeries, isMovie, isNews, isKids, isSports, enableImages, imageTypeLimit, enableImageTypes, genreIds, fields, enableUserData, enableTotalRecordCount, options = {}) {
987
998
  const localVarPath = `/LiveTv/Programs/Recommended`;
988
999
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
989
1000
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -1060,7 +1071,7 @@ const LiveTvApiAxiosParamCreator = function (configuration) {
1060
1071
  * @param {*} [options] Override http request option.
1061
1072
  * @throws {RequiredError}
1062
1073
  */
1063
- getRecording: (recordingId, userId, options = {}) => __awaiter(this, void 0, void 0, function* () {
1074
+ getRecording: (recordingId_3, userId_6, ...args_26) => __awaiter(this, [recordingId_3, userId_6, ...args_26], void 0, function* (recordingId, userId, options = {}) {
1064
1075
  // verify required parameter 'recordingId' is not null or undefined
1065
1076
  assertParamExists('getRecording', 'recordingId', recordingId);
1066
1077
  const localVarPath = `/LiveTv/Recordings/{recordingId}`
@@ -1094,7 +1105,7 @@ const LiveTvApiAxiosParamCreator = function (configuration) {
1094
1105
  * @param {*} [options] Override http request option.
1095
1106
  * @throws {RequiredError}
1096
1107
  */
1097
- getRecordingFolders: (userId, options = {}) => __awaiter(this, void 0, void 0, function* () {
1108
+ getRecordingFolders: (userId_7, ...args_27) => __awaiter(this, [userId_7, ...args_27], void 0, function* (userId, options = {}) {
1098
1109
  const localVarPath = `/LiveTv/Recordings/Folders`;
1099
1110
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1100
1111
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -1126,7 +1137,7 @@ const LiveTvApiAxiosParamCreator = function (configuration) {
1126
1137
  * @deprecated
1127
1138
  * @throws {RequiredError}
1128
1139
  */
1129
- getRecordingGroup: (groupId, options = {}) => __awaiter(this, void 0, void 0, function* () {
1140
+ getRecordingGroup: (groupId_1, ...args_28) => __awaiter(this, [groupId_1, ...args_28], void 0, function* (groupId, options = {}) {
1130
1141
  // verify required parameter 'groupId' is not null or undefined
1131
1142
  assertParamExists('getRecordingGroup', 'groupId', groupId);
1132
1143
  const localVarPath = `/LiveTv/Recordings/Groups/{groupId}`
@@ -1158,7 +1169,7 @@ const LiveTvApiAxiosParamCreator = function (configuration) {
1158
1169
  * @deprecated
1159
1170
  * @throws {RequiredError}
1160
1171
  */
1161
- getRecordingGroups: (userId, options = {}) => __awaiter(this, void 0, void 0, function* () {
1172
+ getRecordingGroups: (userId_8, ...args_29) => __awaiter(this, [userId_8, ...args_29], void 0, function* (userId, options = {}) {
1162
1173
  const localVarPath = `/LiveTv/Recordings/Groups`;
1163
1174
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1164
1175
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -1207,7 +1218,7 @@ const LiveTvApiAxiosParamCreator = function (configuration) {
1207
1218
  * @param {*} [options] Override http request option.
1208
1219
  * @throws {RequiredError}
1209
1220
  */
1210
- getRecordings: (channelId, userId, startIndex, limit, status, isInProgress, seriesTimerId, enableImages, imageTypeLimit, enableImageTypes, fields, enableUserData, isMovie, isSeries, isKids, isSports, isNews, isLibraryItem, enableTotalRecordCount, options = {}) => __awaiter(this, void 0, void 0, function* () {
1221
+ getRecordings: (channelId_2, userId_9, startIndex_3, limit_4, status_1, isInProgress_1, seriesTimerId_2, enableImages_4, imageTypeLimit_4, enableImageTypes_4, fields_4, enableUserData_4, isMovie_4, isSeries_4, isKids_4, isSports_4, isNews_4, isLibraryItem_1, enableTotalRecordCount_3, ...args_30) => __awaiter(this, [channelId_2, userId_9, startIndex_3, limit_4, status_1, isInProgress_1, seriesTimerId_2, enableImages_4, imageTypeLimit_4, enableImageTypes_4, fields_4, enableUserData_4, isMovie_4, isSeries_4, isKids_4, isSports_4, isNews_4, isLibraryItem_1, enableTotalRecordCount_3, ...args_30], void 0, function* (channelId, userId, startIndex, limit, status, isInProgress, seriesTimerId, enableImages, imageTypeLimit, enableImageTypes, fields, enableUserData, isMovie, isSeries, isKids, isSports, isNews, isLibraryItem, enableTotalRecordCount, options = {}) {
1211
1222
  const localVarPath = `/LiveTv/Recordings`;
1212
1223
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1213
1224
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -1306,7 +1317,7 @@ const LiveTvApiAxiosParamCreator = function (configuration) {
1306
1317
  * @deprecated
1307
1318
  * @throws {RequiredError}
1308
1319
  */
1309
- getRecordingsSeries: (channelId, userId, groupId, startIndex, limit, status, isInProgress, seriesTimerId, enableImages, imageTypeLimit, enableImageTypes, fields, enableUserData, enableTotalRecordCount, options = {}) => __awaiter(this, void 0, void 0, function* () {
1320
+ getRecordingsSeries: (channelId_3, userId_10, groupId_2, startIndex_4, limit_5, status_2, isInProgress_2, seriesTimerId_3, enableImages_5, imageTypeLimit_5, enableImageTypes_5, fields_5, enableUserData_5, enableTotalRecordCount_4, ...args_31) => __awaiter(this, [channelId_3, userId_10, groupId_2, startIndex_4, limit_5, status_2, isInProgress_2, seriesTimerId_3, enableImages_5, imageTypeLimit_5, enableImageTypes_5, fields_5, enableUserData_5, enableTotalRecordCount_4, ...args_31], void 0, function* (channelId, userId, groupId, startIndex, limit, status, isInProgress, seriesTimerId, enableImages, imageTypeLimit, enableImageTypes, fields, enableUserData, enableTotalRecordCount, options = {}) {
1310
1321
  const localVarPath = `/LiveTv/Recordings/Series`;
1311
1322
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1312
1323
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -1375,7 +1386,7 @@ const LiveTvApiAxiosParamCreator = function (configuration) {
1375
1386
  * @param {*} [options] Override http request option.
1376
1387
  * @throws {RequiredError}
1377
1388
  */
1378
- getSchedulesDirectCountries: (options = {}) => __awaiter(this, void 0, void 0, function* () {
1389
+ getSchedulesDirectCountries: (...args_32) => __awaiter(this, [...args_32], void 0, function* (options = {}) {
1379
1390
  const localVarPath = `/LiveTv/ListingProviders/SchedulesDirect/Countries`;
1380
1391
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1381
1392
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -1403,7 +1414,7 @@ const LiveTvApiAxiosParamCreator = function (configuration) {
1403
1414
  * @param {*} [options] Override http request option.
1404
1415
  * @throws {RequiredError}
1405
1416
  */
1406
- getSeriesTimer: (timerId, options = {}) => __awaiter(this, void 0, void 0, function* () {
1417
+ getSeriesTimer: (timerId_3, ...args_33) => __awaiter(this, [timerId_3, ...args_33], void 0, function* (timerId, options = {}) {
1407
1418
  // verify required parameter 'timerId' is not null or undefined
1408
1419
  assertParamExists('getSeriesTimer', 'timerId', timerId);
1409
1420
  const localVarPath = `/LiveTv/SeriesTimers/{timerId}`
@@ -1435,7 +1446,7 @@ const LiveTvApiAxiosParamCreator = function (configuration) {
1435
1446
  * @param {*} [options] Override http request option.
1436
1447
  * @throws {RequiredError}
1437
1448
  */
1438
- getSeriesTimers: (sortBy, sortOrder, options = {}) => __awaiter(this, void 0, void 0, function* () {
1449
+ getSeriesTimers: (sortBy_3, sortOrder_3, ...args_34) => __awaiter(this, [sortBy_3, sortOrder_3, ...args_34], void 0, function* (sortBy, sortOrder, options = {}) {
1439
1450
  const localVarPath = `/LiveTv/SeriesTimers`;
1440
1451
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1441
1452
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -1469,7 +1480,7 @@ const LiveTvApiAxiosParamCreator = function (configuration) {
1469
1480
  * @param {*} [options] Override http request option.
1470
1481
  * @throws {RequiredError}
1471
1482
  */
1472
- getTimer: (timerId, options = {}) => __awaiter(this, void 0, void 0, function* () {
1483
+ getTimer: (timerId_4, ...args_35) => __awaiter(this, [timerId_4, ...args_35], void 0, function* (timerId, options = {}) {
1473
1484
  // verify required parameter 'timerId' is not null or undefined
1474
1485
  assertParamExists('getTimer', 'timerId', timerId);
1475
1486
  const localVarPath = `/LiveTv/Timers/{timerId}`
@@ -1503,7 +1514,7 @@ const LiveTvApiAxiosParamCreator = function (configuration) {
1503
1514
  * @param {*} [options] Override http request option.
1504
1515
  * @throws {RequiredError}
1505
1516
  */
1506
- getTimers: (channelId, seriesTimerId, isActive, isScheduled, options = {}) => __awaiter(this, void 0, void 0, function* () {
1517
+ getTimers: (channelId_4, seriesTimerId_4, isActive_1, isScheduled_1, ...args_36) => __awaiter(this, [channelId_4, seriesTimerId_4, isActive_1, isScheduled_1, ...args_36], void 0, function* (channelId, seriesTimerId, isActive, isScheduled, options = {}) {
1507
1518
  const localVarPath = `/LiveTv/Timers`;
1508
1519
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1509
1520
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -1542,7 +1553,7 @@ const LiveTvApiAxiosParamCreator = function (configuration) {
1542
1553
  * @param {*} [options] Override http request option.
1543
1554
  * @throws {RequiredError}
1544
1555
  */
1545
- getTunerHostTypes: (options = {}) => __awaiter(this, void 0, void 0, function* () {
1556
+ getTunerHostTypes: (...args_37) => __awaiter(this, [...args_37], void 0, function* (options = {}) {
1546
1557
  const localVarPath = `/LiveTv/TunerHosts/Types`;
1547
1558
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1548
1559
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -1570,7 +1581,7 @@ const LiveTvApiAxiosParamCreator = function (configuration) {
1570
1581
  * @param {*} [options] Override http request option.
1571
1582
  * @throws {RequiredError}
1572
1583
  */
1573
- resetTuner: (tunerId, options = {}) => __awaiter(this, void 0, void 0, function* () {
1584
+ resetTuner: (tunerId_1, ...args_38) => __awaiter(this, [tunerId_1, ...args_38], void 0, function* (tunerId, options = {}) {
1574
1585
  // verify required parameter 'tunerId' is not null or undefined
1575
1586
  assertParamExists('resetTuner', 'tunerId', tunerId);
1576
1587
  const localVarPath = `/LiveTv/Tuners/{tunerId}/Reset`
@@ -1601,7 +1612,7 @@ const LiveTvApiAxiosParamCreator = function (configuration) {
1601
1612
  * @param {*} [options] Override http request option.
1602
1613
  * @throws {RequiredError}
1603
1614
  */
1604
- setChannelMapping: (setChannelMappingDto, options = {}) => __awaiter(this, void 0, void 0, function* () {
1615
+ setChannelMapping: (setChannelMappingDto_1, ...args_39) => __awaiter(this, [setChannelMappingDto_1, ...args_39], void 0, function* (setChannelMappingDto, options = {}) {
1605
1616
  // verify required parameter 'setChannelMappingDto' is not null or undefined
1606
1617
  assertParamExists('setChannelMapping', 'setChannelMappingDto', setChannelMappingDto);
1607
1618
  const localVarPath = `/LiveTv/ChannelMappings`;
@@ -1634,7 +1645,7 @@ const LiveTvApiAxiosParamCreator = function (configuration) {
1634
1645
  * @param {*} [options] Override http request option.
1635
1646
  * @throws {RequiredError}
1636
1647
  */
1637
- updateSeriesTimer: (timerId, seriesTimerInfoDto, options = {}) => __awaiter(this, void 0, void 0, function* () {
1648
+ updateSeriesTimer: (timerId_5, seriesTimerInfoDto_2, ...args_40) => __awaiter(this, [timerId_5, seriesTimerInfoDto_2, ...args_40], void 0, function* (timerId, seriesTimerInfoDto, options = {}) {
1638
1649
  // verify required parameter 'timerId' is not null or undefined
1639
1650
  assertParamExists('updateSeriesTimer', 'timerId', timerId);
1640
1651
  const localVarPath = `/LiveTv/SeriesTimers/{timerId}`
@@ -1668,7 +1679,7 @@ const LiveTvApiAxiosParamCreator = function (configuration) {
1668
1679
  * @param {*} [options] Override http request option.
1669
1680
  * @throws {RequiredError}
1670
1681
  */
1671
- updateTimer: (timerId, timerInfoDto, options = {}) => __awaiter(this, void 0, void 0, function* () {
1682
+ updateTimer: (timerId_6, timerInfoDto_2, ...args_41) => __awaiter(this, [timerId_6, timerInfoDto_2, ...args_41], void 0, function* (timerId, timerInfoDto, options = {}) {
1672
1683
  // verify required parameter 'timerId' is not null or undefined
1673
1684
  assertParamExists('updateTimer', 'timerId', timerId);
1674
1685
  const localVarPath = `/LiveTv/Timers/{timerId}`
@@ -1976,7 +1987,7 @@ const LiveTvApiFp = function (configuration) {
1976
1987
  * @param {Array<ImageType>} [enableImageTypes] \&quot;Optional. The image types to include in the output.
1977
1988
  * @param {Array<ItemFields>} [fields] Optional. Specify additional fields of information to return in the output.
1978
1989
  * @param {boolean} [enableUserData] Optional. Include user data.
1979
- * @param {Array<string>} [sortBy] Optional. Key to sort by.
1990
+ * @param {Array<ItemSortBy>} [sortBy] Optional. Key to sort by.
1980
1991
  * @param {SortOrder} [sortOrder] Optional. Sort order.
1981
1992
  * @param {boolean} [enableFavoriteSorting] Optional. Incorporate favorite and like status into channel sorting.
1982
1993
  * @param {boolean} [addCurrentProgram] Optional. Adds current program info to each channel.
@@ -2019,7 +2030,7 @@ const LiveTvApiFp = function (configuration) {
2019
2030
  * @param {boolean} [isSports] Optional. Filter for sports.
2020
2031
  * @param {number} [startIndex] Optional. The record index to start at. All items with a lower index will be dropped from the results.
2021
2032
  * @param {number} [limit] Optional. The maximum number of records to return.
2022
- * @param {Array<string>} [sortBy] Optional. Specify one or more sort orders, comma delimited. Options: Name, StartDate.
2033
+ * @param {Array<ItemSortBy>} [sortBy] Optional. Specify one or more sort orders, comma delimited. Options: Name, StartDate.
2023
2034
  * @param {Array<SortOrder>} [sortOrder] Sort Order - Ascending,Descending.
2024
2035
  * @param {Array<string>} [genres] The genres to return guide information for.
2025
2036
  * @param {Array<string>} [genreIds] The genre ids to return guide information for.
@@ -2567,7 +2578,7 @@ const LiveTvApiFactory = function (configuration, basePath, axios) {
2567
2578
  * @param {Array<ImageType>} [enableImageTypes] \&quot;Optional. The image types to include in the output.
2568
2579
  * @param {Array<ItemFields>} [fields] Optional. Specify additional fields of information to return in the output.
2569
2580
  * @param {boolean} [enableUserData] Optional. Include user data.
2570
- * @param {Array<string>} [sortBy] Optional. Key to sort by.
2581
+ * @param {Array<ItemSortBy>} [sortBy] Optional. Key to sort by.
2571
2582
  * @param {SortOrder} [sortOrder] Optional. Sort order.
2572
2583
  * @param {boolean} [enableFavoriteSorting] Optional. Incorporate favorite and like status into channel sorting.
2573
2584
  * @param {boolean} [addCurrentProgram] Optional. Adds current program info to each channel.
@@ -2604,7 +2615,7 @@ const LiveTvApiFactory = function (configuration, basePath, axios) {
2604
2615
  * @param {boolean} [isSports] Optional. Filter for sports.
2605
2616
  * @param {number} [startIndex] Optional. The record index to start at. All items with a lower index will be dropped from the results.
2606
2617
  * @param {number} [limit] Optional. The maximum number of records to return.
2607
- * @param {Array<string>} [sortBy] Optional. Specify one or more sort orders, comma delimited. Options: Name, StartDate.
2618
+ * @param {Array<ItemSortBy>} [sortBy] Optional. Specify one or more sort orders, comma delimited. Options: Name, StartDate.
2608
2619
  * @param {Array<SortOrder>} [sortOrder] Sort Order - Ascending,Descending.
2609
2620
  * @param {Array<string>} [genres] The genres to return guide information for.
2610
2621
  * @param {Array<string>} [genreIds] The genre ids to return guide information for.
@@ -4,6 +4,17 @@ import { DUMMY_BASE_URL, setApiKeyToObject, setSearchParams, toPathString, creat
4
4
  import { BaseAPI, BASE_PATH } from '../base.js';
5
5
 
6
6
  /* tslint:disable */
7
+ /* eslint-disable */
8
+ /**
9
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
10
+ * Do not edit the class manually.
11
+ *
12
+ * Jellyfin API
13
+ *
14
+ * This Source Code Form is subject to the terms of the Mozilla Public
15
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
16
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
17
+ */
7
18
  /**
8
19
  * LocalizationApi - axios parameter creator
9
20
  * @export
@@ -16,7 +27,7 @@ const LocalizationApiAxiosParamCreator = function (configuration) {
16
27
  * @param {*} [options] Override http request option.
17
28
  * @throws {RequiredError}
18
29
  */
19
- getCountries: (options = {}) => __awaiter(this, void 0, void 0, function* () {
30
+ getCountries: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
20
31
  const localVarPath = `/Localization/Countries`;
21
32
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
22
33
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -43,7 +54,7 @@ const LocalizationApiAxiosParamCreator = function (configuration) {
43
54
  * @param {*} [options] Override http request option.
44
55
  * @throws {RequiredError}
45
56
  */
46
- getCultures: (options = {}) => __awaiter(this, void 0, void 0, function* () {
57
+ getCultures: (...args_2) => __awaiter(this, [...args_2], void 0, function* (options = {}) {
47
58
  const localVarPath = `/Localization/Cultures`;
48
59
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
49
60
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -70,7 +81,7 @@ const LocalizationApiAxiosParamCreator = function (configuration) {
70
81
  * @param {*} [options] Override http request option.
71
82
  * @throws {RequiredError}
72
83
  */
73
- getLocalizationOptions: (options = {}) => __awaiter(this, void 0, void 0, function* () {
84
+ getLocalizationOptions: (...args_3) => __awaiter(this, [...args_3], void 0, function* (options = {}) {
74
85
  const localVarPath = `/Localization/Options`;
75
86
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
76
87
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -97,7 +108,7 @@ const LocalizationApiAxiosParamCreator = function (configuration) {
97
108
  * @param {*} [options] Override http request option.
98
109
  * @throws {RequiredError}
99
110
  */
100
- getParentalRatings: (options = {}) => __awaiter(this, void 0, void 0, function* () {
111
+ getParentalRatings: (...args_4) => __awaiter(this, [...args_4], void 0, function* (options = {}) {
101
112
  const localVarPath = `/Localization/ParentalRatings`;
102
113
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
103
114
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);