@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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import globalAxios from 'axios';
|
|
2
|
-
import {
|
|
3
|
-
import { BaseAPI, BASE_PATH } from '../base.js';
|
|
2
|
+
import { DUMMY_BASE_URL, setApiKeyToObject, setSearchParams, toPathString, assertParamExists, serializeDataIfNeeded, createRequestFunction } from '../common.js';
|
|
3
|
+
import { operationServerMap, BaseAPI, BASE_PATH } from '../base.js';
|
|
4
4
|
|
|
5
5
|
/* tslint:disable */
|
|
6
6
|
/* eslint-disable */
|
|
@@ -84,6 +84,37 @@ const SyncPlayApiAxiosParamCreator = function (configuration) {
|
|
|
84
84
|
options: localVarRequestOptions,
|
|
85
85
|
};
|
|
86
86
|
},
|
|
87
|
+
/**
|
|
88
|
+
*
|
|
89
|
+
* @summary Gets a SyncPlay group by id.
|
|
90
|
+
* @param {string} id The id of the group.
|
|
91
|
+
* @param {*} [options] Override http request option.
|
|
92
|
+
* @throws {RequiredError}
|
|
93
|
+
*/
|
|
94
|
+
syncPlayGetGroup: async (id, options = {}) => {
|
|
95
|
+
// verify required parameter 'id' is not null or undefined
|
|
96
|
+
assertParamExists('syncPlayGetGroup', 'id', id);
|
|
97
|
+
const localVarPath = `/SyncPlay/{id}`
|
|
98
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
99
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
100
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
101
|
+
let baseOptions;
|
|
102
|
+
if (configuration) {
|
|
103
|
+
baseOptions = configuration.baseOptions;
|
|
104
|
+
}
|
|
105
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options };
|
|
106
|
+
const localVarHeaderParameter = {};
|
|
107
|
+
const localVarQueryParameter = {};
|
|
108
|
+
// authentication CustomAuthentication required
|
|
109
|
+
await setApiKeyToObject(localVarHeaderParameter, "Authorization", configuration);
|
|
110
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
111
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
112
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
113
|
+
return {
|
|
114
|
+
url: toPathString(localVarUrlObj),
|
|
115
|
+
options: localVarRequestOptions,
|
|
116
|
+
};
|
|
117
|
+
},
|
|
87
118
|
/**
|
|
88
119
|
*
|
|
89
120
|
* @summary Gets all SyncPlay groups.
|
|
@@ -684,8 +715,11 @@ const SyncPlayApiFp = function (configuration) {
|
|
|
684
715
|
* @throws {RequiredError}
|
|
685
716
|
*/
|
|
686
717
|
async syncPlayBuffering(bufferRequestDto, options) {
|
|
718
|
+
var _a, _b, _c;
|
|
687
719
|
const localVarAxiosArgs = await localVarAxiosParamCreator.syncPlayBuffering(bufferRequestDto, options);
|
|
688
|
-
|
|
720
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
721
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SyncPlayApi.syncPlayBuffering']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
722
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
689
723
|
},
|
|
690
724
|
/**
|
|
691
725
|
*
|
|
@@ -695,8 +729,25 @@ const SyncPlayApiFp = function (configuration) {
|
|
|
695
729
|
* @throws {RequiredError}
|
|
696
730
|
*/
|
|
697
731
|
async syncPlayCreateGroup(newGroupRequestDto, options) {
|
|
732
|
+
var _a, _b, _c;
|
|
698
733
|
const localVarAxiosArgs = await localVarAxiosParamCreator.syncPlayCreateGroup(newGroupRequestDto, options);
|
|
699
|
-
|
|
734
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
735
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SyncPlayApi.syncPlayCreateGroup']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
736
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
737
|
+
},
|
|
738
|
+
/**
|
|
739
|
+
*
|
|
740
|
+
* @summary Gets a SyncPlay group by id.
|
|
741
|
+
* @param {string} id The id of the group.
|
|
742
|
+
* @param {*} [options] Override http request option.
|
|
743
|
+
* @throws {RequiredError}
|
|
744
|
+
*/
|
|
745
|
+
async syncPlayGetGroup(id, options) {
|
|
746
|
+
var _a, _b, _c;
|
|
747
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.syncPlayGetGroup(id, options);
|
|
748
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
749
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SyncPlayApi.syncPlayGetGroup']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
750
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
700
751
|
},
|
|
701
752
|
/**
|
|
702
753
|
*
|
|
@@ -705,8 +756,11 @@ const SyncPlayApiFp = function (configuration) {
|
|
|
705
756
|
* @throws {RequiredError}
|
|
706
757
|
*/
|
|
707
758
|
async syncPlayGetGroups(options) {
|
|
759
|
+
var _a, _b, _c;
|
|
708
760
|
const localVarAxiosArgs = await localVarAxiosParamCreator.syncPlayGetGroups(options);
|
|
709
|
-
|
|
761
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
762
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SyncPlayApi.syncPlayGetGroups']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
763
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
710
764
|
},
|
|
711
765
|
/**
|
|
712
766
|
*
|
|
@@ -716,8 +770,11 @@ const SyncPlayApiFp = function (configuration) {
|
|
|
716
770
|
* @throws {RequiredError}
|
|
717
771
|
*/
|
|
718
772
|
async syncPlayJoinGroup(joinGroupRequestDto, options) {
|
|
773
|
+
var _a, _b, _c;
|
|
719
774
|
const localVarAxiosArgs = await localVarAxiosParamCreator.syncPlayJoinGroup(joinGroupRequestDto, options);
|
|
720
|
-
|
|
775
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
776
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SyncPlayApi.syncPlayJoinGroup']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
777
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
721
778
|
},
|
|
722
779
|
/**
|
|
723
780
|
*
|
|
@@ -726,8 +783,11 @@ const SyncPlayApiFp = function (configuration) {
|
|
|
726
783
|
* @throws {RequiredError}
|
|
727
784
|
*/
|
|
728
785
|
async syncPlayLeaveGroup(options) {
|
|
786
|
+
var _a, _b, _c;
|
|
729
787
|
const localVarAxiosArgs = await localVarAxiosParamCreator.syncPlayLeaveGroup(options);
|
|
730
|
-
|
|
788
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
789
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SyncPlayApi.syncPlayLeaveGroup']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
790
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
731
791
|
},
|
|
732
792
|
/**
|
|
733
793
|
*
|
|
@@ -737,8 +797,11 @@ const SyncPlayApiFp = function (configuration) {
|
|
|
737
797
|
* @throws {RequiredError}
|
|
738
798
|
*/
|
|
739
799
|
async syncPlayMovePlaylistItem(movePlaylistItemRequestDto, options) {
|
|
800
|
+
var _a, _b, _c;
|
|
740
801
|
const localVarAxiosArgs = await localVarAxiosParamCreator.syncPlayMovePlaylistItem(movePlaylistItemRequestDto, options);
|
|
741
|
-
|
|
802
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
803
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SyncPlayApi.syncPlayMovePlaylistItem']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
804
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
742
805
|
},
|
|
743
806
|
/**
|
|
744
807
|
*
|
|
@@ -748,8 +811,11 @@ const SyncPlayApiFp = function (configuration) {
|
|
|
748
811
|
* @throws {RequiredError}
|
|
749
812
|
*/
|
|
750
813
|
async syncPlayNextItem(nextItemRequestDto, options) {
|
|
814
|
+
var _a, _b, _c;
|
|
751
815
|
const localVarAxiosArgs = await localVarAxiosParamCreator.syncPlayNextItem(nextItemRequestDto, options);
|
|
752
|
-
|
|
816
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
817
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SyncPlayApi.syncPlayNextItem']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
818
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
753
819
|
},
|
|
754
820
|
/**
|
|
755
821
|
*
|
|
@@ -758,8 +824,11 @@ const SyncPlayApiFp = function (configuration) {
|
|
|
758
824
|
* @throws {RequiredError}
|
|
759
825
|
*/
|
|
760
826
|
async syncPlayPause(options) {
|
|
827
|
+
var _a, _b, _c;
|
|
761
828
|
const localVarAxiosArgs = await localVarAxiosParamCreator.syncPlayPause(options);
|
|
762
|
-
|
|
829
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
830
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SyncPlayApi.syncPlayPause']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
831
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
763
832
|
},
|
|
764
833
|
/**
|
|
765
834
|
*
|
|
@@ -769,8 +838,11 @@ const SyncPlayApiFp = function (configuration) {
|
|
|
769
838
|
* @throws {RequiredError}
|
|
770
839
|
*/
|
|
771
840
|
async syncPlayPing(pingRequestDto, options) {
|
|
841
|
+
var _a, _b, _c;
|
|
772
842
|
const localVarAxiosArgs = await localVarAxiosParamCreator.syncPlayPing(pingRequestDto, options);
|
|
773
|
-
|
|
843
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
844
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SyncPlayApi.syncPlayPing']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
845
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
774
846
|
},
|
|
775
847
|
/**
|
|
776
848
|
*
|
|
@@ -780,8 +852,11 @@ const SyncPlayApiFp = function (configuration) {
|
|
|
780
852
|
* @throws {RequiredError}
|
|
781
853
|
*/
|
|
782
854
|
async syncPlayPreviousItem(previousItemRequestDto, options) {
|
|
855
|
+
var _a, _b, _c;
|
|
783
856
|
const localVarAxiosArgs = await localVarAxiosParamCreator.syncPlayPreviousItem(previousItemRequestDto, options);
|
|
784
|
-
|
|
857
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
858
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SyncPlayApi.syncPlayPreviousItem']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
859
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
785
860
|
},
|
|
786
861
|
/**
|
|
787
862
|
*
|
|
@@ -791,8 +866,11 @@ const SyncPlayApiFp = function (configuration) {
|
|
|
791
866
|
* @throws {RequiredError}
|
|
792
867
|
*/
|
|
793
868
|
async syncPlayQueue(queueRequestDto, options) {
|
|
869
|
+
var _a, _b, _c;
|
|
794
870
|
const localVarAxiosArgs = await localVarAxiosParamCreator.syncPlayQueue(queueRequestDto, options);
|
|
795
|
-
|
|
871
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
872
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SyncPlayApi.syncPlayQueue']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
873
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
796
874
|
},
|
|
797
875
|
/**
|
|
798
876
|
*
|
|
@@ -802,8 +880,11 @@ const SyncPlayApiFp = function (configuration) {
|
|
|
802
880
|
* @throws {RequiredError}
|
|
803
881
|
*/
|
|
804
882
|
async syncPlayReady(readyRequestDto, options) {
|
|
883
|
+
var _a, _b, _c;
|
|
805
884
|
const localVarAxiosArgs = await localVarAxiosParamCreator.syncPlayReady(readyRequestDto, options);
|
|
806
|
-
|
|
885
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
886
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SyncPlayApi.syncPlayReady']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
887
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
807
888
|
},
|
|
808
889
|
/**
|
|
809
890
|
*
|
|
@@ -813,8 +894,11 @@ const SyncPlayApiFp = function (configuration) {
|
|
|
813
894
|
* @throws {RequiredError}
|
|
814
895
|
*/
|
|
815
896
|
async syncPlayRemoveFromPlaylist(removeFromPlaylistRequestDto, options) {
|
|
897
|
+
var _a, _b, _c;
|
|
816
898
|
const localVarAxiosArgs = await localVarAxiosParamCreator.syncPlayRemoveFromPlaylist(removeFromPlaylistRequestDto, options);
|
|
817
|
-
|
|
899
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
900
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SyncPlayApi.syncPlayRemoveFromPlaylist']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
901
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
818
902
|
},
|
|
819
903
|
/**
|
|
820
904
|
*
|
|
@@ -824,8 +908,11 @@ const SyncPlayApiFp = function (configuration) {
|
|
|
824
908
|
* @throws {RequiredError}
|
|
825
909
|
*/
|
|
826
910
|
async syncPlaySeek(seekRequestDto, options) {
|
|
911
|
+
var _a, _b, _c;
|
|
827
912
|
const localVarAxiosArgs = await localVarAxiosParamCreator.syncPlaySeek(seekRequestDto, options);
|
|
828
|
-
|
|
913
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
914
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SyncPlayApi.syncPlaySeek']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
915
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
829
916
|
},
|
|
830
917
|
/**
|
|
831
918
|
*
|
|
@@ -835,8 +922,11 @@ const SyncPlayApiFp = function (configuration) {
|
|
|
835
922
|
* @throws {RequiredError}
|
|
836
923
|
*/
|
|
837
924
|
async syncPlaySetIgnoreWait(ignoreWaitRequestDto, options) {
|
|
925
|
+
var _a, _b, _c;
|
|
838
926
|
const localVarAxiosArgs = await localVarAxiosParamCreator.syncPlaySetIgnoreWait(ignoreWaitRequestDto, options);
|
|
839
|
-
|
|
927
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
928
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SyncPlayApi.syncPlaySetIgnoreWait']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
929
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
840
930
|
},
|
|
841
931
|
/**
|
|
842
932
|
*
|
|
@@ -846,8 +936,11 @@ const SyncPlayApiFp = function (configuration) {
|
|
|
846
936
|
* @throws {RequiredError}
|
|
847
937
|
*/
|
|
848
938
|
async syncPlaySetNewQueue(playRequestDto, options) {
|
|
939
|
+
var _a, _b, _c;
|
|
849
940
|
const localVarAxiosArgs = await localVarAxiosParamCreator.syncPlaySetNewQueue(playRequestDto, options);
|
|
850
|
-
|
|
941
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
942
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SyncPlayApi.syncPlaySetNewQueue']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
943
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
851
944
|
},
|
|
852
945
|
/**
|
|
853
946
|
*
|
|
@@ -857,8 +950,11 @@ const SyncPlayApiFp = function (configuration) {
|
|
|
857
950
|
* @throws {RequiredError}
|
|
858
951
|
*/
|
|
859
952
|
async syncPlaySetPlaylistItem(setPlaylistItemRequestDto, options) {
|
|
953
|
+
var _a, _b, _c;
|
|
860
954
|
const localVarAxiosArgs = await localVarAxiosParamCreator.syncPlaySetPlaylistItem(setPlaylistItemRequestDto, options);
|
|
861
|
-
|
|
955
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
956
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SyncPlayApi.syncPlaySetPlaylistItem']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
957
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
862
958
|
},
|
|
863
959
|
/**
|
|
864
960
|
*
|
|
@@ -868,8 +964,11 @@ const SyncPlayApiFp = function (configuration) {
|
|
|
868
964
|
* @throws {RequiredError}
|
|
869
965
|
*/
|
|
870
966
|
async syncPlaySetRepeatMode(setRepeatModeRequestDto, options) {
|
|
967
|
+
var _a, _b, _c;
|
|
871
968
|
const localVarAxiosArgs = await localVarAxiosParamCreator.syncPlaySetRepeatMode(setRepeatModeRequestDto, options);
|
|
872
|
-
|
|
969
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
970
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SyncPlayApi.syncPlaySetRepeatMode']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
971
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
873
972
|
},
|
|
874
973
|
/**
|
|
875
974
|
*
|
|
@@ -879,8 +978,11 @@ const SyncPlayApiFp = function (configuration) {
|
|
|
879
978
|
* @throws {RequiredError}
|
|
880
979
|
*/
|
|
881
980
|
async syncPlaySetShuffleMode(setShuffleModeRequestDto, options) {
|
|
981
|
+
var _a, _b, _c;
|
|
882
982
|
const localVarAxiosArgs = await localVarAxiosParamCreator.syncPlaySetShuffleMode(setShuffleModeRequestDto, options);
|
|
883
|
-
|
|
983
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
984
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SyncPlayApi.syncPlaySetShuffleMode']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
985
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
884
986
|
},
|
|
885
987
|
/**
|
|
886
988
|
*
|
|
@@ -889,8 +991,11 @@ const SyncPlayApiFp = function (configuration) {
|
|
|
889
991
|
* @throws {RequiredError}
|
|
890
992
|
*/
|
|
891
993
|
async syncPlayStop(options) {
|
|
994
|
+
var _a, _b, _c;
|
|
892
995
|
const localVarAxiosArgs = await localVarAxiosParamCreator.syncPlayStop(options);
|
|
893
|
-
|
|
996
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
997
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SyncPlayApi.syncPlayStop']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
998
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
894
999
|
},
|
|
895
1000
|
/**
|
|
896
1001
|
*
|
|
@@ -899,8 +1004,11 @@ const SyncPlayApiFp = function (configuration) {
|
|
|
899
1004
|
* @throws {RequiredError}
|
|
900
1005
|
*/
|
|
901
1006
|
async syncPlayUnpause(options) {
|
|
1007
|
+
var _a, _b, _c;
|
|
902
1008
|
const localVarAxiosArgs = await localVarAxiosParamCreator.syncPlayUnpause(options);
|
|
903
|
-
|
|
1009
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1010
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SyncPlayApi.syncPlayUnpause']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1011
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
904
1012
|
},
|
|
905
1013
|
};
|
|
906
1014
|
};
|
|
@@ -914,22 +1022,32 @@ const SyncPlayApiFactory = function (configuration, basePath, axios) {
|
|
|
914
1022
|
/**
|
|
915
1023
|
*
|
|
916
1024
|
* @summary Notify SyncPlay group that member is buffering.
|
|
917
|
-
* @param {
|
|
1025
|
+
* @param {SyncPlayApiSyncPlayBufferingRequest} requestParameters Request parameters.
|
|
918
1026
|
* @param {*} [options] Override http request option.
|
|
919
1027
|
* @throws {RequiredError}
|
|
920
1028
|
*/
|
|
921
|
-
syncPlayBuffering(
|
|
922
|
-
return localVarFp.syncPlayBuffering(bufferRequestDto, options).then((request) => request(axios, basePath));
|
|
1029
|
+
syncPlayBuffering(requestParameters, options) {
|
|
1030
|
+
return localVarFp.syncPlayBuffering(requestParameters.bufferRequestDto, options).then((request) => request(axios, basePath));
|
|
923
1031
|
},
|
|
924
1032
|
/**
|
|
925
1033
|
*
|
|
926
1034
|
* @summary Create a new SyncPlay group.
|
|
927
|
-
* @param {
|
|
1035
|
+
* @param {SyncPlayApiSyncPlayCreateGroupRequest} requestParameters Request parameters.
|
|
1036
|
+
* @param {*} [options] Override http request option.
|
|
1037
|
+
* @throws {RequiredError}
|
|
1038
|
+
*/
|
|
1039
|
+
syncPlayCreateGroup(requestParameters, options) {
|
|
1040
|
+
return localVarFp.syncPlayCreateGroup(requestParameters.newGroupRequestDto, options).then((request) => request(axios, basePath));
|
|
1041
|
+
},
|
|
1042
|
+
/**
|
|
1043
|
+
*
|
|
1044
|
+
* @summary Gets a SyncPlay group by id.
|
|
1045
|
+
* @param {SyncPlayApiSyncPlayGetGroupRequest} requestParameters Request parameters.
|
|
928
1046
|
* @param {*} [options] Override http request option.
|
|
929
1047
|
* @throws {RequiredError}
|
|
930
1048
|
*/
|
|
931
|
-
|
|
932
|
-
return localVarFp.
|
|
1049
|
+
syncPlayGetGroup(requestParameters, options) {
|
|
1050
|
+
return localVarFp.syncPlayGetGroup(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
933
1051
|
},
|
|
934
1052
|
/**
|
|
935
1053
|
*
|
|
@@ -943,12 +1061,12 @@ const SyncPlayApiFactory = function (configuration, basePath, axios) {
|
|
|
943
1061
|
/**
|
|
944
1062
|
*
|
|
945
1063
|
* @summary Join an existing SyncPlay group.
|
|
946
|
-
* @param {
|
|
1064
|
+
* @param {SyncPlayApiSyncPlayJoinGroupRequest} requestParameters Request parameters.
|
|
947
1065
|
* @param {*} [options] Override http request option.
|
|
948
1066
|
* @throws {RequiredError}
|
|
949
1067
|
*/
|
|
950
|
-
syncPlayJoinGroup(
|
|
951
|
-
return localVarFp.syncPlayJoinGroup(joinGroupRequestDto, options).then((request) => request(axios, basePath));
|
|
1068
|
+
syncPlayJoinGroup(requestParameters, options) {
|
|
1069
|
+
return localVarFp.syncPlayJoinGroup(requestParameters.joinGroupRequestDto, options).then((request) => request(axios, basePath));
|
|
952
1070
|
},
|
|
953
1071
|
/**
|
|
954
1072
|
*
|
|
@@ -962,22 +1080,22 @@ const SyncPlayApiFactory = function (configuration, basePath, axios) {
|
|
|
962
1080
|
/**
|
|
963
1081
|
*
|
|
964
1082
|
* @summary Request to move an item in the playlist in SyncPlay group.
|
|
965
|
-
* @param {
|
|
1083
|
+
* @param {SyncPlayApiSyncPlayMovePlaylistItemRequest} requestParameters Request parameters.
|
|
966
1084
|
* @param {*} [options] Override http request option.
|
|
967
1085
|
* @throws {RequiredError}
|
|
968
1086
|
*/
|
|
969
|
-
syncPlayMovePlaylistItem(
|
|
970
|
-
return localVarFp.syncPlayMovePlaylistItem(movePlaylistItemRequestDto, options).then((request) => request(axios, basePath));
|
|
1087
|
+
syncPlayMovePlaylistItem(requestParameters, options) {
|
|
1088
|
+
return localVarFp.syncPlayMovePlaylistItem(requestParameters.movePlaylistItemRequestDto, options).then((request) => request(axios, basePath));
|
|
971
1089
|
},
|
|
972
1090
|
/**
|
|
973
1091
|
*
|
|
974
1092
|
* @summary Request next item in SyncPlay group.
|
|
975
|
-
* @param {
|
|
1093
|
+
* @param {SyncPlayApiSyncPlayNextItemRequest} requestParameters Request parameters.
|
|
976
1094
|
* @param {*} [options] Override http request option.
|
|
977
1095
|
* @throws {RequiredError}
|
|
978
1096
|
*/
|
|
979
|
-
syncPlayNextItem(
|
|
980
|
-
return localVarFp.syncPlayNextItem(nextItemRequestDto, options).then((request) => request(axios, basePath));
|
|
1097
|
+
syncPlayNextItem(requestParameters, options) {
|
|
1098
|
+
return localVarFp.syncPlayNextItem(requestParameters.nextItemRequestDto, options).then((request) => request(axios, basePath));
|
|
981
1099
|
},
|
|
982
1100
|
/**
|
|
983
1101
|
*
|
|
@@ -991,112 +1109,112 @@ const SyncPlayApiFactory = function (configuration, basePath, axios) {
|
|
|
991
1109
|
/**
|
|
992
1110
|
*
|
|
993
1111
|
* @summary Update session ping.
|
|
994
|
-
* @param {
|
|
1112
|
+
* @param {SyncPlayApiSyncPlayPingRequest} requestParameters Request parameters.
|
|
995
1113
|
* @param {*} [options] Override http request option.
|
|
996
1114
|
* @throws {RequiredError}
|
|
997
1115
|
*/
|
|
998
|
-
syncPlayPing(
|
|
999
|
-
return localVarFp.syncPlayPing(pingRequestDto, options).then((request) => request(axios, basePath));
|
|
1116
|
+
syncPlayPing(requestParameters, options) {
|
|
1117
|
+
return localVarFp.syncPlayPing(requestParameters.pingRequestDto, options).then((request) => request(axios, basePath));
|
|
1000
1118
|
},
|
|
1001
1119
|
/**
|
|
1002
1120
|
*
|
|
1003
1121
|
* @summary Request previous item in SyncPlay group.
|
|
1004
|
-
* @param {
|
|
1122
|
+
* @param {SyncPlayApiSyncPlayPreviousItemRequest} requestParameters Request parameters.
|
|
1005
1123
|
* @param {*} [options] Override http request option.
|
|
1006
1124
|
* @throws {RequiredError}
|
|
1007
1125
|
*/
|
|
1008
|
-
syncPlayPreviousItem(
|
|
1009
|
-
return localVarFp.syncPlayPreviousItem(previousItemRequestDto, options).then((request) => request(axios, basePath));
|
|
1126
|
+
syncPlayPreviousItem(requestParameters, options) {
|
|
1127
|
+
return localVarFp.syncPlayPreviousItem(requestParameters.previousItemRequestDto, options).then((request) => request(axios, basePath));
|
|
1010
1128
|
},
|
|
1011
1129
|
/**
|
|
1012
1130
|
*
|
|
1013
1131
|
* @summary Request to queue items to the playlist of a SyncPlay group.
|
|
1014
|
-
* @param {
|
|
1132
|
+
* @param {SyncPlayApiSyncPlayQueueRequest} requestParameters Request parameters.
|
|
1015
1133
|
* @param {*} [options] Override http request option.
|
|
1016
1134
|
* @throws {RequiredError}
|
|
1017
1135
|
*/
|
|
1018
|
-
syncPlayQueue(
|
|
1019
|
-
return localVarFp.syncPlayQueue(queueRequestDto, options).then((request) => request(axios, basePath));
|
|
1136
|
+
syncPlayQueue(requestParameters, options) {
|
|
1137
|
+
return localVarFp.syncPlayQueue(requestParameters.queueRequestDto, options).then((request) => request(axios, basePath));
|
|
1020
1138
|
},
|
|
1021
1139
|
/**
|
|
1022
1140
|
*
|
|
1023
1141
|
* @summary Notify SyncPlay group that member is ready for playback.
|
|
1024
|
-
* @param {
|
|
1142
|
+
* @param {SyncPlayApiSyncPlayReadyRequest} requestParameters Request parameters.
|
|
1025
1143
|
* @param {*} [options] Override http request option.
|
|
1026
1144
|
* @throws {RequiredError}
|
|
1027
1145
|
*/
|
|
1028
|
-
syncPlayReady(
|
|
1029
|
-
return localVarFp.syncPlayReady(readyRequestDto, options).then((request) => request(axios, basePath));
|
|
1146
|
+
syncPlayReady(requestParameters, options) {
|
|
1147
|
+
return localVarFp.syncPlayReady(requestParameters.readyRequestDto, options).then((request) => request(axios, basePath));
|
|
1030
1148
|
},
|
|
1031
1149
|
/**
|
|
1032
1150
|
*
|
|
1033
1151
|
* @summary Request to remove items from the playlist in SyncPlay group.
|
|
1034
|
-
* @param {
|
|
1152
|
+
* @param {SyncPlayApiSyncPlayRemoveFromPlaylistRequest} requestParameters Request parameters.
|
|
1035
1153
|
* @param {*} [options] Override http request option.
|
|
1036
1154
|
* @throws {RequiredError}
|
|
1037
1155
|
*/
|
|
1038
|
-
syncPlayRemoveFromPlaylist(
|
|
1039
|
-
return localVarFp.syncPlayRemoveFromPlaylist(removeFromPlaylistRequestDto, options).then((request) => request(axios, basePath));
|
|
1156
|
+
syncPlayRemoveFromPlaylist(requestParameters, options) {
|
|
1157
|
+
return localVarFp.syncPlayRemoveFromPlaylist(requestParameters.removeFromPlaylistRequestDto, options).then((request) => request(axios, basePath));
|
|
1040
1158
|
},
|
|
1041
1159
|
/**
|
|
1042
1160
|
*
|
|
1043
1161
|
* @summary Request seek in SyncPlay group.
|
|
1044
|
-
* @param {
|
|
1162
|
+
* @param {SyncPlayApiSyncPlaySeekRequest} requestParameters Request parameters.
|
|
1045
1163
|
* @param {*} [options] Override http request option.
|
|
1046
1164
|
* @throws {RequiredError}
|
|
1047
1165
|
*/
|
|
1048
|
-
syncPlaySeek(
|
|
1049
|
-
return localVarFp.syncPlaySeek(seekRequestDto, options).then((request) => request(axios, basePath));
|
|
1166
|
+
syncPlaySeek(requestParameters, options) {
|
|
1167
|
+
return localVarFp.syncPlaySeek(requestParameters.seekRequestDto, options).then((request) => request(axios, basePath));
|
|
1050
1168
|
},
|
|
1051
1169
|
/**
|
|
1052
1170
|
*
|
|
1053
1171
|
* @summary Request SyncPlay group to ignore member during group-wait.
|
|
1054
|
-
* @param {
|
|
1172
|
+
* @param {SyncPlayApiSyncPlaySetIgnoreWaitRequest} requestParameters Request parameters.
|
|
1055
1173
|
* @param {*} [options] Override http request option.
|
|
1056
1174
|
* @throws {RequiredError}
|
|
1057
1175
|
*/
|
|
1058
|
-
syncPlaySetIgnoreWait(
|
|
1059
|
-
return localVarFp.syncPlaySetIgnoreWait(ignoreWaitRequestDto, options).then((request) => request(axios, basePath));
|
|
1176
|
+
syncPlaySetIgnoreWait(requestParameters, options) {
|
|
1177
|
+
return localVarFp.syncPlaySetIgnoreWait(requestParameters.ignoreWaitRequestDto, options).then((request) => request(axios, basePath));
|
|
1060
1178
|
},
|
|
1061
1179
|
/**
|
|
1062
1180
|
*
|
|
1063
1181
|
* @summary Request to set new playlist in SyncPlay group.
|
|
1064
|
-
* @param {
|
|
1182
|
+
* @param {SyncPlayApiSyncPlaySetNewQueueRequest} requestParameters Request parameters.
|
|
1065
1183
|
* @param {*} [options] Override http request option.
|
|
1066
1184
|
* @throws {RequiredError}
|
|
1067
1185
|
*/
|
|
1068
|
-
syncPlaySetNewQueue(
|
|
1069
|
-
return localVarFp.syncPlaySetNewQueue(playRequestDto, options).then((request) => request(axios, basePath));
|
|
1186
|
+
syncPlaySetNewQueue(requestParameters, options) {
|
|
1187
|
+
return localVarFp.syncPlaySetNewQueue(requestParameters.playRequestDto, options).then((request) => request(axios, basePath));
|
|
1070
1188
|
},
|
|
1071
1189
|
/**
|
|
1072
1190
|
*
|
|
1073
1191
|
* @summary Request to change playlist item in SyncPlay group.
|
|
1074
|
-
* @param {
|
|
1192
|
+
* @param {SyncPlayApiSyncPlaySetPlaylistItemRequest} requestParameters Request parameters.
|
|
1075
1193
|
* @param {*} [options] Override http request option.
|
|
1076
1194
|
* @throws {RequiredError}
|
|
1077
1195
|
*/
|
|
1078
|
-
syncPlaySetPlaylistItem(
|
|
1079
|
-
return localVarFp.syncPlaySetPlaylistItem(setPlaylistItemRequestDto, options).then((request) => request(axios, basePath));
|
|
1196
|
+
syncPlaySetPlaylistItem(requestParameters, options) {
|
|
1197
|
+
return localVarFp.syncPlaySetPlaylistItem(requestParameters.setPlaylistItemRequestDto, options).then((request) => request(axios, basePath));
|
|
1080
1198
|
},
|
|
1081
1199
|
/**
|
|
1082
1200
|
*
|
|
1083
1201
|
* @summary Request to set repeat mode in SyncPlay group.
|
|
1084
|
-
* @param {
|
|
1202
|
+
* @param {SyncPlayApiSyncPlaySetRepeatModeRequest} requestParameters Request parameters.
|
|
1085
1203
|
* @param {*} [options] Override http request option.
|
|
1086
1204
|
* @throws {RequiredError}
|
|
1087
1205
|
*/
|
|
1088
|
-
syncPlaySetRepeatMode(
|
|
1089
|
-
return localVarFp.syncPlaySetRepeatMode(setRepeatModeRequestDto, options).then((request) => request(axios, basePath));
|
|
1206
|
+
syncPlaySetRepeatMode(requestParameters, options) {
|
|
1207
|
+
return localVarFp.syncPlaySetRepeatMode(requestParameters.setRepeatModeRequestDto, options).then((request) => request(axios, basePath));
|
|
1090
1208
|
},
|
|
1091
1209
|
/**
|
|
1092
1210
|
*
|
|
1093
1211
|
* @summary Request to set shuffle mode in SyncPlay group.
|
|
1094
|
-
* @param {
|
|
1212
|
+
* @param {SyncPlayApiSyncPlaySetShuffleModeRequest} requestParameters Request parameters.
|
|
1095
1213
|
* @param {*} [options] Override http request option.
|
|
1096
1214
|
* @throws {RequiredError}
|
|
1097
1215
|
*/
|
|
1098
|
-
syncPlaySetShuffleMode(
|
|
1099
|
-
return localVarFp.syncPlaySetShuffleMode(setShuffleModeRequestDto, options).then((request) => request(axios, basePath));
|
|
1216
|
+
syncPlaySetShuffleMode(requestParameters, options) {
|
|
1217
|
+
return localVarFp.syncPlaySetShuffleMode(requestParameters.setShuffleModeRequestDto, options).then((request) => request(axios, basePath));
|
|
1100
1218
|
},
|
|
1101
1219
|
/**
|
|
1102
1220
|
*
|
|
@@ -1147,6 +1265,17 @@ class SyncPlayApi extends BaseAPI {
|
|
|
1147
1265
|
syncPlayCreateGroup(requestParameters, options) {
|
|
1148
1266
|
return SyncPlayApiFp(this.configuration).syncPlayCreateGroup(requestParameters.newGroupRequestDto, options).then((request) => request(this.axios, this.basePath));
|
|
1149
1267
|
}
|
|
1268
|
+
/**
|
|
1269
|
+
*
|
|
1270
|
+
* @summary Gets a SyncPlay group by id.
|
|
1271
|
+
* @param {SyncPlayApiSyncPlayGetGroupRequest} requestParameters Request parameters.
|
|
1272
|
+
* @param {*} [options] Override http request option.
|
|
1273
|
+
* @throws {RequiredError}
|
|
1274
|
+
* @memberof SyncPlayApi
|
|
1275
|
+
*/
|
|
1276
|
+
syncPlayGetGroup(requestParameters, options) {
|
|
1277
|
+
return SyncPlayApiFp(this.configuration).syncPlayGetGroup(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
1278
|
+
}
|
|
1150
1279
|
/**
|
|
1151
1280
|
*
|
|
1152
1281
|
* @summary Gets all SyncPlay groups.
|