@jellyfin/sdk 0.9.0 → 0.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -0
- package/lib/api.d.ts +0 -11
- package/lib/api.js +0 -14
- package/lib/discovery/discovery-service.js +4 -9
- package/lib/discovery/recommended-server-discovery.js +17 -22
- package/lib/generated-client/api/activity-log-api.d.ts +9 -12
- package/lib/generated-client/api/activity-log-api.js +15 -18
- package/lib/generated-client/api/api-key-api.d.ts +18 -18
- package/lib/generated-client/api/api-key-api.js +40 -38
- package/lib/generated-client/api/artists-api.d.ts +27 -90
- package/lib/generated-client/api/artists-api.js +43 -104
- package/lib/generated-client/api/audio-api.d.ts +81 -249
- package/lib/generated-client/api/audio-api.js +105 -266
- package/lib/generated-client/api/branding-api.d.ts +16 -16
- package/lib/generated-client/api/branding-api.js +31 -29
- package/lib/generated-client/api/channels-api.d.ts +33 -51
- package/lib/generated-client/api/channels-api.js +68 -82
- package/lib/generated-client/api/client-log-api.d.ts +13 -13
- package/lib/generated-client/api/client-log-api.js +17 -17
- package/lib/generated-client/api/collection-api.d.ts +19 -24
- package/lib/generated-client/api/collection-api.js +43 -46
- package/lib/generated-client/api/configuration-api.d.ts +28 -29
- package/lib/generated-client/api/configuration-api.js +65 -62
- package/lib/generated-client/api/dashboard-api.d.ts +14 -14
- package/lib/generated-client/api/dashboard-api.js +28 -27
- package/lib/generated-client/api/devices-api.d.ts +31 -33
- package/lib/generated-client/api/devices-api.js +71 -68
- package/lib/generated-client/api/display-preferences-api.d.ts +14 -19
- package/lib/generated-client/api/display-preferences-api.js +29 -33
- package/lib/generated-client/api/dynamic-hls-api.d.ts +246 -607
- package/lib/generated-client/api/dynamic-hls-api.js +269 -628
- package/lib/generated-client/api/environment-api.d.ts +33 -35
- package/lib/generated-client/api/environment-api.js +76 -73
- package/lib/generated-client/api/filter-api.d.ts +17 -29
- package/lib/generated-client/api/filter-api.js +29 -40
- package/lib/generated-client/api/genres-api.d.ts +20 -38
- package/lib/generated-client/api/genres-api.js +29 -46
- package/lib/generated-client/api/hls-segment-api.d.ts +28 -35
- package/lib/generated-client/api/hls-segment-api.js +68 -71
- package/lib/generated-client/api/image-api.d.ts +206 -644
- package/lib/generated-client/api/image-api.js +501 -903
- package/lib/generated-client/api/instant-mix-api.d.ts +46 -102
- package/lib/generated-client/api/instant-mix-api.js +113 -162
- package/lib/generated-client/api/item-lookup-api.d.ts +69 -71
- package/lib/generated-client/api/item-lookup-api.js +155 -147
- package/lib/generated-client/api/item-refresh-api.d.ts +9 -13
- package/lib/generated-client/api/item-refresh-api.js +15 -19
- package/lib/generated-client/api/item-update-api.d.ts +20 -22
- package/lib/generated-client/api/item-update-api.js +43 -43
- package/lib/generated-client/api/items-api.d.ts +44 -137
- package/lib/generated-client/api/items-api.js +63 -156
- package/lib/generated-client/api/library-api.d.ts +185 -170
- package/lib/generated-client/api/library-api.js +378 -359
- package/lib/generated-client/api/library-structure-api.d.ts +48 -58
- package/lib/generated-client/api/library-structure-api.js +110 -113
- package/lib/generated-client/api/live-tv-api.d.ts +224 -332
- package/lib/generated-client/api/live-tv-api.js +558 -626
- package/lib/generated-client/api/localization-api.d.ts +23 -23
- package/lib/generated-client/api/localization-api.js +45 -42
- package/lib/generated-client/api/lyrics-api.d.ts +39 -42
- package/lib/generated-client/api/lyrics-api.js +87 -85
- package/lib/generated-client/api/media-info-api.d.ts +40 -59
- package/lib/generated-client/api/media-info-api.js +77 -95
- package/lib/generated-client/api/media-segments-api.d.ts +95 -0
- package/lib/generated-client/api/media-segments-api.js +123 -0
- package/lib/generated-client/api/movies-api.d.ts +10 -14
- package/lib/generated-client/api/movies-api.js +15 -19
- package/lib/generated-client/api/music-genres-api.d.ts +20 -38
- package/lib/generated-client/api/music-genres-api.js +29 -46
- package/lib/generated-client/api/package-api.d.ts +33 -37
- package/lib/generated-client/api/package-api.js +79 -78
- package/lib/generated-client/api/persons-api.d.ts +18 -31
- package/lib/generated-client/api/persons-api.js +29 -41
- package/lib/generated-client/api/playlists-api.d.ts +109 -84
- package/lib/generated-client/api/playlists-api.js +207 -154
- package/lib/generated-client/api/playstate-api.d.ts +54 -80
- package/lib/generated-client/api/playstate-api.js +127 -145
- package/lib/generated-client/api/plugins-api.d.ts +48 -52
- package/lib/generated-client/api/plugins-api.js +124 -120
- package/lib/generated-client/api/quick-connect-api.d.ts +22 -23
- package/lib/generated-client/api/quick-connect-api.js +48 -46
- package/lib/generated-client/api/remote-image-api.d.ts +21 -28
- package/lib/generated-client/api/remote-image-api.js +43 -48
- package/lib/generated-client/api/scheduled-tasks-api.d.ts +30 -32
- package/lib/generated-client/api/scheduled-tasks-api.js +71 -69
- package/lib/generated-client/api/search-api.d.ts +11 -28
- package/lib/generated-client/api/search-api.js +15 -32
- package/lib/generated-client/api/session-api.d.ts +90 -117
- package/lib/generated-client/api/session-api.js +216 -228
- package/lib/generated-client/api/startup-api.d.ts +37 -37
- package/lib/generated-client/api/startup-api.js +87 -81
- package/lib/generated-client/api/studios-api.d.ts +18 -35
- package/lib/generated-client/api/studios-api.js +29 -45
- package/lib/generated-client/api/subtitle-api.d.ts +55 -86
- package/lib/generated-client/api/subtitle-api.js +136 -158
- package/lib/generated-client/api/suggestions-api.d.ts +11 -16
- package/lib/generated-client/api/suggestions-api.js +15 -20
- package/lib/generated-client/api/sync-play-api.d.ts +120 -120
- package/lib/generated-client/api/sync-play-api.js +280 -260
- package/lib/generated-client/api/system-api.d.ts +49 -49
- package/lib/generated-client/api/system-api.js +111 -102
- package/lib/generated-client/api/time-sync-api.d.ts +8 -8
- package/lib/generated-client/api/time-sync-api.js +11 -11
- package/lib/generated-client/api/tmdb-api.d.ts +8 -8
- package/lib/generated-client/api/tmdb-api.js +12 -12
- package/lib/generated-client/api/trailers-api.d.ts +19 -102
- package/lib/generated-client/api/trailers-api.js +15 -98
- package/lib/generated-client/api/trickplay-api.d.ts +13 -18
- package/lib/generated-client/api/trickplay-api.js +29 -33
- package/lib/generated-client/api/tv-shows-api.d.ts +27 -72
- package/lib/generated-client/api/tv-shows-api.js +57 -99
- package/lib/generated-client/api/universal-audio-api.d.ts +30 -48
- package/lib/generated-client/api/universal-audio-api.js +41 -64
- package/lib/generated-client/api/user-api.d.ts +83 -88
- package/lib/generated-client/api/user-api.js +186 -178
- package/lib/generated-client/api/user-library-api.d.ts +59 -78
- package/lib/generated-client/api/user-library-api.js +141 -151
- package/lib/generated-client/api/user-views-api.d.ts +16 -19
- package/lib/generated-client/api/user-views-api.js +29 -31
- package/lib/generated-client/api/video-attachments-api.d.ts +8 -10
- package/lib/generated-client/api/video-attachments-api.js +14 -16
- package/lib/generated-client/api/videos-api.d.ts +97 -274
- package/lib/generated-client/api/videos-api.js +147 -314
- package/lib/generated-client/api/years-api.d.ts +21 -36
- package/lib/generated-client/api/years-api.js +29 -43
- package/lib/generated-client/api.d.ts +1 -0
- package/lib/generated-client/base.d.ts +15 -4
- package/lib/generated-client/base.js +8 -4
- package/lib/generated-client/common.d.ts +3 -3
- package/lib/generated-client/common.js +30 -24
- package/lib/generated-client/configuration.d.ts +8 -0
- package/lib/generated-client/configuration.js +1 -0
- package/lib/generated-client/index.js +8 -1
- package/lib/generated-client/models/access-schedule.d.ts +1 -1
- package/lib/generated-client/models/activity-log-entry-message.d.ts +2 -2
- package/lib/generated-client/models/activity-log-entry-query-result.d.ts +3 -3
- package/lib/generated-client/models/activity-log-entry-start-message.d.ts +1 -1
- package/lib/generated-client/models/activity-log-entry-stop-message.d.ts +1 -1
- package/lib/generated-client/models/activity-log-entry.d.ts +1 -1
- package/lib/generated-client/models/add-virtual-folder-dto.d.ts +1 -1
- package/lib/generated-client/models/album-info-remote-search-query.d.ts +1 -1
- package/lib/generated-client/models/album-info.d.ts +5 -5
- package/lib/generated-client/models/all-theme-media-result.d.ts +1 -1
- package/lib/generated-client/models/artist-info-remote-search-query.d.ts +1 -1
- package/lib/generated-client/models/artist-info.d.ts +3 -3
- package/lib/generated-client/models/authentication-info-query-result.d.ts +3 -3
- package/lib/generated-client/models/authentication-result.d.ts +7 -7
- package/lib/generated-client/models/base-item-dto-query-result.d.ts +3 -3
- package/lib/generated-client/models/base-item-dto.d.ts +26 -26
- package/lib/generated-client/models/base-item-person.d.ts +2 -2
- package/lib/generated-client/models/book-info-remote-search-query.d.ts +1 -1
- package/lib/generated-client/models/book-info.d.ts +2 -2
- package/lib/generated-client/models/box-set-info-remote-search-query.d.ts +1 -1
- package/lib/generated-client/models/box-set-info.d.ts +2 -2
- package/lib/generated-client/models/channel-features.d.ts +3 -3
- package/lib/generated-client/models/channel-mapping-options-dto.d.ts +3 -3
- package/lib/generated-client/models/client-capabilities-dto.d.ts +3 -17
- package/lib/generated-client/models/client-capabilities.d.ts +3 -3
- package/lib/generated-client/models/codec-profile.d.ts +15 -9
- package/lib/generated-client/models/container-profile.d.ts +12 -6
- package/lib/generated-client/models/create-playlist-dto.d.ts +2 -2
- package/lib/generated-client/models/deinterlace-method.d.ts +20 -0
- package/lib/generated-client/models/{hardware-encoding-type.js → deinterlace-method.js} +5 -10
- package/lib/generated-client/models/device-info-dto-query-result.d.ts +36 -0
- package/lib/generated-client/models/device-info-dto.d.ts +84 -0
- package/lib/generated-client/models/device-info-query-result.d.ts +1 -1
- package/lib/generated-client/models/device-info.d.ts +1 -1
- package/lib/generated-client/models/device-profile.d.ts +8 -8
- package/lib/generated-client/models/direct-play-profile.d.ts +6 -6
- package/lib/generated-client/models/display-preferences-dto.d.ts +4 -4
- package/lib/generated-client/models/down-mix-stereo-algorithms.d.ts +3 -1
- package/lib/generated-client/models/down-mix-stereo-algorithms.js +4 -2
- package/lib/generated-client/models/encoder-preset.d.ts +29 -0
- package/lib/generated-client/models/encoder-preset.js +32 -0
- package/lib/generated-client/models/encoding-options.d.ts +43 -19
- package/lib/generated-client/models/external-id-info.d.ts +2 -1
- package/lib/generated-client/models/file-system-entry-info.d.ts +1 -1
- package/lib/generated-client/models/force-keep-alive-message.d.ts +1 -1
- package/lib/generated-client/models/forgot-password-result.d.ts +1 -1
- package/lib/generated-client/models/general-command-message.d.ts +2 -2
- package/lib/generated-client/models/general-command.d.ts +3 -3
- package/lib/generated-client/models/get-programs-dto.d.ts +34 -34
- package/lib/generated-client/models/group-info-dto-group-update.d.ts +2 -2
- package/lib/generated-client/models/group-info-dto.d.ts +1 -1
- package/lib/generated-client/models/group-state-update-group-update.d.ts +2 -2
- package/lib/generated-client/models/group-state-update.d.ts +2 -2
- package/lib/generated-client/models/group-update.d.ts +23 -5
- package/lib/generated-client/models/hardware-acceleration-type.d.ts +26 -0
- package/lib/generated-client/models/hardware-acceleration-type.js +29 -0
- package/lib/generated-client/models/image-info.d.ts +1 -1
- package/lib/generated-client/models/image-option.d.ts +1 -1
- package/lib/generated-client/models/image-provider-info.d.ts +1 -1
- package/lib/generated-client/models/inbound-keep-alive-message.d.ts +1 -1
- package/lib/generated-client/models/inbound-web-socket-message.d.ts +22 -8
- package/lib/generated-client/models/index.d.ts +13 -6
- package/lib/generated-client/models/index.js +7 -1
- package/lib/generated-client/models/installation-info.d.ts +1 -1
- package/lib/generated-client/models/library-changed-message.d.ts +2 -2
- package/lib/generated-client/models/library-options-result-dto.d.ts +8 -2
- package/lib/generated-client/models/library-options.d.ts +57 -3
- package/lib/generated-client/models/library-type-options-dto.d.ts +3 -3
- package/lib/generated-client/models/listings-provider-info.d.ts +1 -1
- package/lib/generated-client/models/live-stream-response.d.ts +1 -1
- package/lib/generated-client/models/live-tv-info.d.ts +1 -1
- package/lib/generated-client/models/live-tv-options.d.ts +2 -2
- package/lib/generated-client/models/live-tv-service-info.d.ts +1 -1
- package/lib/generated-client/models/lyric-dto.d.ts +2 -2
- package/lib/generated-client/models/media-path-dto.d.ts +1 -1
- package/lib/generated-client/models/media-path-info.d.ts +0 -6
- package/lib/generated-client/models/media-segment-dto-query-result.d.ts +36 -0
- package/lib/generated-client/models/media-segment-dto.d.ts +48 -0
- package/lib/generated-client/models/media-segment-type.d.ts +24 -0
- package/lib/generated-client/models/media-segment-type.js +27 -0
- package/lib/generated-client/models/media-source-info.d.ts +29 -11
- package/lib/generated-client/models/media-stream.d.ts +17 -5
- package/lib/generated-client/models/media-update-info-dto.d.ts +1 -1
- package/lib/generated-client/models/metadata-editor-info.d.ts +6 -6
- package/lib/generated-client/models/movie-info-remote-search-query.d.ts +1 -1
- package/lib/generated-client/models/movie-info.d.ts +2 -2
- package/lib/generated-client/models/music-video-info-remote-search-query.d.ts +1 -1
- package/lib/generated-client/models/music-video-info.d.ts +2 -2
- package/lib/generated-client/models/open-live-stream-dto.d.ts +8 -2
- package/lib/generated-client/models/outbound-keep-alive-message.d.ts +1 -1
- package/lib/generated-client/models/outbound-web-socket-message.d.ts +85 -29
- package/lib/generated-client/models/package-info.d.ts +1 -1
- package/lib/generated-client/models/person-lookup-info-remote-search-query.d.ts +1 -1
- package/lib/generated-client/models/person-lookup-info.d.ts +2 -2
- package/lib/generated-client/models/play-message.d.ts +2 -2
- package/lib/generated-client/models/play-queue-update-group-update.d.ts +2 -2
- package/lib/generated-client/models/play-queue-update.d.ts +4 -4
- package/lib/generated-client/models/play-request.d.ts +1 -1
- package/lib/generated-client/models/playback-info-dto.d.ts +7 -1
- package/lib/generated-client/models/playback-info-response.d.ts +2 -2
- package/lib/generated-client/models/playback-progress-info.d.ts +5 -5
- package/lib/generated-client/models/playback-start-info.d.ts +5 -5
- package/lib/generated-client/models/playback-stop-info.d.ts +2 -2
- package/lib/generated-client/models/player-state-info.d.ts +3 -3
- package/lib/generated-client/models/playlist-dto.d.ts +36 -0
- package/lib/generated-client/models/playstate-message.d.ts +2 -2
- package/lib/generated-client/models/playstate-request.d.ts +1 -1
- package/lib/generated-client/models/plugin-info.d.ts +1 -1
- package/lib/generated-client/models/plugin-installation-cancelled-message.d.ts +2 -2
- package/lib/generated-client/models/plugin-installation-completed-message.d.ts +2 -2
- package/lib/generated-client/models/plugin-installation-failed-message.d.ts +2 -2
- package/lib/generated-client/models/plugin-installing-message.d.ts +2 -2
- package/lib/generated-client/models/plugin-uninstalled-message.d.ts +2 -2
- package/lib/generated-client/models/problem-details.d.ts +1 -1
- package/lib/generated-client/models/profile-condition.d.ts +2 -2
- package/lib/generated-client/models/query-filters.d.ts +1 -1
- package/lib/generated-client/models/queue-request-dto.d.ts +1 -1
- package/lib/generated-client/models/recommendation-dto.d.ts +2 -2
- package/lib/generated-client/models/refresh-progress-message.d.ts +3 -3
- package/lib/generated-client/models/remote-image-info.d.ts +2 -2
- package/lib/generated-client/models/remote-image-result.d.ts +1 -1
- package/lib/generated-client/models/remote-lyric-info-dto.d.ts +1 -1
- package/lib/generated-client/models/remote-search-result.d.ts +2 -2
- package/lib/generated-client/models/restart-required-message.d.ts +1 -1
- package/lib/generated-client/models/scheduled-task-ended-message.d.ts +2 -2
- package/lib/generated-client/models/scheduled-tasks-info-message.d.ts +2 -2
- package/lib/generated-client/models/scheduled-tasks-info-start-message.d.ts +1 -1
- package/lib/generated-client/models/scheduled-tasks-info-stop-message.d.ts +1 -1
- package/lib/generated-client/models/search-hint-result.d.ts +1 -1
- package/lib/generated-client/models/search-hint.d.ts +3 -3
- package/lib/generated-client/models/send-command.d.ts +1 -1
- package/lib/generated-client/models/series-info-remote-search-query.d.ts +1 -1
- package/lib/generated-client/models/series-info.d.ts +2 -2
- package/lib/generated-client/models/series-timer-cancelled-message.d.ts +2 -2
- package/lib/generated-client/models/series-timer-created-message.d.ts +2 -2
- package/lib/generated-client/models/series-timer-info-dto-query-result.d.ts +3 -3
- package/lib/generated-client/models/series-timer-info-dto.d.ts +3 -3
- package/lib/generated-client/models/server-configuration.d.ts +8 -14
- package/lib/generated-client/models/server-restarting-message.d.ts +1 -1
- package/lib/generated-client/models/server-shutting-down-message.d.ts +1 -1
- package/lib/generated-client/models/session-info-dto.d.ts +199 -0
- package/lib/generated-client/models/session-info.d.ts +8 -8
- package/lib/generated-client/models/sessions-message.d.ts +4 -4
- package/lib/generated-client/models/sessions-start-message.d.ts +1 -1
- package/lib/generated-client/models/sessions-stop-message.d.ts +1 -1
- package/lib/generated-client/models/set-repeat-mode-request-dto.d.ts +1 -1
- package/lib/generated-client/models/set-shuffle-mode-request-dto.d.ts +1 -1
- package/lib/generated-client/models/song-info.d.ts +2 -2
- package/lib/generated-client/models/string-group-update.d.ts +1 -1
- package/lib/generated-client/models/subtitle-profile.d.ts +6 -6
- package/lib/generated-client/models/sync-play-command-message.d.ts +2 -2
- package/lib/generated-client/models/sync-play-group-update-command-message.d.ts +2 -2
- package/lib/generated-client/models/system-info.d.ts +2 -2
- package/lib/generated-client/models/task-info.d.ts +3 -3
- package/lib/generated-client/models/task-result.d.ts +1 -1
- package/lib/generated-client/models/task-trigger-info.d.ts +1 -1
- package/lib/generated-client/models/theme-media-result.d.ts +2 -2
- package/lib/generated-client/models/timer-cancelled-message.d.ts +2 -2
- package/lib/generated-client/models/timer-created-message.d.ts +2 -2
- package/lib/generated-client/models/timer-info-dto-query-result.d.ts +3 -3
- package/lib/generated-client/models/timer-info-dto.d.ts +3 -3
- package/lib/generated-client/models/tonemapping-algorithm.d.ts +26 -0
- package/lib/generated-client/models/tonemapping-algorithm.js +29 -0
- package/lib/generated-client/models/tonemapping-mode.d.ts +23 -0
- package/lib/generated-client/models/tonemapping-mode.js +26 -0
- package/lib/generated-client/models/tonemapping-range.d.ts +21 -0
- package/lib/generated-client/models/tonemapping-range.js +24 -0
- package/lib/generated-client/models/trailer-info-remote-search-query.d.ts +1 -1
- package/lib/generated-client/models/trailer-info.d.ts +2 -2
- package/lib/generated-client/models/transcode-reason.d.ts +1 -0
- package/lib/generated-client/models/transcode-reason.js +2 -1
- package/lib/generated-client/models/transcoding-info.d.ts +16 -16
- package/lib/generated-client/models/transcoding-profile.d.ts +24 -18
- package/lib/generated-client/models/trickplay-options.d.ts +8 -2
- package/lib/generated-client/models/tuner-host-info.d.ts +18 -0
- package/lib/generated-client/models/type-options.d.ts +1 -1
- package/lib/generated-client/models/update-library-options-dto.d.ts +1 -1
- package/lib/generated-client/models/update-media-path-request-dto.d.ts +1 -1
- package/lib/generated-client/models/update-playlist-dto.d.ts +1 -1
- package/lib/generated-client/models/user-configuration.d.ts +1 -1
- package/lib/generated-client/models/user-data-change-info.d.ts +3 -3
- package/lib/generated-client/models/user-data-changed-message.d.ts +2 -2
- package/lib/generated-client/models/user-deleted-message.d.ts +1 -1
- package/lib/generated-client/models/user-dto.d.ts +2 -2
- package/lib/generated-client/models/user-item-data-dto.d.ts +2 -2
- package/lib/generated-client/models/user-policy.d.ts +3 -3
- package/lib/generated-client/models/user-updated-message.d.ts +2 -2
- package/lib/generated-client/models/virtual-folder-info.d.ts +2 -2
- package/lib/generated-client/models/web-socket-message.d.ts +2 -2
- package/lib/utils/address-candidates.js +15 -10
- package/lib/utils/api/image-urls-api.js +16 -4
- package/lib/utils/api/index.d.ts +1 -0
- package/lib/utils/api/index.js +1 -0
- package/lib/utils/api/media-segments-api.d.ts +8 -0
- package/lib/utils/api/media-segments-api.js +12 -0
- package/lib/utils/index.js +1 -1
- package/lib/utils/url/index.d.ts +16 -3
- package/lib/utils/url/index.js +26 -4
- package/lib/versions.d.ts +1 -1
- package/lib/versions.js +1 -1
- package/package.json +13 -12
- package/lib/node_modules/tslib/tslib.es6.js +0 -33
|
@@ -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 {
|
|
12
|
-
import {
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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,7 +301,7 @@ 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?:
|
|
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.
|
|
@@ -320,7 +320,7 @@ export declare const ImageApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
320
320
|
* @param {*} [options] Override http request option.
|
|
321
321
|
* @throws {RequiredError}
|
|
322
322
|
*/
|
|
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?:
|
|
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?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
324
324
|
/**
|
|
325
325
|
*
|
|
326
326
|
* @summary Get studio image by name.
|
|
@@ -344,7 +344,7 @@ export declare const ImageApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
344
344
|
* @param {*} [options] Override http request option.
|
|
345
345
|
* @throws {RequiredError}
|
|
346
346
|
*/
|
|
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?:
|
|
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?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
348
348
|
/**
|
|
349
349
|
*
|
|
350
350
|
* @summary Get studio image by name.
|
|
@@ -368,7 +368,7 @@ export declare const ImageApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
368
368
|
* @param {*} [options] Override http request option.
|
|
369
369
|
* @throws {RequiredError}
|
|
370
370
|
*/
|
|
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?:
|
|
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?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
372
372
|
/**
|
|
373
373
|
*
|
|
374
374
|
* @summary Get user profile image.
|
|
@@ -391,7 +391,7 @@ export declare const ImageApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
391
391
|
* @param {*} [options] Override http request option.
|
|
392
392
|
* @throws {RequiredError}
|
|
393
393
|
*/
|
|
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?:
|
|
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?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
395
395
|
/**
|
|
396
396
|
*
|
|
397
397
|
* @summary Get artist image by name.
|
|
@@ -415,7 +415,7 @@ export declare const ImageApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
415
415
|
* @param {*} [options] Override http request option.
|
|
416
416
|
* @throws {RequiredError}
|
|
417
417
|
*/
|
|
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?:
|
|
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?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
419
419
|
/**
|
|
420
420
|
*
|
|
421
421
|
* @summary Get genre image by name.
|
|
@@ -439,7 +439,7 @@ export declare const ImageApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
439
439
|
* @param {*} [options] Override http request option.
|
|
440
440
|
* @throws {RequiredError}
|
|
441
441
|
*/
|
|
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?:
|
|
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?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
443
443
|
/**
|
|
444
444
|
*
|
|
445
445
|
* @summary Get genre image by name.
|
|
@@ -463,7 +463,7 @@ export declare const ImageApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
463
463
|
* @param {*} [options] Override http request option.
|
|
464
464
|
* @throws {RequiredError}
|
|
465
465
|
*/
|
|
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?:
|
|
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?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
467
467
|
/**
|
|
468
468
|
*
|
|
469
469
|
* @summary Gets the item\'s image.
|
|
@@ -487,7 +487,7 @@ export declare const ImageApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
487
487
|
* @param {*} [options] Override http request option.
|
|
488
488
|
* @throws {RequiredError}
|
|
489
489
|
*/
|
|
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?:
|
|
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?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
491
491
|
/**
|
|
492
492
|
*
|
|
493
493
|
* @summary Gets the item\'s image.
|
|
@@ -511,7 +511,7 @@ export declare const ImageApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
511
511
|
* @param {*} [options] Override http request option.
|
|
512
512
|
* @throws {RequiredError}
|
|
513
513
|
*/
|
|
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?:
|
|
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?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
515
515
|
/**
|
|
516
516
|
*
|
|
517
517
|
* @summary Gets the item\'s image.
|
|
@@ -535,7 +535,7 @@ export declare const ImageApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
535
535
|
* @param {*} [options] Override http request option.
|
|
536
536
|
* @throws {RequiredError}
|
|
537
537
|
*/
|
|
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?:
|
|
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?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
539
539
|
/**
|
|
540
540
|
*
|
|
541
541
|
* @summary Get music genre image by name.
|
|
@@ -559,7 +559,7 @@ export declare const ImageApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
559
559
|
* @param {*} [options] Override http request option.
|
|
560
560
|
* @throws {RequiredError}
|
|
561
561
|
*/
|
|
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?:
|
|
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?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
563
563
|
/**
|
|
564
564
|
*
|
|
565
565
|
* @summary Get music genre image by name.
|
|
@@ -583,7 +583,7 @@ export declare const ImageApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
583
583
|
* @param {*} [options] Override http request option.
|
|
584
584
|
* @throws {RequiredError}
|
|
585
585
|
*/
|
|
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?:
|
|
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?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
587
587
|
/**
|
|
588
588
|
*
|
|
589
589
|
* @summary Get person image by name.
|
|
@@ -607,7 +607,7 @@ export declare const ImageApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
607
607
|
* @param {*} [options] Override http request option.
|
|
608
608
|
* @throws {RequiredError}
|
|
609
609
|
*/
|
|
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?:
|
|
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?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
611
611
|
/**
|
|
612
612
|
*
|
|
613
613
|
* @summary Get person image by name.
|
|
@@ -631,7 +631,7 @@ export declare const ImageApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
631
631
|
* @param {*} [options] Override http request option.
|
|
632
632
|
* @throws {RequiredError}
|
|
633
633
|
*/
|
|
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?:
|
|
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?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
635
635
|
/**
|
|
636
636
|
*
|
|
637
637
|
* @summary Get studio image by name.
|
|
@@ -655,7 +655,7 @@ export declare const ImageApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
655
655
|
* @param {*} [options] Override http request option.
|
|
656
656
|
* @throws {RequiredError}
|
|
657
657
|
*/
|
|
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?:
|
|
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?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
659
659
|
/**
|
|
660
660
|
*
|
|
661
661
|
* @summary Get studio image by name.
|
|
@@ -679,7 +679,7 @@ export declare const ImageApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
679
679
|
* @param {*} [options] Override http request option.
|
|
680
680
|
* @throws {RequiredError}
|
|
681
681
|
*/
|
|
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?:
|
|
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?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
683
683
|
/**
|
|
684
684
|
*
|
|
685
685
|
* @summary Get user profile image.
|
|
@@ -702,37 +702,37 @@ export declare const ImageApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
702
702
|
* @param {*} [options] Override http request option.
|
|
703
703
|
* @throws {RequiredError}
|
|
704
704
|
*/
|
|
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?:
|
|
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?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
706
706
|
/**
|
|
707
707
|
*
|
|
708
708
|
* @summary Sets the user image.
|
|
709
709
|
* @param {string} [userId] User Id.
|
|
710
|
-
* @param {
|
|
710
|
+
* @param {File} [body]
|
|
711
711
|
* @param {*} [options] Override http request option.
|
|
712
712
|
* @throws {RequiredError}
|
|
713
713
|
*/
|
|
714
|
-
postUserImage: (userId?: string, body?:
|
|
714
|
+
postUserImage: (userId?: string, body?: File, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
715
715
|
/**
|
|
716
716
|
*
|
|
717
717
|
* @summary Set item image.
|
|
718
718
|
* @param {string} itemId Item id.
|
|
719
719
|
* @param {ImageType} imageType Image type.
|
|
720
|
-
* @param {
|
|
720
|
+
* @param {File} [body]
|
|
721
721
|
* @param {*} [options] Override http request option.
|
|
722
722
|
* @throws {RequiredError}
|
|
723
723
|
*/
|
|
724
|
-
setItemImage: (itemId: string, imageType: ImageType, body?:
|
|
724
|
+
setItemImage: (itemId: string, imageType: ImageType, body?: File, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
725
725
|
/**
|
|
726
726
|
*
|
|
727
727
|
* @summary Set item image.
|
|
728
728
|
* @param {string} itemId Item id.
|
|
729
729
|
* @param {ImageType} imageType Image type.
|
|
730
730
|
* @param {number} imageIndex (Unused) Image index.
|
|
731
|
-
* @param {
|
|
731
|
+
* @param {File} [body]
|
|
732
732
|
* @param {*} [options] Override http request option.
|
|
733
733
|
* @throws {RequiredError}
|
|
734
734
|
*/
|
|
735
|
-
setItemImageByIndex: (itemId: string, imageType: ImageType, imageIndex: number, body?:
|
|
735
|
+
setItemImageByIndex: (itemId: string, imageType: ImageType, imageIndex: number, body?: File, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
736
736
|
/**
|
|
737
737
|
*
|
|
738
738
|
* @summary Updates the index for an item image.
|
|
@@ -743,15 +743,15 @@ export declare const ImageApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
743
743
|
* @param {*} [options] Override http request option.
|
|
744
744
|
* @throws {RequiredError}
|
|
745
745
|
*/
|
|
746
|
-
updateItemImageIndex: (itemId: string, imageType: ImageType, imageIndex: number, newIndex: number, options?:
|
|
746
|
+
updateItemImageIndex: (itemId: string, imageType: ImageType, imageIndex: number, newIndex: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
747
747
|
/**
|
|
748
748
|
*
|
|
749
749
|
* @summary Uploads a custom splashscreen. The body is expected to the image contents base64 encoded.
|
|
750
|
-
* @param {
|
|
750
|
+
* @param {File} [body]
|
|
751
751
|
* @param {*} [options] Override http request option.
|
|
752
752
|
* @throws {RequiredError}
|
|
753
753
|
*/
|
|
754
|
-
uploadCustomSplashscreen: (body?:
|
|
754
|
+
uploadCustomSplashscreen: (body?: File, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
755
755
|
};
|
|
756
756
|
/**
|
|
757
757
|
* ImageApi - functional programming interface
|
|
@@ -764,7 +764,7 @@ export declare const ImageApiFp: (configuration?: Configuration) => {
|
|
|
764
764
|
* @param {*} [options] Override http request option.
|
|
765
765
|
* @throws {RequiredError}
|
|
766
766
|
*/
|
|
767
|
-
deleteCustomSplashscreen(options?:
|
|
767
|
+
deleteCustomSplashscreen(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
768
768
|
/**
|
|
769
769
|
*
|
|
770
770
|
* @summary Delete an item\'s image.
|
|
@@ -774,7 +774,7 @@ export declare const ImageApiFp: (configuration?: Configuration) => {
|
|
|
774
774
|
* @param {*} [options] Override http request option.
|
|
775
775
|
* @throws {RequiredError}
|
|
776
776
|
*/
|
|
777
|
-
deleteItemImage(itemId: string, imageType: ImageType, imageIndex?: number, options?:
|
|
777
|
+
deleteItemImage(itemId: string, imageType: ImageType, imageIndex?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
778
778
|
/**
|
|
779
779
|
*
|
|
780
780
|
* @summary Delete an item\'s image.
|
|
@@ -784,7 +784,7 @@ export declare const ImageApiFp: (configuration?: Configuration) => {
|
|
|
784
784
|
* @param {*} [options] Override http request option.
|
|
785
785
|
* @throws {RequiredError}
|
|
786
786
|
*/
|
|
787
|
-
deleteItemImageByIndex(itemId: string, imageType: ImageType, imageIndex: number, options?:
|
|
787
|
+
deleteItemImageByIndex(itemId: string, imageType: ImageType, imageIndex: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
788
788
|
/**
|
|
789
789
|
*
|
|
790
790
|
* @summary Delete the user\'s image.
|
|
@@ -792,7 +792,7 @@ export declare const ImageApiFp: (configuration?: Configuration) => {
|
|
|
792
792
|
* @param {*} [options] Override http request option.
|
|
793
793
|
* @throws {RequiredError}
|
|
794
794
|
*/
|
|
795
|
-
deleteUserImage(userId?: string, options?:
|
|
795
|
+
deleteUserImage(userId?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
796
796
|
/**
|
|
797
797
|
*
|
|
798
798
|
* @summary Get artist image by name.
|
|
@@ -816,7 +816,7 @@ export declare const ImageApiFp: (configuration?: Configuration) => {
|
|
|
816
816
|
* @param {*} [options] Override http request option.
|
|
817
817
|
* @throws {RequiredError}
|
|
818
818
|
*/
|
|
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?:
|
|
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?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
|
|
820
820
|
/**
|
|
821
821
|
*
|
|
822
822
|
* @summary Get genre image by name.
|
|
@@ -840,7 +840,7 @@ export declare const ImageApiFp: (configuration?: Configuration) => {
|
|
|
840
840
|
* @param {*} [options] Override http request option.
|
|
841
841
|
* @throws {RequiredError}
|
|
842
842
|
*/
|
|
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?:
|
|
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?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
|
|
844
844
|
/**
|
|
845
845
|
*
|
|
846
846
|
* @summary Get genre image by name.
|
|
@@ -864,7 +864,7 @@ export declare const ImageApiFp: (configuration?: Configuration) => {
|
|
|
864
864
|
* @param {*} [options] Override http request option.
|
|
865
865
|
* @throws {RequiredError}
|
|
866
866
|
*/
|
|
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?:
|
|
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?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
|
|
868
868
|
/**
|
|
869
869
|
*
|
|
870
870
|
* @summary Gets the item\'s image.
|
|
@@ -888,7 +888,7 @@ export declare const ImageApiFp: (configuration?: Configuration) => {
|
|
|
888
888
|
* @param {*} [options] Override http request option.
|
|
889
889
|
* @throws {RequiredError}
|
|
890
890
|
*/
|
|
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?:
|
|
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?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
|
|
892
892
|
/**
|
|
893
893
|
*
|
|
894
894
|
* @summary Gets the item\'s image.
|
|
@@ -912,7 +912,7 @@ export declare const ImageApiFp: (configuration?: Configuration) => {
|
|
|
912
912
|
* @param {*} [options] Override http request option.
|
|
913
913
|
* @throws {RequiredError}
|
|
914
914
|
*/
|
|
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?:
|
|
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?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
|
|
916
916
|
/**
|
|
917
917
|
*
|
|
918
918
|
* @summary Gets the item\'s image.
|
|
@@ -936,7 +936,7 @@ export declare const ImageApiFp: (configuration?: Configuration) => {
|
|
|
936
936
|
* @param {*} [options] Override http request option.
|
|
937
937
|
* @throws {RequiredError}
|
|
938
938
|
*/
|
|
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?:
|
|
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?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
|
|
940
940
|
/**
|
|
941
941
|
*
|
|
942
942
|
* @summary Get item image infos.
|
|
@@ -944,7 +944,7 @@ export declare const ImageApiFp: (configuration?: Configuration) => {
|
|
|
944
944
|
* @param {*} [options] Override http request option.
|
|
945
945
|
* @throws {RequiredError}
|
|
946
946
|
*/
|
|
947
|
-
getItemImageInfos(itemId: string, options?:
|
|
947
|
+
getItemImageInfos(itemId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ImageInfo>>>;
|
|
948
948
|
/**
|
|
949
949
|
*
|
|
950
950
|
* @summary Get music genre image by name.
|
|
@@ -968,7 +968,7 @@ export declare const ImageApiFp: (configuration?: Configuration) => {
|
|
|
968
968
|
* @param {*} [options] Override http request option.
|
|
969
969
|
* @throws {RequiredError}
|
|
970
970
|
*/
|
|
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?:
|
|
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?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
|
|
972
972
|
/**
|
|
973
973
|
*
|
|
974
974
|
* @summary Get music genre image by name.
|
|
@@ -992,7 +992,7 @@ export declare const ImageApiFp: (configuration?: Configuration) => {
|
|
|
992
992
|
* @param {*} [options] Override http request option.
|
|
993
993
|
* @throws {RequiredError}
|
|
994
994
|
*/
|
|
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?:
|
|
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?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
|
|
996
996
|
/**
|
|
997
997
|
*
|
|
998
998
|
* @summary Get person image by name.
|
|
@@ -1016,7 +1016,7 @@ export declare const ImageApiFp: (configuration?: Configuration) => {
|
|
|
1016
1016
|
* @param {*} [options] Override http request option.
|
|
1017
1017
|
* @throws {RequiredError}
|
|
1018
1018
|
*/
|
|
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?:
|
|
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?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
|
|
1020
1020
|
/**
|
|
1021
1021
|
*
|
|
1022
1022
|
* @summary Get person image by name.
|
|
@@ -1040,7 +1040,7 @@ export declare const ImageApiFp: (configuration?: Configuration) => {
|
|
|
1040
1040
|
* @param {*} [options] Override http request option.
|
|
1041
1041
|
* @throws {RequiredError}
|
|
1042
1042
|
*/
|
|
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?:
|
|
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?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
|
|
1044
1044
|
/**
|
|
1045
1045
|
*
|
|
1046
1046
|
* @summary Generates or gets the splashscreen.
|
|
@@ -1059,7 +1059,7 @@ export declare const ImageApiFp: (configuration?: Configuration) => {
|
|
|
1059
1059
|
* @param {*} [options] Override http request option.
|
|
1060
1060
|
* @throws {RequiredError}
|
|
1061
1061
|
*/
|
|
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?:
|
|
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?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
|
|
1063
1063
|
/**
|
|
1064
1064
|
*
|
|
1065
1065
|
* @summary Get studio image by name.
|
|
@@ -1083,7 +1083,7 @@ export declare const ImageApiFp: (configuration?: Configuration) => {
|
|
|
1083
1083
|
* @param {*} [options] Override http request option.
|
|
1084
1084
|
* @throws {RequiredError}
|
|
1085
1085
|
*/
|
|
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?:
|
|
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?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
|
|
1087
1087
|
/**
|
|
1088
1088
|
*
|
|
1089
1089
|
* @summary Get studio image by name.
|
|
@@ -1107,7 +1107,7 @@ export declare const ImageApiFp: (configuration?: Configuration) => {
|
|
|
1107
1107
|
* @param {*} [options] Override http request option.
|
|
1108
1108
|
* @throws {RequiredError}
|
|
1109
1109
|
*/
|
|
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?:
|
|
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?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
|
|
1111
1111
|
/**
|
|
1112
1112
|
*
|
|
1113
1113
|
* @summary Get user profile image.
|
|
@@ -1130,7 +1130,7 @@ export declare const ImageApiFp: (configuration?: Configuration) => {
|
|
|
1130
1130
|
* @param {*} [options] Override http request option.
|
|
1131
1131
|
* @throws {RequiredError}
|
|
1132
1132
|
*/
|
|
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?:
|
|
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?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
|
|
1134
1134
|
/**
|
|
1135
1135
|
*
|
|
1136
1136
|
* @summary Get artist image by name.
|
|
@@ -1154,7 +1154,7 @@ export declare const ImageApiFp: (configuration?: Configuration) => {
|
|
|
1154
1154
|
* @param {*} [options] Override http request option.
|
|
1155
1155
|
* @throws {RequiredError}
|
|
1156
1156
|
*/
|
|
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?:
|
|
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?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
|
|
1158
1158
|
/**
|
|
1159
1159
|
*
|
|
1160
1160
|
* @summary Get genre image by name.
|
|
@@ -1178,7 +1178,7 @@ export declare const ImageApiFp: (configuration?: Configuration) => {
|
|
|
1178
1178
|
* @param {*} [options] Override http request option.
|
|
1179
1179
|
* @throws {RequiredError}
|
|
1180
1180
|
*/
|
|
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?:
|
|
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?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
|
|
1182
1182
|
/**
|
|
1183
1183
|
*
|
|
1184
1184
|
* @summary Get genre image by name.
|
|
@@ -1202,7 +1202,7 @@ export declare const ImageApiFp: (configuration?: Configuration) => {
|
|
|
1202
1202
|
* @param {*} [options] Override http request option.
|
|
1203
1203
|
* @throws {RequiredError}
|
|
1204
1204
|
*/
|
|
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?:
|
|
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?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
|
|
1206
1206
|
/**
|
|
1207
1207
|
*
|
|
1208
1208
|
* @summary Gets the item\'s image.
|
|
@@ -1226,7 +1226,7 @@ export declare const ImageApiFp: (configuration?: Configuration) => {
|
|
|
1226
1226
|
* @param {*} [options] Override http request option.
|
|
1227
1227
|
* @throws {RequiredError}
|
|
1228
1228
|
*/
|
|
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?:
|
|
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?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
|
|
1230
1230
|
/**
|
|
1231
1231
|
*
|
|
1232
1232
|
* @summary Gets the item\'s image.
|
|
@@ -1250,7 +1250,7 @@ export declare const ImageApiFp: (configuration?: Configuration) => {
|
|
|
1250
1250
|
* @param {*} [options] Override http request option.
|
|
1251
1251
|
* @throws {RequiredError}
|
|
1252
1252
|
*/
|
|
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?:
|
|
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?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
|
|
1254
1254
|
/**
|
|
1255
1255
|
*
|
|
1256
1256
|
* @summary Gets the item\'s image.
|
|
@@ -1274,7 +1274,7 @@ export declare const ImageApiFp: (configuration?: Configuration) => {
|
|
|
1274
1274
|
* @param {*} [options] Override http request option.
|
|
1275
1275
|
* @throws {RequiredError}
|
|
1276
1276
|
*/
|
|
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?:
|
|
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?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
|
|
1278
1278
|
/**
|
|
1279
1279
|
*
|
|
1280
1280
|
* @summary Get music genre image by name.
|
|
@@ -1298,7 +1298,7 @@ export declare const ImageApiFp: (configuration?: Configuration) => {
|
|
|
1298
1298
|
* @param {*} [options] Override http request option.
|
|
1299
1299
|
* @throws {RequiredError}
|
|
1300
1300
|
*/
|
|
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?:
|
|
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?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
|
|
1302
1302
|
/**
|
|
1303
1303
|
*
|
|
1304
1304
|
* @summary Get music genre image by name.
|
|
@@ -1322,7 +1322,7 @@ export declare const ImageApiFp: (configuration?: Configuration) => {
|
|
|
1322
1322
|
* @param {*} [options] Override http request option.
|
|
1323
1323
|
* @throws {RequiredError}
|
|
1324
1324
|
*/
|
|
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?:
|
|
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?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
|
|
1326
1326
|
/**
|
|
1327
1327
|
*
|
|
1328
1328
|
* @summary Get person image by name.
|
|
@@ -1346,7 +1346,7 @@ export declare const ImageApiFp: (configuration?: Configuration) => {
|
|
|
1346
1346
|
* @param {*} [options] Override http request option.
|
|
1347
1347
|
* @throws {RequiredError}
|
|
1348
1348
|
*/
|
|
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?:
|
|
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?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
|
|
1350
1350
|
/**
|
|
1351
1351
|
*
|
|
1352
1352
|
* @summary Get person image by name.
|
|
@@ -1370,7 +1370,7 @@ export declare const ImageApiFp: (configuration?: Configuration) => {
|
|
|
1370
1370
|
* @param {*} [options] Override http request option.
|
|
1371
1371
|
* @throws {RequiredError}
|
|
1372
1372
|
*/
|
|
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?:
|
|
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?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
|
|
1374
1374
|
/**
|
|
1375
1375
|
*
|
|
1376
1376
|
* @summary Get studio image by name.
|
|
@@ -1394,7 +1394,7 @@ export declare const ImageApiFp: (configuration?: Configuration) => {
|
|
|
1394
1394
|
* @param {*} [options] Override http request option.
|
|
1395
1395
|
* @throws {RequiredError}
|
|
1396
1396
|
*/
|
|
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?:
|
|
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?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
|
|
1398
1398
|
/**
|
|
1399
1399
|
*
|
|
1400
1400
|
* @summary Get studio image by name.
|
|
@@ -1418,7 +1418,7 @@ export declare const ImageApiFp: (configuration?: Configuration) => {
|
|
|
1418
1418
|
* @param {*} [options] Override http request option.
|
|
1419
1419
|
* @throws {RequiredError}
|
|
1420
1420
|
*/
|
|
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?:
|
|
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?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
|
|
1422
1422
|
/**
|
|
1423
1423
|
*
|
|
1424
1424
|
* @summary Get user profile image.
|
|
@@ -1441,37 +1441,37 @@ export declare const ImageApiFp: (configuration?: Configuration) => {
|
|
|
1441
1441
|
* @param {*} [options] Override http request option.
|
|
1442
1442
|
* @throws {RequiredError}
|
|
1443
1443
|
*/
|
|
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?:
|
|
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?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
|
|
1445
1445
|
/**
|
|
1446
1446
|
*
|
|
1447
1447
|
* @summary Sets the user image.
|
|
1448
1448
|
* @param {string} [userId] User Id.
|
|
1449
|
-
* @param {
|
|
1449
|
+
* @param {File} [body]
|
|
1450
1450
|
* @param {*} [options] Override http request option.
|
|
1451
1451
|
* @throws {RequiredError}
|
|
1452
1452
|
*/
|
|
1453
|
-
postUserImage(userId?: string, body?:
|
|
1453
|
+
postUserImage(userId?: string, body?: File, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
1454
1454
|
/**
|
|
1455
1455
|
*
|
|
1456
1456
|
* @summary Set item image.
|
|
1457
1457
|
* @param {string} itemId Item id.
|
|
1458
1458
|
* @param {ImageType} imageType Image type.
|
|
1459
|
-
* @param {
|
|
1459
|
+
* @param {File} [body]
|
|
1460
1460
|
* @param {*} [options] Override http request option.
|
|
1461
1461
|
* @throws {RequiredError}
|
|
1462
1462
|
*/
|
|
1463
|
-
setItemImage(itemId: string, imageType: ImageType, body?:
|
|
1463
|
+
setItemImage(itemId: string, imageType: ImageType, body?: File, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
1464
1464
|
/**
|
|
1465
1465
|
*
|
|
1466
1466
|
* @summary Set item image.
|
|
1467
1467
|
* @param {string} itemId Item id.
|
|
1468
1468
|
* @param {ImageType} imageType Image type.
|
|
1469
1469
|
* @param {number} imageIndex (Unused) Image index.
|
|
1470
|
-
* @param {
|
|
1470
|
+
* @param {File} [body]
|
|
1471
1471
|
* @param {*} [options] Override http request option.
|
|
1472
1472
|
* @throws {RequiredError}
|
|
1473
1473
|
*/
|
|
1474
|
-
setItemImageByIndex(itemId: string, imageType: ImageType, imageIndex: number, body?:
|
|
1474
|
+
setItemImageByIndex(itemId: string, imageType: ImageType, imageIndex: number, body?: File, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
1475
1475
|
/**
|
|
1476
1476
|
*
|
|
1477
1477
|
* @summary Updates the index for an item image.
|
|
@@ -1482,15 +1482,15 @@ export declare const ImageApiFp: (configuration?: Configuration) => {
|
|
|
1482
1482
|
* @param {*} [options] Override http request option.
|
|
1483
1483
|
* @throws {RequiredError}
|
|
1484
1484
|
*/
|
|
1485
|
-
updateItemImageIndex(itemId: string, imageType: ImageType, imageIndex: number, newIndex: number, options?:
|
|
1485
|
+
updateItemImageIndex(itemId: string, imageType: ImageType, imageIndex: number, newIndex: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
1486
1486
|
/**
|
|
1487
1487
|
*
|
|
1488
1488
|
* @summary Uploads a custom splashscreen. The body is expected to the image contents base64 encoded.
|
|
1489
|
-
* @param {
|
|
1489
|
+
* @param {File} [body]
|
|
1490
1490
|
* @param {*} [options] Override http request option.
|
|
1491
1491
|
* @throws {RequiredError}
|
|
1492
1492
|
*/
|
|
1493
|
-
uploadCustomSplashscreen(body?:
|
|
1493
|
+
uploadCustomSplashscreen(body?: File, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
1494
1494
|
};
|
|
1495
1495
|
/**
|
|
1496
1496
|
* ImageApi - factory interface
|
|
@@ -1503,733 +1503,295 @@ export declare const ImageApiFactory: (configuration?: Configuration, basePath?:
|
|
|
1503
1503
|
* @param {*} [options] Override http request option.
|
|
1504
1504
|
* @throws {RequiredError}
|
|
1505
1505
|
*/
|
|
1506
|
-
deleteCustomSplashscreen(options?:
|
|
1506
|
+
deleteCustomSplashscreen(options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
1507
1507
|
/**
|
|
1508
1508
|
*
|
|
1509
1509
|
* @summary Delete an item\'s image.
|
|
1510
|
-
* @param {
|
|
1511
|
-
* @param {ImageType} imageType Image type.
|
|
1512
|
-
* @param {number} [imageIndex] The image index.
|
|
1510
|
+
* @param {ImageApiDeleteItemImageRequest} requestParameters Request parameters.
|
|
1513
1511
|
* @param {*} [options] Override http request option.
|
|
1514
1512
|
* @throws {RequiredError}
|
|
1515
1513
|
*/
|
|
1516
|
-
deleteItemImage(
|
|
1514
|
+
deleteItemImage(requestParameters: ImageApiDeleteItemImageRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
1517
1515
|
/**
|
|
1518
1516
|
*
|
|
1519
1517
|
* @summary Delete an item\'s image.
|
|
1520
|
-
* @param {
|
|
1521
|
-
* @param {ImageType} imageType Image type.
|
|
1522
|
-
* @param {number} imageIndex The image index.
|
|
1518
|
+
* @param {ImageApiDeleteItemImageByIndexRequest} requestParameters Request parameters.
|
|
1523
1519
|
* @param {*} [options] Override http request option.
|
|
1524
1520
|
* @throws {RequiredError}
|
|
1525
1521
|
*/
|
|
1526
|
-
deleteItemImageByIndex(
|
|
1522
|
+
deleteItemImageByIndex(requestParameters: ImageApiDeleteItemImageByIndexRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
1527
1523
|
/**
|
|
1528
1524
|
*
|
|
1529
1525
|
* @summary Delete the user\'s image.
|
|
1530
|
-
* @param {
|
|
1526
|
+
* @param {ImageApiDeleteUserImageRequest} requestParameters Request parameters.
|
|
1531
1527
|
* @param {*} [options] Override http request option.
|
|
1532
1528
|
* @throws {RequiredError}
|
|
1533
1529
|
*/
|
|
1534
|
-
deleteUserImage(
|
|
1530
|
+
deleteUserImage(requestParameters?: ImageApiDeleteUserImageRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
1535
1531
|
/**
|
|
1536
1532
|
*
|
|
1537
1533
|
* @summary Get artist image by name.
|
|
1538
|
-
* @param {
|
|
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.
|
|
1534
|
+
* @param {ImageApiGetArtistImageRequest} requestParameters Request parameters.
|
|
1555
1535
|
* @param {*} [options] Override http request option.
|
|
1556
1536
|
* @throws {RequiredError}
|
|
1557
1537
|
*/
|
|
1558
|
-
getArtistImage(
|
|
1538
|
+
getArtistImage(requestParameters: ImageApiGetArtistImageRequest, options?: RawAxiosRequestConfig): AxiosPromise<File>;
|
|
1559
1539
|
/**
|
|
1560
1540
|
*
|
|
1561
1541
|
* @summary Get genre image by name.
|
|
1562
|
-
* @param {
|
|
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.
|
|
1542
|
+
* @param {ImageApiGetGenreImageRequest} requestParameters Request parameters.
|
|
1579
1543
|
* @param {*} [options] Override http request option.
|
|
1580
1544
|
* @throws {RequiredError}
|
|
1581
1545
|
*/
|
|
1582
|
-
getGenreImage(
|
|
1546
|
+
getGenreImage(requestParameters: ImageApiGetGenreImageRequest, options?: RawAxiosRequestConfig): AxiosPromise<File>;
|
|
1583
1547
|
/**
|
|
1584
1548
|
*
|
|
1585
1549
|
* @summary Get genre image by name.
|
|
1586
|
-
* @param {
|
|
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.
|
|
1550
|
+
* @param {ImageApiGetGenreImageByIndexRequest} requestParameters Request parameters.
|
|
1603
1551
|
* @param {*} [options] Override http request option.
|
|
1604
1552
|
* @throws {RequiredError}
|
|
1605
1553
|
*/
|
|
1606
|
-
getGenreImageByIndex(
|
|
1554
|
+
getGenreImageByIndex(requestParameters: ImageApiGetGenreImageByIndexRequest, options?: RawAxiosRequestConfig): AxiosPromise<File>;
|
|
1607
1555
|
/**
|
|
1608
1556
|
*
|
|
1609
1557
|
* @summary Gets the item\'s image.
|
|
1610
|
-
* @param {
|
|
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.
|
|
1558
|
+
* @param {ImageApiGetItemImageRequest} requestParameters Request parameters.
|
|
1627
1559
|
* @param {*} [options] Override http request option.
|
|
1628
1560
|
* @throws {RequiredError}
|
|
1629
1561
|
*/
|
|
1630
|
-
getItemImage(
|
|
1562
|
+
getItemImage(requestParameters: ImageApiGetItemImageRequest, options?: RawAxiosRequestConfig): AxiosPromise<File>;
|
|
1631
1563
|
/**
|
|
1632
1564
|
*
|
|
1633
1565
|
* @summary Gets the item\'s image.
|
|
1634
|
-
* @param {
|
|
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.
|
|
1566
|
+
* @param {ImageApiGetItemImage2Request} requestParameters Request parameters.
|
|
1651
1567
|
* @param {*} [options] Override http request option.
|
|
1652
1568
|
* @throws {RequiredError}
|
|
1653
1569
|
*/
|
|
1654
|
-
getItemImage2(
|
|
1570
|
+
getItemImage2(requestParameters: ImageApiGetItemImage2Request, options?: RawAxiosRequestConfig): AxiosPromise<File>;
|
|
1655
1571
|
/**
|
|
1656
1572
|
*
|
|
1657
1573
|
* @summary Gets the item\'s image.
|
|
1658
|
-
* @param {
|
|
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.
|
|
1574
|
+
* @param {ImageApiGetItemImageByIndexRequest} requestParameters Request parameters.
|
|
1675
1575
|
* @param {*} [options] Override http request option.
|
|
1676
1576
|
* @throws {RequiredError}
|
|
1677
1577
|
*/
|
|
1678
|
-
getItemImageByIndex(
|
|
1578
|
+
getItemImageByIndex(requestParameters: ImageApiGetItemImageByIndexRequest, options?: RawAxiosRequestConfig): AxiosPromise<File>;
|
|
1679
1579
|
/**
|
|
1680
1580
|
*
|
|
1681
1581
|
* @summary Get item image infos.
|
|
1682
|
-
* @param {
|
|
1582
|
+
* @param {ImageApiGetItemImageInfosRequest} requestParameters Request parameters.
|
|
1683
1583
|
* @param {*} [options] Override http request option.
|
|
1684
1584
|
* @throws {RequiredError}
|
|
1685
1585
|
*/
|
|
1686
|
-
getItemImageInfos(
|
|
1586
|
+
getItemImageInfos(requestParameters: ImageApiGetItemImageInfosRequest, options?: RawAxiosRequestConfig): AxiosPromise<Array<ImageInfo>>;
|
|
1687
1587
|
/**
|
|
1688
1588
|
*
|
|
1689
1589
|
* @summary Get music genre image by name.
|
|
1690
|
-
* @param {
|
|
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.
|
|
1590
|
+
* @param {ImageApiGetMusicGenreImageRequest} requestParameters Request parameters.
|
|
1707
1591
|
* @param {*} [options] Override http request option.
|
|
1708
1592
|
* @throws {RequiredError}
|
|
1709
1593
|
*/
|
|
1710
|
-
getMusicGenreImage(
|
|
1594
|
+
getMusicGenreImage(requestParameters: ImageApiGetMusicGenreImageRequest, options?: RawAxiosRequestConfig): AxiosPromise<File>;
|
|
1711
1595
|
/**
|
|
1712
1596
|
*
|
|
1713
1597
|
* @summary Get music genre image by name.
|
|
1714
|
-
* @param {
|
|
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.
|
|
1598
|
+
* @param {ImageApiGetMusicGenreImageByIndexRequest} requestParameters Request parameters.
|
|
1731
1599
|
* @param {*} [options] Override http request option.
|
|
1732
1600
|
* @throws {RequiredError}
|
|
1733
1601
|
*/
|
|
1734
|
-
getMusicGenreImageByIndex(
|
|
1602
|
+
getMusicGenreImageByIndex(requestParameters: ImageApiGetMusicGenreImageByIndexRequest, options?: RawAxiosRequestConfig): AxiosPromise<File>;
|
|
1735
1603
|
/**
|
|
1736
1604
|
*
|
|
1737
1605
|
* @summary Get person image by name.
|
|
1738
|
-
* @param {
|
|
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.
|
|
1606
|
+
* @param {ImageApiGetPersonImageRequest} requestParameters Request parameters.
|
|
1755
1607
|
* @param {*} [options] Override http request option.
|
|
1756
1608
|
* @throws {RequiredError}
|
|
1757
1609
|
*/
|
|
1758
|
-
getPersonImage(
|
|
1610
|
+
getPersonImage(requestParameters: ImageApiGetPersonImageRequest, options?: RawAxiosRequestConfig): AxiosPromise<File>;
|
|
1759
1611
|
/**
|
|
1760
1612
|
*
|
|
1761
1613
|
* @summary Get person image by name.
|
|
1762
|
-
* @param {
|
|
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.
|
|
1614
|
+
* @param {ImageApiGetPersonImageByIndexRequest} requestParameters Request parameters.
|
|
1779
1615
|
* @param {*} [options] Override http request option.
|
|
1780
1616
|
* @throws {RequiredError}
|
|
1781
1617
|
*/
|
|
1782
|
-
getPersonImageByIndex(
|
|
1618
|
+
getPersonImageByIndex(requestParameters: ImageApiGetPersonImageByIndexRequest, options?: RawAxiosRequestConfig): AxiosPromise<File>;
|
|
1783
1619
|
/**
|
|
1784
1620
|
*
|
|
1785
1621
|
* @summary Generates or gets the splashscreen.
|
|
1786
|
-
* @param {
|
|
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.
|
|
1622
|
+
* @param {ImageApiGetSplashscreenRequest} requestParameters Request parameters.
|
|
1798
1623
|
* @param {*} [options] Override http request option.
|
|
1799
1624
|
* @throws {RequiredError}
|
|
1800
1625
|
*/
|
|
1801
|
-
getSplashscreen(
|
|
1626
|
+
getSplashscreen(requestParameters?: ImageApiGetSplashscreenRequest, options?: RawAxiosRequestConfig): AxiosPromise<File>;
|
|
1802
1627
|
/**
|
|
1803
1628
|
*
|
|
1804
1629
|
* @summary Get studio image by name.
|
|
1805
|
-
* @param {
|
|
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.
|
|
1630
|
+
* @param {ImageApiGetStudioImageRequest} requestParameters Request parameters.
|
|
1822
1631
|
* @param {*} [options] Override http request option.
|
|
1823
1632
|
* @throws {RequiredError}
|
|
1824
1633
|
*/
|
|
1825
|
-
getStudioImage(
|
|
1634
|
+
getStudioImage(requestParameters: ImageApiGetStudioImageRequest, options?: RawAxiosRequestConfig): AxiosPromise<File>;
|
|
1826
1635
|
/**
|
|
1827
1636
|
*
|
|
1828
1637
|
* @summary Get studio image by name.
|
|
1829
|
-
* @param {
|
|
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.
|
|
1638
|
+
* @param {ImageApiGetStudioImageByIndexRequest} requestParameters Request parameters.
|
|
1846
1639
|
* @param {*} [options] Override http request option.
|
|
1847
1640
|
* @throws {RequiredError}
|
|
1848
1641
|
*/
|
|
1849
|
-
getStudioImageByIndex(
|
|
1642
|
+
getStudioImageByIndex(requestParameters: ImageApiGetStudioImageByIndexRequest, options?: RawAxiosRequestConfig): AxiosPromise<File>;
|
|
1850
1643
|
/**
|
|
1851
1644
|
*
|
|
1852
1645
|
* @summary Get user profile image.
|
|
1853
|
-
* @param {
|
|
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.
|
|
1646
|
+
* @param {ImageApiGetUserImageRequest} requestParameters Request parameters.
|
|
1869
1647
|
* @param {*} [options] Override http request option.
|
|
1870
1648
|
* @throws {RequiredError}
|
|
1871
1649
|
*/
|
|
1872
|
-
getUserImage(
|
|
1650
|
+
getUserImage(requestParameters?: ImageApiGetUserImageRequest, options?: RawAxiosRequestConfig): AxiosPromise<File>;
|
|
1873
1651
|
/**
|
|
1874
1652
|
*
|
|
1875
1653
|
* @summary Get artist image by name.
|
|
1876
|
-
* @param {
|
|
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.
|
|
1654
|
+
* @param {ImageApiHeadArtistImageRequest} requestParameters Request parameters.
|
|
1893
1655
|
* @param {*} [options] Override http request option.
|
|
1894
1656
|
* @throws {RequiredError}
|
|
1895
1657
|
*/
|
|
1896
|
-
headArtistImage(
|
|
1658
|
+
headArtistImage(requestParameters: ImageApiHeadArtistImageRequest, options?: RawAxiosRequestConfig): AxiosPromise<File>;
|
|
1897
1659
|
/**
|
|
1898
1660
|
*
|
|
1899
1661
|
* @summary Get genre image by name.
|
|
1900
|
-
* @param {
|
|
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.
|
|
1662
|
+
* @param {ImageApiHeadGenreImageRequest} requestParameters Request parameters.
|
|
1917
1663
|
* @param {*} [options] Override http request option.
|
|
1918
1664
|
* @throws {RequiredError}
|
|
1919
1665
|
*/
|
|
1920
|
-
headGenreImage(
|
|
1666
|
+
headGenreImage(requestParameters: ImageApiHeadGenreImageRequest, options?: RawAxiosRequestConfig): AxiosPromise<File>;
|
|
1921
1667
|
/**
|
|
1922
1668
|
*
|
|
1923
1669
|
* @summary Get genre image by name.
|
|
1924
|
-
* @param {
|
|
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.
|
|
1670
|
+
* @param {ImageApiHeadGenreImageByIndexRequest} requestParameters Request parameters.
|
|
1941
1671
|
* @param {*} [options] Override http request option.
|
|
1942
1672
|
* @throws {RequiredError}
|
|
1943
1673
|
*/
|
|
1944
|
-
headGenreImageByIndex(
|
|
1674
|
+
headGenreImageByIndex(requestParameters: ImageApiHeadGenreImageByIndexRequest, options?: RawAxiosRequestConfig): AxiosPromise<File>;
|
|
1945
1675
|
/**
|
|
1946
1676
|
*
|
|
1947
1677
|
* @summary Gets the item\'s image.
|
|
1948
|
-
* @param {
|
|
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.
|
|
1678
|
+
* @param {ImageApiHeadItemImageRequest} requestParameters Request parameters.
|
|
1965
1679
|
* @param {*} [options] Override http request option.
|
|
1966
1680
|
* @throws {RequiredError}
|
|
1967
1681
|
*/
|
|
1968
|
-
headItemImage(
|
|
1682
|
+
headItemImage(requestParameters: ImageApiHeadItemImageRequest, options?: RawAxiosRequestConfig): AxiosPromise<File>;
|
|
1969
1683
|
/**
|
|
1970
1684
|
*
|
|
1971
1685
|
* @summary Gets the item\'s image.
|
|
1972
|
-
* @param {
|
|
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.
|
|
1686
|
+
* @param {ImageApiHeadItemImage2Request} requestParameters Request parameters.
|
|
1989
1687
|
* @param {*} [options] Override http request option.
|
|
1990
1688
|
* @throws {RequiredError}
|
|
1991
1689
|
*/
|
|
1992
|
-
headItemImage2(
|
|
1690
|
+
headItemImage2(requestParameters: ImageApiHeadItemImage2Request, options?: RawAxiosRequestConfig): AxiosPromise<File>;
|
|
1993
1691
|
/**
|
|
1994
1692
|
*
|
|
1995
1693
|
* @summary Gets the item\'s image.
|
|
1996
|
-
* @param {
|
|
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.
|
|
1694
|
+
* @param {ImageApiHeadItemImageByIndexRequest} requestParameters Request parameters.
|
|
2013
1695
|
* @param {*} [options] Override http request option.
|
|
2014
1696
|
* @throws {RequiredError}
|
|
2015
1697
|
*/
|
|
2016
|
-
headItemImageByIndex(
|
|
1698
|
+
headItemImageByIndex(requestParameters: ImageApiHeadItemImageByIndexRequest, options?: RawAxiosRequestConfig): AxiosPromise<File>;
|
|
2017
1699
|
/**
|
|
2018
1700
|
*
|
|
2019
1701
|
* @summary Get music genre image by name.
|
|
2020
|
-
* @param {
|
|
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.
|
|
1702
|
+
* @param {ImageApiHeadMusicGenreImageRequest} requestParameters Request parameters.
|
|
2037
1703
|
* @param {*} [options] Override http request option.
|
|
2038
1704
|
* @throws {RequiredError}
|
|
2039
1705
|
*/
|
|
2040
|
-
headMusicGenreImage(
|
|
1706
|
+
headMusicGenreImage(requestParameters: ImageApiHeadMusicGenreImageRequest, options?: RawAxiosRequestConfig): AxiosPromise<File>;
|
|
2041
1707
|
/**
|
|
2042
1708
|
*
|
|
2043
1709
|
* @summary Get music genre image by name.
|
|
2044
|
-
* @param {
|
|
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.
|
|
1710
|
+
* @param {ImageApiHeadMusicGenreImageByIndexRequest} requestParameters Request parameters.
|
|
2061
1711
|
* @param {*} [options] Override http request option.
|
|
2062
1712
|
* @throws {RequiredError}
|
|
2063
1713
|
*/
|
|
2064
|
-
headMusicGenreImageByIndex(
|
|
1714
|
+
headMusicGenreImageByIndex(requestParameters: ImageApiHeadMusicGenreImageByIndexRequest, options?: RawAxiosRequestConfig): AxiosPromise<File>;
|
|
2065
1715
|
/**
|
|
2066
1716
|
*
|
|
2067
1717
|
* @summary Get person image by name.
|
|
2068
|
-
* @param {
|
|
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.
|
|
1718
|
+
* @param {ImageApiHeadPersonImageRequest} requestParameters Request parameters.
|
|
2085
1719
|
* @param {*} [options] Override http request option.
|
|
2086
1720
|
* @throws {RequiredError}
|
|
2087
1721
|
*/
|
|
2088
|
-
headPersonImage(
|
|
1722
|
+
headPersonImage(requestParameters: ImageApiHeadPersonImageRequest, options?: RawAxiosRequestConfig): AxiosPromise<File>;
|
|
2089
1723
|
/**
|
|
2090
1724
|
*
|
|
2091
1725
|
* @summary Get person image by name.
|
|
2092
|
-
* @param {
|
|
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.
|
|
1726
|
+
* @param {ImageApiHeadPersonImageByIndexRequest} requestParameters Request parameters.
|
|
2109
1727
|
* @param {*} [options] Override http request option.
|
|
2110
1728
|
* @throws {RequiredError}
|
|
2111
1729
|
*/
|
|
2112
|
-
headPersonImageByIndex(
|
|
1730
|
+
headPersonImageByIndex(requestParameters: ImageApiHeadPersonImageByIndexRequest, options?: RawAxiosRequestConfig): AxiosPromise<File>;
|
|
2113
1731
|
/**
|
|
2114
1732
|
*
|
|
2115
1733
|
* @summary Get studio image by name.
|
|
2116
|
-
* @param {
|
|
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.
|
|
1734
|
+
* @param {ImageApiHeadStudioImageRequest} requestParameters Request parameters.
|
|
2133
1735
|
* @param {*} [options] Override http request option.
|
|
2134
1736
|
* @throws {RequiredError}
|
|
2135
1737
|
*/
|
|
2136
|
-
headStudioImage(
|
|
1738
|
+
headStudioImage(requestParameters: ImageApiHeadStudioImageRequest, options?: RawAxiosRequestConfig): AxiosPromise<File>;
|
|
2137
1739
|
/**
|
|
2138
1740
|
*
|
|
2139
1741
|
* @summary Get studio image by name.
|
|
2140
|
-
* @param {
|
|
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.
|
|
1742
|
+
* @param {ImageApiHeadStudioImageByIndexRequest} requestParameters Request parameters.
|
|
2157
1743
|
* @param {*} [options] Override http request option.
|
|
2158
1744
|
* @throws {RequiredError}
|
|
2159
1745
|
*/
|
|
2160
|
-
headStudioImageByIndex(
|
|
1746
|
+
headStudioImageByIndex(requestParameters: ImageApiHeadStudioImageByIndexRequest, options?: RawAxiosRequestConfig): AxiosPromise<File>;
|
|
2161
1747
|
/**
|
|
2162
1748
|
*
|
|
2163
1749
|
* @summary Get user profile image.
|
|
2164
|
-
* @param {
|
|
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.
|
|
1750
|
+
* @param {ImageApiHeadUserImageRequest} requestParameters Request parameters.
|
|
2180
1751
|
* @param {*} [options] Override http request option.
|
|
2181
1752
|
* @throws {RequiredError}
|
|
2182
1753
|
*/
|
|
2183
|
-
headUserImage(
|
|
1754
|
+
headUserImage(requestParameters?: ImageApiHeadUserImageRequest, options?: RawAxiosRequestConfig): AxiosPromise<File>;
|
|
2184
1755
|
/**
|
|
2185
1756
|
*
|
|
2186
1757
|
* @summary Sets the user image.
|
|
2187
|
-
* @param {
|
|
2188
|
-
* @param {any} [body]
|
|
1758
|
+
* @param {ImageApiPostUserImageRequest} requestParameters Request parameters.
|
|
2189
1759
|
* @param {*} [options] Override http request option.
|
|
2190
1760
|
* @throws {RequiredError}
|
|
2191
1761
|
*/
|
|
2192
|
-
postUserImage(
|
|
1762
|
+
postUserImage(requestParameters?: ImageApiPostUserImageRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
2193
1763
|
/**
|
|
2194
1764
|
*
|
|
2195
1765
|
* @summary Set item image.
|
|
2196
|
-
* @param {
|
|
2197
|
-
* @param {ImageType} imageType Image type.
|
|
2198
|
-
* @param {any} [body]
|
|
1766
|
+
* @param {ImageApiSetItemImageRequest} requestParameters Request parameters.
|
|
2199
1767
|
* @param {*} [options] Override http request option.
|
|
2200
1768
|
* @throws {RequiredError}
|
|
2201
1769
|
*/
|
|
2202
|
-
setItemImage(
|
|
1770
|
+
setItemImage(requestParameters: ImageApiSetItemImageRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
2203
1771
|
/**
|
|
2204
1772
|
*
|
|
2205
1773
|
* @summary Set item image.
|
|
2206
|
-
* @param {
|
|
2207
|
-
* @param {ImageType} imageType Image type.
|
|
2208
|
-
* @param {number} imageIndex (Unused) Image index.
|
|
2209
|
-
* @param {any} [body]
|
|
1774
|
+
* @param {ImageApiSetItemImageByIndexRequest} requestParameters Request parameters.
|
|
2210
1775
|
* @param {*} [options] Override http request option.
|
|
2211
1776
|
* @throws {RequiredError}
|
|
2212
1777
|
*/
|
|
2213
|
-
setItemImageByIndex(
|
|
1778
|
+
setItemImageByIndex(requestParameters: ImageApiSetItemImageByIndexRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
2214
1779
|
/**
|
|
2215
1780
|
*
|
|
2216
1781
|
* @summary Updates the index for an item image.
|
|
2217
|
-
* @param {
|
|
2218
|
-
* @param {ImageType} imageType Image type.
|
|
2219
|
-
* @param {number} imageIndex Old image index.
|
|
2220
|
-
* @param {number} newIndex New image index.
|
|
1782
|
+
* @param {ImageApiUpdateItemImageIndexRequest} requestParameters Request parameters.
|
|
2221
1783
|
* @param {*} [options] Override http request option.
|
|
2222
1784
|
* @throws {RequiredError}
|
|
2223
1785
|
*/
|
|
2224
|
-
updateItemImageIndex(
|
|
1786
|
+
updateItemImageIndex(requestParameters: ImageApiUpdateItemImageIndexRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
2225
1787
|
/**
|
|
2226
1788
|
*
|
|
2227
1789
|
* @summary Uploads a custom splashscreen. The body is expected to the image contents base64 encoded.
|
|
2228
|
-
* @param {
|
|
1790
|
+
* @param {ImageApiUploadCustomSplashscreenRequest} requestParameters Request parameters.
|
|
2229
1791
|
* @param {*} [options] Override http request option.
|
|
2230
1792
|
* @throws {RequiredError}
|
|
2231
1793
|
*/
|
|
2232
|
-
uploadCustomSplashscreen(
|
|
1794
|
+
uploadCustomSplashscreen(requestParameters?: ImageApiUploadCustomSplashscreenRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
2233
1795
|
};
|
|
2234
1796
|
/**
|
|
2235
1797
|
* Request parameters for deleteItemImage operation in ImageApi.
|
|
@@ -5222,10 +4784,10 @@ export interface ImageApiPostUserImageRequest {
|
|
|
5222
4784
|
readonly userId?: string;
|
|
5223
4785
|
/**
|
|
5224
4786
|
*
|
|
5225
|
-
* @type {
|
|
4787
|
+
* @type {File}
|
|
5226
4788
|
* @memberof ImageApiPostUserImage
|
|
5227
4789
|
*/
|
|
5228
|
-
readonly body?:
|
|
4790
|
+
readonly body?: File;
|
|
5229
4791
|
}
|
|
5230
4792
|
/**
|
|
5231
4793
|
* Request parameters for setItemImage operation in ImageApi.
|
|
@@ -5247,10 +4809,10 @@ export interface ImageApiSetItemImageRequest {
|
|
|
5247
4809
|
readonly imageType: ImageType;
|
|
5248
4810
|
/**
|
|
5249
4811
|
*
|
|
5250
|
-
* @type {
|
|
4812
|
+
* @type {File}
|
|
5251
4813
|
* @memberof ImageApiSetItemImage
|
|
5252
4814
|
*/
|
|
5253
|
-
readonly body?:
|
|
4815
|
+
readonly body?: File;
|
|
5254
4816
|
}
|
|
5255
4817
|
/**
|
|
5256
4818
|
* Request parameters for setItemImageByIndex operation in ImageApi.
|
|
@@ -5278,10 +4840,10 @@ export interface ImageApiSetItemImageByIndexRequest {
|
|
|
5278
4840
|
readonly imageIndex: number;
|
|
5279
4841
|
/**
|
|
5280
4842
|
*
|
|
5281
|
-
* @type {
|
|
4843
|
+
* @type {File}
|
|
5282
4844
|
* @memberof ImageApiSetItemImageByIndex
|
|
5283
4845
|
*/
|
|
5284
|
-
readonly body?:
|
|
4846
|
+
readonly body?: File;
|
|
5285
4847
|
}
|
|
5286
4848
|
/**
|
|
5287
4849
|
* Request parameters for updateItemImageIndex operation in ImageApi.
|
|
@@ -5322,10 +4884,10 @@ export interface ImageApiUpdateItemImageIndexRequest {
|
|
|
5322
4884
|
export interface ImageApiUploadCustomSplashscreenRequest {
|
|
5323
4885
|
/**
|
|
5324
4886
|
*
|
|
5325
|
-
* @type {
|
|
4887
|
+
* @type {File}
|
|
5326
4888
|
* @memberof ImageApiUploadCustomSplashscreen
|
|
5327
4889
|
*/
|
|
5328
|
-
readonly body?:
|
|
4890
|
+
readonly body?: File;
|
|
5329
4891
|
}
|
|
5330
4892
|
/**
|
|
5331
4893
|
* ImageApi - object-oriented interface
|
|
@@ -5341,7 +4903,7 @@ export declare class ImageApi extends BaseAPI {
|
|
|
5341
4903
|
* @throws {RequiredError}
|
|
5342
4904
|
* @memberof ImageApi
|
|
5343
4905
|
*/
|
|
5344
|
-
deleteCustomSplashscreen(options?:
|
|
4906
|
+
deleteCustomSplashscreen(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
5345
4907
|
/**
|
|
5346
4908
|
*
|
|
5347
4909
|
* @summary Delete an item\'s image.
|
|
@@ -5350,7 +4912,7 @@ export declare class ImageApi extends BaseAPI {
|
|
|
5350
4912
|
* @throws {RequiredError}
|
|
5351
4913
|
* @memberof ImageApi
|
|
5352
4914
|
*/
|
|
5353
|
-
deleteItemImage(requestParameters: ImageApiDeleteItemImageRequest, options?:
|
|
4915
|
+
deleteItemImage(requestParameters: ImageApiDeleteItemImageRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
5354
4916
|
/**
|
|
5355
4917
|
*
|
|
5356
4918
|
* @summary Delete an item\'s image.
|
|
@@ -5359,7 +4921,7 @@ export declare class ImageApi extends BaseAPI {
|
|
|
5359
4921
|
* @throws {RequiredError}
|
|
5360
4922
|
* @memberof ImageApi
|
|
5361
4923
|
*/
|
|
5362
|
-
deleteItemImageByIndex(requestParameters: ImageApiDeleteItemImageByIndexRequest, options?:
|
|
4924
|
+
deleteItemImageByIndex(requestParameters: ImageApiDeleteItemImageByIndexRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
5363
4925
|
/**
|
|
5364
4926
|
*
|
|
5365
4927
|
* @summary Delete the user\'s image.
|
|
@@ -5368,7 +4930,7 @@ export declare class ImageApi extends BaseAPI {
|
|
|
5368
4930
|
* @throws {RequiredError}
|
|
5369
4931
|
* @memberof ImageApi
|
|
5370
4932
|
*/
|
|
5371
|
-
deleteUserImage(requestParameters?: ImageApiDeleteUserImageRequest, options?:
|
|
4933
|
+
deleteUserImage(requestParameters?: ImageApiDeleteUserImageRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
5372
4934
|
/**
|
|
5373
4935
|
*
|
|
5374
4936
|
* @summary Get artist image by name.
|
|
@@ -5377,7 +4939,7 @@ export declare class ImageApi extends BaseAPI {
|
|
|
5377
4939
|
* @throws {RequiredError}
|
|
5378
4940
|
* @memberof ImageApi
|
|
5379
4941
|
*/
|
|
5380
|
-
getArtistImage(requestParameters: ImageApiGetArtistImageRequest, options?:
|
|
4942
|
+
getArtistImage(requestParameters: ImageApiGetArtistImageRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
|
|
5381
4943
|
/**
|
|
5382
4944
|
*
|
|
5383
4945
|
* @summary Get genre image by name.
|
|
@@ -5386,7 +4948,7 @@ export declare class ImageApi extends BaseAPI {
|
|
|
5386
4948
|
* @throws {RequiredError}
|
|
5387
4949
|
* @memberof ImageApi
|
|
5388
4950
|
*/
|
|
5389
|
-
getGenreImage(requestParameters: ImageApiGetGenreImageRequest, options?:
|
|
4951
|
+
getGenreImage(requestParameters: ImageApiGetGenreImageRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
|
|
5390
4952
|
/**
|
|
5391
4953
|
*
|
|
5392
4954
|
* @summary Get genre image by name.
|
|
@@ -5395,7 +4957,7 @@ export declare class ImageApi extends BaseAPI {
|
|
|
5395
4957
|
* @throws {RequiredError}
|
|
5396
4958
|
* @memberof ImageApi
|
|
5397
4959
|
*/
|
|
5398
|
-
getGenreImageByIndex(requestParameters: ImageApiGetGenreImageByIndexRequest, options?:
|
|
4960
|
+
getGenreImageByIndex(requestParameters: ImageApiGetGenreImageByIndexRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
|
|
5399
4961
|
/**
|
|
5400
4962
|
*
|
|
5401
4963
|
* @summary Gets the item\'s image.
|
|
@@ -5404,7 +4966,7 @@ export declare class ImageApi extends BaseAPI {
|
|
|
5404
4966
|
* @throws {RequiredError}
|
|
5405
4967
|
* @memberof ImageApi
|
|
5406
4968
|
*/
|
|
5407
|
-
getItemImage(requestParameters: ImageApiGetItemImageRequest, options?:
|
|
4969
|
+
getItemImage(requestParameters: ImageApiGetItemImageRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
|
|
5408
4970
|
/**
|
|
5409
4971
|
*
|
|
5410
4972
|
* @summary Gets the item\'s image.
|
|
@@ -5413,7 +4975,7 @@ export declare class ImageApi extends BaseAPI {
|
|
|
5413
4975
|
* @throws {RequiredError}
|
|
5414
4976
|
* @memberof ImageApi
|
|
5415
4977
|
*/
|
|
5416
|
-
getItemImage2(requestParameters: ImageApiGetItemImage2Request, options?:
|
|
4978
|
+
getItemImage2(requestParameters: ImageApiGetItemImage2Request, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
|
|
5417
4979
|
/**
|
|
5418
4980
|
*
|
|
5419
4981
|
* @summary Gets the item\'s image.
|
|
@@ -5422,7 +4984,7 @@ export declare class ImageApi extends BaseAPI {
|
|
|
5422
4984
|
* @throws {RequiredError}
|
|
5423
4985
|
* @memberof ImageApi
|
|
5424
4986
|
*/
|
|
5425
|
-
getItemImageByIndex(requestParameters: ImageApiGetItemImageByIndexRequest, options?:
|
|
4987
|
+
getItemImageByIndex(requestParameters: ImageApiGetItemImageByIndexRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
|
|
5426
4988
|
/**
|
|
5427
4989
|
*
|
|
5428
4990
|
* @summary Get item image infos.
|
|
@@ -5431,7 +4993,7 @@ export declare class ImageApi extends BaseAPI {
|
|
|
5431
4993
|
* @throws {RequiredError}
|
|
5432
4994
|
* @memberof ImageApi
|
|
5433
4995
|
*/
|
|
5434
|
-
getItemImageInfos(requestParameters: ImageApiGetItemImageInfosRequest, options?:
|
|
4996
|
+
getItemImageInfos(requestParameters: ImageApiGetItemImageInfosRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ImageInfo[], any>>;
|
|
5435
4997
|
/**
|
|
5436
4998
|
*
|
|
5437
4999
|
* @summary Get music genre image by name.
|
|
@@ -5440,7 +5002,7 @@ export declare class ImageApi extends BaseAPI {
|
|
|
5440
5002
|
* @throws {RequiredError}
|
|
5441
5003
|
* @memberof ImageApi
|
|
5442
5004
|
*/
|
|
5443
|
-
getMusicGenreImage(requestParameters: ImageApiGetMusicGenreImageRequest, options?:
|
|
5005
|
+
getMusicGenreImage(requestParameters: ImageApiGetMusicGenreImageRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
|
|
5444
5006
|
/**
|
|
5445
5007
|
*
|
|
5446
5008
|
* @summary Get music genre image by name.
|
|
@@ -5449,7 +5011,7 @@ export declare class ImageApi extends BaseAPI {
|
|
|
5449
5011
|
* @throws {RequiredError}
|
|
5450
5012
|
* @memberof ImageApi
|
|
5451
5013
|
*/
|
|
5452
|
-
getMusicGenreImageByIndex(requestParameters: ImageApiGetMusicGenreImageByIndexRequest, options?:
|
|
5014
|
+
getMusicGenreImageByIndex(requestParameters: ImageApiGetMusicGenreImageByIndexRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
|
|
5453
5015
|
/**
|
|
5454
5016
|
*
|
|
5455
5017
|
* @summary Get person image by name.
|
|
@@ -5458,7 +5020,7 @@ export declare class ImageApi extends BaseAPI {
|
|
|
5458
5020
|
* @throws {RequiredError}
|
|
5459
5021
|
* @memberof ImageApi
|
|
5460
5022
|
*/
|
|
5461
|
-
getPersonImage(requestParameters: ImageApiGetPersonImageRequest, options?:
|
|
5023
|
+
getPersonImage(requestParameters: ImageApiGetPersonImageRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
|
|
5462
5024
|
/**
|
|
5463
5025
|
*
|
|
5464
5026
|
* @summary Get person image by name.
|
|
@@ -5467,7 +5029,7 @@ export declare class ImageApi extends BaseAPI {
|
|
|
5467
5029
|
* @throws {RequiredError}
|
|
5468
5030
|
* @memberof ImageApi
|
|
5469
5031
|
*/
|
|
5470
|
-
getPersonImageByIndex(requestParameters: ImageApiGetPersonImageByIndexRequest, options?:
|
|
5032
|
+
getPersonImageByIndex(requestParameters: ImageApiGetPersonImageByIndexRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
|
|
5471
5033
|
/**
|
|
5472
5034
|
*
|
|
5473
5035
|
* @summary Generates or gets the splashscreen.
|
|
@@ -5476,7 +5038,7 @@ export declare class ImageApi extends BaseAPI {
|
|
|
5476
5038
|
* @throws {RequiredError}
|
|
5477
5039
|
* @memberof ImageApi
|
|
5478
5040
|
*/
|
|
5479
|
-
getSplashscreen(requestParameters?: ImageApiGetSplashscreenRequest, options?:
|
|
5041
|
+
getSplashscreen(requestParameters?: ImageApiGetSplashscreenRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
|
|
5480
5042
|
/**
|
|
5481
5043
|
*
|
|
5482
5044
|
* @summary Get studio image by name.
|
|
@@ -5485,7 +5047,7 @@ export declare class ImageApi extends BaseAPI {
|
|
|
5485
5047
|
* @throws {RequiredError}
|
|
5486
5048
|
* @memberof ImageApi
|
|
5487
5049
|
*/
|
|
5488
|
-
getStudioImage(requestParameters: ImageApiGetStudioImageRequest, options?:
|
|
5050
|
+
getStudioImage(requestParameters: ImageApiGetStudioImageRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
|
|
5489
5051
|
/**
|
|
5490
5052
|
*
|
|
5491
5053
|
* @summary Get studio image by name.
|
|
@@ -5494,7 +5056,7 @@ export declare class ImageApi extends BaseAPI {
|
|
|
5494
5056
|
* @throws {RequiredError}
|
|
5495
5057
|
* @memberof ImageApi
|
|
5496
5058
|
*/
|
|
5497
|
-
getStudioImageByIndex(requestParameters: ImageApiGetStudioImageByIndexRequest, options?:
|
|
5059
|
+
getStudioImageByIndex(requestParameters: ImageApiGetStudioImageByIndexRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
|
|
5498
5060
|
/**
|
|
5499
5061
|
*
|
|
5500
5062
|
* @summary Get user profile image.
|
|
@@ -5503,7 +5065,7 @@ export declare class ImageApi extends BaseAPI {
|
|
|
5503
5065
|
* @throws {RequiredError}
|
|
5504
5066
|
* @memberof ImageApi
|
|
5505
5067
|
*/
|
|
5506
|
-
getUserImage(requestParameters?: ImageApiGetUserImageRequest, options?:
|
|
5068
|
+
getUserImage(requestParameters?: ImageApiGetUserImageRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
|
|
5507
5069
|
/**
|
|
5508
5070
|
*
|
|
5509
5071
|
* @summary Get artist image by name.
|
|
@@ -5512,7 +5074,7 @@ export declare class ImageApi extends BaseAPI {
|
|
|
5512
5074
|
* @throws {RequiredError}
|
|
5513
5075
|
* @memberof ImageApi
|
|
5514
5076
|
*/
|
|
5515
|
-
headArtistImage(requestParameters: ImageApiHeadArtistImageRequest, options?:
|
|
5077
|
+
headArtistImage(requestParameters: ImageApiHeadArtistImageRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
|
|
5516
5078
|
/**
|
|
5517
5079
|
*
|
|
5518
5080
|
* @summary Get genre image by name.
|
|
@@ -5521,7 +5083,7 @@ export declare class ImageApi extends BaseAPI {
|
|
|
5521
5083
|
* @throws {RequiredError}
|
|
5522
5084
|
* @memberof ImageApi
|
|
5523
5085
|
*/
|
|
5524
|
-
headGenreImage(requestParameters: ImageApiHeadGenreImageRequest, options?:
|
|
5086
|
+
headGenreImage(requestParameters: ImageApiHeadGenreImageRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
|
|
5525
5087
|
/**
|
|
5526
5088
|
*
|
|
5527
5089
|
* @summary Get genre image by name.
|
|
@@ -5530,7 +5092,7 @@ export declare class ImageApi extends BaseAPI {
|
|
|
5530
5092
|
* @throws {RequiredError}
|
|
5531
5093
|
* @memberof ImageApi
|
|
5532
5094
|
*/
|
|
5533
|
-
headGenreImageByIndex(requestParameters: ImageApiHeadGenreImageByIndexRequest, options?:
|
|
5095
|
+
headGenreImageByIndex(requestParameters: ImageApiHeadGenreImageByIndexRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
|
|
5534
5096
|
/**
|
|
5535
5097
|
*
|
|
5536
5098
|
* @summary Gets the item\'s image.
|
|
@@ -5539,7 +5101,7 @@ export declare class ImageApi extends BaseAPI {
|
|
|
5539
5101
|
* @throws {RequiredError}
|
|
5540
5102
|
* @memberof ImageApi
|
|
5541
5103
|
*/
|
|
5542
|
-
headItemImage(requestParameters: ImageApiHeadItemImageRequest, options?:
|
|
5104
|
+
headItemImage(requestParameters: ImageApiHeadItemImageRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
|
|
5543
5105
|
/**
|
|
5544
5106
|
*
|
|
5545
5107
|
* @summary Gets the item\'s image.
|
|
@@ -5548,7 +5110,7 @@ export declare class ImageApi extends BaseAPI {
|
|
|
5548
5110
|
* @throws {RequiredError}
|
|
5549
5111
|
* @memberof ImageApi
|
|
5550
5112
|
*/
|
|
5551
|
-
headItemImage2(requestParameters: ImageApiHeadItemImage2Request, options?:
|
|
5113
|
+
headItemImage2(requestParameters: ImageApiHeadItemImage2Request, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
|
|
5552
5114
|
/**
|
|
5553
5115
|
*
|
|
5554
5116
|
* @summary Gets the item\'s image.
|
|
@@ -5557,7 +5119,7 @@ export declare class ImageApi extends BaseAPI {
|
|
|
5557
5119
|
* @throws {RequiredError}
|
|
5558
5120
|
* @memberof ImageApi
|
|
5559
5121
|
*/
|
|
5560
|
-
headItemImageByIndex(requestParameters: ImageApiHeadItemImageByIndexRequest, options?:
|
|
5122
|
+
headItemImageByIndex(requestParameters: ImageApiHeadItemImageByIndexRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
|
|
5561
5123
|
/**
|
|
5562
5124
|
*
|
|
5563
5125
|
* @summary Get music genre image by name.
|
|
@@ -5566,7 +5128,7 @@ export declare class ImageApi extends BaseAPI {
|
|
|
5566
5128
|
* @throws {RequiredError}
|
|
5567
5129
|
* @memberof ImageApi
|
|
5568
5130
|
*/
|
|
5569
|
-
headMusicGenreImage(requestParameters: ImageApiHeadMusicGenreImageRequest, options?:
|
|
5131
|
+
headMusicGenreImage(requestParameters: ImageApiHeadMusicGenreImageRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
|
|
5570
5132
|
/**
|
|
5571
5133
|
*
|
|
5572
5134
|
* @summary Get music genre image by name.
|
|
@@ -5575,7 +5137,7 @@ export declare class ImageApi extends BaseAPI {
|
|
|
5575
5137
|
* @throws {RequiredError}
|
|
5576
5138
|
* @memberof ImageApi
|
|
5577
5139
|
*/
|
|
5578
|
-
headMusicGenreImageByIndex(requestParameters: ImageApiHeadMusicGenreImageByIndexRequest, options?:
|
|
5140
|
+
headMusicGenreImageByIndex(requestParameters: ImageApiHeadMusicGenreImageByIndexRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
|
|
5579
5141
|
/**
|
|
5580
5142
|
*
|
|
5581
5143
|
* @summary Get person image by name.
|
|
@@ -5584,7 +5146,7 @@ export declare class ImageApi extends BaseAPI {
|
|
|
5584
5146
|
* @throws {RequiredError}
|
|
5585
5147
|
* @memberof ImageApi
|
|
5586
5148
|
*/
|
|
5587
|
-
headPersonImage(requestParameters: ImageApiHeadPersonImageRequest, options?:
|
|
5149
|
+
headPersonImage(requestParameters: ImageApiHeadPersonImageRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
|
|
5588
5150
|
/**
|
|
5589
5151
|
*
|
|
5590
5152
|
* @summary Get person image by name.
|
|
@@ -5593,7 +5155,7 @@ export declare class ImageApi extends BaseAPI {
|
|
|
5593
5155
|
* @throws {RequiredError}
|
|
5594
5156
|
* @memberof ImageApi
|
|
5595
5157
|
*/
|
|
5596
|
-
headPersonImageByIndex(requestParameters: ImageApiHeadPersonImageByIndexRequest, options?:
|
|
5158
|
+
headPersonImageByIndex(requestParameters: ImageApiHeadPersonImageByIndexRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
|
|
5597
5159
|
/**
|
|
5598
5160
|
*
|
|
5599
5161
|
* @summary Get studio image by name.
|
|
@@ -5602,7 +5164,7 @@ export declare class ImageApi extends BaseAPI {
|
|
|
5602
5164
|
* @throws {RequiredError}
|
|
5603
5165
|
* @memberof ImageApi
|
|
5604
5166
|
*/
|
|
5605
|
-
headStudioImage(requestParameters: ImageApiHeadStudioImageRequest, options?:
|
|
5167
|
+
headStudioImage(requestParameters: ImageApiHeadStudioImageRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
|
|
5606
5168
|
/**
|
|
5607
5169
|
*
|
|
5608
5170
|
* @summary Get studio image by name.
|
|
@@ -5611,7 +5173,7 @@ export declare class ImageApi extends BaseAPI {
|
|
|
5611
5173
|
* @throws {RequiredError}
|
|
5612
5174
|
* @memberof ImageApi
|
|
5613
5175
|
*/
|
|
5614
|
-
headStudioImageByIndex(requestParameters: ImageApiHeadStudioImageByIndexRequest, options?:
|
|
5176
|
+
headStudioImageByIndex(requestParameters: ImageApiHeadStudioImageByIndexRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
|
|
5615
5177
|
/**
|
|
5616
5178
|
*
|
|
5617
5179
|
* @summary Get user profile image.
|
|
@@ -5620,7 +5182,7 @@ export declare class ImageApi extends BaseAPI {
|
|
|
5620
5182
|
* @throws {RequiredError}
|
|
5621
5183
|
* @memberof ImageApi
|
|
5622
5184
|
*/
|
|
5623
|
-
headUserImage(requestParameters?: ImageApiHeadUserImageRequest, options?:
|
|
5185
|
+
headUserImage(requestParameters?: ImageApiHeadUserImageRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
|
|
5624
5186
|
/**
|
|
5625
5187
|
*
|
|
5626
5188
|
* @summary Sets the user image.
|
|
@@ -5629,7 +5191,7 @@ export declare class ImageApi extends BaseAPI {
|
|
|
5629
5191
|
* @throws {RequiredError}
|
|
5630
5192
|
* @memberof ImageApi
|
|
5631
5193
|
*/
|
|
5632
|
-
postUserImage(requestParameters?: ImageApiPostUserImageRequest, options?:
|
|
5194
|
+
postUserImage(requestParameters?: ImageApiPostUserImageRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
5633
5195
|
/**
|
|
5634
5196
|
*
|
|
5635
5197
|
* @summary Set item image.
|
|
@@ -5638,7 +5200,7 @@ export declare class ImageApi extends BaseAPI {
|
|
|
5638
5200
|
* @throws {RequiredError}
|
|
5639
5201
|
* @memberof ImageApi
|
|
5640
5202
|
*/
|
|
5641
|
-
setItemImage(requestParameters: ImageApiSetItemImageRequest, options?:
|
|
5203
|
+
setItemImage(requestParameters: ImageApiSetItemImageRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
5642
5204
|
/**
|
|
5643
5205
|
*
|
|
5644
5206
|
* @summary Set item image.
|
|
@@ -5647,7 +5209,7 @@ export declare class ImageApi extends BaseAPI {
|
|
|
5647
5209
|
* @throws {RequiredError}
|
|
5648
5210
|
* @memberof ImageApi
|
|
5649
5211
|
*/
|
|
5650
|
-
setItemImageByIndex(requestParameters: ImageApiSetItemImageByIndexRequest, options?:
|
|
5212
|
+
setItemImageByIndex(requestParameters: ImageApiSetItemImageByIndexRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
5651
5213
|
/**
|
|
5652
5214
|
*
|
|
5653
5215
|
* @summary Updates the index for an item image.
|
|
@@ -5656,7 +5218,7 @@ export declare class ImageApi extends BaseAPI {
|
|
|
5656
5218
|
* @throws {RequiredError}
|
|
5657
5219
|
* @memberof ImageApi
|
|
5658
5220
|
*/
|
|
5659
|
-
updateItemImageIndex(requestParameters: ImageApiUpdateItemImageIndexRequest, options?:
|
|
5221
|
+
updateItemImageIndex(requestParameters: ImageApiUpdateItemImageIndexRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
5660
5222
|
/**
|
|
5661
5223
|
*
|
|
5662
5224
|
* @summary Uploads a custom splashscreen. The body is expected to the image contents base64 encoded.
|
|
@@ -5665,5 +5227,5 @@ export declare class ImageApi extends BaseAPI {
|
|
|
5665
5227
|
* @throws {RequiredError}
|
|
5666
5228
|
* @memberof ImageApi
|
|
5667
5229
|
*/
|
|
5668
|
-
uploadCustomSplashscreen(requestParameters?: ImageApiUploadCustomSplashscreenRequest, options?:
|
|
5230
|
+
uploadCustomSplashscreen(requestParameters?: ImageApiUploadCustomSplashscreenRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
5669
5231
|
}
|