@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
@@ -1,6 +1,6 @@
1
1
  import globalAxios from 'axios';
2
2
  import { assertParamExists, DUMMY_BASE_URL, setApiKeyToObject, setSearchParams, toPathString, serializeDataIfNeeded, createRequestFunction } from '../common.js';
3
- import { BaseAPI, BASE_PATH } from '../base.js';
3
+ import { operationServerMap, BaseAPI, BASE_PATH } from '../base.js';
4
4
 
5
5
  /* tslint:disable */
6
6
  /* eslint-disable */
@@ -139,8 +139,11 @@ const ItemUpdateApiFp = function (configuration) {
139
139
  * @throws {RequiredError}
140
140
  */
141
141
  async getMetadataEditorInfo(itemId, options) {
142
+ var _a, _b, _c;
142
143
  const localVarAxiosArgs = await localVarAxiosParamCreator.getMetadataEditorInfo(itemId, options);
143
- return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
144
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
145
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['ItemUpdateApi.getMetadataEditorInfo']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
146
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
144
147
  },
145
148
  /**
146
149
  *
@@ -151,8 +154,11 @@ const ItemUpdateApiFp = function (configuration) {
151
154
  * @throws {RequiredError}
152
155
  */
153
156
  async updateItem(itemId, baseItemDto, options) {
157
+ var _a, _b, _c;
154
158
  const localVarAxiosArgs = await localVarAxiosParamCreator.updateItem(itemId, baseItemDto, options);
155
- return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
159
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
160
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['ItemUpdateApi.updateItem']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
161
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
156
162
  },
157
163
  /**
158
164
  *
@@ -163,8 +169,11 @@ const ItemUpdateApiFp = function (configuration) {
163
169
  * @throws {RequiredError}
164
170
  */
165
171
  async updateItemContentType(itemId, contentType, options) {
172
+ var _a, _b, _c;
166
173
  const localVarAxiosArgs = await localVarAxiosParamCreator.updateItemContentType(itemId, contentType, options);
167
- return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
174
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
175
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['ItemUpdateApi.updateItemContentType']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
176
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
168
177
  },
169
178
  };
170
179
  };
@@ -178,34 +187,32 @@ const ItemUpdateApiFactory = function (configuration, basePath, axios) {
178
187
  /**
179
188
  *
180
189
  * @summary Gets metadata editor info for an item.
181
- * @param {string} itemId The item id.
190
+ * @param {ItemUpdateApiGetMetadataEditorInfoRequest} requestParameters Request parameters.
182
191
  * @param {*} [options] Override http request option.
183
192
  * @throws {RequiredError}
184
193
  */
185
- getMetadataEditorInfo(itemId, options) {
186
- return localVarFp.getMetadataEditorInfo(itemId, options).then((request) => request(axios, basePath));
194
+ getMetadataEditorInfo(requestParameters, options) {
195
+ return localVarFp.getMetadataEditorInfo(requestParameters.itemId, options).then((request) => request(axios, basePath));
187
196
  },
188
197
  /**
189
198
  *
190
199
  * @summary Updates an item.
191
- * @param {string} itemId The item id.
192
- * @param {BaseItemDto} baseItemDto The new item properties.
200
+ * @param {ItemUpdateApiUpdateItemRequest} requestParameters Request parameters.
193
201
  * @param {*} [options] Override http request option.
194
202
  * @throws {RequiredError}
195
203
  */
196
- updateItem(itemId, baseItemDto, options) {
197
- return localVarFp.updateItem(itemId, baseItemDto, options).then((request) => request(axios, basePath));
204
+ updateItem(requestParameters, options) {
205
+ return localVarFp.updateItem(requestParameters.itemId, requestParameters.baseItemDto, options).then((request) => request(axios, basePath));
198
206
  },
199
207
  /**
200
208
  *
201
209
  * @summary Updates an item\'s content type.
202
- * @param {string} itemId The item id.
203
- * @param {string} [contentType] The content type of the item.
210
+ * @param {ItemUpdateApiUpdateItemContentTypeRequest} requestParameters Request parameters.
204
211
  * @param {*} [options] Override http request option.
205
212
  * @throws {RequiredError}
206
213
  */
207
- updateItemContentType(itemId, contentType, options) {
208
- return localVarFp.updateItemContentType(itemId, contentType, options).then((request) => request(axios, basePath));
214
+ updateItemContentType(requestParameters, options) {
215
+ return localVarFp.updateItemContentType(requestParameters.itemId, requestParameters.contentType, options).then((request) => request(axios, basePath));
209
216
  },
210
217
  };
211
218
  };
@@ -8,22 +8,22 @@
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 { BaseItemDtoQueryResult } from '../models';
15
- import { BaseItemKind } from '../models';
16
- import { ImageType } from '../models';
17
- import { ItemFields } from '../models';
18
- import { ItemFilter } from '../models';
19
- import { ItemSortBy } from '../models';
20
- import { LocationType } from '../models';
21
- import { MediaType } from '../models';
22
- import { SeriesStatus } from '../models';
23
- import { SortOrder } from '../models';
24
- import { UpdateUserItemDataDto } from '../models';
25
- import { UserItemDataDto } from '../models';
26
- import { VideoType } 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 { BaseItemDtoQueryResult } from '../models';
15
+ import type { BaseItemKind } from '../models';
16
+ import type { ImageType } from '../models';
17
+ import type { ItemFields } from '../models';
18
+ import type { ItemFilter } from '../models';
19
+ import type { ItemSortBy } from '../models';
20
+ import type { LocationType } from '../models';
21
+ import type { MediaType } from '../models';
22
+ import type { SeriesStatus } from '../models';
23
+ import type { SortOrder } from '../models';
24
+ import type { UpdateUserItemDataDto } from '../models';
25
+ import type { UserItemDataDto } from '../models';
26
+ import type { VideoType } from '../models';
27
27
  /**
28
28
  * ItemsApi - axios parameter creator
29
29
  * @export
@@ -37,7 +37,7 @@ export declare const ItemsApiAxiosParamCreator: (configuration?: Configuration)
37
37
  * @param {*} [options] Override http request option.
38
38
  * @throws {RequiredError}
39
39
  */
40
- getItemUserData: (itemId: string, userId?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
40
+ getItemUserData: (itemId: string, userId?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
41
41
  /**
42
42
  *
43
43
  * @summary Gets items based on a query.
@@ -49,6 +49,7 @@ export declare const ItemsApiAxiosParamCreator: (configuration?: Configuration)
49
49
  * @param {boolean} [hasSpecialFeature] Optional filter by items with special features.
50
50
  * @param {boolean} [hasTrailer] Optional filter by items with trailers.
51
51
  * @param {string} [adjacentTo] Optional. Return items that are siblings of a supplied item.
52
+ * @param {number} [indexNumber] Optional filter by index number.
52
53
  * @param {number} [parentIndexNumber] Optional filter by parent index number.
53
54
  * @param {boolean} [hasParentalRating] Optional filter by items that have or do not have a parental rating.
54
55
  * @param {boolean} [isHd] Optional filter by items that are HD or not.
@@ -129,7 +130,7 @@ export declare const ItemsApiAxiosParamCreator: (configuration?: Configuration)
129
130
  * @param {*} [options] Override http request option.
130
131
  * @throws {RequiredError}
131
132
  */
132
- getItems: (userId?: string, maxOfficialRating?: string, hasThemeSong?: boolean, hasThemeVideo?: boolean, hasSubtitles?: boolean, hasSpecialFeature?: boolean, hasTrailer?: boolean, adjacentTo?: string, parentIndexNumber?: number, hasParentalRating?: boolean, isHd?: boolean, is4K?: boolean, locationTypes?: Array<LocationType>, excludeLocationTypes?: Array<LocationType>, isMissing?: boolean, isUnaired?: boolean, minCommunityRating?: number, minCriticRating?: number, minPremiereDate?: string, minDateLastSaved?: string, minDateLastSavedForUser?: string, maxPremiereDate?: string, hasOverview?: boolean, hasImdbId?: boolean, hasTmdbId?: boolean, hasTvdbId?: boolean, isMovie?: boolean, isSeries?: boolean, isNews?: boolean, isKids?: boolean, isSports?: boolean, excludeItemIds?: Array<string>, startIndex?: number, limit?: number, recursive?: boolean, searchTerm?: string, sortOrder?: Array<SortOrder>, parentId?: string, fields?: Array<ItemFields>, excludeItemTypes?: Array<BaseItemKind>, includeItemTypes?: Array<BaseItemKind>, filters?: Array<ItemFilter>, isFavorite?: boolean, mediaTypes?: Array<MediaType>, imageTypes?: Array<ImageType>, sortBy?: Array<ItemSortBy>, isPlayed?: boolean, genres?: Array<string>, officialRatings?: Array<string>, tags?: Array<string>, years?: Array<number>, enableUserData?: boolean, imageTypeLimit?: number, enableImageTypes?: Array<ImageType>, person?: string, personIds?: Array<string>, personTypes?: Array<string>, studios?: Array<string>, artists?: Array<string>, excludeArtistIds?: Array<string>, artistIds?: Array<string>, albumArtistIds?: Array<string>, contributingArtistIds?: Array<string>, albums?: Array<string>, albumIds?: Array<string>, ids?: Array<string>, videoTypes?: Array<VideoType>, minOfficialRating?: string, isLocked?: boolean, isPlaceHolder?: boolean, hasOfficialRating?: boolean, collapseBoxSetItems?: boolean, minWidth?: number, minHeight?: number, maxWidth?: number, maxHeight?: number, is3D?: boolean, seriesStatus?: Array<SeriesStatus>, nameStartsWithOrGreater?: string, nameStartsWith?: string, nameLessThan?: string, studioIds?: Array<string>, genreIds?: Array<string>, enableTotalRecordCount?: boolean, enableImages?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
133
+ getItems: (userId?: string, maxOfficialRating?: string, hasThemeSong?: boolean, hasThemeVideo?: boolean, hasSubtitles?: boolean, hasSpecialFeature?: boolean, hasTrailer?: boolean, adjacentTo?: string, indexNumber?: number, parentIndexNumber?: number, hasParentalRating?: boolean, isHd?: boolean, is4K?: boolean, locationTypes?: Array<LocationType>, excludeLocationTypes?: Array<LocationType>, isMissing?: boolean, isUnaired?: boolean, minCommunityRating?: number, minCriticRating?: number, minPremiereDate?: string, minDateLastSaved?: string, minDateLastSavedForUser?: string, maxPremiereDate?: string, hasOverview?: boolean, hasImdbId?: boolean, hasTmdbId?: boolean, hasTvdbId?: boolean, isMovie?: boolean, isSeries?: boolean, isNews?: boolean, isKids?: boolean, isSports?: boolean, excludeItemIds?: Array<string>, startIndex?: number, limit?: number, recursive?: boolean, searchTerm?: string, sortOrder?: Array<SortOrder>, parentId?: string, fields?: Array<ItemFields>, excludeItemTypes?: Array<BaseItemKind>, includeItemTypes?: Array<BaseItemKind>, filters?: Array<ItemFilter>, isFavorite?: boolean, mediaTypes?: Array<MediaType>, imageTypes?: Array<ImageType>, sortBy?: Array<ItemSortBy>, isPlayed?: boolean, genres?: Array<string>, officialRatings?: Array<string>, tags?: Array<string>, years?: Array<number>, enableUserData?: boolean, imageTypeLimit?: number, enableImageTypes?: Array<ImageType>, person?: string, personIds?: Array<string>, personTypes?: Array<string>, studios?: Array<string>, artists?: Array<string>, excludeArtistIds?: Array<string>, artistIds?: Array<string>, albumArtistIds?: Array<string>, contributingArtistIds?: Array<string>, albums?: Array<string>, albumIds?: Array<string>, ids?: Array<string>, videoTypes?: Array<VideoType>, minOfficialRating?: string, isLocked?: boolean, isPlaceHolder?: boolean, hasOfficialRating?: boolean, collapseBoxSetItems?: boolean, minWidth?: number, minHeight?: number, maxWidth?: number, maxHeight?: number, is3D?: boolean, seriesStatus?: Array<SeriesStatus>, nameStartsWithOrGreater?: string, nameStartsWith?: string, nameLessThan?: string, studioIds?: Array<string>, genreIds?: Array<string>, enableTotalRecordCount?: boolean, enableImages?: boolean, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
133
134
  /**
134
135
  *
135
136
  * @summary Gets items based on a query.
@@ -151,7 +152,7 @@ export declare const ItemsApiAxiosParamCreator: (configuration?: Configuration)
151
152
  * @param {*} [options] Override http request option.
152
153
  * @throws {RequiredError}
153
154
  */
154
- getResumeItems: (userId?: string, startIndex?: number, limit?: number, searchTerm?: string, parentId?: string, fields?: Array<ItemFields>, mediaTypes?: Array<MediaType>, enableUserData?: boolean, imageTypeLimit?: number, enableImageTypes?: Array<ImageType>, excludeItemTypes?: Array<BaseItemKind>, includeItemTypes?: Array<BaseItemKind>, enableTotalRecordCount?: boolean, enableImages?: boolean, excludeActiveSessions?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
155
+ getResumeItems: (userId?: string, startIndex?: number, limit?: number, searchTerm?: string, parentId?: string, fields?: Array<ItemFields>, mediaTypes?: Array<MediaType>, enableUserData?: boolean, imageTypeLimit?: number, enableImageTypes?: Array<ImageType>, excludeItemTypes?: Array<BaseItemKind>, includeItemTypes?: Array<BaseItemKind>, enableTotalRecordCount?: boolean, enableImages?: boolean, excludeActiveSessions?: boolean, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
155
156
  /**
156
157
  *
157
158
  * @summary Update Item User Data.
@@ -161,7 +162,7 @@ export declare const ItemsApiAxiosParamCreator: (configuration?: Configuration)
161
162
  * @param {*} [options] Override http request option.
162
163
  * @throws {RequiredError}
163
164
  */
164
- updateItemUserData: (itemId: string, updateUserItemDataDto: UpdateUserItemDataDto, userId?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
165
+ updateItemUserData: (itemId: string, updateUserItemDataDto: UpdateUserItemDataDto, userId?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
165
166
  };
166
167
  /**
167
168
  * ItemsApi - functional programming interface
@@ -176,7 +177,7 @@ export declare const ItemsApiFp: (configuration?: Configuration) => {
176
177
  * @param {*} [options] Override http request option.
177
178
  * @throws {RequiredError}
178
179
  */
179
- getItemUserData(itemId: string, userId?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UserItemDataDto>>;
180
+ getItemUserData(itemId: string, userId?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UserItemDataDto>>;
180
181
  /**
181
182
  *
182
183
  * @summary Gets items based on a query.
@@ -188,6 +189,7 @@ export declare const ItemsApiFp: (configuration?: Configuration) => {
188
189
  * @param {boolean} [hasSpecialFeature] Optional filter by items with special features.
189
190
  * @param {boolean} [hasTrailer] Optional filter by items with trailers.
190
191
  * @param {string} [adjacentTo] Optional. Return items that are siblings of a supplied item.
192
+ * @param {number} [indexNumber] Optional filter by index number.
191
193
  * @param {number} [parentIndexNumber] Optional filter by parent index number.
192
194
  * @param {boolean} [hasParentalRating] Optional filter by items that have or do not have a parental rating.
193
195
  * @param {boolean} [isHd] Optional filter by items that are HD or not.
@@ -268,7 +270,7 @@ export declare const ItemsApiFp: (configuration?: Configuration) => {
268
270
  * @param {*} [options] Override http request option.
269
271
  * @throws {RequiredError}
270
272
  */
271
- getItems(userId?: string, maxOfficialRating?: string, hasThemeSong?: boolean, hasThemeVideo?: boolean, hasSubtitles?: boolean, hasSpecialFeature?: boolean, hasTrailer?: boolean, adjacentTo?: string, parentIndexNumber?: number, hasParentalRating?: boolean, isHd?: boolean, is4K?: boolean, locationTypes?: Array<LocationType>, excludeLocationTypes?: Array<LocationType>, isMissing?: boolean, isUnaired?: boolean, minCommunityRating?: number, minCriticRating?: number, minPremiereDate?: string, minDateLastSaved?: string, minDateLastSavedForUser?: string, maxPremiereDate?: string, hasOverview?: boolean, hasImdbId?: boolean, hasTmdbId?: boolean, hasTvdbId?: boolean, isMovie?: boolean, isSeries?: boolean, isNews?: boolean, isKids?: boolean, isSports?: boolean, excludeItemIds?: Array<string>, startIndex?: number, limit?: number, recursive?: boolean, searchTerm?: string, sortOrder?: Array<SortOrder>, parentId?: string, fields?: Array<ItemFields>, excludeItemTypes?: Array<BaseItemKind>, includeItemTypes?: Array<BaseItemKind>, filters?: Array<ItemFilter>, isFavorite?: boolean, mediaTypes?: Array<MediaType>, imageTypes?: Array<ImageType>, sortBy?: Array<ItemSortBy>, isPlayed?: boolean, genres?: Array<string>, officialRatings?: Array<string>, tags?: Array<string>, years?: Array<number>, enableUserData?: boolean, imageTypeLimit?: number, enableImageTypes?: Array<ImageType>, person?: string, personIds?: Array<string>, personTypes?: Array<string>, studios?: Array<string>, artists?: Array<string>, excludeArtistIds?: Array<string>, artistIds?: Array<string>, albumArtistIds?: Array<string>, contributingArtistIds?: Array<string>, albums?: Array<string>, albumIds?: Array<string>, ids?: Array<string>, videoTypes?: Array<VideoType>, minOfficialRating?: string, isLocked?: boolean, isPlaceHolder?: boolean, hasOfficialRating?: boolean, collapseBoxSetItems?: boolean, minWidth?: number, minHeight?: number, maxWidth?: number, maxHeight?: number, is3D?: boolean, seriesStatus?: Array<SeriesStatus>, nameStartsWithOrGreater?: string, nameStartsWith?: string, nameLessThan?: string, studioIds?: Array<string>, genreIds?: Array<string>, enableTotalRecordCount?: boolean, enableImages?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BaseItemDtoQueryResult>>;
273
+ getItems(userId?: string, maxOfficialRating?: string, hasThemeSong?: boolean, hasThemeVideo?: boolean, hasSubtitles?: boolean, hasSpecialFeature?: boolean, hasTrailer?: boolean, adjacentTo?: string, indexNumber?: number, parentIndexNumber?: number, hasParentalRating?: boolean, isHd?: boolean, is4K?: boolean, locationTypes?: Array<LocationType>, excludeLocationTypes?: Array<LocationType>, isMissing?: boolean, isUnaired?: boolean, minCommunityRating?: number, minCriticRating?: number, minPremiereDate?: string, minDateLastSaved?: string, minDateLastSavedForUser?: string, maxPremiereDate?: string, hasOverview?: boolean, hasImdbId?: boolean, hasTmdbId?: boolean, hasTvdbId?: boolean, isMovie?: boolean, isSeries?: boolean, isNews?: boolean, isKids?: boolean, isSports?: boolean, excludeItemIds?: Array<string>, startIndex?: number, limit?: number, recursive?: boolean, searchTerm?: string, sortOrder?: Array<SortOrder>, parentId?: string, fields?: Array<ItemFields>, excludeItemTypes?: Array<BaseItemKind>, includeItemTypes?: Array<BaseItemKind>, filters?: Array<ItemFilter>, isFavorite?: boolean, mediaTypes?: Array<MediaType>, imageTypes?: Array<ImageType>, sortBy?: Array<ItemSortBy>, isPlayed?: boolean, genres?: Array<string>, officialRatings?: Array<string>, tags?: Array<string>, years?: Array<number>, enableUserData?: boolean, imageTypeLimit?: number, enableImageTypes?: Array<ImageType>, person?: string, personIds?: Array<string>, personTypes?: Array<string>, studios?: Array<string>, artists?: Array<string>, excludeArtistIds?: Array<string>, artistIds?: Array<string>, albumArtistIds?: Array<string>, contributingArtistIds?: Array<string>, albums?: Array<string>, albumIds?: Array<string>, ids?: Array<string>, videoTypes?: Array<VideoType>, minOfficialRating?: string, isLocked?: boolean, isPlaceHolder?: boolean, hasOfficialRating?: boolean, collapseBoxSetItems?: boolean, minWidth?: number, minHeight?: number, maxWidth?: number, maxHeight?: number, is3D?: boolean, seriesStatus?: Array<SeriesStatus>, nameStartsWithOrGreater?: string, nameStartsWith?: string, nameLessThan?: string, studioIds?: Array<string>, genreIds?: Array<string>, enableTotalRecordCount?: boolean, enableImages?: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BaseItemDtoQueryResult>>;
272
274
  /**
273
275
  *
274
276
  * @summary Gets items based on a query.
@@ -290,7 +292,7 @@ export declare const ItemsApiFp: (configuration?: Configuration) => {
290
292
  * @param {*} [options] Override http request option.
291
293
  * @throws {RequiredError}
292
294
  */
293
- getResumeItems(userId?: string, startIndex?: number, limit?: number, searchTerm?: string, parentId?: string, fields?: Array<ItemFields>, mediaTypes?: Array<MediaType>, enableUserData?: boolean, imageTypeLimit?: number, enableImageTypes?: Array<ImageType>, excludeItemTypes?: Array<BaseItemKind>, includeItemTypes?: Array<BaseItemKind>, enableTotalRecordCount?: boolean, enableImages?: boolean, excludeActiveSessions?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BaseItemDtoQueryResult>>;
295
+ getResumeItems(userId?: string, startIndex?: number, limit?: number, searchTerm?: string, parentId?: string, fields?: Array<ItemFields>, mediaTypes?: Array<MediaType>, enableUserData?: boolean, imageTypeLimit?: number, enableImageTypes?: Array<ImageType>, excludeItemTypes?: Array<BaseItemKind>, includeItemTypes?: Array<BaseItemKind>, enableTotalRecordCount?: boolean, enableImages?: boolean, excludeActiveSessions?: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BaseItemDtoQueryResult>>;
294
296
  /**
295
297
  *
296
298
  * @summary Update Item User Data.
@@ -300,7 +302,7 @@ export declare const ItemsApiFp: (configuration?: Configuration) => {
300
302
  * @param {*} [options] Override http request option.
301
303
  * @throws {RequiredError}
302
304
  */
303
- updateItemUserData(itemId: string, updateUserItemDataDto: UpdateUserItemDataDto, userId?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UserItemDataDto>>;
305
+ updateItemUserData(itemId: string, updateUserItemDataDto: UpdateUserItemDataDto, userId?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UserItemDataDto>>;
304
306
  };
305
307
  /**
306
308
  * ItemsApi - factory interface
@@ -310,136 +312,35 @@ export declare const ItemsApiFactory: (configuration?: Configuration, basePath?:
310
312
  /**
311
313
  *
312
314
  * @summary Get Item User Data.
313
- * @param {string} itemId The item id.
314
- * @param {string} [userId] The user id.
315
+ * @param {ItemsApiGetItemUserDataRequest} requestParameters Request parameters.
315
316
  * @param {*} [options] Override http request option.
316
317
  * @throws {RequiredError}
317
318
  */
318
- getItemUserData(itemId: string, userId?: string, options?: any): AxiosPromise<UserItemDataDto>;
319
+ getItemUserData(requestParameters: ItemsApiGetItemUserDataRequest, options?: RawAxiosRequestConfig): AxiosPromise<UserItemDataDto>;
319
320
  /**
320
321
  *
321
322
  * @summary Gets items based on a query.
322
- * @param {string} [userId] The user id supplied as query parameter; this is required when not using an API key.
323
- * @param {string} [maxOfficialRating] Optional filter by maximum official rating (PG, PG-13, TV-MA, etc).
324
- * @param {boolean} [hasThemeSong] Optional filter by items with theme songs.
325
- * @param {boolean} [hasThemeVideo] Optional filter by items with theme videos.
326
- * @param {boolean} [hasSubtitles] Optional filter by items with subtitles.
327
- * @param {boolean} [hasSpecialFeature] Optional filter by items with special features.
328
- * @param {boolean} [hasTrailer] Optional filter by items with trailers.
329
- * @param {string} [adjacentTo] Optional. Return items that are siblings of a supplied item.
330
- * @param {number} [parentIndexNumber] Optional filter by parent index number.
331
- * @param {boolean} [hasParentalRating] Optional filter by items that have or do not have a parental rating.
332
- * @param {boolean} [isHd] Optional filter by items that are HD or not.
333
- * @param {boolean} [is4K] Optional filter by items that are 4K or not.
334
- * @param {Array<LocationType>} [locationTypes] Optional. If specified, results will be filtered based on LocationType. This allows multiple, comma delimited.
335
- * @param {Array<LocationType>} [excludeLocationTypes] Optional. If specified, results will be filtered based on the LocationType. This allows multiple, comma delimited.
336
- * @param {boolean} [isMissing] Optional filter by items that are missing episodes or not.
337
- * @param {boolean} [isUnaired] Optional filter by items that are unaired episodes or not.
338
- * @param {number} [minCommunityRating] Optional filter by minimum community rating.
339
- * @param {number} [minCriticRating] Optional filter by minimum critic rating.
340
- * @param {string} [minPremiereDate] Optional. The minimum premiere date. Format &#x3D; ISO.
341
- * @param {string} [minDateLastSaved] Optional. The minimum last saved date. Format &#x3D; ISO.
342
- * @param {string} [minDateLastSavedForUser] Optional. The minimum last saved date for the current user. Format &#x3D; ISO.
343
- * @param {string} [maxPremiereDate] Optional. The maximum premiere date. Format &#x3D; ISO.
344
- * @param {boolean} [hasOverview] Optional filter by items that have an overview or not.
345
- * @param {boolean} [hasImdbId] Optional filter by items that have an IMDb id or not.
346
- * @param {boolean} [hasTmdbId] Optional filter by items that have a TMDb id or not.
347
- * @param {boolean} [hasTvdbId] Optional filter by items that have a TVDb id or not.
348
- * @param {boolean} [isMovie] Optional filter for live tv movies.
349
- * @param {boolean} [isSeries] Optional filter for live tv series.
350
- * @param {boolean} [isNews] Optional filter for live tv news.
351
- * @param {boolean} [isKids] Optional filter for live tv kids.
352
- * @param {boolean} [isSports] Optional filter for live tv sports.
353
- * @param {Array<string>} [excludeItemIds] Optional. If specified, results will be filtered by excluding item ids. This allows multiple, comma delimited.
354
- * @param {number} [startIndex] Optional. The record index to start at. All items with a lower index will be dropped from the results.
355
- * @param {number} [limit] Optional. The maximum number of records to return.
356
- * @param {boolean} [recursive] When searching within folders, this determines whether or not the search will be recursive. true/false.
357
- * @param {string} [searchTerm] Optional. Filter based on a search term.
358
- * @param {Array<SortOrder>} [sortOrder] Sort Order - Ascending, Descending.
359
- * @param {string} [parentId] Specify this to localize the search to a specific item or folder. Omit to use the root.
360
- * @param {Array<ItemFields>} [fields] Optional. Specify additional fields of information to return in the output. This allows multiple, comma delimited. Options: Budget, Chapters, DateCreated, Genres, HomePageUrl, IndexOptions, MediaStreams, Overview, ParentId, Path, People, ProviderIds, PrimaryImageAspectRatio, Revenue, SortName, Studios, Taglines.
361
- * @param {Array<BaseItemKind>} [excludeItemTypes] Optional. If specified, results will be filtered based on item type. This allows multiple, comma delimited.
362
- * @param {Array<BaseItemKind>} [includeItemTypes] Optional. If specified, results will be filtered based on the item type. This allows multiple, comma delimited.
363
- * @param {Array<ItemFilter>} [filters] Optional. Specify additional filters to apply. This allows multiple, comma delimited. Options: IsFolder, IsNotFolder, IsUnplayed, IsPlayed, IsFavorite, IsResumable, Likes, Dislikes.
364
- * @param {boolean} [isFavorite] Optional filter by items that are marked as favorite, or not.
365
- * @param {Array<MediaType>} [mediaTypes] Optional filter by MediaType. Allows multiple, comma delimited.
366
- * @param {Array<ImageType>} [imageTypes] Optional. If specified, results will be filtered based on those containing image types. This allows multiple, comma delimited.
367
- * @param {Array<ItemSortBy>} [sortBy] Optional. Specify one or more sort orders, comma delimited. Options: Album, AlbumArtist, Artist, Budget, CommunityRating, CriticRating, DateCreated, DatePlayed, PlayCount, PremiereDate, ProductionYear, SortName, Random, Revenue, Runtime.
368
- * @param {boolean} [isPlayed] Optional filter by items that are played, or not.
369
- * @param {Array<string>} [genres] Optional. If specified, results will be filtered based on genre. This allows multiple, pipe delimited.
370
- * @param {Array<string>} [officialRatings] Optional. If specified, results will be filtered based on OfficialRating. This allows multiple, pipe delimited.
371
- * @param {Array<string>} [tags] Optional. If specified, results will be filtered based on tag. This allows multiple, pipe delimited.
372
- * @param {Array<number>} [years] Optional. If specified, results will be filtered based on production year. This allows multiple, comma delimited.
373
- * @param {boolean} [enableUserData] Optional, include user data.
374
- * @param {number} [imageTypeLimit] Optional, the max number of images to return, per image type.
375
- * @param {Array<ImageType>} [enableImageTypes] Optional. The image types to include in the output.
376
- * @param {string} [person] Optional. If specified, results will be filtered to include only those containing the specified person.
377
- * @param {Array<string>} [personIds] Optional. If specified, results will be filtered to include only those containing the specified person id.
378
- * @param {Array<string>} [personTypes] Optional. If specified, along with Person, results will be filtered to include only those containing the specified person and PersonType. Allows multiple, comma-delimited.
379
- * @param {Array<string>} [studios] Optional. If specified, results will be filtered based on studio. This allows multiple, pipe delimited.
380
- * @param {Array<string>} [artists] Optional. If specified, results will be filtered based on artists. This allows multiple, pipe delimited.
381
- * @param {Array<string>} [excludeArtistIds] Optional. If specified, results will be filtered based on artist id. This allows multiple, pipe delimited.
382
- * @param {Array<string>} [artistIds] Optional. If specified, results will be filtered to include only those containing the specified artist id.
383
- * @param {Array<string>} [albumArtistIds] Optional. If specified, results will be filtered to include only those containing the specified album artist id.
384
- * @param {Array<string>} [contributingArtistIds] Optional. If specified, results will be filtered to include only those containing the specified contributing artist id.
385
- * @param {Array<string>} [albums] Optional. If specified, results will be filtered based on album. This allows multiple, pipe delimited.
386
- * @param {Array<string>} [albumIds] Optional. If specified, results will be filtered based on album id. This allows multiple, pipe delimited.
387
- * @param {Array<string>} [ids] Optional. If specific items are needed, specify a list of item id\&#39;s to retrieve. This allows multiple, comma delimited.
388
- * @param {Array<VideoType>} [videoTypes] Optional filter by VideoType (videofile, dvd, bluray, iso). Allows multiple, comma delimited.
389
- * @param {string} [minOfficialRating] Optional filter by minimum official rating (PG, PG-13, TV-MA, etc).
390
- * @param {boolean} [isLocked] Optional filter by items that are locked.
391
- * @param {boolean} [isPlaceHolder] Optional filter by items that are placeholders.
392
- * @param {boolean} [hasOfficialRating] Optional filter by items that have official ratings.
393
- * @param {boolean} [collapseBoxSetItems] Whether or not to hide items behind their boxsets.
394
- * @param {number} [minWidth] Optional. Filter by the minimum width of the item.
395
- * @param {number} [minHeight] Optional. Filter by the minimum height of the item.
396
- * @param {number} [maxWidth] Optional. Filter by the maximum width of the item.
397
- * @param {number} [maxHeight] Optional. Filter by the maximum height of the item.
398
- * @param {boolean} [is3D] Optional filter by items that are 3D, or not.
399
- * @param {Array<SeriesStatus>} [seriesStatus] Optional filter by Series Status. Allows multiple, comma delimited.
400
- * @param {string} [nameStartsWithOrGreater] Optional filter by items whose name is sorted equally or greater than a given input string.
401
- * @param {string} [nameStartsWith] Optional filter by items whose name is sorted equally than a given input string.
402
- * @param {string} [nameLessThan] Optional filter by items whose name is equally or lesser than a given input string.
403
- * @param {Array<string>} [studioIds] Optional. If specified, results will be filtered based on studio id. This allows multiple, pipe delimited.
404
- * @param {Array<string>} [genreIds] Optional. If specified, results will be filtered based on genre id. This allows multiple, pipe delimited.
405
- * @param {boolean} [enableTotalRecordCount] Optional. Enable the total record count.
406
- * @param {boolean} [enableImages] Optional, include image information in output.
323
+ * @param {ItemsApiGetItemsRequest} requestParameters Request parameters.
407
324
  * @param {*} [options] Override http request option.
408
325
  * @throws {RequiredError}
409
326
  */
410
- getItems(userId?: string, maxOfficialRating?: string, hasThemeSong?: boolean, hasThemeVideo?: boolean, hasSubtitles?: boolean, hasSpecialFeature?: boolean, hasTrailer?: boolean, adjacentTo?: string, parentIndexNumber?: number, hasParentalRating?: boolean, isHd?: boolean, is4K?: boolean, locationTypes?: Array<LocationType>, excludeLocationTypes?: Array<LocationType>, isMissing?: boolean, isUnaired?: boolean, minCommunityRating?: number, minCriticRating?: number, minPremiereDate?: string, minDateLastSaved?: string, minDateLastSavedForUser?: string, maxPremiereDate?: string, hasOverview?: boolean, hasImdbId?: boolean, hasTmdbId?: boolean, hasTvdbId?: boolean, isMovie?: boolean, isSeries?: boolean, isNews?: boolean, isKids?: boolean, isSports?: boolean, excludeItemIds?: Array<string>, startIndex?: number, limit?: number, recursive?: boolean, searchTerm?: string, sortOrder?: Array<SortOrder>, parentId?: string, fields?: Array<ItemFields>, excludeItemTypes?: Array<BaseItemKind>, includeItemTypes?: Array<BaseItemKind>, filters?: Array<ItemFilter>, isFavorite?: boolean, mediaTypes?: Array<MediaType>, imageTypes?: Array<ImageType>, sortBy?: Array<ItemSortBy>, isPlayed?: boolean, genres?: Array<string>, officialRatings?: Array<string>, tags?: Array<string>, years?: Array<number>, enableUserData?: boolean, imageTypeLimit?: number, enableImageTypes?: Array<ImageType>, person?: string, personIds?: Array<string>, personTypes?: Array<string>, studios?: Array<string>, artists?: Array<string>, excludeArtistIds?: Array<string>, artistIds?: Array<string>, albumArtistIds?: Array<string>, contributingArtistIds?: Array<string>, albums?: Array<string>, albumIds?: Array<string>, ids?: Array<string>, videoTypes?: Array<VideoType>, minOfficialRating?: string, isLocked?: boolean, isPlaceHolder?: boolean, hasOfficialRating?: boolean, collapseBoxSetItems?: boolean, minWidth?: number, minHeight?: number, maxWidth?: number, maxHeight?: number, is3D?: boolean, seriesStatus?: Array<SeriesStatus>, nameStartsWithOrGreater?: string, nameStartsWith?: string, nameLessThan?: string, studioIds?: Array<string>, genreIds?: Array<string>, enableTotalRecordCount?: boolean, enableImages?: boolean, options?: any): AxiosPromise<BaseItemDtoQueryResult>;
327
+ getItems(requestParameters?: ItemsApiGetItemsRequest, options?: RawAxiosRequestConfig): AxiosPromise<BaseItemDtoQueryResult>;
411
328
  /**
412
329
  *
413
330
  * @summary Gets items based on a query.
414
- * @param {string} [userId] The user id.
415
- * @param {number} [startIndex] The start index.
416
- * @param {number} [limit] The item limit.
417
- * @param {string} [searchTerm] The search term.
418
- * @param {string} [parentId] Specify this to localize the search to a specific item or folder. Omit to use the root.
419
- * @param {Array<ItemFields>} [fields] Optional. Specify additional fields of information to return in the output. This allows multiple, comma delimited. Options: Budget, Chapters, DateCreated, Genres, HomePageUrl, IndexOptions, MediaStreams, Overview, ParentId, Path, People, ProviderIds, PrimaryImageAspectRatio, Revenue, SortName, Studios, Taglines.
420
- * @param {Array<MediaType>} [mediaTypes] Optional. Filter by MediaType. Allows multiple, comma delimited.
421
- * @param {boolean} [enableUserData] Optional. Include user data.
422
- * @param {number} [imageTypeLimit] Optional. The max number of images to return, per image type.
423
- * @param {Array<ImageType>} [enableImageTypes] Optional. The image types to include in the output.
424
- * @param {Array<BaseItemKind>} [excludeItemTypes] Optional. If specified, results will be filtered based on item type. This allows multiple, comma delimited.
425
- * @param {Array<BaseItemKind>} [includeItemTypes] Optional. If specified, results will be filtered based on the item type. This allows multiple, comma delimited.
426
- * @param {boolean} [enableTotalRecordCount] Optional. Enable the total record count.
427
- * @param {boolean} [enableImages] Optional. Include image information in output.
428
- * @param {boolean} [excludeActiveSessions] Optional. Whether to exclude the currently active sessions.
331
+ * @param {ItemsApiGetResumeItemsRequest} requestParameters Request parameters.
429
332
  * @param {*} [options] Override http request option.
430
333
  * @throws {RequiredError}
431
334
  */
432
- getResumeItems(userId?: string, startIndex?: number, limit?: number, searchTerm?: string, parentId?: string, fields?: Array<ItemFields>, mediaTypes?: Array<MediaType>, enableUserData?: boolean, imageTypeLimit?: number, enableImageTypes?: Array<ImageType>, excludeItemTypes?: Array<BaseItemKind>, includeItemTypes?: Array<BaseItemKind>, enableTotalRecordCount?: boolean, enableImages?: boolean, excludeActiveSessions?: boolean, options?: any): AxiosPromise<BaseItemDtoQueryResult>;
335
+ getResumeItems(requestParameters?: ItemsApiGetResumeItemsRequest, options?: RawAxiosRequestConfig): AxiosPromise<BaseItemDtoQueryResult>;
433
336
  /**
434
337
  *
435
338
  * @summary Update Item User Data.
436
- * @param {string} itemId The item id.
437
- * @param {UpdateUserItemDataDto} updateUserItemDataDto New user data object.
438
- * @param {string} [userId] The user id.
339
+ * @param {ItemsApiUpdateItemUserDataRequest} requestParameters Request parameters.
439
340
  * @param {*} [options] Override http request option.
440
341
  * @throws {RequiredError}
441
342
  */
442
- updateItemUserData(itemId: string, updateUserItemDataDto: UpdateUserItemDataDto, userId?: string, options?: any): AxiosPromise<UserItemDataDto>;
343
+ updateItemUserData(requestParameters: ItemsApiUpdateItemUserDataRequest, options?: RawAxiosRequestConfig): AxiosPromise<UserItemDataDto>;
443
344
  };
444
345
  /**
445
346
  * Request parameters for getItemUserData operation in ItemsApi.
@@ -514,6 +415,12 @@ export interface ItemsApiGetItemsRequest {
514
415
  * @memberof ItemsApiGetItems
515
416
  */
516
417
  readonly adjacentTo?: string;
418
+ /**
419
+ * Optional filter by index number.
420
+ * @type {number}
421
+ * @memberof ItemsApiGetItems
422
+ */
423
+ readonly indexNumber?: number;
517
424
  /**
518
425
  * Optional filter by parent index number.
519
426
  * @type {number}
@@ -1114,7 +1021,7 @@ export declare class ItemsApi extends BaseAPI {
1114
1021
  * @throws {RequiredError}
1115
1022
  * @memberof ItemsApi
1116
1023
  */
1117
- getItemUserData(requestParameters: ItemsApiGetItemUserDataRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UserItemDataDto, any>>;
1024
+ getItemUserData(requestParameters: ItemsApiGetItemUserDataRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UserItemDataDto, any, {}>>;
1118
1025
  /**
1119
1026
  *
1120
1027
  * @summary Gets items based on a query.
@@ -1123,7 +1030,7 @@ export declare class ItemsApi extends BaseAPI {
1123
1030
  * @throws {RequiredError}
1124
1031
  * @memberof ItemsApi
1125
1032
  */
1126
- getItems(requestParameters?: ItemsApiGetItemsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<BaseItemDtoQueryResult, any>>;
1033
+ getItems(requestParameters?: ItemsApiGetItemsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BaseItemDtoQueryResult, any, {}>>;
1127
1034
  /**
1128
1035
  *
1129
1036
  * @summary Gets items based on a query.
@@ -1132,7 +1039,7 @@ export declare class ItemsApi extends BaseAPI {
1132
1039
  * @throws {RequiredError}
1133
1040
  * @memberof ItemsApi
1134
1041
  */
1135
- getResumeItems(requestParameters?: ItemsApiGetResumeItemsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<BaseItemDtoQueryResult, any>>;
1042
+ getResumeItems(requestParameters?: ItemsApiGetResumeItemsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BaseItemDtoQueryResult, any, {}>>;
1136
1043
  /**
1137
1044
  *
1138
1045
  * @summary Update Item User Data.
@@ -1141,5 +1048,5 @@ export declare class ItemsApi extends BaseAPI {
1141
1048
  * @throws {RequiredError}
1142
1049
  * @memberof ItemsApi
1143
1050
  */
1144
- updateItemUserData(requestParameters: ItemsApiUpdateItemUserDataRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UserItemDataDto, any>>;
1051
+ updateItemUserData(requestParameters: ItemsApiUpdateItemUserDataRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UserItemDataDto, any, {}>>;
1145
1052
  }