@jellyfin/sdk 0.10.0 → 0.12.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 (390) hide show
  1. package/CHANGELOG.md +127 -0
  2. package/README.md +3 -41
  3. package/lib/api.d.ts +7 -11
  4. package/lib/api.js +13 -14
  5. package/lib/generated-client/api/activity-log-api.d.ts +9 -12
  6. package/lib/generated-client/api/activity-log-api.js +8 -8
  7. package/lib/generated-client/api/api-key-api.d.ts +18 -18
  8. package/lib/generated-client/api/api-key-api.js +19 -10
  9. package/lib/generated-client/api/artists-api.d.ts +27 -90
  10. package/lib/generated-client/api/artists-api.js +22 -76
  11. package/lib/generated-client/api/audio-api.d.ts +87 -255
  12. package/lib/generated-client/api/audio-api.js +97 -249
  13. package/lib/generated-client/api/backup-api.d.ts +209 -0
  14. package/lib/generated-client/api/backup-api.js +311 -0
  15. package/lib/generated-client/api/branding-api.d.ts +16 -16
  16. package/lib/generated-client/api/branding-api.js +13 -4
  17. package/lib/generated-client/api/channels-api.d.ts +33 -51
  18. package/lib/generated-client/api/channels-api.js +33 -36
  19. package/lib/generated-client/api/client-log-api.d.ts +13 -13
  20. package/lib/generated-client/api/client-log-api.js +10 -7
  21. package/lib/generated-client/api/collection-api.d.ts +19 -24
  22. package/lib/generated-client/api/collection-api.js +22 -18
  23. package/lib/generated-client/api/configuration-api.d.ts +75 -29
  24. package/lib/generated-client/api/configuration-api.js +98 -17
  25. package/lib/generated-client/api/dashboard-api.d.ts +14 -14
  26. package/lib/generated-client/api/dashboard-api.js +16 -10
  27. package/lib/generated-client/api/devices-api.d.ts +31 -33
  28. package/lib/generated-client/api/devices-api.js +37 -23
  29. package/lib/generated-client/api/display-preferences-api.d.ts +14 -19
  30. package/lib/generated-client/api/display-preferences-api.js +16 -15
  31. package/lib/generated-client/api/dlna-api.d.ts +6 -6
  32. package/lib/generated-client/api/dlna-server-api.d.ts +16 -16
  33. package/lib/generated-client/api/dynamic-hls-api.d.ts +246 -607
  34. package/lib/generated-client/api/dynamic-hls-api.js +233 -573
  35. package/lib/generated-client/api/environment-api.d.ts +33 -35
  36. package/lib/generated-client/api/environment-api.js +35 -19
  37. package/lib/generated-client/api/filter-api.d.ts +17 -29
  38. package/lib/generated-client/api/filter-api.js +15 -21
  39. package/lib/generated-client/api/genres-api.d.ts +20 -38
  40. package/lib/generated-client/api/genres-api.js +16 -28
  41. package/lib/generated-client/api/hls-segment-api.d.ts +28 -35
  42. package/lib/generated-client/api/hls-segment-api.js +37 -29
  43. package/lib/generated-client/api/image-api.d.ts +216 -942
  44. package/lib/generated-client/api/image-api.js +282 -789
  45. package/lib/generated-client/api/image-by-name-api.d.ts +6 -6
  46. package/lib/generated-client/api/instant-mix-api.d.ts +46 -102
  47. package/lib/generated-client/api/instant-mix-api.js +57 -89
  48. package/lib/generated-client/api/item-lookup-api.d.ts +69 -71
  49. package/lib/generated-client/api/item-lookup-api.js +78 -47
  50. package/lib/generated-client/api/item-refresh-api.d.ts +17 -13
  51. package/lib/generated-client/api/item-refresh-api.js +17 -13
  52. package/lib/generated-client/api/item-update-api.d.ts +20 -22
  53. package/lib/generated-client/api/item-update-api.js +22 -15
  54. package/lib/generated-client/api/items-api.d.ts +44 -137
  55. package/lib/generated-client/api/items-api.js +39 -123
  56. package/lib/generated-client/api/library-api.d.ts +185 -170
  57. package/lib/generated-client/api/library-api.js +213 -143
  58. package/lib/generated-client/api/library-structure-api.d.ts +48 -58
  59. package/lib/generated-client/api/library-structure-api.js +54 -40
  60. package/lib/generated-client/api/live-tv-api.d.ts +236 -336
  61. package/lib/generated-client/api/live-tv-api.js +287 -267
  62. package/lib/generated-client/api/localization-api.d.ts +23 -23
  63. package/lib/generated-client/api/localization-api.js +17 -5
  64. package/lib/generated-client/api/lyrics-api.d.ts +39 -42
  65. package/lib/generated-client/api/lyrics-api.js +46 -31
  66. package/lib/generated-client/api/media-info-api.d.ts +40 -59
  67. package/lib/generated-client/api/media-info-api.js +46 -53
  68. package/lib/generated-client/api/media-segments-api.d.ts +95 -0
  69. package/lib/generated-client/api/media-segments-api.js +123 -0
  70. package/lib/generated-client/api/movies-api.d.ts +10 -14
  71. package/lib/generated-client/api/movies-api.js +8 -9
  72. package/lib/generated-client/api/music-genres-api.d.ts +20 -38
  73. package/lib/generated-client/api/music-genres-api.js +16 -28
  74. package/lib/generated-client/api/notifications-api.d.ts +7 -7
  75. package/lib/generated-client/api/package-api.d.ts +33 -37
  76. package/lib/generated-client/api/package-api.js +38 -24
  77. package/lib/generated-client/api/persons-api.d.ts +18 -31
  78. package/lib/generated-client/api/persons-api.js +16 -23
  79. package/lib/generated-client/api/playlists-api.d.ts +109 -84
  80. package/lib/generated-client/api/playlists-api.js +138 -64
  81. package/lib/generated-client/api/playstate-api.d.ts +66 -80
  82. package/lib/generated-client/api/playstate-api.js +77 -64
  83. package/lib/generated-client/api/plugins-api.d.ts +48 -52
  84. package/lib/generated-client/api/plugins-api.js +61 -38
  85. package/lib/generated-client/api/quick-connect-api.d.ts +22 -23
  86. package/lib/generated-client/api/quick-connect-api.js +24 -13
  87. package/lib/generated-client/api/remote-image-api.d.ts +21 -28
  88. package/lib/generated-client/api/remote-image-api.js +22 -20
  89. package/lib/generated-client/api/scheduled-tasks-api.d.ts +30 -32
  90. package/lib/generated-client/api/scheduled-tasks-api.js +37 -24
  91. package/lib/generated-client/api/search-api.d.ts +11 -28
  92. package/lib/generated-client/api/search-api.js +8 -22
  93. package/lib/generated-client/api/session-api.d.ts +90 -117
  94. package/lib/generated-client/api/session-api.js +104 -83
  95. package/lib/generated-client/api/startup-api.d.ts +37 -37
  96. package/lib/generated-client/api/startup-api.js +39 -18
  97. package/lib/generated-client/api/studios-api.d.ts +18 -35
  98. package/lib/generated-client/api/studios-api.js +16 -27
  99. package/lib/generated-client/api/subtitle-api.d.ts +55 -86
  100. package/lib/generated-client/api/subtitle-api.js +69 -70
  101. package/lib/generated-client/api/suggestions-api.d.ts +11 -16
  102. package/lib/generated-client/api/suggestions-api.js +8 -10
  103. package/lib/generated-client/api/sync-play-api.d.ts +166 -120
  104. package/lib/generated-client/api/sync-play-api.js +200 -71
  105. package/lib/generated-client/api/system-api.d.ts +53 -57
  106. package/lib/generated-client/api/system-api.js +56 -30
  107. package/lib/generated-client/api/time-sync-api.d.ts +8 -8
  108. package/lib/generated-client/api/time-sync-api.js +5 -2
  109. package/lib/generated-client/api/tmdb-api.d.ts +8 -8
  110. package/lib/generated-client/api/tmdb-api.js +5 -2
  111. package/lib/generated-client/api/trailers-api.d.ts +19 -102
  112. package/lib/generated-client/api/trailers-api.js +8 -88
  113. package/lib/generated-client/api/trickplay-api.d.ts +13 -18
  114. package/lib/generated-client/api/trickplay-api.js +15 -14
  115. package/lib/generated-client/api/tv-shows-api.d.ts +27 -72
  116. package/lib/generated-client/api/tv-shows-api.js +30 -63
  117. package/lib/generated-client/api/universal-audio-api.d.ts +30 -48
  118. package/lib/generated-client/api/universal-audio-api.js +33 -51
  119. package/lib/generated-client/api/user-api.d.ts +83 -88
  120. package/lib/generated-client/api/user-api.js +94 -57
  121. package/lib/generated-client/api/user-library-api.d.ts +59 -78
  122. package/lib/generated-client/api/user-library-api.js +71 -60
  123. package/lib/generated-client/api/user-views-api.d.ts +16 -19
  124. package/lib/generated-client/api/user-views-api.js +15 -12
  125. package/lib/generated-client/api/video-attachments-api.d.ts +8 -10
  126. package/lib/generated-client/api/video-attachments-api.js +8 -7
  127. package/lib/generated-client/api/videos-api.d.ts +97 -274
  128. package/lib/generated-client/api/videos-api.js +114 -266
  129. package/lib/generated-client/api/years-api.d.ts +21 -36
  130. package/lib/generated-client/api/years-api.js +16 -25
  131. package/lib/generated-client/api.d.ts +2 -0
  132. package/lib/generated-client/base.d.ts +15 -4
  133. package/lib/generated-client/base.js +8 -4
  134. package/lib/generated-client/common.d.ts +4 -4
  135. package/lib/generated-client/common.js +23 -14
  136. package/lib/generated-client/configuration.d.ts +8 -0
  137. package/lib/generated-client/configuration.js +1 -0
  138. package/lib/generated-client/index.js +11 -1
  139. package/lib/generated-client/models/access-schedule.d.ts +1 -1
  140. package/lib/generated-client/models/activity-log-entry-message.d.ts +2 -2
  141. package/lib/generated-client/models/activity-log-entry-query-result.d.ts +3 -3
  142. package/lib/generated-client/models/activity-log-entry-start-message.d.ts +1 -1
  143. package/lib/generated-client/models/activity-log-entry-stop-message.d.ts +1 -1
  144. package/lib/generated-client/models/activity-log-entry.d.ts +1 -1
  145. package/lib/generated-client/models/add-virtual-folder-dto.d.ts +1 -1
  146. package/lib/generated-client/models/album-info-remote-search-query.d.ts +1 -1
  147. package/lib/generated-client/models/album-info.d.ts +5 -5
  148. package/lib/generated-client/models/all-theme-media-result.d.ts +1 -1
  149. package/lib/generated-client/models/artist-info-remote-search-query.d.ts +1 -1
  150. package/lib/generated-client/models/artist-info.d.ts +3 -3
  151. package/lib/generated-client/models/authentication-info-query-result.d.ts +3 -3
  152. package/lib/generated-client/models/authentication-result.d.ts +7 -7
  153. package/lib/generated-client/models/backup-manifest-dto.d.ts +48 -0
  154. package/lib/generated-client/models/backup-options-dto.d.ts +41 -0
  155. package/lib/generated-client/models/backup-restore-request-dto.d.ts +23 -0
  156. package/lib/generated-client/models/base-item-dto-query-result.d.ts +3 -3
  157. package/lib/generated-client/models/base-item-dto.d.ts +28 -28
  158. package/lib/generated-client/models/base-item-person.d.ts +2 -2
  159. package/lib/generated-client/models/book-info-remote-search-query.d.ts +1 -1
  160. package/lib/generated-client/models/book-info.d.ts +2 -2
  161. package/lib/generated-client/models/box-set-info-remote-search-query.d.ts +1 -1
  162. package/lib/generated-client/models/box-set-info.d.ts +2 -2
  163. package/lib/generated-client/models/branding-options-dto.d.ts +35 -0
  164. package/lib/generated-client/models/channel-features.d.ts +3 -3
  165. package/lib/generated-client/models/channel-mapping-options-dto.d.ts +3 -3
  166. package/lib/generated-client/models/client-capabilities-dto.d.ts +3 -17
  167. package/lib/generated-client/models/client-capabilities.d.ts +3 -3
  168. package/lib/generated-client/models/codec-profile.d.ts +15 -9
  169. package/lib/generated-client/models/container-profile.d.ts +12 -6
  170. package/lib/generated-client/models/create-playlist-dto.d.ts +2 -2
  171. package/lib/generated-client/models/custom-database-option.d.ts +29 -0
  172. package/lib/generated-client/models/custom-database-options.d.ts +42 -0
  173. package/lib/generated-client/models/database-configuration-options.d.ts +37 -0
  174. package/lib/generated-client/models/database-locking-behavior-types.d.ts +21 -0
  175. package/lib/generated-client/models/database-locking-behavior-types.js +24 -0
  176. package/lib/generated-client/models/deinterlace-method.d.ts +20 -0
  177. package/lib/generated-client/models/{hardware-encoding-type.js → deinterlace-method.js} +5 -10
  178. package/lib/generated-client/models/device-info-dto-query-result.d.ts +36 -0
  179. package/lib/generated-client/models/device-info-dto.d.ts +84 -0
  180. package/lib/generated-client/models/device-info-query-result.d.ts +1 -1
  181. package/lib/generated-client/models/device-info.d.ts +1 -1
  182. package/lib/generated-client/models/device-profile.d.ts +8 -8
  183. package/lib/generated-client/models/direct-play-profile.d.ts +6 -6
  184. package/lib/generated-client/models/display-preferences-dto.d.ts +4 -4
  185. package/lib/generated-client/models/down-mix-stereo-algorithms.d.ts +3 -1
  186. package/lib/generated-client/models/down-mix-stereo-algorithms.js +4 -2
  187. package/lib/generated-client/models/encoder-preset.d.ts +29 -0
  188. package/lib/generated-client/models/encoder-preset.js +32 -0
  189. package/lib/generated-client/models/encoding-options.d.ts +43 -19
  190. package/lib/generated-client/models/external-id-info.d.ts +1 -7
  191. package/lib/generated-client/models/external-id-media-type.d.ts +1 -0
  192. package/lib/generated-client/models/external-id-media-type.js +2 -1
  193. package/lib/generated-client/models/file-system-entry-info.d.ts +1 -1
  194. package/lib/generated-client/models/folder-storage-dto.d.ts +47 -0
  195. package/lib/generated-client/models/force-keep-alive-message.d.ts +1 -1
  196. package/lib/generated-client/models/forgot-password-result.d.ts +1 -1
  197. package/lib/generated-client/models/general-command-message.d.ts +2 -2
  198. package/lib/generated-client/models/general-command.d.ts +3 -3
  199. package/lib/generated-client/models/get-programs-dto.d.ts +34 -34
  200. package/lib/generated-client/models/group-info-dto-group-update.d.ts +2 -2
  201. package/lib/generated-client/models/group-info-dto.d.ts +1 -1
  202. package/lib/generated-client/models/group-state-update-group-update.d.ts +2 -2
  203. package/lib/generated-client/models/group-state-update.d.ts +2 -2
  204. package/lib/generated-client/models/group-update-type.d.ts +0 -2
  205. package/lib/generated-client/models/group-update-type.js +0 -2
  206. package/lib/generated-client/models/group-update.d.ts +29 -6
  207. package/lib/generated-client/models/hardware-acceleration-type.d.ts +26 -0
  208. package/lib/generated-client/models/hardware-acceleration-type.js +29 -0
  209. package/lib/generated-client/models/image-info.d.ts +1 -1
  210. package/lib/generated-client/models/image-option.d.ts +1 -1
  211. package/lib/generated-client/models/image-provider-info.d.ts +1 -1
  212. package/lib/generated-client/models/inbound-keep-alive-message.d.ts +1 -1
  213. package/lib/generated-client/models/inbound-web-socket-message.d.ts +22 -8
  214. package/lib/generated-client/models/index.d.ts +38 -14
  215. package/lib/generated-client/models/index.js +9 -1
  216. package/lib/generated-client/models/installation-info.d.ts +1 -1
  217. package/lib/generated-client/models/item-fields.d.ts +0 -11
  218. package/lib/generated-client/models/item-fields.js +0 -11
  219. package/lib/generated-client/models/item-sort-by.d.ts +0 -2
  220. package/lib/generated-client/models/item-sort-by.js +1 -3
  221. package/lib/generated-client/models/library-changed-message.d.ts +2 -2
  222. package/lib/generated-client/models/library-options-result-dto.d.ts +14 -2
  223. package/lib/generated-client/models/library-options.d.ts +57 -3
  224. package/lib/generated-client/models/library-storage-dto.d.ts +36 -0
  225. package/lib/generated-client/models/library-type-options-dto.d.ts +3 -3
  226. package/lib/generated-client/models/listings-provider-info.d.ts +1 -1
  227. package/lib/generated-client/models/live-stream-response.d.ts +1 -1
  228. package/lib/generated-client/models/live-tv-info.d.ts +1 -1
  229. package/lib/generated-client/models/live-tv-options.d.ts +2 -2
  230. package/lib/generated-client/models/live-tv-service-info.d.ts +1 -1
  231. package/lib/generated-client/models/lyric-dto.d.ts +2 -2
  232. package/lib/generated-client/models/lyric-line-cue.d.ts +41 -0
  233. package/lib/generated-client/models/lyric-line.d.ts +7 -0
  234. package/lib/generated-client/models/media-path-dto.d.ts +1 -1
  235. package/lib/generated-client/models/media-path-info.d.ts +0 -6
  236. package/lib/generated-client/models/media-segment-dto-query-result.d.ts +36 -0
  237. package/lib/generated-client/models/media-segment-dto.d.ts +48 -0
  238. package/lib/generated-client/models/media-segment-type.d.ts +24 -0
  239. package/lib/generated-client/models/media-segment-type.js +27 -0
  240. package/lib/generated-client/models/media-source-info.d.ts +29 -11
  241. package/lib/generated-client/models/media-stream.d.ts +23 -5
  242. package/lib/generated-client/models/media-update-info-dto.d.ts +1 -1
  243. package/lib/generated-client/models/metadata-editor-info.d.ts +12 -12
  244. package/lib/generated-client/models/movie-info-remote-search-query.d.ts +1 -1
  245. package/lib/generated-client/models/movie-info.d.ts +2 -2
  246. package/lib/generated-client/models/music-video-info-remote-search-query.d.ts +1 -1
  247. package/lib/generated-client/models/music-video-info.d.ts +2 -2
  248. package/lib/generated-client/models/network-configuration.d.ts +1 -0
  249. package/lib/generated-client/models/open-live-stream-dto.d.ts +9 -3
  250. package/lib/generated-client/models/outbound-keep-alive-message.d.ts +1 -1
  251. package/lib/generated-client/models/outbound-web-socket-message.d.ts +85 -29
  252. package/lib/generated-client/models/package-info.d.ts +1 -1
  253. package/lib/generated-client/models/parental-rating-score.d.ts +29 -0
  254. package/lib/generated-client/models/parental-rating.d.ts +8 -1
  255. package/lib/generated-client/models/person-lookup-info-remote-search-query.d.ts +1 -1
  256. package/lib/generated-client/models/person-lookup-info.d.ts +2 -2
  257. package/lib/generated-client/models/play-message.d.ts +2 -2
  258. package/lib/generated-client/models/play-queue-update-group-update.d.ts +2 -2
  259. package/lib/generated-client/models/play-queue-update.d.ts +4 -4
  260. package/lib/generated-client/models/play-request.d.ts +1 -1
  261. package/lib/generated-client/models/playback-info-dto.d.ts +8 -2
  262. package/lib/generated-client/models/playback-info-response.d.ts +2 -2
  263. package/lib/generated-client/models/playback-progress-info.d.ts +5 -5
  264. package/lib/generated-client/models/playback-start-info.d.ts +5 -5
  265. package/lib/generated-client/models/playback-stop-info.d.ts +2 -2
  266. package/lib/generated-client/models/player-state-info.d.ts +3 -3
  267. package/lib/generated-client/models/playlist-dto.d.ts +36 -0
  268. package/lib/generated-client/models/playstate-message.d.ts +2 -2
  269. package/lib/generated-client/models/playstate-request.d.ts +1 -1
  270. package/lib/generated-client/models/plugin-info.d.ts +1 -1
  271. package/lib/generated-client/models/plugin-installation-cancelled-message.d.ts +2 -2
  272. package/lib/generated-client/models/plugin-installation-completed-message.d.ts +2 -2
  273. package/lib/generated-client/models/plugin-installation-failed-message.d.ts +2 -2
  274. package/lib/generated-client/models/plugin-installing-message.d.ts +2 -2
  275. package/lib/generated-client/models/plugin-status.d.ts +1 -0
  276. package/lib/generated-client/models/plugin-status.js +1 -0
  277. package/lib/generated-client/models/plugin-uninstalled-message.d.ts +2 -2
  278. package/lib/generated-client/models/problem-details.d.ts +1 -1
  279. package/lib/generated-client/models/profile-condition-value.d.ts +1 -0
  280. package/lib/generated-client/models/profile-condition-value.js +2 -1
  281. package/lib/generated-client/models/profile-condition.d.ts +2 -2
  282. package/lib/generated-client/models/query-filters.d.ts +1 -1
  283. package/lib/generated-client/models/queue-request-dto.d.ts +1 -1
  284. package/lib/generated-client/models/recommendation-dto.d.ts +2 -2
  285. package/lib/generated-client/models/refresh-progress-message.d.ts +3 -3
  286. package/lib/generated-client/models/remote-image-info.d.ts +2 -2
  287. package/lib/generated-client/models/remote-image-result.d.ts +1 -1
  288. package/lib/generated-client/models/remote-lyric-info-dto.d.ts +1 -1
  289. package/lib/generated-client/models/remote-search-result.d.ts +2 -2
  290. package/lib/generated-client/models/restart-required-message.d.ts +1 -1
  291. package/lib/generated-client/models/scheduled-task-ended-message.d.ts +2 -2
  292. package/lib/generated-client/models/scheduled-tasks-info-message.d.ts +2 -2
  293. package/lib/generated-client/models/scheduled-tasks-info-start-message.d.ts +1 -1
  294. package/lib/generated-client/models/scheduled-tasks-info-stop-message.d.ts +1 -1
  295. package/lib/generated-client/models/search-hint-result.d.ts +1 -1
  296. package/lib/generated-client/models/search-hint.d.ts +2 -2
  297. package/lib/generated-client/models/send-command.d.ts +1 -1
  298. package/lib/generated-client/models/series-info-remote-search-query.d.ts +1 -1
  299. package/lib/generated-client/models/series-info.d.ts +2 -2
  300. package/lib/generated-client/models/series-timer-cancelled-message.d.ts +2 -2
  301. package/lib/generated-client/models/series-timer-created-message.d.ts +2 -2
  302. package/lib/generated-client/models/series-timer-info-dto-query-result.d.ts +3 -3
  303. package/lib/generated-client/models/series-timer-info-dto.d.ts +3 -3
  304. package/lib/generated-client/models/server-configuration.d.ts +29 -23
  305. package/lib/generated-client/models/server-restarting-message.d.ts +1 -1
  306. package/lib/generated-client/models/server-shutting-down-message.d.ts +1 -1
  307. package/lib/generated-client/models/session-info-dto.d.ts +199 -0
  308. package/lib/generated-client/models/session-info.d.ts +8 -8
  309. package/lib/generated-client/models/sessions-message.d.ts +4 -4
  310. package/lib/generated-client/models/sessions-start-message.d.ts +1 -1
  311. package/lib/generated-client/models/sessions-stop-message.d.ts +1 -1
  312. package/lib/generated-client/models/set-repeat-mode-request-dto.d.ts +1 -1
  313. package/lib/generated-client/models/set-shuffle-mode-request-dto.d.ts +1 -1
  314. package/lib/generated-client/models/song-info.d.ts +2 -2
  315. package/lib/generated-client/models/startup-configuration-dto.d.ts +6 -0
  316. package/lib/generated-client/models/startup-remote-access-dto.d.ts +1 -0
  317. package/lib/generated-client/models/string-group-update.d.ts +1 -1
  318. package/lib/generated-client/models/subtitle-profile.d.ts +6 -6
  319. package/lib/generated-client/models/sync-play-command-message.d.ts +2 -2
  320. package/lib/generated-client/models/sync-play-group-does-not-exist-update.d.ts +36 -0
  321. package/lib/generated-client/models/sync-play-group-joined-update.d.ts +37 -0
  322. package/lib/generated-client/models/sync-play-group-left-update.d.ts +36 -0
  323. package/lib/generated-client/models/sync-play-group-update-command-message.d.ts +2 -2
  324. package/lib/generated-client/models/sync-play-group-update-message.d.ts +37 -0
  325. package/lib/generated-client/models/sync-play-library-access-denied-update.d.ts +36 -0
  326. package/lib/generated-client/models/sync-play-not-in-group-update.d.ts +36 -0
  327. package/lib/generated-client/models/sync-play-play-queue-update.d.ts +37 -0
  328. package/lib/generated-client/models/sync-play-state-update.d.ts +37 -0
  329. package/lib/generated-client/models/sync-play-user-joined-update.d.ts +36 -0
  330. package/lib/generated-client/models/sync-play-user-left-update.d.ts +36 -0
  331. package/lib/generated-client/models/system-info.d.ts +9 -2
  332. package/lib/generated-client/models/system-storage-dto.d.ts +67 -0
  333. package/lib/generated-client/models/task-info.d.ts +3 -3
  334. package/lib/generated-client/models/task-result.d.ts +1 -1
  335. package/lib/generated-client/models/task-trigger-info-type.d.ts +22 -0
  336. package/lib/generated-client/models/task-trigger-info-type.js +25 -0
  337. package/lib/generated-client/models/task-trigger-info.d.ts +5 -4
  338. package/lib/generated-client/models/theme-media-result.d.ts +2 -2
  339. package/lib/generated-client/models/timer-cancelled-message.d.ts +2 -2
  340. package/lib/generated-client/models/timer-created-message.d.ts +2 -2
  341. package/lib/generated-client/models/timer-info-dto-query-result.d.ts +3 -3
  342. package/lib/generated-client/models/timer-info-dto.d.ts +3 -3
  343. package/lib/generated-client/models/tonemapping-algorithm.d.ts +26 -0
  344. package/lib/generated-client/models/tonemapping-algorithm.js +29 -0
  345. package/lib/generated-client/models/tonemapping-mode.d.ts +23 -0
  346. package/lib/generated-client/models/tonemapping-mode.js +26 -0
  347. package/lib/generated-client/models/tonemapping-range.d.ts +21 -0
  348. package/lib/generated-client/models/tonemapping-range.js +24 -0
  349. package/lib/generated-client/models/trailer-info-remote-search-query.d.ts +1 -1
  350. package/lib/generated-client/models/trailer-info.d.ts +2 -2
  351. package/lib/generated-client/models/transcode-reason.d.ts +2 -0
  352. package/lib/generated-client/models/transcode-reason.js +3 -1
  353. package/lib/generated-client/models/transcoding-info.d.ts +16 -16
  354. package/lib/generated-client/models/transcoding-profile.d.ts +24 -18
  355. package/lib/generated-client/models/trickplay-info-dto.d.ts +59 -0
  356. package/lib/generated-client/models/trickplay-info.d.ts +7 -1
  357. package/lib/generated-client/models/trickplay-options.d.ts +8 -2
  358. package/lib/generated-client/models/tuner-host-info.d.ts +24 -0
  359. package/lib/generated-client/models/type-options.d.ts +1 -1
  360. package/lib/generated-client/models/update-library-options-dto.d.ts +1 -1
  361. package/lib/generated-client/models/update-media-path-request-dto.d.ts +1 -1
  362. package/lib/generated-client/models/update-playlist-dto.d.ts +1 -1
  363. package/lib/generated-client/models/user-configuration.d.ts +1 -1
  364. package/lib/generated-client/models/user-data-change-info.d.ts +3 -3
  365. package/lib/generated-client/models/user-data-changed-message.d.ts +2 -2
  366. package/lib/generated-client/models/user-deleted-message.d.ts +1 -1
  367. package/lib/generated-client/models/user-dto.d.ts +2 -2
  368. package/lib/generated-client/models/user-item-data-dto.d.ts +2 -2
  369. package/lib/generated-client/models/user-policy.d.ts +9 -3
  370. package/lib/generated-client/models/user-updated-message.d.ts +2 -2
  371. package/lib/generated-client/models/video-range-type.d.ts +4 -0
  372. package/lib/generated-client/models/video-range-type.js +4 -0
  373. package/lib/generated-client/models/virtual-folder-info.d.ts +2 -2
  374. package/lib/generated-client/models/web-socket-message.d.ts +2 -2
  375. package/lib/models/api/image-request-parameters.d.ts +0 -1
  376. package/lib/models/api/index.d.ts +0 -1
  377. package/lib/models/api/index.js +1 -1
  378. package/lib/utils/address-candidates.js +15 -10
  379. package/lib/utils/api/index.d.ts +1 -0
  380. package/lib/utils/api/index.js +1 -0
  381. package/lib/utils/api/media-segments-api.d.ts +8 -0
  382. package/lib/utils/api/media-segments-api.js +12 -0
  383. package/lib/utils/index.js +1 -1
  384. package/lib/utils/url/index.d.ts +16 -3
  385. package/lib/utils/url/index.js +26 -4
  386. package/lib/versions.d.ts +2 -2
  387. package/lib/versions.js +2 -2
  388. package/package.json +20 -18
  389. package/lib/models/api/item-sort-by.d.ts +0 -40
  390. package/lib/models/api/item-sort-by.js +0 -43
@@ -8,12 +8,12 @@
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 { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
12
- import { Configuration } from '../configuration';
13
- import { RequestArgs, BaseAPI } from '../base';
14
- import { ImageFormat } from '../models';
15
- import { ImageInfo } from '../models';
16
- import { ImageType } from '../models';
11
+ import type { Configuration } from '../configuration';
12
+ import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
13
+ import { type RequestArgs, BaseAPI } from '../base';
14
+ import type { ImageFormat } from '../models';
15
+ import type { ImageInfo } from '../models';
16
+ import type { ImageType } from '../models';
17
17
  /**
18
18
  * ImageApi - axios parameter creator
19
19
  * @export
@@ -25,7 +25,7 @@ export declare const ImageApiAxiosParamCreator: (configuration?: Configuration)
25
25
  * @param {*} [options] Override http request option.
26
26
  * @throws {RequiredError}
27
27
  */
28
- deleteCustomSplashscreen: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
28
+ deleteCustomSplashscreen: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
29
29
  /**
30
30
  *
31
31
  * @summary Delete an item\'s image.
@@ -35,7 +35,7 @@ export declare const ImageApiAxiosParamCreator: (configuration?: Configuration)
35
35
  * @param {*} [options] Override http request option.
36
36
  * @throws {RequiredError}
37
37
  */
38
- deleteItemImage: (itemId: string, imageType: ImageType, imageIndex?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
38
+ deleteItemImage: (itemId: string, imageType: ImageType, imageIndex?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
39
39
  /**
40
40
  *
41
41
  * @summary Delete an item\'s image.
@@ -45,7 +45,7 @@ export declare const ImageApiAxiosParamCreator: (configuration?: Configuration)
45
45
  * @param {*} [options] Override http request option.
46
46
  * @throws {RequiredError}
47
47
  */
48
- deleteItemImageByIndex: (itemId: string, imageType: ImageType, imageIndex: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
48
+ deleteItemImageByIndex: (itemId: string, imageType: ImageType, imageIndex: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
49
49
  /**
50
50
  *
51
51
  * @summary Delete the user\'s image.
@@ -53,7 +53,7 @@ export declare const ImageApiAxiosParamCreator: (configuration?: Configuration)
53
53
  * @param {*} [options] Override http request option.
54
54
  * @throws {RequiredError}
55
55
  */
56
- deleteUserImage: (userId?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
56
+ deleteUserImage: (userId?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
57
57
  /**
58
58
  *
59
59
  * @summary Get artist image by name.
@@ -77,7 +77,7 @@ export declare const ImageApiAxiosParamCreator: (configuration?: Configuration)
77
77
  * @param {*} [options] Override http request option.
78
78
  * @throws {RequiredError}
79
79
  */
80
- getArtistImage: (name: string, imageType: ImageType, imageIndex: number, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
80
+ getArtistImage: (name: string, imageType: ImageType, imageIndex: number, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
81
81
  /**
82
82
  *
83
83
  * @summary Get genre image by name.
@@ -101,7 +101,7 @@ export declare const ImageApiAxiosParamCreator: (configuration?: Configuration)
101
101
  * @param {*} [options] Override http request option.
102
102
  * @throws {RequiredError}
103
103
  */
104
- getGenreImage: (name: string, imageType: ImageType, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, imageIndex?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
104
+ getGenreImage: (name: string, imageType: ImageType, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, imageIndex?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
105
105
  /**
106
106
  *
107
107
  * @summary Get genre image by name.
@@ -125,7 +125,7 @@ export declare const ImageApiAxiosParamCreator: (configuration?: Configuration)
125
125
  * @param {*} [options] Override http request option.
126
126
  * @throws {RequiredError}
127
127
  */
128
- getGenreImageByIndex: (name: string, imageType: ImageType, imageIndex: number, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
128
+ getGenreImageByIndex: (name: string, imageType: ImageType, imageIndex: number, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
129
129
  /**
130
130
  *
131
131
  * @summary Gets the item\'s image.
@@ -149,7 +149,7 @@ export declare const ImageApiAxiosParamCreator: (configuration?: Configuration)
149
149
  * @param {*} [options] Override http request option.
150
150
  * @throws {RequiredError}
151
151
  */
152
- getItemImage: (itemId: string, imageType: ImageType, maxWidth?: number, maxHeight?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, tag?: string, format?: ImageFormat, percentPlayed?: number, unplayedCount?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, imageIndex?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
152
+ getItemImage: (itemId: string, imageType: ImageType, maxWidth?: number, maxHeight?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, tag?: string, format?: ImageFormat, percentPlayed?: number, unplayedCount?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, imageIndex?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
153
153
  /**
154
154
  *
155
155
  * @summary Gets the item\'s image.
@@ -173,7 +173,7 @@ export declare const ImageApiAxiosParamCreator: (configuration?: Configuration)
173
173
  * @param {*} [options] Override http request option.
174
174
  * @throws {RequiredError}
175
175
  */
176
- getItemImage2: (itemId: string, imageType: ImageType, maxWidth: number, maxHeight: number, tag: string, format: ImageFormat, percentPlayed: number, unplayedCount: number, imageIndex: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
176
+ getItemImage2: (itemId: string, imageType: ImageType, maxWidth: number, maxHeight: number, tag: string, format: ImageFormat, percentPlayed: number, unplayedCount: number, imageIndex: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
177
177
  /**
178
178
  *
179
179
  * @summary Gets the item\'s image.
@@ -197,7 +197,7 @@ export declare const ImageApiAxiosParamCreator: (configuration?: Configuration)
197
197
  * @param {*} [options] Override http request option.
198
198
  * @throws {RequiredError}
199
199
  */
200
- getItemImageByIndex: (itemId: string, imageType: ImageType, imageIndex: number, maxWidth?: number, maxHeight?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, tag?: string, format?: ImageFormat, percentPlayed?: number, unplayedCount?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
200
+ getItemImageByIndex: (itemId: string, imageType: ImageType, imageIndex: number, maxWidth?: number, maxHeight?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, tag?: string, format?: ImageFormat, percentPlayed?: number, unplayedCount?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
201
201
  /**
202
202
  *
203
203
  * @summary Get item image infos.
@@ -205,7 +205,7 @@ export declare const ImageApiAxiosParamCreator: (configuration?: Configuration)
205
205
  * @param {*} [options] Override http request option.
206
206
  * @throws {RequiredError}
207
207
  */
208
- getItemImageInfos: (itemId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
208
+ getItemImageInfos: (itemId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
209
209
  /**
210
210
  *
211
211
  * @summary Get music genre image by name.
@@ -229,7 +229,7 @@ export declare const ImageApiAxiosParamCreator: (configuration?: Configuration)
229
229
  * @param {*} [options] Override http request option.
230
230
  * @throws {RequiredError}
231
231
  */
232
- getMusicGenreImage: (name: string, imageType: ImageType, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, imageIndex?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
232
+ getMusicGenreImage: (name: string, imageType: ImageType, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, imageIndex?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
233
233
  /**
234
234
  *
235
235
  * @summary Get music genre image by name.
@@ -253,7 +253,7 @@ export declare const ImageApiAxiosParamCreator: (configuration?: Configuration)
253
253
  * @param {*} [options] Override http request option.
254
254
  * @throws {RequiredError}
255
255
  */
256
- getMusicGenreImageByIndex: (name: string, imageType: ImageType, imageIndex: number, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
256
+ getMusicGenreImageByIndex: (name: string, imageType: ImageType, imageIndex: number, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
257
257
  /**
258
258
  *
259
259
  * @summary Get person image by name.
@@ -277,7 +277,7 @@ export declare const ImageApiAxiosParamCreator: (configuration?: Configuration)
277
277
  * @param {*} [options] Override http request option.
278
278
  * @throws {RequiredError}
279
279
  */
280
- getPersonImage: (name: string, imageType: ImageType, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, imageIndex?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
280
+ getPersonImage: (name: string, imageType: ImageType, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, imageIndex?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
281
281
  /**
282
282
  *
283
283
  * @summary Get person image by name.
@@ -301,26 +301,16 @@ export declare const ImageApiAxiosParamCreator: (configuration?: Configuration)
301
301
  * @param {*} [options] Override http request option.
302
302
  * @throws {RequiredError}
303
303
  */
304
- getPersonImageByIndex: (name: string, imageType: ImageType, imageIndex: number, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
304
+ getPersonImageByIndex: (name: string, imageType: ImageType, imageIndex: number, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
305
305
  /**
306
306
  *
307
307
  * @summary Generates or gets the splashscreen.
308
308
  * @param {string} [tag] Supply the cache tag from the item object to receive strong caching headers.
309
309
  * @param {ImageFormat} [format] Determines the output format of the image - original,gif,jpg,png.
310
- * @param {number} [maxWidth] The maximum image width to return.
311
- * @param {number} [maxHeight] The maximum image height to return.
312
- * @param {number} [width] The fixed image width to return.
313
- * @param {number} [height] The fixed image height to return.
314
- * @param {number} [fillWidth] Width of box to fill.
315
- * @param {number} [fillHeight] Height of box to fill.
316
- * @param {number} [blur] Blur image.
317
- * @param {string} [backgroundColor] Apply a background color for transparent images.
318
- * @param {string} [foregroundLayer] Apply a foreground layer on top of the image.
319
- * @param {number} [quality] Quality setting, from 0-100.
320
310
  * @param {*} [options] Override http request option.
321
311
  * @throws {RequiredError}
322
312
  */
323
- getSplashscreen: (tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, width?: number, height?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, quality?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
313
+ getSplashscreen: (tag?: string, format?: ImageFormat, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
324
314
  /**
325
315
  *
326
316
  * @summary Get studio image by name.
@@ -344,7 +334,7 @@ export declare const ImageApiAxiosParamCreator: (configuration?: Configuration)
344
334
  * @param {*} [options] Override http request option.
345
335
  * @throws {RequiredError}
346
336
  */
347
- getStudioImage: (name: string, imageType: ImageType, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, imageIndex?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
337
+ getStudioImage: (name: string, imageType: ImageType, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, imageIndex?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
348
338
  /**
349
339
  *
350
340
  * @summary Get studio image by name.
@@ -368,30 +358,17 @@ export declare const ImageApiAxiosParamCreator: (configuration?: Configuration)
368
358
  * @param {*} [options] Override http request option.
369
359
  * @throws {RequiredError}
370
360
  */
371
- getStudioImageByIndex: (name: string, imageType: ImageType, imageIndex: number, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
361
+ getStudioImageByIndex: (name: string, imageType: ImageType, imageIndex: number, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
372
362
  /**
373
363
  *
374
364
  * @summary Get user profile image.
375
365
  * @param {string} [userId] User id.
376
366
  * @param {string} [tag] Optional. Supply the cache tag from the item object to receive strong caching headers.
377
367
  * @param {ImageFormat} [format] Determines the output format of the image - original,gif,jpg,png.
378
- * @param {number} [maxWidth] The maximum image width to return.
379
- * @param {number} [maxHeight] The maximum image height to return.
380
- * @param {number} [percentPlayed] Optional. Percent to render for the percent played overlay.
381
- * @param {number} [unplayedCount] Optional. Unplayed count overlay to render.
382
- * @param {number} [width] The fixed image width to return.
383
- * @param {number} [height] The fixed image height to return.
384
- * @param {number} [quality] Optional. Quality setting, from 0-100. Defaults to 90 and should suffice in most cases.
385
- * @param {number} [fillWidth] Width of box to fill.
386
- * @param {number} [fillHeight] Height of box to fill.
387
- * @param {number} [blur] Optional. Blur image.
388
- * @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
389
- * @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
390
- * @param {number} [imageIndex] Image index.
391
368
  * @param {*} [options] Override http request option.
392
369
  * @throws {RequiredError}
393
370
  */
394
- getUserImage: (userId?: string, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, imageIndex?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
371
+ getUserImage: (userId?: string, tag?: string, format?: ImageFormat, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
395
372
  /**
396
373
  *
397
374
  * @summary Get artist image by name.
@@ -415,7 +392,7 @@ export declare const ImageApiAxiosParamCreator: (configuration?: Configuration)
415
392
  * @param {*} [options] Override http request option.
416
393
  * @throws {RequiredError}
417
394
  */
418
- headArtistImage: (name: string, imageType: ImageType, imageIndex: number, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
395
+ headArtistImage: (name: string, imageType: ImageType, imageIndex: number, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
419
396
  /**
420
397
  *
421
398
  * @summary Get genre image by name.
@@ -439,7 +416,7 @@ export declare const ImageApiAxiosParamCreator: (configuration?: Configuration)
439
416
  * @param {*} [options] Override http request option.
440
417
  * @throws {RequiredError}
441
418
  */
442
- headGenreImage: (name: string, imageType: ImageType, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, imageIndex?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
419
+ headGenreImage: (name: string, imageType: ImageType, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, imageIndex?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
443
420
  /**
444
421
  *
445
422
  * @summary Get genre image by name.
@@ -463,7 +440,7 @@ export declare const ImageApiAxiosParamCreator: (configuration?: Configuration)
463
440
  * @param {*} [options] Override http request option.
464
441
  * @throws {RequiredError}
465
442
  */
466
- headGenreImageByIndex: (name: string, imageType: ImageType, imageIndex: number, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
443
+ headGenreImageByIndex: (name: string, imageType: ImageType, imageIndex: number, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
467
444
  /**
468
445
  *
469
446
  * @summary Gets the item\'s image.
@@ -487,7 +464,7 @@ export declare const ImageApiAxiosParamCreator: (configuration?: Configuration)
487
464
  * @param {*} [options] Override http request option.
488
465
  * @throws {RequiredError}
489
466
  */
490
- headItemImage: (itemId: string, imageType: ImageType, maxWidth?: number, maxHeight?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, tag?: string, format?: ImageFormat, percentPlayed?: number, unplayedCount?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, imageIndex?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
467
+ headItemImage: (itemId: string, imageType: ImageType, maxWidth?: number, maxHeight?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, tag?: string, format?: ImageFormat, percentPlayed?: number, unplayedCount?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, imageIndex?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
491
468
  /**
492
469
  *
493
470
  * @summary Gets the item\'s image.
@@ -511,7 +488,7 @@ export declare const ImageApiAxiosParamCreator: (configuration?: Configuration)
511
488
  * @param {*} [options] Override http request option.
512
489
  * @throws {RequiredError}
513
490
  */
514
- headItemImage2: (itemId: string, imageType: ImageType, maxWidth: number, maxHeight: number, tag: string, format: ImageFormat, percentPlayed: number, unplayedCount: number, imageIndex: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
491
+ headItemImage2: (itemId: string, imageType: ImageType, maxWidth: number, maxHeight: number, tag: string, format: ImageFormat, percentPlayed: number, unplayedCount: number, imageIndex: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
515
492
  /**
516
493
  *
517
494
  * @summary Gets the item\'s image.
@@ -535,7 +512,7 @@ export declare const ImageApiAxiosParamCreator: (configuration?: Configuration)
535
512
  * @param {*} [options] Override http request option.
536
513
  * @throws {RequiredError}
537
514
  */
538
- headItemImageByIndex: (itemId: string, imageType: ImageType, imageIndex: number, maxWidth?: number, maxHeight?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, tag?: string, format?: ImageFormat, percentPlayed?: number, unplayedCount?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
515
+ headItemImageByIndex: (itemId: string, imageType: ImageType, imageIndex: number, maxWidth?: number, maxHeight?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, tag?: string, format?: ImageFormat, percentPlayed?: number, unplayedCount?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
539
516
  /**
540
517
  *
541
518
  * @summary Get music genre image by name.
@@ -559,7 +536,7 @@ export declare const ImageApiAxiosParamCreator: (configuration?: Configuration)
559
536
  * @param {*} [options] Override http request option.
560
537
  * @throws {RequiredError}
561
538
  */
562
- headMusicGenreImage: (name: string, imageType: ImageType, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, imageIndex?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
539
+ headMusicGenreImage: (name: string, imageType: ImageType, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, imageIndex?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
563
540
  /**
564
541
  *
565
542
  * @summary Get music genre image by name.
@@ -583,7 +560,7 @@ export declare const ImageApiAxiosParamCreator: (configuration?: Configuration)
583
560
  * @param {*} [options] Override http request option.
584
561
  * @throws {RequiredError}
585
562
  */
586
- headMusicGenreImageByIndex: (name: string, imageType: ImageType, imageIndex: number, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
563
+ headMusicGenreImageByIndex: (name: string, imageType: ImageType, imageIndex: number, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
587
564
  /**
588
565
  *
589
566
  * @summary Get person image by name.
@@ -607,7 +584,7 @@ export declare const ImageApiAxiosParamCreator: (configuration?: Configuration)
607
584
  * @param {*} [options] Override http request option.
608
585
  * @throws {RequiredError}
609
586
  */
610
- headPersonImage: (name: string, imageType: ImageType, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, imageIndex?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
587
+ headPersonImage: (name: string, imageType: ImageType, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, imageIndex?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
611
588
  /**
612
589
  *
613
590
  * @summary Get person image by name.
@@ -631,7 +608,7 @@ export declare const ImageApiAxiosParamCreator: (configuration?: Configuration)
631
608
  * @param {*} [options] Override http request option.
632
609
  * @throws {RequiredError}
633
610
  */
634
- headPersonImageByIndex: (name: string, imageType: ImageType, imageIndex: number, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
611
+ headPersonImageByIndex: (name: string, imageType: ImageType, imageIndex: number, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
635
612
  /**
636
613
  *
637
614
  * @summary Get studio image by name.
@@ -655,7 +632,7 @@ export declare const ImageApiAxiosParamCreator: (configuration?: Configuration)
655
632
  * @param {*} [options] Override http request option.
656
633
  * @throws {RequiredError}
657
634
  */
658
- headStudioImage: (name: string, imageType: ImageType, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, imageIndex?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
635
+ headStudioImage: (name: string, imageType: ImageType, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, imageIndex?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
659
636
  /**
660
637
  *
661
638
  * @summary Get studio image by name.
@@ -679,60 +656,47 @@ export declare const ImageApiAxiosParamCreator: (configuration?: Configuration)
679
656
  * @param {*} [options] Override http request option.
680
657
  * @throws {RequiredError}
681
658
  */
682
- headStudioImageByIndex: (name: string, imageType: ImageType, imageIndex: number, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
659
+ headStudioImageByIndex: (name: string, imageType: ImageType, imageIndex: number, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
683
660
  /**
684
661
  *
685
662
  * @summary Get user profile image.
686
663
  * @param {string} [userId] User id.
687
664
  * @param {string} [tag] Optional. Supply the cache tag from the item object to receive strong caching headers.
688
665
  * @param {ImageFormat} [format] Determines the output format of the image - original,gif,jpg,png.
689
- * @param {number} [maxWidth] The maximum image width to return.
690
- * @param {number} [maxHeight] The maximum image height to return.
691
- * @param {number} [percentPlayed] Optional. Percent to render for the percent played overlay.
692
- * @param {number} [unplayedCount] Optional. Unplayed count overlay to render.
693
- * @param {number} [width] The fixed image width to return.
694
- * @param {number} [height] The fixed image height to return.
695
- * @param {number} [quality] Optional. Quality setting, from 0-100. Defaults to 90 and should suffice in most cases.
696
- * @param {number} [fillWidth] Width of box to fill.
697
- * @param {number} [fillHeight] Height of box to fill.
698
- * @param {number} [blur] Optional. Blur image.
699
- * @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
700
- * @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
701
- * @param {number} [imageIndex] Image index.
702
666
  * @param {*} [options] Override http request option.
703
667
  * @throws {RequiredError}
704
668
  */
705
- headUserImage: (userId?: string, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, imageIndex?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
669
+ headUserImage: (userId?: string, tag?: string, format?: ImageFormat, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
706
670
  /**
707
671
  *
708
672
  * @summary Sets the user image.
709
673
  * @param {string} [userId] User Id.
710
- * @param {any} [body]
674
+ * @param {File} [body]
711
675
  * @param {*} [options] Override http request option.
712
676
  * @throws {RequiredError}
713
677
  */
714
- postUserImage: (userId?: string, body?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
678
+ postUserImage: (userId?: string, body?: File, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
715
679
  /**
716
680
  *
717
681
  * @summary Set item image.
718
682
  * @param {string} itemId Item id.
719
683
  * @param {ImageType} imageType Image type.
720
- * @param {any} [body]
684
+ * @param {File} [body]
721
685
  * @param {*} [options] Override http request option.
722
686
  * @throws {RequiredError}
723
687
  */
724
- setItemImage: (itemId: string, imageType: ImageType, body?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
688
+ setItemImage: (itemId: string, imageType: ImageType, body?: File, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
725
689
  /**
726
690
  *
727
691
  * @summary Set item image.
728
692
  * @param {string} itemId Item id.
729
693
  * @param {ImageType} imageType Image type.
730
694
  * @param {number} imageIndex (Unused) Image index.
731
- * @param {any} [body]
695
+ * @param {File} [body]
732
696
  * @param {*} [options] Override http request option.
733
697
  * @throws {RequiredError}
734
698
  */
735
- setItemImageByIndex: (itemId: string, imageType: ImageType, imageIndex: number, body?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
699
+ setItemImageByIndex: (itemId: string, imageType: ImageType, imageIndex: number, body?: File, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
736
700
  /**
737
701
  *
738
702
  * @summary Updates the index for an item image.
@@ -743,15 +707,15 @@ export declare const ImageApiAxiosParamCreator: (configuration?: Configuration)
743
707
  * @param {*} [options] Override http request option.
744
708
  * @throws {RequiredError}
745
709
  */
746
- updateItemImageIndex: (itemId: string, imageType: ImageType, imageIndex: number, newIndex: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
710
+ updateItemImageIndex: (itemId: string, imageType: ImageType, imageIndex: number, newIndex: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
747
711
  /**
748
712
  *
749
713
  * @summary Uploads a custom splashscreen. The body is expected to the image contents base64 encoded.
750
- * @param {any} [body]
714
+ * @param {File} [body]
751
715
  * @param {*} [options] Override http request option.
752
716
  * @throws {RequiredError}
753
717
  */
754
- uploadCustomSplashscreen: (body?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
718
+ uploadCustomSplashscreen: (body?: File, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
755
719
  };
756
720
  /**
757
721
  * ImageApi - functional programming interface
@@ -764,7 +728,7 @@ export declare const ImageApiFp: (configuration?: Configuration) => {
764
728
  * @param {*} [options] Override http request option.
765
729
  * @throws {RequiredError}
766
730
  */
767
- deleteCustomSplashscreen(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
731
+ deleteCustomSplashscreen(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
768
732
  /**
769
733
  *
770
734
  * @summary Delete an item\'s image.
@@ -774,7 +738,7 @@ export declare const ImageApiFp: (configuration?: Configuration) => {
774
738
  * @param {*} [options] Override http request option.
775
739
  * @throws {RequiredError}
776
740
  */
777
- deleteItemImage(itemId: string, imageType: ImageType, imageIndex?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
741
+ deleteItemImage(itemId: string, imageType: ImageType, imageIndex?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
778
742
  /**
779
743
  *
780
744
  * @summary Delete an item\'s image.
@@ -784,7 +748,7 @@ export declare const ImageApiFp: (configuration?: Configuration) => {
784
748
  * @param {*} [options] Override http request option.
785
749
  * @throws {RequiredError}
786
750
  */
787
- deleteItemImageByIndex(itemId: string, imageType: ImageType, imageIndex: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
751
+ deleteItemImageByIndex(itemId: string, imageType: ImageType, imageIndex: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
788
752
  /**
789
753
  *
790
754
  * @summary Delete the user\'s image.
@@ -792,7 +756,7 @@ export declare const ImageApiFp: (configuration?: Configuration) => {
792
756
  * @param {*} [options] Override http request option.
793
757
  * @throws {RequiredError}
794
758
  */
795
- deleteUserImage(userId?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
759
+ deleteUserImage(userId?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
796
760
  /**
797
761
  *
798
762
  * @summary Get artist image by name.
@@ -816,7 +780,7 @@ export declare const ImageApiFp: (configuration?: Configuration) => {
816
780
  * @param {*} [options] Override http request option.
817
781
  * @throws {RequiredError}
818
782
  */
819
- getArtistImage(name: string, imageType: ImageType, imageIndex: number, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
783
+ getArtistImage(name: string, imageType: ImageType, imageIndex: number, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
820
784
  /**
821
785
  *
822
786
  * @summary Get genre image by name.
@@ -840,7 +804,7 @@ export declare const ImageApiFp: (configuration?: Configuration) => {
840
804
  * @param {*} [options] Override http request option.
841
805
  * @throws {RequiredError}
842
806
  */
843
- getGenreImage(name: string, imageType: ImageType, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, imageIndex?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
807
+ getGenreImage(name: string, imageType: ImageType, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, imageIndex?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
844
808
  /**
845
809
  *
846
810
  * @summary Get genre image by name.
@@ -864,7 +828,7 @@ export declare const ImageApiFp: (configuration?: Configuration) => {
864
828
  * @param {*} [options] Override http request option.
865
829
  * @throws {RequiredError}
866
830
  */
867
- getGenreImageByIndex(name: string, imageType: ImageType, imageIndex: number, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
831
+ getGenreImageByIndex(name: string, imageType: ImageType, imageIndex: number, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
868
832
  /**
869
833
  *
870
834
  * @summary Gets the item\'s image.
@@ -888,7 +852,7 @@ export declare const ImageApiFp: (configuration?: Configuration) => {
888
852
  * @param {*} [options] Override http request option.
889
853
  * @throws {RequiredError}
890
854
  */
891
- getItemImage(itemId: string, imageType: ImageType, maxWidth?: number, maxHeight?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, tag?: string, format?: ImageFormat, percentPlayed?: number, unplayedCount?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, imageIndex?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
855
+ getItemImage(itemId: string, imageType: ImageType, maxWidth?: number, maxHeight?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, tag?: string, format?: ImageFormat, percentPlayed?: number, unplayedCount?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, imageIndex?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
892
856
  /**
893
857
  *
894
858
  * @summary Gets the item\'s image.
@@ -912,7 +876,7 @@ export declare const ImageApiFp: (configuration?: Configuration) => {
912
876
  * @param {*} [options] Override http request option.
913
877
  * @throws {RequiredError}
914
878
  */
915
- getItemImage2(itemId: string, imageType: ImageType, maxWidth: number, maxHeight: number, tag: string, format: ImageFormat, percentPlayed: number, unplayedCount: number, imageIndex: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
879
+ getItemImage2(itemId: string, imageType: ImageType, maxWidth: number, maxHeight: number, tag: string, format: ImageFormat, percentPlayed: number, unplayedCount: number, imageIndex: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
916
880
  /**
917
881
  *
918
882
  * @summary Gets the item\'s image.
@@ -936,7 +900,7 @@ export declare const ImageApiFp: (configuration?: Configuration) => {
936
900
  * @param {*} [options] Override http request option.
937
901
  * @throws {RequiredError}
938
902
  */
939
- getItemImageByIndex(itemId: string, imageType: ImageType, imageIndex: number, maxWidth?: number, maxHeight?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, tag?: string, format?: ImageFormat, percentPlayed?: number, unplayedCount?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
903
+ getItemImageByIndex(itemId: string, imageType: ImageType, imageIndex: number, maxWidth?: number, maxHeight?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, tag?: string, format?: ImageFormat, percentPlayed?: number, unplayedCount?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
940
904
  /**
941
905
  *
942
906
  * @summary Get item image infos.
@@ -944,7 +908,7 @@ export declare const ImageApiFp: (configuration?: Configuration) => {
944
908
  * @param {*} [options] Override http request option.
945
909
  * @throws {RequiredError}
946
910
  */
947
- getItemImageInfos(itemId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ImageInfo>>>;
911
+ getItemImageInfos(itemId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ImageInfo>>>;
948
912
  /**
949
913
  *
950
914
  * @summary Get music genre image by name.
@@ -968,7 +932,7 @@ export declare const ImageApiFp: (configuration?: Configuration) => {
968
932
  * @param {*} [options] Override http request option.
969
933
  * @throws {RequiredError}
970
934
  */
971
- getMusicGenreImage(name: string, imageType: ImageType, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, imageIndex?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
935
+ getMusicGenreImage(name: string, imageType: ImageType, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, imageIndex?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
972
936
  /**
973
937
  *
974
938
  * @summary Get music genre image by name.
@@ -992,7 +956,7 @@ export declare const ImageApiFp: (configuration?: Configuration) => {
992
956
  * @param {*} [options] Override http request option.
993
957
  * @throws {RequiredError}
994
958
  */
995
- getMusicGenreImageByIndex(name: string, imageType: ImageType, imageIndex: number, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
959
+ getMusicGenreImageByIndex(name: string, imageType: ImageType, imageIndex: number, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
996
960
  /**
997
961
  *
998
962
  * @summary Get person image by name.
@@ -1016,7 +980,7 @@ export declare const ImageApiFp: (configuration?: Configuration) => {
1016
980
  * @param {*} [options] Override http request option.
1017
981
  * @throws {RequiredError}
1018
982
  */
1019
- getPersonImage(name: string, imageType: ImageType, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, imageIndex?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
983
+ getPersonImage(name: string, imageType: ImageType, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, imageIndex?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
1020
984
  /**
1021
985
  *
1022
986
  * @summary Get person image by name.
@@ -1040,26 +1004,16 @@ export declare const ImageApiFp: (configuration?: Configuration) => {
1040
1004
  * @param {*} [options] Override http request option.
1041
1005
  * @throws {RequiredError}
1042
1006
  */
1043
- getPersonImageByIndex(name: string, imageType: ImageType, imageIndex: number, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
1007
+ getPersonImageByIndex(name: string, imageType: ImageType, imageIndex: number, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
1044
1008
  /**
1045
1009
  *
1046
1010
  * @summary Generates or gets the splashscreen.
1047
1011
  * @param {string} [tag] Supply the cache tag from the item object to receive strong caching headers.
1048
1012
  * @param {ImageFormat} [format] Determines the output format of the image - original,gif,jpg,png.
1049
- * @param {number} [maxWidth] The maximum image width to return.
1050
- * @param {number} [maxHeight] The maximum image height to return.
1051
- * @param {number} [width] The fixed image width to return.
1052
- * @param {number} [height] The fixed image height to return.
1053
- * @param {number} [fillWidth] Width of box to fill.
1054
- * @param {number} [fillHeight] Height of box to fill.
1055
- * @param {number} [blur] Blur image.
1056
- * @param {string} [backgroundColor] Apply a background color for transparent images.
1057
- * @param {string} [foregroundLayer] Apply a foreground layer on top of the image.
1058
- * @param {number} [quality] Quality setting, from 0-100.
1059
1013
  * @param {*} [options] Override http request option.
1060
1014
  * @throws {RequiredError}
1061
1015
  */
1062
- getSplashscreen(tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, width?: number, height?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, quality?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
1016
+ getSplashscreen(tag?: string, format?: ImageFormat, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
1063
1017
  /**
1064
1018
  *
1065
1019
  * @summary Get studio image by name.
@@ -1083,7 +1037,7 @@ export declare const ImageApiFp: (configuration?: Configuration) => {
1083
1037
  * @param {*} [options] Override http request option.
1084
1038
  * @throws {RequiredError}
1085
1039
  */
1086
- getStudioImage(name: string, imageType: ImageType, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, imageIndex?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
1040
+ getStudioImage(name: string, imageType: ImageType, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, imageIndex?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
1087
1041
  /**
1088
1042
  *
1089
1043
  * @summary Get studio image by name.
@@ -1107,30 +1061,17 @@ export declare const ImageApiFp: (configuration?: Configuration) => {
1107
1061
  * @param {*} [options] Override http request option.
1108
1062
  * @throws {RequiredError}
1109
1063
  */
1110
- getStudioImageByIndex(name: string, imageType: ImageType, imageIndex: number, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
1064
+ getStudioImageByIndex(name: string, imageType: ImageType, imageIndex: number, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
1111
1065
  /**
1112
1066
  *
1113
1067
  * @summary Get user profile image.
1114
1068
  * @param {string} [userId] User id.
1115
1069
  * @param {string} [tag] Optional. Supply the cache tag from the item object to receive strong caching headers.
1116
1070
  * @param {ImageFormat} [format] Determines the output format of the image - original,gif,jpg,png.
1117
- * @param {number} [maxWidth] The maximum image width to return.
1118
- * @param {number} [maxHeight] The maximum image height to return.
1119
- * @param {number} [percentPlayed] Optional. Percent to render for the percent played overlay.
1120
- * @param {number} [unplayedCount] Optional. Unplayed count overlay to render.
1121
- * @param {number} [width] The fixed image width to return.
1122
- * @param {number} [height] The fixed image height to return.
1123
- * @param {number} [quality] Optional. Quality setting, from 0-100. Defaults to 90 and should suffice in most cases.
1124
- * @param {number} [fillWidth] Width of box to fill.
1125
- * @param {number} [fillHeight] Height of box to fill.
1126
- * @param {number} [blur] Optional. Blur image.
1127
- * @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
1128
- * @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
1129
- * @param {number} [imageIndex] Image index.
1130
1071
  * @param {*} [options] Override http request option.
1131
1072
  * @throws {RequiredError}
1132
1073
  */
1133
- getUserImage(userId?: string, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, imageIndex?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
1074
+ getUserImage(userId?: string, tag?: string, format?: ImageFormat, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
1134
1075
  /**
1135
1076
  *
1136
1077
  * @summary Get artist image by name.
@@ -1154,7 +1095,7 @@ export declare const ImageApiFp: (configuration?: Configuration) => {
1154
1095
  * @param {*} [options] Override http request option.
1155
1096
  * @throws {RequiredError}
1156
1097
  */
1157
- headArtistImage(name: string, imageType: ImageType, imageIndex: number, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
1098
+ headArtistImage(name: string, imageType: ImageType, imageIndex: number, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
1158
1099
  /**
1159
1100
  *
1160
1101
  * @summary Get genre image by name.
@@ -1178,7 +1119,7 @@ export declare const ImageApiFp: (configuration?: Configuration) => {
1178
1119
  * @param {*} [options] Override http request option.
1179
1120
  * @throws {RequiredError}
1180
1121
  */
1181
- headGenreImage(name: string, imageType: ImageType, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, imageIndex?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
1122
+ headGenreImage(name: string, imageType: ImageType, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, imageIndex?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
1182
1123
  /**
1183
1124
  *
1184
1125
  * @summary Get genre image by name.
@@ -1202,7 +1143,7 @@ export declare const ImageApiFp: (configuration?: Configuration) => {
1202
1143
  * @param {*} [options] Override http request option.
1203
1144
  * @throws {RequiredError}
1204
1145
  */
1205
- headGenreImageByIndex(name: string, imageType: ImageType, imageIndex: number, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
1146
+ headGenreImageByIndex(name: string, imageType: ImageType, imageIndex: number, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
1206
1147
  /**
1207
1148
  *
1208
1149
  * @summary Gets the item\'s image.
@@ -1226,7 +1167,7 @@ export declare const ImageApiFp: (configuration?: Configuration) => {
1226
1167
  * @param {*} [options] Override http request option.
1227
1168
  * @throws {RequiredError}
1228
1169
  */
1229
- headItemImage(itemId: string, imageType: ImageType, maxWidth?: number, maxHeight?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, tag?: string, format?: ImageFormat, percentPlayed?: number, unplayedCount?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, imageIndex?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
1170
+ headItemImage(itemId: string, imageType: ImageType, maxWidth?: number, maxHeight?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, tag?: string, format?: ImageFormat, percentPlayed?: number, unplayedCount?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, imageIndex?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
1230
1171
  /**
1231
1172
  *
1232
1173
  * @summary Gets the item\'s image.
@@ -1250,7 +1191,7 @@ export declare const ImageApiFp: (configuration?: Configuration) => {
1250
1191
  * @param {*} [options] Override http request option.
1251
1192
  * @throws {RequiredError}
1252
1193
  */
1253
- headItemImage2(itemId: string, imageType: ImageType, maxWidth: number, maxHeight: number, tag: string, format: ImageFormat, percentPlayed: number, unplayedCount: number, imageIndex: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
1194
+ headItemImage2(itemId: string, imageType: ImageType, maxWidth: number, maxHeight: number, tag: string, format: ImageFormat, percentPlayed: number, unplayedCount: number, imageIndex: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
1254
1195
  /**
1255
1196
  *
1256
1197
  * @summary Gets the item\'s image.
@@ -1274,7 +1215,7 @@ export declare const ImageApiFp: (configuration?: Configuration) => {
1274
1215
  * @param {*} [options] Override http request option.
1275
1216
  * @throws {RequiredError}
1276
1217
  */
1277
- headItemImageByIndex(itemId: string, imageType: ImageType, imageIndex: number, maxWidth?: number, maxHeight?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, tag?: string, format?: ImageFormat, percentPlayed?: number, unplayedCount?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
1218
+ headItemImageByIndex(itemId: string, imageType: ImageType, imageIndex: number, maxWidth?: number, maxHeight?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, tag?: string, format?: ImageFormat, percentPlayed?: number, unplayedCount?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
1278
1219
  /**
1279
1220
  *
1280
1221
  * @summary Get music genre image by name.
@@ -1298,7 +1239,7 @@ export declare const ImageApiFp: (configuration?: Configuration) => {
1298
1239
  * @param {*} [options] Override http request option.
1299
1240
  * @throws {RequiredError}
1300
1241
  */
1301
- headMusicGenreImage(name: string, imageType: ImageType, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, imageIndex?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
1242
+ headMusicGenreImage(name: string, imageType: ImageType, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, imageIndex?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
1302
1243
  /**
1303
1244
  *
1304
1245
  * @summary Get music genre image by name.
@@ -1322,7 +1263,7 @@ export declare const ImageApiFp: (configuration?: Configuration) => {
1322
1263
  * @param {*} [options] Override http request option.
1323
1264
  * @throws {RequiredError}
1324
1265
  */
1325
- headMusicGenreImageByIndex(name: string, imageType: ImageType, imageIndex: number, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
1266
+ headMusicGenreImageByIndex(name: string, imageType: ImageType, imageIndex: number, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
1326
1267
  /**
1327
1268
  *
1328
1269
  * @summary Get person image by name.
@@ -1346,7 +1287,7 @@ export declare const ImageApiFp: (configuration?: Configuration) => {
1346
1287
  * @param {*} [options] Override http request option.
1347
1288
  * @throws {RequiredError}
1348
1289
  */
1349
- headPersonImage(name: string, imageType: ImageType, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, imageIndex?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
1290
+ headPersonImage(name: string, imageType: ImageType, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, imageIndex?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
1350
1291
  /**
1351
1292
  *
1352
1293
  * @summary Get person image by name.
@@ -1370,7 +1311,7 @@ export declare const ImageApiFp: (configuration?: Configuration) => {
1370
1311
  * @param {*} [options] Override http request option.
1371
1312
  * @throws {RequiredError}
1372
1313
  */
1373
- headPersonImageByIndex(name: string, imageType: ImageType, imageIndex: number, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
1314
+ headPersonImageByIndex(name: string, imageType: ImageType, imageIndex: number, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
1374
1315
  /**
1375
1316
  *
1376
1317
  * @summary Get studio image by name.
@@ -1394,7 +1335,7 @@ export declare const ImageApiFp: (configuration?: Configuration) => {
1394
1335
  * @param {*} [options] Override http request option.
1395
1336
  * @throws {RequiredError}
1396
1337
  */
1397
- headStudioImage(name: string, imageType: ImageType, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, imageIndex?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
1338
+ headStudioImage(name: string, imageType: ImageType, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, imageIndex?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
1398
1339
  /**
1399
1340
  *
1400
1341
  * @summary Get studio image by name.
@@ -1418,60 +1359,47 @@ export declare const ImageApiFp: (configuration?: Configuration) => {
1418
1359
  * @param {*} [options] Override http request option.
1419
1360
  * @throws {RequiredError}
1420
1361
  */
1421
- headStudioImageByIndex(name: string, imageType: ImageType, imageIndex: number, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
1362
+ headStudioImageByIndex(name: string, imageType: ImageType, imageIndex: number, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
1422
1363
  /**
1423
1364
  *
1424
1365
  * @summary Get user profile image.
1425
1366
  * @param {string} [userId] User id.
1426
1367
  * @param {string} [tag] Optional. Supply the cache tag from the item object to receive strong caching headers.
1427
1368
  * @param {ImageFormat} [format] Determines the output format of the image - original,gif,jpg,png.
1428
- * @param {number} [maxWidth] The maximum image width to return.
1429
- * @param {number} [maxHeight] The maximum image height to return.
1430
- * @param {number} [percentPlayed] Optional. Percent to render for the percent played overlay.
1431
- * @param {number} [unplayedCount] Optional. Unplayed count overlay to render.
1432
- * @param {number} [width] The fixed image width to return.
1433
- * @param {number} [height] The fixed image height to return.
1434
- * @param {number} [quality] Optional. Quality setting, from 0-100. Defaults to 90 and should suffice in most cases.
1435
- * @param {number} [fillWidth] Width of box to fill.
1436
- * @param {number} [fillHeight] Height of box to fill.
1437
- * @param {number} [blur] Optional. Blur image.
1438
- * @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
1439
- * @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
1440
- * @param {number} [imageIndex] Image index.
1441
1369
  * @param {*} [options] Override http request option.
1442
1370
  * @throws {RequiredError}
1443
1371
  */
1444
- headUserImage(userId?: string, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, imageIndex?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
1372
+ headUserImage(userId?: string, tag?: string, format?: ImageFormat, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
1445
1373
  /**
1446
1374
  *
1447
1375
  * @summary Sets the user image.
1448
1376
  * @param {string} [userId] User Id.
1449
- * @param {any} [body]
1377
+ * @param {File} [body]
1450
1378
  * @param {*} [options] Override http request option.
1451
1379
  * @throws {RequiredError}
1452
1380
  */
1453
- postUserImage(userId?: string, body?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
1381
+ postUserImage(userId?: string, body?: File, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
1454
1382
  /**
1455
1383
  *
1456
1384
  * @summary Set item image.
1457
1385
  * @param {string} itemId Item id.
1458
1386
  * @param {ImageType} imageType Image type.
1459
- * @param {any} [body]
1387
+ * @param {File} [body]
1460
1388
  * @param {*} [options] Override http request option.
1461
1389
  * @throws {RequiredError}
1462
1390
  */
1463
- setItemImage(itemId: string, imageType: ImageType, body?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
1391
+ setItemImage(itemId: string, imageType: ImageType, body?: File, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
1464
1392
  /**
1465
1393
  *
1466
1394
  * @summary Set item image.
1467
1395
  * @param {string} itemId Item id.
1468
1396
  * @param {ImageType} imageType Image type.
1469
1397
  * @param {number} imageIndex (Unused) Image index.
1470
- * @param {any} [body]
1398
+ * @param {File} [body]
1471
1399
  * @param {*} [options] Override http request option.
1472
1400
  * @throws {RequiredError}
1473
1401
  */
1474
- setItemImageByIndex(itemId: string, imageType: ImageType, imageIndex: number, body?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
1402
+ setItemImageByIndex(itemId: string, imageType: ImageType, imageIndex: number, body?: File, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
1475
1403
  /**
1476
1404
  *
1477
1405
  * @summary Updates the index for an item image.
@@ -1482,15 +1410,15 @@ export declare const ImageApiFp: (configuration?: Configuration) => {
1482
1410
  * @param {*} [options] Override http request option.
1483
1411
  * @throws {RequiredError}
1484
1412
  */
1485
- updateItemImageIndex(itemId: string, imageType: ImageType, imageIndex: number, newIndex: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
1413
+ updateItemImageIndex(itemId: string, imageType: ImageType, imageIndex: number, newIndex: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
1486
1414
  /**
1487
1415
  *
1488
1416
  * @summary Uploads a custom splashscreen. The body is expected to the image contents base64 encoded.
1489
- * @param {any} [body]
1417
+ * @param {File} [body]
1490
1418
  * @param {*} [options] Override http request option.
1491
1419
  * @throws {RequiredError}
1492
1420
  */
1493
- uploadCustomSplashscreen(body?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
1421
+ uploadCustomSplashscreen(body?: File, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
1494
1422
  };
1495
1423
  /**
1496
1424
  * ImageApi - factory interface
@@ -1503,733 +1431,295 @@ export declare const ImageApiFactory: (configuration?: Configuration, basePath?:
1503
1431
  * @param {*} [options] Override http request option.
1504
1432
  * @throws {RequiredError}
1505
1433
  */
1506
- deleteCustomSplashscreen(options?: any): AxiosPromise<void>;
1434
+ deleteCustomSplashscreen(options?: RawAxiosRequestConfig): AxiosPromise<void>;
1507
1435
  /**
1508
1436
  *
1509
1437
  * @summary Delete an item\'s image.
1510
- * @param {string} itemId Item id.
1511
- * @param {ImageType} imageType Image type.
1512
- * @param {number} [imageIndex] The image index.
1438
+ * @param {ImageApiDeleteItemImageRequest} requestParameters Request parameters.
1513
1439
  * @param {*} [options] Override http request option.
1514
1440
  * @throws {RequiredError}
1515
1441
  */
1516
- deleteItemImage(itemId: string, imageType: ImageType, imageIndex?: number, options?: any): AxiosPromise<void>;
1442
+ deleteItemImage(requestParameters: ImageApiDeleteItemImageRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
1517
1443
  /**
1518
1444
  *
1519
1445
  * @summary Delete an item\'s image.
1520
- * @param {string} itemId Item id.
1521
- * @param {ImageType} imageType Image type.
1522
- * @param {number} imageIndex The image index.
1446
+ * @param {ImageApiDeleteItemImageByIndexRequest} requestParameters Request parameters.
1523
1447
  * @param {*} [options] Override http request option.
1524
1448
  * @throws {RequiredError}
1525
1449
  */
1526
- deleteItemImageByIndex(itemId: string, imageType: ImageType, imageIndex: number, options?: any): AxiosPromise<void>;
1450
+ deleteItemImageByIndex(requestParameters: ImageApiDeleteItemImageByIndexRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
1527
1451
  /**
1528
1452
  *
1529
1453
  * @summary Delete the user\'s image.
1530
- * @param {string} [userId] User Id.
1454
+ * @param {ImageApiDeleteUserImageRequest} requestParameters Request parameters.
1531
1455
  * @param {*} [options] Override http request option.
1532
1456
  * @throws {RequiredError}
1533
1457
  */
1534
- deleteUserImage(userId?: string, options?: any): AxiosPromise<void>;
1458
+ deleteUserImage(requestParameters?: ImageApiDeleteUserImageRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
1535
1459
  /**
1536
1460
  *
1537
1461
  * @summary Get artist image by name.
1538
- * @param {string} name Artist name.
1539
- * @param {ImageType} imageType Image type.
1540
- * @param {number} imageIndex Image index.
1541
- * @param {string} [tag] Optional. Supply the cache tag from the item object to receive strong caching headers.
1542
- * @param {ImageFormat} [format] Determines the output format of the image - original,gif,jpg,png.
1543
- * @param {number} [maxWidth] The maximum image width to return.
1544
- * @param {number} [maxHeight] The maximum image height to return.
1545
- * @param {number} [percentPlayed] Optional. Percent to render for the percent played overlay.
1546
- * @param {number} [unplayedCount] Optional. Unplayed count overlay to render.
1547
- * @param {number} [width] The fixed image width to return.
1548
- * @param {number} [height] The fixed image height to return.
1549
- * @param {number} [quality] Optional. Quality setting, from 0-100. Defaults to 90 and should suffice in most cases.
1550
- * @param {number} [fillWidth] Width of box to fill.
1551
- * @param {number} [fillHeight] Height of box to fill.
1552
- * @param {number} [blur] Optional. Blur image.
1553
- * @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
1554
- * @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
1462
+ * @param {ImageApiGetArtistImageRequest} requestParameters Request parameters.
1555
1463
  * @param {*} [options] Override http request option.
1556
1464
  * @throws {RequiredError}
1557
1465
  */
1558
- getArtistImage(name: string, imageType: ImageType, imageIndex: number, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, options?: any): AxiosPromise<any>;
1466
+ getArtistImage(requestParameters: ImageApiGetArtistImageRequest, options?: RawAxiosRequestConfig): AxiosPromise<File>;
1559
1467
  /**
1560
1468
  *
1561
1469
  * @summary Get genre image by name.
1562
- * @param {string} name Genre name.
1563
- * @param {ImageType} imageType Image type.
1564
- * @param {string} [tag] Optional. Supply the cache tag from the item object to receive strong caching headers.
1565
- * @param {ImageFormat} [format] Determines the output format of the image - original,gif,jpg,png.
1566
- * @param {number} [maxWidth] The maximum image width to return.
1567
- * @param {number} [maxHeight] The maximum image height to return.
1568
- * @param {number} [percentPlayed] Optional. Percent to render for the percent played overlay.
1569
- * @param {number} [unplayedCount] Optional. Unplayed count overlay to render.
1570
- * @param {number} [width] The fixed image width to return.
1571
- * @param {number} [height] The fixed image height to return.
1572
- * @param {number} [quality] Optional. Quality setting, from 0-100. Defaults to 90 and should suffice in most cases.
1573
- * @param {number} [fillWidth] Width of box to fill.
1574
- * @param {number} [fillHeight] Height of box to fill.
1575
- * @param {number} [blur] Optional. Blur image.
1576
- * @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
1577
- * @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
1578
- * @param {number} [imageIndex] Image index.
1470
+ * @param {ImageApiGetGenreImageRequest} requestParameters Request parameters.
1579
1471
  * @param {*} [options] Override http request option.
1580
1472
  * @throws {RequiredError}
1581
1473
  */
1582
- getGenreImage(name: string, imageType: ImageType, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, imageIndex?: number, options?: any): AxiosPromise<any>;
1474
+ getGenreImage(requestParameters: ImageApiGetGenreImageRequest, options?: RawAxiosRequestConfig): AxiosPromise<File>;
1583
1475
  /**
1584
1476
  *
1585
1477
  * @summary Get genre image by name.
1586
- * @param {string} name Genre name.
1587
- * @param {ImageType} imageType Image type.
1588
- * @param {number} imageIndex Image index.
1589
- * @param {string} [tag] Optional. Supply the cache tag from the item object to receive strong caching headers.
1590
- * @param {ImageFormat} [format] Determines the output format of the image - original,gif,jpg,png.
1591
- * @param {number} [maxWidth] The maximum image width to return.
1592
- * @param {number} [maxHeight] The maximum image height to return.
1593
- * @param {number} [percentPlayed] Optional. Percent to render for the percent played overlay.
1594
- * @param {number} [unplayedCount] Optional. Unplayed count overlay to render.
1595
- * @param {number} [width] The fixed image width to return.
1596
- * @param {number} [height] The fixed image height to return.
1597
- * @param {number} [quality] Optional. Quality setting, from 0-100. Defaults to 90 and should suffice in most cases.
1598
- * @param {number} [fillWidth] Width of box to fill.
1599
- * @param {number} [fillHeight] Height of box to fill.
1600
- * @param {number} [blur] Optional. Blur image.
1601
- * @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
1602
- * @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
1478
+ * @param {ImageApiGetGenreImageByIndexRequest} requestParameters Request parameters.
1603
1479
  * @param {*} [options] Override http request option.
1604
1480
  * @throws {RequiredError}
1605
1481
  */
1606
- getGenreImageByIndex(name: string, imageType: ImageType, imageIndex: number, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, options?: any): AxiosPromise<any>;
1482
+ getGenreImageByIndex(requestParameters: ImageApiGetGenreImageByIndexRequest, options?: RawAxiosRequestConfig): AxiosPromise<File>;
1607
1483
  /**
1608
1484
  *
1609
1485
  * @summary Gets the item\'s image.
1610
- * @param {string} itemId Item id.
1611
- * @param {ImageType} imageType Image type.
1612
- * @param {number} [maxWidth] The maximum image width to return.
1613
- * @param {number} [maxHeight] The maximum image height to return.
1614
- * @param {number} [width] The fixed image width to return.
1615
- * @param {number} [height] The fixed image height to return.
1616
- * @param {number} [quality] Optional. Quality setting, from 0-100. Defaults to 90 and should suffice in most cases.
1617
- * @param {number} [fillWidth] Width of box to fill.
1618
- * @param {number} [fillHeight] Height of box to fill.
1619
- * @param {string} [tag] Optional. Supply the cache tag from the item object to receive strong caching headers.
1620
- * @param {ImageFormat} [format] Optional. The MediaBrowser.Model.Drawing.ImageFormat of the returned image.
1621
- * @param {number} [percentPlayed] Optional. Percent to render for the percent played overlay.
1622
- * @param {number} [unplayedCount] Optional. Unplayed count overlay to render.
1623
- * @param {number} [blur] Optional. Blur image.
1624
- * @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
1625
- * @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
1626
- * @param {number} [imageIndex] Image index.
1486
+ * @param {ImageApiGetItemImageRequest} requestParameters Request parameters.
1627
1487
  * @param {*} [options] Override http request option.
1628
1488
  * @throws {RequiredError}
1629
1489
  */
1630
- getItemImage(itemId: string, imageType: ImageType, maxWidth?: number, maxHeight?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, tag?: string, format?: ImageFormat, percentPlayed?: number, unplayedCount?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, imageIndex?: number, options?: any): AxiosPromise<any>;
1490
+ getItemImage(requestParameters: ImageApiGetItemImageRequest, options?: RawAxiosRequestConfig): AxiosPromise<File>;
1631
1491
  /**
1632
1492
  *
1633
1493
  * @summary Gets the item\'s image.
1634
- * @param {string} itemId Item id.
1635
- * @param {ImageType} imageType Image type.
1636
- * @param {number} maxWidth The maximum image width to return.
1637
- * @param {number} maxHeight The maximum image height to return.
1638
- * @param {string} tag Optional. Supply the cache tag from the item object to receive strong caching headers.
1639
- * @param {ImageFormat} format Determines the output format of the image - original,gif,jpg,png.
1640
- * @param {number} percentPlayed Optional. Percent to render for the percent played overlay.
1641
- * @param {number} unplayedCount Optional. Unplayed count overlay to render.
1642
- * @param {number} imageIndex Image index.
1643
- * @param {number} [width] The fixed image width to return.
1644
- * @param {number} [height] The fixed image height to return.
1645
- * @param {number} [quality] Optional. Quality setting, from 0-100. Defaults to 90 and should suffice in most cases.
1646
- * @param {number} [fillWidth] Width of box to fill.
1647
- * @param {number} [fillHeight] Height of box to fill.
1648
- * @param {number} [blur] Optional. Blur image.
1649
- * @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
1650
- * @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
1494
+ * @param {ImageApiGetItemImage2Request} requestParameters Request parameters.
1651
1495
  * @param {*} [options] Override http request option.
1652
1496
  * @throws {RequiredError}
1653
1497
  */
1654
- getItemImage2(itemId: string, imageType: ImageType, maxWidth: number, maxHeight: number, tag: string, format: ImageFormat, percentPlayed: number, unplayedCount: number, imageIndex: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, options?: any): AxiosPromise<any>;
1498
+ getItemImage2(requestParameters: ImageApiGetItemImage2Request, options?: RawAxiosRequestConfig): AxiosPromise<File>;
1655
1499
  /**
1656
1500
  *
1657
1501
  * @summary Gets the item\'s image.
1658
- * @param {string} itemId Item id.
1659
- * @param {ImageType} imageType Image type.
1660
- * @param {number} imageIndex Image index.
1661
- * @param {number} [maxWidth] The maximum image width to return.
1662
- * @param {number} [maxHeight] The maximum image height to return.
1663
- * @param {number} [width] The fixed image width to return.
1664
- * @param {number} [height] The fixed image height to return.
1665
- * @param {number} [quality] Optional. Quality setting, from 0-100. Defaults to 90 and should suffice in most cases.
1666
- * @param {number} [fillWidth] Width of box to fill.
1667
- * @param {number} [fillHeight] Height of box to fill.
1668
- * @param {string} [tag] Optional. Supply the cache tag from the item object to receive strong caching headers.
1669
- * @param {ImageFormat} [format] Optional. The MediaBrowser.Model.Drawing.ImageFormat of the returned image.
1670
- * @param {number} [percentPlayed] Optional. Percent to render for the percent played overlay.
1671
- * @param {number} [unplayedCount] Optional. Unplayed count overlay to render.
1672
- * @param {number} [blur] Optional. Blur image.
1673
- * @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
1674
- * @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
1502
+ * @param {ImageApiGetItemImageByIndexRequest} requestParameters Request parameters.
1675
1503
  * @param {*} [options] Override http request option.
1676
1504
  * @throws {RequiredError}
1677
1505
  */
1678
- getItemImageByIndex(itemId: string, imageType: ImageType, imageIndex: number, maxWidth?: number, maxHeight?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, tag?: string, format?: ImageFormat, percentPlayed?: number, unplayedCount?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, options?: any): AxiosPromise<any>;
1506
+ getItemImageByIndex(requestParameters: ImageApiGetItemImageByIndexRequest, options?: RawAxiosRequestConfig): AxiosPromise<File>;
1679
1507
  /**
1680
1508
  *
1681
1509
  * @summary Get item image infos.
1682
- * @param {string} itemId Item id.
1510
+ * @param {ImageApiGetItemImageInfosRequest} requestParameters Request parameters.
1683
1511
  * @param {*} [options] Override http request option.
1684
1512
  * @throws {RequiredError}
1685
1513
  */
1686
- getItemImageInfos(itemId: string, options?: any): AxiosPromise<Array<ImageInfo>>;
1514
+ getItemImageInfos(requestParameters: ImageApiGetItemImageInfosRequest, options?: RawAxiosRequestConfig): AxiosPromise<Array<ImageInfo>>;
1687
1515
  /**
1688
1516
  *
1689
1517
  * @summary Get music genre image by name.
1690
- * @param {string} name Music genre name.
1691
- * @param {ImageType} imageType Image type.
1692
- * @param {string} [tag] Optional. Supply the cache tag from the item object to receive strong caching headers.
1693
- * @param {ImageFormat} [format] Determines the output format of the image - original,gif,jpg,png.
1694
- * @param {number} [maxWidth] The maximum image width to return.
1695
- * @param {number} [maxHeight] The maximum image height to return.
1696
- * @param {number} [percentPlayed] Optional. Percent to render for the percent played overlay.
1697
- * @param {number} [unplayedCount] Optional. Unplayed count overlay to render.
1698
- * @param {number} [width] The fixed image width to return.
1699
- * @param {number} [height] The fixed image height to return.
1700
- * @param {number} [quality] Optional. Quality setting, from 0-100. Defaults to 90 and should suffice in most cases.
1701
- * @param {number} [fillWidth] Width of box to fill.
1702
- * @param {number} [fillHeight] Height of box to fill.
1703
- * @param {number} [blur] Optional. Blur image.
1704
- * @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
1705
- * @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
1706
- * @param {number} [imageIndex] Image index.
1518
+ * @param {ImageApiGetMusicGenreImageRequest} requestParameters Request parameters.
1707
1519
  * @param {*} [options] Override http request option.
1708
1520
  * @throws {RequiredError}
1709
1521
  */
1710
- getMusicGenreImage(name: string, imageType: ImageType, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, imageIndex?: number, options?: any): AxiosPromise<any>;
1522
+ getMusicGenreImage(requestParameters: ImageApiGetMusicGenreImageRequest, options?: RawAxiosRequestConfig): AxiosPromise<File>;
1711
1523
  /**
1712
1524
  *
1713
1525
  * @summary Get music genre image by name.
1714
- * @param {string} name Music genre name.
1715
- * @param {ImageType} imageType Image type.
1716
- * @param {number} imageIndex Image index.
1717
- * @param {string} [tag] Optional. Supply the cache tag from the item object to receive strong caching headers.
1718
- * @param {ImageFormat} [format] Determines the output format of the image - original,gif,jpg,png.
1719
- * @param {number} [maxWidth] The maximum image width to return.
1720
- * @param {number} [maxHeight] The maximum image height to return.
1721
- * @param {number} [percentPlayed] Optional. Percent to render for the percent played overlay.
1722
- * @param {number} [unplayedCount] Optional. Unplayed count overlay to render.
1723
- * @param {number} [width] The fixed image width to return.
1724
- * @param {number} [height] The fixed image height to return.
1725
- * @param {number} [quality] Optional. Quality setting, from 0-100. Defaults to 90 and should suffice in most cases.
1726
- * @param {number} [fillWidth] Width of box to fill.
1727
- * @param {number} [fillHeight] Height of box to fill.
1728
- * @param {number} [blur] Optional. Blur image.
1729
- * @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
1730
- * @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
1526
+ * @param {ImageApiGetMusicGenreImageByIndexRequest} requestParameters Request parameters.
1731
1527
  * @param {*} [options] Override http request option.
1732
1528
  * @throws {RequiredError}
1733
1529
  */
1734
- getMusicGenreImageByIndex(name: string, imageType: ImageType, imageIndex: number, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, options?: any): AxiosPromise<any>;
1530
+ getMusicGenreImageByIndex(requestParameters: ImageApiGetMusicGenreImageByIndexRequest, options?: RawAxiosRequestConfig): AxiosPromise<File>;
1735
1531
  /**
1736
1532
  *
1737
1533
  * @summary Get person image by name.
1738
- * @param {string} name Person name.
1739
- * @param {ImageType} imageType Image type.
1740
- * @param {string} [tag] Optional. Supply the cache tag from the item object to receive strong caching headers.
1741
- * @param {ImageFormat} [format] Determines the output format of the image - original,gif,jpg,png.
1742
- * @param {number} [maxWidth] The maximum image width to return.
1743
- * @param {number} [maxHeight] The maximum image height to return.
1744
- * @param {number} [percentPlayed] Optional. Percent to render for the percent played overlay.
1745
- * @param {number} [unplayedCount] Optional. Unplayed count overlay to render.
1746
- * @param {number} [width] The fixed image width to return.
1747
- * @param {number} [height] The fixed image height to return.
1748
- * @param {number} [quality] Optional. Quality setting, from 0-100. Defaults to 90 and should suffice in most cases.
1749
- * @param {number} [fillWidth] Width of box to fill.
1750
- * @param {number} [fillHeight] Height of box to fill.
1751
- * @param {number} [blur] Optional. Blur image.
1752
- * @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
1753
- * @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
1754
- * @param {number} [imageIndex] Image index.
1534
+ * @param {ImageApiGetPersonImageRequest} requestParameters Request parameters.
1755
1535
  * @param {*} [options] Override http request option.
1756
1536
  * @throws {RequiredError}
1757
1537
  */
1758
- getPersonImage(name: string, imageType: ImageType, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, imageIndex?: number, options?: any): AxiosPromise<any>;
1538
+ getPersonImage(requestParameters: ImageApiGetPersonImageRequest, options?: RawAxiosRequestConfig): AxiosPromise<File>;
1759
1539
  /**
1760
1540
  *
1761
1541
  * @summary Get person image by name.
1762
- * @param {string} name Person name.
1763
- * @param {ImageType} imageType Image type.
1764
- * @param {number} imageIndex Image index.
1765
- * @param {string} [tag] Optional. Supply the cache tag from the item object to receive strong caching headers.
1766
- * @param {ImageFormat} [format] Determines the output format of the image - original,gif,jpg,png.
1767
- * @param {number} [maxWidth] The maximum image width to return.
1768
- * @param {number} [maxHeight] The maximum image height to return.
1769
- * @param {number} [percentPlayed] Optional. Percent to render for the percent played overlay.
1770
- * @param {number} [unplayedCount] Optional. Unplayed count overlay to render.
1771
- * @param {number} [width] The fixed image width to return.
1772
- * @param {number} [height] The fixed image height to return.
1773
- * @param {number} [quality] Optional. Quality setting, from 0-100. Defaults to 90 and should suffice in most cases.
1774
- * @param {number} [fillWidth] Width of box to fill.
1775
- * @param {number} [fillHeight] Height of box to fill.
1776
- * @param {number} [blur] Optional. Blur image.
1777
- * @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
1778
- * @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
1542
+ * @param {ImageApiGetPersonImageByIndexRequest} requestParameters Request parameters.
1779
1543
  * @param {*} [options] Override http request option.
1780
1544
  * @throws {RequiredError}
1781
1545
  */
1782
- getPersonImageByIndex(name: string, imageType: ImageType, imageIndex: number, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, options?: any): AxiosPromise<any>;
1546
+ getPersonImageByIndex(requestParameters: ImageApiGetPersonImageByIndexRequest, options?: RawAxiosRequestConfig): AxiosPromise<File>;
1783
1547
  /**
1784
1548
  *
1785
1549
  * @summary Generates or gets the splashscreen.
1786
- * @param {string} [tag] Supply the cache tag from the item object to receive strong caching headers.
1787
- * @param {ImageFormat} [format] Determines the output format of the image - original,gif,jpg,png.
1788
- * @param {number} [maxWidth] The maximum image width to return.
1789
- * @param {number} [maxHeight] The maximum image height to return.
1790
- * @param {number} [width] The fixed image width to return.
1791
- * @param {number} [height] The fixed image height to return.
1792
- * @param {number} [fillWidth] Width of box to fill.
1793
- * @param {number} [fillHeight] Height of box to fill.
1794
- * @param {number} [blur] Blur image.
1795
- * @param {string} [backgroundColor] Apply a background color for transparent images.
1796
- * @param {string} [foregroundLayer] Apply a foreground layer on top of the image.
1797
- * @param {number} [quality] Quality setting, from 0-100.
1550
+ * @param {ImageApiGetSplashscreenRequest} requestParameters Request parameters.
1798
1551
  * @param {*} [options] Override http request option.
1799
1552
  * @throws {RequiredError}
1800
1553
  */
1801
- getSplashscreen(tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, width?: number, height?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, quality?: number, options?: any): AxiosPromise<any>;
1554
+ getSplashscreen(requestParameters?: ImageApiGetSplashscreenRequest, options?: RawAxiosRequestConfig): AxiosPromise<File>;
1802
1555
  /**
1803
1556
  *
1804
1557
  * @summary Get studio image by name.
1805
- * @param {string} name Studio name.
1806
- * @param {ImageType} imageType Image type.
1807
- * @param {string} [tag] Optional. Supply the cache tag from the item object to receive strong caching headers.
1808
- * @param {ImageFormat} [format] Determines the output format of the image - original,gif,jpg,png.
1809
- * @param {number} [maxWidth] The maximum image width to return.
1810
- * @param {number} [maxHeight] The maximum image height to return.
1811
- * @param {number} [percentPlayed] Optional. Percent to render for the percent played overlay.
1812
- * @param {number} [unplayedCount] Optional. Unplayed count overlay to render.
1813
- * @param {number} [width] The fixed image width to return.
1814
- * @param {number} [height] The fixed image height to return.
1815
- * @param {number} [quality] Optional. Quality setting, from 0-100. Defaults to 90 and should suffice in most cases.
1816
- * @param {number} [fillWidth] Width of box to fill.
1817
- * @param {number} [fillHeight] Height of box to fill.
1818
- * @param {number} [blur] Optional. Blur image.
1819
- * @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
1820
- * @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
1821
- * @param {number} [imageIndex] Image index.
1558
+ * @param {ImageApiGetStudioImageRequest} requestParameters Request parameters.
1822
1559
  * @param {*} [options] Override http request option.
1823
1560
  * @throws {RequiredError}
1824
1561
  */
1825
- getStudioImage(name: string, imageType: ImageType, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, imageIndex?: number, options?: any): AxiosPromise<any>;
1562
+ getStudioImage(requestParameters: ImageApiGetStudioImageRequest, options?: RawAxiosRequestConfig): AxiosPromise<File>;
1826
1563
  /**
1827
1564
  *
1828
1565
  * @summary Get studio image by name.
1829
- * @param {string} name Studio name.
1830
- * @param {ImageType} imageType Image type.
1831
- * @param {number} imageIndex Image index.
1832
- * @param {string} [tag] Optional. Supply the cache tag from the item object to receive strong caching headers.
1833
- * @param {ImageFormat} [format] Determines the output format of the image - original,gif,jpg,png.
1834
- * @param {number} [maxWidth] The maximum image width to return.
1835
- * @param {number} [maxHeight] The maximum image height to return.
1836
- * @param {number} [percentPlayed] Optional. Percent to render for the percent played overlay.
1837
- * @param {number} [unplayedCount] Optional. Unplayed count overlay to render.
1838
- * @param {number} [width] The fixed image width to return.
1839
- * @param {number} [height] The fixed image height to return.
1840
- * @param {number} [quality] Optional. Quality setting, from 0-100. Defaults to 90 and should suffice in most cases.
1841
- * @param {number} [fillWidth] Width of box to fill.
1842
- * @param {number} [fillHeight] Height of box to fill.
1843
- * @param {number} [blur] Optional. Blur image.
1844
- * @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
1845
- * @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
1566
+ * @param {ImageApiGetStudioImageByIndexRequest} requestParameters Request parameters.
1846
1567
  * @param {*} [options] Override http request option.
1847
1568
  * @throws {RequiredError}
1848
1569
  */
1849
- getStudioImageByIndex(name: string, imageType: ImageType, imageIndex: number, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, options?: any): AxiosPromise<any>;
1570
+ getStudioImageByIndex(requestParameters: ImageApiGetStudioImageByIndexRequest, options?: RawAxiosRequestConfig): AxiosPromise<File>;
1850
1571
  /**
1851
1572
  *
1852
1573
  * @summary Get user profile image.
1853
- * @param {string} [userId] User id.
1854
- * @param {string} [tag] Optional. Supply the cache tag from the item object to receive strong caching headers.
1855
- * @param {ImageFormat} [format] Determines the output format of the image - original,gif,jpg,png.
1856
- * @param {number} [maxWidth] The maximum image width to return.
1857
- * @param {number} [maxHeight] The maximum image height to return.
1858
- * @param {number} [percentPlayed] Optional. Percent to render for the percent played overlay.
1859
- * @param {number} [unplayedCount] Optional. Unplayed count overlay to render.
1860
- * @param {number} [width] The fixed image width to return.
1861
- * @param {number} [height] The fixed image height to return.
1862
- * @param {number} [quality] Optional. Quality setting, from 0-100. Defaults to 90 and should suffice in most cases.
1863
- * @param {number} [fillWidth] Width of box to fill.
1864
- * @param {number} [fillHeight] Height of box to fill.
1865
- * @param {number} [blur] Optional. Blur image.
1866
- * @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
1867
- * @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
1868
- * @param {number} [imageIndex] Image index.
1574
+ * @param {ImageApiGetUserImageRequest} requestParameters Request parameters.
1869
1575
  * @param {*} [options] Override http request option.
1870
1576
  * @throws {RequiredError}
1871
1577
  */
1872
- getUserImage(userId?: string, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, imageIndex?: number, options?: any): AxiosPromise<any>;
1578
+ getUserImage(requestParameters?: ImageApiGetUserImageRequest, options?: RawAxiosRequestConfig): AxiosPromise<File>;
1873
1579
  /**
1874
1580
  *
1875
1581
  * @summary Get artist image by name.
1876
- * @param {string} name Artist name.
1877
- * @param {ImageType} imageType Image type.
1878
- * @param {number} imageIndex Image index.
1879
- * @param {string} [tag] Optional. Supply the cache tag from the item object to receive strong caching headers.
1880
- * @param {ImageFormat} [format] Determines the output format of the image - original,gif,jpg,png.
1881
- * @param {number} [maxWidth] The maximum image width to return.
1882
- * @param {number} [maxHeight] The maximum image height to return.
1883
- * @param {number} [percentPlayed] Optional. Percent to render for the percent played overlay.
1884
- * @param {number} [unplayedCount] Optional. Unplayed count overlay to render.
1885
- * @param {number} [width] The fixed image width to return.
1886
- * @param {number} [height] The fixed image height to return.
1887
- * @param {number} [quality] Optional. Quality setting, from 0-100. Defaults to 90 and should suffice in most cases.
1888
- * @param {number} [fillWidth] Width of box to fill.
1889
- * @param {number} [fillHeight] Height of box to fill.
1890
- * @param {number} [blur] Optional. Blur image.
1891
- * @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
1892
- * @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
1582
+ * @param {ImageApiHeadArtistImageRequest} requestParameters Request parameters.
1893
1583
  * @param {*} [options] Override http request option.
1894
1584
  * @throws {RequiredError}
1895
1585
  */
1896
- headArtistImage(name: string, imageType: ImageType, imageIndex: number, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, options?: any): AxiosPromise<any>;
1586
+ headArtistImage(requestParameters: ImageApiHeadArtistImageRequest, options?: RawAxiosRequestConfig): AxiosPromise<File>;
1897
1587
  /**
1898
1588
  *
1899
1589
  * @summary Get genre image by name.
1900
- * @param {string} name Genre name.
1901
- * @param {ImageType} imageType Image type.
1902
- * @param {string} [tag] Optional. Supply the cache tag from the item object to receive strong caching headers.
1903
- * @param {ImageFormat} [format] Determines the output format of the image - original,gif,jpg,png.
1904
- * @param {number} [maxWidth] The maximum image width to return.
1905
- * @param {number} [maxHeight] The maximum image height to return.
1906
- * @param {number} [percentPlayed] Optional. Percent to render for the percent played overlay.
1907
- * @param {number} [unplayedCount] Optional. Unplayed count overlay to render.
1908
- * @param {number} [width] The fixed image width to return.
1909
- * @param {number} [height] The fixed image height to return.
1910
- * @param {number} [quality] Optional. Quality setting, from 0-100. Defaults to 90 and should suffice in most cases.
1911
- * @param {number} [fillWidth] Width of box to fill.
1912
- * @param {number} [fillHeight] Height of box to fill.
1913
- * @param {number} [blur] Optional. Blur image.
1914
- * @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
1915
- * @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
1916
- * @param {number} [imageIndex] Image index.
1590
+ * @param {ImageApiHeadGenreImageRequest} requestParameters Request parameters.
1917
1591
  * @param {*} [options] Override http request option.
1918
1592
  * @throws {RequiredError}
1919
1593
  */
1920
- headGenreImage(name: string, imageType: ImageType, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, imageIndex?: number, options?: any): AxiosPromise<any>;
1594
+ headGenreImage(requestParameters: ImageApiHeadGenreImageRequest, options?: RawAxiosRequestConfig): AxiosPromise<File>;
1921
1595
  /**
1922
1596
  *
1923
1597
  * @summary Get genre image by name.
1924
- * @param {string} name Genre name.
1925
- * @param {ImageType} imageType Image type.
1926
- * @param {number} imageIndex Image index.
1927
- * @param {string} [tag] Optional. Supply the cache tag from the item object to receive strong caching headers.
1928
- * @param {ImageFormat} [format] Determines the output format of the image - original,gif,jpg,png.
1929
- * @param {number} [maxWidth] The maximum image width to return.
1930
- * @param {number} [maxHeight] The maximum image height to return.
1931
- * @param {number} [percentPlayed] Optional. Percent to render for the percent played overlay.
1932
- * @param {number} [unplayedCount] Optional. Unplayed count overlay to render.
1933
- * @param {number} [width] The fixed image width to return.
1934
- * @param {number} [height] The fixed image height to return.
1935
- * @param {number} [quality] Optional. Quality setting, from 0-100. Defaults to 90 and should suffice in most cases.
1936
- * @param {number} [fillWidth] Width of box to fill.
1937
- * @param {number} [fillHeight] Height of box to fill.
1938
- * @param {number} [blur] Optional. Blur image.
1939
- * @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
1940
- * @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
1598
+ * @param {ImageApiHeadGenreImageByIndexRequest} requestParameters Request parameters.
1941
1599
  * @param {*} [options] Override http request option.
1942
1600
  * @throws {RequiredError}
1943
1601
  */
1944
- headGenreImageByIndex(name: string, imageType: ImageType, imageIndex: number, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, options?: any): AxiosPromise<any>;
1602
+ headGenreImageByIndex(requestParameters: ImageApiHeadGenreImageByIndexRequest, options?: RawAxiosRequestConfig): AxiosPromise<File>;
1945
1603
  /**
1946
1604
  *
1947
1605
  * @summary Gets the item\'s image.
1948
- * @param {string} itemId Item id.
1949
- * @param {ImageType} imageType Image type.
1950
- * @param {number} [maxWidth] The maximum image width to return.
1951
- * @param {number} [maxHeight] The maximum image height to return.
1952
- * @param {number} [width] The fixed image width to return.
1953
- * @param {number} [height] The fixed image height to return.
1954
- * @param {number} [quality] Optional. Quality setting, from 0-100. Defaults to 90 and should suffice in most cases.
1955
- * @param {number} [fillWidth] Width of box to fill.
1956
- * @param {number} [fillHeight] Height of box to fill.
1957
- * @param {string} [tag] Optional. Supply the cache tag from the item object to receive strong caching headers.
1958
- * @param {ImageFormat} [format] Optional. The MediaBrowser.Model.Drawing.ImageFormat of the returned image.
1959
- * @param {number} [percentPlayed] Optional. Percent to render for the percent played overlay.
1960
- * @param {number} [unplayedCount] Optional. Unplayed count overlay to render.
1961
- * @param {number} [blur] Optional. Blur image.
1962
- * @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
1963
- * @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
1964
- * @param {number} [imageIndex] Image index.
1606
+ * @param {ImageApiHeadItemImageRequest} requestParameters Request parameters.
1965
1607
  * @param {*} [options] Override http request option.
1966
1608
  * @throws {RequiredError}
1967
1609
  */
1968
- headItemImage(itemId: string, imageType: ImageType, maxWidth?: number, maxHeight?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, tag?: string, format?: ImageFormat, percentPlayed?: number, unplayedCount?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, imageIndex?: number, options?: any): AxiosPromise<any>;
1610
+ headItemImage(requestParameters: ImageApiHeadItemImageRequest, options?: RawAxiosRequestConfig): AxiosPromise<File>;
1969
1611
  /**
1970
1612
  *
1971
1613
  * @summary Gets the item\'s image.
1972
- * @param {string} itemId Item id.
1973
- * @param {ImageType} imageType Image type.
1974
- * @param {number} maxWidth The maximum image width to return.
1975
- * @param {number} maxHeight The maximum image height to return.
1976
- * @param {string} tag Optional. Supply the cache tag from the item object to receive strong caching headers.
1977
- * @param {ImageFormat} format Determines the output format of the image - original,gif,jpg,png.
1978
- * @param {number} percentPlayed Optional. Percent to render for the percent played overlay.
1979
- * @param {number} unplayedCount Optional. Unplayed count overlay to render.
1980
- * @param {number} imageIndex Image index.
1981
- * @param {number} [width] The fixed image width to return.
1982
- * @param {number} [height] The fixed image height to return.
1983
- * @param {number} [quality] Optional. Quality setting, from 0-100. Defaults to 90 and should suffice in most cases.
1984
- * @param {number} [fillWidth] Width of box to fill.
1985
- * @param {number} [fillHeight] Height of box to fill.
1986
- * @param {number} [blur] Optional. Blur image.
1987
- * @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
1988
- * @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
1614
+ * @param {ImageApiHeadItemImage2Request} requestParameters Request parameters.
1989
1615
  * @param {*} [options] Override http request option.
1990
1616
  * @throws {RequiredError}
1991
1617
  */
1992
- headItemImage2(itemId: string, imageType: ImageType, maxWidth: number, maxHeight: number, tag: string, format: ImageFormat, percentPlayed: number, unplayedCount: number, imageIndex: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, options?: any): AxiosPromise<any>;
1618
+ headItemImage2(requestParameters: ImageApiHeadItemImage2Request, options?: RawAxiosRequestConfig): AxiosPromise<File>;
1993
1619
  /**
1994
1620
  *
1995
1621
  * @summary Gets the item\'s image.
1996
- * @param {string} itemId Item id.
1997
- * @param {ImageType} imageType Image type.
1998
- * @param {number} imageIndex Image index.
1999
- * @param {number} [maxWidth] The maximum image width to return.
2000
- * @param {number} [maxHeight] The maximum image height to return.
2001
- * @param {number} [width] The fixed image width to return.
2002
- * @param {number} [height] The fixed image height to return.
2003
- * @param {number} [quality] Optional. Quality setting, from 0-100. Defaults to 90 and should suffice in most cases.
2004
- * @param {number} [fillWidth] Width of box to fill.
2005
- * @param {number} [fillHeight] Height of box to fill.
2006
- * @param {string} [tag] Optional. Supply the cache tag from the item object to receive strong caching headers.
2007
- * @param {ImageFormat} [format] Optional. The MediaBrowser.Model.Drawing.ImageFormat of the returned image.
2008
- * @param {number} [percentPlayed] Optional. Percent to render for the percent played overlay.
2009
- * @param {number} [unplayedCount] Optional. Unplayed count overlay to render.
2010
- * @param {number} [blur] Optional. Blur image.
2011
- * @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
2012
- * @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
1622
+ * @param {ImageApiHeadItemImageByIndexRequest} requestParameters Request parameters.
2013
1623
  * @param {*} [options] Override http request option.
2014
1624
  * @throws {RequiredError}
2015
1625
  */
2016
- headItemImageByIndex(itemId: string, imageType: ImageType, imageIndex: number, maxWidth?: number, maxHeight?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, tag?: string, format?: ImageFormat, percentPlayed?: number, unplayedCount?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, options?: any): AxiosPromise<any>;
1626
+ headItemImageByIndex(requestParameters: ImageApiHeadItemImageByIndexRequest, options?: RawAxiosRequestConfig): AxiosPromise<File>;
2017
1627
  /**
2018
1628
  *
2019
1629
  * @summary Get music genre image by name.
2020
- * @param {string} name Music genre name.
2021
- * @param {ImageType} imageType Image type.
2022
- * @param {string} [tag] Optional. Supply the cache tag from the item object to receive strong caching headers.
2023
- * @param {ImageFormat} [format] Determines the output format of the image - original,gif,jpg,png.
2024
- * @param {number} [maxWidth] The maximum image width to return.
2025
- * @param {number} [maxHeight] The maximum image height to return.
2026
- * @param {number} [percentPlayed] Optional. Percent to render for the percent played overlay.
2027
- * @param {number} [unplayedCount] Optional. Unplayed count overlay to render.
2028
- * @param {number} [width] The fixed image width to return.
2029
- * @param {number} [height] The fixed image height to return.
2030
- * @param {number} [quality] Optional. Quality setting, from 0-100. Defaults to 90 and should suffice in most cases.
2031
- * @param {number} [fillWidth] Width of box to fill.
2032
- * @param {number} [fillHeight] Height of box to fill.
2033
- * @param {number} [blur] Optional. Blur image.
2034
- * @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
2035
- * @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
2036
- * @param {number} [imageIndex] Image index.
1630
+ * @param {ImageApiHeadMusicGenreImageRequest} requestParameters Request parameters.
2037
1631
  * @param {*} [options] Override http request option.
2038
1632
  * @throws {RequiredError}
2039
1633
  */
2040
- headMusicGenreImage(name: string, imageType: ImageType, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, imageIndex?: number, options?: any): AxiosPromise<any>;
1634
+ headMusicGenreImage(requestParameters: ImageApiHeadMusicGenreImageRequest, options?: RawAxiosRequestConfig): AxiosPromise<File>;
2041
1635
  /**
2042
1636
  *
2043
1637
  * @summary Get music genre image by name.
2044
- * @param {string} name Music genre name.
2045
- * @param {ImageType} imageType Image type.
2046
- * @param {number} imageIndex Image index.
2047
- * @param {string} [tag] Optional. Supply the cache tag from the item object to receive strong caching headers.
2048
- * @param {ImageFormat} [format] Determines the output format of the image - original,gif,jpg,png.
2049
- * @param {number} [maxWidth] The maximum image width to return.
2050
- * @param {number} [maxHeight] The maximum image height to return.
2051
- * @param {number} [percentPlayed] Optional. Percent to render for the percent played overlay.
2052
- * @param {number} [unplayedCount] Optional. Unplayed count overlay to render.
2053
- * @param {number} [width] The fixed image width to return.
2054
- * @param {number} [height] The fixed image height to return.
2055
- * @param {number} [quality] Optional. Quality setting, from 0-100. Defaults to 90 and should suffice in most cases.
2056
- * @param {number} [fillWidth] Width of box to fill.
2057
- * @param {number} [fillHeight] Height of box to fill.
2058
- * @param {number} [blur] Optional. Blur image.
2059
- * @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
2060
- * @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
1638
+ * @param {ImageApiHeadMusicGenreImageByIndexRequest} requestParameters Request parameters.
2061
1639
  * @param {*} [options] Override http request option.
2062
1640
  * @throws {RequiredError}
2063
1641
  */
2064
- headMusicGenreImageByIndex(name: string, imageType: ImageType, imageIndex: number, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, options?: any): AxiosPromise<any>;
1642
+ headMusicGenreImageByIndex(requestParameters: ImageApiHeadMusicGenreImageByIndexRequest, options?: RawAxiosRequestConfig): AxiosPromise<File>;
2065
1643
  /**
2066
1644
  *
2067
1645
  * @summary Get person image by name.
2068
- * @param {string} name Person name.
2069
- * @param {ImageType} imageType Image type.
2070
- * @param {string} [tag] Optional. Supply the cache tag from the item object to receive strong caching headers.
2071
- * @param {ImageFormat} [format] Determines the output format of the image - original,gif,jpg,png.
2072
- * @param {number} [maxWidth] The maximum image width to return.
2073
- * @param {number} [maxHeight] The maximum image height to return.
2074
- * @param {number} [percentPlayed] Optional. Percent to render for the percent played overlay.
2075
- * @param {number} [unplayedCount] Optional. Unplayed count overlay to render.
2076
- * @param {number} [width] The fixed image width to return.
2077
- * @param {number} [height] The fixed image height to return.
2078
- * @param {number} [quality] Optional. Quality setting, from 0-100. Defaults to 90 and should suffice in most cases.
2079
- * @param {number} [fillWidth] Width of box to fill.
2080
- * @param {number} [fillHeight] Height of box to fill.
2081
- * @param {number} [blur] Optional. Blur image.
2082
- * @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
2083
- * @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
2084
- * @param {number} [imageIndex] Image index.
1646
+ * @param {ImageApiHeadPersonImageRequest} requestParameters Request parameters.
2085
1647
  * @param {*} [options] Override http request option.
2086
1648
  * @throws {RequiredError}
2087
1649
  */
2088
- headPersonImage(name: string, imageType: ImageType, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, imageIndex?: number, options?: any): AxiosPromise<any>;
1650
+ headPersonImage(requestParameters: ImageApiHeadPersonImageRequest, options?: RawAxiosRequestConfig): AxiosPromise<File>;
2089
1651
  /**
2090
1652
  *
2091
1653
  * @summary Get person image by name.
2092
- * @param {string} name Person name.
2093
- * @param {ImageType} imageType Image type.
2094
- * @param {number} imageIndex Image index.
2095
- * @param {string} [tag] Optional. Supply the cache tag from the item object to receive strong caching headers.
2096
- * @param {ImageFormat} [format] Determines the output format of the image - original,gif,jpg,png.
2097
- * @param {number} [maxWidth] The maximum image width to return.
2098
- * @param {number} [maxHeight] The maximum image height to return.
2099
- * @param {number} [percentPlayed] Optional. Percent to render for the percent played overlay.
2100
- * @param {number} [unplayedCount] Optional. Unplayed count overlay to render.
2101
- * @param {number} [width] The fixed image width to return.
2102
- * @param {number} [height] The fixed image height to return.
2103
- * @param {number} [quality] Optional. Quality setting, from 0-100. Defaults to 90 and should suffice in most cases.
2104
- * @param {number} [fillWidth] Width of box to fill.
2105
- * @param {number} [fillHeight] Height of box to fill.
2106
- * @param {number} [blur] Optional. Blur image.
2107
- * @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
2108
- * @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
2109
- * @param {*} [options] Override http request option.
2110
- * @throws {RequiredError}
2111
- */
2112
- headPersonImageByIndex(name: string, imageType: ImageType, imageIndex: number, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, options?: any): AxiosPromise<any>;
2113
- /**
2114
- *
2115
- * @summary Get studio image by name.
2116
- * @param {string} name Studio name.
2117
- * @param {ImageType} imageType Image type.
2118
- * @param {string} [tag] Optional. Supply the cache tag from the item object to receive strong caching headers.
2119
- * @param {ImageFormat} [format] Determines the output format of the image - original,gif,jpg,png.
2120
- * @param {number} [maxWidth] The maximum image width to return.
2121
- * @param {number} [maxHeight] The maximum image height to return.
2122
- * @param {number} [percentPlayed] Optional. Percent to render for the percent played overlay.
2123
- * @param {number} [unplayedCount] Optional. Unplayed count overlay to render.
2124
- * @param {number} [width] The fixed image width to return.
2125
- * @param {number} [height] The fixed image height to return.
2126
- * @param {number} [quality] Optional. Quality setting, from 0-100. Defaults to 90 and should suffice in most cases.
2127
- * @param {number} [fillWidth] Width of box to fill.
2128
- * @param {number} [fillHeight] Height of box to fill.
2129
- * @param {number} [blur] Optional. Blur image.
2130
- * @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
2131
- * @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
2132
- * @param {number} [imageIndex] Image index.
1654
+ * @param {ImageApiHeadPersonImageByIndexRequest} requestParameters Request parameters.
2133
1655
  * @param {*} [options] Override http request option.
2134
1656
  * @throws {RequiredError}
2135
- */
2136
- headStudioImage(name: string, imageType: ImageType, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, imageIndex?: number, options?: any): AxiosPromise<any>;
2137
- /**
2138
- *
2139
- * @summary Get studio image by name.
2140
- * @param {string} name Studio name.
2141
- * @param {ImageType} imageType Image type.
2142
- * @param {number} imageIndex Image index.
2143
- * @param {string} [tag] Optional. Supply the cache tag from the item object to receive strong caching headers.
2144
- * @param {ImageFormat} [format] Determines the output format of the image - original,gif,jpg,png.
2145
- * @param {number} [maxWidth] The maximum image width to return.
2146
- * @param {number} [maxHeight] The maximum image height to return.
2147
- * @param {number} [percentPlayed] Optional. Percent to render for the percent played overlay.
2148
- * @param {number} [unplayedCount] Optional. Unplayed count overlay to render.
2149
- * @param {number} [width] The fixed image width to return.
2150
- * @param {number} [height] The fixed image height to return.
2151
- * @param {number} [quality] Optional. Quality setting, from 0-100. Defaults to 90 and should suffice in most cases.
2152
- * @param {number} [fillWidth] Width of box to fill.
2153
- * @param {number} [fillHeight] Height of box to fill.
2154
- * @param {number} [blur] Optional. Blur image.
2155
- * @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
2156
- * @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
1657
+ */
1658
+ headPersonImageByIndex(requestParameters: ImageApiHeadPersonImageByIndexRequest, options?: RawAxiosRequestConfig): AxiosPromise<File>;
1659
+ /**
1660
+ *
1661
+ * @summary Get studio image by name.
1662
+ * @param {ImageApiHeadStudioImageRequest} requestParameters Request parameters.
1663
+ * @param {*} [options] Override http request option.
1664
+ * @throws {RequiredError}
1665
+ */
1666
+ headStudioImage(requestParameters: ImageApiHeadStudioImageRequest, options?: RawAxiosRequestConfig): AxiosPromise<File>;
1667
+ /**
1668
+ *
1669
+ * @summary Get studio image by name.
1670
+ * @param {ImageApiHeadStudioImageByIndexRequest} requestParameters Request parameters.
2157
1671
  * @param {*} [options] Override http request option.
2158
1672
  * @throws {RequiredError}
2159
1673
  */
2160
- headStudioImageByIndex(name: string, imageType: ImageType, imageIndex: number, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, options?: any): AxiosPromise<any>;
1674
+ headStudioImageByIndex(requestParameters: ImageApiHeadStudioImageByIndexRequest, options?: RawAxiosRequestConfig): AxiosPromise<File>;
2161
1675
  /**
2162
1676
  *
2163
1677
  * @summary Get user profile image.
2164
- * @param {string} [userId] User id.
2165
- * @param {string} [tag] Optional. Supply the cache tag from the item object to receive strong caching headers.
2166
- * @param {ImageFormat} [format] Determines the output format of the image - original,gif,jpg,png.
2167
- * @param {number} [maxWidth] The maximum image width to return.
2168
- * @param {number} [maxHeight] The maximum image height to return.
2169
- * @param {number} [percentPlayed] Optional. Percent to render for the percent played overlay.
2170
- * @param {number} [unplayedCount] Optional. Unplayed count overlay to render.
2171
- * @param {number} [width] The fixed image width to return.
2172
- * @param {number} [height] The fixed image height to return.
2173
- * @param {number} [quality] Optional. Quality setting, from 0-100. Defaults to 90 and should suffice in most cases.
2174
- * @param {number} [fillWidth] Width of box to fill.
2175
- * @param {number} [fillHeight] Height of box to fill.
2176
- * @param {number} [blur] Optional. Blur image.
2177
- * @param {string} [backgroundColor] Optional. Apply a background color for transparent images.
2178
- * @param {string} [foregroundLayer] Optional. Apply a foreground layer on top of the image.
2179
- * @param {number} [imageIndex] Image index.
1678
+ * @param {ImageApiHeadUserImageRequest} requestParameters Request parameters.
2180
1679
  * @param {*} [options] Override http request option.
2181
1680
  * @throws {RequiredError}
2182
1681
  */
2183
- headUserImage(userId?: string, tag?: string, format?: ImageFormat, maxWidth?: number, maxHeight?: number, percentPlayed?: number, unplayedCount?: number, width?: number, height?: number, quality?: number, fillWidth?: number, fillHeight?: number, blur?: number, backgroundColor?: string, foregroundLayer?: string, imageIndex?: number, options?: any): AxiosPromise<any>;
1682
+ headUserImage(requestParameters?: ImageApiHeadUserImageRequest, options?: RawAxiosRequestConfig): AxiosPromise<File>;
2184
1683
  /**
2185
1684
  *
2186
1685
  * @summary Sets the user image.
2187
- * @param {string} [userId] User Id.
2188
- * @param {any} [body]
1686
+ * @param {ImageApiPostUserImageRequest} requestParameters Request parameters.
2189
1687
  * @param {*} [options] Override http request option.
2190
1688
  * @throws {RequiredError}
2191
1689
  */
2192
- postUserImage(userId?: string, body?: any, options?: any): AxiosPromise<void>;
1690
+ postUserImage(requestParameters?: ImageApiPostUserImageRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
2193
1691
  /**
2194
1692
  *
2195
1693
  * @summary Set item image.
2196
- * @param {string} itemId Item id.
2197
- * @param {ImageType} imageType Image type.
2198
- * @param {any} [body]
1694
+ * @param {ImageApiSetItemImageRequest} requestParameters Request parameters.
2199
1695
  * @param {*} [options] Override http request option.
2200
1696
  * @throws {RequiredError}
2201
1697
  */
2202
- setItemImage(itemId: string, imageType: ImageType, body?: any, options?: any): AxiosPromise<void>;
1698
+ setItemImage(requestParameters: ImageApiSetItemImageRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
2203
1699
  /**
2204
1700
  *
2205
1701
  * @summary Set item image.
2206
- * @param {string} itemId Item id.
2207
- * @param {ImageType} imageType Image type.
2208
- * @param {number} imageIndex (Unused) Image index.
2209
- * @param {any} [body]
1702
+ * @param {ImageApiSetItemImageByIndexRequest} requestParameters Request parameters.
2210
1703
  * @param {*} [options] Override http request option.
2211
1704
  * @throws {RequiredError}
2212
1705
  */
2213
- setItemImageByIndex(itemId: string, imageType: ImageType, imageIndex: number, body?: any, options?: any): AxiosPromise<void>;
1706
+ setItemImageByIndex(requestParameters: ImageApiSetItemImageByIndexRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
2214
1707
  /**
2215
1708
  *
2216
1709
  * @summary Updates the index for an item image.
2217
- * @param {string} itemId Item id.
2218
- * @param {ImageType} imageType Image type.
2219
- * @param {number} imageIndex Old image index.
2220
- * @param {number} newIndex New image index.
1710
+ * @param {ImageApiUpdateItemImageIndexRequest} requestParameters Request parameters.
2221
1711
  * @param {*} [options] Override http request option.
2222
1712
  * @throws {RequiredError}
2223
1713
  */
2224
- updateItemImageIndex(itemId: string, imageType: ImageType, imageIndex: number, newIndex: number, options?: any): AxiosPromise<void>;
1714
+ updateItemImageIndex(requestParameters: ImageApiUpdateItemImageIndexRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
2225
1715
  /**
2226
1716
  *
2227
1717
  * @summary Uploads a custom splashscreen. The body is expected to the image contents base64 encoded.
2228
- * @param {any} [body]
1718
+ * @param {ImageApiUploadCustomSplashscreenRequest} requestParameters Request parameters.
2229
1719
  * @param {*} [options] Override http request option.
2230
1720
  * @throws {RequiredError}
2231
1721
  */
2232
- uploadCustomSplashscreen(body?: any, options?: any): AxiosPromise<void>;
1722
+ uploadCustomSplashscreen(requestParameters?: ImageApiUploadCustomSplashscreenRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
2233
1723
  };
2234
1724
  /**
2235
1725
  * Request parameters for deleteItemImage operation in ImageApi.
@@ -3415,66 +2905,6 @@ export interface ImageApiGetSplashscreenRequest {
3415
2905
  * @memberof ImageApiGetSplashscreen
3416
2906
  */
3417
2907
  readonly format?: ImageFormat;
3418
- /**
3419
- * The maximum image width to return.
3420
- * @type {number}
3421
- * @memberof ImageApiGetSplashscreen
3422
- */
3423
- readonly maxWidth?: number;
3424
- /**
3425
- * The maximum image height to return.
3426
- * @type {number}
3427
- * @memberof ImageApiGetSplashscreen
3428
- */
3429
- readonly maxHeight?: number;
3430
- /**
3431
- * The fixed image width to return.
3432
- * @type {number}
3433
- * @memberof ImageApiGetSplashscreen
3434
- */
3435
- readonly width?: number;
3436
- /**
3437
- * The fixed image height to return.
3438
- * @type {number}
3439
- * @memberof ImageApiGetSplashscreen
3440
- */
3441
- readonly height?: number;
3442
- /**
3443
- * Width of box to fill.
3444
- * @type {number}
3445
- * @memberof ImageApiGetSplashscreen
3446
- */
3447
- readonly fillWidth?: number;
3448
- /**
3449
- * Height of box to fill.
3450
- * @type {number}
3451
- * @memberof ImageApiGetSplashscreen
3452
- */
3453
- readonly fillHeight?: number;
3454
- /**
3455
- * Blur image.
3456
- * @type {number}
3457
- * @memberof ImageApiGetSplashscreen
3458
- */
3459
- readonly blur?: number;
3460
- /**
3461
- * Apply a background color for transparent images.
3462
- * @type {string}
3463
- * @memberof ImageApiGetSplashscreen
3464
- */
3465
- readonly backgroundColor?: string;
3466
- /**
3467
- * Apply a foreground layer on top of the image.
3468
- * @type {string}
3469
- * @memberof ImageApiGetSplashscreen
3470
- */
3471
- readonly foregroundLayer?: string;
3472
- /**
3473
- * Quality setting, from 0-100.
3474
- * @type {number}
3475
- * @memberof ImageApiGetSplashscreen
3476
- */
3477
- readonly quality?: number;
3478
2908
  }
3479
2909
  /**
3480
2910
  * Request parameters for getStudioImage operation in ImageApi.
@@ -3718,84 +3148,6 @@ export interface ImageApiGetUserImageRequest {
3718
3148
  * @memberof ImageApiGetUserImage
3719
3149
  */
3720
3150
  readonly format?: ImageFormat;
3721
- /**
3722
- * The maximum image width to return.
3723
- * @type {number}
3724
- * @memberof ImageApiGetUserImage
3725
- */
3726
- readonly maxWidth?: number;
3727
- /**
3728
- * The maximum image height to return.
3729
- * @type {number}
3730
- * @memberof ImageApiGetUserImage
3731
- */
3732
- readonly maxHeight?: number;
3733
- /**
3734
- * Optional. Percent to render for the percent played overlay.
3735
- * @type {number}
3736
- * @memberof ImageApiGetUserImage
3737
- */
3738
- readonly percentPlayed?: number;
3739
- /**
3740
- * Optional. Unplayed count overlay to render.
3741
- * @type {number}
3742
- * @memberof ImageApiGetUserImage
3743
- */
3744
- readonly unplayedCount?: number;
3745
- /**
3746
- * The fixed image width to return.
3747
- * @type {number}
3748
- * @memberof ImageApiGetUserImage
3749
- */
3750
- readonly width?: number;
3751
- /**
3752
- * The fixed image height to return.
3753
- * @type {number}
3754
- * @memberof ImageApiGetUserImage
3755
- */
3756
- readonly height?: number;
3757
- /**
3758
- * Optional. Quality setting, from 0-100. Defaults to 90 and should suffice in most cases.
3759
- * @type {number}
3760
- * @memberof ImageApiGetUserImage
3761
- */
3762
- readonly quality?: number;
3763
- /**
3764
- * Width of box to fill.
3765
- * @type {number}
3766
- * @memberof ImageApiGetUserImage
3767
- */
3768
- readonly fillWidth?: number;
3769
- /**
3770
- * Height of box to fill.
3771
- * @type {number}
3772
- * @memberof ImageApiGetUserImage
3773
- */
3774
- readonly fillHeight?: number;
3775
- /**
3776
- * Optional. Blur image.
3777
- * @type {number}
3778
- * @memberof ImageApiGetUserImage
3779
- */
3780
- readonly blur?: number;
3781
- /**
3782
- * Optional. Apply a background color for transparent images.
3783
- * @type {string}
3784
- * @memberof ImageApiGetUserImage
3785
- */
3786
- readonly backgroundColor?: string;
3787
- /**
3788
- * Optional. Apply a foreground layer on top of the image.
3789
- * @type {string}
3790
- * @memberof ImageApiGetUserImage
3791
- */
3792
- readonly foregroundLayer?: string;
3793
- /**
3794
- * Image index.
3795
- * @type {number}
3796
- * @memberof ImageApiGetUserImage
3797
- */
3798
- readonly imageIndex?: number;
3799
3151
  }
3800
3152
  /**
3801
3153
  * Request parameters for headArtistImage operation in ImageApi.
@@ -5129,84 +4481,6 @@ export interface ImageApiHeadUserImageRequest {
5129
4481
  * @memberof ImageApiHeadUserImage
5130
4482
  */
5131
4483
  readonly format?: ImageFormat;
5132
- /**
5133
- * The maximum image width to return.
5134
- * @type {number}
5135
- * @memberof ImageApiHeadUserImage
5136
- */
5137
- readonly maxWidth?: number;
5138
- /**
5139
- * The maximum image height to return.
5140
- * @type {number}
5141
- * @memberof ImageApiHeadUserImage
5142
- */
5143
- readonly maxHeight?: number;
5144
- /**
5145
- * Optional. Percent to render for the percent played overlay.
5146
- * @type {number}
5147
- * @memberof ImageApiHeadUserImage
5148
- */
5149
- readonly percentPlayed?: number;
5150
- /**
5151
- * Optional. Unplayed count overlay to render.
5152
- * @type {number}
5153
- * @memberof ImageApiHeadUserImage
5154
- */
5155
- readonly unplayedCount?: number;
5156
- /**
5157
- * The fixed image width to return.
5158
- * @type {number}
5159
- * @memberof ImageApiHeadUserImage
5160
- */
5161
- readonly width?: number;
5162
- /**
5163
- * The fixed image height to return.
5164
- * @type {number}
5165
- * @memberof ImageApiHeadUserImage
5166
- */
5167
- readonly height?: number;
5168
- /**
5169
- * Optional. Quality setting, from 0-100. Defaults to 90 and should suffice in most cases.
5170
- * @type {number}
5171
- * @memberof ImageApiHeadUserImage
5172
- */
5173
- readonly quality?: number;
5174
- /**
5175
- * Width of box to fill.
5176
- * @type {number}
5177
- * @memberof ImageApiHeadUserImage
5178
- */
5179
- readonly fillWidth?: number;
5180
- /**
5181
- * Height of box to fill.
5182
- * @type {number}
5183
- * @memberof ImageApiHeadUserImage
5184
- */
5185
- readonly fillHeight?: number;
5186
- /**
5187
- * Optional. Blur image.
5188
- * @type {number}
5189
- * @memberof ImageApiHeadUserImage
5190
- */
5191
- readonly blur?: number;
5192
- /**
5193
- * Optional. Apply a background color for transparent images.
5194
- * @type {string}
5195
- * @memberof ImageApiHeadUserImage
5196
- */
5197
- readonly backgroundColor?: string;
5198
- /**
5199
- * Optional. Apply a foreground layer on top of the image.
5200
- * @type {string}
5201
- * @memberof ImageApiHeadUserImage
5202
- */
5203
- readonly foregroundLayer?: string;
5204
- /**
5205
- * Image index.
5206
- * @type {number}
5207
- * @memberof ImageApiHeadUserImage
5208
- */
5209
- readonly imageIndex?: number;
5210
4484
  }
5211
4485
  /**
5212
4486
  * Request parameters for postUserImage operation in ImageApi.
@@ -5222,10 +4496,10 @@ export interface ImageApiPostUserImageRequest {
5222
4496
  readonly userId?: string;
5223
4497
  /**
5224
4498
  *
5225
- * @type {any}
4499
+ * @type {File}
5226
4500
  * @memberof ImageApiPostUserImage
5227
4501
  */
5228
- readonly body?: any;
4502
+ readonly body?: File;
5229
4503
  }
5230
4504
  /**
5231
4505
  * Request parameters for setItemImage operation in ImageApi.
@@ -5247,10 +4521,10 @@ export interface ImageApiSetItemImageRequest {
5247
4521
  readonly imageType: ImageType;
5248
4522
  /**
5249
4523
  *
5250
- * @type {any}
4524
+ * @type {File}
5251
4525
  * @memberof ImageApiSetItemImage
5252
4526
  */
5253
- readonly body?: any;
4527
+ readonly body?: File;
5254
4528
  }
5255
4529
  /**
5256
4530
  * Request parameters for setItemImageByIndex operation in ImageApi.
@@ -5278,10 +4552,10 @@ export interface ImageApiSetItemImageByIndexRequest {
5278
4552
  readonly imageIndex: number;
5279
4553
  /**
5280
4554
  *
5281
- * @type {any}
4555
+ * @type {File}
5282
4556
  * @memberof ImageApiSetItemImageByIndex
5283
4557
  */
5284
- readonly body?: any;
4558
+ readonly body?: File;
5285
4559
  }
5286
4560
  /**
5287
4561
  * Request parameters for updateItemImageIndex operation in ImageApi.
@@ -5322,10 +4596,10 @@ export interface ImageApiUpdateItemImageIndexRequest {
5322
4596
  export interface ImageApiUploadCustomSplashscreenRequest {
5323
4597
  /**
5324
4598
  *
5325
- * @type {any}
4599
+ * @type {File}
5326
4600
  * @memberof ImageApiUploadCustomSplashscreen
5327
4601
  */
5328
- readonly body?: any;
4602
+ readonly body?: File;
5329
4603
  }
5330
4604
  /**
5331
4605
  * ImageApi - object-oriented interface
@@ -5341,7 +4615,7 @@ export declare class ImageApi extends BaseAPI {
5341
4615
  * @throws {RequiredError}
5342
4616
  * @memberof ImageApi
5343
4617
  */
5344
- deleteCustomSplashscreen(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
4618
+ deleteCustomSplashscreen(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
5345
4619
  /**
5346
4620
  *
5347
4621
  * @summary Delete an item\'s image.
@@ -5350,7 +4624,7 @@ export declare class ImageApi extends BaseAPI {
5350
4624
  * @throws {RequiredError}
5351
4625
  * @memberof ImageApi
5352
4626
  */
5353
- deleteItemImage(requestParameters: ImageApiDeleteItemImageRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
4627
+ deleteItemImage(requestParameters: ImageApiDeleteItemImageRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
5354
4628
  /**
5355
4629
  *
5356
4630
  * @summary Delete an item\'s image.
@@ -5359,7 +4633,7 @@ export declare class ImageApi extends BaseAPI {
5359
4633
  * @throws {RequiredError}
5360
4634
  * @memberof ImageApi
5361
4635
  */
5362
- deleteItemImageByIndex(requestParameters: ImageApiDeleteItemImageByIndexRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
4636
+ deleteItemImageByIndex(requestParameters: ImageApiDeleteItemImageByIndexRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
5363
4637
  /**
5364
4638
  *
5365
4639
  * @summary Delete the user\'s image.
@@ -5368,7 +4642,7 @@ export declare class ImageApi extends BaseAPI {
5368
4642
  * @throws {RequiredError}
5369
4643
  * @memberof ImageApi
5370
4644
  */
5371
- deleteUserImage(requestParameters?: ImageApiDeleteUserImageRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
4645
+ deleteUserImage(requestParameters?: ImageApiDeleteUserImageRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
5372
4646
  /**
5373
4647
  *
5374
4648
  * @summary Get artist image by name.
@@ -5377,7 +4651,7 @@ export declare class ImageApi extends BaseAPI {
5377
4651
  * @throws {RequiredError}
5378
4652
  * @memberof ImageApi
5379
4653
  */
5380
- getArtistImage(requestParameters: ImageApiGetArtistImageRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
4654
+ getArtistImage(requestParameters: ImageApiGetArtistImageRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
5381
4655
  /**
5382
4656
  *
5383
4657
  * @summary Get genre image by name.
@@ -5386,7 +4660,7 @@ export declare class ImageApi extends BaseAPI {
5386
4660
  * @throws {RequiredError}
5387
4661
  * @memberof ImageApi
5388
4662
  */
5389
- getGenreImage(requestParameters: ImageApiGetGenreImageRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
4663
+ getGenreImage(requestParameters: ImageApiGetGenreImageRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
5390
4664
  /**
5391
4665
  *
5392
4666
  * @summary Get genre image by name.
@@ -5395,7 +4669,7 @@ export declare class ImageApi extends BaseAPI {
5395
4669
  * @throws {RequiredError}
5396
4670
  * @memberof ImageApi
5397
4671
  */
5398
- getGenreImageByIndex(requestParameters: ImageApiGetGenreImageByIndexRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
4672
+ getGenreImageByIndex(requestParameters: ImageApiGetGenreImageByIndexRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
5399
4673
  /**
5400
4674
  *
5401
4675
  * @summary Gets the item\'s image.
@@ -5404,7 +4678,7 @@ export declare class ImageApi extends BaseAPI {
5404
4678
  * @throws {RequiredError}
5405
4679
  * @memberof ImageApi
5406
4680
  */
5407
- getItemImage(requestParameters: ImageApiGetItemImageRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
4681
+ getItemImage(requestParameters: ImageApiGetItemImageRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
5408
4682
  /**
5409
4683
  *
5410
4684
  * @summary Gets the item\'s image.
@@ -5413,7 +4687,7 @@ export declare class ImageApi extends BaseAPI {
5413
4687
  * @throws {RequiredError}
5414
4688
  * @memberof ImageApi
5415
4689
  */
5416
- getItemImage2(requestParameters: ImageApiGetItemImage2Request, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
4690
+ getItemImage2(requestParameters: ImageApiGetItemImage2Request, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
5417
4691
  /**
5418
4692
  *
5419
4693
  * @summary Gets the item\'s image.
@@ -5422,7 +4696,7 @@ export declare class ImageApi extends BaseAPI {
5422
4696
  * @throws {RequiredError}
5423
4697
  * @memberof ImageApi
5424
4698
  */
5425
- getItemImageByIndex(requestParameters: ImageApiGetItemImageByIndexRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
4699
+ getItemImageByIndex(requestParameters: ImageApiGetItemImageByIndexRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
5426
4700
  /**
5427
4701
  *
5428
4702
  * @summary Get item image infos.
@@ -5431,7 +4705,7 @@ export declare class ImageApi extends BaseAPI {
5431
4705
  * @throws {RequiredError}
5432
4706
  * @memberof ImageApi
5433
4707
  */
5434
- getItemImageInfos(requestParameters: ImageApiGetItemImageInfosRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ImageInfo[], any>>;
4708
+ getItemImageInfos(requestParameters: ImageApiGetItemImageInfosRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ImageInfo[], any, {}>>;
5435
4709
  /**
5436
4710
  *
5437
4711
  * @summary Get music genre image by name.
@@ -5440,7 +4714,7 @@ export declare class ImageApi extends BaseAPI {
5440
4714
  * @throws {RequiredError}
5441
4715
  * @memberof ImageApi
5442
4716
  */
5443
- getMusicGenreImage(requestParameters: ImageApiGetMusicGenreImageRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
4717
+ getMusicGenreImage(requestParameters: ImageApiGetMusicGenreImageRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
5444
4718
  /**
5445
4719
  *
5446
4720
  * @summary Get music genre image by name.
@@ -5449,7 +4723,7 @@ export declare class ImageApi extends BaseAPI {
5449
4723
  * @throws {RequiredError}
5450
4724
  * @memberof ImageApi
5451
4725
  */
5452
- getMusicGenreImageByIndex(requestParameters: ImageApiGetMusicGenreImageByIndexRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
4726
+ getMusicGenreImageByIndex(requestParameters: ImageApiGetMusicGenreImageByIndexRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
5453
4727
  /**
5454
4728
  *
5455
4729
  * @summary Get person image by name.
@@ -5458,7 +4732,7 @@ export declare class ImageApi extends BaseAPI {
5458
4732
  * @throws {RequiredError}
5459
4733
  * @memberof ImageApi
5460
4734
  */
5461
- getPersonImage(requestParameters: ImageApiGetPersonImageRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
4735
+ getPersonImage(requestParameters: ImageApiGetPersonImageRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
5462
4736
  /**
5463
4737
  *
5464
4738
  * @summary Get person image by name.
@@ -5467,7 +4741,7 @@ export declare class ImageApi extends BaseAPI {
5467
4741
  * @throws {RequiredError}
5468
4742
  * @memberof ImageApi
5469
4743
  */
5470
- getPersonImageByIndex(requestParameters: ImageApiGetPersonImageByIndexRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
4744
+ getPersonImageByIndex(requestParameters: ImageApiGetPersonImageByIndexRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
5471
4745
  /**
5472
4746
  *
5473
4747
  * @summary Generates or gets the splashscreen.
@@ -5476,7 +4750,7 @@ export declare class ImageApi extends BaseAPI {
5476
4750
  * @throws {RequiredError}
5477
4751
  * @memberof ImageApi
5478
4752
  */
5479
- getSplashscreen(requestParameters?: ImageApiGetSplashscreenRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
4753
+ getSplashscreen(requestParameters?: ImageApiGetSplashscreenRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
5480
4754
  /**
5481
4755
  *
5482
4756
  * @summary Get studio image by name.
@@ -5485,7 +4759,7 @@ export declare class ImageApi extends BaseAPI {
5485
4759
  * @throws {RequiredError}
5486
4760
  * @memberof ImageApi
5487
4761
  */
5488
- getStudioImage(requestParameters: ImageApiGetStudioImageRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
4762
+ getStudioImage(requestParameters: ImageApiGetStudioImageRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
5489
4763
  /**
5490
4764
  *
5491
4765
  * @summary Get studio image by name.
@@ -5494,7 +4768,7 @@ export declare class ImageApi extends BaseAPI {
5494
4768
  * @throws {RequiredError}
5495
4769
  * @memberof ImageApi
5496
4770
  */
5497
- getStudioImageByIndex(requestParameters: ImageApiGetStudioImageByIndexRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
4771
+ getStudioImageByIndex(requestParameters: ImageApiGetStudioImageByIndexRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
5498
4772
  /**
5499
4773
  *
5500
4774
  * @summary Get user profile image.
@@ -5503,7 +4777,7 @@ export declare class ImageApi extends BaseAPI {
5503
4777
  * @throws {RequiredError}
5504
4778
  * @memberof ImageApi
5505
4779
  */
5506
- getUserImage(requestParameters?: ImageApiGetUserImageRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
4780
+ getUserImage(requestParameters?: ImageApiGetUserImageRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
5507
4781
  /**
5508
4782
  *
5509
4783
  * @summary Get artist image by name.
@@ -5512,7 +4786,7 @@ export declare class ImageApi extends BaseAPI {
5512
4786
  * @throws {RequiredError}
5513
4787
  * @memberof ImageApi
5514
4788
  */
5515
- headArtistImage(requestParameters: ImageApiHeadArtistImageRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
4789
+ headArtistImage(requestParameters: ImageApiHeadArtistImageRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
5516
4790
  /**
5517
4791
  *
5518
4792
  * @summary Get genre image by name.
@@ -5521,7 +4795,7 @@ export declare class ImageApi extends BaseAPI {
5521
4795
  * @throws {RequiredError}
5522
4796
  * @memberof ImageApi
5523
4797
  */
5524
- headGenreImage(requestParameters: ImageApiHeadGenreImageRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
4798
+ headGenreImage(requestParameters: ImageApiHeadGenreImageRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
5525
4799
  /**
5526
4800
  *
5527
4801
  * @summary Get genre image by name.
@@ -5530,7 +4804,7 @@ export declare class ImageApi extends BaseAPI {
5530
4804
  * @throws {RequiredError}
5531
4805
  * @memberof ImageApi
5532
4806
  */
5533
- headGenreImageByIndex(requestParameters: ImageApiHeadGenreImageByIndexRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
4807
+ headGenreImageByIndex(requestParameters: ImageApiHeadGenreImageByIndexRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
5534
4808
  /**
5535
4809
  *
5536
4810
  * @summary Gets the item\'s image.
@@ -5539,7 +4813,7 @@ export declare class ImageApi extends BaseAPI {
5539
4813
  * @throws {RequiredError}
5540
4814
  * @memberof ImageApi
5541
4815
  */
5542
- headItemImage(requestParameters: ImageApiHeadItemImageRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
4816
+ headItemImage(requestParameters: ImageApiHeadItemImageRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
5543
4817
  /**
5544
4818
  *
5545
4819
  * @summary Gets the item\'s image.
@@ -5548,7 +4822,7 @@ export declare class ImageApi extends BaseAPI {
5548
4822
  * @throws {RequiredError}
5549
4823
  * @memberof ImageApi
5550
4824
  */
5551
- headItemImage2(requestParameters: ImageApiHeadItemImage2Request, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
4825
+ headItemImage2(requestParameters: ImageApiHeadItemImage2Request, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
5552
4826
  /**
5553
4827
  *
5554
4828
  * @summary Gets the item\'s image.
@@ -5557,7 +4831,7 @@ export declare class ImageApi extends BaseAPI {
5557
4831
  * @throws {RequiredError}
5558
4832
  * @memberof ImageApi
5559
4833
  */
5560
- headItemImageByIndex(requestParameters: ImageApiHeadItemImageByIndexRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
4834
+ headItemImageByIndex(requestParameters: ImageApiHeadItemImageByIndexRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
5561
4835
  /**
5562
4836
  *
5563
4837
  * @summary Get music genre image by name.
@@ -5566,7 +4840,7 @@ export declare class ImageApi extends BaseAPI {
5566
4840
  * @throws {RequiredError}
5567
4841
  * @memberof ImageApi
5568
4842
  */
5569
- headMusicGenreImage(requestParameters: ImageApiHeadMusicGenreImageRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
4843
+ headMusicGenreImage(requestParameters: ImageApiHeadMusicGenreImageRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
5570
4844
  /**
5571
4845
  *
5572
4846
  * @summary Get music genre image by name.
@@ -5575,7 +4849,7 @@ export declare class ImageApi extends BaseAPI {
5575
4849
  * @throws {RequiredError}
5576
4850
  * @memberof ImageApi
5577
4851
  */
5578
- headMusicGenreImageByIndex(requestParameters: ImageApiHeadMusicGenreImageByIndexRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
4852
+ headMusicGenreImageByIndex(requestParameters: ImageApiHeadMusicGenreImageByIndexRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
5579
4853
  /**
5580
4854
  *
5581
4855
  * @summary Get person image by name.
@@ -5584,7 +4858,7 @@ export declare class ImageApi extends BaseAPI {
5584
4858
  * @throws {RequiredError}
5585
4859
  * @memberof ImageApi
5586
4860
  */
5587
- headPersonImage(requestParameters: ImageApiHeadPersonImageRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
4861
+ headPersonImage(requestParameters: ImageApiHeadPersonImageRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
5588
4862
  /**
5589
4863
  *
5590
4864
  * @summary Get person image by name.
@@ -5593,7 +4867,7 @@ export declare class ImageApi extends BaseAPI {
5593
4867
  * @throws {RequiredError}
5594
4868
  * @memberof ImageApi
5595
4869
  */
5596
- headPersonImageByIndex(requestParameters: ImageApiHeadPersonImageByIndexRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
4870
+ headPersonImageByIndex(requestParameters: ImageApiHeadPersonImageByIndexRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
5597
4871
  /**
5598
4872
  *
5599
4873
  * @summary Get studio image by name.
@@ -5602,7 +4876,7 @@ export declare class ImageApi extends BaseAPI {
5602
4876
  * @throws {RequiredError}
5603
4877
  * @memberof ImageApi
5604
4878
  */
5605
- headStudioImage(requestParameters: ImageApiHeadStudioImageRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
4879
+ headStudioImage(requestParameters: ImageApiHeadStudioImageRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
5606
4880
  /**
5607
4881
  *
5608
4882
  * @summary Get studio image by name.
@@ -5611,7 +4885,7 @@ export declare class ImageApi extends BaseAPI {
5611
4885
  * @throws {RequiredError}
5612
4886
  * @memberof ImageApi
5613
4887
  */
5614
- headStudioImageByIndex(requestParameters: ImageApiHeadStudioImageByIndexRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
4888
+ headStudioImageByIndex(requestParameters: ImageApiHeadStudioImageByIndexRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
5615
4889
  /**
5616
4890
  *
5617
4891
  * @summary Get user profile image.
@@ -5620,7 +4894,7 @@ export declare class ImageApi extends BaseAPI {
5620
4894
  * @throws {RequiredError}
5621
4895
  * @memberof ImageApi
5622
4896
  */
5623
- headUserImage(requestParameters?: ImageApiHeadUserImageRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
4897
+ headUserImage(requestParameters?: ImageApiHeadUserImageRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
5624
4898
  /**
5625
4899
  *
5626
4900
  * @summary Sets the user image.
@@ -5629,7 +4903,7 @@ export declare class ImageApi extends BaseAPI {
5629
4903
  * @throws {RequiredError}
5630
4904
  * @memberof ImageApi
5631
4905
  */
5632
- postUserImage(requestParameters?: ImageApiPostUserImageRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
4906
+ postUserImage(requestParameters?: ImageApiPostUserImageRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
5633
4907
  /**
5634
4908
  *
5635
4909
  * @summary Set item image.
@@ -5638,7 +4912,7 @@ export declare class ImageApi extends BaseAPI {
5638
4912
  * @throws {RequiredError}
5639
4913
  * @memberof ImageApi
5640
4914
  */
5641
- setItemImage(requestParameters: ImageApiSetItemImageRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
4915
+ setItemImage(requestParameters: ImageApiSetItemImageRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
5642
4916
  /**
5643
4917
  *
5644
4918
  * @summary Set item image.
@@ -5647,7 +4921,7 @@ export declare class ImageApi extends BaseAPI {
5647
4921
  * @throws {RequiredError}
5648
4922
  * @memberof ImageApi
5649
4923
  */
5650
- setItemImageByIndex(requestParameters: ImageApiSetItemImageByIndexRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
4924
+ setItemImageByIndex(requestParameters: ImageApiSetItemImageByIndexRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
5651
4925
  /**
5652
4926
  *
5653
4927
  * @summary Updates the index for an item image.
@@ -5656,7 +4930,7 @@ export declare class ImageApi extends BaseAPI {
5656
4930
  * @throws {RequiredError}
5657
4931
  * @memberof ImageApi
5658
4932
  */
5659
- updateItemImageIndex(requestParameters: ImageApiUpdateItemImageIndexRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
4933
+ updateItemImageIndex(requestParameters: ImageApiUpdateItemImageIndexRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
5660
4934
  /**
5661
4935
  *
5662
4936
  * @summary Uploads a custom splashscreen. The body is expected to the image contents base64 encoded.
@@ -5665,5 +4939,5 @@ export declare class ImageApi extends BaseAPI {
5665
4939
  * @throws {RequiredError}
5666
4940
  * @memberof ImageApi
5667
4941
  */
5668
- uploadCustomSplashscreen(requestParameters?: ImageApiUploadCustomSplashscreenRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
4942
+ uploadCustomSplashscreen(requestParameters?: ImageApiUploadCustomSplashscreenRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
5669
4943
  }