@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 { DUMMY_BASE_URL, setApiKeyToObject, setSearchParams, serializeDataIfNeeded, toPathString,
|
|
3
|
-
import { BaseAPI, BASE_PATH } from '../base.js';
|
|
2
|
+
import { assertParamExists, DUMMY_BASE_URL, setApiKeyToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from '../common.js';
|
|
3
|
+
import { operationServerMap, BaseAPI, BASE_PATH } from '../base.js';
|
|
4
4
|
|
|
5
5
|
/* tslint:disable */
|
|
6
6
|
/* eslint-disable */
|
|
@@ -495,7 +495,7 @@ const LiveTvApiAxiosParamCreator = function (configuration) {
|
|
|
495
495
|
},
|
|
496
496
|
/**
|
|
497
497
|
*
|
|
498
|
-
* @summary Get
|
|
498
|
+
* @summary Get guide info.
|
|
499
499
|
* @param {*} [options] Override http request option.
|
|
500
500
|
* @throws {RequiredError}
|
|
501
501
|
*/
|
|
@@ -975,6 +975,7 @@ const LiveTvApiAxiosParamCreator = function (configuration) {
|
|
|
975
975
|
*
|
|
976
976
|
* @summary Gets recommended live tv epgs.
|
|
977
977
|
* @param {string} [userId] Optional. filter by user id.
|
|
978
|
+
* @param {number} [startIndex] Optional. The record index to start at. All items with a lower index will be dropped from the results.
|
|
978
979
|
* @param {number} [limit] Optional. The maximum number of records to return.
|
|
979
980
|
* @param {boolean} [isAiring] Optional. Filter by programs that are currently airing, or not.
|
|
980
981
|
* @param {boolean} [hasAired] Optional. Filter by programs that have completed airing, or not.
|
|
@@ -993,7 +994,7 @@ const LiveTvApiAxiosParamCreator = function (configuration) {
|
|
|
993
994
|
* @param {*} [options] Override http request option.
|
|
994
995
|
* @throws {RequiredError}
|
|
995
996
|
*/
|
|
996
|
-
getRecommendedPrograms: async (userId, limit, isAiring, hasAired, isSeries, isMovie, isNews, isKids, isSports, enableImages, imageTypeLimit, enableImageTypes, genreIds, fields, enableUserData, enableTotalRecordCount, options = {}) => {
|
|
997
|
+
getRecommendedPrograms: async (userId, startIndex, limit, isAiring, hasAired, isSeries, isMovie, isNews, isKids, isSports, enableImages, imageTypeLimit, enableImageTypes, genreIds, fields, enableUserData, enableTotalRecordCount, options = {}) => {
|
|
997
998
|
const localVarPath = `/LiveTv/Programs/Recommended`;
|
|
998
999
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
999
1000
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1009,6 +1010,9 @@ const LiveTvApiAxiosParamCreator = function (configuration) {
|
|
|
1009
1010
|
if (userId !== undefined) {
|
|
1010
1011
|
localVarQueryParameter['userId'] = userId;
|
|
1011
1012
|
}
|
|
1013
|
+
if (startIndex !== undefined) {
|
|
1014
|
+
localVarQueryParameter['startIndex'] = startIndex;
|
|
1015
|
+
}
|
|
1012
1016
|
if (limit !== undefined) {
|
|
1013
1017
|
localVarQueryParameter['limit'] = limit;
|
|
1014
1018
|
}
|
|
@@ -1724,8 +1728,11 @@ const LiveTvApiFp = function (configuration) {
|
|
|
1724
1728
|
* @throws {RequiredError}
|
|
1725
1729
|
*/
|
|
1726
1730
|
async addListingProvider(pw, validateListings, validateLogin, listingsProviderInfo, options) {
|
|
1731
|
+
var _a, _b, _c;
|
|
1727
1732
|
const localVarAxiosArgs = await localVarAxiosParamCreator.addListingProvider(pw, validateListings, validateLogin, listingsProviderInfo, options);
|
|
1728
|
-
|
|
1733
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1734
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['LiveTvApi.addListingProvider']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1735
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1729
1736
|
},
|
|
1730
1737
|
/**
|
|
1731
1738
|
*
|
|
@@ -1735,8 +1742,11 @@ const LiveTvApiFp = function (configuration) {
|
|
|
1735
1742
|
* @throws {RequiredError}
|
|
1736
1743
|
*/
|
|
1737
1744
|
async addTunerHost(tunerHostInfo, options) {
|
|
1745
|
+
var _a, _b, _c;
|
|
1738
1746
|
const localVarAxiosArgs = await localVarAxiosParamCreator.addTunerHost(tunerHostInfo, options);
|
|
1739
|
-
|
|
1747
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1748
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['LiveTvApi.addTunerHost']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1749
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1740
1750
|
},
|
|
1741
1751
|
/**
|
|
1742
1752
|
*
|
|
@@ -1746,8 +1756,11 @@ const LiveTvApiFp = function (configuration) {
|
|
|
1746
1756
|
* @throws {RequiredError}
|
|
1747
1757
|
*/
|
|
1748
1758
|
async cancelSeriesTimer(timerId, options) {
|
|
1759
|
+
var _a, _b, _c;
|
|
1749
1760
|
const localVarAxiosArgs = await localVarAxiosParamCreator.cancelSeriesTimer(timerId, options);
|
|
1750
|
-
|
|
1761
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1762
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['LiveTvApi.cancelSeriesTimer']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1763
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1751
1764
|
},
|
|
1752
1765
|
/**
|
|
1753
1766
|
*
|
|
@@ -1757,8 +1770,11 @@ const LiveTvApiFp = function (configuration) {
|
|
|
1757
1770
|
* @throws {RequiredError}
|
|
1758
1771
|
*/
|
|
1759
1772
|
async cancelTimer(timerId, options) {
|
|
1773
|
+
var _a, _b, _c;
|
|
1760
1774
|
const localVarAxiosArgs = await localVarAxiosParamCreator.cancelTimer(timerId, options);
|
|
1761
|
-
|
|
1775
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1776
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['LiveTvApi.cancelTimer']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1777
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1762
1778
|
},
|
|
1763
1779
|
/**
|
|
1764
1780
|
*
|
|
@@ -1768,8 +1784,11 @@ const LiveTvApiFp = function (configuration) {
|
|
|
1768
1784
|
* @throws {RequiredError}
|
|
1769
1785
|
*/
|
|
1770
1786
|
async createSeriesTimer(seriesTimerInfoDto, options) {
|
|
1787
|
+
var _a, _b, _c;
|
|
1771
1788
|
const localVarAxiosArgs = await localVarAxiosParamCreator.createSeriesTimer(seriesTimerInfoDto, options);
|
|
1772
|
-
|
|
1789
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1790
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['LiveTvApi.createSeriesTimer']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1791
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1773
1792
|
},
|
|
1774
1793
|
/**
|
|
1775
1794
|
*
|
|
@@ -1779,8 +1798,11 @@ const LiveTvApiFp = function (configuration) {
|
|
|
1779
1798
|
* @throws {RequiredError}
|
|
1780
1799
|
*/
|
|
1781
1800
|
async createTimer(timerInfoDto, options) {
|
|
1801
|
+
var _a, _b, _c;
|
|
1782
1802
|
const localVarAxiosArgs = await localVarAxiosParamCreator.createTimer(timerInfoDto, options);
|
|
1783
|
-
|
|
1803
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1804
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['LiveTvApi.createTimer']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1805
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1784
1806
|
},
|
|
1785
1807
|
/**
|
|
1786
1808
|
*
|
|
@@ -1790,8 +1812,11 @@ const LiveTvApiFp = function (configuration) {
|
|
|
1790
1812
|
* @throws {RequiredError}
|
|
1791
1813
|
*/
|
|
1792
1814
|
async deleteListingProvider(id, options) {
|
|
1815
|
+
var _a, _b, _c;
|
|
1793
1816
|
const localVarAxiosArgs = await localVarAxiosParamCreator.deleteListingProvider(id, options);
|
|
1794
|
-
|
|
1817
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1818
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['LiveTvApi.deleteListingProvider']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1819
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1795
1820
|
},
|
|
1796
1821
|
/**
|
|
1797
1822
|
*
|
|
@@ -1801,8 +1826,11 @@ const LiveTvApiFp = function (configuration) {
|
|
|
1801
1826
|
* @throws {RequiredError}
|
|
1802
1827
|
*/
|
|
1803
1828
|
async deleteRecording(recordingId, options) {
|
|
1829
|
+
var _a, _b, _c;
|
|
1804
1830
|
const localVarAxiosArgs = await localVarAxiosParamCreator.deleteRecording(recordingId, options);
|
|
1805
|
-
|
|
1831
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1832
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['LiveTvApi.deleteRecording']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1833
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1806
1834
|
},
|
|
1807
1835
|
/**
|
|
1808
1836
|
*
|
|
@@ -1812,8 +1840,11 @@ const LiveTvApiFp = function (configuration) {
|
|
|
1812
1840
|
* @throws {RequiredError}
|
|
1813
1841
|
*/
|
|
1814
1842
|
async deleteTunerHost(id, options) {
|
|
1843
|
+
var _a, _b, _c;
|
|
1815
1844
|
const localVarAxiosArgs = await localVarAxiosParamCreator.deleteTunerHost(id, options);
|
|
1816
|
-
|
|
1845
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1846
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['LiveTvApi.deleteTunerHost']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1847
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1817
1848
|
},
|
|
1818
1849
|
/**
|
|
1819
1850
|
*
|
|
@@ -1823,8 +1854,11 @@ const LiveTvApiFp = function (configuration) {
|
|
|
1823
1854
|
* @throws {RequiredError}
|
|
1824
1855
|
*/
|
|
1825
1856
|
async discoverTuners(newDevicesOnly, options) {
|
|
1857
|
+
var _a, _b, _c;
|
|
1826
1858
|
const localVarAxiosArgs = await localVarAxiosParamCreator.discoverTuners(newDevicesOnly, options);
|
|
1827
|
-
|
|
1859
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1860
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['LiveTvApi.discoverTuners']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1861
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1828
1862
|
},
|
|
1829
1863
|
/**
|
|
1830
1864
|
*
|
|
@@ -1834,8 +1868,11 @@ const LiveTvApiFp = function (configuration) {
|
|
|
1834
1868
|
* @throws {RequiredError}
|
|
1835
1869
|
*/
|
|
1836
1870
|
async discvoverTuners(newDevicesOnly, options) {
|
|
1871
|
+
var _a, _b, _c;
|
|
1837
1872
|
const localVarAxiosArgs = await localVarAxiosParamCreator.discvoverTuners(newDevicesOnly, options);
|
|
1838
|
-
|
|
1873
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1874
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['LiveTvApi.discvoverTuners']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1875
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1839
1876
|
},
|
|
1840
1877
|
/**
|
|
1841
1878
|
*
|
|
@@ -1846,8 +1883,11 @@ const LiveTvApiFp = function (configuration) {
|
|
|
1846
1883
|
* @throws {RequiredError}
|
|
1847
1884
|
*/
|
|
1848
1885
|
async getChannel(channelId, userId, options) {
|
|
1886
|
+
var _a, _b, _c;
|
|
1849
1887
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getChannel(channelId, userId, options);
|
|
1850
|
-
|
|
1888
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1889
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['LiveTvApi.getChannel']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1890
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1851
1891
|
},
|
|
1852
1892
|
/**
|
|
1853
1893
|
*
|
|
@@ -1857,8 +1897,11 @@ const LiveTvApiFp = function (configuration) {
|
|
|
1857
1897
|
* @throws {RequiredError}
|
|
1858
1898
|
*/
|
|
1859
1899
|
async getChannelMappingOptions(providerId, options) {
|
|
1900
|
+
var _a, _b, _c;
|
|
1860
1901
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getChannelMappingOptions(providerId, options);
|
|
1861
|
-
|
|
1902
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1903
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['LiveTvApi.getChannelMappingOptions']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1904
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1862
1905
|
},
|
|
1863
1906
|
/**
|
|
1864
1907
|
*
|
|
@@ -1867,8 +1910,11 @@ const LiveTvApiFp = function (configuration) {
|
|
|
1867
1910
|
* @throws {RequiredError}
|
|
1868
1911
|
*/
|
|
1869
1912
|
async getDefaultListingProvider(options) {
|
|
1913
|
+
var _a, _b, _c;
|
|
1870
1914
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getDefaultListingProvider(options);
|
|
1871
|
-
|
|
1915
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1916
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['LiveTvApi.getDefaultListingProvider']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1917
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1872
1918
|
},
|
|
1873
1919
|
/**
|
|
1874
1920
|
*
|
|
@@ -1878,18 +1924,24 @@ const LiveTvApiFp = function (configuration) {
|
|
|
1878
1924
|
* @throws {RequiredError}
|
|
1879
1925
|
*/
|
|
1880
1926
|
async getDefaultTimer(programId, options) {
|
|
1927
|
+
var _a, _b, _c;
|
|
1881
1928
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getDefaultTimer(programId, options);
|
|
1882
|
-
|
|
1929
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1930
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['LiveTvApi.getDefaultTimer']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1931
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1883
1932
|
},
|
|
1884
1933
|
/**
|
|
1885
1934
|
*
|
|
1886
|
-
* @summary Get
|
|
1935
|
+
* @summary Get guide info.
|
|
1887
1936
|
* @param {*} [options] Override http request option.
|
|
1888
1937
|
* @throws {RequiredError}
|
|
1889
1938
|
*/
|
|
1890
1939
|
async getGuideInfo(options) {
|
|
1940
|
+
var _a, _b, _c;
|
|
1891
1941
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getGuideInfo(options);
|
|
1892
|
-
|
|
1942
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1943
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['LiveTvApi.getGuideInfo']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1944
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1893
1945
|
},
|
|
1894
1946
|
/**
|
|
1895
1947
|
*
|
|
@@ -1902,8 +1954,11 @@ const LiveTvApiFp = function (configuration) {
|
|
|
1902
1954
|
* @throws {RequiredError}
|
|
1903
1955
|
*/
|
|
1904
1956
|
async getLineups(id, type, location, country, options) {
|
|
1957
|
+
var _a, _b, _c;
|
|
1905
1958
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getLineups(id, type, location, country, options);
|
|
1906
|
-
|
|
1959
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1960
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['LiveTvApi.getLineups']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1961
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1907
1962
|
},
|
|
1908
1963
|
/**
|
|
1909
1964
|
*
|
|
@@ -1913,8 +1968,11 @@ const LiveTvApiFp = function (configuration) {
|
|
|
1913
1968
|
* @throws {RequiredError}
|
|
1914
1969
|
*/
|
|
1915
1970
|
async getLiveRecordingFile(recordingId, options) {
|
|
1971
|
+
var _a, _b, _c;
|
|
1916
1972
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getLiveRecordingFile(recordingId, options);
|
|
1917
|
-
|
|
1973
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1974
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['LiveTvApi.getLiveRecordingFile']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1975
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1918
1976
|
},
|
|
1919
1977
|
/**
|
|
1920
1978
|
*
|
|
@@ -1925,8 +1983,11 @@ const LiveTvApiFp = function (configuration) {
|
|
|
1925
1983
|
* @throws {RequiredError}
|
|
1926
1984
|
*/
|
|
1927
1985
|
async getLiveStreamFile(streamId, container, options) {
|
|
1986
|
+
var _a, _b, _c;
|
|
1928
1987
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getLiveStreamFile(streamId, container, options);
|
|
1929
|
-
|
|
1988
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1989
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['LiveTvApi.getLiveStreamFile']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1990
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1930
1991
|
},
|
|
1931
1992
|
/**
|
|
1932
1993
|
*
|
|
@@ -1956,8 +2017,11 @@ const LiveTvApiFp = function (configuration) {
|
|
|
1956
2017
|
* @throws {RequiredError}
|
|
1957
2018
|
*/
|
|
1958
2019
|
async getLiveTvChannels(type, userId, startIndex, isMovie, isSeries, isNews, isKids, isSports, limit, isFavorite, isLiked, isDisliked, enableImages, imageTypeLimit, enableImageTypes, fields, enableUserData, sortBy, sortOrder, enableFavoriteSorting, addCurrentProgram, options) {
|
|
2020
|
+
var _a, _b, _c;
|
|
1959
2021
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getLiveTvChannels(type, userId, startIndex, isMovie, isSeries, isNews, isKids, isSports, limit, isFavorite, isLiked, isDisliked, enableImages, imageTypeLimit, enableImageTypes, fields, enableUserData, sortBy, sortOrder, enableFavoriteSorting, addCurrentProgram, options);
|
|
1960
|
-
|
|
2022
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2023
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['LiveTvApi.getLiveTvChannels']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2024
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1961
2025
|
},
|
|
1962
2026
|
/**
|
|
1963
2027
|
*
|
|
@@ -1966,8 +2030,11 @@ const LiveTvApiFp = function (configuration) {
|
|
|
1966
2030
|
* @throws {RequiredError}
|
|
1967
2031
|
*/
|
|
1968
2032
|
async getLiveTvInfo(options) {
|
|
2033
|
+
var _a, _b, _c;
|
|
1969
2034
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getLiveTvInfo(options);
|
|
1970
|
-
|
|
2035
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2036
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['LiveTvApi.getLiveTvInfo']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2037
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1971
2038
|
},
|
|
1972
2039
|
/**
|
|
1973
2040
|
*
|
|
@@ -2003,8 +2070,11 @@ const LiveTvApiFp = function (configuration) {
|
|
|
2003
2070
|
* @throws {RequiredError}
|
|
2004
2071
|
*/
|
|
2005
2072
|
async getLiveTvPrograms(channelIds, userId, minStartDate, hasAired, isAiring, maxStartDate, minEndDate, maxEndDate, isMovie, isSeries, isNews, isKids, isSports, startIndex, limit, sortBy, sortOrder, genres, genreIds, enableImages, imageTypeLimit, enableImageTypes, enableUserData, seriesTimerId, librarySeriesId, fields, enableTotalRecordCount, options) {
|
|
2073
|
+
var _a, _b, _c;
|
|
2006
2074
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getLiveTvPrograms(channelIds, userId, minStartDate, hasAired, isAiring, maxStartDate, minEndDate, maxEndDate, isMovie, isSeries, isNews, isKids, isSports, startIndex, limit, sortBy, sortOrder, genres, genreIds, enableImages, imageTypeLimit, enableImageTypes, enableUserData, seriesTimerId, librarySeriesId, fields, enableTotalRecordCount, options);
|
|
2007
|
-
|
|
2075
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2076
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['LiveTvApi.getLiveTvPrograms']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2077
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2008
2078
|
},
|
|
2009
2079
|
/**
|
|
2010
2080
|
*
|
|
@@ -2015,8 +2085,11 @@ const LiveTvApiFp = function (configuration) {
|
|
|
2015
2085
|
* @throws {RequiredError}
|
|
2016
2086
|
*/
|
|
2017
2087
|
async getProgram(programId, userId, options) {
|
|
2088
|
+
var _a, _b, _c;
|
|
2018
2089
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getProgram(programId, userId, options);
|
|
2019
|
-
|
|
2090
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2091
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['LiveTvApi.getProgram']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2092
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2020
2093
|
},
|
|
2021
2094
|
/**
|
|
2022
2095
|
*
|
|
@@ -2026,13 +2099,17 @@ const LiveTvApiFp = function (configuration) {
|
|
|
2026
2099
|
* @throws {RequiredError}
|
|
2027
2100
|
*/
|
|
2028
2101
|
async getPrograms(getProgramsDto, options) {
|
|
2102
|
+
var _a, _b, _c;
|
|
2029
2103
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getPrograms(getProgramsDto, options);
|
|
2030
|
-
|
|
2104
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2105
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['LiveTvApi.getPrograms']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2106
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2031
2107
|
},
|
|
2032
2108
|
/**
|
|
2033
2109
|
*
|
|
2034
2110
|
* @summary Gets recommended live tv epgs.
|
|
2035
2111
|
* @param {string} [userId] Optional. filter by user id.
|
|
2112
|
+
* @param {number} [startIndex] Optional. The record index to start at. All items with a lower index will be dropped from the results.
|
|
2036
2113
|
* @param {number} [limit] Optional. The maximum number of records to return.
|
|
2037
2114
|
* @param {boolean} [isAiring] Optional. Filter by programs that are currently airing, or not.
|
|
2038
2115
|
* @param {boolean} [hasAired] Optional. Filter by programs that have completed airing, or not.
|
|
@@ -2051,9 +2128,12 @@ const LiveTvApiFp = function (configuration) {
|
|
|
2051
2128
|
* @param {*} [options] Override http request option.
|
|
2052
2129
|
* @throws {RequiredError}
|
|
2053
2130
|
*/
|
|
2054
|
-
async getRecommendedPrograms(userId, limit, isAiring, hasAired, isSeries, isMovie, isNews, isKids, isSports, enableImages, imageTypeLimit, enableImageTypes, genreIds, fields, enableUserData, enableTotalRecordCount, options) {
|
|
2055
|
-
|
|
2056
|
-
|
|
2131
|
+
async getRecommendedPrograms(userId, startIndex, limit, isAiring, hasAired, isSeries, isMovie, isNews, isKids, isSports, enableImages, imageTypeLimit, enableImageTypes, genreIds, fields, enableUserData, enableTotalRecordCount, options) {
|
|
2132
|
+
var _a, _b, _c;
|
|
2133
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getRecommendedPrograms(userId, startIndex, limit, isAiring, hasAired, isSeries, isMovie, isNews, isKids, isSports, enableImages, imageTypeLimit, enableImageTypes, genreIds, fields, enableUserData, enableTotalRecordCount, options);
|
|
2134
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2135
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['LiveTvApi.getRecommendedPrograms']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2136
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2057
2137
|
},
|
|
2058
2138
|
/**
|
|
2059
2139
|
*
|
|
@@ -2064,8 +2144,11 @@ const LiveTvApiFp = function (configuration) {
|
|
|
2064
2144
|
* @throws {RequiredError}
|
|
2065
2145
|
*/
|
|
2066
2146
|
async getRecording(recordingId, userId, options) {
|
|
2147
|
+
var _a, _b, _c;
|
|
2067
2148
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getRecording(recordingId, userId, options);
|
|
2068
|
-
|
|
2149
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2150
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['LiveTvApi.getRecording']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2151
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2069
2152
|
},
|
|
2070
2153
|
/**
|
|
2071
2154
|
*
|
|
@@ -2075,8 +2158,11 @@ const LiveTvApiFp = function (configuration) {
|
|
|
2075
2158
|
* @throws {RequiredError}
|
|
2076
2159
|
*/
|
|
2077
2160
|
async getRecordingFolders(userId, options) {
|
|
2161
|
+
var _a, _b, _c;
|
|
2078
2162
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getRecordingFolders(userId, options);
|
|
2079
|
-
|
|
2163
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2164
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['LiveTvApi.getRecordingFolders']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2165
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2080
2166
|
},
|
|
2081
2167
|
/**
|
|
2082
2168
|
*
|
|
@@ -2087,8 +2173,11 @@ const LiveTvApiFp = function (configuration) {
|
|
|
2087
2173
|
* @throws {RequiredError}
|
|
2088
2174
|
*/
|
|
2089
2175
|
async getRecordingGroup(groupId, options) {
|
|
2176
|
+
var _a, _b, _c;
|
|
2090
2177
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getRecordingGroup(groupId, options);
|
|
2091
|
-
|
|
2178
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2179
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['LiveTvApi.getRecordingGroup']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2180
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2092
2181
|
},
|
|
2093
2182
|
/**
|
|
2094
2183
|
*
|
|
@@ -2099,8 +2188,11 @@ const LiveTvApiFp = function (configuration) {
|
|
|
2099
2188
|
* @throws {RequiredError}
|
|
2100
2189
|
*/
|
|
2101
2190
|
async getRecordingGroups(userId, options) {
|
|
2191
|
+
var _a, _b, _c;
|
|
2102
2192
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getRecordingGroups(userId, options);
|
|
2103
|
-
|
|
2193
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2194
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['LiveTvApi.getRecordingGroups']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2195
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2104
2196
|
},
|
|
2105
2197
|
/**
|
|
2106
2198
|
*
|
|
@@ -2128,8 +2220,11 @@ const LiveTvApiFp = function (configuration) {
|
|
|
2128
2220
|
* @throws {RequiredError}
|
|
2129
2221
|
*/
|
|
2130
2222
|
async getRecordings(channelId, userId, startIndex, limit, status, isInProgress, seriesTimerId, enableImages, imageTypeLimit, enableImageTypes, fields, enableUserData, isMovie, isSeries, isKids, isSports, isNews, isLibraryItem, enableTotalRecordCount, options) {
|
|
2223
|
+
var _a, _b, _c;
|
|
2131
2224
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getRecordings(channelId, userId, startIndex, limit, status, isInProgress, seriesTimerId, enableImages, imageTypeLimit, enableImageTypes, fields, enableUserData, isMovie, isSeries, isKids, isSports, isNews, isLibraryItem, enableTotalRecordCount, options);
|
|
2132
|
-
|
|
2225
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2226
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['LiveTvApi.getRecordings']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2227
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2133
2228
|
},
|
|
2134
2229
|
/**
|
|
2135
2230
|
*
|
|
@@ -2153,8 +2248,11 @@ const LiveTvApiFp = function (configuration) {
|
|
|
2153
2248
|
* @throws {RequiredError}
|
|
2154
2249
|
*/
|
|
2155
2250
|
async getRecordingsSeries(channelId, userId, groupId, startIndex, limit, status, isInProgress, seriesTimerId, enableImages, imageTypeLimit, enableImageTypes, fields, enableUserData, enableTotalRecordCount, options) {
|
|
2251
|
+
var _a, _b, _c;
|
|
2156
2252
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getRecordingsSeries(channelId, userId, groupId, startIndex, limit, status, isInProgress, seriesTimerId, enableImages, imageTypeLimit, enableImageTypes, fields, enableUserData, enableTotalRecordCount, options);
|
|
2157
|
-
|
|
2253
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2254
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['LiveTvApi.getRecordingsSeries']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2255
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2158
2256
|
},
|
|
2159
2257
|
/**
|
|
2160
2258
|
*
|
|
@@ -2163,8 +2261,11 @@ const LiveTvApiFp = function (configuration) {
|
|
|
2163
2261
|
* @throws {RequiredError}
|
|
2164
2262
|
*/
|
|
2165
2263
|
async getSchedulesDirectCountries(options) {
|
|
2264
|
+
var _a, _b, _c;
|
|
2166
2265
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getSchedulesDirectCountries(options);
|
|
2167
|
-
|
|
2266
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2267
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['LiveTvApi.getSchedulesDirectCountries']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2268
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2168
2269
|
},
|
|
2169
2270
|
/**
|
|
2170
2271
|
*
|
|
@@ -2174,8 +2275,11 @@ const LiveTvApiFp = function (configuration) {
|
|
|
2174
2275
|
* @throws {RequiredError}
|
|
2175
2276
|
*/
|
|
2176
2277
|
async getSeriesTimer(timerId, options) {
|
|
2278
|
+
var _a, _b, _c;
|
|
2177
2279
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getSeriesTimer(timerId, options);
|
|
2178
|
-
|
|
2280
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2281
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['LiveTvApi.getSeriesTimer']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2282
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2179
2283
|
},
|
|
2180
2284
|
/**
|
|
2181
2285
|
*
|
|
@@ -2186,8 +2290,11 @@ const LiveTvApiFp = function (configuration) {
|
|
|
2186
2290
|
* @throws {RequiredError}
|
|
2187
2291
|
*/
|
|
2188
2292
|
async getSeriesTimers(sortBy, sortOrder, options) {
|
|
2293
|
+
var _a, _b, _c;
|
|
2189
2294
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getSeriesTimers(sortBy, sortOrder, options);
|
|
2190
|
-
|
|
2295
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2296
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['LiveTvApi.getSeriesTimers']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2297
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2191
2298
|
},
|
|
2192
2299
|
/**
|
|
2193
2300
|
*
|
|
@@ -2197,8 +2304,11 @@ const LiveTvApiFp = function (configuration) {
|
|
|
2197
2304
|
* @throws {RequiredError}
|
|
2198
2305
|
*/
|
|
2199
2306
|
async getTimer(timerId, options) {
|
|
2307
|
+
var _a, _b, _c;
|
|
2200
2308
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getTimer(timerId, options);
|
|
2201
|
-
|
|
2309
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2310
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['LiveTvApi.getTimer']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2311
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2202
2312
|
},
|
|
2203
2313
|
/**
|
|
2204
2314
|
*
|
|
@@ -2211,8 +2321,11 @@ const LiveTvApiFp = function (configuration) {
|
|
|
2211
2321
|
* @throws {RequiredError}
|
|
2212
2322
|
*/
|
|
2213
2323
|
async getTimers(channelId, seriesTimerId, isActive, isScheduled, options) {
|
|
2324
|
+
var _a, _b, _c;
|
|
2214
2325
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getTimers(channelId, seriesTimerId, isActive, isScheduled, options);
|
|
2215
|
-
|
|
2326
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2327
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['LiveTvApi.getTimers']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2328
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2216
2329
|
},
|
|
2217
2330
|
/**
|
|
2218
2331
|
*
|
|
@@ -2221,8 +2334,11 @@ const LiveTvApiFp = function (configuration) {
|
|
|
2221
2334
|
* @throws {RequiredError}
|
|
2222
2335
|
*/
|
|
2223
2336
|
async getTunerHostTypes(options) {
|
|
2337
|
+
var _a, _b, _c;
|
|
2224
2338
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getTunerHostTypes(options);
|
|
2225
|
-
|
|
2339
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2340
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['LiveTvApi.getTunerHostTypes']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2341
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2226
2342
|
},
|
|
2227
2343
|
/**
|
|
2228
2344
|
*
|
|
@@ -2232,8 +2348,11 @@ const LiveTvApiFp = function (configuration) {
|
|
|
2232
2348
|
* @throws {RequiredError}
|
|
2233
2349
|
*/
|
|
2234
2350
|
async resetTuner(tunerId, options) {
|
|
2351
|
+
var _a, _b, _c;
|
|
2235
2352
|
const localVarAxiosArgs = await localVarAxiosParamCreator.resetTuner(tunerId, options);
|
|
2236
|
-
|
|
2353
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2354
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['LiveTvApi.resetTuner']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2355
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2237
2356
|
},
|
|
2238
2357
|
/**
|
|
2239
2358
|
*
|
|
@@ -2243,8 +2362,11 @@ const LiveTvApiFp = function (configuration) {
|
|
|
2243
2362
|
* @throws {RequiredError}
|
|
2244
2363
|
*/
|
|
2245
2364
|
async setChannelMapping(setChannelMappingDto, options) {
|
|
2365
|
+
var _a, _b, _c;
|
|
2246
2366
|
const localVarAxiosArgs = await localVarAxiosParamCreator.setChannelMapping(setChannelMappingDto, options);
|
|
2247
|
-
|
|
2367
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2368
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['LiveTvApi.setChannelMapping']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2369
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2248
2370
|
},
|
|
2249
2371
|
/**
|
|
2250
2372
|
*
|
|
@@ -2255,8 +2377,11 @@ const LiveTvApiFp = function (configuration) {
|
|
|
2255
2377
|
* @throws {RequiredError}
|
|
2256
2378
|
*/
|
|
2257
2379
|
async updateSeriesTimer(timerId, seriesTimerInfoDto, options) {
|
|
2380
|
+
var _a, _b, _c;
|
|
2258
2381
|
const localVarAxiosArgs = await localVarAxiosParamCreator.updateSeriesTimer(timerId, seriesTimerInfoDto, options);
|
|
2259
|
-
|
|
2382
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2383
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['LiveTvApi.updateSeriesTimer']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2384
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2260
2385
|
},
|
|
2261
2386
|
/**
|
|
2262
2387
|
*
|
|
@@ -2267,8 +2392,11 @@ const LiveTvApiFp = function (configuration) {
|
|
|
2267
2392
|
* @throws {RequiredError}
|
|
2268
2393
|
*/
|
|
2269
2394
|
async updateTimer(timerId, timerInfoDto, options) {
|
|
2395
|
+
var _a, _b, _c;
|
|
2270
2396
|
const localVarAxiosArgs = await localVarAxiosParamCreator.updateTimer(timerId, timerInfoDto, options);
|
|
2271
|
-
|
|
2397
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2398
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['LiveTvApi.updateTimer']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2399
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2272
2400
|
},
|
|
2273
2401
|
};
|
|
2274
2402
|
};
|
|
@@ -2282,136 +2410,132 @@ const LiveTvApiFactory = function (configuration, basePath, axios) {
|
|
|
2282
2410
|
/**
|
|
2283
2411
|
*
|
|
2284
2412
|
* @summary Adds a listings provider.
|
|
2285
|
-
* @param {
|
|
2286
|
-
* @param {boolean} [validateListings] Validate listings.
|
|
2287
|
-
* @param {boolean} [validateLogin] Validate login.
|
|
2288
|
-
* @param {ListingsProviderInfo} [listingsProviderInfo] New listings info.
|
|
2413
|
+
* @param {LiveTvApiAddListingProviderRequest} requestParameters Request parameters.
|
|
2289
2414
|
* @param {*} [options] Override http request option.
|
|
2290
2415
|
* @throws {RequiredError}
|
|
2291
2416
|
*/
|
|
2292
|
-
addListingProvider(
|
|
2293
|
-
return localVarFp.addListingProvider(pw, validateListings, validateLogin, listingsProviderInfo, options).then((request) => request(axios, basePath));
|
|
2417
|
+
addListingProvider(requestParameters = {}, options) {
|
|
2418
|
+
return localVarFp.addListingProvider(requestParameters.pw, requestParameters.validateListings, requestParameters.validateLogin, requestParameters.listingsProviderInfo, options).then((request) => request(axios, basePath));
|
|
2294
2419
|
},
|
|
2295
2420
|
/**
|
|
2296
2421
|
*
|
|
2297
2422
|
* @summary Adds a tuner host.
|
|
2298
|
-
* @param {
|
|
2423
|
+
* @param {LiveTvApiAddTunerHostRequest} requestParameters Request parameters.
|
|
2299
2424
|
* @param {*} [options] Override http request option.
|
|
2300
2425
|
* @throws {RequiredError}
|
|
2301
2426
|
*/
|
|
2302
|
-
addTunerHost(
|
|
2303
|
-
return localVarFp.addTunerHost(tunerHostInfo, options).then((request) => request(axios, basePath));
|
|
2427
|
+
addTunerHost(requestParameters = {}, options) {
|
|
2428
|
+
return localVarFp.addTunerHost(requestParameters.tunerHostInfo, options).then((request) => request(axios, basePath));
|
|
2304
2429
|
},
|
|
2305
2430
|
/**
|
|
2306
2431
|
*
|
|
2307
2432
|
* @summary Cancels a live tv series timer.
|
|
2308
|
-
* @param {
|
|
2433
|
+
* @param {LiveTvApiCancelSeriesTimerRequest} requestParameters Request parameters.
|
|
2309
2434
|
* @param {*} [options] Override http request option.
|
|
2310
2435
|
* @throws {RequiredError}
|
|
2311
2436
|
*/
|
|
2312
|
-
cancelSeriesTimer(
|
|
2313
|
-
return localVarFp.cancelSeriesTimer(timerId, options).then((request) => request(axios, basePath));
|
|
2437
|
+
cancelSeriesTimer(requestParameters, options) {
|
|
2438
|
+
return localVarFp.cancelSeriesTimer(requestParameters.timerId, options).then((request) => request(axios, basePath));
|
|
2314
2439
|
},
|
|
2315
2440
|
/**
|
|
2316
2441
|
*
|
|
2317
2442
|
* @summary Cancels a live tv timer.
|
|
2318
|
-
* @param {
|
|
2443
|
+
* @param {LiveTvApiCancelTimerRequest} requestParameters Request parameters.
|
|
2319
2444
|
* @param {*} [options] Override http request option.
|
|
2320
2445
|
* @throws {RequiredError}
|
|
2321
2446
|
*/
|
|
2322
|
-
cancelTimer(
|
|
2323
|
-
return localVarFp.cancelTimer(timerId, options).then((request) => request(axios, basePath));
|
|
2447
|
+
cancelTimer(requestParameters, options) {
|
|
2448
|
+
return localVarFp.cancelTimer(requestParameters.timerId, options).then((request) => request(axios, basePath));
|
|
2324
2449
|
},
|
|
2325
2450
|
/**
|
|
2326
2451
|
*
|
|
2327
2452
|
* @summary Creates a live tv series timer.
|
|
2328
|
-
* @param {
|
|
2453
|
+
* @param {LiveTvApiCreateSeriesTimerRequest} requestParameters Request parameters.
|
|
2329
2454
|
* @param {*} [options] Override http request option.
|
|
2330
2455
|
* @throws {RequiredError}
|
|
2331
2456
|
*/
|
|
2332
|
-
createSeriesTimer(
|
|
2333
|
-
return localVarFp.createSeriesTimer(seriesTimerInfoDto, options).then((request) => request(axios, basePath));
|
|
2457
|
+
createSeriesTimer(requestParameters = {}, options) {
|
|
2458
|
+
return localVarFp.createSeriesTimer(requestParameters.seriesTimerInfoDto, options).then((request) => request(axios, basePath));
|
|
2334
2459
|
},
|
|
2335
2460
|
/**
|
|
2336
2461
|
*
|
|
2337
2462
|
* @summary Creates a live tv timer.
|
|
2338
|
-
* @param {
|
|
2463
|
+
* @param {LiveTvApiCreateTimerRequest} requestParameters Request parameters.
|
|
2339
2464
|
* @param {*} [options] Override http request option.
|
|
2340
2465
|
* @throws {RequiredError}
|
|
2341
2466
|
*/
|
|
2342
|
-
createTimer(
|
|
2343
|
-
return localVarFp.createTimer(timerInfoDto, options).then((request) => request(axios, basePath));
|
|
2467
|
+
createTimer(requestParameters = {}, options) {
|
|
2468
|
+
return localVarFp.createTimer(requestParameters.timerInfoDto, options).then((request) => request(axios, basePath));
|
|
2344
2469
|
},
|
|
2345
2470
|
/**
|
|
2346
2471
|
*
|
|
2347
2472
|
* @summary Delete listing provider.
|
|
2348
|
-
* @param {
|
|
2473
|
+
* @param {LiveTvApiDeleteListingProviderRequest} requestParameters Request parameters.
|
|
2349
2474
|
* @param {*} [options] Override http request option.
|
|
2350
2475
|
* @throws {RequiredError}
|
|
2351
2476
|
*/
|
|
2352
|
-
deleteListingProvider(
|
|
2353
|
-
return localVarFp.deleteListingProvider(id, options).then((request) => request(axios, basePath));
|
|
2477
|
+
deleteListingProvider(requestParameters = {}, options) {
|
|
2478
|
+
return localVarFp.deleteListingProvider(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
2354
2479
|
},
|
|
2355
2480
|
/**
|
|
2356
2481
|
*
|
|
2357
2482
|
* @summary Deletes a live tv recording.
|
|
2358
|
-
* @param {
|
|
2483
|
+
* @param {LiveTvApiDeleteRecordingRequest} requestParameters Request parameters.
|
|
2359
2484
|
* @param {*} [options] Override http request option.
|
|
2360
2485
|
* @throws {RequiredError}
|
|
2361
2486
|
*/
|
|
2362
|
-
deleteRecording(
|
|
2363
|
-
return localVarFp.deleteRecording(recordingId, options).then((request) => request(axios, basePath));
|
|
2487
|
+
deleteRecording(requestParameters, options) {
|
|
2488
|
+
return localVarFp.deleteRecording(requestParameters.recordingId, options).then((request) => request(axios, basePath));
|
|
2364
2489
|
},
|
|
2365
2490
|
/**
|
|
2366
2491
|
*
|
|
2367
2492
|
* @summary Deletes a tuner host.
|
|
2368
|
-
* @param {
|
|
2493
|
+
* @param {LiveTvApiDeleteTunerHostRequest} requestParameters Request parameters.
|
|
2369
2494
|
* @param {*} [options] Override http request option.
|
|
2370
2495
|
* @throws {RequiredError}
|
|
2371
2496
|
*/
|
|
2372
|
-
deleteTunerHost(
|
|
2373
|
-
return localVarFp.deleteTunerHost(id, options).then((request) => request(axios, basePath));
|
|
2497
|
+
deleteTunerHost(requestParameters = {}, options) {
|
|
2498
|
+
return localVarFp.deleteTunerHost(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
2374
2499
|
},
|
|
2375
2500
|
/**
|
|
2376
2501
|
*
|
|
2377
2502
|
* @summary Discover tuners.
|
|
2378
|
-
* @param {
|
|
2503
|
+
* @param {LiveTvApiDiscoverTunersRequest} requestParameters Request parameters.
|
|
2379
2504
|
* @param {*} [options] Override http request option.
|
|
2380
2505
|
* @throws {RequiredError}
|
|
2381
2506
|
*/
|
|
2382
|
-
discoverTuners(
|
|
2383
|
-
return localVarFp.discoverTuners(newDevicesOnly, options).then((request) => request(axios, basePath));
|
|
2507
|
+
discoverTuners(requestParameters = {}, options) {
|
|
2508
|
+
return localVarFp.discoverTuners(requestParameters.newDevicesOnly, options).then((request) => request(axios, basePath));
|
|
2384
2509
|
},
|
|
2385
2510
|
/**
|
|
2386
2511
|
*
|
|
2387
2512
|
* @summary Discover tuners.
|
|
2388
|
-
* @param {
|
|
2513
|
+
* @param {LiveTvApiDiscvoverTunersRequest} requestParameters Request parameters.
|
|
2389
2514
|
* @param {*} [options] Override http request option.
|
|
2390
2515
|
* @throws {RequiredError}
|
|
2391
2516
|
*/
|
|
2392
|
-
discvoverTuners(
|
|
2393
|
-
return localVarFp.discvoverTuners(newDevicesOnly, options).then((request) => request(axios, basePath));
|
|
2517
|
+
discvoverTuners(requestParameters = {}, options) {
|
|
2518
|
+
return localVarFp.discvoverTuners(requestParameters.newDevicesOnly, options).then((request) => request(axios, basePath));
|
|
2394
2519
|
},
|
|
2395
2520
|
/**
|
|
2396
2521
|
*
|
|
2397
2522
|
* @summary Gets a live tv channel.
|
|
2398
|
-
* @param {
|
|
2399
|
-
* @param {string} [userId] Optional. Attach user data.
|
|
2523
|
+
* @param {LiveTvApiGetChannelRequest} requestParameters Request parameters.
|
|
2400
2524
|
* @param {*} [options] Override http request option.
|
|
2401
2525
|
* @throws {RequiredError}
|
|
2402
2526
|
*/
|
|
2403
|
-
getChannel(
|
|
2404
|
-
return localVarFp.getChannel(channelId, userId, options).then((request) => request(axios, basePath));
|
|
2527
|
+
getChannel(requestParameters, options) {
|
|
2528
|
+
return localVarFp.getChannel(requestParameters.channelId, requestParameters.userId, options).then((request) => request(axios, basePath));
|
|
2405
2529
|
},
|
|
2406
2530
|
/**
|
|
2407
2531
|
*
|
|
2408
2532
|
* @summary Get channel mapping options.
|
|
2409
|
-
* @param {
|
|
2533
|
+
* @param {LiveTvApiGetChannelMappingOptionsRequest} requestParameters Request parameters.
|
|
2410
2534
|
* @param {*} [options] Override http request option.
|
|
2411
2535
|
* @throws {RequiredError}
|
|
2412
2536
|
*/
|
|
2413
|
-
getChannelMappingOptions(
|
|
2414
|
-
return localVarFp.getChannelMappingOptions(providerId, options).then((request) => request(axios, basePath));
|
|
2537
|
+
getChannelMappingOptions(requestParameters = {}, options) {
|
|
2538
|
+
return localVarFp.getChannelMappingOptions(requestParameters.providerId, options).then((request) => request(axios, basePath));
|
|
2415
2539
|
},
|
|
2416
2540
|
/**
|
|
2417
2541
|
*
|
|
@@ -2425,16 +2549,16 @@ const LiveTvApiFactory = function (configuration, basePath, axios) {
|
|
|
2425
2549
|
/**
|
|
2426
2550
|
*
|
|
2427
2551
|
* @summary Gets the default values for a new timer.
|
|
2428
|
-
* @param {
|
|
2552
|
+
* @param {LiveTvApiGetDefaultTimerRequest} requestParameters Request parameters.
|
|
2429
2553
|
* @param {*} [options] Override http request option.
|
|
2430
2554
|
* @throws {RequiredError}
|
|
2431
2555
|
*/
|
|
2432
|
-
getDefaultTimer(
|
|
2433
|
-
return localVarFp.getDefaultTimer(programId, options).then((request) => request(axios, basePath));
|
|
2556
|
+
getDefaultTimer(requestParameters = {}, options) {
|
|
2557
|
+
return localVarFp.getDefaultTimer(requestParameters.programId, options).then((request) => request(axios, basePath));
|
|
2434
2558
|
},
|
|
2435
2559
|
/**
|
|
2436
2560
|
*
|
|
2437
|
-
* @summary Get
|
|
2561
|
+
* @summary Get guide info.
|
|
2438
2562
|
* @param {*} [options] Override http request option.
|
|
2439
2563
|
* @throws {RequiredError}
|
|
2440
2564
|
*/
|
|
@@ -2444,66 +2568,42 @@ const LiveTvApiFactory = function (configuration, basePath, axios) {
|
|
|
2444
2568
|
/**
|
|
2445
2569
|
*
|
|
2446
2570
|
* @summary Gets available lineups.
|
|
2447
|
-
* @param {
|
|
2448
|
-
* @param {string} [type] Provider type.
|
|
2449
|
-
* @param {string} [location] Location.
|
|
2450
|
-
* @param {string} [country] Country.
|
|
2571
|
+
* @param {LiveTvApiGetLineupsRequest} requestParameters Request parameters.
|
|
2451
2572
|
* @param {*} [options] Override http request option.
|
|
2452
2573
|
* @throws {RequiredError}
|
|
2453
2574
|
*/
|
|
2454
|
-
getLineups(
|
|
2455
|
-
return localVarFp.getLineups(id, type, location, country, options).then((request) => request(axios, basePath));
|
|
2575
|
+
getLineups(requestParameters = {}, options) {
|
|
2576
|
+
return localVarFp.getLineups(requestParameters.id, requestParameters.type, requestParameters.location, requestParameters.country, options).then((request) => request(axios, basePath));
|
|
2456
2577
|
},
|
|
2457
2578
|
/**
|
|
2458
2579
|
*
|
|
2459
2580
|
* @summary Gets a live tv recording stream.
|
|
2460
|
-
* @param {
|
|
2581
|
+
* @param {LiveTvApiGetLiveRecordingFileRequest} requestParameters Request parameters.
|
|
2461
2582
|
* @param {*} [options] Override http request option.
|
|
2462
2583
|
* @throws {RequiredError}
|
|
2463
2584
|
*/
|
|
2464
|
-
getLiveRecordingFile(
|
|
2465
|
-
return localVarFp.getLiveRecordingFile(recordingId, options).then((request) => request(axios, basePath));
|
|
2585
|
+
getLiveRecordingFile(requestParameters, options) {
|
|
2586
|
+
return localVarFp.getLiveRecordingFile(requestParameters.recordingId, options).then((request) => request(axios, basePath));
|
|
2466
2587
|
},
|
|
2467
2588
|
/**
|
|
2468
2589
|
*
|
|
2469
2590
|
* @summary Gets a live tv channel stream.
|
|
2470
|
-
* @param {
|
|
2471
|
-
* @param {string} container Container type.
|
|
2591
|
+
* @param {LiveTvApiGetLiveStreamFileRequest} requestParameters Request parameters.
|
|
2472
2592
|
* @param {*} [options] Override http request option.
|
|
2473
2593
|
* @throws {RequiredError}
|
|
2474
2594
|
*/
|
|
2475
|
-
getLiveStreamFile(
|
|
2476
|
-
return localVarFp.getLiveStreamFile(streamId, container, options).then((request) => request(axios, basePath));
|
|
2595
|
+
getLiveStreamFile(requestParameters, options) {
|
|
2596
|
+
return localVarFp.getLiveStreamFile(requestParameters.streamId, requestParameters.container, options).then((request) => request(axios, basePath));
|
|
2477
2597
|
},
|
|
2478
2598
|
/**
|
|
2479
2599
|
*
|
|
2480
2600
|
* @summary Gets available live tv channels.
|
|
2481
|
-
* @param {
|
|
2482
|
-
* @param {string} [userId] Optional. Filter by user and attach user data.
|
|
2483
|
-
* @param {number} [startIndex] Optional. The record index to start at. All items with a lower index will be dropped from the results.
|
|
2484
|
-
* @param {boolean} [isMovie] Optional. Filter for movies.
|
|
2485
|
-
* @param {boolean} [isSeries] Optional. Filter for series.
|
|
2486
|
-
* @param {boolean} [isNews] Optional. Filter for news.
|
|
2487
|
-
* @param {boolean} [isKids] Optional. Filter for kids.
|
|
2488
|
-
* @param {boolean} [isSports] Optional. Filter for sports.
|
|
2489
|
-
* @param {number} [limit] Optional. The maximum number of records to return.
|
|
2490
|
-
* @param {boolean} [isFavorite] Optional. Filter by channels that are favorites, or not.
|
|
2491
|
-
* @param {boolean} [isLiked] Optional. Filter by channels that are liked, or not.
|
|
2492
|
-
* @param {boolean} [isDisliked] Optional. Filter by channels that are disliked, or not.
|
|
2493
|
-
* @param {boolean} [enableImages] Optional. Include image information in output.
|
|
2494
|
-
* @param {number} [imageTypeLimit] Optional. The max number of images to return, per image type.
|
|
2495
|
-
* @param {Array<ImageType>} [enableImageTypes] \"Optional. The image types to include in the output.
|
|
2496
|
-
* @param {Array<ItemFields>} [fields] Optional. Specify additional fields of information to return in the output.
|
|
2497
|
-
* @param {boolean} [enableUserData] Optional. Include user data.
|
|
2498
|
-
* @param {Array<ItemSortBy>} [sortBy] Optional. Key to sort by.
|
|
2499
|
-
* @param {SortOrder} [sortOrder] Optional. Sort order.
|
|
2500
|
-
* @param {boolean} [enableFavoriteSorting] Optional. Incorporate favorite and like status into channel sorting.
|
|
2501
|
-
* @param {boolean} [addCurrentProgram] Optional. Adds current program info to each channel.
|
|
2601
|
+
* @param {LiveTvApiGetLiveTvChannelsRequest} requestParameters Request parameters.
|
|
2502
2602
|
* @param {*} [options] Override http request option.
|
|
2503
2603
|
* @throws {RequiredError}
|
|
2504
2604
|
*/
|
|
2505
|
-
getLiveTvChannels(
|
|
2506
|
-
return localVarFp.getLiveTvChannels(type, userId, startIndex, isMovie, isSeries, isNews, isKids, isSports, limit, isFavorite, isLiked, isDisliked, enableImages, imageTypeLimit, enableImageTypes, fields, enableUserData, sortBy, sortOrder, enableFavoriteSorting, addCurrentProgram, options).then((request) => request(axios, basePath));
|
|
2605
|
+
getLiveTvChannels(requestParameters = {}, options) {
|
|
2606
|
+
return localVarFp.getLiveTvChannels(requestParameters.type, requestParameters.userId, requestParameters.startIndex, requestParameters.isMovie, requestParameters.isSeries, requestParameters.isNews, requestParameters.isKids, requestParameters.isSports, requestParameters.limit, requestParameters.isFavorite, requestParameters.isLiked, requestParameters.isDisliked, requestParameters.enableImages, requestParameters.imageTypeLimit, requestParameters.enableImageTypes, requestParameters.fields, requestParameters.enableUserData, requestParameters.sortBy, requestParameters.sortOrder, requestParameters.enableFavoriteSorting, requestParameters.addCurrentProgram, options).then((request) => request(axios, basePath));
|
|
2507
2607
|
},
|
|
2508
2608
|
/**
|
|
2509
2609
|
*
|
|
@@ -2517,179 +2617,105 @@ const LiveTvApiFactory = function (configuration, basePath, axios) {
|
|
|
2517
2617
|
/**
|
|
2518
2618
|
*
|
|
2519
2619
|
* @summary Gets available live tv epgs.
|
|
2520
|
-
* @param {
|
|
2521
|
-
* @param {string} [userId] Optional. Filter by user id.
|
|
2522
|
-
* @param {string} [minStartDate] Optional. The minimum premiere start date.
|
|
2523
|
-
* @param {boolean} [hasAired] Optional. Filter by programs that have completed airing, or not.
|
|
2524
|
-
* @param {boolean} [isAiring] Optional. Filter by programs that are currently airing, or not.
|
|
2525
|
-
* @param {string} [maxStartDate] Optional. The maximum premiere start date.
|
|
2526
|
-
* @param {string} [minEndDate] Optional. The minimum premiere end date.
|
|
2527
|
-
* @param {string} [maxEndDate] Optional. The maximum premiere end date.
|
|
2528
|
-
* @param {boolean} [isMovie] Optional. Filter for movies.
|
|
2529
|
-
* @param {boolean} [isSeries] Optional. Filter for series.
|
|
2530
|
-
* @param {boolean} [isNews] Optional. Filter for news.
|
|
2531
|
-
* @param {boolean} [isKids] Optional. Filter for kids.
|
|
2532
|
-
* @param {boolean} [isSports] Optional. Filter for sports.
|
|
2533
|
-
* @param {number} [startIndex] Optional. The record index to start at. All items with a lower index will be dropped from the results.
|
|
2534
|
-
* @param {number} [limit] Optional. The maximum number of records to return.
|
|
2535
|
-
* @param {Array<ItemSortBy>} [sortBy] Optional. Specify one or more sort orders, comma delimited. Options: Name, StartDate.
|
|
2536
|
-
* @param {Array<SortOrder>} [sortOrder] Sort Order - Ascending,Descending.
|
|
2537
|
-
* @param {Array<string>} [genres] The genres to return guide information for.
|
|
2538
|
-
* @param {Array<string>} [genreIds] The genre ids to return guide information for.
|
|
2539
|
-
* @param {boolean} [enableImages] Optional. Include image information in output.
|
|
2540
|
-
* @param {number} [imageTypeLimit] Optional. The max number of images to return, per image type.
|
|
2541
|
-
* @param {Array<ImageType>} [enableImageTypes] Optional. The image types to include in the output.
|
|
2542
|
-
* @param {boolean} [enableUserData] Optional. Include user data.
|
|
2543
|
-
* @param {string} [seriesTimerId] Optional. Filter by series timer id.
|
|
2544
|
-
* @param {string} [librarySeriesId] Optional. Filter by library series id.
|
|
2545
|
-
* @param {Array<ItemFields>} [fields] Optional. Specify additional fields of information to return in the output.
|
|
2546
|
-
* @param {boolean} [enableTotalRecordCount] Retrieve total record count.
|
|
2620
|
+
* @param {LiveTvApiGetLiveTvProgramsRequest} requestParameters Request parameters.
|
|
2547
2621
|
* @param {*} [options] Override http request option.
|
|
2548
2622
|
* @throws {RequiredError}
|
|
2549
2623
|
*/
|
|
2550
|
-
getLiveTvPrograms(
|
|
2551
|
-
return localVarFp.getLiveTvPrograms(channelIds, userId, minStartDate, hasAired, isAiring, maxStartDate, minEndDate, maxEndDate, isMovie, isSeries, isNews, isKids, isSports, startIndex, limit, sortBy, sortOrder, genres, genreIds, enableImages, imageTypeLimit, enableImageTypes, enableUserData, seriesTimerId, librarySeriesId, fields, enableTotalRecordCount, options).then((request) => request(axios, basePath));
|
|
2624
|
+
getLiveTvPrograms(requestParameters = {}, options) {
|
|
2625
|
+
return localVarFp.getLiveTvPrograms(requestParameters.channelIds, requestParameters.userId, requestParameters.minStartDate, requestParameters.hasAired, requestParameters.isAiring, requestParameters.maxStartDate, requestParameters.minEndDate, requestParameters.maxEndDate, requestParameters.isMovie, requestParameters.isSeries, requestParameters.isNews, requestParameters.isKids, requestParameters.isSports, requestParameters.startIndex, requestParameters.limit, requestParameters.sortBy, requestParameters.sortOrder, requestParameters.genres, requestParameters.genreIds, requestParameters.enableImages, requestParameters.imageTypeLimit, requestParameters.enableImageTypes, requestParameters.enableUserData, requestParameters.seriesTimerId, requestParameters.librarySeriesId, requestParameters.fields, requestParameters.enableTotalRecordCount, options).then((request) => request(axios, basePath));
|
|
2552
2626
|
},
|
|
2553
2627
|
/**
|
|
2554
2628
|
*
|
|
2555
2629
|
* @summary Gets a live tv program.
|
|
2556
|
-
* @param {
|
|
2557
|
-
* @param {string} [userId] Optional. Attach user data.
|
|
2630
|
+
* @param {LiveTvApiGetProgramRequest} requestParameters Request parameters.
|
|
2558
2631
|
* @param {*} [options] Override http request option.
|
|
2559
2632
|
* @throws {RequiredError}
|
|
2560
2633
|
*/
|
|
2561
|
-
getProgram(
|
|
2562
|
-
return localVarFp.getProgram(programId, userId, options).then((request) => request(axios, basePath));
|
|
2634
|
+
getProgram(requestParameters, options) {
|
|
2635
|
+
return localVarFp.getProgram(requestParameters.programId, requestParameters.userId, options).then((request) => request(axios, basePath));
|
|
2563
2636
|
},
|
|
2564
2637
|
/**
|
|
2565
2638
|
*
|
|
2566
2639
|
* @summary Gets available live tv epgs.
|
|
2567
|
-
* @param {
|
|
2640
|
+
* @param {LiveTvApiGetProgramsRequest} requestParameters Request parameters.
|
|
2568
2641
|
* @param {*} [options] Override http request option.
|
|
2569
2642
|
* @throws {RequiredError}
|
|
2570
2643
|
*/
|
|
2571
|
-
getPrograms(
|
|
2572
|
-
return localVarFp.getPrograms(getProgramsDto, options).then((request) => request(axios, basePath));
|
|
2644
|
+
getPrograms(requestParameters = {}, options) {
|
|
2645
|
+
return localVarFp.getPrograms(requestParameters.getProgramsDto, options).then((request) => request(axios, basePath));
|
|
2573
2646
|
},
|
|
2574
2647
|
/**
|
|
2575
2648
|
*
|
|
2576
2649
|
* @summary Gets recommended live tv epgs.
|
|
2577
|
-
* @param {
|
|
2578
|
-
* @param {number} [limit] Optional. The maximum number of records to return.
|
|
2579
|
-
* @param {boolean} [isAiring] Optional. Filter by programs that are currently airing, or not.
|
|
2580
|
-
* @param {boolean} [hasAired] Optional. Filter by programs that have completed airing, or not.
|
|
2581
|
-
* @param {boolean} [isSeries] Optional. Filter for series.
|
|
2582
|
-
* @param {boolean} [isMovie] Optional. Filter for movies.
|
|
2583
|
-
* @param {boolean} [isNews] Optional. Filter for news.
|
|
2584
|
-
* @param {boolean} [isKids] Optional. Filter for kids.
|
|
2585
|
-
* @param {boolean} [isSports] Optional. Filter for sports.
|
|
2586
|
-
* @param {boolean} [enableImages] Optional. Include image information in output.
|
|
2587
|
-
* @param {number} [imageTypeLimit] Optional. The max number of images to return, per image type.
|
|
2588
|
-
* @param {Array<ImageType>} [enableImageTypes] Optional. The image types to include in the output.
|
|
2589
|
-
* @param {Array<string>} [genreIds] The genres to return guide information for.
|
|
2590
|
-
* @param {Array<ItemFields>} [fields] Optional. Specify additional fields of information to return in the output.
|
|
2591
|
-
* @param {boolean} [enableUserData] Optional. include user data.
|
|
2592
|
-
* @param {boolean} [enableTotalRecordCount] Retrieve total record count.
|
|
2650
|
+
* @param {LiveTvApiGetRecommendedProgramsRequest} requestParameters Request parameters.
|
|
2593
2651
|
* @param {*} [options] Override http request option.
|
|
2594
2652
|
* @throws {RequiredError}
|
|
2595
2653
|
*/
|
|
2596
|
-
getRecommendedPrograms(
|
|
2597
|
-
return localVarFp.getRecommendedPrograms(userId, limit, isAiring, hasAired, isSeries, isMovie, isNews, isKids, isSports, enableImages, imageTypeLimit, enableImageTypes, genreIds, fields, enableUserData, enableTotalRecordCount, options).then((request) => request(axios, basePath));
|
|
2654
|
+
getRecommendedPrograms(requestParameters = {}, options) {
|
|
2655
|
+
return localVarFp.getRecommendedPrograms(requestParameters.userId, requestParameters.startIndex, requestParameters.limit, requestParameters.isAiring, requestParameters.hasAired, requestParameters.isSeries, requestParameters.isMovie, requestParameters.isNews, requestParameters.isKids, requestParameters.isSports, requestParameters.enableImages, requestParameters.imageTypeLimit, requestParameters.enableImageTypes, requestParameters.genreIds, requestParameters.fields, requestParameters.enableUserData, requestParameters.enableTotalRecordCount, options).then((request) => request(axios, basePath));
|
|
2598
2656
|
},
|
|
2599
2657
|
/**
|
|
2600
2658
|
*
|
|
2601
2659
|
* @summary Gets a live tv recording.
|
|
2602
|
-
* @param {
|
|
2603
|
-
* @param {string} [userId] Optional. Attach user data.
|
|
2660
|
+
* @param {LiveTvApiGetRecordingRequest} requestParameters Request parameters.
|
|
2604
2661
|
* @param {*} [options] Override http request option.
|
|
2605
2662
|
* @throws {RequiredError}
|
|
2606
2663
|
*/
|
|
2607
|
-
getRecording(
|
|
2608
|
-
return localVarFp.getRecording(recordingId, userId, options).then((request) => request(axios, basePath));
|
|
2664
|
+
getRecording(requestParameters, options) {
|
|
2665
|
+
return localVarFp.getRecording(requestParameters.recordingId, requestParameters.userId, options).then((request) => request(axios, basePath));
|
|
2609
2666
|
},
|
|
2610
2667
|
/**
|
|
2611
2668
|
*
|
|
2612
2669
|
* @summary Gets recording folders.
|
|
2613
|
-
* @param {
|
|
2670
|
+
* @param {LiveTvApiGetRecordingFoldersRequest} requestParameters Request parameters.
|
|
2614
2671
|
* @param {*} [options] Override http request option.
|
|
2615
2672
|
* @throws {RequiredError}
|
|
2616
2673
|
*/
|
|
2617
|
-
getRecordingFolders(
|
|
2618
|
-
return localVarFp.getRecordingFolders(userId, options).then((request) => request(axios, basePath));
|
|
2674
|
+
getRecordingFolders(requestParameters = {}, options) {
|
|
2675
|
+
return localVarFp.getRecordingFolders(requestParameters.userId, options).then((request) => request(axios, basePath));
|
|
2619
2676
|
},
|
|
2620
2677
|
/**
|
|
2621
2678
|
*
|
|
2622
2679
|
* @summary Get recording group.
|
|
2623
|
-
* @param {
|
|
2680
|
+
* @param {LiveTvApiGetRecordingGroupRequest} requestParameters Request parameters.
|
|
2624
2681
|
* @param {*} [options] Override http request option.
|
|
2625
2682
|
* @deprecated
|
|
2626
2683
|
* @throws {RequiredError}
|
|
2627
2684
|
*/
|
|
2628
|
-
getRecordingGroup(
|
|
2629
|
-
return localVarFp.getRecordingGroup(groupId, options).then((request) => request(axios, basePath));
|
|
2685
|
+
getRecordingGroup(requestParameters, options) {
|
|
2686
|
+
return localVarFp.getRecordingGroup(requestParameters.groupId, options).then((request) => request(axios, basePath));
|
|
2630
2687
|
},
|
|
2631
2688
|
/**
|
|
2632
2689
|
*
|
|
2633
2690
|
* @summary Gets live tv recording groups.
|
|
2634
|
-
* @param {
|
|
2691
|
+
* @param {LiveTvApiGetRecordingGroupsRequest} requestParameters Request parameters.
|
|
2635
2692
|
* @param {*} [options] Override http request option.
|
|
2636
2693
|
* @deprecated
|
|
2637
2694
|
* @throws {RequiredError}
|
|
2638
2695
|
*/
|
|
2639
|
-
getRecordingGroups(
|
|
2640
|
-
return localVarFp.getRecordingGroups(userId, options).then((request) => request(axios, basePath));
|
|
2696
|
+
getRecordingGroups(requestParameters = {}, options) {
|
|
2697
|
+
return localVarFp.getRecordingGroups(requestParameters.userId, options).then((request) => request(axios, basePath));
|
|
2641
2698
|
},
|
|
2642
2699
|
/**
|
|
2643
2700
|
*
|
|
2644
2701
|
* @summary Gets live tv recordings.
|
|
2645
|
-
* @param {
|
|
2646
|
-
* @param {string} [userId] Optional. Filter by user and attach user data.
|
|
2647
|
-
* @param {number} [startIndex] Optional. The record index to start at. All items with a lower index will be dropped from the results.
|
|
2648
|
-
* @param {number} [limit] Optional. The maximum number of records to return.
|
|
2649
|
-
* @param {RecordingStatus} [status] Optional. Filter by recording status.
|
|
2650
|
-
* @param {boolean} [isInProgress] Optional. Filter by recordings that are in progress, or not.
|
|
2651
|
-
* @param {string} [seriesTimerId] Optional. Filter by recordings belonging to a series timer.
|
|
2652
|
-
* @param {boolean} [enableImages] Optional. Include image information in output.
|
|
2653
|
-
* @param {number} [imageTypeLimit] Optional. The max number of images to return, per image type.
|
|
2654
|
-
* @param {Array<ImageType>} [enableImageTypes] Optional. The image types to include in the output.
|
|
2655
|
-
* @param {Array<ItemFields>} [fields] Optional. Specify additional fields of information to return in the output.
|
|
2656
|
-
* @param {boolean} [enableUserData] Optional. Include user data.
|
|
2657
|
-
* @param {boolean} [isMovie] Optional. Filter for movies.
|
|
2658
|
-
* @param {boolean} [isSeries] Optional. Filter for series.
|
|
2659
|
-
* @param {boolean} [isKids] Optional. Filter for kids.
|
|
2660
|
-
* @param {boolean} [isSports] Optional. Filter for sports.
|
|
2661
|
-
* @param {boolean} [isNews] Optional. Filter for news.
|
|
2662
|
-
* @param {boolean} [isLibraryItem] Optional. Filter for is library item.
|
|
2663
|
-
* @param {boolean} [enableTotalRecordCount] Optional. Return total record count.
|
|
2702
|
+
* @param {LiveTvApiGetRecordingsRequest} requestParameters Request parameters.
|
|
2664
2703
|
* @param {*} [options] Override http request option.
|
|
2665
2704
|
* @throws {RequiredError}
|
|
2666
2705
|
*/
|
|
2667
|
-
getRecordings(
|
|
2668
|
-
return localVarFp.getRecordings(channelId, userId, startIndex, limit, status, isInProgress, seriesTimerId, enableImages, imageTypeLimit, enableImageTypes, fields, enableUserData, isMovie, isSeries, isKids, isSports, isNews, isLibraryItem, enableTotalRecordCount, options).then((request) => request(axios, basePath));
|
|
2706
|
+
getRecordings(requestParameters = {}, options) {
|
|
2707
|
+
return localVarFp.getRecordings(requestParameters.channelId, requestParameters.userId, requestParameters.startIndex, requestParameters.limit, requestParameters.status, requestParameters.isInProgress, requestParameters.seriesTimerId, requestParameters.enableImages, requestParameters.imageTypeLimit, requestParameters.enableImageTypes, requestParameters.fields, requestParameters.enableUserData, requestParameters.isMovie, requestParameters.isSeries, requestParameters.isKids, requestParameters.isSports, requestParameters.isNews, requestParameters.isLibraryItem, requestParameters.enableTotalRecordCount, options).then((request) => request(axios, basePath));
|
|
2669
2708
|
},
|
|
2670
2709
|
/**
|
|
2671
2710
|
*
|
|
2672
2711
|
* @summary Gets live tv recording series.
|
|
2673
|
-
* @param {
|
|
2674
|
-
* @param {string} [userId] Optional. Filter by user and attach user data.
|
|
2675
|
-
* @param {string} [groupId] Optional. Filter by recording group.
|
|
2676
|
-
* @param {number} [startIndex] Optional. The record index to start at. All items with a lower index will be dropped from the results.
|
|
2677
|
-
* @param {number} [limit] Optional. The maximum number of records to return.
|
|
2678
|
-
* @param {RecordingStatus} [status] Optional. Filter by recording status.
|
|
2679
|
-
* @param {boolean} [isInProgress] Optional. Filter by recordings that are in progress, or not.
|
|
2680
|
-
* @param {string} [seriesTimerId] Optional. Filter by recordings belonging to a series timer.
|
|
2681
|
-
* @param {boolean} [enableImages] Optional. Include image information in output.
|
|
2682
|
-
* @param {number} [imageTypeLimit] Optional. The max number of images to return, per image type.
|
|
2683
|
-
* @param {Array<ImageType>} [enableImageTypes] Optional. The image types to include in the output.
|
|
2684
|
-
* @param {Array<ItemFields>} [fields] Optional. Specify additional fields of information to return in the output.
|
|
2685
|
-
* @param {boolean} [enableUserData] Optional. Include user data.
|
|
2686
|
-
* @param {boolean} [enableTotalRecordCount] Optional. Return total record count.
|
|
2712
|
+
* @param {LiveTvApiGetRecordingsSeriesRequest} requestParameters Request parameters.
|
|
2687
2713
|
* @param {*} [options] Override http request option.
|
|
2688
2714
|
* @deprecated
|
|
2689
2715
|
* @throws {RequiredError}
|
|
2690
2716
|
*/
|
|
2691
|
-
getRecordingsSeries(
|
|
2692
|
-
return localVarFp.getRecordingsSeries(channelId, userId, groupId, startIndex, limit, status, isInProgress, seriesTimerId, enableImages, imageTypeLimit, enableImageTypes, fields, enableUserData, enableTotalRecordCount, options).then((request) => request(axios, basePath));
|
|
2717
|
+
getRecordingsSeries(requestParameters = {}, options) {
|
|
2718
|
+
return localVarFp.getRecordingsSeries(requestParameters.channelId, requestParameters.userId, requestParameters.groupId, requestParameters.startIndex, requestParameters.limit, requestParameters.status, requestParameters.isInProgress, requestParameters.seriesTimerId, requestParameters.enableImages, requestParameters.imageTypeLimit, requestParameters.enableImageTypes, requestParameters.fields, requestParameters.enableUserData, requestParameters.enableTotalRecordCount, options).then((request) => request(axios, basePath));
|
|
2693
2719
|
},
|
|
2694
2720
|
/**
|
|
2695
2721
|
*
|
|
@@ -2703,46 +2729,42 @@ const LiveTvApiFactory = function (configuration, basePath, axios) {
|
|
|
2703
2729
|
/**
|
|
2704
2730
|
*
|
|
2705
2731
|
* @summary Gets a live tv series timer.
|
|
2706
|
-
* @param {
|
|
2732
|
+
* @param {LiveTvApiGetSeriesTimerRequest} requestParameters Request parameters.
|
|
2707
2733
|
* @param {*} [options] Override http request option.
|
|
2708
2734
|
* @throws {RequiredError}
|
|
2709
2735
|
*/
|
|
2710
|
-
getSeriesTimer(
|
|
2711
|
-
return localVarFp.getSeriesTimer(timerId, options).then((request) => request(axios, basePath));
|
|
2736
|
+
getSeriesTimer(requestParameters, options) {
|
|
2737
|
+
return localVarFp.getSeriesTimer(requestParameters.timerId, options).then((request) => request(axios, basePath));
|
|
2712
2738
|
},
|
|
2713
2739
|
/**
|
|
2714
2740
|
*
|
|
2715
2741
|
* @summary Gets live tv series timers.
|
|
2716
|
-
* @param {
|
|
2717
|
-
* @param {SortOrder} [sortOrder] Optional. Sort in Ascending or Descending order.
|
|
2742
|
+
* @param {LiveTvApiGetSeriesTimersRequest} requestParameters Request parameters.
|
|
2718
2743
|
* @param {*} [options] Override http request option.
|
|
2719
2744
|
* @throws {RequiredError}
|
|
2720
2745
|
*/
|
|
2721
|
-
getSeriesTimers(
|
|
2722
|
-
return localVarFp.getSeriesTimers(sortBy, sortOrder, options).then((request) => request(axios, basePath));
|
|
2746
|
+
getSeriesTimers(requestParameters = {}, options) {
|
|
2747
|
+
return localVarFp.getSeriesTimers(requestParameters.sortBy, requestParameters.sortOrder, options).then((request) => request(axios, basePath));
|
|
2723
2748
|
},
|
|
2724
2749
|
/**
|
|
2725
2750
|
*
|
|
2726
2751
|
* @summary Gets a timer.
|
|
2727
|
-
* @param {
|
|
2752
|
+
* @param {LiveTvApiGetTimerRequest} requestParameters Request parameters.
|
|
2728
2753
|
* @param {*} [options] Override http request option.
|
|
2729
2754
|
* @throws {RequiredError}
|
|
2730
2755
|
*/
|
|
2731
|
-
getTimer(
|
|
2732
|
-
return localVarFp.getTimer(timerId, options).then((request) => request(axios, basePath));
|
|
2756
|
+
getTimer(requestParameters, options) {
|
|
2757
|
+
return localVarFp.getTimer(requestParameters.timerId, options).then((request) => request(axios, basePath));
|
|
2733
2758
|
},
|
|
2734
2759
|
/**
|
|
2735
2760
|
*
|
|
2736
2761
|
* @summary Gets the live tv timers.
|
|
2737
|
-
* @param {
|
|
2738
|
-
* @param {string} [seriesTimerId] Optional. Filter by timers belonging to a series timer.
|
|
2739
|
-
* @param {boolean} [isActive] Optional. Filter by timers that are active.
|
|
2740
|
-
* @param {boolean} [isScheduled] Optional. Filter by timers that are scheduled.
|
|
2762
|
+
* @param {LiveTvApiGetTimersRequest} requestParameters Request parameters.
|
|
2741
2763
|
* @param {*} [options] Override http request option.
|
|
2742
2764
|
* @throws {RequiredError}
|
|
2743
2765
|
*/
|
|
2744
|
-
getTimers(
|
|
2745
|
-
return localVarFp.getTimers(channelId, seriesTimerId, isActive, isScheduled, options).then((request) => request(axios, basePath));
|
|
2766
|
+
getTimers(requestParameters = {}, options) {
|
|
2767
|
+
return localVarFp.getTimers(requestParameters.channelId, requestParameters.seriesTimerId, requestParameters.isActive, requestParameters.isScheduled, options).then((request) => request(axios, basePath));
|
|
2746
2768
|
},
|
|
2747
2769
|
/**
|
|
2748
2770
|
*
|
|
@@ -2756,44 +2778,42 @@ const LiveTvApiFactory = function (configuration, basePath, axios) {
|
|
|
2756
2778
|
/**
|
|
2757
2779
|
*
|
|
2758
2780
|
* @summary Resets a tv tuner.
|
|
2759
|
-
* @param {
|
|
2781
|
+
* @param {LiveTvApiResetTunerRequest} requestParameters Request parameters.
|
|
2760
2782
|
* @param {*} [options] Override http request option.
|
|
2761
2783
|
* @throws {RequiredError}
|
|
2762
2784
|
*/
|
|
2763
|
-
resetTuner(
|
|
2764
|
-
return localVarFp.resetTuner(tunerId, options).then((request) => request(axios, basePath));
|
|
2785
|
+
resetTuner(requestParameters, options) {
|
|
2786
|
+
return localVarFp.resetTuner(requestParameters.tunerId, options).then((request) => request(axios, basePath));
|
|
2765
2787
|
},
|
|
2766
2788
|
/**
|
|
2767
2789
|
*
|
|
2768
2790
|
* @summary Set channel mappings.
|
|
2769
|
-
* @param {
|
|
2791
|
+
* @param {LiveTvApiSetChannelMappingRequest} requestParameters Request parameters.
|
|
2770
2792
|
* @param {*} [options] Override http request option.
|
|
2771
2793
|
* @throws {RequiredError}
|
|
2772
2794
|
*/
|
|
2773
|
-
setChannelMapping(
|
|
2774
|
-
return localVarFp.setChannelMapping(setChannelMappingDto, options).then((request) => request(axios, basePath));
|
|
2795
|
+
setChannelMapping(requestParameters, options) {
|
|
2796
|
+
return localVarFp.setChannelMapping(requestParameters.setChannelMappingDto, options).then((request) => request(axios, basePath));
|
|
2775
2797
|
},
|
|
2776
2798
|
/**
|
|
2777
2799
|
*
|
|
2778
2800
|
* @summary Updates a live tv series timer.
|
|
2779
|
-
* @param {
|
|
2780
|
-
* @param {SeriesTimerInfoDto} [seriesTimerInfoDto] New series timer info.
|
|
2801
|
+
* @param {LiveTvApiUpdateSeriesTimerRequest} requestParameters Request parameters.
|
|
2781
2802
|
* @param {*} [options] Override http request option.
|
|
2782
2803
|
* @throws {RequiredError}
|
|
2783
2804
|
*/
|
|
2784
|
-
updateSeriesTimer(
|
|
2785
|
-
return localVarFp.updateSeriesTimer(timerId, seriesTimerInfoDto, options).then((request) => request(axios, basePath));
|
|
2805
|
+
updateSeriesTimer(requestParameters, options) {
|
|
2806
|
+
return localVarFp.updateSeriesTimer(requestParameters.timerId, requestParameters.seriesTimerInfoDto, options).then((request) => request(axios, basePath));
|
|
2786
2807
|
},
|
|
2787
2808
|
/**
|
|
2788
2809
|
*
|
|
2789
2810
|
* @summary Updates a live tv timer.
|
|
2790
|
-
* @param {
|
|
2791
|
-
* @param {TimerInfoDto} [timerInfoDto] New timer info.
|
|
2811
|
+
* @param {LiveTvApiUpdateTimerRequest} requestParameters Request parameters.
|
|
2792
2812
|
* @param {*} [options] Override http request option.
|
|
2793
2813
|
* @throws {RequiredError}
|
|
2794
2814
|
*/
|
|
2795
|
-
updateTimer(
|
|
2796
|
-
return localVarFp.updateTimer(timerId, timerInfoDto, options).then((request) => request(axios, basePath));
|
|
2815
|
+
updateTimer(requestParameters, options) {
|
|
2816
|
+
return localVarFp.updateTimer(requestParameters.timerId, requestParameters.timerInfoDto, options).then((request) => request(axios, basePath));
|
|
2797
2817
|
},
|
|
2798
2818
|
};
|
|
2799
2819
|
};
|
|
@@ -2970,7 +2990,7 @@ class LiveTvApi extends BaseAPI {
|
|
|
2970
2990
|
}
|
|
2971
2991
|
/**
|
|
2972
2992
|
*
|
|
2973
|
-
* @summary Get
|
|
2993
|
+
* @summary Get guide info.
|
|
2974
2994
|
* @param {*} [options] Override http request option.
|
|
2975
2995
|
* @throws {RequiredError}
|
|
2976
2996
|
* @memberof LiveTvApi
|
|
@@ -3074,7 +3094,7 @@ class LiveTvApi extends BaseAPI {
|
|
|
3074
3094
|
* @memberof LiveTvApi
|
|
3075
3095
|
*/
|
|
3076
3096
|
getRecommendedPrograms(requestParameters = {}, options) {
|
|
3077
|
-
return LiveTvApiFp(this.configuration).getRecommendedPrograms(requestParameters.userId, requestParameters.limit, requestParameters.isAiring, requestParameters.hasAired, requestParameters.isSeries, requestParameters.isMovie, requestParameters.isNews, requestParameters.isKids, requestParameters.isSports, requestParameters.enableImages, requestParameters.imageTypeLimit, requestParameters.enableImageTypes, requestParameters.genreIds, requestParameters.fields, requestParameters.enableUserData, requestParameters.enableTotalRecordCount, options).then((request) => request(this.axios, this.basePath));
|
|
3097
|
+
return LiveTvApiFp(this.configuration).getRecommendedPrograms(requestParameters.userId, requestParameters.startIndex, requestParameters.limit, requestParameters.isAiring, requestParameters.hasAired, requestParameters.isSeries, requestParameters.isMovie, requestParameters.isNews, requestParameters.isKids, requestParameters.isSports, requestParameters.enableImages, requestParameters.imageTypeLimit, requestParameters.enableImageTypes, requestParameters.genreIds, requestParameters.fields, requestParameters.enableUserData, requestParameters.enableTotalRecordCount, options).then((request) => request(this.axios, this.basePath));
|
|
3078
3098
|
}
|
|
3079
3099
|
/**
|
|
3080
3100
|
*
|