@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
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { __awaiter } from '../../node_modules/tslib/tslib.es6.js';
|
|
2
1
|
import globalAxios from 'axios';
|
|
3
2
|
import { assertParamExists, DUMMY_BASE_URL, setApiKeyToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from '../common.js';
|
|
4
|
-
import { BaseAPI, BASE_PATH } from '../base.js';
|
|
3
|
+
import { operationServerMap, BaseAPI, BASE_PATH } from '../base.js';
|
|
5
4
|
|
|
6
5
|
/* tslint:disable */
|
|
7
6
|
/* eslint-disable */
|
|
@@ -30,7 +29,7 @@ const ItemLookupApiAxiosParamCreator = function (configuration) {
|
|
|
30
29
|
* @param {*} [options] Override http request option.
|
|
31
30
|
* @throws {RequiredError}
|
|
32
31
|
*/
|
|
33
|
-
applySearchCriteria:
|
|
32
|
+
applySearchCriteria: async (itemId, remoteSearchResult, replaceAllImages, options = {}) => {
|
|
34
33
|
// verify required parameter 'itemId' is not null or undefined
|
|
35
34
|
assertParamExists('applySearchCriteria', 'itemId', itemId);
|
|
36
35
|
// verify required parameter 'remoteSearchResult' is not null or undefined
|
|
@@ -43,24 +42,24 @@ const ItemLookupApiAxiosParamCreator = function (configuration) {
|
|
|
43
42
|
if (configuration) {
|
|
44
43
|
baseOptions = configuration.baseOptions;
|
|
45
44
|
}
|
|
46
|
-
const localVarRequestOptions =
|
|
45
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options };
|
|
47
46
|
const localVarHeaderParameter = {};
|
|
48
47
|
const localVarQueryParameter = {};
|
|
49
48
|
// authentication CustomAuthentication required
|
|
50
|
-
|
|
49
|
+
await setApiKeyToObject(localVarHeaderParameter, "Authorization", configuration);
|
|
51
50
|
if (replaceAllImages !== undefined) {
|
|
52
51
|
localVarQueryParameter['replaceAllImages'] = replaceAllImages;
|
|
53
52
|
}
|
|
54
53
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
55
54
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
56
55
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
57
|
-
localVarRequestOptions.headers =
|
|
56
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
58
57
|
localVarRequestOptions.data = serializeDataIfNeeded(remoteSearchResult, localVarRequestOptions, configuration);
|
|
59
58
|
return {
|
|
60
59
|
url: toPathString(localVarUrlObj),
|
|
61
60
|
options: localVarRequestOptions,
|
|
62
61
|
};
|
|
63
|
-
}
|
|
62
|
+
},
|
|
64
63
|
/**
|
|
65
64
|
*
|
|
66
65
|
* @summary Get book remote search.
|
|
@@ -68,7 +67,7 @@ const ItemLookupApiAxiosParamCreator = function (configuration) {
|
|
|
68
67
|
* @param {*} [options] Override http request option.
|
|
69
68
|
* @throws {RequiredError}
|
|
70
69
|
*/
|
|
71
|
-
getBookRemoteSearchResults:
|
|
70
|
+
getBookRemoteSearchResults: async (bookInfoRemoteSearchQuery, options = {}) => {
|
|
72
71
|
// verify required parameter 'bookInfoRemoteSearchQuery' is not null or undefined
|
|
73
72
|
assertParamExists('getBookRemoteSearchResults', 'bookInfoRemoteSearchQuery', bookInfoRemoteSearchQuery);
|
|
74
73
|
const localVarPath = `/Items/RemoteSearch/Book`;
|
|
@@ -78,21 +77,21 @@ const ItemLookupApiAxiosParamCreator = function (configuration) {
|
|
|
78
77
|
if (configuration) {
|
|
79
78
|
baseOptions = configuration.baseOptions;
|
|
80
79
|
}
|
|
81
|
-
const localVarRequestOptions =
|
|
80
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options };
|
|
82
81
|
const localVarHeaderParameter = {};
|
|
83
82
|
const localVarQueryParameter = {};
|
|
84
83
|
// authentication CustomAuthentication required
|
|
85
|
-
|
|
84
|
+
await setApiKeyToObject(localVarHeaderParameter, "Authorization", configuration);
|
|
86
85
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
87
86
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
88
87
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
89
|
-
localVarRequestOptions.headers =
|
|
88
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
90
89
|
localVarRequestOptions.data = serializeDataIfNeeded(bookInfoRemoteSearchQuery, localVarRequestOptions, configuration);
|
|
91
90
|
return {
|
|
92
91
|
url: toPathString(localVarUrlObj),
|
|
93
92
|
options: localVarRequestOptions,
|
|
94
93
|
};
|
|
95
|
-
}
|
|
94
|
+
},
|
|
96
95
|
/**
|
|
97
96
|
*
|
|
98
97
|
* @summary Get box set remote search.
|
|
@@ -100,7 +99,7 @@ const ItemLookupApiAxiosParamCreator = function (configuration) {
|
|
|
100
99
|
* @param {*} [options] Override http request option.
|
|
101
100
|
* @throws {RequiredError}
|
|
102
101
|
*/
|
|
103
|
-
getBoxSetRemoteSearchResults:
|
|
102
|
+
getBoxSetRemoteSearchResults: async (boxSetInfoRemoteSearchQuery, options = {}) => {
|
|
104
103
|
// verify required parameter 'boxSetInfoRemoteSearchQuery' is not null or undefined
|
|
105
104
|
assertParamExists('getBoxSetRemoteSearchResults', 'boxSetInfoRemoteSearchQuery', boxSetInfoRemoteSearchQuery);
|
|
106
105
|
const localVarPath = `/Items/RemoteSearch/BoxSet`;
|
|
@@ -110,21 +109,21 @@ const ItemLookupApiAxiosParamCreator = function (configuration) {
|
|
|
110
109
|
if (configuration) {
|
|
111
110
|
baseOptions = configuration.baseOptions;
|
|
112
111
|
}
|
|
113
|
-
const localVarRequestOptions =
|
|
112
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options };
|
|
114
113
|
const localVarHeaderParameter = {};
|
|
115
114
|
const localVarQueryParameter = {};
|
|
116
115
|
// authentication CustomAuthentication required
|
|
117
|
-
|
|
116
|
+
await setApiKeyToObject(localVarHeaderParameter, "Authorization", configuration);
|
|
118
117
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
119
118
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
120
119
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
121
|
-
localVarRequestOptions.headers =
|
|
120
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
122
121
|
localVarRequestOptions.data = serializeDataIfNeeded(boxSetInfoRemoteSearchQuery, localVarRequestOptions, configuration);
|
|
123
122
|
return {
|
|
124
123
|
url: toPathString(localVarUrlObj),
|
|
125
124
|
options: localVarRequestOptions,
|
|
126
125
|
};
|
|
127
|
-
}
|
|
126
|
+
},
|
|
128
127
|
/**
|
|
129
128
|
*
|
|
130
129
|
* @summary Get the item\'s external id info.
|
|
@@ -132,7 +131,7 @@ const ItemLookupApiAxiosParamCreator = function (configuration) {
|
|
|
132
131
|
* @param {*} [options] Override http request option.
|
|
133
132
|
* @throws {RequiredError}
|
|
134
133
|
*/
|
|
135
|
-
getExternalIdInfos:
|
|
134
|
+
getExternalIdInfos: async (itemId, options = {}) => {
|
|
136
135
|
// verify required parameter 'itemId' is not null or undefined
|
|
137
136
|
assertParamExists('getExternalIdInfos', 'itemId', itemId);
|
|
138
137
|
const localVarPath = `/Items/{itemId}/ExternalIdInfos`
|
|
@@ -143,19 +142,19 @@ const ItemLookupApiAxiosParamCreator = function (configuration) {
|
|
|
143
142
|
if (configuration) {
|
|
144
143
|
baseOptions = configuration.baseOptions;
|
|
145
144
|
}
|
|
146
|
-
const localVarRequestOptions =
|
|
145
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options };
|
|
147
146
|
const localVarHeaderParameter = {};
|
|
148
147
|
const localVarQueryParameter = {};
|
|
149
148
|
// authentication CustomAuthentication required
|
|
150
|
-
|
|
149
|
+
await setApiKeyToObject(localVarHeaderParameter, "Authorization", configuration);
|
|
151
150
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
152
151
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
153
|
-
localVarRequestOptions.headers =
|
|
152
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
154
153
|
return {
|
|
155
154
|
url: toPathString(localVarUrlObj),
|
|
156
155
|
options: localVarRequestOptions,
|
|
157
156
|
};
|
|
158
|
-
}
|
|
157
|
+
},
|
|
159
158
|
/**
|
|
160
159
|
*
|
|
161
160
|
* @summary Get movie remote search.
|
|
@@ -163,7 +162,7 @@ const ItemLookupApiAxiosParamCreator = function (configuration) {
|
|
|
163
162
|
* @param {*} [options] Override http request option.
|
|
164
163
|
* @throws {RequiredError}
|
|
165
164
|
*/
|
|
166
|
-
getMovieRemoteSearchResults:
|
|
165
|
+
getMovieRemoteSearchResults: async (movieInfoRemoteSearchQuery, options = {}) => {
|
|
167
166
|
// verify required parameter 'movieInfoRemoteSearchQuery' is not null or undefined
|
|
168
167
|
assertParamExists('getMovieRemoteSearchResults', 'movieInfoRemoteSearchQuery', movieInfoRemoteSearchQuery);
|
|
169
168
|
const localVarPath = `/Items/RemoteSearch/Movie`;
|
|
@@ -173,21 +172,21 @@ const ItemLookupApiAxiosParamCreator = function (configuration) {
|
|
|
173
172
|
if (configuration) {
|
|
174
173
|
baseOptions = configuration.baseOptions;
|
|
175
174
|
}
|
|
176
|
-
const localVarRequestOptions =
|
|
175
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options };
|
|
177
176
|
const localVarHeaderParameter = {};
|
|
178
177
|
const localVarQueryParameter = {};
|
|
179
178
|
// authentication CustomAuthentication required
|
|
180
|
-
|
|
179
|
+
await setApiKeyToObject(localVarHeaderParameter, "Authorization", configuration);
|
|
181
180
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
182
181
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
183
182
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
184
|
-
localVarRequestOptions.headers =
|
|
183
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
185
184
|
localVarRequestOptions.data = serializeDataIfNeeded(movieInfoRemoteSearchQuery, localVarRequestOptions, configuration);
|
|
186
185
|
return {
|
|
187
186
|
url: toPathString(localVarUrlObj),
|
|
188
187
|
options: localVarRequestOptions,
|
|
189
188
|
};
|
|
190
|
-
}
|
|
189
|
+
},
|
|
191
190
|
/**
|
|
192
191
|
*
|
|
193
192
|
* @summary Get music album remote search.
|
|
@@ -195,7 +194,7 @@ const ItemLookupApiAxiosParamCreator = function (configuration) {
|
|
|
195
194
|
* @param {*} [options] Override http request option.
|
|
196
195
|
* @throws {RequiredError}
|
|
197
196
|
*/
|
|
198
|
-
getMusicAlbumRemoteSearchResults:
|
|
197
|
+
getMusicAlbumRemoteSearchResults: async (albumInfoRemoteSearchQuery, options = {}) => {
|
|
199
198
|
// verify required parameter 'albumInfoRemoteSearchQuery' is not null or undefined
|
|
200
199
|
assertParamExists('getMusicAlbumRemoteSearchResults', 'albumInfoRemoteSearchQuery', albumInfoRemoteSearchQuery);
|
|
201
200
|
const localVarPath = `/Items/RemoteSearch/MusicAlbum`;
|
|
@@ -205,21 +204,21 @@ const ItemLookupApiAxiosParamCreator = function (configuration) {
|
|
|
205
204
|
if (configuration) {
|
|
206
205
|
baseOptions = configuration.baseOptions;
|
|
207
206
|
}
|
|
208
|
-
const localVarRequestOptions =
|
|
207
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options };
|
|
209
208
|
const localVarHeaderParameter = {};
|
|
210
209
|
const localVarQueryParameter = {};
|
|
211
210
|
// authentication CustomAuthentication required
|
|
212
|
-
|
|
211
|
+
await setApiKeyToObject(localVarHeaderParameter, "Authorization", configuration);
|
|
213
212
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
214
213
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
215
214
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
216
|
-
localVarRequestOptions.headers =
|
|
215
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
217
216
|
localVarRequestOptions.data = serializeDataIfNeeded(albumInfoRemoteSearchQuery, localVarRequestOptions, configuration);
|
|
218
217
|
return {
|
|
219
218
|
url: toPathString(localVarUrlObj),
|
|
220
219
|
options: localVarRequestOptions,
|
|
221
220
|
};
|
|
222
|
-
}
|
|
221
|
+
},
|
|
223
222
|
/**
|
|
224
223
|
*
|
|
225
224
|
* @summary Get music artist remote search.
|
|
@@ -227,7 +226,7 @@ const ItemLookupApiAxiosParamCreator = function (configuration) {
|
|
|
227
226
|
* @param {*} [options] Override http request option.
|
|
228
227
|
* @throws {RequiredError}
|
|
229
228
|
*/
|
|
230
|
-
getMusicArtistRemoteSearchResults:
|
|
229
|
+
getMusicArtistRemoteSearchResults: async (artistInfoRemoteSearchQuery, options = {}) => {
|
|
231
230
|
// verify required parameter 'artistInfoRemoteSearchQuery' is not null or undefined
|
|
232
231
|
assertParamExists('getMusicArtistRemoteSearchResults', 'artistInfoRemoteSearchQuery', artistInfoRemoteSearchQuery);
|
|
233
232
|
const localVarPath = `/Items/RemoteSearch/MusicArtist`;
|
|
@@ -237,21 +236,21 @@ const ItemLookupApiAxiosParamCreator = function (configuration) {
|
|
|
237
236
|
if (configuration) {
|
|
238
237
|
baseOptions = configuration.baseOptions;
|
|
239
238
|
}
|
|
240
|
-
const localVarRequestOptions =
|
|
239
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options };
|
|
241
240
|
const localVarHeaderParameter = {};
|
|
242
241
|
const localVarQueryParameter = {};
|
|
243
242
|
// authentication CustomAuthentication required
|
|
244
|
-
|
|
243
|
+
await setApiKeyToObject(localVarHeaderParameter, "Authorization", configuration);
|
|
245
244
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
246
245
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
247
246
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
248
|
-
localVarRequestOptions.headers =
|
|
247
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
249
248
|
localVarRequestOptions.data = serializeDataIfNeeded(artistInfoRemoteSearchQuery, localVarRequestOptions, configuration);
|
|
250
249
|
return {
|
|
251
250
|
url: toPathString(localVarUrlObj),
|
|
252
251
|
options: localVarRequestOptions,
|
|
253
252
|
};
|
|
254
|
-
}
|
|
253
|
+
},
|
|
255
254
|
/**
|
|
256
255
|
*
|
|
257
256
|
* @summary Get music video remote search.
|
|
@@ -259,7 +258,7 @@ const ItemLookupApiAxiosParamCreator = function (configuration) {
|
|
|
259
258
|
* @param {*} [options] Override http request option.
|
|
260
259
|
* @throws {RequiredError}
|
|
261
260
|
*/
|
|
262
|
-
getMusicVideoRemoteSearchResults:
|
|
261
|
+
getMusicVideoRemoteSearchResults: async (musicVideoInfoRemoteSearchQuery, options = {}) => {
|
|
263
262
|
// verify required parameter 'musicVideoInfoRemoteSearchQuery' is not null or undefined
|
|
264
263
|
assertParamExists('getMusicVideoRemoteSearchResults', 'musicVideoInfoRemoteSearchQuery', musicVideoInfoRemoteSearchQuery);
|
|
265
264
|
const localVarPath = `/Items/RemoteSearch/MusicVideo`;
|
|
@@ -269,21 +268,21 @@ const ItemLookupApiAxiosParamCreator = function (configuration) {
|
|
|
269
268
|
if (configuration) {
|
|
270
269
|
baseOptions = configuration.baseOptions;
|
|
271
270
|
}
|
|
272
|
-
const localVarRequestOptions =
|
|
271
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options };
|
|
273
272
|
const localVarHeaderParameter = {};
|
|
274
273
|
const localVarQueryParameter = {};
|
|
275
274
|
// authentication CustomAuthentication required
|
|
276
|
-
|
|
275
|
+
await setApiKeyToObject(localVarHeaderParameter, "Authorization", configuration);
|
|
277
276
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
278
277
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
279
278
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
280
|
-
localVarRequestOptions.headers =
|
|
279
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
281
280
|
localVarRequestOptions.data = serializeDataIfNeeded(musicVideoInfoRemoteSearchQuery, localVarRequestOptions, configuration);
|
|
282
281
|
return {
|
|
283
282
|
url: toPathString(localVarUrlObj),
|
|
284
283
|
options: localVarRequestOptions,
|
|
285
284
|
};
|
|
286
|
-
}
|
|
285
|
+
},
|
|
287
286
|
/**
|
|
288
287
|
*
|
|
289
288
|
* @summary Get person remote search.
|
|
@@ -291,7 +290,7 @@ const ItemLookupApiAxiosParamCreator = function (configuration) {
|
|
|
291
290
|
* @param {*} [options] Override http request option.
|
|
292
291
|
* @throws {RequiredError}
|
|
293
292
|
*/
|
|
294
|
-
getPersonRemoteSearchResults:
|
|
293
|
+
getPersonRemoteSearchResults: async (personLookupInfoRemoteSearchQuery, options = {}) => {
|
|
295
294
|
// verify required parameter 'personLookupInfoRemoteSearchQuery' is not null or undefined
|
|
296
295
|
assertParamExists('getPersonRemoteSearchResults', 'personLookupInfoRemoteSearchQuery', personLookupInfoRemoteSearchQuery);
|
|
297
296
|
const localVarPath = `/Items/RemoteSearch/Person`;
|
|
@@ -301,21 +300,21 @@ const ItemLookupApiAxiosParamCreator = function (configuration) {
|
|
|
301
300
|
if (configuration) {
|
|
302
301
|
baseOptions = configuration.baseOptions;
|
|
303
302
|
}
|
|
304
|
-
const localVarRequestOptions =
|
|
303
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options };
|
|
305
304
|
const localVarHeaderParameter = {};
|
|
306
305
|
const localVarQueryParameter = {};
|
|
307
306
|
// authentication CustomAuthentication required
|
|
308
|
-
|
|
307
|
+
await setApiKeyToObject(localVarHeaderParameter, "Authorization", configuration);
|
|
309
308
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
310
309
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
311
310
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
312
|
-
localVarRequestOptions.headers =
|
|
311
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
313
312
|
localVarRequestOptions.data = serializeDataIfNeeded(personLookupInfoRemoteSearchQuery, localVarRequestOptions, configuration);
|
|
314
313
|
return {
|
|
315
314
|
url: toPathString(localVarUrlObj),
|
|
316
315
|
options: localVarRequestOptions,
|
|
317
316
|
};
|
|
318
|
-
}
|
|
317
|
+
},
|
|
319
318
|
/**
|
|
320
319
|
*
|
|
321
320
|
* @summary Get series remote search.
|
|
@@ -323,7 +322,7 @@ const ItemLookupApiAxiosParamCreator = function (configuration) {
|
|
|
323
322
|
* @param {*} [options] Override http request option.
|
|
324
323
|
* @throws {RequiredError}
|
|
325
324
|
*/
|
|
326
|
-
getSeriesRemoteSearchResults:
|
|
325
|
+
getSeriesRemoteSearchResults: async (seriesInfoRemoteSearchQuery, options = {}) => {
|
|
327
326
|
// verify required parameter 'seriesInfoRemoteSearchQuery' is not null or undefined
|
|
328
327
|
assertParamExists('getSeriesRemoteSearchResults', 'seriesInfoRemoteSearchQuery', seriesInfoRemoteSearchQuery);
|
|
329
328
|
const localVarPath = `/Items/RemoteSearch/Series`;
|
|
@@ -333,21 +332,21 @@ const ItemLookupApiAxiosParamCreator = function (configuration) {
|
|
|
333
332
|
if (configuration) {
|
|
334
333
|
baseOptions = configuration.baseOptions;
|
|
335
334
|
}
|
|
336
|
-
const localVarRequestOptions =
|
|
335
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options };
|
|
337
336
|
const localVarHeaderParameter = {};
|
|
338
337
|
const localVarQueryParameter = {};
|
|
339
338
|
// authentication CustomAuthentication required
|
|
340
|
-
|
|
339
|
+
await setApiKeyToObject(localVarHeaderParameter, "Authorization", configuration);
|
|
341
340
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
342
341
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
343
342
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
344
|
-
localVarRequestOptions.headers =
|
|
343
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
345
344
|
localVarRequestOptions.data = serializeDataIfNeeded(seriesInfoRemoteSearchQuery, localVarRequestOptions, configuration);
|
|
346
345
|
return {
|
|
347
346
|
url: toPathString(localVarUrlObj),
|
|
348
347
|
options: localVarRequestOptions,
|
|
349
348
|
};
|
|
350
|
-
}
|
|
349
|
+
},
|
|
351
350
|
/**
|
|
352
351
|
*
|
|
353
352
|
* @summary Get trailer remote search.
|
|
@@ -355,7 +354,7 @@ const ItemLookupApiAxiosParamCreator = function (configuration) {
|
|
|
355
354
|
* @param {*} [options] Override http request option.
|
|
356
355
|
* @throws {RequiredError}
|
|
357
356
|
*/
|
|
358
|
-
getTrailerRemoteSearchResults:
|
|
357
|
+
getTrailerRemoteSearchResults: async (trailerInfoRemoteSearchQuery, options = {}) => {
|
|
359
358
|
// verify required parameter 'trailerInfoRemoteSearchQuery' is not null or undefined
|
|
360
359
|
assertParamExists('getTrailerRemoteSearchResults', 'trailerInfoRemoteSearchQuery', trailerInfoRemoteSearchQuery);
|
|
361
360
|
const localVarPath = `/Items/RemoteSearch/Trailer`;
|
|
@@ -365,21 +364,21 @@ const ItemLookupApiAxiosParamCreator = function (configuration) {
|
|
|
365
364
|
if (configuration) {
|
|
366
365
|
baseOptions = configuration.baseOptions;
|
|
367
366
|
}
|
|
368
|
-
const localVarRequestOptions =
|
|
367
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options };
|
|
369
368
|
const localVarHeaderParameter = {};
|
|
370
369
|
const localVarQueryParameter = {};
|
|
371
370
|
// authentication CustomAuthentication required
|
|
372
|
-
|
|
371
|
+
await setApiKeyToObject(localVarHeaderParameter, "Authorization", configuration);
|
|
373
372
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
374
373
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
375
374
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
376
|
-
localVarRequestOptions.headers =
|
|
375
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
377
376
|
localVarRequestOptions.data = serializeDataIfNeeded(trailerInfoRemoteSearchQuery, localVarRequestOptions, configuration);
|
|
378
377
|
return {
|
|
379
378
|
url: toPathString(localVarUrlObj),
|
|
380
379
|
options: localVarRequestOptions,
|
|
381
380
|
};
|
|
382
|
-
}
|
|
381
|
+
},
|
|
383
382
|
};
|
|
384
383
|
};
|
|
385
384
|
/**
|
|
@@ -398,11 +397,12 @@ const ItemLookupApiFp = function (configuration) {
|
|
|
398
397
|
* @param {*} [options] Override http request option.
|
|
399
398
|
* @throws {RequiredError}
|
|
400
399
|
*/
|
|
401
|
-
applySearchCriteria(itemId, remoteSearchResult, replaceAllImages, options) {
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
400
|
+
async applySearchCriteria(itemId, remoteSearchResult, replaceAllImages, options) {
|
|
401
|
+
var _a, _b, _c;
|
|
402
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.applySearchCriteria(itemId, remoteSearchResult, replaceAllImages, options);
|
|
403
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
404
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['ItemLookupApi.applySearchCriteria']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
405
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
406
406
|
},
|
|
407
407
|
/**
|
|
408
408
|
*
|
|
@@ -411,11 +411,12 @@ const ItemLookupApiFp = function (configuration) {
|
|
|
411
411
|
* @param {*} [options] Override http request option.
|
|
412
412
|
* @throws {RequiredError}
|
|
413
413
|
*/
|
|
414
|
-
getBookRemoteSearchResults(bookInfoRemoteSearchQuery, options) {
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
414
|
+
async getBookRemoteSearchResults(bookInfoRemoteSearchQuery, options) {
|
|
415
|
+
var _a, _b, _c;
|
|
416
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getBookRemoteSearchResults(bookInfoRemoteSearchQuery, options);
|
|
417
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
418
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['ItemLookupApi.getBookRemoteSearchResults']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
419
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
419
420
|
},
|
|
420
421
|
/**
|
|
421
422
|
*
|
|
@@ -424,11 +425,12 @@ const ItemLookupApiFp = function (configuration) {
|
|
|
424
425
|
* @param {*} [options] Override http request option.
|
|
425
426
|
* @throws {RequiredError}
|
|
426
427
|
*/
|
|
427
|
-
getBoxSetRemoteSearchResults(boxSetInfoRemoteSearchQuery, options) {
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
428
|
+
async getBoxSetRemoteSearchResults(boxSetInfoRemoteSearchQuery, options) {
|
|
429
|
+
var _a, _b, _c;
|
|
430
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getBoxSetRemoteSearchResults(boxSetInfoRemoteSearchQuery, options);
|
|
431
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
432
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['ItemLookupApi.getBoxSetRemoteSearchResults']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
433
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
432
434
|
},
|
|
433
435
|
/**
|
|
434
436
|
*
|
|
@@ -437,11 +439,12 @@ const ItemLookupApiFp = function (configuration) {
|
|
|
437
439
|
* @param {*} [options] Override http request option.
|
|
438
440
|
* @throws {RequiredError}
|
|
439
441
|
*/
|
|
440
|
-
getExternalIdInfos(itemId, options) {
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
442
|
+
async getExternalIdInfos(itemId, options) {
|
|
443
|
+
var _a, _b, _c;
|
|
444
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getExternalIdInfos(itemId, options);
|
|
445
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
446
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['ItemLookupApi.getExternalIdInfos']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
447
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
445
448
|
},
|
|
446
449
|
/**
|
|
447
450
|
*
|
|
@@ -450,11 +453,12 @@ const ItemLookupApiFp = function (configuration) {
|
|
|
450
453
|
* @param {*} [options] Override http request option.
|
|
451
454
|
* @throws {RequiredError}
|
|
452
455
|
*/
|
|
453
|
-
getMovieRemoteSearchResults(movieInfoRemoteSearchQuery, options) {
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
456
|
+
async getMovieRemoteSearchResults(movieInfoRemoteSearchQuery, options) {
|
|
457
|
+
var _a, _b, _c;
|
|
458
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getMovieRemoteSearchResults(movieInfoRemoteSearchQuery, options);
|
|
459
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
460
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['ItemLookupApi.getMovieRemoteSearchResults']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
461
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
458
462
|
},
|
|
459
463
|
/**
|
|
460
464
|
*
|
|
@@ -463,11 +467,12 @@ const ItemLookupApiFp = function (configuration) {
|
|
|
463
467
|
* @param {*} [options] Override http request option.
|
|
464
468
|
* @throws {RequiredError}
|
|
465
469
|
*/
|
|
466
|
-
getMusicAlbumRemoteSearchResults(albumInfoRemoteSearchQuery, options) {
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
470
|
+
async getMusicAlbumRemoteSearchResults(albumInfoRemoteSearchQuery, options) {
|
|
471
|
+
var _a, _b, _c;
|
|
472
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getMusicAlbumRemoteSearchResults(albumInfoRemoteSearchQuery, options);
|
|
473
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
474
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['ItemLookupApi.getMusicAlbumRemoteSearchResults']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
475
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
471
476
|
},
|
|
472
477
|
/**
|
|
473
478
|
*
|
|
@@ -476,11 +481,12 @@ const ItemLookupApiFp = function (configuration) {
|
|
|
476
481
|
* @param {*} [options] Override http request option.
|
|
477
482
|
* @throws {RequiredError}
|
|
478
483
|
*/
|
|
479
|
-
getMusicArtistRemoteSearchResults(artistInfoRemoteSearchQuery, options) {
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
+
async getMusicArtistRemoteSearchResults(artistInfoRemoteSearchQuery, options) {
|
|
485
|
+
var _a, _b, _c;
|
|
486
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getMusicArtistRemoteSearchResults(artistInfoRemoteSearchQuery, options);
|
|
487
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
488
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['ItemLookupApi.getMusicArtistRemoteSearchResults']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
489
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
484
490
|
},
|
|
485
491
|
/**
|
|
486
492
|
*
|
|
@@ -489,11 +495,12 @@ const ItemLookupApiFp = function (configuration) {
|
|
|
489
495
|
* @param {*} [options] Override http request option.
|
|
490
496
|
* @throws {RequiredError}
|
|
491
497
|
*/
|
|
492
|
-
getMusicVideoRemoteSearchResults(musicVideoInfoRemoteSearchQuery, options) {
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
498
|
+
async getMusicVideoRemoteSearchResults(musicVideoInfoRemoteSearchQuery, options) {
|
|
499
|
+
var _a, _b, _c;
|
|
500
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getMusicVideoRemoteSearchResults(musicVideoInfoRemoteSearchQuery, options);
|
|
501
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
502
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['ItemLookupApi.getMusicVideoRemoteSearchResults']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
503
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
497
504
|
},
|
|
498
505
|
/**
|
|
499
506
|
*
|
|
@@ -502,11 +509,12 @@ const ItemLookupApiFp = function (configuration) {
|
|
|
502
509
|
* @param {*} [options] Override http request option.
|
|
503
510
|
* @throws {RequiredError}
|
|
504
511
|
*/
|
|
505
|
-
getPersonRemoteSearchResults(personLookupInfoRemoteSearchQuery, options) {
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
512
|
+
async getPersonRemoteSearchResults(personLookupInfoRemoteSearchQuery, options) {
|
|
513
|
+
var _a, _b, _c;
|
|
514
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getPersonRemoteSearchResults(personLookupInfoRemoteSearchQuery, options);
|
|
515
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
516
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['ItemLookupApi.getPersonRemoteSearchResults']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
517
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
510
518
|
},
|
|
511
519
|
/**
|
|
512
520
|
*
|
|
@@ -515,11 +523,12 @@ const ItemLookupApiFp = function (configuration) {
|
|
|
515
523
|
* @param {*} [options] Override http request option.
|
|
516
524
|
* @throws {RequiredError}
|
|
517
525
|
*/
|
|
518
|
-
getSeriesRemoteSearchResults(seriesInfoRemoteSearchQuery, options) {
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
526
|
+
async getSeriesRemoteSearchResults(seriesInfoRemoteSearchQuery, options) {
|
|
527
|
+
var _a, _b, _c;
|
|
528
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getSeriesRemoteSearchResults(seriesInfoRemoteSearchQuery, options);
|
|
529
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
530
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['ItemLookupApi.getSeriesRemoteSearchResults']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
531
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
523
532
|
},
|
|
524
533
|
/**
|
|
525
534
|
*
|
|
@@ -528,11 +537,12 @@ const ItemLookupApiFp = function (configuration) {
|
|
|
528
537
|
* @param {*} [options] Override http request option.
|
|
529
538
|
* @throws {RequiredError}
|
|
530
539
|
*/
|
|
531
|
-
getTrailerRemoteSearchResults(trailerInfoRemoteSearchQuery, options) {
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
540
|
+
async getTrailerRemoteSearchResults(trailerInfoRemoteSearchQuery, options) {
|
|
541
|
+
var _a, _b, _c;
|
|
542
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getTrailerRemoteSearchResults(trailerInfoRemoteSearchQuery, options);
|
|
543
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
544
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['ItemLookupApi.getTrailerRemoteSearchResults']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
545
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
536
546
|
},
|
|
537
547
|
};
|
|
538
548
|
};
|
|
@@ -546,114 +556,112 @@ const ItemLookupApiFactory = function (configuration, basePath, axios) {
|
|
|
546
556
|
/**
|
|
547
557
|
*
|
|
548
558
|
* @summary Applies search criteria to an item and refreshes metadata.
|
|
549
|
-
* @param {
|
|
550
|
-
* @param {RemoteSearchResult} remoteSearchResult The remote search result.
|
|
551
|
-
* @param {boolean} [replaceAllImages] Optional. Whether or not to replace all images. Default: True.
|
|
559
|
+
* @param {ItemLookupApiApplySearchCriteriaRequest} requestParameters Request parameters.
|
|
552
560
|
* @param {*} [options] Override http request option.
|
|
553
561
|
* @throws {RequiredError}
|
|
554
562
|
*/
|
|
555
|
-
applySearchCriteria(
|
|
556
|
-
return localVarFp.applySearchCriteria(itemId, remoteSearchResult, replaceAllImages, options).then((request) => request(axios, basePath));
|
|
563
|
+
applySearchCriteria(requestParameters, options) {
|
|
564
|
+
return localVarFp.applySearchCriteria(requestParameters.itemId, requestParameters.remoteSearchResult, requestParameters.replaceAllImages, options).then((request) => request(axios, basePath));
|
|
557
565
|
},
|
|
558
566
|
/**
|
|
559
567
|
*
|
|
560
568
|
* @summary Get book remote search.
|
|
561
|
-
* @param {
|
|
569
|
+
* @param {ItemLookupApiGetBookRemoteSearchResultsRequest} requestParameters Request parameters.
|
|
562
570
|
* @param {*} [options] Override http request option.
|
|
563
571
|
* @throws {RequiredError}
|
|
564
572
|
*/
|
|
565
|
-
getBookRemoteSearchResults(
|
|
566
|
-
return localVarFp.getBookRemoteSearchResults(bookInfoRemoteSearchQuery, options).then((request) => request(axios, basePath));
|
|
573
|
+
getBookRemoteSearchResults(requestParameters, options) {
|
|
574
|
+
return localVarFp.getBookRemoteSearchResults(requestParameters.bookInfoRemoteSearchQuery, options).then((request) => request(axios, basePath));
|
|
567
575
|
},
|
|
568
576
|
/**
|
|
569
577
|
*
|
|
570
578
|
* @summary Get box set remote search.
|
|
571
|
-
* @param {
|
|
579
|
+
* @param {ItemLookupApiGetBoxSetRemoteSearchResultsRequest} requestParameters Request parameters.
|
|
572
580
|
* @param {*} [options] Override http request option.
|
|
573
581
|
* @throws {RequiredError}
|
|
574
582
|
*/
|
|
575
|
-
getBoxSetRemoteSearchResults(
|
|
576
|
-
return localVarFp.getBoxSetRemoteSearchResults(boxSetInfoRemoteSearchQuery, options).then((request) => request(axios, basePath));
|
|
583
|
+
getBoxSetRemoteSearchResults(requestParameters, options) {
|
|
584
|
+
return localVarFp.getBoxSetRemoteSearchResults(requestParameters.boxSetInfoRemoteSearchQuery, options).then((request) => request(axios, basePath));
|
|
577
585
|
},
|
|
578
586
|
/**
|
|
579
587
|
*
|
|
580
588
|
* @summary Get the item\'s external id info.
|
|
581
|
-
* @param {
|
|
589
|
+
* @param {ItemLookupApiGetExternalIdInfosRequest} requestParameters Request parameters.
|
|
582
590
|
* @param {*} [options] Override http request option.
|
|
583
591
|
* @throws {RequiredError}
|
|
584
592
|
*/
|
|
585
|
-
getExternalIdInfos(
|
|
586
|
-
return localVarFp.getExternalIdInfos(itemId, options).then((request) => request(axios, basePath));
|
|
593
|
+
getExternalIdInfos(requestParameters, options) {
|
|
594
|
+
return localVarFp.getExternalIdInfos(requestParameters.itemId, options).then((request) => request(axios, basePath));
|
|
587
595
|
},
|
|
588
596
|
/**
|
|
589
597
|
*
|
|
590
598
|
* @summary Get movie remote search.
|
|
591
|
-
* @param {
|
|
599
|
+
* @param {ItemLookupApiGetMovieRemoteSearchResultsRequest} requestParameters Request parameters.
|
|
592
600
|
* @param {*} [options] Override http request option.
|
|
593
601
|
* @throws {RequiredError}
|
|
594
602
|
*/
|
|
595
|
-
getMovieRemoteSearchResults(
|
|
596
|
-
return localVarFp.getMovieRemoteSearchResults(movieInfoRemoteSearchQuery, options).then((request) => request(axios, basePath));
|
|
603
|
+
getMovieRemoteSearchResults(requestParameters, options) {
|
|
604
|
+
return localVarFp.getMovieRemoteSearchResults(requestParameters.movieInfoRemoteSearchQuery, options).then((request) => request(axios, basePath));
|
|
597
605
|
},
|
|
598
606
|
/**
|
|
599
607
|
*
|
|
600
608
|
* @summary Get music album remote search.
|
|
601
|
-
* @param {
|
|
609
|
+
* @param {ItemLookupApiGetMusicAlbumRemoteSearchResultsRequest} requestParameters Request parameters.
|
|
602
610
|
* @param {*} [options] Override http request option.
|
|
603
611
|
* @throws {RequiredError}
|
|
604
612
|
*/
|
|
605
|
-
getMusicAlbumRemoteSearchResults(
|
|
606
|
-
return localVarFp.getMusicAlbumRemoteSearchResults(albumInfoRemoteSearchQuery, options).then((request) => request(axios, basePath));
|
|
613
|
+
getMusicAlbumRemoteSearchResults(requestParameters, options) {
|
|
614
|
+
return localVarFp.getMusicAlbumRemoteSearchResults(requestParameters.albumInfoRemoteSearchQuery, options).then((request) => request(axios, basePath));
|
|
607
615
|
},
|
|
608
616
|
/**
|
|
609
617
|
*
|
|
610
618
|
* @summary Get music artist remote search.
|
|
611
|
-
* @param {
|
|
619
|
+
* @param {ItemLookupApiGetMusicArtistRemoteSearchResultsRequest} requestParameters Request parameters.
|
|
612
620
|
* @param {*} [options] Override http request option.
|
|
613
621
|
* @throws {RequiredError}
|
|
614
622
|
*/
|
|
615
|
-
getMusicArtistRemoteSearchResults(
|
|
616
|
-
return localVarFp.getMusicArtistRemoteSearchResults(artistInfoRemoteSearchQuery, options).then((request) => request(axios, basePath));
|
|
623
|
+
getMusicArtistRemoteSearchResults(requestParameters, options) {
|
|
624
|
+
return localVarFp.getMusicArtistRemoteSearchResults(requestParameters.artistInfoRemoteSearchQuery, options).then((request) => request(axios, basePath));
|
|
617
625
|
},
|
|
618
626
|
/**
|
|
619
627
|
*
|
|
620
628
|
* @summary Get music video remote search.
|
|
621
|
-
* @param {
|
|
629
|
+
* @param {ItemLookupApiGetMusicVideoRemoteSearchResultsRequest} requestParameters Request parameters.
|
|
622
630
|
* @param {*} [options] Override http request option.
|
|
623
631
|
* @throws {RequiredError}
|
|
624
632
|
*/
|
|
625
|
-
getMusicVideoRemoteSearchResults(
|
|
626
|
-
return localVarFp.getMusicVideoRemoteSearchResults(musicVideoInfoRemoteSearchQuery, options).then((request) => request(axios, basePath));
|
|
633
|
+
getMusicVideoRemoteSearchResults(requestParameters, options) {
|
|
634
|
+
return localVarFp.getMusicVideoRemoteSearchResults(requestParameters.musicVideoInfoRemoteSearchQuery, options).then((request) => request(axios, basePath));
|
|
627
635
|
},
|
|
628
636
|
/**
|
|
629
637
|
*
|
|
630
638
|
* @summary Get person remote search.
|
|
631
|
-
* @param {
|
|
639
|
+
* @param {ItemLookupApiGetPersonRemoteSearchResultsRequest} requestParameters Request parameters.
|
|
632
640
|
* @param {*} [options] Override http request option.
|
|
633
641
|
* @throws {RequiredError}
|
|
634
642
|
*/
|
|
635
|
-
getPersonRemoteSearchResults(
|
|
636
|
-
return localVarFp.getPersonRemoteSearchResults(personLookupInfoRemoteSearchQuery, options).then((request) => request(axios, basePath));
|
|
643
|
+
getPersonRemoteSearchResults(requestParameters, options) {
|
|
644
|
+
return localVarFp.getPersonRemoteSearchResults(requestParameters.personLookupInfoRemoteSearchQuery, options).then((request) => request(axios, basePath));
|
|
637
645
|
},
|
|
638
646
|
/**
|
|
639
647
|
*
|
|
640
648
|
* @summary Get series remote search.
|
|
641
|
-
* @param {
|
|
649
|
+
* @param {ItemLookupApiGetSeriesRemoteSearchResultsRequest} requestParameters Request parameters.
|
|
642
650
|
* @param {*} [options] Override http request option.
|
|
643
651
|
* @throws {RequiredError}
|
|
644
652
|
*/
|
|
645
|
-
getSeriesRemoteSearchResults(
|
|
646
|
-
return localVarFp.getSeriesRemoteSearchResults(seriesInfoRemoteSearchQuery, options).then((request) => request(axios, basePath));
|
|
653
|
+
getSeriesRemoteSearchResults(requestParameters, options) {
|
|
654
|
+
return localVarFp.getSeriesRemoteSearchResults(requestParameters.seriesInfoRemoteSearchQuery, options).then((request) => request(axios, basePath));
|
|
647
655
|
},
|
|
648
656
|
/**
|
|
649
657
|
*
|
|
650
658
|
* @summary Get trailer remote search.
|
|
651
|
-
* @param {
|
|
659
|
+
* @param {ItemLookupApiGetTrailerRemoteSearchResultsRequest} requestParameters Request parameters.
|
|
652
660
|
* @param {*} [options] Override http request option.
|
|
653
661
|
* @throws {RequiredError}
|
|
654
662
|
*/
|
|
655
|
-
getTrailerRemoteSearchResults(
|
|
656
|
-
return localVarFp.getTrailerRemoteSearchResults(trailerInfoRemoteSearchQuery, options).then((request) => request(axios, basePath));
|
|
663
|
+
getTrailerRemoteSearchResults(requestParameters, options) {
|
|
664
|
+
return localVarFp.getTrailerRemoteSearchResults(requestParameters.trailerInfoRemoteSearchQuery, options).then((request) => request(axios, basePath));
|
|
657
665
|
},
|
|
658
666
|
};
|
|
659
667
|
};
|