@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
@@ -87,7 +87,7 @@ export declare const AudioApiAxiosParamCreator: (configuration?: Configuration)
87
87
  * @param {string} [deviceProfileId] Optional. The dlna device profile id to utilize.
88
88
  * @param {string} [playSessionId] The play session id.
89
89
  * @param {string} [segmentContainer] The segment container.
90
- * @param {number} [segmentLength] The segment lenght.
90
+ * @param {number} [segmentLength] The segment length.
91
91
  * @param {number} [minSegments] The minimum number of segments.
92
92
  * @param {string} [mediaSourceId] The media version id, if playing an alternate version.
93
93
  * @param {string} [deviceId] The device id of the client requesting. Used to stop encoding processes when needed.
@@ -203,7 +203,7 @@ export declare const AudioApiAxiosParamCreator: (configuration?: Configuration)
203
203
  * @param {string} [deviceProfileId] Optional. The dlna device profile id to utilize.
204
204
  * @param {string} [playSessionId] The play session id.
205
205
  * @param {string} [segmentContainer] The segment container.
206
- * @param {number} [segmentLength] The segment lenght.
206
+ * @param {number} [segmentLength] The segment length.
207
207
  * @param {number} [minSegments] The minimum number of segments.
208
208
  * @param {string} [mediaSourceId] The media version id, if playing an alternate version.
209
209
  * @param {string} [deviceId] The device id of the client requesting. Used to stop encoding processes when needed.
@@ -325,7 +325,7 @@ export declare const AudioApiFp: (configuration?: Configuration) => {
325
325
  * @param {string} [deviceProfileId] Optional. The dlna device profile id to utilize.
326
326
  * @param {string} [playSessionId] The play session id.
327
327
  * @param {string} [segmentContainer] The segment container.
328
- * @param {number} [segmentLength] The segment lenght.
328
+ * @param {number} [segmentLength] The segment length.
329
329
  * @param {number} [minSegments] The minimum number of segments.
330
330
  * @param {string} [mediaSourceId] The media version id, if playing an alternate version.
331
331
  * @param {string} [deviceId] The device id of the client requesting. Used to stop encoding processes when needed.
@@ -441,7 +441,7 @@ export declare const AudioApiFp: (configuration?: Configuration) => {
441
441
  * @param {string} [deviceProfileId] Optional. The dlna device profile id to utilize.
442
442
  * @param {string} [playSessionId] The play session id.
443
443
  * @param {string} [segmentContainer] The segment container.
444
- * @param {number} [segmentLength] The segment lenght.
444
+ * @param {number} [segmentLength] The segment length.
445
445
  * @param {number} [minSegments] The minimum number of segments.
446
446
  * @param {string} [mediaSourceId] The media version id, if playing an alternate version.
447
447
  * @param {string} [deviceId] The device id of the client requesting. Used to stop encoding processes when needed.
@@ -563,7 +563,7 @@ export declare const AudioApiFactory: (configuration?: Configuration, basePath?:
563
563
  * @param {string} [deviceProfileId] Optional. The dlna device profile id to utilize.
564
564
  * @param {string} [playSessionId] The play session id.
565
565
  * @param {string} [segmentContainer] The segment container.
566
- * @param {number} [segmentLength] The segment lenght.
566
+ * @param {number} [segmentLength] The segment length.
567
567
  * @param {number} [minSegments] The minimum number of segments.
568
568
  * @param {string} [mediaSourceId] The media version id, if playing an alternate version.
569
569
  * @param {string} [deviceId] The device id of the client requesting. Used to stop encoding processes when needed.
@@ -679,7 +679,7 @@ export declare const AudioApiFactory: (configuration?: Configuration, basePath?:
679
679
  * @param {string} [deviceProfileId] Optional. The dlna device profile id to utilize.
680
680
  * @param {string} [playSessionId] The play session id.
681
681
  * @param {string} [segmentContainer] The segment container.
682
- * @param {number} [segmentLength] The segment lenght.
682
+ * @param {number} [segmentLength] The segment length.
683
683
  * @param {number} [minSegments] The minimum number of segments.
684
684
  * @param {string} [mediaSourceId] The media version id, if playing an alternate version.
685
685
  * @param {string} [deviceId] The device id of the client requesting. Used to stop encoding processes when needed.
@@ -1085,7 +1085,7 @@ export interface AudioApiGetAudioStreamByContainerRequest {
1085
1085
  */
1086
1086
  readonly segmentContainer?: string;
1087
1087
  /**
1088
- * The segment lenght.
1088
+ * The segment length.
1089
1089
  * @type {number}
1090
1090
  * @memberof AudioApiGetAudioStreamByContainer
1091
1091
  */
@@ -1691,7 +1691,7 @@ export interface AudioApiHeadAudioStreamByContainerRequest {
1691
1691
  */
1692
1692
  readonly segmentContainer?: string;
1693
1693
  /**
1694
- * The segment lenght.
1694
+ * The segment length.
1695
1695
  * @type {number}
1696
1696
  * @memberof AudioApiHeadAudioStreamByContainer
1697
1697
  */
@@ -4,6 +4,17 @@ import { assertParamExists, DUMMY_BASE_URL, 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
  * AudioApi - axios parameter creator
9
20
  * @export
@@ -65,7 +76,7 @@ const AudioApiAxiosParamCreator = function (configuration) {
65
76
  * @param {*} [options] Override http request option.
66
77
  * @throws {RequiredError}
67
78
  */
68
- getAudioStream: (itemId, container, _static, params, tag, deviceProfileId, playSessionId, segmentContainer, segmentLength, minSegments, mediaSourceId, deviceId, audioCodec, enableAutoStreamCopy, allowVideoStreamCopy, allowAudioStreamCopy, breakOnNonKeyFrames, audioSampleRate, maxAudioBitDepth, audioBitRate, audioChannels, maxAudioChannels, profile, level, framerate, maxFramerate, copyTimestamps, startTimeTicks, width, height, videoBitRate, subtitleStreamIndex, subtitleMethod, maxRefFrames, maxVideoBitDepth, requireAvc, deInterlace, requireNonAnamorphic, transcodingMaxAudioChannels, cpuCoreLimit, liveStreamId, enableMpegtsM2TsMode, videoCodec, subtitleCodec, transcodeReasons, audioStreamIndex, videoStreamIndex, context, streamOptions, options = {}) => __awaiter(this, void 0, void 0, function* () {
79
+ getAudioStream: (itemId_1, container_1, _static_1, params_1, tag_1, deviceProfileId_1, playSessionId_1, segmentContainer_1, segmentLength_1, minSegments_1, mediaSourceId_1, deviceId_1, audioCodec_1, enableAutoStreamCopy_1, allowVideoStreamCopy_1, allowAudioStreamCopy_1, breakOnNonKeyFrames_1, audioSampleRate_1, maxAudioBitDepth_1, audioBitRate_1, audioChannels_1, maxAudioChannels_1, profile_1, level_1, framerate_1, maxFramerate_1, copyTimestamps_1, startTimeTicks_1, width_1, height_1, videoBitRate_1, subtitleStreamIndex_1, subtitleMethod_1, maxRefFrames_1, maxVideoBitDepth_1, requireAvc_1, deInterlace_1, requireNonAnamorphic_1, transcodingMaxAudioChannels_1, cpuCoreLimit_1, liveStreamId_1, enableMpegtsM2TsMode_1, videoCodec_1, subtitleCodec_1, transcodeReasons_1, audioStreamIndex_1, videoStreamIndex_1, context_1, streamOptions_1, ...args_1) => __awaiter(this, [itemId_1, container_1, _static_1, params_1, tag_1, deviceProfileId_1, playSessionId_1, segmentContainer_1, segmentLength_1, minSegments_1, mediaSourceId_1, deviceId_1, audioCodec_1, enableAutoStreamCopy_1, allowVideoStreamCopy_1, allowAudioStreamCopy_1, breakOnNonKeyFrames_1, audioSampleRate_1, maxAudioBitDepth_1, audioBitRate_1, audioChannels_1, maxAudioChannels_1, profile_1, level_1, framerate_1, maxFramerate_1, copyTimestamps_1, startTimeTicks_1, width_1, height_1, videoBitRate_1, subtitleStreamIndex_1, subtitleMethod_1, maxRefFrames_1, maxVideoBitDepth_1, requireAvc_1, deInterlace_1, requireNonAnamorphic_1, transcodingMaxAudioChannels_1, cpuCoreLimit_1, liveStreamId_1, enableMpegtsM2TsMode_1, videoCodec_1, subtitleCodec_1, transcodeReasons_1, audioStreamIndex_1, videoStreamIndex_1, context_1, streamOptions_1, ...args_1], void 0, function* (itemId, container, _static, params, tag, deviceProfileId, playSessionId, segmentContainer, segmentLength, minSegments, mediaSourceId, deviceId, audioCodec, enableAutoStreamCopy, allowVideoStreamCopy, allowAudioStreamCopy, breakOnNonKeyFrames, audioSampleRate, maxAudioBitDepth, audioBitRate, audioChannels, maxAudioChannels, profile, level, framerate, maxFramerate, copyTimestamps, startTimeTicks, width, height, videoBitRate, subtitleStreamIndex, subtitleMethod, maxRefFrames, maxVideoBitDepth, requireAvc, deInterlace, requireNonAnamorphic, transcodingMaxAudioChannels, cpuCoreLimit, liveStreamId, enableMpegtsM2TsMode, videoCodec, subtitleCodec, transcodeReasons, audioStreamIndex, videoStreamIndex, context, streamOptions, options = {}) {
69
80
  // verify required parameter 'itemId' is not null or undefined
70
81
  assertParamExists('getAudioStream', 'itemId', itemId);
71
82
  const localVarPath = `/Audio/{itemId}/stream`
@@ -242,7 +253,7 @@ const AudioApiAxiosParamCreator = function (configuration) {
242
253
  * @param {string} [deviceProfileId] Optional. The dlna device profile id to utilize.
243
254
  * @param {string} [playSessionId] The play session id.
244
255
  * @param {string} [segmentContainer] The segment container.
245
- * @param {number} [segmentLength] The segment lenght.
256
+ * @param {number} [segmentLength] The segment length.
246
257
  * @param {number} [minSegments] The minimum number of segments.
247
258
  * @param {string} [mediaSourceId] The media version id, if playing an alternate version.
248
259
  * @param {string} [deviceId] The device id of the client requesting. Used to stop encoding processes when needed.
@@ -286,7 +297,7 @@ const AudioApiAxiosParamCreator = function (configuration) {
286
297
  * @param {*} [options] Override http request option.
287
298
  * @throws {RequiredError}
288
299
  */
289
- getAudioStreamByContainer: (itemId, container, _static, params, tag, deviceProfileId, playSessionId, segmentContainer, segmentLength, minSegments, mediaSourceId, deviceId, audioCodec, enableAutoStreamCopy, allowVideoStreamCopy, allowAudioStreamCopy, breakOnNonKeyFrames, audioSampleRate, maxAudioBitDepth, audioBitRate, audioChannels, maxAudioChannels, profile, level, framerate, maxFramerate, copyTimestamps, startTimeTicks, width, height, videoBitRate, subtitleStreamIndex, subtitleMethod, maxRefFrames, maxVideoBitDepth, requireAvc, deInterlace, requireNonAnamorphic, transcodingMaxAudioChannels, cpuCoreLimit, liveStreamId, enableMpegtsM2TsMode, videoCodec, subtitleCodec, transcodeReasons, audioStreamIndex, videoStreamIndex, context, streamOptions, options = {}) => __awaiter(this, void 0, void 0, function* () {
300
+ getAudioStreamByContainer: (itemId_2, container_2, _static_2, params_2, tag_2, deviceProfileId_2, playSessionId_2, segmentContainer_2, segmentLength_2, minSegments_2, mediaSourceId_2, deviceId_2, audioCodec_2, enableAutoStreamCopy_2, allowVideoStreamCopy_2, allowAudioStreamCopy_2, breakOnNonKeyFrames_2, audioSampleRate_2, maxAudioBitDepth_2, audioBitRate_2, audioChannels_2, maxAudioChannels_2, profile_2, level_2, framerate_2, maxFramerate_2, copyTimestamps_2, startTimeTicks_2, width_2, height_2, videoBitRate_2, subtitleStreamIndex_2, subtitleMethod_2, maxRefFrames_2, maxVideoBitDepth_2, requireAvc_2, deInterlace_2, requireNonAnamorphic_2, transcodingMaxAudioChannels_2, cpuCoreLimit_2, liveStreamId_2, enableMpegtsM2TsMode_2, videoCodec_2, subtitleCodec_2, transcodeReasons_2, audioStreamIndex_2, videoStreamIndex_2, context_2, streamOptions_2, ...args_2) => __awaiter(this, [itemId_2, container_2, _static_2, params_2, tag_2, deviceProfileId_2, playSessionId_2, segmentContainer_2, segmentLength_2, minSegments_2, mediaSourceId_2, deviceId_2, audioCodec_2, enableAutoStreamCopy_2, allowVideoStreamCopy_2, allowAudioStreamCopy_2, breakOnNonKeyFrames_2, audioSampleRate_2, maxAudioBitDepth_2, audioBitRate_2, audioChannels_2, maxAudioChannels_2, profile_2, level_2, framerate_2, maxFramerate_2, copyTimestamps_2, startTimeTicks_2, width_2, height_2, videoBitRate_2, subtitleStreamIndex_2, subtitleMethod_2, maxRefFrames_2, maxVideoBitDepth_2, requireAvc_2, deInterlace_2, requireNonAnamorphic_2, transcodingMaxAudioChannels_2, cpuCoreLimit_2, liveStreamId_2, enableMpegtsM2TsMode_2, videoCodec_2, subtitleCodec_2, transcodeReasons_2, audioStreamIndex_2, videoStreamIndex_2, context_2, streamOptions_2, ...args_2], void 0, function* (itemId, container, _static, params, tag, deviceProfileId, playSessionId, segmentContainer, segmentLength, minSegments, mediaSourceId, deviceId, audioCodec, enableAutoStreamCopy, allowVideoStreamCopy, allowAudioStreamCopy, breakOnNonKeyFrames, audioSampleRate, maxAudioBitDepth, audioBitRate, audioChannels, maxAudioChannels, profile, level, framerate, maxFramerate, copyTimestamps, startTimeTicks, width, height, videoBitRate, subtitleStreamIndex, subtitleMethod, maxRefFrames, maxVideoBitDepth, requireAvc, deInterlace, requireNonAnamorphic, transcodingMaxAudioChannels, cpuCoreLimit, liveStreamId, enableMpegtsM2TsMode, videoCodec, subtitleCodec, transcodeReasons, audioStreamIndex, videoStreamIndex, context, streamOptions, options = {}) {
290
301
  // verify required parameter 'itemId' is not null or undefined
291
302
  assertParamExists('getAudioStreamByContainer', 'itemId', itemId);
292
303
  // verify required parameter 'container' is not null or undefined
@@ -507,7 +518,7 @@ const AudioApiAxiosParamCreator = function (configuration) {
507
518
  * @param {*} [options] Override http request option.
508
519
  * @throws {RequiredError}
509
520
  */
510
- headAudioStream: (itemId, container, _static, params, tag, deviceProfileId, playSessionId, segmentContainer, segmentLength, minSegments, mediaSourceId, deviceId, audioCodec, enableAutoStreamCopy, allowVideoStreamCopy, allowAudioStreamCopy, breakOnNonKeyFrames, audioSampleRate, maxAudioBitDepth, audioBitRate, audioChannels, maxAudioChannels, profile, level, framerate, maxFramerate, copyTimestamps, startTimeTicks, width, height, videoBitRate, subtitleStreamIndex, subtitleMethod, maxRefFrames, maxVideoBitDepth, requireAvc, deInterlace, requireNonAnamorphic, transcodingMaxAudioChannels, cpuCoreLimit, liveStreamId, enableMpegtsM2TsMode, videoCodec, subtitleCodec, transcodeReasons, audioStreamIndex, videoStreamIndex, context, streamOptions, options = {}) => __awaiter(this, void 0, void 0, function* () {
521
+ headAudioStream: (itemId_3, container_3, _static_3, params_3, tag_3, deviceProfileId_3, playSessionId_3, segmentContainer_3, segmentLength_3, minSegments_3, mediaSourceId_3, deviceId_3, audioCodec_3, enableAutoStreamCopy_3, allowVideoStreamCopy_3, allowAudioStreamCopy_3, breakOnNonKeyFrames_3, audioSampleRate_3, maxAudioBitDepth_3, audioBitRate_3, audioChannels_3, maxAudioChannels_3, profile_3, level_3, framerate_3, maxFramerate_3, copyTimestamps_3, startTimeTicks_3, width_3, height_3, videoBitRate_3, subtitleStreamIndex_3, subtitleMethod_3, maxRefFrames_3, maxVideoBitDepth_3, requireAvc_3, deInterlace_3, requireNonAnamorphic_3, transcodingMaxAudioChannels_3, cpuCoreLimit_3, liveStreamId_3, enableMpegtsM2TsMode_3, videoCodec_3, subtitleCodec_3, transcodeReasons_3, audioStreamIndex_3, videoStreamIndex_3, context_3, streamOptions_3, ...args_3) => __awaiter(this, [itemId_3, container_3, _static_3, params_3, tag_3, deviceProfileId_3, playSessionId_3, segmentContainer_3, segmentLength_3, minSegments_3, mediaSourceId_3, deviceId_3, audioCodec_3, enableAutoStreamCopy_3, allowVideoStreamCopy_3, allowAudioStreamCopy_3, breakOnNonKeyFrames_3, audioSampleRate_3, maxAudioBitDepth_3, audioBitRate_3, audioChannels_3, maxAudioChannels_3, profile_3, level_3, framerate_3, maxFramerate_3, copyTimestamps_3, startTimeTicks_3, width_3, height_3, videoBitRate_3, subtitleStreamIndex_3, subtitleMethod_3, maxRefFrames_3, maxVideoBitDepth_3, requireAvc_3, deInterlace_3, requireNonAnamorphic_3, transcodingMaxAudioChannels_3, cpuCoreLimit_3, liveStreamId_3, enableMpegtsM2TsMode_3, videoCodec_3, subtitleCodec_3, transcodeReasons_3, audioStreamIndex_3, videoStreamIndex_3, context_3, streamOptions_3, ...args_3], void 0, function* (itemId, container, _static, params, tag, deviceProfileId, playSessionId, segmentContainer, segmentLength, minSegments, mediaSourceId, deviceId, audioCodec, enableAutoStreamCopy, allowVideoStreamCopy, allowAudioStreamCopy, breakOnNonKeyFrames, audioSampleRate, maxAudioBitDepth, audioBitRate, audioChannels, maxAudioChannels, profile, level, framerate, maxFramerate, copyTimestamps, startTimeTicks, width, height, videoBitRate, subtitleStreamIndex, subtitleMethod, maxRefFrames, maxVideoBitDepth, requireAvc, deInterlace, requireNonAnamorphic, transcodingMaxAudioChannels, cpuCoreLimit, liveStreamId, enableMpegtsM2TsMode, videoCodec, subtitleCodec, transcodeReasons, audioStreamIndex, videoStreamIndex, context, streamOptions, options = {}) {
511
522
  // verify required parameter 'itemId' is not null or undefined
512
523
  assertParamExists('headAudioStream', 'itemId', itemId);
513
524
  const localVarPath = `/Audio/{itemId}/stream`
@@ -684,7 +695,7 @@ const AudioApiAxiosParamCreator = function (configuration) {
684
695
  * @param {string} [deviceProfileId] Optional. The dlna device profile id to utilize.
685
696
  * @param {string} [playSessionId] The play session id.
686
697
  * @param {string} [segmentContainer] The segment container.
687
- * @param {number} [segmentLength] The segment lenght.
698
+ * @param {number} [segmentLength] The segment length.
688
699
  * @param {number} [minSegments] The minimum number of segments.
689
700
  * @param {string} [mediaSourceId] The media version id, if playing an alternate version.
690
701
  * @param {string} [deviceId] The device id of the client requesting. Used to stop encoding processes when needed.
@@ -728,7 +739,7 @@ const AudioApiAxiosParamCreator = function (configuration) {
728
739
  * @param {*} [options] Override http request option.
729
740
  * @throws {RequiredError}
730
741
  */
731
- headAudioStreamByContainer: (itemId, container, _static, params, tag, deviceProfileId, playSessionId, segmentContainer, segmentLength, minSegments, mediaSourceId, deviceId, audioCodec, enableAutoStreamCopy, allowVideoStreamCopy, allowAudioStreamCopy, breakOnNonKeyFrames, audioSampleRate, maxAudioBitDepth, audioBitRate, audioChannels, maxAudioChannels, profile, level, framerate, maxFramerate, copyTimestamps, startTimeTicks, width, height, videoBitRate, subtitleStreamIndex, subtitleMethod, maxRefFrames, maxVideoBitDepth, requireAvc, deInterlace, requireNonAnamorphic, transcodingMaxAudioChannels, cpuCoreLimit, liveStreamId, enableMpegtsM2TsMode, videoCodec, subtitleCodec, transcodeReasons, audioStreamIndex, videoStreamIndex, context, streamOptions, options = {}) => __awaiter(this, void 0, void 0, function* () {
742
+ headAudioStreamByContainer: (itemId_4, container_4, _static_4, params_4, tag_4, deviceProfileId_4, playSessionId_4, segmentContainer_4, segmentLength_4, minSegments_4, mediaSourceId_4, deviceId_4, audioCodec_4, enableAutoStreamCopy_4, allowVideoStreamCopy_4, allowAudioStreamCopy_4, breakOnNonKeyFrames_4, audioSampleRate_4, maxAudioBitDepth_4, audioBitRate_4, audioChannels_4, maxAudioChannels_4, profile_4, level_4, framerate_4, maxFramerate_4, copyTimestamps_4, startTimeTicks_4, width_4, height_4, videoBitRate_4, subtitleStreamIndex_4, subtitleMethod_4, maxRefFrames_4, maxVideoBitDepth_4, requireAvc_4, deInterlace_4, requireNonAnamorphic_4, transcodingMaxAudioChannels_4, cpuCoreLimit_4, liveStreamId_4, enableMpegtsM2TsMode_4, videoCodec_4, subtitleCodec_4, transcodeReasons_4, audioStreamIndex_4, videoStreamIndex_4, context_4, streamOptions_4, ...args_4) => __awaiter(this, [itemId_4, container_4, _static_4, params_4, tag_4, deviceProfileId_4, playSessionId_4, segmentContainer_4, segmentLength_4, minSegments_4, mediaSourceId_4, deviceId_4, audioCodec_4, enableAutoStreamCopy_4, allowVideoStreamCopy_4, allowAudioStreamCopy_4, breakOnNonKeyFrames_4, audioSampleRate_4, maxAudioBitDepth_4, audioBitRate_4, audioChannels_4, maxAudioChannels_4, profile_4, level_4, framerate_4, maxFramerate_4, copyTimestamps_4, startTimeTicks_4, width_4, height_4, videoBitRate_4, subtitleStreamIndex_4, subtitleMethod_4, maxRefFrames_4, maxVideoBitDepth_4, requireAvc_4, deInterlace_4, requireNonAnamorphic_4, transcodingMaxAudioChannels_4, cpuCoreLimit_4, liveStreamId_4, enableMpegtsM2TsMode_4, videoCodec_4, subtitleCodec_4, transcodeReasons_4, audioStreamIndex_4, videoStreamIndex_4, context_4, streamOptions_4, ...args_4], void 0, function* (itemId, container, _static, params, tag, deviceProfileId, playSessionId, segmentContainer, segmentLength, minSegments, mediaSourceId, deviceId, audioCodec, enableAutoStreamCopy, allowVideoStreamCopy, allowAudioStreamCopy, breakOnNonKeyFrames, audioSampleRate, maxAudioBitDepth, audioBitRate, audioChannels, maxAudioChannels, profile, level, framerate, maxFramerate, copyTimestamps, startTimeTicks, width, height, videoBitRate, subtitleStreamIndex, subtitleMethod, maxRefFrames, maxVideoBitDepth, requireAvc, deInterlace, requireNonAnamorphic, transcodingMaxAudioChannels, cpuCoreLimit, liveStreamId, enableMpegtsM2TsMode, videoCodec, subtitleCodec, transcodeReasons, audioStreamIndex, videoStreamIndex, context, streamOptions, options = {}) {
732
743
  // verify required parameter 'itemId' is not null or undefined
733
744
  assertParamExists('headAudioStreamByContainer', 'itemId', itemId);
734
745
  // verify required parameter 'container' is not null or undefined
@@ -975,7 +986,7 @@ const AudioApiFp = function (configuration) {
975
986
  * @param {string} [deviceProfileId] Optional. The dlna device profile id to utilize.
976
987
  * @param {string} [playSessionId] The play session id.
977
988
  * @param {string} [segmentContainer] The segment container.
978
- * @param {number} [segmentLength] The segment lenght.
989
+ * @param {number} [segmentLength] The segment length.
979
990
  * @param {number} [minSegments] The minimum number of segments.
980
991
  * @param {string} [mediaSourceId] The media version id, if playing an alternate version.
981
992
  * @param {string} [deviceId] The device id of the client requesting. Used to stop encoding processes when needed.
@@ -1097,7 +1108,7 @@ const AudioApiFp = function (configuration) {
1097
1108
  * @param {string} [deviceProfileId] Optional. The dlna device profile id to utilize.
1098
1109
  * @param {string} [playSessionId] The play session id.
1099
1110
  * @param {string} [segmentContainer] The segment container.
1100
- * @param {number} [segmentLength] The segment lenght.
1111
+ * @param {number} [segmentLength] The segment length.
1101
1112
  * @param {number} [minSegments] The minimum number of segments.
1102
1113
  * @param {string} [mediaSourceId] The media version id, if playing an alternate version.
1103
1114
  * @param {string} [deviceId] The device id of the client requesting. Used to stop encoding processes when needed.
@@ -1225,7 +1236,7 @@ const AudioApiFactory = function (configuration, basePath, axios) {
1225
1236
  * @param {string} [deviceProfileId] Optional. The dlna device profile id to utilize.
1226
1237
  * @param {string} [playSessionId] The play session id.
1227
1238
  * @param {string} [segmentContainer] The segment container.
1228
- * @param {number} [segmentLength] The segment lenght.
1239
+ * @param {number} [segmentLength] The segment length.
1229
1240
  * @param {number} [minSegments] The minimum number of segments.
1230
1241
  * @param {string} [mediaSourceId] The media version id, if playing an alternate version.
1231
1242
  * @param {string} [deviceId] The device id of the client requesting. Used to stop encoding processes when needed.
@@ -1341,7 +1352,7 @@ const AudioApiFactory = function (configuration, basePath, axios) {
1341
1352
  * @param {string} [deviceProfileId] Optional. The dlna device profile id to utilize.
1342
1353
  * @param {string} [playSessionId] The play session id.
1343
1354
  * @param {string} [segmentContainer] The segment container.
1344
- * @param {number} [segmentLength] The segment lenght.
1355
+ * @param {number} [segmentLength] The segment length.
1345
1356
  * @param {number} [minSegments] The minimum number of segments.
1346
1357
  * @param {string} [mediaSourceId] The media version id, if playing an alternate version.
1347
1358
  * @param {string} [deviceId] The device id of the client requesting. Used to stop encoding processes when needed.
@@ -4,6 +4,17 @@ import { DUMMY_BASE_URL, setSearchParams, toPathString, createRequestFunction }
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
  * BrandingApi - axios parameter creator
9
20
  * @export
@@ -16,7 +27,7 @@ const BrandingApiAxiosParamCreator = function (configuration) {
16
27
  * @param {*} [options] Override http request option.
17
28
  * @throws {RequiredError}
18
29
  */
19
- getBrandingCss: (options = {}) => __awaiter(this, void 0, void 0, function* () {
30
+ getBrandingCss: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
20
31
  const localVarPath = `/Branding/Css`;
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);
@@ -41,7 +52,7 @@ const BrandingApiAxiosParamCreator = function (configuration) {
41
52
  * @param {*} [options] Override http request option.
42
53
  * @throws {RequiredError}
43
54
  */
44
- getBrandingCss2: (options = {}) => __awaiter(this, void 0, void 0, function* () {
55
+ getBrandingCss2: (...args_2) => __awaiter(this, [...args_2], void 0, function* (options = {}) {
45
56
  const localVarPath = `/Branding/Css.css`;
46
57
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
47
58
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -66,7 +77,7 @@ const BrandingApiAxiosParamCreator = function (configuration) {
66
77
  * @param {*} [options] Override http request option.
67
78
  * @throws {RequiredError}
68
79
  */
69
- getBrandingOptions: (options = {}) => __awaiter(this, void 0, void 0, function* () {
80
+ getBrandingOptions: (...args_3) => __awaiter(this, [...args_3], void 0, function* (options = {}) {
70
81
  const localVarPath = `/Branding/Configuration`;
71
82
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
72
83
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -15,6 +15,7 @@ import { BaseItemDtoQueryResult } from '../models';
15
15
  import { ChannelFeatures } from '../models';
16
16
  import { ItemFields } from '../models';
17
17
  import { ItemFilter } from '../models';
18
+ import { ItemSortBy } from '../models';
18
19
  import { SortOrder } from '../models';
19
20
  /**
20
21
  * ChannelsApi - axios parameter creator
@@ -46,12 +47,12 @@ export declare const ChannelsApiAxiosParamCreator: (configuration?: Configuratio
46
47
  * @param {number} [limit] Optional. The maximum number of records to return.
47
48
  * @param {Array<SortOrder>} [sortOrder] Optional. Sort Order - Ascending,Descending.
48
49
  * @param {Array<ItemFilter>} [filters] Optional. Specify additional filters to apply.
49
- * @param {Array<string>} [sortBy] Optional. Specify one or more sort orders, comma delimited. Options: Album, AlbumArtist, Artist, Budget, CommunityRating, CriticRating, DateCreated, DatePlayed, PlayCount, PremiereDate, ProductionYear, SortName, Random, Revenue, Runtime.
50
+ * @param {Array<ItemSortBy>} [sortBy] Optional. Specify one or more sort orders, comma delimited. Options: Album, AlbumArtist, Artist, Budget, CommunityRating, CriticRating, DateCreated, DatePlayed, PlayCount, PremiereDate, ProductionYear, SortName, Random, Revenue, Runtime.
50
51
  * @param {Array<ItemFields>} [fields] Optional. Specify additional fields of information to return in the output.
51
52
  * @param {*} [options] Override http request option.
52
53
  * @throws {RequiredError}
53
54
  */
54
- getChannelItems: (channelId: string, folderId?: string, userId?: string, startIndex?: number, limit?: number, sortOrder?: Array<SortOrder>, filters?: Array<ItemFilter>, sortBy?: Array<string>, fields?: Array<ItemFields>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
55
+ getChannelItems: (channelId: string, folderId?: string, userId?: string, startIndex?: number, limit?: number, sortOrder?: Array<SortOrder>, filters?: Array<ItemFilter>, sortBy?: Array<ItemSortBy>, fields?: Array<ItemFields>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
55
56
  /**
56
57
  *
57
58
  * @summary Gets available channels.
@@ -109,12 +110,12 @@ export declare const ChannelsApiFp: (configuration?: Configuration) => {
109
110
  * @param {number} [limit] Optional. The maximum number of records to return.
110
111
  * @param {Array<SortOrder>} [sortOrder] Optional. Sort Order - Ascending,Descending.
111
112
  * @param {Array<ItemFilter>} [filters] Optional. Specify additional filters to apply.
112
- * @param {Array<string>} [sortBy] Optional. Specify one or more sort orders, comma delimited. Options: Album, AlbumArtist, Artist, Budget, CommunityRating, CriticRating, DateCreated, DatePlayed, PlayCount, PremiereDate, ProductionYear, SortName, Random, Revenue, Runtime.
113
+ * @param {Array<ItemSortBy>} [sortBy] Optional. Specify one or more sort orders, comma delimited. Options: Album, AlbumArtist, Artist, Budget, CommunityRating, CriticRating, DateCreated, DatePlayed, PlayCount, PremiereDate, ProductionYear, SortName, Random, Revenue, Runtime.
113
114
  * @param {Array<ItemFields>} [fields] Optional. Specify additional fields of information to return in the output.
114
115
  * @param {*} [options] Override http request option.
115
116
  * @throws {RequiredError}
116
117
  */
117
- getChannelItems(channelId: string, folderId?: string, userId?: string, startIndex?: number, limit?: number, sortOrder?: Array<SortOrder>, filters?: Array<ItemFilter>, sortBy?: Array<string>, fields?: Array<ItemFields>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BaseItemDtoQueryResult>>;
118
+ getChannelItems(channelId: string, folderId?: string, userId?: string, startIndex?: number, limit?: number, sortOrder?: Array<SortOrder>, filters?: Array<ItemFilter>, sortBy?: Array<ItemSortBy>, fields?: Array<ItemFields>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BaseItemDtoQueryResult>>;
118
119
  /**
119
120
  *
120
121
  * @summary Gets available channels.
@@ -172,12 +173,12 @@ export declare const ChannelsApiFactory: (configuration?: Configuration, basePat
172
173
  * @param {number} [limit] Optional. The maximum number of records to return.
173
174
  * @param {Array<SortOrder>} [sortOrder] Optional. Sort Order - Ascending,Descending.
174
175
  * @param {Array<ItemFilter>} [filters] Optional. Specify additional filters to apply.
175
- * @param {Array<string>} [sortBy] Optional. Specify one or more sort orders, comma delimited. Options: Album, AlbumArtist, Artist, Budget, CommunityRating, CriticRating, DateCreated, DatePlayed, PlayCount, PremiereDate, ProductionYear, SortName, Random, Revenue, Runtime.
176
+ * @param {Array<ItemSortBy>} [sortBy] Optional. Specify one or more sort orders, comma delimited. Options: Album, AlbumArtist, Artist, Budget, CommunityRating, CriticRating, DateCreated, DatePlayed, PlayCount, PremiereDate, ProductionYear, SortName, Random, Revenue, Runtime.
176
177
  * @param {Array<ItemFields>} [fields] Optional. Specify additional fields of information to return in the output.
177
178
  * @param {*} [options] Override http request option.
178
179
  * @throws {RequiredError}
179
180
  */
180
- getChannelItems(channelId: string, folderId?: string, userId?: string, startIndex?: number, limit?: number, sortOrder?: Array<SortOrder>, filters?: Array<ItemFilter>, sortBy?: Array<string>, fields?: Array<ItemFields>, options?: any): AxiosPromise<BaseItemDtoQueryResult>;
181
+ getChannelItems(channelId: string, folderId?: string, userId?: string, startIndex?: number, limit?: number, sortOrder?: Array<SortOrder>, filters?: Array<ItemFilter>, sortBy?: Array<ItemSortBy>, fields?: Array<ItemFields>, options?: any): AxiosPromise<BaseItemDtoQueryResult>;
181
182
  /**
182
183
  *
183
184
  * @summary Gets available channels.
@@ -268,10 +269,10 @@ export interface ChannelsApiGetChannelItemsRequest {
268
269
  readonly filters?: Array<ItemFilter>;
269
270
  /**
270
271
  * Optional. Specify one or more sort orders, comma delimited. Options: Album, AlbumArtist, Artist, Budget, CommunityRating, CriticRating, DateCreated, DatePlayed, PlayCount, PremiereDate, ProductionYear, SortName, Random, Revenue, Runtime.
271
- * @type {Array<string>}
272
+ * @type {Array<ItemSortBy>}
272
273
  * @memberof ChannelsApiGetChannelItems
273
274
  */
274
- readonly sortBy?: Array<string>;
275
+ readonly sortBy?: Array<ItemSortBy>;
275
276
  /**
276
277
  * Optional. Specify additional fields of information to return in the output.
277
278
  * @type {Array<ItemFields>}
@@ -4,6 +4,17 @@ import { DUMMY_BASE_URL, setApiKeyToObject, setSearchParams, toPathString, asser
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
  * ChannelsApi - axios parameter creator
9
20
  * @export
@@ -16,7 +27,7 @@ const ChannelsApiAxiosParamCreator = function (configuration) {
16
27
  * @param {*} [options] Override http request option.
17
28
  * @throws {RequiredError}
18
29
  */
19
- getAllChannelFeatures: (options = {}) => __awaiter(this, void 0, void 0, function* () {
30
+ getAllChannelFeatures: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
20
31
  const localVarPath = `/Channels/Features`;
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);
@@ -44,7 +55,7 @@ const ChannelsApiAxiosParamCreator = function (configuration) {
44
55
  * @param {*} [options] Override http request option.
45
56
  * @throws {RequiredError}
46
57
  */
47
- getChannelFeatures: (channelId, options = {}) => __awaiter(this, void 0, void 0, function* () {
58
+ getChannelFeatures: (channelId_1, ...args_2) => __awaiter(this, [channelId_1, ...args_2], void 0, function* (channelId, options = {}) {
48
59
  // verify required parameter 'channelId' is not null or undefined
49
60
  assertParamExists('getChannelFeatures', 'channelId', channelId);
50
61
  const localVarPath = `/Channels/{channelId}/Features`
@@ -78,12 +89,12 @@ const ChannelsApiAxiosParamCreator = function (configuration) {
78
89
  * @param {number} [limit] Optional. The maximum number of records to return.
79
90
  * @param {Array<SortOrder>} [sortOrder] Optional. Sort Order - Ascending,Descending.
80
91
  * @param {Array<ItemFilter>} [filters] Optional. Specify additional filters to apply.
81
- * @param {Array<string>} [sortBy] Optional. Specify one or more sort orders, comma delimited. Options: Album, AlbumArtist, Artist, Budget, CommunityRating, CriticRating, DateCreated, DatePlayed, PlayCount, PremiereDate, ProductionYear, SortName, Random, Revenue, Runtime.
92
+ * @param {Array<ItemSortBy>} [sortBy] Optional. Specify one or more sort orders, comma delimited. Options: Album, AlbumArtist, Artist, Budget, CommunityRating, CriticRating, DateCreated, DatePlayed, PlayCount, PremiereDate, ProductionYear, SortName, Random, Revenue, Runtime.
82
93
  * @param {Array<ItemFields>} [fields] Optional. Specify additional fields of information to return in the output.
83
94
  * @param {*} [options] Override http request option.
84
95
  * @throws {RequiredError}
85
96
  */
86
- getChannelItems: (channelId, folderId, userId, startIndex, limit, sortOrder, filters, sortBy, fields, options = {}) => __awaiter(this, void 0, void 0, function* () {
97
+ getChannelItems: (channelId_2, folderId_1, userId_1, startIndex_1, limit_1, sortOrder_1, filters_1, sortBy_1, fields_1, ...args_3) => __awaiter(this, [channelId_2, folderId_1, userId_1, startIndex_1, limit_1, sortOrder_1, filters_1, sortBy_1, fields_1, ...args_3], void 0, function* (channelId, folderId, userId, startIndex, limit, sortOrder, filters, sortBy, fields, options = {}) {
87
98
  // verify required parameter 'channelId' is not null or undefined
88
99
  assertParamExists('getChannelItems', 'channelId', channelId);
89
100
  const localVarPath = `/Channels/{channelId}/Items`
@@ -143,7 +154,7 @@ const ChannelsApiAxiosParamCreator = function (configuration) {
143
154
  * @param {*} [options] Override http request option.
144
155
  * @throws {RequiredError}
145
156
  */
146
- getChannels: (userId, startIndex, limit, supportsLatestItems, supportsMediaDeletion, isFavorite, options = {}) => __awaiter(this, void 0, void 0, function* () {
157
+ getChannels: (userId_2, startIndex_2, limit_2, supportsLatestItems_1, supportsMediaDeletion_1, isFavorite_1, ...args_4) => __awaiter(this, [userId_2, startIndex_2, limit_2, supportsLatestItems_1, supportsMediaDeletion_1, isFavorite_1, ...args_4], void 0, function* (userId, startIndex, limit, supportsLatestItems, supportsMediaDeletion, isFavorite, options = {}) {
147
158
  const localVarPath = `/Channels`;
148
159
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
149
160
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -194,7 +205,7 @@ const ChannelsApiAxiosParamCreator = function (configuration) {
194
205
  * @param {*} [options] Override http request option.
195
206
  * @throws {RequiredError}
196
207
  */
197
- getLatestChannelItems: (userId, startIndex, limit, filters, fields, channelIds, options = {}) => __awaiter(this, void 0, void 0, function* () {
208
+ getLatestChannelItems: (userId_3, startIndex_3, limit_3, filters_2, fields_2, channelIds_1, ...args_5) => __awaiter(this, [userId_3, startIndex_3, limit_3, filters_2, fields_2, channelIds_1, ...args_5], void 0, function* (userId, startIndex, limit, filters, fields, channelIds, options = {}) {
198
209
  const localVarPath = `/Channels/Items/Latest`;
199
210
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
200
211
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -277,7 +288,7 @@ const ChannelsApiFp = function (configuration) {
277
288
  * @param {number} [limit] Optional. The maximum number of records to return.
278
289
  * @param {Array<SortOrder>} [sortOrder] Optional. Sort Order - Ascending,Descending.
279
290
  * @param {Array<ItemFilter>} [filters] Optional. Specify additional filters to apply.
280
- * @param {Array<string>} [sortBy] Optional. Specify one or more sort orders, comma delimited. Options: Album, AlbumArtist, Artist, Budget, CommunityRating, CriticRating, DateCreated, DatePlayed, PlayCount, PremiereDate, ProductionYear, SortName, Random, Revenue, Runtime.
291
+ * @param {Array<ItemSortBy>} [sortBy] Optional. Specify one or more sort orders, comma delimited. Options: Album, AlbumArtist, Artist, Budget, CommunityRating, CriticRating, DateCreated, DatePlayed, PlayCount, PremiereDate, ProductionYear, SortName, Random, Revenue, Runtime.
281
292
  * @param {Array<ItemFields>} [fields] Optional. Specify additional fields of information to return in the output.
282
293
  * @param {*} [options] Override http request option.
283
294
  * @throws {RequiredError}
@@ -362,7 +373,7 @@ const ChannelsApiFactory = function (configuration, basePath, axios) {
362
373
  * @param {number} [limit] Optional. The maximum number of records to return.
363
374
  * @param {Array<SortOrder>} [sortOrder] Optional. Sort Order - Ascending,Descending.
364
375
  * @param {Array<ItemFilter>} [filters] Optional. Specify additional filters to apply.
365
- * @param {Array<string>} [sortBy] Optional. Specify one or more sort orders, comma delimited. Options: Album, AlbumArtist, Artist, Budget, CommunityRating, CriticRating, DateCreated, DatePlayed, PlayCount, PremiereDate, ProductionYear, SortName, Random, Revenue, Runtime.
376
+ * @param {Array<ItemSortBy>} [sortBy] Optional. Specify one or more sort orders, comma delimited. Options: Album, AlbumArtist, Artist, Budget, CommunityRating, CriticRating, DateCreated, DatePlayed, PlayCount, PremiereDate, ProductionYear, SortName, Random, Revenue, Runtime.
366
377
  * @param {Array<ItemFields>} [fields] Optional. Specify additional fields of information to return in the output.
367
378
  * @param {*} [options] Override http request option.
368
379
  * @throws {RequiredError}
@@ -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
  * ClientLogApi - axios parameter creator
9
20
  * @export
@@ -17,7 +28,7 @@ const ClientLogApiAxiosParamCreator = function (configuration) {
17
28
  * @param {*} [options] Override http request option.
18
29
  * @throws {RequiredError}
19
30
  */
20
- logFile: (body, options = {}) => __awaiter(this, void 0, void 0, function* () {
31
+ logFile: (body_1, ...args_1) => __awaiter(this, [body_1, ...args_1], void 0, function* (body, options = {}) {
21
32
  const localVarPath = `/ClientLog/Document`;
22
33
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
23
34
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -4,6 +4,17 @@ import { assertParamExists, DUMMY_BASE_URL, setApiKeyToObject, setSearchParams,
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
  * CollectionApi - axios parameter creator
9
20
  * @export
@@ -18,7 +29,7 @@ const CollectionApiAxiosParamCreator = function (configuration) {
18
29
  * @param {*} [options] Override http request option.
19
30
  * @throws {RequiredError}
20
31
  */
21
- addToCollection: (collectionId, ids, options = {}) => __awaiter(this, void 0, void 0, function* () {
32
+ addToCollection: (collectionId_1, ids_1, ...args_1) => __awaiter(this, [collectionId_1, ids_1, ...args_1], void 0, function* (collectionId, ids, options = {}) {
22
33
  // verify required parameter 'collectionId' is not null or undefined
23
34
  assertParamExists('addToCollection', 'collectionId', collectionId);
24
35
  // verify required parameter 'ids' is not null or undefined
@@ -57,7 +68,7 @@ const CollectionApiAxiosParamCreator = function (configuration) {
57
68
  * @param {*} [options] Override http request option.
58
69
  * @throws {RequiredError}
59
70
  */
60
- createCollection: (name, ids, parentId, isLocked, options = {}) => __awaiter(this, void 0, void 0, function* () {
71
+ createCollection: (name_1, ids_2, parentId_1, isLocked_1, ...args_2) => __awaiter(this, [name_1, ids_2, parentId_1, isLocked_1, ...args_2], void 0, function* (name, ids, parentId, isLocked, options = {}) {
61
72
  const localVarPath = `/Collections`;
62
73
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
63
74
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -98,7 +109,7 @@ const CollectionApiAxiosParamCreator = function (configuration) {
98
109
  * @param {*} [options] Override http request option.
99
110
  * @throws {RequiredError}
100
111
  */
101
- removeFromCollection: (collectionId, ids, options = {}) => __awaiter(this, void 0, void 0, function* () {
112
+ removeFromCollection: (collectionId_2, ids_3, ...args_3) => __awaiter(this, [collectionId_2, ids_3, ...args_3], void 0, function* (collectionId, ids, options = {}) {
102
113
  // verify required parameter 'collectionId' is not null or undefined
103
114
  assertParamExists('removeFromCollection', 'collectionId', collectionId);
104
115
  // verify required parameter 'ids' is not null or undefined
@@ -11,7 +11,6 @@
11
11
  import { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
12
12
  import { Configuration } from '../configuration';
13
13
  import { RequestArgs, BaseAPI } from '../base';
14
- import { MediaEncoderPathDto } from '../models';
15
14
  import { MetadataOptions } from '../models';
16
15
  import { ServerConfiguration } from '../models';
17
16
  /**
@@ -49,14 +48,6 @@ export declare const ConfigurationApiAxiosParamCreator: (configuration?: Configu
49
48
  * @throws {RequiredError}
50
49
  */
51
50
  updateConfiguration: (serverConfiguration: ServerConfiguration, options?: AxiosRequestConfig) => Promise<RequestArgs>;
52
- /**
53
- *
54
- * @summary Updates the path to the media encoder.
55
- * @param {MediaEncoderPathDto} mediaEncoderPathDto Media encoder path form body.
56
- * @param {*} [options] Override http request option.
57
- * @throws {RequiredError}
58
- */
59
- updateMediaEncoderPath: (mediaEncoderPathDto: MediaEncoderPathDto, options?: AxiosRequestConfig) => Promise<RequestArgs>;
60
51
  /**
61
52
  *
62
53
  * @summary Updates named configuration.
@@ -102,14 +93,6 @@ export declare const ConfigurationApiFp: (configuration?: Configuration) => {
102
93
  * @throws {RequiredError}
103
94
  */
104
95
  updateConfiguration(serverConfiguration: ServerConfiguration, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
105
- /**
106
- *
107
- * @summary Updates the path to the media encoder.
108
- * @param {MediaEncoderPathDto} mediaEncoderPathDto Media encoder path form body.
109
- * @param {*} [options] Override http request option.
110
- * @throws {RequiredError}
111
- */
112
- updateMediaEncoderPath(mediaEncoderPathDto: MediaEncoderPathDto, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
113
96
  /**
114
97
  *
115
98
  * @summary Updates named configuration.
@@ -155,14 +138,6 @@ export declare const ConfigurationApiFactory: (configuration?: Configuration, ba
155
138
  * @throws {RequiredError}
156
139
  */
157
140
  updateConfiguration(serverConfiguration: ServerConfiguration, options?: any): AxiosPromise<void>;
158
- /**
159
- *
160
- * @summary Updates the path to the media encoder.
161
- * @param {MediaEncoderPathDto} mediaEncoderPathDto Media encoder path form body.
162
- * @param {*} [options] Override http request option.
163
- * @throws {RequiredError}
164
- */
165
- updateMediaEncoderPath(mediaEncoderPathDto: MediaEncoderPathDto, options?: any): AxiosPromise<void>;
166
141
  /**
167
142
  *
168
143
  * @summary Updates named configuration.
@@ -199,19 +174,6 @@ export interface ConfigurationApiUpdateConfigurationRequest {
199
174
  */
200
175
  readonly serverConfiguration: ServerConfiguration;
201
176
  }
202
- /**
203
- * Request parameters for updateMediaEncoderPath operation in ConfigurationApi.
204
- * @export
205
- * @interface ConfigurationApiUpdateMediaEncoderPathRequest
206
- */
207
- export interface ConfigurationApiUpdateMediaEncoderPathRequest {
208
- /**
209
- * Media encoder path form body.
210
- * @type {MediaEncoderPathDto}
211
- * @memberof ConfigurationApiUpdateMediaEncoderPath
212
- */
213
- readonly mediaEncoderPathDto: MediaEncoderPathDto;
214
- }
215
177
  /**
216
178
  * Request parameters for updateNamedConfiguration operation in ConfigurationApi.
217
179
  * @export
@@ -272,15 +234,6 @@ export declare class ConfigurationApi extends BaseAPI {
272
234
  * @memberof ConfigurationApi
273
235
  */
274
236
  updateConfiguration(requestParameters: ConfigurationApiUpdateConfigurationRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
275
- /**
276
- *
277
- * @summary Updates the path to the media encoder.
278
- * @param {ConfigurationApiUpdateMediaEncoderPathRequest} requestParameters Request parameters.
279
- * @param {*} [options] Override http request option.
280
- * @throws {RequiredError}
281
- * @memberof ConfigurationApi
282
- */
283
- updateMediaEncoderPath(requestParameters: ConfigurationApiUpdateMediaEncoderPathRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
284
237
  /**
285
238
  *
286
239
  * @summary Updates named configuration.