@jellyfin/sdk 0.10.0 → 0.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/lib/api.d.ts +0 -11
- package/lib/api.js +0 -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 +81 -249
- package/lib/generated-client/api/audio-api.js +93 -245
- 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 +28 -29
- package/lib/generated-client/api/configuration-api.js +30 -16
- package/lib/generated-client/api/dashboard-api.d.ts +14 -14
- package/lib/generated-client/api/dashboard-api.js +15 -9
- package/lib/generated-client/api/devices-api.d.ts +31 -33
- package/lib/generated-client/api/devices-api.js +36 -22
- package/lib/generated-client/api/display-preferences-api.d.ts +14 -19
- package/lib/generated-client/api/display-preferences-api.js +15 -14
- 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 +34 -18
- 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 +15 -27
- package/lib/generated-client/api/hls-segment-api.d.ts +28 -35
- package/lib/generated-client/api/hls-segment-api.js +36 -28
- package/lib/generated-client/api/image-api.d.ts +206 -644
- package/lib/generated-client/api/image-api.js +269 -596
- 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 +9 -13
- package/lib/generated-client/api/item-refresh-api.js +8 -9
- 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 +38 -122
- package/lib/generated-client/api/library-api.d.ts +185 -170
- package/lib/generated-client/api/library-api.js +212 -142
- 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 +224 -332
- package/lib/generated-client/api/live-tv-api.js +273 -258
- 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 +45 -30
- package/lib/generated-client/api/media-info-api.d.ts +40 -59
- package/lib/generated-client/api/media-info-api.js +45 -52
- 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 +15 -27
- package/lib/generated-client/api/package-api.d.ts +33 -37
- package/lib/generated-client/api/package-api.js +37 -23
- package/lib/generated-client/api/persons-api.d.ts +18 -31
- package/lib/generated-client/api/persons-api.js +15 -22
- package/lib/generated-client/api/playlists-api.d.ts +109 -84
- package/lib/generated-client/api/playlists-api.js +137 -63
- package/lib/generated-client/api/playstate-api.d.ts +54 -80
- package/lib/generated-client/api/playstate-api.js +64 -63
- 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 +23 -12
- 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 +36 -23
- 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 +38 -17
- package/lib/generated-client/api/studios-api.d.ts +18 -35
- package/lib/generated-client/api/studios-api.js +15 -26
- package/lib/generated-client/api/subtitle-api.d.ts +55 -86
- package/lib/generated-client/api/subtitle-api.js +68 -69
- 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 +120 -120
- package/lib/generated-client/api/sync-play-api.js +133 -70
- package/lib/generated-client/api/system-api.d.ts +49 -49
- package/lib/generated-client/api/system-api.js +44 -14
- 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 +29 -62
- 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 +93 -56
- 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 +15 -24
- package/lib/generated-client/api.d.ts +1 -0
- package/lib/generated-client/base.d.ts +15 -4
- package/lib/generated-client/base.js +8 -4
- package/lib/generated-client/common.d.ts +3 -3
- package/lib/generated-client/common.js +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 +8 -1
- package/lib/generated-client/models/access-schedule.d.ts +1 -1
- package/lib/generated-client/models/activity-log-entry-message.d.ts +2 -2
- package/lib/generated-client/models/activity-log-entry-query-result.d.ts +3 -3
- package/lib/generated-client/models/activity-log-entry-start-message.d.ts +1 -1
- package/lib/generated-client/models/activity-log-entry-stop-message.d.ts +1 -1
- package/lib/generated-client/models/activity-log-entry.d.ts +1 -1
- package/lib/generated-client/models/add-virtual-folder-dto.d.ts +1 -1
- package/lib/generated-client/models/album-info-remote-search-query.d.ts +1 -1
- package/lib/generated-client/models/album-info.d.ts +5 -5
- package/lib/generated-client/models/all-theme-media-result.d.ts +1 -1
- package/lib/generated-client/models/artist-info-remote-search-query.d.ts +1 -1
- package/lib/generated-client/models/artist-info.d.ts +3 -3
- package/lib/generated-client/models/authentication-info-query-result.d.ts +3 -3
- package/lib/generated-client/models/authentication-result.d.ts +7 -7
- package/lib/generated-client/models/base-item-dto-query-result.d.ts +3 -3
- package/lib/generated-client/models/base-item-dto.d.ts +26 -26
- package/lib/generated-client/models/base-item-person.d.ts +2 -2
- package/lib/generated-client/models/book-info-remote-search-query.d.ts +1 -1
- package/lib/generated-client/models/book-info.d.ts +2 -2
- package/lib/generated-client/models/box-set-info-remote-search-query.d.ts +1 -1
- package/lib/generated-client/models/box-set-info.d.ts +2 -2
- package/lib/generated-client/models/channel-features.d.ts +3 -3
- package/lib/generated-client/models/channel-mapping-options-dto.d.ts +3 -3
- package/lib/generated-client/models/client-capabilities-dto.d.ts +3 -17
- package/lib/generated-client/models/client-capabilities.d.ts +3 -3
- package/lib/generated-client/models/codec-profile.d.ts +15 -9
- package/lib/generated-client/models/container-profile.d.ts +12 -6
- package/lib/generated-client/models/create-playlist-dto.d.ts +2 -2
- package/lib/generated-client/models/deinterlace-method.d.ts +20 -0
- package/lib/generated-client/models/{hardware-encoding-type.js → deinterlace-method.js} +5 -10
- package/lib/generated-client/models/device-info-dto-query-result.d.ts +36 -0
- package/lib/generated-client/models/device-info-dto.d.ts +84 -0
- package/lib/generated-client/models/device-info-query-result.d.ts +1 -1
- package/lib/generated-client/models/device-info.d.ts +1 -1
- package/lib/generated-client/models/device-profile.d.ts +8 -8
- package/lib/generated-client/models/direct-play-profile.d.ts +6 -6
- package/lib/generated-client/models/display-preferences-dto.d.ts +4 -4
- package/lib/generated-client/models/down-mix-stereo-algorithms.d.ts +3 -1
- package/lib/generated-client/models/down-mix-stereo-algorithms.js +4 -2
- package/lib/generated-client/models/encoder-preset.d.ts +29 -0
- package/lib/generated-client/models/encoder-preset.js +32 -0
- package/lib/generated-client/models/encoding-options.d.ts +43 -19
- package/lib/generated-client/models/external-id-info.d.ts +2 -1
- package/lib/generated-client/models/file-system-entry-info.d.ts +1 -1
- package/lib/generated-client/models/force-keep-alive-message.d.ts +1 -1
- package/lib/generated-client/models/forgot-password-result.d.ts +1 -1
- package/lib/generated-client/models/general-command-message.d.ts +2 -2
- package/lib/generated-client/models/general-command.d.ts +3 -3
- package/lib/generated-client/models/get-programs-dto.d.ts +34 -34
- package/lib/generated-client/models/group-info-dto-group-update.d.ts +2 -2
- package/lib/generated-client/models/group-info-dto.d.ts +1 -1
- package/lib/generated-client/models/group-state-update-group-update.d.ts +2 -2
- package/lib/generated-client/models/group-state-update.d.ts +2 -2
- package/lib/generated-client/models/group-update.d.ts +23 -5
- package/lib/generated-client/models/hardware-acceleration-type.d.ts +26 -0
- package/lib/generated-client/models/hardware-acceleration-type.js +29 -0
- package/lib/generated-client/models/image-info.d.ts +1 -1
- package/lib/generated-client/models/image-option.d.ts +1 -1
- package/lib/generated-client/models/image-provider-info.d.ts +1 -1
- package/lib/generated-client/models/inbound-keep-alive-message.d.ts +1 -1
- package/lib/generated-client/models/inbound-web-socket-message.d.ts +22 -8
- package/lib/generated-client/models/index.d.ts +13 -6
- package/lib/generated-client/models/index.js +7 -1
- package/lib/generated-client/models/installation-info.d.ts +1 -1
- package/lib/generated-client/models/library-changed-message.d.ts +2 -2
- package/lib/generated-client/models/library-options-result-dto.d.ts +8 -2
- package/lib/generated-client/models/library-options.d.ts +57 -3
- package/lib/generated-client/models/library-type-options-dto.d.ts +3 -3
- package/lib/generated-client/models/listings-provider-info.d.ts +1 -1
- package/lib/generated-client/models/live-stream-response.d.ts +1 -1
- package/lib/generated-client/models/live-tv-info.d.ts +1 -1
- package/lib/generated-client/models/live-tv-options.d.ts +2 -2
- package/lib/generated-client/models/live-tv-service-info.d.ts +1 -1
- package/lib/generated-client/models/lyric-dto.d.ts +2 -2
- package/lib/generated-client/models/media-path-dto.d.ts +1 -1
- package/lib/generated-client/models/media-path-info.d.ts +0 -6
- package/lib/generated-client/models/media-segment-dto-query-result.d.ts +36 -0
- package/lib/generated-client/models/media-segment-dto.d.ts +48 -0
- package/lib/generated-client/models/media-segment-type.d.ts +24 -0
- package/lib/generated-client/models/media-segment-type.js +27 -0
- package/lib/generated-client/models/media-source-info.d.ts +29 -11
- package/lib/generated-client/models/media-stream.d.ts +17 -5
- package/lib/generated-client/models/media-update-info-dto.d.ts +1 -1
- package/lib/generated-client/models/metadata-editor-info.d.ts +6 -6
- package/lib/generated-client/models/movie-info-remote-search-query.d.ts +1 -1
- package/lib/generated-client/models/movie-info.d.ts +2 -2
- package/lib/generated-client/models/music-video-info-remote-search-query.d.ts +1 -1
- package/lib/generated-client/models/music-video-info.d.ts +2 -2
- package/lib/generated-client/models/open-live-stream-dto.d.ts +8 -2
- package/lib/generated-client/models/outbound-keep-alive-message.d.ts +1 -1
- package/lib/generated-client/models/outbound-web-socket-message.d.ts +85 -29
- package/lib/generated-client/models/package-info.d.ts +1 -1
- package/lib/generated-client/models/person-lookup-info-remote-search-query.d.ts +1 -1
- package/lib/generated-client/models/person-lookup-info.d.ts +2 -2
- package/lib/generated-client/models/play-message.d.ts +2 -2
- package/lib/generated-client/models/play-queue-update-group-update.d.ts +2 -2
- package/lib/generated-client/models/play-queue-update.d.ts +4 -4
- package/lib/generated-client/models/play-request.d.ts +1 -1
- package/lib/generated-client/models/playback-info-dto.d.ts +7 -1
- package/lib/generated-client/models/playback-info-response.d.ts +2 -2
- package/lib/generated-client/models/playback-progress-info.d.ts +5 -5
- package/lib/generated-client/models/playback-start-info.d.ts +5 -5
- package/lib/generated-client/models/playback-stop-info.d.ts +2 -2
- package/lib/generated-client/models/player-state-info.d.ts +3 -3
- package/lib/generated-client/models/playlist-dto.d.ts +36 -0
- package/lib/generated-client/models/playstate-message.d.ts +2 -2
- package/lib/generated-client/models/playstate-request.d.ts +1 -1
- package/lib/generated-client/models/plugin-info.d.ts +1 -1
- package/lib/generated-client/models/plugin-installation-cancelled-message.d.ts +2 -2
- package/lib/generated-client/models/plugin-installation-completed-message.d.ts +2 -2
- package/lib/generated-client/models/plugin-installation-failed-message.d.ts +2 -2
- package/lib/generated-client/models/plugin-installing-message.d.ts +2 -2
- package/lib/generated-client/models/plugin-uninstalled-message.d.ts +2 -2
- package/lib/generated-client/models/problem-details.d.ts +1 -1
- package/lib/generated-client/models/profile-condition.d.ts +2 -2
- package/lib/generated-client/models/query-filters.d.ts +1 -1
- package/lib/generated-client/models/queue-request-dto.d.ts +1 -1
- package/lib/generated-client/models/recommendation-dto.d.ts +2 -2
- package/lib/generated-client/models/refresh-progress-message.d.ts +3 -3
- package/lib/generated-client/models/remote-image-info.d.ts +2 -2
- package/lib/generated-client/models/remote-image-result.d.ts +1 -1
- package/lib/generated-client/models/remote-lyric-info-dto.d.ts +1 -1
- package/lib/generated-client/models/remote-search-result.d.ts +2 -2
- package/lib/generated-client/models/restart-required-message.d.ts +1 -1
- package/lib/generated-client/models/scheduled-task-ended-message.d.ts +2 -2
- package/lib/generated-client/models/scheduled-tasks-info-message.d.ts +2 -2
- package/lib/generated-client/models/scheduled-tasks-info-start-message.d.ts +1 -1
- package/lib/generated-client/models/scheduled-tasks-info-stop-message.d.ts +1 -1
- package/lib/generated-client/models/search-hint-result.d.ts +1 -1
- package/lib/generated-client/models/search-hint.d.ts +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 +8 -14
- package/lib/generated-client/models/server-restarting-message.d.ts +1 -1
- package/lib/generated-client/models/server-shutting-down-message.d.ts +1 -1
- package/lib/generated-client/models/session-info-dto.d.ts +199 -0
- package/lib/generated-client/models/session-info.d.ts +8 -8
- package/lib/generated-client/models/sessions-message.d.ts +4 -4
- package/lib/generated-client/models/sessions-start-message.d.ts +1 -1
- package/lib/generated-client/models/sessions-stop-message.d.ts +1 -1
- package/lib/generated-client/models/set-repeat-mode-request-dto.d.ts +1 -1
- package/lib/generated-client/models/set-shuffle-mode-request-dto.d.ts +1 -1
- package/lib/generated-client/models/song-info.d.ts +2 -2
- package/lib/generated-client/models/string-group-update.d.ts +1 -1
- package/lib/generated-client/models/subtitle-profile.d.ts +6 -6
- package/lib/generated-client/models/sync-play-command-message.d.ts +2 -2
- package/lib/generated-client/models/sync-play-group-update-command-message.d.ts +2 -2
- package/lib/generated-client/models/system-info.d.ts +2 -2
- package/lib/generated-client/models/task-info.d.ts +3 -3
- package/lib/generated-client/models/task-result.d.ts +1 -1
- package/lib/generated-client/models/task-trigger-info.d.ts +1 -1
- package/lib/generated-client/models/theme-media-result.d.ts +2 -2
- package/lib/generated-client/models/timer-cancelled-message.d.ts +2 -2
- package/lib/generated-client/models/timer-created-message.d.ts +2 -2
- package/lib/generated-client/models/timer-info-dto-query-result.d.ts +3 -3
- package/lib/generated-client/models/timer-info-dto.d.ts +3 -3
- package/lib/generated-client/models/tonemapping-algorithm.d.ts +26 -0
- package/lib/generated-client/models/tonemapping-algorithm.js +29 -0
- package/lib/generated-client/models/tonemapping-mode.d.ts +23 -0
- package/lib/generated-client/models/tonemapping-mode.js +26 -0
- package/lib/generated-client/models/tonemapping-range.d.ts +21 -0
- package/lib/generated-client/models/tonemapping-range.js +24 -0
- package/lib/generated-client/models/trailer-info-remote-search-query.d.ts +1 -1
- package/lib/generated-client/models/trailer-info.d.ts +2 -2
- package/lib/generated-client/models/transcode-reason.d.ts +1 -0
- package/lib/generated-client/models/transcode-reason.js +2 -1
- package/lib/generated-client/models/transcoding-info.d.ts +16 -16
- package/lib/generated-client/models/transcoding-profile.d.ts +24 -18
- package/lib/generated-client/models/trickplay-options.d.ts +8 -2
- package/lib/generated-client/models/tuner-host-info.d.ts +18 -0
- package/lib/generated-client/models/type-options.d.ts +1 -1
- package/lib/generated-client/models/update-library-options-dto.d.ts +1 -1
- package/lib/generated-client/models/update-media-path-request-dto.d.ts +1 -1
- package/lib/generated-client/models/update-playlist-dto.d.ts +1 -1
- package/lib/generated-client/models/user-configuration.d.ts +1 -1
- package/lib/generated-client/models/user-data-change-info.d.ts +3 -3
- package/lib/generated-client/models/user-data-changed-message.d.ts +2 -2
- package/lib/generated-client/models/user-deleted-message.d.ts +1 -1
- package/lib/generated-client/models/user-dto.d.ts +2 -2
- package/lib/generated-client/models/user-item-data-dto.d.ts +2 -2
- package/lib/generated-client/models/user-policy.d.ts +3 -3
- package/lib/generated-client/models/user-updated-message.d.ts +2 -2
- package/lib/generated-client/models/virtual-folder-info.d.ts +2 -2
- package/lib/generated-client/models/web-socket-message.d.ts +2 -2
- package/lib/utils/address-candidates.js +15 -10
- package/lib/utils/api/index.d.ts +1 -0
- package/lib/utils/api/index.js +1 -0
- package/lib/utils/api/media-segments-api.d.ts +8 -0
- package/lib/utils/api/media-segments-api.js +12 -0
- package/lib/utils/index.js +1 -1
- package/lib/utils/url/index.d.ts +16 -3
- package/lib/utils/url/index.js +26 -4
- package/lib/versions.d.ts +1 -1
- package/lib/versions.js +1 -1
- package/package.json +13 -12
|
@@ -8,8 +8,8 @@
|
|
|
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 { BaseItemDto } from './base-item-dto';
|
|
12
|
-
import { RecommendationType } from './recommendation-type';
|
|
11
|
+
import type { BaseItemDto } from './base-item-dto';
|
|
12
|
+
import type { RecommendationType } from './recommendation-type';
|
|
13
13
|
/**
|
|
14
14
|
*
|
|
15
15
|
* @export
|
|
@@ -8,7 +8,7 @@
|
|
|
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 { SessionMessageType } from './session-message-type';
|
|
11
|
+
import type { SessionMessageType } from './session-message-type';
|
|
12
12
|
/**
|
|
13
13
|
* Refresh progress message.
|
|
14
14
|
* @export
|
|
@@ -17,11 +17,11 @@ import { SessionMessageType } from './session-message-type';
|
|
|
17
17
|
export interface RefreshProgressMessage {
|
|
18
18
|
/**
|
|
19
19
|
* Gets or sets the data.
|
|
20
|
-
* @type {{ [key: string]: string; }}
|
|
20
|
+
* @type {{ [key: string]: string | null; }}
|
|
21
21
|
* @memberof RefreshProgressMessage
|
|
22
22
|
*/
|
|
23
23
|
'Data'?: {
|
|
24
|
-
[key: string]: string;
|
|
24
|
+
[key: string]: string | null;
|
|
25
25
|
} | null;
|
|
26
26
|
/**
|
|
27
27
|
* Gets or sets the message id.
|
|
@@ -8,8 +8,8 @@
|
|
|
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 { ImageType } from './image-type';
|
|
12
|
-
import { RatingType } from './rating-type';
|
|
11
|
+
import type { ImageType } from './image-type';
|
|
12
|
+
import type { RatingType } from './rating-type';
|
|
13
13
|
/**
|
|
14
14
|
* Class RemoteImageInfo.
|
|
15
15
|
* @export
|
|
@@ -8,7 +8,7 @@
|
|
|
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 { RemoteImageInfo } from './remote-image-info';
|
|
11
|
+
import type { RemoteImageInfo } from './remote-image-info';
|
|
12
12
|
/**
|
|
13
13
|
* Class RemoteImageResult.
|
|
14
14
|
* @export
|
|
@@ -8,7 +8,7 @@
|
|
|
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 { LyricDto } from './lyric-dto';
|
|
11
|
+
import type { LyricDto } from './lyric-dto';
|
|
12
12
|
/**
|
|
13
13
|
* The remote lyric info dto.
|
|
14
14
|
* @export
|
|
@@ -22,11 +22,11 @@ export interface RemoteSearchResult {
|
|
|
22
22
|
'Name'?: string | null;
|
|
23
23
|
/**
|
|
24
24
|
* Gets or sets the provider ids.
|
|
25
|
-
* @type {{ [key: string]: string; }}
|
|
25
|
+
* @type {{ [key: string]: string | null; }}
|
|
26
26
|
* @memberof RemoteSearchResult
|
|
27
27
|
*/
|
|
28
28
|
'ProviderIds'?: {
|
|
29
|
-
[key: string]: string;
|
|
29
|
+
[key: string]: string | null;
|
|
30
30
|
} | null;
|
|
31
31
|
/**
|
|
32
32
|
* Gets or sets the year.
|
|
@@ -8,7 +8,7 @@
|
|
|
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 { SessionMessageType } from './session-message-type';
|
|
11
|
+
import type { SessionMessageType } from './session-message-type';
|
|
12
12
|
/**
|
|
13
13
|
* Restart required.
|
|
14
14
|
* @export
|
|
@@ -8,8 +8,8 @@
|
|
|
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 { SessionMessageType } from './session-message-type';
|
|
12
|
-
import { TaskResult } from './task-result';
|
|
11
|
+
import type { SessionMessageType } from './session-message-type';
|
|
12
|
+
import type { TaskResult } from './task-result';
|
|
13
13
|
/**
|
|
14
14
|
* Scheduled task ended message.
|
|
15
15
|
* @export
|
|
@@ -8,8 +8,8 @@
|
|
|
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 { SessionMessageType } from './session-message-type';
|
|
12
|
-
import { TaskInfo } from './task-info';
|
|
11
|
+
import type { SessionMessageType } from './session-message-type';
|
|
12
|
+
import type { TaskInfo } from './task-info';
|
|
13
13
|
/**
|
|
14
14
|
* Scheduled tasks info message.
|
|
15
15
|
* @export
|
|
@@ -8,7 +8,7 @@
|
|
|
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 { SessionMessageType } from './session-message-type';
|
|
11
|
+
import type { SessionMessageType } from './session-message-type';
|
|
12
12
|
/**
|
|
13
13
|
* Scheduled tasks info start message. Data is the timing data encoded as \"$initialDelay,$interval\" in ms.
|
|
14
14
|
* @export
|
|
@@ -8,7 +8,7 @@
|
|
|
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 { SessionMessageType } from './session-message-type';
|
|
11
|
+
import type { SessionMessageType } from './session-message-type';
|
|
12
12
|
/**
|
|
13
13
|
* Scheduled tasks info stop message.
|
|
14
14
|
* @export
|
|
@@ -8,7 +8,7 @@
|
|
|
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 { SearchHint } from './search-hint';
|
|
11
|
+
import type { SearchHint } from './search-hint';
|
|
12
12
|
/**
|
|
13
13
|
* Class SearchHintResult.
|
|
14
14
|
* @export
|
|
@@ -8,8 +8,8 @@
|
|
|
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 { BaseItemKind } from './base-item-kind';
|
|
12
|
-
import { MediaType } from './media-type';
|
|
11
|
+
import type { BaseItemKind } from './base-item-kind';
|
|
12
|
+
import type { MediaType } from './media-type';
|
|
13
13
|
/**
|
|
14
14
|
* Class SearchHintResult.
|
|
15
15
|
* @export
|
|
@@ -8,7 +8,7 @@
|
|
|
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 { SendCommandType } from './send-command-type';
|
|
11
|
+
import type { SendCommandType } from './send-command-type';
|
|
12
12
|
/**
|
|
13
13
|
* Class SendCommand.
|
|
14
14
|
* @export
|
|
@@ -46,11 +46,11 @@ export interface SeriesInfo {
|
|
|
46
46
|
'MetadataCountryCode'?: string | null;
|
|
47
47
|
/**
|
|
48
48
|
* Gets or sets the provider ids.
|
|
49
|
-
* @type {{ [key: string]: string; }}
|
|
49
|
+
* @type {{ [key: string]: string | null; }}
|
|
50
50
|
* @memberof SeriesInfo
|
|
51
51
|
*/
|
|
52
52
|
'ProviderIds'?: {
|
|
53
|
-
[key: string]: string;
|
|
53
|
+
[key: string]: string | null;
|
|
54
54
|
} | null;
|
|
55
55
|
/**
|
|
56
56
|
* Gets or sets the year.
|
|
@@ -8,8 +8,8 @@
|
|
|
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 { SessionMessageType } from './session-message-type';
|
|
12
|
-
import { TimerEventInfo } from './timer-event-info';
|
|
11
|
+
import type { SessionMessageType } from './session-message-type';
|
|
12
|
+
import type { TimerEventInfo } from './timer-event-info';
|
|
13
13
|
/**
|
|
14
14
|
* Series timer cancelled message.
|
|
15
15
|
* @export
|
|
@@ -8,8 +8,8 @@
|
|
|
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 { SessionMessageType } from './session-message-type';
|
|
12
|
-
import { TimerEventInfo } from './timer-event-info';
|
|
11
|
+
import type { SessionMessageType } from './session-message-type';
|
|
12
|
+
import type { TimerEventInfo } from './timer-event-info';
|
|
13
13
|
/**
|
|
14
14
|
* Series timer created message.
|
|
15
15
|
* @export
|
|
@@ -8,9 +8,9 @@
|
|
|
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 { SeriesTimerInfoDto } from './series-timer-info-dto';
|
|
11
|
+
import type { SeriesTimerInfoDto } from './series-timer-info-dto';
|
|
12
12
|
/**
|
|
13
|
-
*
|
|
13
|
+
* Query result container.
|
|
14
14
|
* @export
|
|
15
15
|
* @interface SeriesTimerInfoDtoQueryResult
|
|
16
16
|
*/
|
|
@@ -20,7 +20,7 @@ export interface SeriesTimerInfoDtoQueryResult {
|
|
|
20
20
|
* @type {Array<SeriesTimerInfoDto>}
|
|
21
21
|
* @memberof SeriesTimerInfoDtoQueryResult
|
|
22
22
|
*/
|
|
23
|
-
'Items'?: Array<SeriesTimerInfoDto
|
|
23
|
+
'Items'?: Array<SeriesTimerInfoDto>;
|
|
24
24
|
/**
|
|
25
25
|
* Gets or sets the total number of records available.
|
|
26
26
|
* @type {number}
|
|
@@ -8,9 +8,9 @@
|
|
|
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 { DayOfWeek } from './day-of-week';
|
|
12
|
-
import { DayPattern } from './day-pattern';
|
|
13
|
-
import { KeepUntil } from './keep-until';
|
|
11
|
+
import type { DayOfWeek } from './day-of-week';
|
|
12
|
+
import type { DayPattern } from './day-pattern';
|
|
13
|
+
import type { KeepUntil } from './keep-until';
|
|
14
14
|
/**
|
|
15
15
|
* Class SeriesTimerInfoDto.
|
|
16
16
|
* @export
|
|
@@ -8,14 +8,14 @@
|
|
|
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 { CastReceiverApplication } from './cast-receiver-application';
|
|
12
|
-
import { ImageResolution } from './image-resolution';
|
|
13
|
-
import { ImageSavingConvention } from './image-saving-convention';
|
|
14
|
-
import { MetadataOptions } from './metadata-options';
|
|
15
|
-
import { NameValuePair } from './name-value-pair';
|
|
16
|
-
import { PathSubstitution } from './path-substitution';
|
|
17
|
-
import { RepositoryInfo } from './repository-info';
|
|
18
|
-
import { TrickplayOptions } from './trickplay-options';
|
|
11
|
+
import type { CastReceiverApplication } from './cast-receiver-application';
|
|
12
|
+
import type { ImageResolution } from './image-resolution';
|
|
13
|
+
import type { ImageSavingConvention } from './image-saving-convention';
|
|
14
|
+
import type { MetadataOptions } from './metadata-options';
|
|
15
|
+
import type { NameValuePair } from './name-value-pair';
|
|
16
|
+
import type { PathSubstitution } from './path-substitution';
|
|
17
|
+
import type { RepositoryInfo } from './repository-info';
|
|
18
|
+
import type { TrickplayOptions } from './trickplay-options';
|
|
19
19
|
/**
|
|
20
20
|
* Represents the server configuration.
|
|
21
21
|
* @export
|
|
@@ -94,12 +94,6 @@ export interface ServerConfiguration {
|
|
|
94
94
|
* @memberof ServerConfiguration
|
|
95
95
|
*/
|
|
96
96
|
'MetadataPath'?: string;
|
|
97
|
-
/**
|
|
98
|
-
*
|
|
99
|
-
* @type {string}
|
|
100
|
-
* @memberof ServerConfiguration
|
|
101
|
-
*/
|
|
102
|
-
'MetadataNetworkPath'?: string;
|
|
103
97
|
/**
|
|
104
98
|
* Gets or sets the preferred metadata language.
|
|
105
99
|
* @type {string}
|
|
@@ -8,7 +8,7 @@
|
|
|
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 { SessionMessageType } from './session-message-type';
|
|
11
|
+
import type { SessionMessageType } from './session-message-type';
|
|
12
12
|
/**
|
|
13
13
|
* Server restarting down message.
|
|
14
14
|
* @export
|
|
@@ -8,7 +8,7 @@
|
|
|
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 { SessionMessageType } from './session-message-type';
|
|
11
|
+
import type { SessionMessageType } from './session-message-type';
|
|
12
12
|
/**
|
|
13
13
|
* Server shutting down message.
|
|
14
14
|
* @export
|
|
@@ -0,0 +1,199 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
3
|
+
* Do not edit the class manually.
|
|
4
|
+
*
|
|
5
|
+
* Jellyfin API
|
|
6
|
+
*
|
|
7
|
+
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
8
|
+
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
9
|
+
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
10
|
+
*/
|
|
11
|
+
import type { BaseItemDto } from './base-item-dto';
|
|
12
|
+
import type { ClientCapabilitiesDto } from './client-capabilities-dto';
|
|
13
|
+
import type { GeneralCommandType } from './general-command-type';
|
|
14
|
+
import type { MediaType } from './media-type';
|
|
15
|
+
import type { PlayerStateInfo } from './player-state-info';
|
|
16
|
+
import type { QueueItem } from './queue-item';
|
|
17
|
+
import type { SessionUserInfo } from './session-user-info';
|
|
18
|
+
import type { TranscodingInfo } from './transcoding-info';
|
|
19
|
+
/**
|
|
20
|
+
* Session info DTO.
|
|
21
|
+
* @export
|
|
22
|
+
* @interface SessionInfoDto
|
|
23
|
+
*/
|
|
24
|
+
export interface SessionInfoDto {
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {PlayerStateInfo}
|
|
28
|
+
* @memberof SessionInfoDto
|
|
29
|
+
*/
|
|
30
|
+
'PlayState'?: PlayerStateInfo;
|
|
31
|
+
/**
|
|
32
|
+
* Gets or sets the additional users.
|
|
33
|
+
* @type {Array<SessionUserInfo>}
|
|
34
|
+
* @memberof SessionInfoDto
|
|
35
|
+
*/
|
|
36
|
+
'AdditionalUsers'?: Array<SessionUserInfo> | null;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {ClientCapabilitiesDto}
|
|
40
|
+
* @memberof SessionInfoDto
|
|
41
|
+
*/
|
|
42
|
+
'Capabilities'?: ClientCapabilitiesDto;
|
|
43
|
+
/**
|
|
44
|
+
* Gets or sets the remote end point.
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof SessionInfoDto
|
|
47
|
+
*/
|
|
48
|
+
'RemoteEndPoint'?: string | null;
|
|
49
|
+
/**
|
|
50
|
+
* Gets or sets the playable media types.
|
|
51
|
+
* @type {Array<MediaType>}
|
|
52
|
+
* @memberof SessionInfoDto
|
|
53
|
+
*/
|
|
54
|
+
'PlayableMediaTypes'?: Array<MediaType>;
|
|
55
|
+
/**
|
|
56
|
+
* Gets or sets the id.
|
|
57
|
+
* @type {string}
|
|
58
|
+
* @memberof SessionInfoDto
|
|
59
|
+
*/
|
|
60
|
+
'Id'?: string | null;
|
|
61
|
+
/**
|
|
62
|
+
* Gets or sets the user id.
|
|
63
|
+
* @type {string}
|
|
64
|
+
* @memberof SessionInfoDto
|
|
65
|
+
*/
|
|
66
|
+
'UserId'?: string;
|
|
67
|
+
/**
|
|
68
|
+
* Gets or sets the username.
|
|
69
|
+
* @type {string}
|
|
70
|
+
* @memberof SessionInfoDto
|
|
71
|
+
*/
|
|
72
|
+
'UserName'?: string | null;
|
|
73
|
+
/**
|
|
74
|
+
* Gets or sets the type of the client.
|
|
75
|
+
* @type {string}
|
|
76
|
+
* @memberof SessionInfoDto
|
|
77
|
+
*/
|
|
78
|
+
'Client'?: string | null;
|
|
79
|
+
/**
|
|
80
|
+
* Gets or sets the last activity date.
|
|
81
|
+
* @type {string}
|
|
82
|
+
* @memberof SessionInfoDto
|
|
83
|
+
*/
|
|
84
|
+
'LastActivityDate'?: string;
|
|
85
|
+
/**
|
|
86
|
+
* Gets or sets the last playback check in.
|
|
87
|
+
* @type {string}
|
|
88
|
+
* @memberof SessionInfoDto
|
|
89
|
+
*/
|
|
90
|
+
'LastPlaybackCheckIn'?: string;
|
|
91
|
+
/**
|
|
92
|
+
* Gets or sets the last paused date.
|
|
93
|
+
* @type {string}
|
|
94
|
+
* @memberof SessionInfoDto
|
|
95
|
+
*/
|
|
96
|
+
'LastPausedDate'?: string | null;
|
|
97
|
+
/**
|
|
98
|
+
* Gets or sets the name of the device.
|
|
99
|
+
* @type {string}
|
|
100
|
+
* @memberof SessionInfoDto
|
|
101
|
+
*/
|
|
102
|
+
'DeviceName'?: string | null;
|
|
103
|
+
/**
|
|
104
|
+
* Gets or sets the type of the device.
|
|
105
|
+
* @type {string}
|
|
106
|
+
* @memberof SessionInfoDto
|
|
107
|
+
*/
|
|
108
|
+
'DeviceType'?: string | null;
|
|
109
|
+
/**
|
|
110
|
+
*
|
|
111
|
+
* @type {BaseItemDto}
|
|
112
|
+
* @memberof SessionInfoDto
|
|
113
|
+
*/
|
|
114
|
+
'NowPlayingItem'?: BaseItemDto;
|
|
115
|
+
/**
|
|
116
|
+
*
|
|
117
|
+
* @type {BaseItemDto}
|
|
118
|
+
* @memberof SessionInfoDto
|
|
119
|
+
*/
|
|
120
|
+
'NowViewingItem'?: BaseItemDto;
|
|
121
|
+
/**
|
|
122
|
+
* Gets or sets the device id.
|
|
123
|
+
* @type {string}
|
|
124
|
+
* @memberof SessionInfoDto
|
|
125
|
+
*/
|
|
126
|
+
'DeviceId'?: string | null;
|
|
127
|
+
/**
|
|
128
|
+
* Gets or sets the application version.
|
|
129
|
+
* @type {string}
|
|
130
|
+
* @memberof SessionInfoDto
|
|
131
|
+
*/
|
|
132
|
+
'ApplicationVersion'?: string | null;
|
|
133
|
+
/**
|
|
134
|
+
*
|
|
135
|
+
* @type {TranscodingInfo}
|
|
136
|
+
* @memberof SessionInfoDto
|
|
137
|
+
*/
|
|
138
|
+
'TranscodingInfo'?: TranscodingInfo;
|
|
139
|
+
/**
|
|
140
|
+
* Gets or sets a value indicating whether this session is active.
|
|
141
|
+
* @type {boolean}
|
|
142
|
+
* @memberof SessionInfoDto
|
|
143
|
+
*/
|
|
144
|
+
'IsActive'?: boolean;
|
|
145
|
+
/**
|
|
146
|
+
* Gets or sets a value indicating whether the session supports media control.
|
|
147
|
+
* @type {boolean}
|
|
148
|
+
* @memberof SessionInfoDto
|
|
149
|
+
*/
|
|
150
|
+
'SupportsMediaControl'?: boolean;
|
|
151
|
+
/**
|
|
152
|
+
* Gets or sets a value indicating whether the session supports remote control.
|
|
153
|
+
* @type {boolean}
|
|
154
|
+
* @memberof SessionInfoDto
|
|
155
|
+
*/
|
|
156
|
+
'SupportsRemoteControl'?: boolean;
|
|
157
|
+
/**
|
|
158
|
+
* Gets or sets the now playing queue.
|
|
159
|
+
* @type {Array<QueueItem>}
|
|
160
|
+
* @memberof SessionInfoDto
|
|
161
|
+
*/
|
|
162
|
+
'NowPlayingQueue'?: Array<QueueItem> | null;
|
|
163
|
+
/**
|
|
164
|
+
* Gets or sets the now playing queue full items.
|
|
165
|
+
* @type {Array<BaseItemDto>}
|
|
166
|
+
* @memberof SessionInfoDto
|
|
167
|
+
*/
|
|
168
|
+
'NowPlayingQueueFullItems'?: Array<BaseItemDto> | null;
|
|
169
|
+
/**
|
|
170
|
+
* Gets or sets a value indicating whether the session has a custom device name.
|
|
171
|
+
* @type {boolean}
|
|
172
|
+
* @memberof SessionInfoDto
|
|
173
|
+
*/
|
|
174
|
+
'HasCustomDeviceName'?: boolean;
|
|
175
|
+
/**
|
|
176
|
+
* Gets or sets the playlist item id.
|
|
177
|
+
* @type {string}
|
|
178
|
+
* @memberof SessionInfoDto
|
|
179
|
+
*/
|
|
180
|
+
'PlaylistItemId'?: string | null;
|
|
181
|
+
/**
|
|
182
|
+
* Gets or sets the server id.
|
|
183
|
+
* @type {string}
|
|
184
|
+
* @memberof SessionInfoDto
|
|
185
|
+
*/
|
|
186
|
+
'ServerId'?: string | null;
|
|
187
|
+
/**
|
|
188
|
+
* Gets or sets the user primary image tag.
|
|
189
|
+
* @type {string}
|
|
190
|
+
* @memberof SessionInfoDto
|
|
191
|
+
*/
|
|
192
|
+
'UserPrimaryImageTag'?: string | null;
|
|
193
|
+
/**
|
|
194
|
+
* Gets or sets the supported commands.
|
|
195
|
+
* @type {Array<GeneralCommandType>}
|
|
196
|
+
* @memberof SessionInfoDto
|
|
197
|
+
*/
|
|
198
|
+
'SupportedCommands'?: Array<GeneralCommandType>;
|
|
199
|
+
}
|
|
@@ -8,14 +8,14 @@
|
|
|
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 { BaseItemDto } from './base-item-dto';
|
|
12
|
-
import { ClientCapabilities } from './client-capabilities';
|
|
13
|
-
import { GeneralCommandType } from './general-command-type';
|
|
14
|
-
import { MediaType } from './media-type';
|
|
15
|
-
import { PlayerStateInfo } from './player-state-info';
|
|
16
|
-
import { QueueItem } from './queue-item';
|
|
17
|
-
import { SessionUserInfo } from './session-user-info';
|
|
18
|
-
import { TranscodingInfo } from './transcoding-info';
|
|
11
|
+
import type { BaseItemDto } from './base-item-dto';
|
|
12
|
+
import type { ClientCapabilities } from './client-capabilities';
|
|
13
|
+
import type { GeneralCommandType } from './general-command-type';
|
|
14
|
+
import type { MediaType } from './media-type';
|
|
15
|
+
import type { PlayerStateInfo } from './player-state-info';
|
|
16
|
+
import type { QueueItem } from './queue-item';
|
|
17
|
+
import type { SessionUserInfo } from './session-user-info';
|
|
18
|
+
import type { TranscodingInfo } from './transcoding-info';
|
|
19
19
|
/**
|
|
20
20
|
* Class SessionInfo.
|
|
21
21
|
* @export
|
|
@@ -8,8 +8,8 @@
|
|
|
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 { SessionMessageType } from './session-message-type';
|
|
11
|
+
import type { SessionInfoDto } from './session-info-dto';
|
|
12
|
+
import type { SessionMessageType } from './session-message-type';
|
|
13
13
|
/**
|
|
14
14
|
* Sessions message.
|
|
15
15
|
* @export
|
|
@@ -18,10 +18,10 @@ import { SessionMessageType } from './session-message-type';
|
|
|
18
18
|
export interface SessionsMessage {
|
|
19
19
|
/**
|
|
20
20
|
* Gets or sets the data.
|
|
21
|
-
* @type {Array<
|
|
21
|
+
* @type {Array<SessionInfoDto>}
|
|
22
22
|
* @memberof SessionsMessage
|
|
23
23
|
*/
|
|
24
|
-
'Data'?: Array<
|
|
24
|
+
'Data'?: Array<SessionInfoDto> | null;
|
|
25
25
|
/**
|
|
26
26
|
* Gets or sets the message id.
|
|
27
27
|
* @type {string}
|
|
@@ -8,7 +8,7 @@
|
|
|
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 { SessionMessageType } from './session-message-type';
|
|
11
|
+
import type { SessionMessageType } from './session-message-type';
|
|
12
12
|
/**
|
|
13
13
|
* Sessions start message. Data is the timing data encoded as \"$initialDelay,$interval\" in ms.
|
|
14
14
|
* @export
|
|
@@ -8,7 +8,7 @@
|
|
|
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 { SessionMessageType } from './session-message-type';
|
|
11
|
+
import type { SessionMessageType } from './session-message-type';
|
|
12
12
|
/**
|
|
13
13
|
* Sessions stop message.
|
|
14
14
|
* @export
|
|
@@ -8,7 +8,7 @@
|
|
|
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 { GroupRepeatMode } from './group-repeat-mode';
|
|
11
|
+
import type { GroupRepeatMode } from './group-repeat-mode';
|
|
12
12
|
/**
|
|
13
13
|
* Class SetRepeatModeRequestDto.
|
|
14
14
|
* @export
|
|
@@ -8,7 +8,7 @@
|
|
|
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 { GroupShuffleMode } from './group-shuffle-mode';
|
|
11
|
+
import type { GroupShuffleMode } from './group-shuffle-mode';
|
|
12
12
|
/**
|
|
13
13
|
* Class SetShuffleModeRequestDto.
|
|
14
14
|
* @export
|
|
@@ -46,11 +46,11 @@ export interface SongInfo {
|
|
|
46
46
|
'MetadataCountryCode'?: string | null;
|
|
47
47
|
/**
|
|
48
48
|
* Gets or sets the provider ids.
|
|
49
|
-
* @type {{ [key: string]: string; }}
|
|
49
|
+
* @type {{ [key: string]: string | null; }}
|
|
50
50
|
* @memberof SongInfo
|
|
51
51
|
*/
|
|
52
52
|
'ProviderIds'?: {
|
|
53
|
-
[key: string]: string;
|
|
53
|
+
[key: string]: string | null;
|
|
54
54
|
} | null;
|
|
55
55
|
/**
|
|
56
56
|
* Gets or sets the year.
|
|
@@ -8,7 +8,7 @@
|
|
|
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 { GroupUpdateType } from './group-update-type';
|
|
11
|
+
import type { GroupUpdateType } from './group-update-type';
|
|
12
12
|
/**
|
|
13
13
|
* Class GroupUpdate.
|
|
14
14
|
* @export
|