@jellyfin/sdk 0.10.0 → 0.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +127 -0
- package/README.md +3 -41
- package/lib/api.d.ts +7 -11
- package/lib/api.js +13 -14
- package/lib/generated-client/api/activity-log-api.d.ts +9 -12
- package/lib/generated-client/api/activity-log-api.js +8 -8
- package/lib/generated-client/api/api-key-api.d.ts +18 -18
- package/lib/generated-client/api/api-key-api.js +19 -10
- package/lib/generated-client/api/artists-api.d.ts +27 -90
- package/lib/generated-client/api/artists-api.js +22 -76
- package/lib/generated-client/api/audio-api.d.ts +87 -255
- package/lib/generated-client/api/audio-api.js +97 -249
- package/lib/generated-client/api/backup-api.d.ts +209 -0
- package/lib/generated-client/api/backup-api.js +311 -0
- package/lib/generated-client/api/branding-api.d.ts +16 -16
- package/lib/generated-client/api/branding-api.js +13 -4
- package/lib/generated-client/api/channels-api.d.ts +33 -51
- package/lib/generated-client/api/channels-api.js +33 -36
- package/lib/generated-client/api/client-log-api.d.ts +13 -13
- package/lib/generated-client/api/client-log-api.js +10 -7
- package/lib/generated-client/api/collection-api.d.ts +19 -24
- package/lib/generated-client/api/collection-api.js +22 -18
- package/lib/generated-client/api/configuration-api.d.ts +75 -29
- package/lib/generated-client/api/configuration-api.js +98 -17
- package/lib/generated-client/api/dashboard-api.d.ts +14 -14
- package/lib/generated-client/api/dashboard-api.js +16 -10
- package/lib/generated-client/api/devices-api.d.ts +31 -33
- package/lib/generated-client/api/devices-api.js +37 -23
- package/lib/generated-client/api/display-preferences-api.d.ts +14 -19
- package/lib/generated-client/api/display-preferences-api.js +16 -15
- package/lib/generated-client/api/dlna-api.d.ts +6 -6
- package/lib/generated-client/api/dlna-server-api.d.ts +16 -16
- package/lib/generated-client/api/dynamic-hls-api.d.ts +246 -607
- package/lib/generated-client/api/dynamic-hls-api.js +233 -573
- package/lib/generated-client/api/environment-api.d.ts +33 -35
- package/lib/generated-client/api/environment-api.js +35 -19
- package/lib/generated-client/api/filter-api.d.ts +17 -29
- package/lib/generated-client/api/filter-api.js +15 -21
- package/lib/generated-client/api/genres-api.d.ts +20 -38
- package/lib/generated-client/api/genres-api.js +16 -28
- package/lib/generated-client/api/hls-segment-api.d.ts +28 -35
- package/lib/generated-client/api/hls-segment-api.js +37 -29
- package/lib/generated-client/api/image-api.d.ts +216 -942
- package/lib/generated-client/api/image-api.js +282 -789
- package/lib/generated-client/api/image-by-name-api.d.ts +6 -6
- package/lib/generated-client/api/instant-mix-api.d.ts +46 -102
- package/lib/generated-client/api/instant-mix-api.js +57 -89
- package/lib/generated-client/api/item-lookup-api.d.ts +69 -71
- package/lib/generated-client/api/item-lookup-api.js +78 -47
- package/lib/generated-client/api/item-refresh-api.d.ts +17 -13
- package/lib/generated-client/api/item-refresh-api.js +17 -13
- package/lib/generated-client/api/item-update-api.d.ts +20 -22
- package/lib/generated-client/api/item-update-api.js +22 -15
- package/lib/generated-client/api/items-api.d.ts +44 -137
- package/lib/generated-client/api/items-api.js +39 -123
- package/lib/generated-client/api/library-api.d.ts +185 -170
- package/lib/generated-client/api/library-api.js +213 -143
- package/lib/generated-client/api/library-structure-api.d.ts +48 -58
- package/lib/generated-client/api/library-structure-api.js +54 -40
- package/lib/generated-client/api/live-tv-api.d.ts +236 -336
- package/lib/generated-client/api/live-tv-api.js +287 -267
- package/lib/generated-client/api/localization-api.d.ts +23 -23
- package/lib/generated-client/api/localization-api.js +17 -5
- package/lib/generated-client/api/lyrics-api.d.ts +39 -42
- package/lib/generated-client/api/lyrics-api.js +46 -31
- package/lib/generated-client/api/media-info-api.d.ts +40 -59
- package/lib/generated-client/api/media-info-api.js +46 -53
- 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 +8 -9
- package/lib/generated-client/api/music-genres-api.d.ts +20 -38
- package/lib/generated-client/api/music-genres-api.js +16 -28
- package/lib/generated-client/api/notifications-api.d.ts +7 -7
- package/lib/generated-client/api/package-api.d.ts +33 -37
- package/lib/generated-client/api/package-api.js +38 -24
- package/lib/generated-client/api/persons-api.d.ts +18 -31
- package/lib/generated-client/api/persons-api.js +16 -23
- package/lib/generated-client/api/playlists-api.d.ts +109 -84
- package/lib/generated-client/api/playlists-api.js +138 -64
- package/lib/generated-client/api/playstate-api.d.ts +66 -80
- package/lib/generated-client/api/playstate-api.js +77 -64
- package/lib/generated-client/api/plugins-api.d.ts +48 -52
- package/lib/generated-client/api/plugins-api.js +61 -38
- package/lib/generated-client/api/quick-connect-api.d.ts +22 -23
- package/lib/generated-client/api/quick-connect-api.js +24 -13
- package/lib/generated-client/api/remote-image-api.d.ts +21 -28
- package/lib/generated-client/api/remote-image-api.js +22 -20
- package/lib/generated-client/api/scheduled-tasks-api.d.ts +30 -32
- package/lib/generated-client/api/scheduled-tasks-api.js +37 -24
- package/lib/generated-client/api/search-api.d.ts +11 -28
- package/lib/generated-client/api/search-api.js +8 -22
- package/lib/generated-client/api/session-api.d.ts +90 -117
- package/lib/generated-client/api/session-api.js +104 -83
- package/lib/generated-client/api/startup-api.d.ts +37 -37
- package/lib/generated-client/api/startup-api.js +39 -18
- package/lib/generated-client/api/studios-api.d.ts +18 -35
- package/lib/generated-client/api/studios-api.js +16 -27
- package/lib/generated-client/api/subtitle-api.d.ts +55 -86
- package/lib/generated-client/api/subtitle-api.js +69 -70
- package/lib/generated-client/api/suggestions-api.d.ts +11 -16
- package/lib/generated-client/api/suggestions-api.js +8 -10
- package/lib/generated-client/api/sync-play-api.d.ts +166 -120
- package/lib/generated-client/api/sync-play-api.js +200 -71
- package/lib/generated-client/api/system-api.d.ts +53 -57
- package/lib/generated-client/api/system-api.js +56 -30
- package/lib/generated-client/api/time-sync-api.d.ts +8 -8
- package/lib/generated-client/api/time-sync-api.js +5 -2
- package/lib/generated-client/api/tmdb-api.d.ts +8 -8
- package/lib/generated-client/api/tmdb-api.js +5 -2
- package/lib/generated-client/api/trailers-api.d.ts +19 -102
- package/lib/generated-client/api/trailers-api.js +8 -88
- package/lib/generated-client/api/trickplay-api.d.ts +13 -18
- package/lib/generated-client/api/trickplay-api.js +15 -14
- package/lib/generated-client/api/tv-shows-api.d.ts +27 -72
- package/lib/generated-client/api/tv-shows-api.js +30 -63
- package/lib/generated-client/api/universal-audio-api.d.ts +30 -48
- package/lib/generated-client/api/universal-audio-api.js +33 -51
- package/lib/generated-client/api/user-api.d.ts +83 -88
- package/lib/generated-client/api/user-api.js +94 -57
- package/lib/generated-client/api/user-library-api.d.ts +59 -78
- package/lib/generated-client/api/user-library-api.js +71 -60
- package/lib/generated-client/api/user-views-api.d.ts +16 -19
- package/lib/generated-client/api/user-views-api.js +15 -12
- package/lib/generated-client/api/video-attachments-api.d.ts +8 -10
- package/lib/generated-client/api/video-attachments-api.js +8 -7
- package/lib/generated-client/api/videos-api.d.ts +97 -274
- package/lib/generated-client/api/videos-api.js +114 -266
- package/lib/generated-client/api/years-api.d.ts +21 -36
- package/lib/generated-client/api/years-api.js +16 -25
- package/lib/generated-client/api.d.ts +2 -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 +4 -4
- package/lib/generated-client/common.js +23 -14
- package/lib/generated-client/configuration.d.ts +8 -0
- package/lib/generated-client/configuration.js +1 -0
- package/lib/generated-client/index.js +11 -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/backup-manifest-dto.d.ts +48 -0
- package/lib/generated-client/models/backup-options-dto.d.ts +41 -0
- package/lib/generated-client/models/backup-restore-request-dto.d.ts +23 -0
- package/lib/generated-client/models/base-item-dto-query-result.d.ts +3 -3
- package/lib/generated-client/models/base-item-dto.d.ts +28 -28
- 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/branding-options-dto.d.ts +35 -0
- 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/custom-database-option.d.ts +29 -0
- package/lib/generated-client/models/custom-database-options.d.ts +42 -0
- package/lib/generated-client/models/database-configuration-options.d.ts +37 -0
- package/lib/generated-client/models/database-locking-behavior-types.d.ts +21 -0
- package/lib/generated-client/models/database-locking-behavior-types.js +24 -0
- 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 +1 -7
- package/lib/generated-client/models/external-id-media-type.d.ts +1 -0
- package/lib/generated-client/models/external-id-media-type.js +2 -1
- package/lib/generated-client/models/file-system-entry-info.d.ts +1 -1
- package/lib/generated-client/models/folder-storage-dto.d.ts +47 -0
- 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-type.d.ts +0 -2
- package/lib/generated-client/models/group-update-type.js +0 -2
- package/lib/generated-client/models/group-update.d.ts +29 -6
- 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 +38 -14
- package/lib/generated-client/models/index.js +9 -1
- package/lib/generated-client/models/installation-info.d.ts +1 -1
- package/lib/generated-client/models/item-fields.d.ts +0 -11
- package/lib/generated-client/models/item-fields.js +0 -11
- package/lib/generated-client/models/item-sort-by.d.ts +0 -2
- package/lib/generated-client/models/item-sort-by.js +1 -3
- package/lib/generated-client/models/library-changed-message.d.ts +2 -2
- package/lib/generated-client/models/library-options-result-dto.d.ts +14 -2
- package/lib/generated-client/models/library-options.d.ts +57 -3
- package/lib/generated-client/models/library-storage-dto.d.ts +36 -0
- 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/lyric-line-cue.d.ts +41 -0
- package/lib/generated-client/models/lyric-line.d.ts +7 -0
- 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 +23 -5
- package/lib/generated-client/models/media-update-info-dto.d.ts +1 -1
- package/lib/generated-client/models/metadata-editor-info.d.ts +12 -12
- 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/network-configuration.d.ts +1 -0
- package/lib/generated-client/models/open-live-stream-dto.d.ts +9 -3
- 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/parental-rating-score.d.ts +29 -0
- package/lib/generated-client/models/parental-rating.d.ts +8 -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 +8 -2
- 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-status.d.ts +1 -0
- package/lib/generated-client/models/plugin-status.js +1 -0
- 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-value.d.ts +1 -0
- package/lib/generated-client/models/profile-condition-value.js +2 -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 +2 -2
- 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 +29 -23
- 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/startup-configuration-dto.d.ts +6 -0
- package/lib/generated-client/models/startup-remote-access-dto.d.ts +1 -0
- 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-does-not-exist-update.d.ts +36 -0
- package/lib/generated-client/models/sync-play-group-joined-update.d.ts +37 -0
- package/lib/generated-client/models/sync-play-group-left-update.d.ts +36 -0
- package/lib/generated-client/models/sync-play-group-update-command-message.d.ts +2 -2
- package/lib/generated-client/models/sync-play-group-update-message.d.ts +37 -0
- package/lib/generated-client/models/sync-play-library-access-denied-update.d.ts +36 -0
- package/lib/generated-client/models/sync-play-not-in-group-update.d.ts +36 -0
- package/lib/generated-client/models/sync-play-play-queue-update.d.ts +37 -0
- package/lib/generated-client/models/sync-play-state-update.d.ts +37 -0
- package/lib/generated-client/models/sync-play-user-joined-update.d.ts +36 -0
- package/lib/generated-client/models/sync-play-user-left-update.d.ts +36 -0
- package/lib/generated-client/models/system-info.d.ts +9 -2
- package/lib/generated-client/models/system-storage-dto.d.ts +67 -0
- 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-type.d.ts +22 -0
- package/lib/generated-client/models/task-trigger-info-type.js +25 -0
- package/lib/generated-client/models/task-trigger-info.d.ts +5 -4
- 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 +2 -0
- package/lib/generated-client/models/transcode-reason.js +3 -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-info-dto.d.ts +59 -0
- package/lib/generated-client/models/trickplay-info.d.ts +7 -1
- package/lib/generated-client/models/trickplay-options.d.ts +8 -2
- package/lib/generated-client/models/tuner-host-info.d.ts +24 -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 +9 -3
- package/lib/generated-client/models/user-updated-message.d.ts +2 -2
- package/lib/generated-client/models/video-range-type.d.ts +4 -0
- package/lib/generated-client/models/video-range-type.js +4 -0
- 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/models/api/image-request-parameters.d.ts +0 -1
- package/lib/models/api/index.d.ts +0 -1
- package/lib/models/api/index.js +1 -1
- package/lib/utils/address-candidates.js +15 -10
- 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 +2 -2
- package/lib/versions.js +2 -2
- package/package.json +20 -18
- package/lib/models/api/item-sort-by.d.ts +0 -40
- package/lib/models/api/item-sort-by.js +0 -43
|
@@ -8,26 +8,26 @@
|
|
|
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 { BufferRequestDto } from '../models';
|
|
15
|
-
import { GroupInfoDto } from '../models';
|
|
16
|
-
import { IgnoreWaitRequestDto } from '../models';
|
|
17
|
-
import { JoinGroupRequestDto } from '../models';
|
|
18
|
-
import { MovePlaylistItemRequestDto } from '../models';
|
|
19
|
-
import { NewGroupRequestDto } from '../models';
|
|
20
|
-
import { NextItemRequestDto } from '../models';
|
|
21
|
-
import { PingRequestDto } from '../models';
|
|
22
|
-
import { PlayRequestDto } from '../models';
|
|
23
|
-
import { PreviousItemRequestDto } from '../models';
|
|
24
|
-
import { QueueRequestDto } from '../models';
|
|
25
|
-
import { ReadyRequestDto } from '../models';
|
|
26
|
-
import { RemoveFromPlaylistRequestDto } from '../models';
|
|
27
|
-
import { SeekRequestDto } from '../models';
|
|
28
|
-
import { SetPlaylistItemRequestDto } from '../models';
|
|
29
|
-
import { SetRepeatModeRequestDto } from '../models';
|
|
30
|
-
import { SetShuffleModeRequestDto } 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 { BufferRequestDto } from '../models';
|
|
15
|
+
import type { GroupInfoDto } from '../models';
|
|
16
|
+
import type { IgnoreWaitRequestDto } from '../models';
|
|
17
|
+
import type { JoinGroupRequestDto } from '../models';
|
|
18
|
+
import type { MovePlaylistItemRequestDto } from '../models';
|
|
19
|
+
import type { NewGroupRequestDto } from '../models';
|
|
20
|
+
import type { NextItemRequestDto } from '../models';
|
|
21
|
+
import type { PingRequestDto } from '../models';
|
|
22
|
+
import type { PlayRequestDto } from '../models';
|
|
23
|
+
import type { PreviousItemRequestDto } from '../models';
|
|
24
|
+
import type { QueueRequestDto } from '../models';
|
|
25
|
+
import type { ReadyRequestDto } from '../models';
|
|
26
|
+
import type { RemoveFromPlaylistRequestDto } from '../models';
|
|
27
|
+
import type { SeekRequestDto } from '../models';
|
|
28
|
+
import type { SetPlaylistItemRequestDto } from '../models';
|
|
29
|
+
import type { SetRepeatModeRequestDto } from '../models';
|
|
30
|
+
import type { SetShuffleModeRequestDto } from '../models';
|
|
31
31
|
/**
|
|
32
32
|
* SyncPlayApi - axios parameter creator
|
|
33
33
|
* @export
|
|
@@ -40,7 +40,7 @@ export declare const SyncPlayApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
40
40
|
* @param {*} [options] Override http request option.
|
|
41
41
|
* @throws {RequiredError}
|
|
42
42
|
*/
|
|
43
|
-
syncPlayBuffering: (bufferRequestDto: BufferRequestDto, options?:
|
|
43
|
+
syncPlayBuffering: (bufferRequestDto: BufferRequestDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
44
44
|
/**
|
|
45
45
|
*
|
|
46
46
|
* @summary Create a new SyncPlay group.
|
|
@@ -48,14 +48,22 @@ export declare const SyncPlayApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
48
48
|
* @param {*} [options] Override http request option.
|
|
49
49
|
* @throws {RequiredError}
|
|
50
50
|
*/
|
|
51
|
-
syncPlayCreateGroup: (newGroupRequestDto: NewGroupRequestDto, options?:
|
|
51
|
+
syncPlayCreateGroup: (newGroupRequestDto: NewGroupRequestDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
52
|
+
/**
|
|
53
|
+
*
|
|
54
|
+
* @summary Gets a SyncPlay group by id.
|
|
55
|
+
* @param {string} id The id of the group.
|
|
56
|
+
* @param {*} [options] Override http request option.
|
|
57
|
+
* @throws {RequiredError}
|
|
58
|
+
*/
|
|
59
|
+
syncPlayGetGroup: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
52
60
|
/**
|
|
53
61
|
*
|
|
54
62
|
* @summary Gets all SyncPlay groups.
|
|
55
63
|
* @param {*} [options] Override http request option.
|
|
56
64
|
* @throws {RequiredError}
|
|
57
65
|
*/
|
|
58
|
-
syncPlayGetGroups: (options?:
|
|
66
|
+
syncPlayGetGroups: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
59
67
|
/**
|
|
60
68
|
*
|
|
61
69
|
* @summary Join an existing SyncPlay group.
|
|
@@ -63,14 +71,14 @@ export declare const SyncPlayApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
63
71
|
* @param {*} [options] Override http request option.
|
|
64
72
|
* @throws {RequiredError}
|
|
65
73
|
*/
|
|
66
|
-
syncPlayJoinGroup: (joinGroupRequestDto: JoinGroupRequestDto, options?:
|
|
74
|
+
syncPlayJoinGroup: (joinGroupRequestDto: JoinGroupRequestDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
67
75
|
/**
|
|
68
76
|
*
|
|
69
77
|
* @summary Leave the joined SyncPlay group.
|
|
70
78
|
* @param {*} [options] Override http request option.
|
|
71
79
|
* @throws {RequiredError}
|
|
72
80
|
*/
|
|
73
|
-
syncPlayLeaveGroup: (options?:
|
|
81
|
+
syncPlayLeaveGroup: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
74
82
|
/**
|
|
75
83
|
*
|
|
76
84
|
* @summary Request to move an item in the playlist in SyncPlay group.
|
|
@@ -78,7 +86,7 @@ export declare const SyncPlayApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
78
86
|
* @param {*} [options] Override http request option.
|
|
79
87
|
* @throws {RequiredError}
|
|
80
88
|
*/
|
|
81
|
-
syncPlayMovePlaylistItem: (movePlaylistItemRequestDto: MovePlaylistItemRequestDto, options?:
|
|
89
|
+
syncPlayMovePlaylistItem: (movePlaylistItemRequestDto: MovePlaylistItemRequestDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
82
90
|
/**
|
|
83
91
|
*
|
|
84
92
|
* @summary Request next item in SyncPlay group.
|
|
@@ -86,14 +94,14 @@ export declare const SyncPlayApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
86
94
|
* @param {*} [options] Override http request option.
|
|
87
95
|
* @throws {RequiredError}
|
|
88
96
|
*/
|
|
89
|
-
syncPlayNextItem: (nextItemRequestDto: NextItemRequestDto, options?:
|
|
97
|
+
syncPlayNextItem: (nextItemRequestDto: NextItemRequestDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
90
98
|
/**
|
|
91
99
|
*
|
|
92
100
|
* @summary Request pause in SyncPlay group.
|
|
93
101
|
* @param {*} [options] Override http request option.
|
|
94
102
|
* @throws {RequiredError}
|
|
95
103
|
*/
|
|
96
|
-
syncPlayPause: (options?:
|
|
104
|
+
syncPlayPause: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
97
105
|
/**
|
|
98
106
|
*
|
|
99
107
|
* @summary Update session ping.
|
|
@@ -101,7 +109,7 @@ export declare const SyncPlayApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
101
109
|
* @param {*} [options] Override http request option.
|
|
102
110
|
* @throws {RequiredError}
|
|
103
111
|
*/
|
|
104
|
-
syncPlayPing: (pingRequestDto: PingRequestDto, options?:
|
|
112
|
+
syncPlayPing: (pingRequestDto: PingRequestDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
105
113
|
/**
|
|
106
114
|
*
|
|
107
115
|
* @summary Request previous item in SyncPlay group.
|
|
@@ -109,7 +117,7 @@ export declare const SyncPlayApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
109
117
|
* @param {*} [options] Override http request option.
|
|
110
118
|
* @throws {RequiredError}
|
|
111
119
|
*/
|
|
112
|
-
syncPlayPreviousItem: (previousItemRequestDto: PreviousItemRequestDto, options?:
|
|
120
|
+
syncPlayPreviousItem: (previousItemRequestDto: PreviousItemRequestDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
113
121
|
/**
|
|
114
122
|
*
|
|
115
123
|
* @summary Request to queue items to the playlist of a SyncPlay group.
|
|
@@ -117,7 +125,7 @@ export declare const SyncPlayApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
117
125
|
* @param {*} [options] Override http request option.
|
|
118
126
|
* @throws {RequiredError}
|
|
119
127
|
*/
|
|
120
|
-
syncPlayQueue: (queueRequestDto: QueueRequestDto, options?:
|
|
128
|
+
syncPlayQueue: (queueRequestDto: QueueRequestDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
121
129
|
/**
|
|
122
130
|
*
|
|
123
131
|
* @summary Notify SyncPlay group that member is ready for playback.
|
|
@@ -125,7 +133,7 @@ export declare const SyncPlayApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
125
133
|
* @param {*} [options] Override http request option.
|
|
126
134
|
* @throws {RequiredError}
|
|
127
135
|
*/
|
|
128
|
-
syncPlayReady: (readyRequestDto: ReadyRequestDto, options?:
|
|
136
|
+
syncPlayReady: (readyRequestDto: ReadyRequestDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
129
137
|
/**
|
|
130
138
|
*
|
|
131
139
|
* @summary Request to remove items from the playlist in SyncPlay group.
|
|
@@ -133,7 +141,7 @@ export declare const SyncPlayApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
133
141
|
* @param {*} [options] Override http request option.
|
|
134
142
|
* @throws {RequiredError}
|
|
135
143
|
*/
|
|
136
|
-
syncPlayRemoveFromPlaylist: (removeFromPlaylistRequestDto: RemoveFromPlaylistRequestDto, options?:
|
|
144
|
+
syncPlayRemoveFromPlaylist: (removeFromPlaylistRequestDto: RemoveFromPlaylistRequestDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
137
145
|
/**
|
|
138
146
|
*
|
|
139
147
|
* @summary Request seek in SyncPlay group.
|
|
@@ -141,7 +149,7 @@ export declare const SyncPlayApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
141
149
|
* @param {*} [options] Override http request option.
|
|
142
150
|
* @throws {RequiredError}
|
|
143
151
|
*/
|
|
144
|
-
syncPlaySeek: (seekRequestDto: SeekRequestDto, options?:
|
|
152
|
+
syncPlaySeek: (seekRequestDto: SeekRequestDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
145
153
|
/**
|
|
146
154
|
*
|
|
147
155
|
* @summary Request SyncPlay group to ignore member during group-wait.
|
|
@@ -149,7 +157,7 @@ export declare const SyncPlayApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
149
157
|
* @param {*} [options] Override http request option.
|
|
150
158
|
* @throws {RequiredError}
|
|
151
159
|
*/
|
|
152
|
-
syncPlaySetIgnoreWait: (ignoreWaitRequestDto: IgnoreWaitRequestDto, options?:
|
|
160
|
+
syncPlaySetIgnoreWait: (ignoreWaitRequestDto: IgnoreWaitRequestDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
153
161
|
/**
|
|
154
162
|
*
|
|
155
163
|
* @summary Request to set new playlist in SyncPlay group.
|
|
@@ -157,7 +165,7 @@ export declare const SyncPlayApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
157
165
|
* @param {*} [options] Override http request option.
|
|
158
166
|
* @throws {RequiredError}
|
|
159
167
|
*/
|
|
160
|
-
syncPlaySetNewQueue: (playRequestDto: PlayRequestDto, options?:
|
|
168
|
+
syncPlaySetNewQueue: (playRequestDto: PlayRequestDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
161
169
|
/**
|
|
162
170
|
*
|
|
163
171
|
* @summary Request to change playlist item in SyncPlay group.
|
|
@@ -165,7 +173,7 @@ export declare const SyncPlayApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
165
173
|
* @param {*} [options] Override http request option.
|
|
166
174
|
* @throws {RequiredError}
|
|
167
175
|
*/
|
|
168
|
-
syncPlaySetPlaylistItem: (setPlaylistItemRequestDto: SetPlaylistItemRequestDto, options?:
|
|
176
|
+
syncPlaySetPlaylistItem: (setPlaylistItemRequestDto: SetPlaylistItemRequestDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
169
177
|
/**
|
|
170
178
|
*
|
|
171
179
|
* @summary Request to set repeat mode in SyncPlay group.
|
|
@@ -173,7 +181,7 @@ export declare const SyncPlayApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
173
181
|
* @param {*} [options] Override http request option.
|
|
174
182
|
* @throws {RequiredError}
|
|
175
183
|
*/
|
|
176
|
-
syncPlaySetRepeatMode: (setRepeatModeRequestDto: SetRepeatModeRequestDto, options?:
|
|
184
|
+
syncPlaySetRepeatMode: (setRepeatModeRequestDto: SetRepeatModeRequestDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
177
185
|
/**
|
|
178
186
|
*
|
|
179
187
|
* @summary Request to set shuffle mode in SyncPlay group.
|
|
@@ -181,21 +189,21 @@ export declare const SyncPlayApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
181
189
|
* @param {*} [options] Override http request option.
|
|
182
190
|
* @throws {RequiredError}
|
|
183
191
|
*/
|
|
184
|
-
syncPlaySetShuffleMode: (setShuffleModeRequestDto: SetShuffleModeRequestDto, options?:
|
|
192
|
+
syncPlaySetShuffleMode: (setShuffleModeRequestDto: SetShuffleModeRequestDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
185
193
|
/**
|
|
186
194
|
*
|
|
187
195
|
* @summary Request stop in SyncPlay group.
|
|
188
196
|
* @param {*} [options] Override http request option.
|
|
189
197
|
* @throws {RequiredError}
|
|
190
198
|
*/
|
|
191
|
-
syncPlayStop: (options?:
|
|
199
|
+
syncPlayStop: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
192
200
|
/**
|
|
193
201
|
*
|
|
194
202
|
* @summary Request unpause in SyncPlay group.
|
|
195
203
|
* @param {*} [options] Override http request option.
|
|
196
204
|
* @throws {RequiredError}
|
|
197
205
|
*/
|
|
198
|
-
syncPlayUnpause: (options?:
|
|
206
|
+
syncPlayUnpause: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
199
207
|
};
|
|
200
208
|
/**
|
|
201
209
|
* SyncPlayApi - functional programming interface
|
|
@@ -209,7 +217,7 @@ export declare const SyncPlayApiFp: (configuration?: Configuration) => {
|
|
|
209
217
|
* @param {*} [options] Override http request option.
|
|
210
218
|
* @throws {RequiredError}
|
|
211
219
|
*/
|
|
212
|
-
syncPlayBuffering(bufferRequestDto: BufferRequestDto, options?:
|
|
220
|
+
syncPlayBuffering(bufferRequestDto: BufferRequestDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
213
221
|
/**
|
|
214
222
|
*
|
|
215
223
|
* @summary Create a new SyncPlay group.
|
|
@@ -217,14 +225,22 @@ export declare const SyncPlayApiFp: (configuration?: Configuration) => {
|
|
|
217
225
|
* @param {*} [options] Override http request option.
|
|
218
226
|
* @throws {RequiredError}
|
|
219
227
|
*/
|
|
220
|
-
syncPlayCreateGroup(newGroupRequestDto: NewGroupRequestDto, options?:
|
|
228
|
+
syncPlayCreateGroup(newGroupRequestDto: NewGroupRequestDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GroupInfoDto>>;
|
|
229
|
+
/**
|
|
230
|
+
*
|
|
231
|
+
* @summary Gets a SyncPlay group by id.
|
|
232
|
+
* @param {string} id The id of the group.
|
|
233
|
+
* @param {*} [options] Override http request option.
|
|
234
|
+
* @throws {RequiredError}
|
|
235
|
+
*/
|
|
236
|
+
syncPlayGetGroup(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GroupInfoDto>>;
|
|
221
237
|
/**
|
|
222
238
|
*
|
|
223
239
|
* @summary Gets all SyncPlay groups.
|
|
224
240
|
* @param {*} [options] Override http request option.
|
|
225
241
|
* @throws {RequiredError}
|
|
226
242
|
*/
|
|
227
|
-
syncPlayGetGroups(options?:
|
|
243
|
+
syncPlayGetGroups(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<GroupInfoDto>>>;
|
|
228
244
|
/**
|
|
229
245
|
*
|
|
230
246
|
* @summary Join an existing SyncPlay group.
|
|
@@ -232,14 +248,14 @@ export declare const SyncPlayApiFp: (configuration?: Configuration) => {
|
|
|
232
248
|
* @param {*} [options] Override http request option.
|
|
233
249
|
* @throws {RequiredError}
|
|
234
250
|
*/
|
|
235
|
-
syncPlayJoinGroup(joinGroupRequestDto: JoinGroupRequestDto, options?:
|
|
251
|
+
syncPlayJoinGroup(joinGroupRequestDto: JoinGroupRequestDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
236
252
|
/**
|
|
237
253
|
*
|
|
238
254
|
* @summary Leave the joined SyncPlay group.
|
|
239
255
|
* @param {*} [options] Override http request option.
|
|
240
256
|
* @throws {RequiredError}
|
|
241
257
|
*/
|
|
242
|
-
syncPlayLeaveGroup(options?:
|
|
258
|
+
syncPlayLeaveGroup(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
243
259
|
/**
|
|
244
260
|
*
|
|
245
261
|
* @summary Request to move an item in the playlist in SyncPlay group.
|
|
@@ -247,7 +263,7 @@ export declare const SyncPlayApiFp: (configuration?: Configuration) => {
|
|
|
247
263
|
* @param {*} [options] Override http request option.
|
|
248
264
|
* @throws {RequiredError}
|
|
249
265
|
*/
|
|
250
|
-
syncPlayMovePlaylistItem(movePlaylistItemRequestDto: MovePlaylistItemRequestDto, options?:
|
|
266
|
+
syncPlayMovePlaylistItem(movePlaylistItemRequestDto: MovePlaylistItemRequestDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
251
267
|
/**
|
|
252
268
|
*
|
|
253
269
|
* @summary Request next item in SyncPlay group.
|
|
@@ -255,14 +271,14 @@ export declare const SyncPlayApiFp: (configuration?: Configuration) => {
|
|
|
255
271
|
* @param {*} [options] Override http request option.
|
|
256
272
|
* @throws {RequiredError}
|
|
257
273
|
*/
|
|
258
|
-
syncPlayNextItem(nextItemRequestDto: NextItemRequestDto, options?:
|
|
274
|
+
syncPlayNextItem(nextItemRequestDto: NextItemRequestDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
259
275
|
/**
|
|
260
276
|
*
|
|
261
277
|
* @summary Request pause in SyncPlay group.
|
|
262
278
|
* @param {*} [options] Override http request option.
|
|
263
279
|
* @throws {RequiredError}
|
|
264
280
|
*/
|
|
265
|
-
syncPlayPause(options?:
|
|
281
|
+
syncPlayPause(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
266
282
|
/**
|
|
267
283
|
*
|
|
268
284
|
* @summary Update session ping.
|
|
@@ -270,7 +286,7 @@ export declare const SyncPlayApiFp: (configuration?: Configuration) => {
|
|
|
270
286
|
* @param {*} [options] Override http request option.
|
|
271
287
|
* @throws {RequiredError}
|
|
272
288
|
*/
|
|
273
|
-
syncPlayPing(pingRequestDto: PingRequestDto, options?:
|
|
289
|
+
syncPlayPing(pingRequestDto: PingRequestDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
274
290
|
/**
|
|
275
291
|
*
|
|
276
292
|
* @summary Request previous item in SyncPlay group.
|
|
@@ -278,7 +294,7 @@ export declare const SyncPlayApiFp: (configuration?: Configuration) => {
|
|
|
278
294
|
* @param {*} [options] Override http request option.
|
|
279
295
|
* @throws {RequiredError}
|
|
280
296
|
*/
|
|
281
|
-
syncPlayPreviousItem(previousItemRequestDto: PreviousItemRequestDto, options?:
|
|
297
|
+
syncPlayPreviousItem(previousItemRequestDto: PreviousItemRequestDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
282
298
|
/**
|
|
283
299
|
*
|
|
284
300
|
* @summary Request to queue items to the playlist of a SyncPlay group.
|
|
@@ -286,7 +302,7 @@ export declare const SyncPlayApiFp: (configuration?: Configuration) => {
|
|
|
286
302
|
* @param {*} [options] Override http request option.
|
|
287
303
|
* @throws {RequiredError}
|
|
288
304
|
*/
|
|
289
|
-
syncPlayQueue(queueRequestDto: QueueRequestDto, options?:
|
|
305
|
+
syncPlayQueue(queueRequestDto: QueueRequestDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
290
306
|
/**
|
|
291
307
|
*
|
|
292
308
|
* @summary Notify SyncPlay group that member is ready for playback.
|
|
@@ -294,7 +310,7 @@ export declare const SyncPlayApiFp: (configuration?: Configuration) => {
|
|
|
294
310
|
* @param {*} [options] Override http request option.
|
|
295
311
|
* @throws {RequiredError}
|
|
296
312
|
*/
|
|
297
|
-
syncPlayReady(readyRequestDto: ReadyRequestDto, options?:
|
|
313
|
+
syncPlayReady(readyRequestDto: ReadyRequestDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
298
314
|
/**
|
|
299
315
|
*
|
|
300
316
|
* @summary Request to remove items from the playlist in SyncPlay group.
|
|
@@ -302,7 +318,7 @@ export declare const SyncPlayApiFp: (configuration?: Configuration) => {
|
|
|
302
318
|
* @param {*} [options] Override http request option.
|
|
303
319
|
* @throws {RequiredError}
|
|
304
320
|
*/
|
|
305
|
-
syncPlayRemoveFromPlaylist(removeFromPlaylistRequestDto: RemoveFromPlaylistRequestDto, options?:
|
|
321
|
+
syncPlayRemoveFromPlaylist(removeFromPlaylistRequestDto: RemoveFromPlaylistRequestDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
306
322
|
/**
|
|
307
323
|
*
|
|
308
324
|
* @summary Request seek in SyncPlay group.
|
|
@@ -310,7 +326,7 @@ export declare const SyncPlayApiFp: (configuration?: Configuration) => {
|
|
|
310
326
|
* @param {*} [options] Override http request option.
|
|
311
327
|
* @throws {RequiredError}
|
|
312
328
|
*/
|
|
313
|
-
syncPlaySeek(seekRequestDto: SeekRequestDto, options?:
|
|
329
|
+
syncPlaySeek(seekRequestDto: SeekRequestDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
314
330
|
/**
|
|
315
331
|
*
|
|
316
332
|
* @summary Request SyncPlay group to ignore member during group-wait.
|
|
@@ -318,7 +334,7 @@ export declare const SyncPlayApiFp: (configuration?: Configuration) => {
|
|
|
318
334
|
* @param {*} [options] Override http request option.
|
|
319
335
|
* @throws {RequiredError}
|
|
320
336
|
*/
|
|
321
|
-
syncPlaySetIgnoreWait(ignoreWaitRequestDto: IgnoreWaitRequestDto, options?:
|
|
337
|
+
syncPlaySetIgnoreWait(ignoreWaitRequestDto: IgnoreWaitRequestDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
322
338
|
/**
|
|
323
339
|
*
|
|
324
340
|
* @summary Request to set new playlist in SyncPlay group.
|
|
@@ -326,7 +342,7 @@ export declare const SyncPlayApiFp: (configuration?: Configuration) => {
|
|
|
326
342
|
* @param {*} [options] Override http request option.
|
|
327
343
|
* @throws {RequiredError}
|
|
328
344
|
*/
|
|
329
|
-
syncPlaySetNewQueue(playRequestDto: PlayRequestDto, options?:
|
|
345
|
+
syncPlaySetNewQueue(playRequestDto: PlayRequestDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
330
346
|
/**
|
|
331
347
|
*
|
|
332
348
|
* @summary Request to change playlist item in SyncPlay group.
|
|
@@ -334,7 +350,7 @@ export declare const SyncPlayApiFp: (configuration?: Configuration) => {
|
|
|
334
350
|
* @param {*} [options] Override http request option.
|
|
335
351
|
* @throws {RequiredError}
|
|
336
352
|
*/
|
|
337
|
-
syncPlaySetPlaylistItem(setPlaylistItemRequestDto: SetPlaylistItemRequestDto, options?:
|
|
353
|
+
syncPlaySetPlaylistItem(setPlaylistItemRequestDto: SetPlaylistItemRequestDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
338
354
|
/**
|
|
339
355
|
*
|
|
340
356
|
* @summary Request to set repeat mode in SyncPlay group.
|
|
@@ -342,7 +358,7 @@ export declare const SyncPlayApiFp: (configuration?: Configuration) => {
|
|
|
342
358
|
* @param {*} [options] Override http request option.
|
|
343
359
|
* @throws {RequiredError}
|
|
344
360
|
*/
|
|
345
|
-
syncPlaySetRepeatMode(setRepeatModeRequestDto: SetRepeatModeRequestDto, options?:
|
|
361
|
+
syncPlaySetRepeatMode(setRepeatModeRequestDto: SetRepeatModeRequestDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
346
362
|
/**
|
|
347
363
|
*
|
|
348
364
|
* @summary Request to set shuffle mode in SyncPlay group.
|
|
@@ -350,21 +366,21 @@ export declare const SyncPlayApiFp: (configuration?: Configuration) => {
|
|
|
350
366
|
* @param {*} [options] Override http request option.
|
|
351
367
|
* @throws {RequiredError}
|
|
352
368
|
*/
|
|
353
|
-
syncPlaySetShuffleMode(setShuffleModeRequestDto: SetShuffleModeRequestDto, options?:
|
|
369
|
+
syncPlaySetShuffleMode(setShuffleModeRequestDto: SetShuffleModeRequestDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
354
370
|
/**
|
|
355
371
|
*
|
|
356
372
|
* @summary Request stop in SyncPlay group.
|
|
357
373
|
* @param {*} [options] Override http request option.
|
|
358
374
|
* @throws {RequiredError}
|
|
359
375
|
*/
|
|
360
|
-
syncPlayStop(options?:
|
|
376
|
+
syncPlayStop(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
361
377
|
/**
|
|
362
378
|
*
|
|
363
379
|
* @summary Request unpause in SyncPlay group.
|
|
364
380
|
* @param {*} [options] Override http request option.
|
|
365
381
|
* @throws {RequiredError}
|
|
366
382
|
*/
|
|
367
|
-
syncPlayUnpause(options?:
|
|
383
|
+
syncPlayUnpause(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
368
384
|
};
|
|
369
385
|
/**
|
|
370
386
|
* SyncPlayApi - factory interface
|
|
@@ -374,166 +390,174 @@ export declare const SyncPlayApiFactory: (configuration?: Configuration, basePat
|
|
|
374
390
|
/**
|
|
375
391
|
*
|
|
376
392
|
* @summary Notify SyncPlay group that member is buffering.
|
|
377
|
-
* @param {
|
|
393
|
+
* @param {SyncPlayApiSyncPlayBufferingRequest} requestParameters Request parameters.
|
|
378
394
|
* @param {*} [options] Override http request option.
|
|
379
395
|
* @throws {RequiredError}
|
|
380
396
|
*/
|
|
381
|
-
syncPlayBuffering(
|
|
397
|
+
syncPlayBuffering(requestParameters: SyncPlayApiSyncPlayBufferingRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
382
398
|
/**
|
|
383
399
|
*
|
|
384
400
|
* @summary Create a new SyncPlay group.
|
|
385
|
-
* @param {
|
|
401
|
+
* @param {SyncPlayApiSyncPlayCreateGroupRequest} requestParameters Request parameters.
|
|
402
|
+
* @param {*} [options] Override http request option.
|
|
403
|
+
* @throws {RequiredError}
|
|
404
|
+
*/
|
|
405
|
+
syncPlayCreateGroup(requestParameters: SyncPlayApiSyncPlayCreateGroupRequest, options?: RawAxiosRequestConfig): AxiosPromise<GroupInfoDto>;
|
|
406
|
+
/**
|
|
407
|
+
*
|
|
408
|
+
* @summary Gets a SyncPlay group by id.
|
|
409
|
+
* @param {SyncPlayApiSyncPlayGetGroupRequest} requestParameters Request parameters.
|
|
386
410
|
* @param {*} [options] Override http request option.
|
|
387
411
|
* @throws {RequiredError}
|
|
388
412
|
*/
|
|
389
|
-
|
|
413
|
+
syncPlayGetGroup(requestParameters: SyncPlayApiSyncPlayGetGroupRequest, options?: RawAxiosRequestConfig): AxiosPromise<GroupInfoDto>;
|
|
390
414
|
/**
|
|
391
415
|
*
|
|
392
416
|
* @summary Gets all SyncPlay groups.
|
|
393
417
|
* @param {*} [options] Override http request option.
|
|
394
418
|
* @throws {RequiredError}
|
|
395
419
|
*/
|
|
396
|
-
syncPlayGetGroups(options?:
|
|
420
|
+
syncPlayGetGroups(options?: RawAxiosRequestConfig): AxiosPromise<Array<GroupInfoDto>>;
|
|
397
421
|
/**
|
|
398
422
|
*
|
|
399
423
|
* @summary Join an existing SyncPlay group.
|
|
400
|
-
* @param {
|
|
424
|
+
* @param {SyncPlayApiSyncPlayJoinGroupRequest} requestParameters Request parameters.
|
|
401
425
|
* @param {*} [options] Override http request option.
|
|
402
426
|
* @throws {RequiredError}
|
|
403
427
|
*/
|
|
404
|
-
syncPlayJoinGroup(
|
|
428
|
+
syncPlayJoinGroup(requestParameters: SyncPlayApiSyncPlayJoinGroupRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
405
429
|
/**
|
|
406
430
|
*
|
|
407
431
|
* @summary Leave the joined SyncPlay group.
|
|
408
432
|
* @param {*} [options] Override http request option.
|
|
409
433
|
* @throws {RequiredError}
|
|
410
434
|
*/
|
|
411
|
-
syncPlayLeaveGroup(options?:
|
|
435
|
+
syncPlayLeaveGroup(options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
412
436
|
/**
|
|
413
437
|
*
|
|
414
438
|
* @summary Request to move an item in the playlist in SyncPlay group.
|
|
415
|
-
* @param {
|
|
439
|
+
* @param {SyncPlayApiSyncPlayMovePlaylistItemRequest} requestParameters Request parameters.
|
|
416
440
|
* @param {*} [options] Override http request option.
|
|
417
441
|
* @throws {RequiredError}
|
|
418
442
|
*/
|
|
419
|
-
syncPlayMovePlaylistItem(
|
|
443
|
+
syncPlayMovePlaylistItem(requestParameters: SyncPlayApiSyncPlayMovePlaylistItemRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
420
444
|
/**
|
|
421
445
|
*
|
|
422
446
|
* @summary Request next item in SyncPlay group.
|
|
423
|
-
* @param {
|
|
447
|
+
* @param {SyncPlayApiSyncPlayNextItemRequest} requestParameters Request parameters.
|
|
424
448
|
* @param {*} [options] Override http request option.
|
|
425
449
|
* @throws {RequiredError}
|
|
426
450
|
*/
|
|
427
|
-
syncPlayNextItem(
|
|
451
|
+
syncPlayNextItem(requestParameters: SyncPlayApiSyncPlayNextItemRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
428
452
|
/**
|
|
429
453
|
*
|
|
430
454
|
* @summary Request pause in SyncPlay group.
|
|
431
455
|
* @param {*} [options] Override http request option.
|
|
432
456
|
* @throws {RequiredError}
|
|
433
457
|
*/
|
|
434
|
-
syncPlayPause(options?:
|
|
458
|
+
syncPlayPause(options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
435
459
|
/**
|
|
436
460
|
*
|
|
437
461
|
* @summary Update session ping.
|
|
438
|
-
* @param {
|
|
462
|
+
* @param {SyncPlayApiSyncPlayPingRequest} requestParameters Request parameters.
|
|
439
463
|
* @param {*} [options] Override http request option.
|
|
440
464
|
* @throws {RequiredError}
|
|
441
465
|
*/
|
|
442
|
-
syncPlayPing(
|
|
466
|
+
syncPlayPing(requestParameters: SyncPlayApiSyncPlayPingRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
443
467
|
/**
|
|
444
468
|
*
|
|
445
469
|
* @summary Request previous item in SyncPlay group.
|
|
446
|
-
* @param {
|
|
470
|
+
* @param {SyncPlayApiSyncPlayPreviousItemRequest} requestParameters Request parameters.
|
|
447
471
|
* @param {*} [options] Override http request option.
|
|
448
472
|
* @throws {RequiredError}
|
|
449
473
|
*/
|
|
450
|
-
syncPlayPreviousItem(
|
|
474
|
+
syncPlayPreviousItem(requestParameters: SyncPlayApiSyncPlayPreviousItemRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
451
475
|
/**
|
|
452
476
|
*
|
|
453
477
|
* @summary Request to queue items to the playlist of a SyncPlay group.
|
|
454
|
-
* @param {
|
|
478
|
+
* @param {SyncPlayApiSyncPlayQueueRequest} requestParameters Request parameters.
|
|
455
479
|
* @param {*} [options] Override http request option.
|
|
456
480
|
* @throws {RequiredError}
|
|
457
481
|
*/
|
|
458
|
-
syncPlayQueue(
|
|
482
|
+
syncPlayQueue(requestParameters: SyncPlayApiSyncPlayQueueRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
459
483
|
/**
|
|
460
484
|
*
|
|
461
485
|
* @summary Notify SyncPlay group that member is ready for playback.
|
|
462
|
-
* @param {
|
|
486
|
+
* @param {SyncPlayApiSyncPlayReadyRequest} requestParameters Request parameters.
|
|
463
487
|
* @param {*} [options] Override http request option.
|
|
464
488
|
* @throws {RequiredError}
|
|
465
489
|
*/
|
|
466
|
-
syncPlayReady(
|
|
490
|
+
syncPlayReady(requestParameters: SyncPlayApiSyncPlayReadyRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
467
491
|
/**
|
|
468
492
|
*
|
|
469
493
|
* @summary Request to remove items from the playlist in SyncPlay group.
|
|
470
|
-
* @param {
|
|
494
|
+
* @param {SyncPlayApiSyncPlayRemoveFromPlaylistRequest} requestParameters Request parameters.
|
|
471
495
|
* @param {*} [options] Override http request option.
|
|
472
496
|
* @throws {RequiredError}
|
|
473
497
|
*/
|
|
474
|
-
syncPlayRemoveFromPlaylist(
|
|
498
|
+
syncPlayRemoveFromPlaylist(requestParameters: SyncPlayApiSyncPlayRemoveFromPlaylistRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
475
499
|
/**
|
|
476
500
|
*
|
|
477
501
|
* @summary Request seek in SyncPlay group.
|
|
478
|
-
* @param {
|
|
502
|
+
* @param {SyncPlayApiSyncPlaySeekRequest} requestParameters Request parameters.
|
|
479
503
|
* @param {*} [options] Override http request option.
|
|
480
504
|
* @throws {RequiredError}
|
|
481
505
|
*/
|
|
482
|
-
syncPlaySeek(
|
|
506
|
+
syncPlaySeek(requestParameters: SyncPlayApiSyncPlaySeekRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
483
507
|
/**
|
|
484
508
|
*
|
|
485
509
|
* @summary Request SyncPlay group to ignore member during group-wait.
|
|
486
|
-
* @param {
|
|
510
|
+
* @param {SyncPlayApiSyncPlaySetIgnoreWaitRequest} requestParameters Request parameters.
|
|
487
511
|
* @param {*} [options] Override http request option.
|
|
488
512
|
* @throws {RequiredError}
|
|
489
513
|
*/
|
|
490
|
-
syncPlaySetIgnoreWait(
|
|
514
|
+
syncPlaySetIgnoreWait(requestParameters: SyncPlayApiSyncPlaySetIgnoreWaitRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
491
515
|
/**
|
|
492
516
|
*
|
|
493
517
|
* @summary Request to set new playlist in SyncPlay group.
|
|
494
|
-
* @param {
|
|
518
|
+
* @param {SyncPlayApiSyncPlaySetNewQueueRequest} requestParameters Request parameters.
|
|
495
519
|
* @param {*} [options] Override http request option.
|
|
496
520
|
* @throws {RequiredError}
|
|
497
521
|
*/
|
|
498
|
-
syncPlaySetNewQueue(
|
|
522
|
+
syncPlaySetNewQueue(requestParameters: SyncPlayApiSyncPlaySetNewQueueRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
499
523
|
/**
|
|
500
524
|
*
|
|
501
525
|
* @summary Request to change playlist item in SyncPlay group.
|
|
502
|
-
* @param {
|
|
526
|
+
* @param {SyncPlayApiSyncPlaySetPlaylistItemRequest} requestParameters Request parameters.
|
|
503
527
|
* @param {*} [options] Override http request option.
|
|
504
528
|
* @throws {RequiredError}
|
|
505
529
|
*/
|
|
506
|
-
syncPlaySetPlaylistItem(
|
|
530
|
+
syncPlaySetPlaylistItem(requestParameters: SyncPlayApiSyncPlaySetPlaylistItemRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
507
531
|
/**
|
|
508
532
|
*
|
|
509
533
|
* @summary Request to set repeat mode in SyncPlay group.
|
|
510
|
-
* @param {
|
|
534
|
+
* @param {SyncPlayApiSyncPlaySetRepeatModeRequest} requestParameters Request parameters.
|
|
511
535
|
* @param {*} [options] Override http request option.
|
|
512
536
|
* @throws {RequiredError}
|
|
513
537
|
*/
|
|
514
|
-
syncPlaySetRepeatMode(
|
|
538
|
+
syncPlaySetRepeatMode(requestParameters: SyncPlayApiSyncPlaySetRepeatModeRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
515
539
|
/**
|
|
516
540
|
*
|
|
517
541
|
* @summary Request to set shuffle mode in SyncPlay group.
|
|
518
|
-
* @param {
|
|
542
|
+
* @param {SyncPlayApiSyncPlaySetShuffleModeRequest} requestParameters Request parameters.
|
|
519
543
|
* @param {*} [options] Override http request option.
|
|
520
544
|
* @throws {RequiredError}
|
|
521
545
|
*/
|
|
522
|
-
syncPlaySetShuffleMode(
|
|
546
|
+
syncPlaySetShuffleMode(requestParameters: SyncPlayApiSyncPlaySetShuffleModeRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
523
547
|
/**
|
|
524
548
|
*
|
|
525
549
|
* @summary Request stop in SyncPlay group.
|
|
526
550
|
* @param {*} [options] Override http request option.
|
|
527
551
|
* @throws {RequiredError}
|
|
528
552
|
*/
|
|
529
|
-
syncPlayStop(options?:
|
|
553
|
+
syncPlayStop(options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
530
554
|
/**
|
|
531
555
|
*
|
|
532
556
|
* @summary Request unpause in SyncPlay group.
|
|
533
557
|
* @param {*} [options] Override http request option.
|
|
534
558
|
* @throws {RequiredError}
|
|
535
559
|
*/
|
|
536
|
-
syncPlayUnpause(options?:
|
|
560
|
+
syncPlayUnpause(options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
537
561
|
};
|
|
538
562
|
/**
|
|
539
563
|
* Request parameters for syncPlayBuffering operation in SyncPlayApi.
|
|
@@ -561,6 +585,19 @@ export interface SyncPlayApiSyncPlayCreateGroupRequest {
|
|
|
561
585
|
*/
|
|
562
586
|
readonly newGroupRequestDto: NewGroupRequestDto;
|
|
563
587
|
}
|
|
588
|
+
/**
|
|
589
|
+
* Request parameters for syncPlayGetGroup operation in SyncPlayApi.
|
|
590
|
+
* @export
|
|
591
|
+
* @interface SyncPlayApiSyncPlayGetGroupRequest
|
|
592
|
+
*/
|
|
593
|
+
export interface SyncPlayApiSyncPlayGetGroupRequest {
|
|
594
|
+
/**
|
|
595
|
+
* The id of the group.
|
|
596
|
+
* @type {string}
|
|
597
|
+
* @memberof SyncPlayApiSyncPlayGetGroup
|
|
598
|
+
*/
|
|
599
|
+
readonly id: string;
|
|
600
|
+
}
|
|
564
601
|
/**
|
|
565
602
|
* Request parameters for syncPlayJoinGroup operation in SyncPlayApi.
|
|
566
603
|
* @export
|
|
@@ -758,7 +795,7 @@ export declare class SyncPlayApi extends BaseAPI {
|
|
|
758
795
|
* @throws {RequiredError}
|
|
759
796
|
* @memberof SyncPlayApi
|
|
760
797
|
*/
|
|
761
|
-
syncPlayBuffering(requestParameters: SyncPlayApiSyncPlayBufferingRequest, options?:
|
|
798
|
+
syncPlayBuffering(requestParameters: SyncPlayApiSyncPlayBufferingRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
762
799
|
/**
|
|
763
800
|
*
|
|
764
801
|
* @summary Create a new SyncPlay group.
|
|
@@ -767,7 +804,16 @@ export declare class SyncPlayApi extends BaseAPI {
|
|
|
767
804
|
* @throws {RequiredError}
|
|
768
805
|
* @memberof SyncPlayApi
|
|
769
806
|
*/
|
|
770
|
-
syncPlayCreateGroup(requestParameters: SyncPlayApiSyncPlayCreateGroupRequest, options?:
|
|
807
|
+
syncPlayCreateGroup(requestParameters: SyncPlayApiSyncPlayCreateGroupRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GroupInfoDto, any, {}>>;
|
|
808
|
+
/**
|
|
809
|
+
*
|
|
810
|
+
* @summary Gets a SyncPlay group by id.
|
|
811
|
+
* @param {SyncPlayApiSyncPlayGetGroupRequest} requestParameters Request parameters.
|
|
812
|
+
* @param {*} [options] Override http request option.
|
|
813
|
+
* @throws {RequiredError}
|
|
814
|
+
* @memberof SyncPlayApi
|
|
815
|
+
*/
|
|
816
|
+
syncPlayGetGroup(requestParameters: SyncPlayApiSyncPlayGetGroupRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GroupInfoDto, any, {}>>;
|
|
771
817
|
/**
|
|
772
818
|
*
|
|
773
819
|
* @summary Gets all SyncPlay groups.
|
|
@@ -775,7 +821,7 @@ export declare class SyncPlayApi extends BaseAPI {
|
|
|
775
821
|
* @throws {RequiredError}
|
|
776
822
|
* @memberof SyncPlayApi
|
|
777
823
|
*/
|
|
778
|
-
syncPlayGetGroups(options?:
|
|
824
|
+
syncPlayGetGroups(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GroupInfoDto[], any, {}>>;
|
|
779
825
|
/**
|
|
780
826
|
*
|
|
781
827
|
* @summary Join an existing SyncPlay group.
|
|
@@ -784,7 +830,7 @@ export declare class SyncPlayApi extends BaseAPI {
|
|
|
784
830
|
* @throws {RequiredError}
|
|
785
831
|
* @memberof SyncPlayApi
|
|
786
832
|
*/
|
|
787
|
-
syncPlayJoinGroup(requestParameters: SyncPlayApiSyncPlayJoinGroupRequest, options?:
|
|
833
|
+
syncPlayJoinGroup(requestParameters: SyncPlayApiSyncPlayJoinGroupRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
788
834
|
/**
|
|
789
835
|
*
|
|
790
836
|
* @summary Leave the joined SyncPlay group.
|
|
@@ -792,7 +838,7 @@ export declare class SyncPlayApi extends BaseAPI {
|
|
|
792
838
|
* @throws {RequiredError}
|
|
793
839
|
* @memberof SyncPlayApi
|
|
794
840
|
*/
|
|
795
|
-
syncPlayLeaveGroup(options?:
|
|
841
|
+
syncPlayLeaveGroup(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
796
842
|
/**
|
|
797
843
|
*
|
|
798
844
|
* @summary Request to move an item in the playlist in SyncPlay group.
|
|
@@ -801,7 +847,7 @@ export declare class SyncPlayApi extends BaseAPI {
|
|
|
801
847
|
* @throws {RequiredError}
|
|
802
848
|
* @memberof SyncPlayApi
|
|
803
849
|
*/
|
|
804
|
-
syncPlayMovePlaylistItem(requestParameters: SyncPlayApiSyncPlayMovePlaylistItemRequest, options?:
|
|
850
|
+
syncPlayMovePlaylistItem(requestParameters: SyncPlayApiSyncPlayMovePlaylistItemRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
805
851
|
/**
|
|
806
852
|
*
|
|
807
853
|
* @summary Request next item in SyncPlay group.
|
|
@@ -810,7 +856,7 @@ export declare class SyncPlayApi extends BaseAPI {
|
|
|
810
856
|
* @throws {RequiredError}
|
|
811
857
|
* @memberof SyncPlayApi
|
|
812
858
|
*/
|
|
813
|
-
syncPlayNextItem(requestParameters: SyncPlayApiSyncPlayNextItemRequest, options?:
|
|
859
|
+
syncPlayNextItem(requestParameters: SyncPlayApiSyncPlayNextItemRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
814
860
|
/**
|
|
815
861
|
*
|
|
816
862
|
* @summary Request pause in SyncPlay group.
|
|
@@ -818,7 +864,7 @@ export declare class SyncPlayApi extends BaseAPI {
|
|
|
818
864
|
* @throws {RequiredError}
|
|
819
865
|
* @memberof SyncPlayApi
|
|
820
866
|
*/
|
|
821
|
-
syncPlayPause(options?:
|
|
867
|
+
syncPlayPause(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
822
868
|
/**
|
|
823
869
|
*
|
|
824
870
|
* @summary Update session ping.
|
|
@@ -827,7 +873,7 @@ export declare class SyncPlayApi extends BaseAPI {
|
|
|
827
873
|
* @throws {RequiredError}
|
|
828
874
|
* @memberof SyncPlayApi
|
|
829
875
|
*/
|
|
830
|
-
syncPlayPing(requestParameters: SyncPlayApiSyncPlayPingRequest, options?:
|
|
876
|
+
syncPlayPing(requestParameters: SyncPlayApiSyncPlayPingRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
831
877
|
/**
|
|
832
878
|
*
|
|
833
879
|
* @summary Request previous item in SyncPlay group.
|
|
@@ -836,7 +882,7 @@ export declare class SyncPlayApi extends BaseAPI {
|
|
|
836
882
|
* @throws {RequiredError}
|
|
837
883
|
* @memberof SyncPlayApi
|
|
838
884
|
*/
|
|
839
|
-
syncPlayPreviousItem(requestParameters: SyncPlayApiSyncPlayPreviousItemRequest, options?:
|
|
885
|
+
syncPlayPreviousItem(requestParameters: SyncPlayApiSyncPlayPreviousItemRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
840
886
|
/**
|
|
841
887
|
*
|
|
842
888
|
* @summary Request to queue items to the playlist of a SyncPlay group.
|
|
@@ -845,7 +891,7 @@ export declare class SyncPlayApi extends BaseAPI {
|
|
|
845
891
|
* @throws {RequiredError}
|
|
846
892
|
* @memberof SyncPlayApi
|
|
847
893
|
*/
|
|
848
|
-
syncPlayQueue(requestParameters: SyncPlayApiSyncPlayQueueRequest, options?:
|
|
894
|
+
syncPlayQueue(requestParameters: SyncPlayApiSyncPlayQueueRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
849
895
|
/**
|
|
850
896
|
*
|
|
851
897
|
* @summary Notify SyncPlay group that member is ready for playback.
|
|
@@ -854,7 +900,7 @@ export declare class SyncPlayApi extends BaseAPI {
|
|
|
854
900
|
* @throws {RequiredError}
|
|
855
901
|
* @memberof SyncPlayApi
|
|
856
902
|
*/
|
|
857
|
-
syncPlayReady(requestParameters: SyncPlayApiSyncPlayReadyRequest, options?:
|
|
903
|
+
syncPlayReady(requestParameters: SyncPlayApiSyncPlayReadyRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
858
904
|
/**
|
|
859
905
|
*
|
|
860
906
|
* @summary Request to remove items from the playlist in SyncPlay group.
|
|
@@ -863,7 +909,7 @@ export declare class SyncPlayApi extends BaseAPI {
|
|
|
863
909
|
* @throws {RequiredError}
|
|
864
910
|
* @memberof SyncPlayApi
|
|
865
911
|
*/
|
|
866
|
-
syncPlayRemoveFromPlaylist(requestParameters: SyncPlayApiSyncPlayRemoveFromPlaylistRequest, options?:
|
|
912
|
+
syncPlayRemoveFromPlaylist(requestParameters: SyncPlayApiSyncPlayRemoveFromPlaylistRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
867
913
|
/**
|
|
868
914
|
*
|
|
869
915
|
* @summary Request seek in SyncPlay group.
|
|
@@ -872,7 +918,7 @@ export declare class SyncPlayApi extends BaseAPI {
|
|
|
872
918
|
* @throws {RequiredError}
|
|
873
919
|
* @memberof SyncPlayApi
|
|
874
920
|
*/
|
|
875
|
-
syncPlaySeek(requestParameters: SyncPlayApiSyncPlaySeekRequest, options?:
|
|
921
|
+
syncPlaySeek(requestParameters: SyncPlayApiSyncPlaySeekRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
876
922
|
/**
|
|
877
923
|
*
|
|
878
924
|
* @summary Request SyncPlay group to ignore member during group-wait.
|
|
@@ -881,7 +927,7 @@ export declare class SyncPlayApi extends BaseAPI {
|
|
|
881
927
|
* @throws {RequiredError}
|
|
882
928
|
* @memberof SyncPlayApi
|
|
883
929
|
*/
|
|
884
|
-
syncPlaySetIgnoreWait(requestParameters: SyncPlayApiSyncPlaySetIgnoreWaitRequest, options?:
|
|
930
|
+
syncPlaySetIgnoreWait(requestParameters: SyncPlayApiSyncPlaySetIgnoreWaitRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
885
931
|
/**
|
|
886
932
|
*
|
|
887
933
|
* @summary Request to set new playlist in SyncPlay group.
|
|
@@ -890,7 +936,7 @@ export declare class SyncPlayApi extends BaseAPI {
|
|
|
890
936
|
* @throws {RequiredError}
|
|
891
937
|
* @memberof SyncPlayApi
|
|
892
938
|
*/
|
|
893
|
-
syncPlaySetNewQueue(requestParameters: SyncPlayApiSyncPlaySetNewQueueRequest, options?:
|
|
939
|
+
syncPlaySetNewQueue(requestParameters: SyncPlayApiSyncPlaySetNewQueueRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
894
940
|
/**
|
|
895
941
|
*
|
|
896
942
|
* @summary Request to change playlist item in SyncPlay group.
|
|
@@ -899,7 +945,7 @@ export declare class SyncPlayApi extends BaseAPI {
|
|
|
899
945
|
* @throws {RequiredError}
|
|
900
946
|
* @memberof SyncPlayApi
|
|
901
947
|
*/
|
|
902
|
-
syncPlaySetPlaylistItem(requestParameters: SyncPlayApiSyncPlaySetPlaylistItemRequest, options?:
|
|
948
|
+
syncPlaySetPlaylistItem(requestParameters: SyncPlayApiSyncPlaySetPlaylistItemRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
903
949
|
/**
|
|
904
950
|
*
|
|
905
951
|
* @summary Request to set repeat mode in SyncPlay group.
|
|
@@ -908,7 +954,7 @@ export declare class SyncPlayApi extends BaseAPI {
|
|
|
908
954
|
* @throws {RequiredError}
|
|
909
955
|
* @memberof SyncPlayApi
|
|
910
956
|
*/
|
|
911
|
-
syncPlaySetRepeatMode(requestParameters: SyncPlayApiSyncPlaySetRepeatModeRequest, options?:
|
|
957
|
+
syncPlaySetRepeatMode(requestParameters: SyncPlayApiSyncPlaySetRepeatModeRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
912
958
|
/**
|
|
913
959
|
*
|
|
914
960
|
* @summary Request to set shuffle mode in SyncPlay group.
|
|
@@ -917,7 +963,7 @@ export declare class SyncPlayApi extends BaseAPI {
|
|
|
917
963
|
* @throws {RequiredError}
|
|
918
964
|
* @memberof SyncPlayApi
|
|
919
965
|
*/
|
|
920
|
-
syncPlaySetShuffleMode(requestParameters: SyncPlayApiSyncPlaySetShuffleModeRequest, options?:
|
|
966
|
+
syncPlaySetShuffleMode(requestParameters: SyncPlayApiSyncPlaySetShuffleModeRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
921
967
|
/**
|
|
922
968
|
*
|
|
923
969
|
* @summary Request stop in SyncPlay group.
|
|
@@ -925,7 +971,7 @@ export declare class SyncPlayApi extends BaseAPI {
|
|
|
925
971
|
* @throws {RequiredError}
|
|
926
972
|
* @memberof SyncPlayApi
|
|
927
973
|
*/
|
|
928
|
-
syncPlayStop(options?:
|
|
974
|
+
syncPlayStop(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
929
975
|
/**
|
|
930
976
|
*
|
|
931
977
|
* @summary Request unpause in SyncPlay group.
|
|
@@ -933,5 +979,5 @@ export declare class SyncPlayApi extends BaseAPI {
|
|
|
933
979
|
* @throws {RequiredError}
|
|
934
980
|
* @memberof SyncPlayApi
|
|
935
981
|
*/
|
|
936
|
-
syncPlayUnpause(options?:
|
|
982
|
+
syncPlayUnpause(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
937
983
|
}
|