@jellyfin/sdk 0.9.0 → 0.11.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 (335) hide show
  1. package/README.md +10 -0
  2. package/lib/api.d.ts +0 -11
  3. package/lib/api.js +0 -14
  4. package/lib/discovery/discovery-service.js +4 -9
  5. package/lib/discovery/recommended-server-discovery.js +17 -22
  6. package/lib/generated-client/api/activity-log-api.d.ts +9 -12
  7. package/lib/generated-client/api/activity-log-api.js +15 -18
  8. package/lib/generated-client/api/api-key-api.d.ts +18 -18
  9. package/lib/generated-client/api/api-key-api.js +40 -38
  10. package/lib/generated-client/api/artists-api.d.ts +27 -90
  11. package/lib/generated-client/api/artists-api.js +43 -104
  12. package/lib/generated-client/api/audio-api.d.ts +81 -249
  13. package/lib/generated-client/api/audio-api.js +105 -266
  14. package/lib/generated-client/api/branding-api.d.ts +16 -16
  15. package/lib/generated-client/api/branding-api.js +31 -29
  16. package/lib/generated-client/api/channels-api.d.ts +33 -51
  17. package/lib/generated-client/api/channels-api.js +68 -82
  18. package/lib/generated-client/api/client-log-api.d.ts +13 -13
  19. package/lib/generated-client/api/client-log-api.js +17 -17
  20. package/lib/generated-client/api/collection-api.d.ts +19 -24
  21. package/lib/generated-client/api/collection-api.js +43 -46
  22. package/lib/generated-client/api/configuration-api.d.ts +28 -29
  23. package/lib/generated-client/api/configuration-api.js +65 -62
  24. package/lib/generated-client/api/dashboard-api.d.ts +14 -14
  25. package/lib/generated-client/api/dashboard-api.js +28 -27
  26. package/lib/generated-client/api/devices-api.d.ts +31 -33
  27. package/lib/generated-client/api/devices-api.js +71 -68
  28. package/lib/generated-client/api/display-preferences-api.d.ts +14 -19
  29. package/lib/generated-client/api/display-preferences-api.js +29 -33
  30. package/lib/generated-client/api/dynamic-hls-api.d.ts +246 -607
  31. package/lib/generated-client/api/dynamic-hls-api.js +269 -628
  32. package/lib/generated-client/api/environment-api.d.ts +33 -35
  33. package/lib/generated-client/api/environment-api.js +76 -73
  34. package/lib/generated-client/api/filter-api.d.ts +17 -29
  35. package/lib/generated-client/api/filter-api.js +29 -40
  36. package/lib/generated-client/api/genres-api.d.ts +20 -38
  37. package/lib/generated-client/api/genres-api.js +29 -46
  38. package/lib/generated-client/api/hls-segment-api.d.ts +28 -35
  39. package/lib/generated-client/api/hls-segment-api.js +68 -71
  40. package/lib/generated-client/api/image-api.d.ts +206 -644
  41. package/lib/generated-client/api/image-api.js +501 -903
  42. package/lib/generated-client/api/instant-mix-api.d.ts +46 -102
  43. package/lib/generated-client/api/instant-mix-api.js +113 -162
  44. package/lib/generated-client/api/item-lookup-api.d.ts +69 -71
  45. package/lib/generated-client/api/item-lookup-api.js +155 -147
  46. package/lib/generated-client/api/item-refresh-api.d.ts +9 -13
  47. package/lib/generated-client/api/item-refresh-api.js +15 -19
  48. package/lib/generated-client/api/item-update-api.d.ts +20 -22
  49. package/lib/generated-client/api/item-update-api.js +43 -43
  50. package/lib/generated-client/api/items-api.d.ts +44 -137
  51. package/lib/generated-client/api/items-api.js +63 -156
  52. package/lib/generated-client/api/library-api.d.ts +185 -170
  53. package/lib/generated-client/api/library-api.js +378 -359
  54. package/lib/generated-client/api/library-structure-api.d.ts +48 -58
  55. package/lib/generated-client/api/library-structure-api.js +110 -113
  56. package/lib/generated-client/api/live-tv-api.d.ts +224 -332
  57. package/lib/generated-client/api/live-tv-api.js +558 -626
  58. package/lib/generated-client/api/localization-api.d.ts +23 -23
  59. package/lib/generated-client/api/localization-api.js +45 -42
  60. package/lib/generated-client/api/lyrics-api.d.ts +39 -42
  61. package/lib/generated-client/api/lyrics-api.js +87 -85
  62. package/lib/generated-client/api/media-info-api.d.ts +40 -59
  63. package/lib/generated-client/api/media-info-api.js +77 -95
  64. package/lib/generated-client/api/media-segments-api.d.ts +95 -0
  65. package/lib/generated-client/api/media-segments-api.js +123 -0
  66. package/lib/generated-client/api/movies-api.d.ts +10 -14
  67. package/lib/generated-client/api/movies-api.js +15 -19
  68. package/lib/generated-client/api/music-genres-api.d.ts +20 -38
  69. package/lib/generated-client/api/music-genres-api.js +29 -46
  70. package/lib/generated-client/api/package-api.d.ts +33 -37
  71. package/lib/generated-client/api/package-api.js +79 -78
  72. package/lib/generated-client/api/persons-api.d.ts +18 -31
  73. package/lib/generated-client/api/persons-api.js +29 -41
  74. package/lib/generated-client/api/playlists-api.d.ts +109 -84
  75. package/lib/generated-client/api/playlists-api.js +207 -154
  76. package/lib/generated-client/api/playstate-api.d.ts +54 -80
  77. package/lib/generated-client/api/playstate-api.js +127 -145
  78. package/lib/generated-client/api/plugins-api.d.ts +48 -52
  79. package/lib/generated-client/api/plugins-api.js +124 -120
  80. package/lib/generated-client/api/quick-connect-api.d.ts +22 -23
  81. package/lib/generated-client/api/quick-connect-api.js +48 -46
  82. package/lib/generated-client/api/remote-image-api.d.ts +21 -28
  83. package/lib/generated-client/api/remote-image-api.js +43 -48
  84. package/lib/generated-client/api/scheduled-tasks-api.d.ts +30 -32
  85. package/lib/generated-client/api/scheduled-tasks-api.js +71 -69
  86. package/lib/generated-client/api/search-api.d.ts +11 -28
  87. package/lib/generated-client/api/search-api.js +15 -32
  88. package/lib/generated-client/api/session-api.d.ts +90 -117
  89. package/lib/generated-client/api/session-api.js +216 -228
  90. package/lib/generated-client/api/startup-api.d.ts +37 -37
  91. package/lib/generated-client/api/startup-api.js +87 -81
  92. package/lib/generated-client/api/studios-api.d.ts +18 -35
  93. package/lib/generated-client/api/studios-api.js +29 -45
  94. package/lib/generated-client/api/subtitle-api.d.ts +55 -86
  95. package/lib/generated-client/api/subtitle-api.js +136 -158
  96. package/lib/generated-client/api/suggestions-api.d.ts +11 -16
  97. package/lib/generated-client/api/suggestions-api.js +15 -20
  98. package/lib/generated-client/api/sync-play-api.d.ts +120 -120
  99. package/lib/generated-client/api/sync-play-api.js +280 -260
  100. package/lib/generated-client/api/system-api.d.ts +49 -49
  101. package/lib/generated-client/api/system-api.js +111 -102
  102. package/lib/generated-client/api/time-sync-api.d.ts +8 -8
  103. package/lib/generated-client/api/time-sync-api.js +11 -11
  104. package/lib/generated-client/api/tmdb-api.d.ts +8 -8
  105. package/lib/generated-client/api/tmdb-api.js +12 -12
  106. package/lib/generated-client/api/trailers-api.d.ts +19 -102
  107. package/lib/generated-client/api/trailers-api.js +15 -98
  108. package/lib/generated-client/api/trickplay-api.d.ts +13 -18
  109. package/lib/generated-client/api/trickplay-api.js +29 -33
  110. package/lib/generated-client/api/tv-shows-api.d.ts +27 -72
  111. package/lib/generated-client/api/tv-shows-api.js +57 -99
  112. package/lib/generated-client/api/universal-audio-api.d.ts +30 -48
  113. package/lib/generated-client/api/universal-audio-api.js +41 -64
  114. package/lib/generated-client/api/user-api.d.ts +83 -88
  115. package/lib/generated-client/api/user-api.js +186 -178
  116. package/lib/generated-client/api/user-library-api.d.ts +59 -78
  117. package/lib/generated-client/api/user-library-api.js +141 -151
  118. package/lib/generated-client/api/user-views-api.d.ts +16 -19
  119. package/lib/generated-client/api/user-views-api.js +29 -31
  120. package/lib/generated-client/api/video-attachments-api.d.ts +8 -10
  121. package/lib/generated-client/api/video-attachments-api.js +14 -16
  122. package/lib/generated-client/api/videos-api.d.ts +97 -274
  123. package/lib/generated-client/api/videos-api.js +147 -314
  124. package/lib/generated-client/api/years-api.d.ts +21 -36
  125. package/lib/generated-client/api/years-api.js +29 -43
  126. package/lib/generated-client/api.d.ts +1 -0
  127. package/lib/generated-client/base.d.ts +15 -4
  128. package/lib/generated-client/base.js +8 -4
  129. package/lib/generated-client/common.d.ts +3 -3
  130. package/lib/generated-client/common.js +30 -24
  131. package/lib/generated-client/configuration.d.ts +8 -0
  132. package/lib/generated-client/configuration.js +1 -0
  133. package/lib/generated-client/index.js +8 -1
  134. package/lib/generated-client/models/access-schedule.d.ts +1 -1
  135. package/lib/generated-client/models/activity-log-entry-message.d.ts +2 -2
  136. package/lib/generated-client/models/activity-log-entry-query-result.d.ts +3 -3
  137. package/lib/generated-client/models/activity-log-entry-start-message.d.ts +1 -1
  138. package/lib/generated-client/models/activity-log-entry-stop-message.d.ts +1 -1
  139. package/lib/generated-client/models/activity-log-entry.d.ts +1 -1
  140. package/lib/generated-client/models/add-virtual-folder-dto.d.ts +1 -1
  141. package/lib/generated-client/models/album-info-remote-search-query.d.ts +1 -1
  142. package/lib/generated-client/models/album-info.d.ts +5 -5
  143. package/lib/generated-client/models/all-theme-media-result.d.ts +1 -1
  144. package/lib/generated-client/models/artist-info-remote-search-query.d.ts +1 -1
  145. package/lib/generated-client/models/artist-info.d.ts +3 -3
  146. package/lib/generated-client/models/authentication-info-query-result.d.ts +3 -3
  147. package/lib/generated-client/models/authentication-result.d.ts +7 -7
  148. package/lib/generated-client/models/base-item-dto-query-result.d.ts +3 -3
  149. package/lib/generated-client/models/base-item-dto.d.ts +26 -26
  150. package/lib/generated-client/models/base-item-person.d.ts +2 -2
  151. package/lib/generated-client/models/book-info-remote-search-query.d.ts +1 -1
  152. package/lib/generated-client/models/book-info.d.ts +2 -2
  153. package/lib/generated-client/models/box-set-info-remote-search-query.d.ts +1 -1
  154. package/lib/generated-client/models/box-set-info.d.ts +2 -2
  155. package/lib/generated-client/models/channel-features.d.ts +3 -3
  156. package/lib/generated-client/models/channel-mapping-options-dto.d.ts +3 -3
  157. package/lib/generated-client/models/client-capabilities-dto.d.ts +3 -17
  158. package/lib/generated-client/models/client-capabilities.d.ts +3 -3
  159. package/lib/generated-client/models/codec-profile.d.ts +15 -9
  160. package/lib/generated-client/models/container-profile.d.ts +12 -6
  161. package/lib/generated-client/models/create-playlist-dto.d.ts +2 -2
  162. package/lib/generated-client/models/deinterlace-method.d.ts +20 -0
  163. package/lib/generated-client/models/{hardware-encoding-type.js → deinterlace-method.js} +5 -10
  164. package/lib/generated-client/models/device-info-dto-query-result.d.ts +36 -0
  165. package/lib/generated-client/models/device-info-dto.d.ts +84 -0
  166. package/lib/generated-client/models/device-info-query-result.d.ts +1 -1
  167. package/lib/generated-client/models/device-info.d.ts +1 -1
  168. package/lib/generated-client/models/device-profile.d.ts +8 -8
  169. package/lib/generated-client/models/direct-play-profile.d.ts +6 -6
  170. package/lib/generated-client/models/display-preferences-dto.d.ts +4 -4
  171. package/lib/generated-client/models/down-mix-stereo-algorithms.d.ts +3 -1
  172. package/lib/generated-client/models/down-mix-stereo-algorithms.js +4 -2
  173. package/lib/generated-client/models/encoder-preset.d.ts +29 -0
  174. package/lib/generated-client/models/encoder-preset.js +32 -0
  175. package/lib/generated-client/models/encoding-options.d.ts +43 -19
  176. package/lib/generated-client/models/external-id-info.d.ts +2 -1
  177. package/lib/generated-client/models/file-system-entry-info.d.ts +1 -1
  178. package/lib/generated-client/models/force-keep-alive-message.d.ts +1 -1
  179. package/lib/generated-client/models/forgot-password-result.d.ts +1 -1
  180. package/lib/generated-client/models/general-command-message.d.ts +2 -2
  181. package/lib/generated-client/models/general-command.d.ts +3 -3
  182. package/lib/generated-client/models/get-programs-dto.d.ts +34 -34
  183. package/lib/generated-client/models/group-info-dto-group-update.d.ts +2 -2
  184. package/lib/generated-client/models/group-info-dto.d.ts +1 -1
  185. package/lib/generated-client/models/group-state-update-group-update.d.ts +2 -2
  186. package/lib/generated-client/models/group-state-update.d.ts +2 -2
  187. package/lib/generated-client/models/group-update.d.ts +23 -5
  188. package/lib/generated-client/models/hardware-acceleration-type.d.ts +26 -0
  189. package/lib/generated-client/models/hardware-acceleration-type.js +29 -0
  190. package/lib/generated-client/models/image-info.d.ts +1 -1
  191. package/lib/generated-client/models/image-option.d.ts +1 -1
  192. package/lib/generated-client/models/image-provider-info.d.ts +1 -1
  193. package/lib/generated-client/models/inbound-keep-alive-message.d.ts +1 -1
  194. package/lib/generated-client/models/inbound-web-socket-message.d.ts +22 -8
  195. package/lib/generated-client/models/index.d.ts +13 -6
  196. package/lib/generated-client/models/index.js +7 -1
  197. package/lib/generated-client/models/installation-info.d.ts +1 -1
  198. package/lib/generated-client/models/library-changed-message.d.ts +2 -2
  199. package/lib/generated-client/models/library-options-result-dto.d.ts +8 -2
  200. package/lib/generated-client/models/library-options.d.ts +57 -3
  201. package/lib/generated-client/models/library-type-options-dto.d.ts +3 -3
  202. package/lib/generated-client/models/listings-provider-info.d.ts +1 -1
  203. package/lib/generated-client/models/live-stream-response.d.ts +1 -1
  204. package/lib/generated-client/models/live-tv-info.d.ts +1 -1
  205. package/lib/generated-client/models/live-tv-options.d.ts +2 -2
  206. package/lib/generated-client/models/live-tv-service-info.d.ts +1 -1
  207. package/lib/generated-client/models/lyric-dto.d.ts +2 -2
  208. package/lib/generated-client/models/media-path-dto.d.ts +1 -1
  209. package/lib/generated-client/models/media-path-info.d.ts +0 -6
  210. package/lib/generated-client/models/media-segment-dto-query-result.d.ts +36 -0
  211. package/lib/generated-client/models/media-segment-dto.d.ts +48 -0
  212. package/lib/generated-client/models/media-segment-type.d.ts +24 -0
  213. package/lib/generated-client/models/media-segment-type.js +27 -0
  214. package/lib/generated-client/models/media-source-info.d.ts +29 -11
  215. package/lib/generated-client/models/media-stream.d.ts +17 -5
  216. package/lib/generated-client/models/media-update-info-dto.d.ts +1 -1
  217. package/lib/generated-client/models/metadata-editor-info.d.ts +6 -6
  218. package/lib/generated-client/models/movie-info-remote-search-query.d.ts +1 -1
  219. package/lib/generated-client/models/movie-info.d.ts +2 -2
  220. package/lib/generated-client/models/music-video-info-remote-search-query.d.ts +1 -1
  221. package/lib/generated-client/models/music-video-info.d.ts +2 -2
  222. package/lib/generated-client/models/open-live-stream-dto.d.ts +8 -2
  223. package/lib/generated-client/models/outbound-keep-alive-message.d.ts +1 -1
  224. package/lib/generated-client/models/outbound-web-socket-message.d.ts +85 -29
  225. package/lib/generated-client/models/package-info.d.ts +1 -1
  226. package/lib/generated-client/models/person-lookup-info-remote-search-query.d.ts +1 -1
  227. package/lib/generated-client/models/person-lookup-info.d.ts +2 -2
  228. package/lib/generated-client/models/play-message.d.ts +2 -2
  229. package/lib/generated-client/models/play-queue-update-group-update.d.ts +2 -2
  230. package/lib/generated-client/models/play-queue-update.d.ts +4 -4
  231. package/lib/generated-client/models/play-request.d.ts +1 -1
  232. package/lib/generated-client/models/playback-info-dto.d.ts +7 -1
  233. package/lib/generated-client/models/playback-info-response.d.ts +2 -2
  234. package/lib/generated-client/models/playback-progress-info.d.ts +5 -5
  235. package/lib/generated-client/models/playback-start-info.d.ts +5 -5
  236. package/lib/generated-client/models/playback-stop-info.d.ts +2 -2
  237. package/lib/generated-client/models/player-state-info.d.ts +3 -3
  238. package/lib/generated-client/models/playlist-dto.d.ts +36 -0
  239. package/lib/generated-client/models/playstate-message.d.ts +2 -2
  240. package/lib/generated-client/models/playstate-request.d.ts +1 -1
  241. package/lib/generated-client/models/plugin-info.d.ts +1 -1
  242. package/lib/generated-client/models/plugin-installation-cancelled-message.d.ts +2 -2
  243. package/lib/generated-client/models/plugin-installation-completed-message.d.ts +2 -2
  244. package/lib/generated-client/models/plugin-installation-failed-message.d.ts +2 -2
  245. package/lib/generated-client/models/plugin-installing-message.d.ts +2 -2
  246. package/lib/generated-client/models/plugin-uninstalled-message.d.ts +2 -2
  247. package/lib/generated-client/models/problem-details.d.ts +1 -1
  248. package/lib/generated-client/models/profile-condition.d.ts +2 -2
  249. package/lib/generated-client/models/query-filters.d.ts +1 -1
  250. package/lib/generated-client/models/queue-request-dto.d.ts +1 -1
  251. package/lib/generated-client/models/recommendation-dto.d.ts +2 -2
  252. package/lib/generated-client/models/refresh-progress-message.d.ts +3 -3
  253. package/lib/generated-client/models/remote-image-info.d.ts +2 -2
  254. package/lib/generated-client/models/remote-image-result.d.ts +1 -1
  255. package/lib/generated-client/models/remote-lyric-info-dto.d.ts +1 -1
  256. package/lib/generated-client/models/remote-search-result.d.ts +2 -2
  257. package/lib/generated-client/models/restart-required-message.d.ts +1 -1
  258. package/lib/generated-client/models/scheduled-task-ended-message.d.ts +2 -2
  259. package/lib/generated-client/models/scheduled-tasks-info-message.d.ts +2 -2
  260. package/lib/generated-client/models/scheduled-tasks-info-start-message.d.ts +1 -1
  261. package/lib/generated-client/models/scheduled-tasks-info-stop-message.d.ts +1 -1
  262. package/lib/generated-client/models/search-hint-result.d.ts +1 -1
  263. package/lib/generated-client/models/search-hint.d.ts +3 -3
  264. package/lib/generated-client/models/send-command.d.ts +1 -1
  265. package/lib/generated-client/models/series-info-remote-search-query.d.ts +1 -1
  266. package/lib/generated-client/models/series-info.d.ts +2 -2
  267. package/lib/generated-client/models/series-timer-cancelled-message.d.ts +2 -2
  268. package/lib/generated-client/models/series-timer-created-message.d.ts +2 -2
  269. package/lib/generated-client/models/series-timer-info-dto-query-result.d.ts +3 -3
  270. package/lib/generated-client/models/series-timer-info-dto.d.ts +3 -3
  271. package/lib/generated-client/models/server-configuration.d.ts +8 -14
  272. package/lib/generated-client/models/server-restarting-message.d.ts +1 -1
  273. package/lib/generated-client/models/server-shutting-down-message.d.ts +1 -1
  274. package/lib/generated-client/models/session-info-dto.d.ts +199 -0
  275. package/lib/generated-client/models/session-info.d.ts +8 -8
  276. package/lib/generated-client/models/sessions-message.d.ts +4 -4
  277. package/lib/generated-client/models/sessions-start-message.d.ts +1 -1
  278. package/lib/generated-client/models/sessions-stop-message.d.ts +1 -1
  279. package/lib/generated-client/models/set-repeat-mode-request-dto.d.ts +1 -1
  280. package/lib/generated-client/models/set-shuffle-mode-request-dto.d.ts +1 -1
  281. package/lib/generated-client/models/song-info.d.ts +2 -2
  282. package/lib/generated-client/models/string-group-update.d.ts +1 -1
  283. package/lib/generated-client/models/subtitle-profile.d.ts +6 -6
  284. package/lib/generated-client/models/sync-play-command-message.d.ts +2 -2
  285. package/lib/generated-client/models/sync-play-group-update-command-message.d.ts +2 -2
  286. package/lib/generated-client/models/system-info.d.ts +2 -2
  287. package/lib/generated-client/models/task-info.d.ts +3 -3
  288. package/lib/generated-client/models/task-result.d.ts +1 -1
  289. package/lib/generated-client/models/task-trigger-info.d.ts +1 -1
  290. package/lib/generated-client/models/theme-media-result.d.ts +2 -2
  291. package/lib/generated-client/models/timer-cancelled-message.d.ts +2 -2
  292. package/lib/generated-client/models/timer-created-message.d.ts +2 -2
  293. package/lib/generated-client/models/timer-info-dto-query-result.d.ts +3 -3
  294. package/lib/generated-client/models/timer-info-dto.d.ts +3 -3
  295. package/lib/generated-client/models/tonemapping-algorithm.d.ts +26 -0
  296. package/lib/generated-client/models/tonemapping-algorithm.js +29 -0
  297. package/lib/generated-client/models/tonemapping-mode.d.ts +23 -0
  298. package/lib/generated-client/models/tonemapping-mode.js +26 -0
  299. package/lib/generated-client/models/tonemapping-range.d.ts +21 -0
  300. package/lib/generated-client/models/tonemapping-range.js +24 -0
  301. package/lib/generated-client/models/trailer-info-remote-search-query.d.ts +1 -1
  302. package/lib/generated-client/models/trailer-info.d.ts +2 -2
  303. package/lib/generated-client/models/transcode-reason.d.ts +1 -0
  304. package/lib/generated-client/models/transcode-reason.js +2 -1
  305. package/lib/generated-client/models/transcoding-info.d.ts +16 -16
  306. package/lib/generated-client/models/transcoding-profile.d.ts +24 -18
  307. package/lib/generated-client/models/trickplay-options.d.ts +8 -2
  308. package/lib/generated-client/models/tuner-host-info.d.ts +18 -0
  309. package/lib/generated-client/models/type-options.d.ts +1 -1
  310. package/lib/generated-client/models/update-library-options-dto.d.ts +1 -1
  311. package/lib/generated-client/models/update-media-path-request-dto.d.ts +1 -1
  312. package/lib/generated-client/models/update-playlist-dto.d.ts +1 -1
  313. package/lib/generated-client/models/user-configuration.d.ts +1 -1
  314. package/lib/generated-client/models/user-data-change-info.d.ts +3 -3
  315. package/lib/generated-client/models/user-data-changed-message.d.ts +2 -2
  316. package/lib/generated-client/models/user-deleted-message.d.ts +1 -1
  317. package/lib/generated-client/models/user-dto.d.ts +2 -2
  318. package/lib/generated-client/models/user-item-data-dto.d.ts +2 -2
  319. package/lib/generated-client/models/user-policy.d.ts +3 -3
  320. package/lib/generated-client/models/user-updated-message.d.ts +2 -2
  321. package/lib/generated-client/models/virtual-folder-info.d.ts +2 -2
  322. package/lib/generated-client/models/web-socket-message.d.ts +2 -2
  323. package/lib/utils/address-candidates.js +15 -10
  324. package/lib/utils/api/image-urls-api.js +16 -4
  325. package/lib/utils/api/index.d.ts +1 -0
  326. package/lib/utils/api/index.js +1 -0
  327. package/lib/utils/api/media-segments-api.d.ts +8 -0
  328. package/lib/utils/api/media-segments-api.js +12 -0
  329. package/lib/utils/index.js +1 -1
  330. package/lib/utils/url/index.d.ts +16 -3
  331. package/lib/utils/url/index.js +26 -4
  332. package/lib/versions.d.ts +1 -1
  333. package/lib/versions.js +1 -1
  334. package/package.json +13 -12
  335. package/lib/node_modules/tslib/tslib.es6.js +0 -33
@@ -8,8 +8,8 @@
8
8
  * License, v. 2.0. If a copy of the MPL was not distributed with this
9
9
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
10
10
  */
11
- import { InstallationInfo } from './installation-info';
12
- import { SessionMessageType } from './session-message-type';
11
+ import type { InstallationInfo } from './installation-info';
12
+ import type { SessionMessageType } from './session-message-type';
13
13
  /**
14
14
  * Package installing message.
15
15
  * @export
@@ -8,8 +8,8 @@
8
8
  * License, v. 2.0. If a copy of the MPL was not distributed with this
9
9
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
10
10
  */
11
- import { PluginInfo } from './plugin-info';
12
- import { SessionMessageType } from './session-message-type';
11
+ import type { PluginInfo } from './plugin-info';
12
+ import type { SessionMessageType } from './session-message-type';
13
13
  /**
14
14
  * Plugin uninstalled message.
15
15
  * @export
@@ -14,7 +14,7 @@
14
14
  * @interface ProblemDetails
15
15
  */
16
16
  export interface ProblemDetails {
17
- [key: string]: any | any;
17
+ [key: string]: any;
18
18
  /**
19
19
  *
20
20
  * @type {string}
@@ -8,8 +8,8 @@
8
8
  * License, v. 2.0. If a copy of the MPL was not distributed with this
9
9
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
10
10
  */
11
- import { ProfileConditionType } from './profile-condition-type';
12
- import { ProfileConditionValue } from './profile-condition-value';
11
+ import type { ProfileConditionType } from './profile-condition-type';
12
+ import type { ProfileConditionValue } from './profile-condition-value';
13
13
  /**
14
14
  *
15
15
  * @export
@@ -8,7 +8,7 @@
8
8
  * License, v. 2.0. If a copy of the MPL was not distributed with this
9
9
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
10
10
  */
11
- import { NameGuidPair } from './name-guid-pair';
11
+ import type { NameGuidPair } from './name-guid-pair';
12
12
  /**
13
13
  *
14
14
  * @export
@@ -8,7 +8,7 @@
8
8
  * License, v. 2.0. If a copy of the MPL was not distributed with this
9
9
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
10
10
  */
11
- import { GroupQueueMode } from './group-queue-mode';
11
+ import type { GroupQueueMode } from './group-queue-mode';
12
12
  /**
13
13
  * Class QueueRequestDto.
14
14
  * @export
@@ -8,8 +8,8 @@
8
8
  * License, v. 2.0. If a copy of the MPL was not distributed with this
9
9
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
10
10
  */
11
- import { BaseItemDto } from './base-item-dto';
12
- import { RecommendationType } from './recommendation-type';
11
+ import type { BaseItemDto } from './base-item-dto';
12
+ import type { RecommendationType } from './recommendation-type';
13
13
  /**
14
14
  *
15
15
  * @export
@@ -8,7 +8,7 @@
8
8
  * License, v. 2.0. If a copy of the MPL was not distributed with this
9
9
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
10
10
  */
11
- import { SessionMessageType } from './session-message-type';
11
+ import type { SessionMessageType } from './session-message-type';
12
12
  /**
13
13
  * Refresh progress message.
14
14
  * @export
@@ -17,11 +17,11 @@ import { SessionMessageType } from './session-message-type';
17
17
  export interface RefreshProgressMessage {
18
18
  /**
19
19
  * Gets or sets the data.
20
- * @type {{ [key: string]: string; }}
20
+ * @type {{ [key: string]: string | null; }}
21
21
  * @memberof RefreshProgressMessage
22
22
  */
23
23
  'Data'?: {
24
- [key: string]: string;
24
+ [key: string]: string | null;
25
25
  } | null;
26
26
  /**
27
27
  * Gets or sets the message id.
@@ -8,8 +8,8 @@
8
8
  * License, v. 2.0. If a copy of the MPL was not distributed with this
9
9
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
10
10
  */
11
- import { ImageType } from './image-type';
12
- import { RatingType } from './rating-type';
11
+ import type { ImageType } from './image-type';
12
+ import type { RatingType } from './rating-type';
13
13
  /**
14
14
  * Class RemoteImageInfo.
15
15
  * @export
@@ -8,7 +8,7 @@
8
8
  * License, v. 2.0. If a copy of the MPL was not distributed with this
9
9
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
10
10
  */
11
- import { RemoteImageInfo } from './remote-image-info';
11
+ import type { RemoteImageInfo } from './remote-image-info';
12
12
  /**
13
13
  * Class RemoteImageResult.
14
14
  * @export
@@ -8,7 +8,7 @@
8
8
  * License, v. 2.0. If a copy of the MPL was not distributed with this
9
9
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
10
10
  */
11
- import { LyricDto } from './lyric-dto';
11
+ import type { LyricDto } from './lyric-dto';
12
12
  /**
13
13
  * The remote lyric info dto.
14
14
  * @export
@@ -22,11 +22,11 @@ export interface RemoteSearchResult {
22
22
  'Name'?: string | null;
23
23
  /**
24
24
  * Gets or sets the provider ids.
25
- * @type {{ [key: string]: string; }}
25
+ * @type {{ [key: string]: string | null; }}
26
26
  * @memberof RemoteSearchResult
27
27
  */
28
28
  'ProviderIds'?: {
29
- [key: string]: string;
29
+ [key: string]: string | null;
30
30
  } | null;
31
31
  /**
32
32
  * Gets or sets the year.
@@ -8,7 +8,7 @@
8
8
  * License, v. 2.0. If a copy of the MPL was not distributed with this
9
9
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
10
10
  */
11
- import { SessionMessageType } from './session-message-type';
11
+ import type { SessionMessageType } from './session-message-type';
12
12
  /**
13
13
  * Restart required.
14
14
  * @export
@@ -8,8 +8,8 @@
8
8
  * License, v. 2.0. If a copy of the MPL was not distributed with this
9
9
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
10
10
  */
11
- import { SessionMessageType } from './session-message-type';
12
- import { TaskResult } from './task-result';
11
+ import type { SessionMessageType } from './session-message-type';
12
+ import type { TaskResult } from './task-result';
13
13
  /**
14
14
  * Scheduled task ended message.
15
15
  * @export
@@ -8,8 +8,8 @@
8
8
  * License, v. 2.0. If a copy of the MPL was not distributed with this
9
9
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
10
10
  */
11
- import { SessionMessageType } from './session-message-type';
12
- import { TaskInfo } from './task-info';
11
+ import type { SessionMessageType } from './session-message-type';
12
+ import type { TaskInfo } from './task-info';
13
13
  /**
14
14
  * Scheduled tasks info message.
15
15
  * @export
@@ -8,7 +8,7 @@
8
8
  * License, v. 2.0. If a copy of the MPL was not distributed with this
9
9
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
10
10
  */
11
- import { SessionMessageType } from './session-message-type';
11
+ import type { SessionMessageType } from './session-message-type';
12
12
  /**
13
13
  * Scheduled tasks info start message. Data is the timing data encoded as \"$initialDelay,$interval\" in ms.
14
14
  * @export
@@ -8,7 +8,7 @@
8
8
  * License, v. 2.0. If a copy of the MPL was not distributed with this
9
9
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
10
10
  */
11
- import { SessionMessageType } from './session-message-type';
11
+ import type { SessionMessageType } from './session-message-type';
12
12
  /**
13
13
  * Scheduled tasks info stop message.
14
14
  * @export
@@ -8,7 +8,7 @@
8
8
  * License, v. 2.0. If a copy of the MPL was not distributed with this
9
9
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
10
10
  */
11
- import { SearchHint } from './search-hint';
11
+ import type { SearchHint } from './search-hint';
12
12
  /**
13
13
  * Class SearchHintResult.
14
14
  * @export
@@ -8,8 +8,8 @@
8
8
  * License, v. 2.0. If a copy of the MPL was not distributed with this
9
9
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
10
10
  */
11
- import { BaseItemKind } from './base-item-kind';
12
- import { MediaType } from './media-type';
11
+ import type { BaseItemKind } from './base-item-kind';
12
+ import type { MediaType } from './media-type';
13
13
  /**
14
14
  * Class SearchHintResult.
15
15
  * @export
@@ -40,7 +40,7 @@ export interface SearchHint {
40
40
  * @type {string}
41
41
  * @memberof SearchHint
42
42
  */
43
- 'MatchedTerm'?: string;
43
+ 'MatchedTerm'?: string | null;
44
44
  /**
45
45
  * Gets or sets the index number.
46
46
  * @type {number}
@@ -8,7 +8,7 @@
8
8
  * License, v. 2.0. If a copy of the MPL was not distributed with this
9
9
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
10
10
  */
11
- import { SendCommandType } from './send-command-type';
11
+ import type { SendCommandType } from './send-command-type';
12
12
  /**
13
13
  * Class SendCommand.
14
14
  * @export
@@ -8,7 +8,7 @@
8
8
  * License, v. 2.0. If a copy of the MPL was not distributed with this
9
9
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
10
10
  */
11
- import { SeriesInfo } from './series-info';
11
+ import type { SeriesInfo } from './series-info';
12
12
  /**
13
13
  *
14
14
  * @export
@@ -46,11 +46,11 @@ export interface SeriesInfo {
46
46
  'MetadataCountryCode'?: string | null;
47
47
  /**
48
48
  * Gets or sets the provider ids.
49
- * @type {{ [key: string]: string; }}
49
+ * @type {{ [key: string]: string | null; }}
50
50
  * @memberof SeriesInfo
51
51
  */
52
52
  'ProviderIds'?: {
53
- [key: string]: string;
53
+ [key: string]: string | null;
54
54
  } | null;
55
55
  /**
56
56
  * Gets or sets the year.
@@ -8,8 +8,8 @@
8
8
  * License, v. 2.0. If a copy of the MPL was not distributed with this
9
9
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
10
10
  */
11
- import { SessionMessageType } from './session-message-type';
12
- import { TimerEventInfo } from './timer-event-info';
11
+ import type { SessionMessageType } from './session-message-type';
12
+ import type { TimerEventInfo } from './timer-event-info';
13
13
  /**
14
14
  * Series timer cancelled message.
15
15
  * @export
@@ -8,8 +8,8 @@
8
8
  * License, v. 2.0. If a copy of the MPL was not distributed with this
9
9
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
10
10
  */
11
- import { SessionMessageType } from './session-message-type';
12
- import { TimerEventInfo } from './timer-event-info';
11
+ import type { SessionMessageType } from './session-message-type';
12
+ import type { TimerEventInfo } from './timer-event-info';
13
13
  /**
14
14
  * Series timer created message.
15
15
  * @export
@@ -8,9 +8,9 @@
8
8
  * License, v. 2.0. If a copy of the MPL was not distributed with this
9
9
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
10
10
  */
11
- import { SeriesTimerInfoDto } from './series-timer-info-dto';
11
+ import type { SeriesTimerInfoDto } from './series-timer-info-dto';
12
12
  /**
13
- *
13
+ * Query result container.
14
14
  * @export
15
15
  * @interface SeriesTimerInfoDtoQueryResult
16
16
  */
@@ -20,7 +20,7 @@ export interface SeriesTimerInfoDtoQueryResult {
20
20
  * @type {Array<SeriesTimerInfoDto>}
21
21
  * @memberof SeriesTimerInfoDtoQueryResult
22
22
  */
23
- 'Items'?: Array<SeriesTimerInfoDto> | null;
23
+ 'Items'?: Array<SeriesTimerInfoDto>;
24
24
  /**
25
25
  * Gets or sets the total number of records available.
26
26
  * @type {number}
@@ -8,9 +8,9 @@
8
8
  * License, v. 2.0. If a copy of the MPL was not distributed with this
9
9
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
10
10
  */
11
- import { DayOfWeek } from './day-of-week';
12
- import { DayPattern } from './day-pattern';
13
- import { KeepUntil } from './keep-until';
11
+ import type { DayOfWeek } from './day-of-week';
12
+ import type { DayPattern } from './day-pattern';
13
+ import type { KeepUntil } from './keep-until';
14
14
  /**
15
15
  * Class SeriesTimerInfoDto.
16
16
  * @export
@@ -8,14 +8,14 @@
8
8
  * License, v. 2.0. If a copy of the MPL was not distributed with this
9
9
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
10
10
  */
11
- import { CastReceiverApplication } from './cast-receiver-application';
12
- import { ImageResolution } from './image-resolution';
13
- import { ImageSavingConvention } from './image-saving-convention';
14
- import { MetadataOptions } from './metadata-options';
15
- import { NameValuePair } from './name-value-pair';
16
- import { PathSubstitution } from './path-substitution';
17
- import { RepositoryInfo } from './repository-info';
18
- import { TrickplayOptions } from './trickplay-options';
11
+ import type { CastReceiverApplication } from './cast-receiver-application';
12
+ import type { ImageResolution } from './image-resolution';
13
+ import type { ImageSavingConvention } from './image-saving-convention';
14
+ import type { MetadataOptions } from './metadata-options';
15
+ import type { NameValuePair } from './name-value-pair';
16
+ import type { PathSubstitution } from './path-substitution';
17
+ import type { RepositoryInfo } from './repository-info';
18
+ import type { TrickplayOptions } from './trickplay-options';
19
19
  /**
20
20
  * Represents the server configuration.
21
21
  * @export
@@ -94,12 +94,6 @@ export interface ServerConfiguration {
94
94
  * @memberof ServerConfiguration
95
95
  */
96
96
  'MetadataPath'?: string;
97
- /**
98
- *
99
- * @type {string}
100
- * @memberof ServerConfiguration
101
- */
102
- 'MetadataNetworkPath'?: string;
103
97
  /**
104
98
  * Gets or sets the preferred metadata language.
105
99
  * @type {string}
@@ -8,7 +8,7 @@
8
8
  * License, v. 2.0. If a copy of the MPL was not distributed with this
9
9
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
10
10
  */
11
- import { SessionMessageType } from './session-message-type';
11
+ import type { SessionMessageType } from './session-message-type';
12
12
  /**
13
13
  * Server restarting down message.
14
14
  * @export
@@ -8,7 +8,7 @@
8
8
  * License, v. 2.0. If a copy of the MPL was not distributed with this
9
9
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
10
10
  */
11
- import { SessionMessageType } from './session-message-type';
11
+ import type { SessionMessageType } from './session-message-type';
12
12
  /**
13
13
  * Server shutting down message.
14
14
  * @export
@@ -0,0 +1,199 @@
1
+ /**
2
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
3
+ * Do not edit the class manually.
4
+ *
5
+ * Jellyfin API
6
+ *
7
+ * This Source Code Form is subject to the terms of the Mozilla Public
8
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
9
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
10
+ */
11
+ import type { BaseItemDto } from './base-item-dto';
12
+ import type { ClientCapabilitiesDto } from './client-capabilities-dto';
13
+ import type { GeneralCommandType } from './general-command-type';
14
+ import type { MediaType } from './media-type';
15
+ import type { PlayerStateInfo } from './player-state-info';
16
+ import type { QueueItem } from './queue-item';
17
+ import type { SessionUserInfo } from './session-user-info';
18
+ import type { TranscodingInfo } from './transcoding-info';
19
+ /**
20
+ * Session info DTO.
21
+ * @export
22
+ * @interface SessionInfoDto
23
+ */
24
+ export interface SessionInfoDto {
25
+ /**
26
+ *
27
+ * @type {PlayerStateInfo}
28
+ * @memberof SessionInfoDto
29
+ */
30
+ 'PlayState'?: PlayerStateInfo;
31
+ /**
32
+ * Gets or sets the additional users.
33
+ * @type {Array<SessionUserInfo>}
34
+ * @memberof SessionInfoDto
35
+ */
36
+ 'AdditionalUsers'?: Array<SessionUserInfo> | null;
37
+ /**
38
+ *
39
+ * @type {ClientCapabilitiesDto}
40
+ * @memberof SessionInfoDto
41
+ */
42
+ 'Capabilities'?: ClientCapabilitiesDto;
43
+ /**
44
+ * Gets or sets the remote end point.
45
+ * @type {string}
46
+ * @memberof SessionInfoDto
47
+ */
48
+ 'RemoteEndPoint'?: string | null;
49
+ /**
50
+ * Gets or sets the playable media types.
51
+ * @type {Array<MediaType>}
52
+ * @memberof SessionInfoDto
53
+ */
54
+ 'PlayableMediaTypes'?: Array<MediaType>;
55
+ /**
56
+ * Gets or sets the id.
57
+ * @type {string}
58
+ * @memberof SessionInfoDto
59
+ */
60
+ 'Id'?: string | null;
61
+ /**
62
+ * Gets or sets the user id.
63
+ * @type {string}
64
+ * @memberof SessionInfoDto
65
+ */
66
+ 'UserId'?: string;
67
+ /**
68
+ * Gets or sets the username.
69
+ * @type {string}
70
+ * @memberof SessionInfoDto
71
+ */
72
+ 'UserName'?: string | null;
73
+ /**
74
+ * Gets or sets the type of the client.
75
+ * @type {string}
76
+ * @memberof SessionInfoDto
77
+ */
78
+ 'Client'?: string | null;
79
+ /**
80
+ * Gets or sets the last activity date.
81
+ * @type {string}
82
+ * @memberof SessionInfoDto
83
+ */
84
+ 'LastActivityDate'?: string;
85
+ /**
86
+ * Gets or sets the last playback check in.
87
+ * @type {string}
88
+ * @memberof SessionInfoDto
89
+ */
90
+ 'LastPlaybackCheckIn'?: string;
91
+ /**
92
+ * Gets or sets the last paused date.
93
+ * @type {string}
94
+ * @memberof SessionInfoDto
95
+ */
96
+ 'LastPausedDate'?: string | null;
97
+ /**
98
+ * Gets or sets the name of the device.
99
+ * @type {string}
100
+ * @memberof SessionInfoDto
101
+ */
102
+ 'DeviceName'?: string | null;
103
+ /**
104
+ * Gets or sets the type of the device.
105
+ * @type {string}
106
+ * @memberof SessionInfoDto
107
+ */
108
+ 'DeviceType'?: string | null;
109
+ /**
110
+ *
111
+ * @type {BaseItemDto}
112
+ * @memberof SessionInfoDto
113
+ */
114
+ 'NowPlayingItem'?: BaseItemDto;
115
+ /**
116
+ *
117
+ * @type {BaseItemDto}
118
+ * @memberof SessionInfoDto
119
+ */
120
+ 'NowViewingItem'?: BaseItemDto;
121
+ /**
122
+ * Gets or sets the device id.
123
+ * @type {string}
124
+ * @memberof SessionInfoDto
125
+ */
126
+ 'DeviceId'?: string | null;
127
+ /**
128
+ * Gets or sets the application version.
129
+ * @type {string}
130
+ * @memberof SessionInfoDto
131
+ */
132
+ 'ApplicationVersion'?: string | null;
133
+ /**
134
+ *
135
+ * @type {TranscodingInfo}
136
+ * @memberof SessionInfoDto
137
+ */
138
+ 'TranscodingInfo'?: TranscodingInfo;
139
+ /**
140
+ * Gets or sets a value indicating whether this session is active.
141
+ * @type {boolean}
142
+ * @memberof SessionInfoDto
143
+ */
144
+ 'IsActive'?: boolean;
145
+ /**
146
+ * Gets or sets a value indicating whether the session supports media control.
147
+ * @type {boolean}
148
+ * @memberof SessionInfoDto
149
+ */
150
+ 'SupportsMediaControl'?: boolean;
151
+ /**
152
+ * Gets or sets a value indicating whether the session supports remote control.
153
+ * @type {boolean}
154
+ * @memberof SessionInfoDto
155
+ */
156
+ 'SupportsRemoteControl'?: boolean;
157
+ /**
158
+ * Gets or sets the now playing queue.
159
+ * @type {Array<QueueItem>}
160
+ * @memberof SessionInfoDto
161
+ */
162
+ 'NowPlayingQueue'?: Array<QueueItem> | null;
163
+ /**
164
+ * Gets or sets the now playing queue full items.
165
+ * @type {Array<BaseItemDto>}
166
+ * @memberof SessionInfoDto
167
+ */
168
+ 'NowPlayingQueueFullItems'?: Array<BaseItemDto> | null;
169
+ /**
170
+ * Gets or sets a value indicating whether the session has a custom device name.
171
+ * @type {boolean}
172
+ * @memberof SessionInfoDto
173
+ */
174
+ 'HasCustomDeviceName'?: boolean;
175
+ /**
176
+ * Gets or sets the playlist item id.
177
+ * @type {string}
178
+ * @memberof SessionInfoDto
179
+ */
180
+ 'PlaylistItemId'?: string | null;
181
+ /**
182
+ * Gets or sets the server id.
183
+ * @type {string}
184
+ * @memberof SessionInfoDto
185
+ */
186
+ 'ServerId'?: string | null;
187
+ /**
188
+ * Gets or sets the user primary image tag.
189
+ * @type {string}
190
+ * @memberof SessionInfoDto
191
+ */
192
+ 'UserPrimaryImageTag'?: string | null;
193
+ /**
194
+ * Gets or sets the supported commands.
195
+ * @type {Array<GeneralCommandType>}
196
+ * @memberof SessionInfoDto
197
+ */
198
+ 'SupportedCommands'?: Array<GeneralCommandType>;
199
+ }
@@ -8,14 +8,14 @@
8
8
  * License, v. 2.0. If a copy of the MPL was not distributed with this
9
9
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
10
10
  */
11
- import { BaseItemDto } from './base-item-dto';
12
- import { ClientCapabilities } from './client-capabilities';
13
- import { GeneralCommandType } from './general-command-type';
14
- import { MediaType } from './media-type';
15
- import { PlayerStateInfo } from './player-state-info';
16
- import { QueueItem } from './queue-item';
17
- import { SessionUserInfo } from './session-user-info';
18
- import { TranscodingInfo } from './transcoding-info';
11
+ import type { BaseItemDto } from './base-item-dto';
12
+ import type { ClientCapabilities } from './client-capabilities';
13
+ import type { GeneralCommandType } from './general-command-type';
14
+ import type { MediaType } from './media-type';
15
+ import type { PlayerStateInfo } from './player-state-info';
16
+ import type { QueueItem } from './queue-item';
17
+ import type { SessionUserInfo } from './session-user-info';
18
+ import type { TranscodingInfo } from './transcoding-info';
19
19
  /**
20
20
  * Class SessionInfo.
21
21
  * @export
@@ -8,8 +8,8 @@
8
8
  * License, v. 2.0. If a copy of the MPL was not distributed with this
9
9
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
10
10
  */
11
- import { SessionInfo } from './session-info';
12
- import { SessionMessageType } from './session-message-type';
11
+ import type { SessionInfoDto } from './session-info-dto';
12
+ import type { SessionMessageType } from './session-message-type';
13
13
  /**
14
14
  * Sessions message.
15
15
  * @export
@@ -18,10 +18,10 @@ import { SessionMessageType } from './session-message-type';
18
18
  export interface SessionsMessage {
19
19
  /**
20
20
  * Gets or sets the data.
21
- * @type {Array<SessionInfo>}
21
+ * @type {Array<SessionInfoDto>}
22
22
  * @memberof SessionsMessage
23
23
  */
24
- 'Data'?: Array<SessionInfo> | null;
24
+ 'Data'?: Array<SessionInfoDto> | null;
25
25
  /**
26
26
  * Gets or sets the message id.
27
27
  * @type {string}
@@ -8,7 +8,7 @@
8
8
  * License, v. 2.0. If a copy of the MPL was not distributed with this
9
9
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
10
10
  */
11
- import { SessionMessageType } from './session-message-type';
11
+ import type { SessionMessageType } from './session-message-type';
12
12
  /**
13
13
  * Sessions start message. Data is the timing data encoded as \"$initialDelay,$interval\" in ms.
14
14
  * @export
@@ -8,7 +8,7 @@
8
8
  * License, v. 2.0. If a copy of the MPL was not distributed with this
9
9
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
10
10
  */
11
- import { SessionMessageType } from './session-message-type';
11
+ import type { SessionMessageType } from './session-message-type';
12
12
  /**
13
13
  * Sessions stop message.
14
14
  * @export