@jellyfin/sdk 0.7.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/.gitattributes +5 -0
- package/LICENSE +373 -0
- package/README.md +141 -0
- package/lib/api.d.ts +42 -0
- package/lib/api.js +99 -0
- package/lib/discovery/discovery-service.d.ts +41 -0
- package/lib/discovery/discovery-service.js +112 -0
- package/lib/discovery/index.d.ts +7 -0
- package/lib/discovery/index.js +23 -0
- package/lib/discovery/recommended-server-discovery.d.ts +23 -0
- package/lib/discovery/recommended-server-discovery.js +153 -0
- package/lib/generated-client/api/activity-log-api.d.ts +113 -0
- package/lib/generated-client/api/activity-log-api.js +234 -0
- package/lib/generated-client/api/api-key-api.d.ts +161 -0
- package/lib/generated-client/api/api-key-api.js +374 -0
- package/lib/generated-client/api/artists-api.d.ts +751 -0
- package/lib/generated-client/api/artists-api.js +759 -0
- package/lib/generated-client/api/audio-api.d.ts +1985 -0
- package/lib/generated-client/api/audio-api.js +1582 -0
- package/lib/generated-client/api/branding-api.d.ts +127 -0
- package/lib/generated-client/api/branding-api.js +334 -0
- package/lib/generated-client/api/channels-api.d.ts +419 -0
- package/lib/generated-client/api/channels-api.js +648 -0
- package/lib/generated-client/api/client-log-api.d.ts +86 -0
- package/lib/generated-client/api/client-log-api.js +213 -0
- package/lib/generated-client/api/collection-api.d.ts +223 -0
- package/lib/generated-client/api/collection-api.js +414 -0
- package/lib/generated-client/api/configuration-api.d.ts +293 -0
- package/lib/generated-client/api/configuration-api.js +623 -0
- package/lib/generated-client/api/dashboard-api.d.ts +132 -0
- package/lib/generated-client/api/dashboard-api.js +290 -0
- package/lib/generated-client/api/devices-api.d.ts +291 -0
- package/lib/generated-client/api/devices-api.js +567 -0
- package/lib/generated-client/api/display-preferences-api.d.ts +177 -0
- package/lib/generated-client/api/display-preferences-api.js +335 -0
- package/lib/generated-client/api/dlna-api.d.ts +292 -0
- package/lib/generated-client/api/dlna-api.js +619 -0
- package/lib/generated-client/api/dlna-server-api.d.ts +784 -0
- package/lib/generated-client/api/dlna-server-api.js +1464 -0
- package/lib/generated-client/api/dynamic-hls-api.d.ts +4604 -0
- package/lib/generated-client/api/dynamic-hls-api.js +3611 -0
- package/lib/generated-client/api/environment-api.d.ts +289 -0
- package/lib/generated-client/api/environment-api.js +628 -0
- package/lib/generated-client/api/filter-api.d.ts +242 -0
- package/lib/generated-client/api/filter-api.js +370 -0
- package/lib/generated-client/api/genres-api.d.ts +299 -0
- package/lib/generated-client/api/genres-api.js +405 -0
- package/lib/generated-client/api/hls-segment-api.d.ts +332 -0
- package/lib/generated-client/api/hls-segment-api.js +567 -0
- package/lib/generated-client/api/image-api.d.ts +6744 -0
- package/lib/generated-client/api/image-api.js +6515 -0
- package/lib/generated-client/api/image-by-name-api.d.ts +292 -0
- package/lib/generated-client/api/image-by-name-api.js +601 -0
- package/lib/generated-client/api/instant-mix-api.d.ts +918 -0
- package/lib/generated-client/api/instant-mix-api.js +1138 -0
- package/lib/generated-client/api/item-lookup-api.d.ts +574 -0
- package/lib/generated-client/api/item-lookup-api.js +1065 -0
- package/lib/generated-client/api/item-refresh-api.d.ts +122 -0
- package/lib/generated-client/api/item-refresh-api.js +237 -0
- package/lib/generated-client/api/item-update-api.d.ts +197 -0
- package/lib/generated-client/api/item-update-api.js +392 -0
- package/lib/generated-client/api/items-api.d.ts +1824 -0
- package/lib/generated-client/api/items-api.js +1488 -0
- package/lib/generated-client/api/library-api.d.ts +1482 -0
- package/lib/generated-client/api/library-api.js +2414 -0
- package/lib/generated-client/api/library-structure-api.d.ts +486 -0
- package/lib/generated-client/api/library-structure-api.js +852 -0
- package/lib/generated-client/api/live-tv-api.d.ts +2844 -0
- package/lib/generated-client/api/live-tv-api.js +4165 -0
- package/lib/generated-client/api/localization-api.d.ts +159 -0
- package/lib/generated-client/api/localization-api.js +434 -0
- package/lib/generated-client/api/media-info-api.d.ts +516 -0
- package/lib/generated-client/api/media-info-api.js +711 -0
- package/lib/generated-client/api/movies-api.d.ts +123 -0
- package/lib/generated-client/api/movies-api.js +238 -0
- package/lib/generated-client/api/music-genres-api.d.ts +303 -0
- package/lib/generated-client/api/music-genres-api.js +409 -0
- package/lib/generated-client/api/notifications-api.d.ts +332 -0
- package/lib/generated-client/api/notifications-api.js +698 -0
- package/lib/generated-client/api/package-api.d.ts +319 -0
- package/lib/generated-client/api/package-api.js +639 -0
- package/lib/generated-client/api/persons-api.d.ts +253 -0
- package/lib/generated-client/api/persons-api.js +375 -0
- package/lib/generated-client/api/playlists-api.d.ts +427 -0
- package/lib/generated-client/api/playlists-api.js +649 -0
- package/lib/generated-client/api/playstate-api.d.ts +720 -0
- package/lib/generated-client/api/playstate-api.js +1055 -0
- package/lib/generated-client/api/plugins-api.d.ts +477 -0
- package/lib/generated-client/api/plugins-api.js +898 -0
- package/lib/generated-client/api/quick-connect-api.d.ts +190 -0
- package/lib/generated-client/api/quick-connect-api.js +428 -0
- package/lib/generated-client/api/remote-image-api.d.ts +243 -0
- package/lib/generated-client/api/remote-image-api.js +423 -0
- package/lib/generated-client/api/scheduled-tasks-api.d.ts +289 -0
- package/lib/generated-client/api/scheduled-tasks-api.js +559 -0
- package/lib/generated-client/api/search-api.d.ts +240 -0
- package/lib/generated-client/api/search-api.js +317 -0
- package/lib/generated-client/api/session-api.d.ts +985 -0
- package/lib/generated-client/api/session-api.js +1622 -0
- package/lib/generated-client/api/startup-api.d.ts +296 -0
- package/lib/generated-client/api/startup-api.js +685 -0
- package/lib/generated-client/api/studios-api.d.ts +289 -0
- package/lib/generated-client/api/studios-api.js +399 -0
- package/lib/generated-client/api/subtitle-api.d.ts +764 -0
- package/lib/generated-client/api/subtitle-api.js +1126 -0
- package/lib/generated-client/api/suggestions-api.d.ts +132 -0
- package/lib/generated-client/api/suggestions-api.js +243 -0
- package/lib/generated-client/api/sync-play-api.d.ts +937 -0
- package/lib/generated-client/api/sync-play-api.js +1854 -0
- package/lib/generated-client/api/system-api.d.ts +355 -0
- package/lib/generated-client/api/system-api.js +879 -0
- package/lib/generated-client/api/time-sync-api.d.ts +69 -0
- package/lib/generated-client/api/time-sync-api.js +198 -0
- package/lib/generated-client/api/tmdb-api.d.ts +69 -0
- package/lib/generated-client/api/tmdb-api.js +206 -0
- package/lib/generated-client/api/trailers-api.d.ts +841 -0
- package/lib/generated-client/api/trailers-api.js +720 -0
- package/lib/generated-client/api/tv-shows-api.d.ts +622 -0
- package/lib/generated-client/api/tv-shows-api.js +730 -0
- package/lib/generated-client/api/universal-audio-api.d.ts +437 -0
- package/lib/generated-client/api/universal-audio-api.js +500 -0
- package/lib/generated-client/api/user-api.d.ts +826 -0
- package/lib/generated-client/api/user-api.js +1457 -0
- package/lib/generated-client/api/user-library-api.d.ts +676 -0
- package/lib/generated-client/api/user-library-api.js +1074 -0
- package/lib/generated-client/api/user-views-api.d.ts +160 -0
- package/lib/generated-client/api/user-views-api.js +314 -0
- package/lib/generated-client/api/video-attachments-api.d.ts +103 -0
- package/lib/generated-client/api/video-attachments-api.js +217 -0
- package/lib/generated-client/api/videos-api.d.ts +2205 -0
- package/lib/generated-client/api/videos-api.js +1887 -0
- package/lib/generated-client/api/years-api.d.ts +272 -0
- package/lib/generated-client/api/years-api.js +387 -0
- package/lib/generated-client/api.d.ts +71 -0
- package/lib/generated-client/api.js +89 -0
- package/lib/generated-client/base.d.ts +54 -0
- package/lib/generated-client/base.js +84 -0
- package/lib/generated-client/common.d.ts +64 -0
- package/lib/generated-client/common.js +242 -0
- package/lib/generated-client/configuration.d.ts +82 -0
- package/lib/generated-client/configuration.js +43 -0
- package/lib/generated-client/index.d.ts +13 -0
- package/lib/generated-client/index.js +31 -0
- package/lib/generated-client/models/access-schedule.d.ts +48 -0
- package/lib/generated-client/models/access-schedule.js +14 -0
- package/lib/generated-client/models/activity-log-entry-query-result.d.ts +36 -0
- package/lib/generated-client/models/activity-log-entry-query-result.js +14 -0
- package/lib/generated-client/models/activity-log-entry.d.ts +79 -0
- package/lib/generated-client/models/activity-log-entry.js +14 -0
- package/lib/generated-client/models/add-virtual-folder-dto.d.ts +24 -0
- package/lib/generated-client/models/add-virtual-folder-dto.js +14 -0
- package/lib/generated-client/models/admin-notification-dto.d.ts +42 -0
- package/lib/generated-client/models/admin-notification-dto.js +14 -0
- package/lib/generated-client/models/album-info-remote-search-query.d.ts +42 -0
- package/lib/generated-client/models/album-info-remote-search-query.js +14 -0
- package/lib/generated-client/models/album-info.d.ts +106 -0
- package/lib/generated-client/models/album-info.js +14 -0
- package/lib/generated-client/models/all-theme-media-result.d.ts +36 -0
- package/lib/generated-client/models/all-theme-media-result.js +14 -0
- package/lib/generated-client/models/architecture.d.ts +23 -0
- package/lib/generated-client/models/architecture.js +29 -0
- package/lib/generated-client/models/artist-info-remote-search-query.d.ts +42 -0
- package/lib/generated-client/models/artist-info-remote-search-query.js +14 -0
- package/lib/generated-client/models/artist-info.d.ts +92 -0
- package/lib/generated-client/models/artist-info.js +14 -0
- package/lib/generated-client/models/authenticate-user-by-name.d.ts +36 -0
- package/lib/generated-client/models/authenticate-user-by-name.js +14 -0
- package/lib/generated-client/models/authentication-info-query-result.d.ts +36 -0
- package/lib/generated-client/models/authentication-info-query-result.js +14 -0
- package/lib/generated-client/models/authentication-info.d.ts +89 -0
- package/lib/generated-client/models/authentication-info.js +14 -0
- package/lib/generated-client/models/authentication-result.d.ts +43 -0
- package/lib/generated-client/models/authentication-result.js +14 -0
- package/lib/generated-client/models/base-item-dto-image-blur-hashes.d.ts +121 -0
- package/lib/generated-client/models/base-item-dto-image-blur-hashes.js +14 -0
- package/lib/generated-client/models/base-item-dto-query-result.d.ts +36 -0
- package/lib/generated-client/models/base-item-dto-query-result.js +14 -0
- package/lib/generated-client/models/base-item-dto.d.ts +947 -0
- package/lib/generated-client/models/base-item-dto.js +14 -0
- package/lib/generated-client/models/base-item-kind.d.ts +54 -0
- package/lib/generated-client/models/base-item-kind.js +60 -0
- package/lib/generated-client/models/base-item-person-image-blur-hashes.d.ts +121 -0
- package/lib/generated-client/models/base-item-person-image-blur-hashes.js +14 -0
- package/lib/generated-client/models/base-item-person.d.ts +54 -0
- package/lib/generated-client/models/base-item-person.js +14 -0
- package/lib/generated-client/models/base-item.d.ts +84 -0
- package/lib/generated-client/models/base-item.js +14 -0
- package/lib/generated-client/models/book-info-remote-search-query.d.ts +42 -0
- package/lib/generated-client/models/book-info-remote-search-query.js +14 -0
- package/lib/generated-client/models/book-info.d.ts +91 -0
- package/lib/generated-client/models/book-info.js +14 -0
- package/lib/generated-client/models/box-set-info-remote-search-query.d.ts +42 -0
- package/lib/generated-client/models/box-set-info-remote-search-query.js +14 -0
- package/lib/generated-client/models/box-set-info.d.ts +85 -0
- package/lib/generated-client/models/box-set-info.js +14 -0
- package/lib/generated-client/models/branding-options.d.ts +35 -0
- package/lib/generated-client/models/branding-options.js +14 -0
- package/lib/generated-client/models/buffer-request-dto.d.ts +41 -0
- package/lib/generated-client/models/buffer-request-dto.js +14 -0
- package/lib/generated-client/models/channel-features.d.ts +92 -0
- package/lib/generated-client/models/channel-features.js +14 -0
- package/lib/generated-client/models/channel-item-sort-field.d.ts +24 -0
- package/lib/generated-client/models/channel-item-sort-field.js +30 -0
- package/lib/generated-client/models/channel-mapping-options-dto.d.ts +44 -0
- package/lib/generated-client/models/channel-mapping-options-dto.js +14 -0
- package/lib/generated-client/models/channel-media-content-type.d.ts +25 -0
- package/lib/generated-client/models/channel-media-content-type.js +31 -0
- package/lib/generated-client/models/channel-media-type.d.ts +20 -0
- package/lib/generated-client/models/channel-media-type.js +26 -0
- package/lib/generated-client/models/channel-type.d.ts +19 -0
- package/lib/generated-client/models/channel-type.js +25 -0
- package/lib/generated-client/models/chapter-info.d.ts +47 -0
- package/lib/generated-client/models/chapter-info.js +14 -0
- package/lib/generated-client/models/client-capabilities-dto.d.ts +79 -0
- package/lib/generated-client/models/client-capabilities-dto.js +14 -0
- package/lib/generated-client/models/client-capabilities.d.ts +79 -0
- package/lib/generated-client/models/client-capabilities.js +14 -0
- package/lib/generated-client/models/client-log-document-response-dto.d.ts +23 -0
- package/lib/generated-client/models/client-log-document-response-dto.js +14 -0
- package/lib/generated-client/models/codec-profile.d.ts +49 -0
- package/lib/generated-client/models/codec-profile.js +14 -0
- package/lib/generated-client/models/codec-type.d.ts +20 -0
- package/lib/generated-client/models/codec-type.js +26 -0
- package/lib/generated-client/models/collection-creation-result.d.ts +23 -0
- package/lib/generated-client/models/collection-creation-result.js +14 -0
- package/lib/generated-client/models/collection-type-options.d.ts +25 -0
- package/lib/generated-client/models/collection-type-options.js +31 -0
- package/lib/generated-client/models/config-image-types.d.ts +59 -0
- package/lib/generated-client/models/config-image-types.js +14 -0
- package/lib/generated-client/models/configuration-page-info.d.ts +53 -0
- package/lib/generated-client/models/configuration-page-info.js +14 -0
- package/lib/generated-client/models/container-profile.d.ts +37 -0
- package/lib/generated-client/models/container-profile.js +14 -0
- package/lib/generated-client/models/control-response.d.ts +37 -0
- package/lib/generated-client/models/control-response.js +14 -0
- package/lib/generated-client/models/country-info.d.ts +41 -0
- package/lib/generated-client/models/country-info.js +14 -0
- package/lib/generated-client/models/create-playlist-dto.d.ts +41 -0
- package/lib/generated-client/models/create-playlist-dto.js +14 -0
- package/lib/generated-client/models/create-user-by-name.d.ts +29 -0
- package/lib/generated-client/models/create-user-by-name.js +14 -0
- package/lib/generated-client/models/culture-dto.d.ts +47 -0
- package/lib/generated-client/models/culture-dto.js +14 -0
- package/lib/generated-client/models/day-of-week.d.ts +24 -0
- package/lib/generated-client/models/day-of-week.js +30 -0
- package/lib/generated-client/models/day-pattern.d.ts +20 -0
- package/lib/generated-client/models/day-pattern.js +26 -0
- package/lib/generated-client/models/default-directory-browser-info-dto.d.ts +23 -0
- package/lib/generated-client/models/default-directory-browser-info-dto.js +14 -0
- package/lib/generated-client/models/device-identification.d.ts +72 -0
- package/lib/generated-client/models/device-identification.js +14 -0
- package/lib/generated-client/models/device-info-query-result.d.ts +36 -0
- package/lib/generated-client/models/device-info-query-result.js +14 -0
- package/lib/generated-client/models/device-info.d.ts +78 -0
- package/lib/generated-client/models/device-info.js +14 -0
- package/lib/generated-client/models/device-options-dto.d.ts +35 -0
- package/lib/generated-client/models/device-options-dto.js +14 -0
- package/lib/generated-client/models/device-options.d.ts +35 -0
- package/lib/generated-client/models/device-options.js +14 -0
- package/lib/generated-client/models/device-profile-info.d.ts +36 -0
- package/lib/generated-client/models/device-profile-info.js +14 -0
- package/lib/generated-client/models/device-profile-type.d.ts +19 -0
- package/lib/generated-client/models/device-profile-type.js +25 -0
- package/lib/generated-client/models/device-profile.d.ts +259 -0
- package/lib/generated-client/models/device-profile.js +14 -0
- package/lib/generated-client/models/direct-play-profile.d.ts +42 -0
- package/lib/generated-client/models/direct-play-profile.js +14 -0
- package/lib/generated-client/models/display-preferences-dto.d.ts +105 -0
- package/lib/generated-client/models/display-preferences-dto.js +14 -0
- package/lib/generated-client/models/dlna-options.d.ts +83 -0
- package/lib/generated-client/models/dlna-options.js +14 -0
- package/lib/generated-client/models/dlna-profile-type.d.ts +21 -0
- package/lib/generated-client/models/dlna-profile-type.js +27 -0
- package/lib/generated-client/models/dynamic-day-of-week.d.ts +27 -0
- package/lib/generated-client/models/dynamic-day-of-week.js +33 -0
- package/lib/generated-client/models/embedded-subtitle-options.d.ts +21 -0
- package/lib/generated-client/models/embedded-subtitle-options.js +27 -0
- package/lib/generated-client/models/encoding-context.d.ts +19 -0
- package/lib/generated-client/models/encoding-context.js +25 -0
- package/lib/generated-client/models/encoding-options.d.ts +245 -0
- package/lib/generated-client/models/encoding-options.js +14 -0
- package/lib/generated-client/models/end-point-info.d.ts +29 -0
- package/lib/generated-client/models/end-point-info.js +14 -0
- package/lib/generated-client/models/external-id-info.d.ts +42 -0
- package/lib/generated-client/models/external-id-info.js +14 -0
- package/lib/generated-client/models/external-id-media-type.d.ts +29 -0
- package/lib/generated-client/models/external-id-media-type.js +35 -0
- package/lib/generated-client/models/external-url.d.ts +29 -0
- package/lib/generated-client/models/external-url.js +14 -0
- package/lib/generated-client/models/ffmpeg-location.d.ts +21 -0
- package/lib/generated-client/models/ffmpeg-location.js +27 -0
- package/lib/generated-client/models/file-system-entry-info.d.ts +36 -0
- package/lib/generated-client/models/file-system-entry-info.js +14 -0
- package/lib/generated-client/models/file-system-entry-type.d.ts +21 -0
- package/lib/generated-client/models/file-system-entry-type.js +27 -0
- package/lib/generated-client/models/font-file.d.ts +41 -0
- package/lib/generated-client/models/font-file.js +14 -0
- package/lib/generated-client/models/forgot-password-action.d.ts +20 -0
- package/lib/generated-client/models/forgot-password-action.js +26 -0
- package/lib/generated-client/models/forgot-password-dto.d.ts +23 -0
- package/lib/generated-client/models/forgot-password-dto.js +14 -0
- package/lib/generated-client/models/forgot-password-pin-dto.d.ts +23 -0
- package/lib/generated-client/models/forgot-password-pin-dto.js +14 -0
- package/lib/generated-client/models/forgot-password-result.d.ts +36 -0
- package/lib/generated-client/models/forgot-password-result.js +14 -0
- package/lib/generated-client/models/general-command-type.d.ts +59 -0
- package/lib/generated-client/models/general-command-type.js +65 -0
- package/lib/generated-client/models/general-command.d.ts +38 -0
- package/lib/generated-client/models/general-command.js +14 -0
- package/lib/generated-client/models/get-programs-dto.d.ts +182 -0
- package/lib/generated-client/models/get-programs-dto.js +14 -0
- package/lib/generated-client/models/group-info-dto.d.ts +48 -0
- package/lib/generated-client/models/group-info-dto.js +14 -0
- package/lib/generated-client/models/group-queue-mode.d.ts +19 -0
- package/lib/generated-client/models/group-queue-mode.js +25 -0
- package/lib/generated-client/models/group-repeat-mode.d.ts +20 -0
- package/lib/generated-client/models/group-repeat-mode.js +26 -0
- package/lib/generated-client/models/group-shuffle-mode.d.ts +19 -0
- package/lib/generated-client/models/group-shuffle-mode.js +25 -0
- package/lib/generated-client/models/group-state-type.d.ts +21 -0
- package/lib/generated-client/models/group-state-type.js +27 -0
- package/lib/generated-client/models/group-update-type.d.ts +28 -0
- package/lib/generated-client/models/group-update-type.js +34 -0
- package/lib/generated-client/models/guide-info.d.ts +29 -0
- package/lib/generated-client/models/guide-info.js +14 -0
- package/lib/generated-client/models/hardware-encoding-type.d.ts +23 -0
- package/lib/generated-client/models/hardware-encoding-type.js +29 -0
- package/lib/generated-client/models/header-match-type.d.ts +20 -0
- package/lib/generated-client/models/header-match-type.js +26 -0
- package/lib/generated-client/models/http-header-info.d.ts +36 -0
- package/lib/generated-client/models/http-header-info.js +14 -0
- package/lib/generated-client/models/ignore-wait-request-dto.d.ts +23 -0
- package/lib/generated-client/models/ignore-wait-request-dto.js +14 -0
- package/lib/generated-client/models/image-by-name-info.d.ts +47 -0
- package/lib/generated-client/models/image-by-name-info.js +14 -0
- package/lib/generated-client/models/image-format.d.ts +22 -0
- package/lib/generated-client/models/image-format.js +28 -0
- package/lib/generated-client/models/image-info.d.ts +66 -0
- package/lib/generated-client/models/image-info.js +14 -0
- package/lib/generated-client/models/image-option.d.ts +36 -0
- package/lib/generated-client/models/image-option.js +14 -0
- package/lib/generated-client/models/image-orientation.d.ts +25 -0
- package/lib/generated-client/models/image-orientation.js +31 -0
- package/lib/generated-client/models/image-provider-info.d.ts +30 -0
- package/lib/generated-client/models/image-provider-info.js +14 -0
- package/lib/generated-client/models/image-saving-convention.d.ts +19 -0
- package/lib/generated-client/models/image-saving-convention.js +25 -0
- package/lib/generated-client/models/image-type.d.ts +30 -0
- package/lib/generated-client/models/image-type.js +36 -0
- package/lib/generated-client/models/index.d.ts +284 -0
- package/lib/generated-client/models/index.js +300 -0
- package/lib/generated-client/models/installation-info.d.ts +60 -0
- package/lib/generated-client/models/installation-info.js +14 -0
- package/lib/generated-client/models/iplugin.d.ts +59 -0
- package/lib/generated-client/models/iplugin.js +14 -0
- package/lib/generated-client/models/iso-type.d.ts +19 -0
- package/lib/generated-client/models/iso-type.js +25 -0
- package/lib/generated-client/models/item-counts.d.ts +89 -0
- package/lib/generated-client/models/item-counts.js +14 -0
- package/lib/generated-client/models/item-fields.d.ts +78 -0
- package/lib/generated-client/models/item-fields.js +84 -0
- package/lib/generated-client/models/item-filter.d.ts +26 -0
- package/lib/generated-client/models/item-filter.js +32 -0
- package/lib/generated-client/models/join-group-request-dto.d.ts +23 -0
- package/lib/generated-client/models/join-group-request-dto.js +14 -0
- package/lib/generated-client/models/keep-until.d.ts +21 -0
- package/lib/generated-client/models/keep-until.js +27 -0
- package/lib/generated-client/models/library-option-info-dto.d.ts +29 -0
- package/lib/generated-client/models/library-option-info-dto.js +14 -0
- package/lib/generated-client/models/library-options-result-dto.d.ts +43 -0
- package/lib/generated-client/models/library-options-result-dto.js +14 -0
- package/lib/generated-client/models/library-options.d.ts +183 -0
- package/lib/generated-client/models/library-options.js +14 -0
- package/lib/generated-client/models/library-type-options-dto.d.ts +50 -0
- package/lib/generated-client/models/library-type-options-dto.js +14 -0
- package/lib/generated-client/models/library-update-info.d.ts +59 -0
- package/lib/generated-client/models/library-update-info.js +14 -0
- package/lib/generated-client/models/listings-provider-info.d.ts +126 -0
- package/lib/generated-client/models/listings-provider-info.js +14 -0
- package/lib/generated-client/models/live-stream-response.d.ts +24 -0
- package/lib/generated-client/models/live-stream-response.js +14 -0
- package/lib/generated-client/models/live-tv-info.d.ts +36 -0
- package/lib/generated-client/models/live-tv-info.js +14 -0
- package/lib/generated-client/models/live-tv-options.d.ts +97 -0
- package/lib/generated-client/models/live-tv-options.js +14 -0
- package/lib/generated-client/models/live-tv-service-info.d.ts +66 -0
- package/lib/generated-client/models/live-tv-service-info.js +14 -0
- package/lib/generated-client/models/live-tv-service-status.d.ts +19 -0
- package/lib/generated-client/models/live-tv-service-status.js +25 -0
- package/lib/generated-client/models/localization-option.d.ts +29 -0
- package/lib/generated-client/models/localization-option.js +14 -0
- package/lib/generated-client/models/location-type.d.ts +21 -0
- package/lib/generated-client/models/location-type.js +27 -0
- package/lib/generated-client/models/log-file.d.ts +41 -0
- package/lib/generated-client/models/log-file.js +14 -0
- package/lib/generated-client/models/log-level.d.ts +24 -0
- package/lib/generated-client/models/log-level.js +30 -0
- package/lib/generated-client/models/media-attachment.d.ts +59 -0
- package/lib/generated-client/models/media-attachment.js +14 -0
- package/lib/generated-client/models/media-encoder-path-dto.d.ts +29 -0
- package/lib/generated-client/models/media-encoder-path-dto.js +14 -0
- package/lib/generated-client/models/media-path-dto.d.ts +36 -0
- package/lib/generated-client/models/media-path-dto.js +14 -0
- package/lib/generated-client/models/media-path-info.d.ts +29 -0
- package/lib/generated-client/models/media-path-info.js +14 -0
- package/lib/generated-client/models/media-protocol.d.ts +24 -0
- package/lib/generated-client/models/media-protocol.js +30 -0
- package/lib/generated-client/models/media-source-info.d.ts +279 -0
- package/lib/generated-client/models/media-source-info.js +14 -0
- package/lib/generated-client/models/media-source-type.d.ts +20 -0
- package/lib/generated-client/models/media-source-type.js +26 -0
- package/lib/generated-client/models/media-stream-type.d.ts +21 -0
- package/lib/generated-client/models/media-stream-type.js +27 -0
- package/lib/generated-client/models/media-stream.d.ts +367 -0
- package/lib/generated-client/models/media-stream.js +14 -0
- package/lib/generated-client/models/media-update-info-dto.d.ts +24 -0
- package/lib/generated-client/models/media-update-info-dto.js +14 -0
- package/lib/generated-client/models/media-update-info-path-dto.d.ts +29 -0
- package/lib/generated-client/models/media-update-info-path-dto.js +14 -0
- package/lib/generated-client/models/media-url.d.ts +29 -0
- package/lib/generated-client/models/media-url.js +14 -0
- package/lib/generated-client/models/message-command.d.ts +35 -0
- package/lib/generated-client/models/message-command.js +14 -0
- package/lib/generated-client/models/metadata-configuration.d.ts +23 -0
- package/lib/generated-client/models/metadata-configuration.js +14 -0
- package/lib/generated-client/models/metadata-editor-info.d.ts +58 -0
- package/lib/generated-client/models/metadata-editor-info.js +14 -0
- package/lib/generated-client/models/metadata-field.d.ts +26 -0
- package/lib/generated-client/models/metadata-field.js +32 -0
- package/lib/generated-client/models/metadata-options.d.ts +59 -0
- package/lib/generated-client/models/metadata-options.js +14 -0
- package/lib/generated-client/models/metadata-refresh-mode.d.ts +21 -0
- package/lib/generated-client/models/metadata-refresh-mode.js +27 -0
- package/lib/generated-client/models/move-playlist-item-request-dto.d.ts +29 -0
- package/lib/generated-client/models/move-playlist-item-request-dto.js +14 -0
- package/lib/generated-client/models/movie-info-remote-search-query.d.ts +42 -0
- package/lib/generated-client/models/movie-info-remote-search-query.js +14 -0
- package/lib/generated-client/models/movie-info.d.ts +85 -0
- package/lib/generated-client/models/movie-info.js +14 -0
- package/lib/generated-client/models/music-video-info-remote-search-query.d.ts +42 -0
- package/lib/generated-client/models/music-video-info-remote-search-query.js +14 -0
- package/lib/generated-client/models/music-video-info.d.ts +91 -0
- package/lib/generated-client/models/music-video-info.js +14 -0
- package/lib/generated-client/models/name-guid-pair.d.ts +29 -0
- package/lib/generated-client/models/name-guid-pair.js +14 -0
- package/lib/generated-client/models/name-id-pair.d.ts +29 -0
- package/lib/generated-client/models/name-id-pair.js +14 -0
- package/lib/generated-client/models/name-value-pair.d.ts +29 -0
- package/lib/generated-client/models/name-value-pair.js +14 -0
- package/lib/generated-client/models/network-configuration.d.ts +221 -0
- package/lib/generated-client/models/network-configuration.js +14 -0
- package/lib/generated-client/models/new-group-request-dto.d.ts +23 -0
- package/lib/generated-client/models/new-group-request-dto.js +14 -0
- package/lib/generated-client/models/next-item-request-dto.d.ts +23 -0
- package/lib/generated-client/models/next-item-request-dto.js +14 -0
- package/lib/generated-client/models/notification-dto.d.ts +66 -0
- package/lib/generated-client/models/notification-dto.js +14 -0
- package/lib/generated-client/models/notification-level.d.ts +20 -0
- package/lib/generated-client/models/notification-level.js +26 -0
- package/lib/generated-client/models/notification-option.d.ts +54 -0
- package/lib/generated-client/models/notification-option.js +14 -0
- package/lib/generated-client/models/notification-options.d.ts +24 -0
- package/lib/generated-client/models/notification-options.js +14 -0
- package/lib/generated-client/models/notification-result-dto.d.ts +30 -0
- package/lib/generated-client/models/notification-result-dto.js +14 -0
- package/lib/generated-client/models/notification-type-info.d.ts +47 -0
- package/lib/generated-client/models/notification-type-info.js +14 -0
- package/lib/generated-client/models/notifications-summary-dto.d.ts +30 -0
- package/lib/generated-client/models/notifications-summary-dto.js +14 -0
- package/lib/generated-client/models/object-group-update.d.ts +36 -0
- package/lib/generated-client/models/object-group-update.js +14 -0
- package/lib/generated-client/models/open-live-stream-dto.d.ts +97 -0
- package/lib/generated-client/models/open-live-stream-dto.js +14 -0
- package/lib/generated-client/models/package-info.d.ts +66 -0
- package/lib/generated-client/models/package-info.js +14 -0
- package/lib/generated-client/models/parental-rating.d.ts +29 -0
- package/lib/generated-client/models/parental-rating.js +14 -0
- package/lib/generated-client/models/path-substitution.d.ts +29 -0
- package/lib/generated-client/models/path-substitution.js +14 -0
- package/lib/generated-client/models/person-lookup-info-remote-search-query.d.ts +42 -0
- package/lib/generated-client/models/person-lookup-info-remote-search-query.js +14 -0
- package/lib/generated-client/models/person-lookup-info.d.ts +85 -0
- package/lib/generated-client/models/person-lookup-info.js +14 -0
- package/lib/generated-client/models/pin-redeem-result.d.ts +29 -0
- package/lib/generated-client/models/pin-redeem-result.js +14 -0
- package/lib/generated-client/models/ping-request-dto.d.ts +23 -0
- package/lib/generated-client/models/ping-request-dto.js +14 -0
- package/lib/generated-client/models/play-access.d.ts +19 -0
- package/lib/generated-client/models/play-access.js +25 -0
- package/lib/generated-client/models/play-command.d.ts +22 -0
- package/lib/generated-client/models/play-command.js +28 -0
- package/lib/generated-client/models/play-method.d.ts +20 -0
- package/lib/generated-client/models/play-method.js +26 -0
- package/lib/generated-client/models/play-request-dto.d.ts +35 -0
- package/lib/generated-client/models/play-request-dto.js +14 -0
- package/lib/generated-client/models/play-request.d.ts +66 -0
- package/lib/generated-client/models/play-request.js +14 -0
- package/lib/generated-client/models/playback-error-code.d.ts +20 -0
- package/lib/generated-client/models/playback-error-code.js +26 -0
- package/lib/generated-client/models/playback-info-dto.d.ts +108 -0
- package/lib/generated-client/models/playback-info-dto.js +14 -0
- package/lib/generated-client/models/playback-info-response.d.ts +37 -0
- package/lib/generated-client/models/playback-info-response.js +14 -0
- package/lib/generated-client/models/playback-progress-info.d.ts +141 -0
- package/lib/generated-client/models/playback-progress-info.js +14 -0
- package/lib/generated-client/models/playback-start-info.d.ts +141 -0
- package/lib/generated-client/models/playback-start-info.js +14 -0
- package/lib/generated-client/models/playback-stop-info.d.ts +85 -0
- package/lib/generated-client/models/playback-stop-info.js +14 -0
- package/lib/generated-client/models/player-state-info.d.ts +85 -0
- package/lib/generated-client/models/player-state-info.js +14 -0
- package/lib/generated-client/models/playlist-creation-result.d.ts +23 -0
- package/lib/generated-client/models/playlist-creation-result.js +14 -0
- package/lib/generated-client/models/playstate-command.d.ts +26 -0
- package/lib/generated-client/models/playstate-command.js +32 -0
- package/lib/generated-client/models/playstate-request.d.ts +36 -0
- package/lib/generated-client/models/playstate-request.js +14 -0
- package/lib/generated-client/models/plugin-info.d.ts +66 -0
- package/lib/generated-client/models/plugin-info.js +14 -0
- package/lib/generated-client/models/plugin-status.d.ts +24 -0
- package/lib/generated-client/models/plugin-status.js +30 -0
- package/lib/generated-client/models/previous-item-request-dto.d.ts +23 -0
- package/lib/generated-client/models/previous-item-request-dto.js +14 -0
- package/lib/generated-client/models/problem-details.d.ts +48 -0
- package/lib/generated-client/models/problem-details.js +14 -0
- package/lib/generated-client/models/profile-condition-type.d.ts +22 -0
- package/lib/generated-client/models/profile-condition-type.js +28 -0
- package/lib/generated-client/models/profile-condition-value.d.ts +41 -0
- package/lib/generated-client/models/profile-condition-value.js +47 -0
- package/lib/generated-client/models/profile-condition.d.ts +43 -0
- package/lib/generated-client/models/profile-condition.js +14 -0
- package/lib/generated-client/models/program-audio.d.ts +23 -0
- package/lib/generated-client/models/program-audio.js +29 -0
- package/lib/generated-client/models/public-system-info.d.ts +59 -0
- package/lib/generated-client/models/public-system-info.js +14 -0
- package/lib/generated-client/models/query-filters-legacy.d.ts +41 -0
- package/lib/generated-client/models/query-filters-legacy.js +14 -0
- package/lib/generated-client/models/query-filters.d.ts +30 -0
- package/lib/generated-client/models/query-filters.js +14 -0
- package/lib/generated-client/models/queue-item.d.ts +29 -0
- package/lib/generated-client/models/queue-item.js +14 -0
- package/lib/generated-client/models/queue-request-dto.d.ts +30 -0
- package/lib/generated-client/models/queue-request-dto.js +14 -0
- package/lib/generated-client/models/quick-connect-dto.d.ts +23 -0
- package/lib/generated-client/models/quick-connect-dto.js +14 -0
- package/lib/generated-client/models/quick-connect-result.d.ts +65 -0
- package/lib/generated-client/models/quick-connect-result.js +14 -0
- package/lib/generated-client/models/rating-type.d.ts +19 -0
- package/lib/generated-client/models/rating-type.js +25 -0
- package/lib/generated-client/models/ready-request-dto.d.ts +41 -0
- package/lib/generated-client/models/ready-request-dto.js +14 -0
- package/lib/generated-client/models/recommendation-dto.d.ts +43 -0
- package/lib/generated-client/models/recommendation-dto.js +14 -0
- package/lib/generated-client/models/recommendation-type.d.ts +23 -0
- package/lib/generated-client/models/recommendation-type.js +29 -0
- package/lib/generated-client/models/recording-status.d.ts +24 -0
- package/lib/generated-client/models/recording-status.js +30 -0
- package/lib/generated-client/models/remote-image-info.d.ts +79 -0
- package/lib/generated-client/models/remote-image-info.js +14 -0
- package/lib/generated-client/models/remote-image-result.d.ts +36 -0
- package/lib/generated-client/models/remote-image-result.js +14 -0
- package/lib/generated-client/models/remote-search-result.d.ts +91 -0
- package/lib/generated-client/models/remote-search-result.js +14 -0
- package/lib/generated-client/models/remote-subtitle-info.d.ts +83 -0
- package/lib/generated-client/models/remote-subtitle-info.js +14 -0
- package/lib/generated-client/models/remove-from-playlist-request-dto.d.ts +35 -0
- package/lib/generated-client/models/remove-from-playlist-request-dto.js +14 -0
- package/lib/generated-client/models/repeat-mode.d.ts +20 -0
- package/lib/generated-client/models/repeat-mode.js +26 -0
- package/lib/generated-client/models/repository-info.d.ts +35 -0
- package/lib/generated-client/models/repository-info.js +14 -0
- package/lib/generated-client/models/response-profile.d.ts +61 -0
- package/lib/generated-client/models/response-profile.js +14 -0
- package/lib/generated-client/models/scroll-direction.d.ts +19 -0
- package/lib/generated-client/models/scroll-direction.js +25 -0
- package/lib/generated-client/models/search-hint-result.d.ts +30 -0
- package/lib/generated-client/models/search-hint-result.js +14 -0
- package/lib/generated-client/models/search-hint.d.ts +191 -0
- package/lib/generated-client/models/search-hint.js +14 -0
- package/lib/generated-client/models/seek-request-dto.d.ts +23 -0
- package/lib/generated-client/models/seek-request-dto.js +14 -0
- package/lib/generated-client/models/send-command-type.d.ts +21 -0
- package/lib/generated-client/models/send-command-type.js +27 -0
- package/lib/generated-client/models/send-command.d.ts +54 -0
- package/lib/generated-client/models/send-command.js +14 -0
- package/lib/generated-client/models/send-to-user-type.d.ts +20 -0
- package/lib/generated-client/models/send-to-user-type.js +26 -0
- package/lib/generated-client/models/series-info-remote-search-query.d.ts +42 -0
- package/lib/generated-client/models/series-info-remote-search-query.js +14 -0
- package/lib/generated-client/models/series-info.d.ts +85 -0
- package/lib/generated-client/models/series-info.js +14 -0
- package/lib/generated-client/models/series-status.d.ts +19 -0
- package/lib/generated-client/models/series-status.js +25 -0
- package/lib/generated-client/models/series-timer-info-dto-query-result.d.ts +36 -0
- package/lib/generated-client/models/series-timer-info-dto-query-result.js +14 -0
- package/lib/generated-client/models/series-timer-info-dto.d.ts +232 -0
- package/lib/generated-client/models/series-timer-info-dto.js +14 -0
- package/lib/generated-client/models/server-configuration.d.ts +310 -0
- package/lib/generated-client/models/server-configuration.js +14 -0
- package/lib/generated-client/models/server-discovery-info.d.ts +41 -0
- package/lib/generated-client/models/server-discovery-info.js +14 -0
- package/lib/generated-client/models/session-info.d.ts +199 -0
- package/lib/generated-client/models/session-info.js +14 -0
- package/lib/generated-client/models/session-message-type.d.ts +51 -0
- package/lib/generated-client/models/session-message-type.js +57 -0
- package/lib/generated-client/models/session-user-info.d.ts +29 -0
- package/lib/generated-client/models/session-user-info.js +14 -0
- package/lib/generated-client/models/set-channel-mapping-dto.d.ts +35 -0
- package/lib/generated-client/models/set-channel-mapping-dto.js +14 -0
- package/lib/generated-client/models/set-playlist-item-request-dto.d.ts +23 -0
- package/lib/generated-client/models/set-playlist-item-request-dto.js +14 -0
- package/lib/generated-client/models/set-repeat-mode-request-dto.d.ts +24 -0
- package/lib/generated-client/models/set-repeat-mode-request-dto.js +14 -0
- package/lib/generated-client/models/set-shuffle-mode-request-dto.d.ts +24 -0
- package/lib/generated-client/models/set-shuffle-mode-request-dto.js +14 -0
- package/lib/generated-client/models/song-info.d.ts +103 -0
- package/lib/generated-client/models/song-info.js +14 -0
- package/lib/generated-client/models/sort-order.d.ts +19 -0
- package/lib/generated-client/models/sort-order.js +25 -0
- package/lib/generated-client/models/special-view-option-dto.d.ts +29 -0
- package/lib/generated-client/models/special-view-option-dto.js +14 -0
- package/lib/generated-client/models/startup-configuration-dto.d.ts +35 -0
- package/lib/generated-client/models/startup-configuration-dto.js +14 -0
- package/lib/generated-client/models/startup-remote-access-dto.d.ts +29 -0
- package/lib/generated-client/models/startup-remote-access-dto.js +14 -0
- package/lib/generated-client/models/startup-user-dto.d.ts +29 -0
- package/lib/generated-client/models/startup-user-dto.js +14 -0
- package/lib/generated-client/models/subtitle-delivery-method.d.ts +22 -0
- package/lib/generated-client/models/subtitle-delivery-method.js +28 -0
- package/lib/generated-client/models/subtitle-options.d.ts +71 -0
- package/lib/generated-client/models/subtitle-options.js +14 -0
- package/lib/generated-client/models/subtitle-playback-mode.d.ts +22 -0
- package/lib/generated-client/models/subtitle-playback-mode.js +28 -0
- package/lib/generated-client/models/subtitle-profile.d.ts +48 -0
- package/lib/generated-client/models/subtitle-profile.js +14 -0
- package/lib/generated-client/models/sync-play-user-access-type.d.ts +20 -0
- package/lib/generated-client/models/sync-play-user-access-type.js +26 -0
- package/lib/generated-client/models/system-info.d.ts +177 -0
- package/lib/generated-client/models/system-info.js +14 -0
- package/lib/generated-client/models/task-completion-status.d.ts +21 -0
- package/lib/generated-client/models/task-completion-status.js +27 -0
- package/lib/generated-client/models/task-info.d.ts +80 -0
- package/lib/generated-client/models/task-info.js +14 -0
- package/lib/generated-client/models/task-result.d.ts +66 -0
- package/lib/generated-client/models/task-result.js +14 -0
- package/lib/generated-client/models/task-state.d.ts +20 -0
- package/lib/generated-client/models/task-state.js +26 -0
- package/lib/generated-client/models/task-trigger-info.d.ts +48 -0
- package/lib/generated-client/models/task-trigger-info.js +14 -0
- package/lib/generated-client/models/theme-media-result.d.ts +42 -0
- package/lib/generated-client/models/theme-media-result.js +14 -0
- package/lib/generated-client/models/timer-event-info.d.ts +29 -0
- package/lib/generated-client/models/timer-event-info.js +14 -0
- package/lib/generated-client/models/timer-info-dto-query-result.d.ts +36 -0
- package/lib/generated-client/models/timer-info-dto-query-result.js +14 -0
- package/lib/generated-client/models/timer-info-dto.d.ts +188 -0
- package/lib/generated-client/models/timer-info-dto.js +14 -0
- package/lib/generated-client/models/trailer-info-remote-search-query.d.ts +42 -0
- package/lib/generated-client/models/trailer-info-remote-search-query.js +14 -0
- package/lib/generated-client/models/trailer-info.d.ts +85 -0
- package/lib/generated-client/models/trailer-info.js +14 -0
- package/lib/generated-client/models/transcode-seek-info.d.ts +19 -0
- package/lib/generated-client/models/transcode-seek-info.js +25 -0
- package/lib/generated-client/models/transcoding-info.d.ts +127 -0
- package/lib/generated-client/models/transcoding-info.js +47 -0
- package/lib/generated-client/models/transcoding-profile.d.ts +117 -0
- package/lib/generated-client/models/transcoding-profile.js +14 -0
- package/lib/generated-client/models/transport-stream-timestamp.d.ts +20 -0
- package/lib/generated-client/models/transport-stream-timestamp.js +26 -0
- package/lib/generated-client/models/tuner-channel-mapping.d.ts +41 -0
- package/lib/generated-client/models/tuner-channel-mapping.js +14 -0
- package/lib/generated-client/models/tuner-host-info.d.ts +83 -0
- package/lib/generated-client/models/tuner-host-info.js +14 -0
- package/lib/generated-client/models/type-options.d.ts +54 -0
- package/lib/generated-client/models/type-options.js +14 -0
- package/lib/generated-client/models/unrated-item.d.ts +26 -0
- package/lib/generated-client/models/unrated-item.js +32 -0
- package/lib/generated-client/models/update-library-options-dto.d.ts +30 -0
- package/lib/generated-client/models/update-library-options-dto.js +14 -0
- package/lib/generated-client/models/update-media-path-request-dto.d.ts +30 -0
- package/lib/generated-client/models/update-media-path-request-dto.js +14 -0
- package/lib/generated-client/models/update-user-easy-password.d.ts +35 -0
- package/lib/generated-client/models/update-user-easy-password.js +14 -0
- package/lib/generated-client/models/update-user-password.d.ts +41 -0
- package/lib/generated-client/models/update-user-password.js +14 -0
- package/lib/generated-client/models/upload-subtitle-dto.d.ts +41 -0
- package/lib/generated-client/models/upload-subtitle-dto.js +14 -0
- package/lib/generated-client/models/user-configuration.d.ts +108 -0
- package/lib/generated-client/models/user-configuration.js +14 -0
- package/lib/generated-client/models/user-dto.d.ts +103 -0
- package/lib/generated-client/models/user-dto.js +14 -0
- package/lib/generated-client/models/user-item-data-dto.d.ts +83 -0
- package/lib/generated-client/models/user-item-data-dto.js +14 -0
- package/lib/generated-client/models/user-policy.d.ts +254 -0
- package/lib/generated-client/models/user-policy.js +14 -0
- package/lib/generated-client/models/utc-time-response.d.ts +29 -0
- package/lib/generated-client/models/utc-time-response.js +14 -0
- package/lib/generated-client/models/validate-path-dto.d.ts +35 -0
- package/lib/generated-client/models/validate-path-dto.js +14 -0
- package/lib/generated-client/models/version-info.d.ts +71 -0
- package/lib/generated-client/models/version-info.js +14 -0
- package/lib/generated-client/models/video-type.d.ts +21 -0
- package/lib/generated-client/models/video-type.js +27 -0
- package/lib/generated-client/models/video3-dformat.d.ts +22 -0
- package/lib/generated-client/models/video3-dformat.js +28 -0
- package/lib/generated-client/models/virtual-folder-info.d.ts +67 -0
- package/lib/generated-client/models/virtual-folder-info.js +14 -0
- package/lib/generated-client/models/wake-on-lan-info.d.ts +29 -0
- package/lib/generated-client/models/wake-on-lan-info.js +14 -0
- package/lib/generated-client/models/xbmc-metadata-options.d.ts +47 -0
- package/lib/generated-client/models/xbmc-metadata-options.js +14 -0
- package/lib/generated-client/models/xml-attribute.d.ts +29 -0
- package/lib/generated-client/models/xml-attribute.js +14 -0
- package/lib/index.d.ts +10 -0
- package/lib/index.js +39 -0
- package/lib/jellyfin.d.ts +33 -0
- package/lib/jellyfin.js +34 -0
- package/lib/models/api/image-request-parameters.d.ts +29 -0
- package/lib/models/api/image-request-parameters.js +7 -0
- package/lib/models/api/index.d.ts +7 -0
- package/lib/models/api/index.js +23 -0
- package/lib/models/api/item-sort-by.d.ts +40 -0
- package/lib/models/api/item-sort-by.js +44 -0
- package/lib/models/client-info.d.ts +12 -0
- package/lib/models/client-info.js +7 -0
- package/lib/models/device-info.d.ts +12 -0
- package/lib/models/device-info.js +7 -0
- package/lib/models/index.d.ts +9 -0
- package/lib/models/index.js +25 -0
- package/lib/models/recommended-server-info.d.ts +22 -0
- package/lib/models/recommended-server-info.js +16 -0
- package/lib/models/recommended-server-issue.d.ts +48 -0
- package/lib/models/recommended-server-issue.js +103 -0
- package/lib/utils/address-candidates.d.ts +16 -0
- package/lib/utils/address-candidates.js +85 -0
- package/lib/utils/api/activity-log-api.d.ts +8 -0
- package/lib/utils/api/activity-log-api.js +13 -0
- package/lib/utils/api/api-key-api.d.ts +8 -0
- package/lib/utils/api/api-key-api.js +13 -0
- package/lib/utils/api/artists-api.d.ts +8 -0
- package/lib/utils/api/artists-api.js +13 -0
- package/lib/utils/api/audio-api.d.ts +8 -0
- package/lib/utils/api/audio-api.js +13 -0
- package/lib/utils/api/branding-api.d.ts +8 -0
- package/lib/utils/api/branding-api.js +13 -0
- package/lib/utils/api/channels-api.d.ts +8 -0
- package/lib/utils/api/channels-api.js +13 -0
- package/lib/utils/api/client-log-api.d.ts +8 -0
- package/lib/utils/api/client-log-api.js +13 -0
- package/lib/utils/api/collection-api.d.ts +8 -0
- package/lib/utils/api/collection-api.js +13 -0
- package/lib/utils/api/configuration-api.d.ts +8 -0
- package/lib/utils/api/configuration-api.js +13 -0
- package/lib/utils/api/dashboard-api.d.ts +8 -0
- package/lib/utils/api/dashboard-api.js +13 -0
- package/lib/utils/api/devices-api.d.ts +8 -0
- package/lib/utils/api/devices-api.js +13 -0
- package/lib/utils/api/display-preferences-api.d.ts +8 -0
- package/lib/utils/api/display-preferences-api.js +13 -0
- package/lib/utils/api/dlna-api.d.ts +8 -0
- package/lib/utils/api/dlna-api.js +13 -0
- package/lib/utils/api/dlna-server-api.d.ts +8 -0
- package/lib/utils/api/dlna-server-api.js +13 -0
- package/lib/utils/api/dynamic-hls-api.d.ts +8 -0
- package/lib/utils/api/dynamic-hls-api.js +13 -0
- package/lib/utils/api/environment-api.d.ts +8 -0
- package/lib/utils/api/environment-api.js +13 -0
- package/lib/utils/api/filter-api.d.ts +8 -0
- package/lib/utils/api/filter-api.js +13 -0
- package/lib/utils/api/genres-api.d.ts +8 -0
- package/lib/utils/api/genres-api.js +13 -0
- package/lib/utils/api/hls-segment-api.d.ts +8 -0
- package/lib/utils/api/hls-segment-api.js +13 -0
- package/lib/utils/api/image-api.d.ts +8 -0
- package/lib/utils/api/image-api.js +13 -0
- package/lib/utils/api/image-by-name-api.d.ts +8 -0
- package/lib/utils/api/image-by-name-api.js +13 -0
- package/lib/utils/api/instant-mix-api.d.ts +8 -0
- package/lib/utils/api/instant-mix-api.js +13 -0
- package/lib/utils/api/item-lookup-api.d.ts +8 -0
- package/lib/utils/api/item-lookup-api.js +13 -0
- package/lib/utils/api/item-refresh-api.d.ts +8 -0
- package/lib/utils/api/item-refresh-api.js +13 -0
- package/lib/utils/api/item-update-api.d.ts +8 -0
- package/lib/utils/api/item-update-api.js +13 -0
- package/lib/utils/api/items-api.d.ts +8 -0
- package/lib/utils/api/items-api.js +13 -0
- package/lib/utils/api/library-api.d.ts +8 -0
- package/lib/utils/api/library-api.js +13 -0
- package/lib/utils/api/library-structure-api.d.ts +8 -0
- package/lib/utils/api/library-structure-api.js +13 -0
- package/lib/utils/api/live-tv-api.d.ts +8 -0
- package/lib/utils/api/live-tv-api.js +13 -0
- package/lib/utils/api/localization-api.d.ts +8 -0
- package/lib/utils/api/localization-api.js +13 -0
- package/lib/utils/api/media-info-api.d.ts +8 -0
- package/lib/utils/api/media-info-api.js +13 -0
- package/lib/utils/api/movies-api.d.ts +8 -0
- package/lib/utils/api/movies-api.js +13 -0
- package/lib/utils/api/music-genres-api.d.ts +8 -0
- package/lib/utils/api/music-genres-api.js +13 -0
- package/lib/utils/api/notifications-api.d.ts +8 -0
- package/lib/utils/api/notifications-api.js +13 -0
- package/lib/utils/api/package-api.d.ts +8 -0
- package/lib/utils/api/package-api.js +13 -0
- package/lib/utils/api/persons-api.d.ts +8 -0
- package/lib/utils/api/persons-api.js +13 -0
- package/lib/utils/api/playlists-api.d.ts +8 -0
- package/lib/utils/api/playlists-api.js +13 -0
- package/lib/utils/api/playstate-api.d.ts +8 -0
- package/lib/utils/api/playstate-api.js +13 -0
- package/lib/utils/api/plugins-api.d.ts +8 -0
- package/lib/utils/api/plugins-api.js +13 -0
- package/lib/utils/api/quick-connect-api.d.ts +8 -0
- package/lib/utils/api/quick-connect-api.js +13 -0
- package/lib/utils/api/remote-image-api.d.ts +8 -0
- package/lib/utils/api/remote-image-api.js +13 -0
- package/lib/utils/api/scheduled-tasks-api.d.ts +8 -0
- package/lib/utils/api/scheduled-tasks-api.js +13 -0
- package/lib/utils/api/search-api.d.ts +8 -0
- package/lib/utils/api/search-api.js +13 -0
- package/lib/utils/api/session-api.d.ts +8 -0
- package/lib/utils/api/session-api.js +13 -0
- package/lib/utils/api/startup-api.d.ts +8 -0
- package/lib/utils/api/startup-api.js +13 -0
- package/lib/utils/api/studios-api.d.ts +8 -0
- package/lib/utils/api/studios-api.js +13 -0
- package/lib/utils/api/subtitle-api.d.ts +8 -0
- package/lib/utils/api/subtitle-api.js +13 -0
- package/lib/utils/api/suggestions-api.d.ts +8 -0
- package/lib/utils/api/suggestions-api.js +13 -0
- package/lib/utils/api/sync-play-api.d.ts +8 -0
- package/lib/utils/api/sync-play-api.js +13 -0
- package/lib/utils/api/system-api.d.ts +8 -0
- package/lib/utils/api/system-api.js +13 -0
- package/lib/utils/api/time-sync-api.d.ts +8 -0
- package/lib/utils/api/time-sync-api.js +13 -0
- package/lib/utils/api/tmdb-api.d.ts +8 -0
- package/lib/utils/api/tmdb-api.js +13 -0
- package/lib/utils/api/trailers-api.d.ts +8 -0
- package/lib/utils/api/trailers-api.js +13 -0
- package/lib/utils/api/tv-shows-api.d.ts +8 -0
- package/lib/utils/api/tv-shows-api.js +13 -0
- package/lib/utils/api/universal-audio-api.d.ts +8 -0
- package/lib/utils/api/universal-audio-api.js +13 -0
- package/lib/utils/api/user-api.d.ts +8 -0
- package/lib/utils/api/user-api.js +13 -0
- package/lib/utils/api/user-library-api.d.ts +8 -0
- package/lib/utils/api/user-library-api.js +13 -0
- package/lib/utils/api/user-views-api.d.ts +8 -0
- package/lib/utils/api/user-views-api.js +13 -0
- package/lib/utils/api/video-attachments-api.d.ts +8 -0
- package/lib/utils/api/video-attachments-api.js +13 -0
- package/lib/utils/api/videos-api.d.ts +8 -0
- package/lib/utils/api/videos-api.js +13 -0
- package/lib/utils/api/years-api.d.ts +8 -0
- package/lib/utils/api/years-api.js +13 -0
- package/lib/utils/authentication.d.ts +10 -0
- package/lib/utils/authentication.js +18 -0
- package/lib/utils/browser-profiles.d.ts +25 -0
- package/lib/utils/browser-profiles.js +44 -0
- package/lib/utils/index.d.ts +9 -0
- package/lib/utils/index.js +25 -0
- package/lib/utils/normalize-url.d.ts +20 -0
- package/lib/utils/normalize-url.js +96 -0
- package/lib/utils/url.d.ts +31 -0
- package/lib/utils/url.js +54 -0
- package/openapi-templates/licenseInfo.mustache +10 -0
- package/package.json +46 -0
- package/tsconfig.json +25 -0
|
@@ -0,0 +1,841 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
3
|
+
* Do not edit the class manually.
|
|
4
|
+
*
|
|
5
|
+
* Jellyfin API
|
|
6
|
+
*
|
|
7
|
+
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
8
|
+
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
9
|
+
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
10
|
+
*/
|
|
11
|
+
import { AxiosPromise, AxiosInstance } from 'axios';
|
|
12
|
+
import { Configuration } from '../configuration';
|
|
13
|
+
import { RequestArgs, BaseAPI } from '../base';
|
|
14
|
+
import { BaseItemDtoQueryResult } from '../models';
|
|
15
|
+
import { BaseItemKind } from '../models';
|
|
16
|
+
import { ImageType } from '../models';
|
|
17
|
+
import { ItemFields } from '../models';
|
|
18
|
+
import { ItemFilter } from '../models';
|
|
19
|
+
import { LocationType } from '../models';
|
|
20
|
+
import { SeriesStatus } from '../models';
|
|
21
|
+
import { SortOrder } from '../models';
|
|
22
|
+
import { VideoType } from '../models';
|
|
23
|
+
/**
|
|
24
|
+
* TrailersApi - axios parameter creator
|
|
25
|
+
* @export
|
|
26
|
+
*/
|
|
27
|
+
export declare const TrailersApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
28
|
+
/**
|
|
29
|
+
*
|
|
30
|
+
* @summary Finds movies and trailers similar to a given trailer.
|
|
31
|
+
* @param {string} [userId] The user id.
|
|
32
|
+
* @param {string} [maxOfficialRating] Optional filter by maximum official rating (PG, PG-13, TV-MA, etc).
|
|
33
|
+
* @param {boolean} [hasThemeSong] Optional filter by items with theme songs.
|
|
34
|
+
* @param {boolean} [hasThemeVideo] Optional filter by items with theme videos.
|
|
35
|
+
* @param {boolean} [hasSubtitles] Optional filter by items with subtitles.
|
|
36
|
+
* @param {boolean} [hasSpecialFeature] Optional filter by items with special features.
|
|
37
|
+
* @param {boolean} [hasTrailer] Optional filter by items with trailers.
|
|
38
|
+
* @param {string} [adjacentTo] Optional. Return items that are siblings of a supplied item.
|
|
39
|
+
* @param {number} [parentIndexNumber] Optional filter by parent index number.
|
|
40
|
+
* @param {boolean} [hasParentalRating] Optional filter by items that have or do not have a parental rating.
|
|
41
|
+
* @param {boolean} [isHd] Optional filter by items that are HD or not.
|
|
42
|
+
* @param {boolean} [is4K] Optional filter by items that are 4K or not.
|
|
43
|
+
* @param {Array<LocationType>} [locationTypes] Optional. If specified, results will be filtered based on LocationType. This allows multiple, comma delimited.
|
|
44
|
+
* @param {Array<LocationType>} [excludeLocationTypes] Optional. If specified, results will be filtered based on the LocationType. This allows multiple, comma delimited.
|
|
45
|
+
* @param {boolean} [isMissing] Optional filter by items that are missing episodes or not.
|
|
46
|
+
* @param {boolean} [isUnaired] Optional filter by items that are unaired episodes or not.
|
|
47
|
+
* @param {number} [minCommunityRating] Optional filter by minimum community rating.
|
|
48
|
+
* @param {number} [minCriticRating] Optional filter by minimum critic rating.
|
|
49
|
+
* @param {string} [minPremiereDate] Optional. The minimum premiere date. Format = ISO.
|
|
50
|
+
* @param {string} [minDateLastSaved] Optional. The minimum last saved date. Format = ISO.
|
|
51
|
+
* @param {string} [minDateLastSavedForUser] Optional. The minimum last saved date for the current user. Format = ISO.
|
|
52
|
+
* @param {string} [maxPremiereDate] Optional. The maximum premiere date. Format = ISO.
|
|
53
|
+
* @param {boolean} [hasOverview] Optional filter by items that have an overview or not.
|
|
54
|
+
* @param {boolean} [hasImdbId] Optional filter by items that have an imdb id or not.
|
|
55
|
+
* @param {boolean} [hasTmdbId] Optional filter by items that have a tmdb id or not.
|
|
56
|
+
* @param {boolean} [hasTvdbId] Optional filter by items that have a tvdb id or not.
|
|
57
|
+
* @param {boolean} [isMovie] Optional filter for live tv movies.
|
|
58
|
+
* @param {boolean} [isSeries] Optional filter for live tv series.
|
|
59
|
+
* @param {boolean} [isNews] Optional filter for live tv news.
|
|
60
|
+
* @param {boolean} [isKids] Optional filter for live tv kids.
|
|
61
|
+
* @param {boolean} [isSports] Optional filter for live tv sports.
|
|
62
|
+
* @param {Array<string>} [excludeItemIds] Optional. If specified, results will be filtered by excluding item ids. This allows multiple, comma delimited.
|
|
63
|
+
* @param {number} [startIndex] Optional. The record index to start at. All items with a lower index will be dropped from the results.
|
|
64
|
+
* @param {number} [limit] Optional. The maximum number of records to return.
|
|
65
|
+
* @param {boolean} [recursive] When searching within folders, this determines whether or not the search will be recursive. true/false.
|
|
66
|
+
* @param {string} [searchTerm] Optional. Filter based on a search term.
|
|
67
|
+
* @param {Array<SortOrder>} [sortOrder] Sort Order - Ascending,Descending.
|
|
68
|
+
* @param {string} [parentId] Specify this to localize the search to a specific item or folder. Omit to use the root.
|
|
69
|
+
* @param {Array<ItemFields>} [fields] Optional. Specify additional fields of information to return in the output. This allows multiple, comma delimited. Options: Budget, Chapters, DateCreated, Genres, HomePageUrl, IndexOptions, MediaStreams, Overview, ParentId, Path, People, ProviderIds, PrimaryImageAspectRatio, Revenue, SortName, Studios, Taglines.
|
|
70
|
+
* @param {Array<BaseItemKind>} [excludeItemTypes] Optional. If specified, results will be filtered based on item type. This allows multiple, comma delimited.
|
|
71
|
+
* @param {Array<ItemFilter>} [filters] Optional. Specify additional filters to apply. This allows multiple, comma delimited. Options: IsFolder, IsNotFolder, IsUnplayed, IsPlayed, IsFavorite, IsResumable, Likes, Dislikes.
|
|
72
|
+
* @param {boolean} [isFavorite] Optional filter by items that are marked as favorite, or not.
|
|
73
|
+
* @param {Array<string>} [mediaTypes] Optional filter by MediaType. Allows multiple, comma delimited.
|
|
74
|
+
* @param {Array<ImageType>} [imageTypes] Optional. If specified, results will be filtered based on those containing image types. This allows multiple, comma delimited.
|
|
75
|
+
* @param {Array<string>} [sortBy] Optional. Specify one or more sort orders, comma delimited. Options: Album, AlbumArtist, Artist, Budget, CommunityRating, CriticRating, DateCreated, DatePlayed, PlayCount, PremiereDate, ProductionYear, SortName, Random, Revenue, Runtime.
|
|
76
|
+
* @param {boolean} [isPlayed] Optional filter by items that are played, or not.
|
|
77
|
+
* @param {Array<string>} [genres] Optional. If specified, results will be filtered based on genre. This allows multiple, pipe delimited.
|
|
78
|
+
* @param {Array<string>} [officialRatings] Optional. If specified, results will be filtered based on OfficialRating. This allows multiple, pipe delimited.
|
|
79
|
+
* @param {Array<string>} [tags] Optional. If specified, results will be filtered based on tag. This allows multiple, pipe delimited.
|
|
80
|
+
* @param {Array<number>} [years] Optional. If specified, results will be filtered based on production year. This allows multiple, comma delimited.
|
|
81
|
+
* @param {boolean} [enableUserData] Optional, include user data.
|
|
82
|
+
* @param {number} [imageTypeLimit] Optional, the max number of images to return, per image type.
|
|
83
|
+
* @param {Array<ImageType>} [enableImageTypes] Optional. The image types to include in the output.
|
|
84
|
+
* @param {string} [person] Optional. If specified, results will be filtered to include only those containing the specified person.
|
|
85
|
+
* @param {Array<string>} [personIds] Optional. If specified, results will be filtered to include only those containing the specified person id.
|
|
86
|
+
* @param {Array<string>} [personTypes] Optional. If specified, along with Person, results will be filtered to include only those containing the specified person and PersonType. Allows multiple, comma-delimited.
|
|
87
|
+
* @param {Array<string>} [studios] Optional. If specified, results will be filtered based on studio. This allows multiple, pipe delimited.
|
|
88
|
+
* @param {Array<string>} [artists] Optional. If specified, results will be filtered based on artists. This allows multiple, pipe delimited.
|
|
89
|
+
* @param {Array<string>} [excludeArtistIds] Optional. If specified, results will be filtered based on artist id. This allows multiple, pipe delimited.
|
|
90
|
+
* @param {Array<string>} [artistIds] Optional. If specified, results will be filtered to include only those containing the specified artist id.
|
|
91
|
+
* @param {Array<string>} [albumArtistIds] Optional. If specified, results will be filtered to include only those containing the specified album artist id.
|
|
92
|
+
* @param {Array<string>} [contributingArtistIds] Optional. If specified, results will be filtered to include only those containing the specified contributing artist id.
|
|
93
|
+
* @param {Array<string>} [albums] Optional. If specified, results will be filtered based on album. This allows multiple, pipe delimited.
|
|
94
|
+
* @param {Array<string>} [albumIds] Optional. If specified, results will be filtered based on album id. This allows multiple, pipe delimited.
|
|
95
|
+
* @param {Array<string>} [ids] Optional. If specific items are needed, specify a list of item id\'s to retrieve. This allows multiple, comma delimited.
|
|
96
|
+
* @param {Array<VideoType>} [videoTypes] Optional filter by VideoType (videofile, dvd, bluray, iso). Allows multiple, comma delimited.
|
|
97
|
+
* @param {string} [minOfficialRating] Optional filter by minimum official rating (PG, PG-13, TV-MA, etc).
|
|
98
|
+
* @param {boolean} [isLocked] Optional filter by items that are locked.
|
|
99
|
+
* @param {boolean} [isPlaceHolder] Optional filter by items that are placeholders.
|
|
100
|
+
* @param {boolean} [hasOfficialRating] Optional filter by items that have official ratings.
|
|
101
|
+
* @param {boolean} [collapseBoxSetItems] Whether or not to hide items behind their boxsets.
|
|
102
|
+
* @param {number} [minWidth] Optional. Filter by the minimum width of the item.
|
|
103
|
+
* @param {number} [minHeight] Optional. Filter by the minimum height of the item.
|
|
104
|
+
* @param {number} [maxWidth] Optional. Filter by the maximum width of the item.
|
|
105
|
+
* @param {number} [maxHeight] Optional. Filter by the maximum height of the item.
|
|
106
|
+
* @param {boolean} [is3D] Optional filter by items that are 3D, or not.
|
|
107
|
+
* @param {Array<SeriesStatus>} [seriesStatus] Optional filter by Series Status. Allows multiple, comma delimited.
|
|
108
|
+
* @param {string} [nameStartsWithOrGreater] Optional filter by items whose name is sorted equally or greater than a given input string.
|
|
109
|
+
* @param {string} [nameStartsWith] Optional filter by items whose name is sorted equally than a given input string.
|
|
110
|
+
* @param {string} [nameLessThan] Optional filter by items whose name is equally or lesser than a given input string.
|
|
111
|
+
* @param {Array<string>} [studioIds] Optional. If specified, results will be filtered based on studio id. This allows multiple, pipe delimited.
|
|
112
|
+
* @param {Array<string>} [genreIds] Optional. If specified, results will be filtered based on genre id. This allows multiple, pipe delimited.
|
|
113
|
+
* @param {boolean} [enableTotalRecordCount] Optional. Enable the total record count.
|
|
114
|
+
* @param {boolean} [enableImages] Optional, include image information in output.
|
|
115
|
+
* @param {*} [options] Override http request option.
|
|
116
|
+
* @throws {RequiredError}
|
|
117
|
+
*/
|
|
118
|
+
getTrailers: (userId?: string, maxOfficialRating?: string, hasThemeSong?: boolean, hasThemeVideo?: boolean, hasSubtitles?: boolean, hasSpecialFeature?: boolean, hasTrailer?: boolean, adjacentTo?: string, parentIndexNumber?: number, hasParentalRating?: boolean, isHd?: boolean, is4K?: boolean, locationTypes?: Array<LocationType>, excludeLocationTypes?: Array<LocationType>, isMissing?: boolean, isUnaired?: boolean, minCommunityRating?: number, minCriticRating?: number, minPremiereDate?: string, minDateLastSaved?: string, minDateLastSavedForUser?: string, maxPremiereDate?: string, hasOverview?: boolean, hasImdbId?: boolean, hasTmdbId?: boolean, hasTvdbId?: boolean, isMovie?: boolean, isSeries?: boolean, isNews?: boolean, isKids?: boolean, isSports?: boolean, excludeItemIds?: Array<string>, startIndex?: number, limit?: number, recursive?: boolean, searchTerm?: string, sortOrder?: Array<SortOrder>, parentId?: string, fields?: Array<ItemFields>, excludeItemTypes?: Array<BaseItemKind>, filters?: Array<ItemFilter>, isFavorite?: boolean, mediaTypes?: Array<string>, imageTypes?: Array<ImageType>, sortBy?: Array<string>, isPlayed?: boolean, genres?: Array<string>, officialRatings?: Array<string>, tags?: Array<string>, years?: Array<number>, enableUserData?: boolean, imageTypeLimit?: number, enableImageTypes?: Array<ImageType>, person?: string, personIds?: Array<string>, personTypes?: Array<string>, studios?: Array<string>, artists?: Array<string>, excludeArtistIds?: Array<string>, artistIds?: Array<string>, albumArtistIds?: Array<string>, contributingArtistIds?: Array<string>, albums?: Array<string>, albumIds?: Array<string>, ids?: Array<string>, videoTypes?: Array<VideoType>, minOfficialRating?: string, isLocked?: boolean, isPlaceHolder?: boolean, hasOfficialRating?: boolean, collapseBoxSetItems?: boolean, minWidth?: number, minHeight?: number, maxWidth?: number, maxHeight?: number, is3D?: boolean, seriesStatus?: Array<SeriesStatus>, nameStartsWithOrGreater?: string, nameStartsWith?: string, nameLessThan?: string, studioIds?: Array<string>, genreIds?: Array<string>, enableTotalRecordCount?: boolean, enableImages?: boolean, options?: any) => Promise<RequestArgs>;
|
|
119
|
+
};
|
|
120
|
+
/**
|
|
121
|
+
* TrailersApi - functional programming interface
|
|
122
|
+
* @export
|
|
123
|
+
*/
|
|
124
|
+
export declare const TrailersApiFp: (configuration?: Configuration) => {
|
|
125
|
+
/**
|
|
126
|
+
*
|
|
127
|
+
* @summary Finds movies and trailers similar to a given trailer.
|
|
128
|
+
* @param {string} [userId] The user id.
|
|
129
|
+
* @param {string} [maxOfficialRating] Optional filter by maximum official rating (PG, PG-13, TV-MA, etc).
|
|
130
|
+
* @param {boolean} [hasThemeSong] Optional filter by items with theme songs.
|
|
131
|
+
* @param {boolean} [hasThemeVideo] Optional filter by items with theme videos.
|
|
132
|
+
* @param {boolean} [hasSubtitles] Optional filter by items with subtitles.
|
|
133
|
+
* @param {boolean} [hasSpecialFeature] Optional filter by items with special features.
|
|
134
|
+
* @param {boolean} [hasTrailer] Optional filter by items with trailers.
|
|
135
|
+
* @param {string} [adjacentTo] Optional. Return items that are siblings of a supplied item.
|
|
136
|
+
* @param {number} [parentIndexNumber] Optional filter by parent index number.
|
|
137
|
+
* @param {boolean} [hasParentalRating] Optional filter by items that have or do not have a parental rating.
|
|
138
|
+
* @param {boolean} [isHd] Optional filter by items that are HD or not.
|
|
139
|
+
* @param {boolean} [is4K] Optional filter by items that are 4K or not.
|
|
140
|
+
* @param {Array<LocationType>} [locationTypes] Optional. If specified, results will be filtered based on LocationType. This allows multiple, comma delimited.
|
|
141
|
+
* @param {Array<LocationType>} [excludeLocationTypes] Optional. If specified, results will be filtered based on the LocationType. This allows multiple, comma delimited.
|
|
142
|
+
* @param {boolean} [isMissing] Optional filter by items that are missing episodes or not.
|
|
143
|
+
* @param {boolean} [isUnaired] Optional filter by items that are unaired episodes or not.
|
|
144
|
+
* @param {number} [minCommunityRating] Optional filter by minimum community rating.
|
|
145
|
+
* @param {number} [minCriticRating] Optional filter by minimum critic rating.
|
|
146
|
+
* @param {string} [minPremiereDate] Optional. The minimum premiere date. Format = ISO.
|
|
147
|
+
* @param {string} [minDateLastSaved] Optional. The minimum last saved date. Format = ISO.
|
|
148
|
+
* @param {string} [minDateLastSavedForUser] Optional. The minimum last saved date for the current user. Format = ISO.
|
|
149
|
+
* @param {string} [maxPremiereDate] Optional. The maximum premiere date. Format = ISO.
|
|
150
|
+
* @param {boolean} [hasOverview] Optional filter by items that have an overview or not.
|
|
151
|
+
* @param {boolean} [hasImdbId] Optional filter by items that have an imdb id or not.
|
|
152
|
+
* @param {boolean} [hasTmdbId] Optional filter by items that have a tmdb id or not.
|
|
153
|
+
* @param {boolean} [hasTvdbId] Optional filter by items that have a tvdb id or not.
|
|
154
|
+
* @param {boolean} [isMovie] Optional filter for live tv movies.
|
|
155
|
+
* @param {boolean} [isSeries] Optional filter for live tv series.
|
|
156
|
+
* @param {boolean} [isNews] Optional filter for live tv news.
|
|
157
|
+
* @param {boolean} [isKids] Optional filter for live tv kids.
|
|
158
|
+
* @param {boolean} [isSports] Optional filter for live tv sports.
|
|
159
|
+
* @param {Array<string>} [excludeItemIds] Optional. If specified, results will be filtered by excluding item ids. This allows multiple, comma delimited.
|
|
160
|
+
* @param {number} [startIndex] Optional. The record index to start at. All items with a lower index will be dropped from the results.
|
|
161
|
+
* @param {number} [limit] Optional. The maximum number of records to return.
|
|
162
|
+
* @param {boolean} [recursive] When searching within folders, this determines whether or not the search will be recursive. true/false.
|
|
163
|
+
* @param {string} [searchTerm] Optional. Filter based on a search term.
|
|
164
|
+
* @param {Array<SortOrder>} [sortOrder] Sort Order - Ascending,Descending.
|
|
165
|
+
* @param {string} [parentId] Specify this to localize the search to a specific item or folder. Omit to use the root.
|
|
166
|
+
* @param {Array<ItemFields>} [fields] Optional. Specify additional fields of information to return in the output. This allows multiple, comma delimited. Options: Budget, Chapters, DateCreated, Genres, HomePageUrl, IndexOptions, MediaStreams, Overview, ParentId, Path, People, ProviderIds, PrimaryImageAspectRatio, Revenue, SortName, Studios, Taglines.
|
|
167
|
+
* @param {Array<BaseItemKind>} [excludeItemTypes] Optional. If specified, results will be filtered based on item type. This allows multiple, comma delimited.
|
|
168
|
+
* @param {Array<ItemFilter>} [filters] Optional. Specify additional filters to apply. This allows multiple, comma delimited. Options: IsFolder, IsNotFolder, IsUnplayed, IsPlayed, IsFavorite, IsResumable, Likes, Dislikes.
|
|
169
|
+
* @param {boolean} [isFavorite] Optional filter by items that are marked as favorite, or not.
|
|
170
|
+
* @param {Array<string>} [mediaTypes] Optional filter by MediaType. Allows multiple, comma delimited.
|
|
171
|
+
* @param {Array<ImageType>} [imageTypes] Optional. If specified, results will be filtered based on those containing image types. This allows multiple, comma delimited.
|
|
172
|
+
* @param {Array<string>} [sortBy] Optional. Specify one or more sort orders, comma delimited. Options: Album, AlbumArtist, Artist, Budget, CommunityRating, CriticRating, DateCreated, DatePlayed, PlayCount, PremiereDate, ProductionYear, SortName, Random, Revenue, Runtime.
|
|
173
|
+
* @param {boolean} [isPlayed] Optional filter by items that are played, or not.
|
|
174
|
+
* @param {Array<string>} [genres] Optional. If specified, results will be filtered based on genre. This allows multiple, pipe delimited.
|
|
175
|
+
* @param {Array<string>} [officialRatings] Optional. If specified, results will be filtered based on OfficialRating. This allows multiple, pipe delimited.
|
|
176
|
+
* @param {Array<string>} [tags] Optional. If specified, results will be filtered based on tag. This allows multiple, pipe delimited.
|
|
177
|
+
* @param {Array<number>} [years] Optional. If specified, results will be filtered based on production year. This allows multiple, comma delimited.
|
|
178
|
+
* @param {boolean} [enableUserData] Optional, include user data.
|
|
179
|
+
* @param {number} [imageTypeLimit] Optional, the max number of images to return, per image type.
|
|
180
|
+
* @param {Array<ImageType>} [enableImageTypes] Optional. The image types to include in the output.
|
|
181
|
+
* @param {string} [person] Optional. If specified, results will be filtered to include only those containing the specified person.
|
|
182
|
+
* @param {Array<string>} [personIds] Optional. If specified, results will be filtered to include only those containing the specified person id.
|
|
183
|
+
* @param {Array<string>} [personTypes] Optional. If specified, along with Person, results will be filtered to include only those containing the specified person and PersonType. Allows multiple, comma-delimited.
|
|
184
|
+
* @param {Array<string>} [studios] Optional. If specified, results will be filtered based on studio. This allows multiple, pipe delimited.
|
|
185
|
+
* @param {Array<string>} [artists] Optional. If specified, results will be filtered based on artists. This allows multiple, pipe delimited.
|
|
186
|
+
* @param {Array<string>} [excludeArtistIds] Optional. If specified, results will be filtered based on artist id. This allows multiple, pipe delimited.
|
|
187
|
+
* @param {Array<string>} [artistIds] Optional. If specified, results will be filtered to include only those containing the specified artist id.
|
|
188
|
+
* @param {Array<string>} [albumArtistIds] Optional. If specified, results will be filtered to include only those containing the specified album artist id.
|
|
189
|
+
* @param {Array<string>} [contributingArtistIds] Optional. If specified, results will be filtered to include only those containing the specified contributing artist id.
|
|
190
|
+
* @param {Array<string>} [albums] Optional. If specified, results will be filtered based on album. This allows multiple, pipe delimited.
|
|
191
|
+
* @param {Array<string>} [albumIds] Optional. If specified, results will be filtered based on album id. This allows multiple, pipe delimited.
|
|
192
|
+
* @param {Array<string>} [ids] Optional. If specific items are needed, specify a list of item id\'s to retrieve. This allows multiple, comma delimited.
|
|
193
|
+
* @param {Array<VideoType>} [videoTypes] Optional filter by VideoType (videofile, dvd, bluray, iso). Allows multiple, comma delimited.
|
|
194
|
+
* @param {string} [minOfficialRating] Optional filter by minimum official rating (PG, PG-13, TV-MA, etc).
|
|
195
|
+
* @param {boolean} [isLocked] Optional filter by items that are locked.
|
|
196
|
+
* @param {boolean} [isPlaceHolder] Optional filter by items that are placeholders.
|
|
197
|
+
* @param {boolean} [hasOfficialRating] Optional filter by items that have official ratings.
|
|
198
|
+
* @param {boolean} [collapseBoxSetItems] Whether or not to hide items behind their boxsets.
|
|
199
|
+
* @param {number} [minWidth] Optional. Filter by the minimum width of the item.
|
|
200
|
+
* @param {number} [minHeight] Optional. Filter by the minimum height of the item.
|
|
201
|
+
* @param {number} [maxWidth] Optional. Filter by the maximum width of the item.
|
|
202
|
+
* @param {number} [maxHeight] Optional. Filter by the maximum height of the item.
|
|
203
|
+
* @param {boolean} [is3D] Optional filter by items that are 3D, or not.
|
|
204
|
+
* @param {Array<SeriesStatus>} [seriesStatus] Optional filter by Series Status. Allows multiple, comma delimited.
|
|
205
|
+
* @param {string} [nameStartsWithOrGreater] Optional filter by items whose name is sorted equally or greater than a given input string.
|
|
206
|
+
* @param {string} [nameStartsWith] Optional filter by items whose name is sorted equally than a given input string.
|
|
207
|
+
* @param {string} [nameLessThan] Optional filter by items whose name is equally or lesser than a given input string.
|
|
208
|
+
* @param {Array<string>} [studioIds] Optional. If specified, results will be filtered based on studio id. This allows multiple, pipe delimited.
|
|
209
|
+
* @param {Array<string>} [genreIds] Optional. If specified, results will be filtered based on genre id. This allows multiple, pipe delimited.
|
|
210
|
+
* @param {boolean} [enableTotalRecordCount] Optional. Enable the total record count.
|
|
211
|
+
* @param {boolean} [enableImages] Optional, include image information in output.
|
|
212
|
+
* @param {*} [options] Override http request option.
|
|
213
|
+
* @throws {RequiredError}
|
|
214
|
+
*/
|
|
215
|
+
getTrailers(userId?: string, maxOfficialRating?: string, hasThemeSong?: boolean, hasThemeVideo?: boolean, hasSubtitles?: boolean, hasSpecialFeature?: boolean, hasTrailer?: boolean, adjacentTo?: string, parentIndexNumber?: number, hasParentalRating?: boolean, isHd?: boolean, is4K?: boolean, locationTypes?: Array<LocationType>, excludeLocationTypes?: Array<LocationType>, isMissing?: boolean, isUnaired?: boolean, minCommunityRating?: number, minCriticRating?: number, minPremiereDate?: string, minDateLastSaved?: string, minDateLastSavedForUser?: string, maxPremiereDate?: string, hasOverview?: boolean, hasImdbId?: boolean, hasTmdbId?: boolean, hasTvdbId?: boolean, isMovie?: boolean, isSeries?: boolean, isNews?: boolean, isKids?: boolean, isSports?: boolean, excludeItemIds?: Array<string>, startIndex?: number, limit?: number, recursive?: boolean, searchTerm?: string, sortOrder?: Array<SortOrder>, parentId?: string, fields?: Array<ItemFields>, excludeItemTypes?: Array<BaseItemKind>, filters?: Array<ItemFilter>, isFavorite?: boolean, mediaTypes?: Array<string>, imageTypes?: Array<ImageType>, sortBy?: Array<string>, isPlayed?: boolean, genres?: Array<string>, officialRatings?: Array<string>, tags?: Array<string>, years?: Array<number>, enableUserData?: boolean, imageTypeLimit?: number, enableImageTypes?: Array<ImageType>, person?: string, personIds?: Array<string>, personTypes?: Array<string>, studios?: Array<string>, artists?: Array<string>, excludeArtistIds?: Array<string>, artistIds?: Array<string>, albumArtistIds?: Array<string>, contributingArtistIds?: Array<string>, albums?: Array<string>, albumIds?: Array<string>, ids?: Array<string>, videoTypes?: Array<VideoType>, minOfficialRating?: string, isLocked?: boolean, isPlaceHolder?: boolean, hasOfficialRating?: boolean, collapseBoxSetItems?: boolean, minWidth?: number, minHeight?: number, maxWidth?: number, maxHeight?: number, is3D?: boolean, seriesStatus?: Array<SeriesStatus>, nameStartsWithOrGreater?: string, nameStartsWith?: string, nameLessThan?: string, studioIds?: Array<string>, genreIds?: Array<string>, enableTotalRecordCount?: boolean, enableImages?: boolean, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BaseItemDtoQueryResult>>;
|
|
216
|
+
};
|
|
217
|
+
/**
|
|
218
|
+
* TrailersApi - factory interface
|
|
219
|
+
* @export
|
|
220
|
+
*/
|
|
221
|
+
export declare const TrailersApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
222
|
+
/**
|
|
223
|
+
*
|
|
224
|
+
* @summary Finds movies and trailers similar to a given trailer.
|
|
225
|
+
* @param {string} [userId] The user id.
|
|
226
|
+
* @param {string} [maxOfficialRating] Optional filter by maximum official rating (PG, PG-13, TV-MA, etc).
|
|
227
|
+
* @param {boolean} [hasThemeSong] Optional filter by items with theme songs.
|
|
228
|
+
* @param {boolean} [hasThemeVideo] Optional filter by items with theme videos.
|
|
229
|
+
* @param {boolean} [hasSubtitles] Optional filter by items with subtitles.
|
|
230
|
+
* @param {boolean} [hasSpecialFeature] Optional filter by items with special features.
|
|
231
|
+
* @param {boolean} [hasTrailer] Optional filter by items with trailers.
|
|
232
|
+
* @param {string} [adjacentTo] Optional. Return items that are siblings of a supplied item.
|
|
233
|
+
* @param {number} [parentIndexNumber] Optional filter by parent index number.
|
|
234
|
+
* @param {boolean} [hasParentalRating] Optional filter by items that have or do not have a parental rating.
|
|
235
|
+
* @param {boolean} [isHd] Optional filter by items that are HD or not.
|
|
236
|
+
* @param {boolean} [is4K] Optional filter by items that are 4K or not.
|
|
237
|
+
* @param {Array<LocationType>} [locationTypes] Optional. If specified, results will be filtered based on LocationType. This allows multiple, comma delimited.
|
|
238
|
+
* @param {Array<LocationType>} [excludeLocationTypes] Optional. If specified, results will be filtered based on the LocationType. This allows multiple, comma delimited.
|
|
239
|
+
* @param {boolean} [isMissing] Optional filter by items that are missing episodes or not.
|
|
240
|
+
* @param {boolean} [isUnaired] Optional filter by items that are unaired episodes or not.
|
|
241
|
+
* @param {number} [minCommunityRating] Optional filter by minimum community rating.
|
|
242
|
+
* @param {number} [minCriticRating] Optional filter by minimum critic rating.
|
|
243
|
+
* @param {string} [minPremiereDate] Optional. The minimum premiere date. Format = ISO.
|
|
244
|
+
* @param {string} [minDateLastSaved] Optional. The minimum last saved date. Format = ISO.
|
|
245
|
+
* @param {string} [minDateLastSavedForUser] Optional. The minimum last saved date for the current user. Format = ISO.
|
|
246
|
+
* @param {string} [maxPremiereDate] Optional. The maximum premiere date. Format = ISO.
|
|
247
|
+
* @param {boolean} [hasOverview] Optional filter by items that have an overview or not.
|
|
248
|
+
* @param {boolean} [hasImdbId] Optional filter by items that have an imdb id or not.
|
|
249
|
+
* @param {boolean} [hasTmdbId] Optional filter by items that have a tmdb id or not.
|
|
250
|
+
* @param {boolean} [hasTvdbId] Optional filter by items that have a tvdb id or not.
|
|
251
|
+
* @param {boolean} [isMovie] Optional filter for live tv movies.
|
|
252
|
+
* @param {boolean} [isSeries] Optional filter for live tv series.
|
|
253
|
+
* @param {boolean} [isNews] Optional filter for live tv news.
|
|
254
|
+
* @param {boolean} [isKids] Optional filter for live tv kids.
|
|
255
|
+
* @param {boolean} [isSports] Optional filter for live tv sports.
|
|
256
|
+
* @param {Array<string>} [excludeItemIds] Optional. If specified, results will be filtered by excluding item ids. This allows multiple, comma delimited.
|
|
257
|
+
* @param {number} [startIndex] Optional. The record index to start at. All items with a lower index will be dropped from the results.
|
|
258
|
+
* @param {number} [limit] Optional. The maximum number of records to return.
|
|
259
|
+
* @param {boolean} [recursive] When searching within folders, this determines whether or not the search will be recursive. true/false.
|
|
260
|
+
* @param {string} [searchTerm] Optional. Filter based on a search term.
|
|
261
|
+
* @param {Array<SortOrder>} [sortOrder] Sort Order - Ascending,Descending.
|
|
262
|
+
* @param {string} [parentId] Specify this to localize the search to a specific item or folder. Omit to use the root.
|
|
263
|
+
* @param {Array<ItemFields>} [fields] Optional. Specify additional fields of information to return in the output. This allows multiple, comma delimited. Options: Budget, Chapters, DateCreated, Genres, HomePageUrl, IndexOptions, MediaStreams, Overview, ParentId, Path, People, ProviderIds, PrimaryImageAspectRatio, Revenue, SortName, Studios, Taglines.
|
|
264
|
+
* @param {Array<BaseItemKind>} [excludeItemTypes] Optional. If specified, results will be filtered based on item type. This allows multiple, comma delimited.
|
|
265
|
+
* @param {Array<ItemFilter>} [filters] Optional. Specify additional filters to apply. This allows multiple, comma delimited. Options: IsFolder, IsNotFolder, IsUnplayed, IsPlayed, IsFavorite, IsResumable, Likes, Dislikes.
|
|
266
|
+
* @param {boolean} [isFavorite] Optional filter by items that are marked as favorite, or not.
|
|
267
|
+
* @param {Array<string>} [mediaTypes] Optional filter by MediaType. Allows multiple, comma delimited.
|
|
268
|
+
* @param {Array<ImageType>} [imageTypes] Optional. If specified, results will be filtered based on those containing image types. This allows multiple, comma delimited.
|
|
269
|
+
* @param {Array<string>} [sortBy] Optional. Specify one or more sort orders, comma delimited. Options: Album, AlbumArtist, Artist, Budget, CommunityRating, CriticRating, DateCreated, DatePlayed, PlayCount, PremiereDate, ProductionYear, SortName, Random, Revenue, Runtime.
|
|
270
|
+
* @param {boolean} [isPlayed] Optional filter by items that are played, or not.
|
|
271
|
+
* @param {Array<string>} [genres] Optional. If specified, results will be filtered based on genre. This allows multiple, pipe delimited.
|
|
272
|
+
* @param {Array<string>} [officialRatings] Optional. If specified, results will be filtered based on OfficialRating. This allows multiple, pipe delimited.
|
|
273
|
+
* @param {Array<string>} [tags] Optional. If specified, results will be filtered based on tag. This allows multiple, pipe delimited.
|
|
274
|
+
* @param {Array<number>} [years] Optional. If specified, results will be filtered based on production year. This allows multiple, comma delimited.
|
|
275
|
+
* @param {boolean} [enableUserData] Optional, include user data.
|
|
276
|
+
* @param {number} [imageTypeLimit] Optional, the max number of images to return, per image type.
|
|
277
|
+
* @param {Array<ImageType>} [enableImageTypes] Optional. The image types to include in the output.
|
|
278
|
+
* @param {string} [person] Optional. If specified, results will be filtered to include only those containing the specified person.
|
|
279
|
+
* @param {Array<string>} [personIds] Optional. If specified, results will be filtered to include only those containing the specified person id.
|
|
280
|
+
* @param {Array<string>} [personTypes] Optional. If specified, along with Person, results will be filtered to include only those containing the specified person and PersonType. Allows multiple, comma-delimited.
|
|
281
|
+
* @param {Array<string>} [studios] Optional. If specified, results will be filtered based on studio. This allows multiple, pipe delimited.
|
|
282
|
+
* @param {Array<string>} [artists] Optional. If specified, results will be filtered based on artists. This allows multiple, pipe delimited.
|
|
283
|
+
* @param {Array<string>} [excludeArtistIds] Optional. If specified, results will be filtered based on artist id. This allows multiple, pipe delimited.
|
|
284
|
+
* @param {Array<string>} [artistIds] Optional. If specified, results will be filtered to include only those containing the specified artist id.
|
|
285
|
+
* @param {Array<string>} [albumArtistIds] Optional. If specified, results will be filtered to include only those containing the specified album artist id.
|
|
286
|
+
* @param {Array<string>} [contributingArtistIds] Optional. If specified, results will be filtered to include only those containing the specified contributing artist id.
|
|
287
|
+
* @param {Array<string>} [albums] Optional. If specified, results will be filtered based on album. This allows multiple, pipe delimited.
|
|
288
|
+
* @param {Array<string>} [albumIds] Optional. If specified, results will be filtered based on album id. This allows multiple, pipe delimited.
|
|
289
|
+
* @param {Array<string>} [ids] Optional. If specific items are needed, specify a list of item id\'s to retrieve. This allows multiple, comma delimited.
|
|
290
|
+
* @param {Array<VideoType>} [videoTypes] Optional filter by VideoType (videofile, dvd, bluray, iso). Allows multiple, comma delimited.
|
|
291
|
+
* @param {string} [minOfficialRating] Optional filter by minimum official rating (PG, PG-13, TV-MA, etc).
|
|
292
|
+
* @param {boolean} [isLocked] Optional filter by items that are locked.
|
|
293
|
+
* @param {boolean} [isPlaceHolder] Optional filter by items that are placeholders.
|
|
294
|
+
* @param {boolean} [hasOfficialRating] Optional filter by items that have official ratings.
|
|
295
|
+
* @param {boolean} [collapseBoxSetItems] Whether or not to hide items behind their boxsets.
|
|
296
|
+
* @param {number} [minWidth] Optional. Filter by the minimum width of the item.
|
|
297
|
+
* @param {number} [minHeight] Optional. Filter by the minimum height of the item.
|
|
298
|
+
* @param {number} [maxWidth] Optional. Filter by the maximum width of the item.
|
|
299
|
+
* @param {number} [maxHeight] Optional. Filter by the maximum height of the item.
|
|
300
|
+
* @param {boolean} [is3D] Optional filter by items that are 3D, or not.
|
|
301
|
+
* @param {Array<SeriesStatus>} [seriesStatus] Optional filter by Series Status. Allows multiple, comma delimited.
|
|
302
|
+
* @param {string} [nameStartsWithOrGreater] Optional filter by items whose name is sorted equally or greater than a given input string.
|
|
303
|
+
* @param {string} [nameStartsWith] Optional filter by items whose name is sorted equally than a given input string.
|
|
304
|
+
* @param {string} [nameLessThan] Optional filter by items whose name is equally or lesser than a given input string.
|
|
305
|
+
* @param {Array<string>} [studioIds] Optional. If specified, results will be filtered based on studio id. This allows multiple, pipe delimited.
|
|
306
|
+
* @param {Array<string>} [genreIds] Optional. If specified, results will be filtered based on genre id. This allows multiple, pipe delimited.
|
|
307
|
+
* @param {boolean} [enableTotalRecordCount] Optional. Enable the total record count.
|
|
308
|
+
* @param {boolean} [enableImages] Optional, include image information in output.
|
|
309
|
+
* @param {*} [options] Override http request option.
|
|
310
|
+
* @throws {RequiredError}
|
|
311
|
+
*/
|
|
312
|
+
getTrailers(userId?: string, maxOfficialRating?: string, hasThemeSong?: boolean, hasThemeVideo?: boolean, hasSubtitles?: boolean, hasSpecialFeature?: boolean, hasTrailer?: boolean, adjacentTo?: string, parentIndexNumber?: number, hasParentalRating?: boolean, isHd?: boolean, is4K?: boolean, locationTypes?: Array<LocationType>, excludeLocationTypes?: Array<LocationType>, isMissing?: boolean, isUnaired?: boolean, minCommunityRating?: number, minCriticRating?: number, minPremiereDate?: string, minDateLastSaved?: string, minDateLastSavedForUser?: string, maxPremiereDate?: string, hasOverview?: boolean, hasImdbId?: boolean, hasTmdbId?: boolean, hasTvdbId?: boolean, isMovie?: boolean, isSeries?: boolean, isNews?: boolean, isKids?: boolean, isSports?: boolean, excludeItemIds?: Array<string>, startIndex?: number, limit?: number, recursive?: boolean, searchTerm?: string, sortOrder?: Array<SortOrder>, parentId?: string, fields?: Array<ItemFields>, excludeItemTypes?: Array<BaseItemKind>, filters?: Array<ItemFilter>, isFavorite?: boolean, mediaTypes?: Array<string>, imageTypes?: Array<ImageType>, sortBy?: Array<string>, isPlayed?: boolean, genres?: Array<string>, officialRatings?: Array<string>, tags?: Array<string>, years?: Array<number>, enableUserData?: boolean, imageTypeLimit?: number, enableImageTypes?: Array<ImageType>, person?: string, personIds?: Array<string>, personTypes?: Array<string>, studios?: Array<string>, artists?: Array<string>, excludeArtistIds?: Array<string>, artistIds?: Array<string>, albumArtistIds?: Array<string>, contributingArtistIds?: Array<string>, albums?: Array<string>, albumIds?: Array<string>, ids?: Array<string>, videoTypes?: Array<VideoType>, minOfficialRating?: string, isLocked?: boolean, isPlaceHolder?: boolean, hasOfficialRating?: boolean, collapseBoxSetItems?: boolean, minWidth?: number, minHeight?: number, maxWidth?: number, maxHeight?: number, is3D?: boolean, seriesStatus?: Array<SeriesStatus>, nameStartsWithOrGreater?: string, nameStartsWith?: string, nameLessThan?: string, studioIds?: Array<string>, genreIds?: Array<string>, enableTotalRecordCount?: boolean, enableImages?: boolean, options?: any): AxiosPromise<BaseItemDtoQueryResult>;
|
|
313
|
+
};
|
|
314
|
+
/**
|
|
315
|
+
* Request parameters for getTrailers operation in TrailersApi.
|
|
316
|
+
* @export
|
|
317
|
+
* @interface TrailersApiGetTrailersRequest
|
|
318
|
+
*/
|
|
319
|
+
export interface TrailersApiGetTrailersRequest {
|
|
320
|
+
/**
|
|
321
|
+
* The user id.
|
|
322
|
+
* @type {string}
|
|
323
|
+
* @memberof TrailersApiGetTrailers
|
|
324
|
+
*/
|
|
325
|
+
readonly userId?: string;
|
|
326
|
+
/**
|
|
327
|
+
* Optional filter by maximum official rating (PG, PG-13, TV-MA, etc).
|
|
328
|
+
* @type {string}
|
|
329
|
+
* @memberof TrailersApiGetTrailers
|
|
330
|
+
*/
|
|
331
|
+
readonly maxOfficialRating?: string;
|
|
332
|
+
/**
|
|
333
|
+
* Optional filter by items with theme songs.
|
|
334
|
+
* @type {boolean}
|
|
335
|
+
* @memberof TrailersApiGetTrailers
|
|
336
|
+
*/
|
|
337
|
+
readonly hasThemeSong?: boolean;
|
|
338
|
+
/**
|
|
339
|
+
* Optional filter by items with theme videos.
|
|
340
|
+
* @type {boolean}
|
|
341
|
+
* @memberof TrailersApiGetTrailers
|
|
342
|
+
*/
|
|
343
|
+
readonly hasThemeVideo?: boolean;
|
|
344
|
+
/**
|
|
345
|
+
* Optional filter by items with subtitles.
|
|
346
|
+
* @type {boolean}
|
|
347
|
+
* @memberof TrailersApiGetTrailers
|
|
348
|
+
*/
|
|
349
|
+
readonly hasSubtitles?: boolean;
|
|
350
|
+
/**
|
|
351
|
+
* Optional filter by items with special features.
|
|
352
|
+
* @type {boolean}
|
|
353
|
+
* @memberof TrailersApiGetTrailers
|
|
354
|
+
*/
|
|
355
|
+
readonly hasSpecialFeature?: boolean;
|
|
356
|
+
/**
|
|
357
|
+
* Optional filter by items with trailers.
|
|
358
|
+
* @type {boolean}
|
|
359
|
+
* @memberof TrailersApiGetTrailers
|
|
360
|
+
*/
|
|
361
|
+
readonly hasTrailer?: boolean;
|
|
362
|
+
/**
|
|
363
|
+
* Optional. Return items that are siblings of a supplied item.
|
|
364
|
+
* @type {string}
|
|
365
|
+
* @memberof TrailersApiGetTrailers
|
|
366
|
+
*/
|
|
367
|
+
readonly adjacentTo?: string;
|
|
368
|
+
/**
|
|
369
|
+
* Optional filter by parent index number.
|
|
370
|
+
* @type {number}
|
|
371
|
+
* @memberof TrailersApiGetTrailers
|
|
372
|
+
*/
|
|
373
|
+
readonly parentIndexNumber?: number;
|
|
374
|
+
/**
|
|
375
|
+
* Optional filter by items that have or do not have a parental rating.
|
|
376
|
+
* @type {boolean}
|
|
377
|
+
* @memberof TrailersApiGetTrailers
|
|
378
|
+
*/
|
|
379
|
+
readonly hasParentalRating?: boolean;
|
|
380
|
+
/**
|
|
381
|
+
* Optional filter by items that are HD or not.
|
|
382
|
+
* @type {boolean}
|
|
383
|
+
* @memberof TrailersApiGetTrailers
|
|
384
|
+
*/
|
|
385
|
+
readonly isHd?: boolean;
|
|
386
|
+
/**
|
|
387
|
+
* Optional filter by items that are 4K or not.
|
|
388
|
+
* @type {boolean}
|
|
389
|
+
* @memberof TrailersApiGetTrailers
|
|
390
|
+
*/
|
|
391
|
+
readonly is4K?: boolean;
|
|
392
|
+
/**
|
|
393
|
+
* Optional. If specified, results will be filtered based on LocationType. This allows multiple, comma delimited.
|
|
394
|
+
* @type {Array<LocationType>}
|
|
395
|
+
* @memberof TrailersApiGetTrailers
|
|
396
|
+
*/
|
|
397
|
+
readonly locationTypes?: Array<LocationType>;
|
|
398
|
+
/**
|
|
399
|
+
* Optional. If specified, results will be filtered based on the LocationType. This allows multiple, comma delimited.
|
|
400
|
+
* @type {Array<LocationType>}
|
|
401
|
+
* @memberof TrailersApiGetTrailers
|
|
402
|
+
*/
|
|
403
|
+
readonly excludeLocationTypes?: Array<LocationType>;
|
|
404
|
+
/**
|
|
405
|
+
* Optional filter by items that are missing episodes or not.
|
|
406
|
+
* @type {boolean}
|
|
407
|
+
* @memberof TrailersApiGetTrailers
|
|
408
|
+
*/
|
|
409
|
+
readonly isMissing?: boolean;
|
|
410
|
+
/**
|
|
411
|
+
* Optional filter by items that are unaired episodes or not.
|
|
412
|
+
* @type {boolean}
|
|
413
|
+
* @memberof TrailersApiGetTrailers
|
|
414
|
+
*/
|
|
415
|
+
readonly isUnaired?: boolean;
|
|
416
|
+
/**
|
|
417
|
+
* Optional filter by minimum community rating.
|
|
418
|
+
* @type {number}
|
|
419
|
+
* @memberof TrailersApiGetTrailers
|
|
420
|
+
*/
|
|
421
|
+
readonly minCommunityRating?: number;
|
|
422
|
+
/**
|
|
423
|
+
* Optional filter by minimum critic rating.
|
|
424
|
+
* @type {number}
|
|
425
|
+
* @memberof TrailersApiGetTrailers
|
|
426
|
+
*/
|
|
427
|
+
readonly minCriticRating?: number;
|
|
428
|
+
/**
|
|
429
|
+
* Optional. The minimum premiere date. Format = ISO.
|
|
430
|
+
* @type {string}
|
|
431
|
+
* @memberof TrailersApiGetTrailers
|
|
432
|
+
*/
|
|
433
|
+
readonly minPremiereDate?: string;
|
|
434
|
+
/**
|
|
435
|
+
* Optional. The minimum last saved date. Format = ISO.
|
|
436
|
+
* @type {string}
|
|
437
|
+
* @memberof TrailersApiGetTrailers
|
|
438
|
+
*/
|
|
439
|
+
readonly minDateLastSaved?: string;
|
|
440
|
+
/**
|
|
441
|
+
* Optional. The minimum last saved date for the current user. Format = ISO.
|
|
442
|
+
* @type {string}
|
|
443
|
+
* @memberof TrailersApiGetTrailers
|
|
444
|
+
*/
|
|
445
|
+
readonly minDateLastSavedForUser?: string;
|
|
446
|
+
/**
|
|
447
|
+
* Optional. The maximum premiere date. Format = ISO.
|
|
448
|
+
* @type {string}
|
|
449
|
+
* @memberof TrailersApiGetTrailers
|
|
450
|
+
*/
|
|
451
|
+
readonly maxPremiereDate?: string;
|
|
452
|
+
/**
|
|
453
|
+
* Optional filter by items that have an overview or not.
|
|
454
|
+
* @type {boolean}
|
|
455
|
+
* @memberof TrailersApiGetTrailers
|
|
456
|
+
*/
|
|
457
|
+
readonly hasOverview?: boolean;
|
|
458
|
+
/**
|
|
459
|
+
* Optional filter by items that have an imdb id or not.
|
|
460
|
+
* @type {boolean}
|
|
461
|
+
* @memberof TrailersApiGetTrailers
|
|
462
|
+
*/
|
|
463
|
+
readonly hasImdbId?: boolean;
|
|
464
|
+
/**
|
|
465
|
+
* Optional filter by items that have a tmdb id or not.
|
|
466
|
+
* @type {boolean}
|
|
467
|
+
* @memberof TrailersApiGetTrailers
|
|
468
|
+
*/
|
|
469
|
+
readonly hasTmdbId?: boolean;
|
|
470
|
+
/**
|
|
471
|
+
* Optional filter by items that have a tvdb id or not.
|
|
472
|
+
* @type {boolean}
|
|
473
|
+
* @memberof TrailersApiGetTrailers
|
|
474
|
+
*/
|
|
475
|
+
readonly hasTvdbId?: boolean;
|
|
476
|
+
/**
|
|
477
|
+
* Optional filter for live tv movies.
|
|
478
|
+
* @type {boolean}
|
|
479
|
+
* @memberof TrailersApiGetTrailers
|
|
480
|
+
*/
|
|
481
|
+
readonly isMovie?: boolean;
|
|
482
|
+
/**
|
|
483
|
+
* Optional filter for live tv series.
|
|
484
|
+
* @type {boolean}
|
|
485
|
+
* @memberof TrailersApiGetTrailers
|
|
486
|
+
*/
|
|
487
|
+
readonly isSeries?: boolean;
|
|
488
|
+
/**
|
|
489
|
+
* Optional filter for live tv news.
|
|
490
|
+
* @type {boolean}
|
|
491
|
+
* @memberof TrailersApiGetTrailers
|
|
492
|
+
*/
|
|
493
|
+
readonly isNews?: boolean;
|
|
494
|
+
/**
|
|
495
|
+
* Optional filter for live tv kids.
|
|
496
|
+
* @type {boolean}
|
|
497
|
+
* @memberof TrailersApiGetTrailers
|
|
498
|
+
*/
|
|
499
|
+
readonly isKids?: boolean;
|
|
500
|
+
/**
|
|
501
|
+
* Optional filter for live tv sports.
|
|
502
|
+
* @type {boolean}
|
|
503
|
+
* @memberof TrailersApiGetTrailers
|
|
504
|
+
*/
|
|
505
|
+
readonly isSports?: boolean;
|
|
506
|
+
/**
|
|
507
|
+
* Optional. If specified, results will be filtered by excluding item ids. This allows multiple, comma delimited.
|
|
508
|
+
* @type {Array<string>}
|
|
509
|
+
* @memberof TrailersApiGetTrailers
|
|
510
|
+
*/
|
|
511
|
+
readonly excludeItemIds?: Array<string>;
|
|
512
|
+
/**
|
|
513
|
+
* Optional. The record index to start at. All items with a lower index will be dropped from the results.
|
|
514
|
+
* @type {number}
|
|
515
|
+
* @memberof TrailersApiGetTrailers
|
|
516
|
+
*/
|
|
517
|
+
readonly startIndex?: number;
|
|
518
|
+
/**
|
|
519
|
+
* Optional. The maximum number of records to return.
|
|
520
|
+
* @type {number}
|
|
521
|
+
* @memberof TrailersApiGetTrailers
|
|
522
|
+
*/
|
|
523
|
+
readonly limit?: number;
|
|
524
|
+
/**
|
|
525
|
+
* When searching within folders, this determines whether or not the search will be recursive. true/false.
|
|
526
|
+
* @type {boolean}
|
|
527
|
+
* @memberof TrailersApiGetTrailers
|
|
528
|
+
*/
|
|
529
|
+
readonly recursive?: boolean;
|
|
530
|
+
/**
|
|
531
|
+
* Optional. Filter based on a search term.
|
|
532
|
+
* @type {string}
|
|
533
|
+
* @memberof TrailersApiGetTrailers
|
|
534
|
+
*/
|
|
535
|
+
readonly searchTerm?: string;
|
|
536
|
+
/**
|
|
537
|
+
* Sort Order - Ascending,Descending.
|
|
538
|
+
* @type {Array<SortOrder>}
|
|
539
|
+
* @memberof TrailersApiGetTrailers
|
|
540
|
+
*/
|
|
541
|
+
readonly sortOrder?: Array<SortOrder>;
|
|
542
|
+
/**
|
|
543
|
+
* Specify this to localize the search to a specific item or folder. Omit to use the root.
|
|
544
|
+
* @type {string}
|
|
545
|
+
* @memberof TrailersApiGetTrailers
|
|
546
|
+
*/
|
|
547
|
+
readonly parentId?: string;
|
|
548
|
+
/**
|
|
549
|
+
* Optional. Specify additional fields of information to return in the output. This allows multiple, comma delimited. Options: Budget, Chapters, DateCreated, Genres, HomePageUrl, IndexOptions, MediaStreams, Overview, ParentId, Path, People, ProviderIds, PrimaryImageAspectRatio, Revenue, SortName, Studios, Taglines.
|
|
550
|
+
* @type {Array<ItemFields>}
|
|
551
|
+
* @memberof TrailersApiGetTrailers
|
|
552
|
+
*/
|
|
553
|
+
readonly fields?: Array<ItemFields>;
|
|
554
|
+
/**
|
|
555
|
+
* Optional. If specified, results will be filtered based on item type. This allows multiple, comma delimited.
|
|
556
|
+
* @type {Array<BaseItemKind>}
|
|
557
|
+
* @memberof TrailersApiGetTrailers
|
|
558
|
+
*/
|
|
559
|
+
readonly excludeItemTypes?: Array<BaseItemKind>;
|
|
560
|
+
/**
|
|
561
|
+
* Optional. Specify additional filters to apply. This allows multiple, comma delimited. Options: IsFolder, IsNotFolder, IsUnplayed, IsPlayed, IsFavorite, IsResumable, Likes, Dislikes.
|
|
562
|
+
* @type {Array<ItemFilter>}
|
|
563
|
+
* @memberof TrailersApiGetTrailers
|
|
564
|
+
*/
|
|
565
|
+
readonly filters?: Array<ItemFilter>;
|
|
566
|
+
/**
|
|
567
|
+
* Optional filter by items that are marked as favorite, or not.
|
|
568
|
+
* @type {boolean}
|
|
569
|
+
* @memberof TrailersApiGetTrailers
|
|
570
|
+
*/
|
|
571
|
+
readonly isFavorite?: boolean;
|
|
572
|
+
/**
|
|
573
|
+
* Optional filter by MediaType. Allows multiple, comma delimited.
|
|
574
|
+
* @type {Array<string>}
|
|
575
|
+
* @memberof TrailersApiGetTrailers
|
|
576
|
+
*/
|
|
577
|
+
readonly mediaTypes?: Array<string>;
|
|
578
|
+
/**
|
|
579
|
+
* Optional. If specified, results will be filtered based on those containing image types. This allows multiple, comma delimited.
|
|
580
|
+
* @type {Array<ImageType>}
|
|
581
|
+
* @memberof TrailersApiGetTrailers
|
|
582
|
+
*/
|
|
583
|
+
readonly imageTypes?: Array<ImageType>;
|
|
584
|
+
/**
|
|
585
|
+
* Optional. Specify one or more sort orders, comma delimited. Options: Album, AlbumArtist, Artist, Budget, CommunityRating, CriticRating, DateCreated, DatePlayed, PlayCount, PremiereDate, ProductionYear, SortName, Random, Revenue, Runtime.
|
|
586
|
+
* @type {Array<string>}
|
|
587
|
+
* @memberof TrailersApiGetTrailers
|
|
588
|
+
*/
|
|
589
|
+
readonly sortBy?: Array<string>;
|
|
590
|
+
/**
|
|
591
|
+
* Optional filter by items that are played, or not.
|
|
592
|
+
* @type {boolean}
|
|
593
|
+
* @memberof TrailersApiGetTrailers
|
|
594
|
+
*/
|
|
595
|
+
readonly isPlayed?: boolean;
|
|
596
|
+
/**
|
|
597
|
+
* Optional. If specified, results will be filtered based on genre. This allows multiple, pipe delimited.
|
|
598
|
+
* @type {Array<string>}
|
|
599
|
+
* @memberof TrailersApiGetTrailers
|
|
600
|
+
*/
|
|
601
|
+
readonly genres?: Array<string>;
|
|
602
|
+
/**
|
|
603
|
+
* Optional. If specified, results will be filtered based on OfficialRating. This allows multiple, pipe delimited.
|
|
604
|
+
* @type {Array<string>}
|
|
605
|
+
* @memberof TrailersApiGetTrailers
|
|
606
|
+
*/
|
|
607
|
+
readonly officialRatings?: Array<string>;
|
|
608
|
+
/**
|
|
609
|
+
* Optional. If specified, results will be filtered based on tag. This allows multiple, pipe delimited.
|
|
610
|
+
* @type {Array<string>}
|
|
611
|
+
* @memberof TrailersApiGetTrailers
|
|
612
|
+
*/
|
|
613
|
+
readonly tags?: Array<string>;
|
|
614
|
+
/**
|
|
615
|
+
* Optional. If specified, results will be filtered based on production year. This allows multiple, comma delimited.
|
|
616
|
+
* @type {Array<number>}
|
|
617
|
+
* @memberof TrailersApiGetTrailers
|
|
618
|
+
*/
|
|
619
|
+
readonly years?: Array<number>;
|
|
620
|
+
/**
|
|
621
|
+
* Optional, include user data.
|
|
622
|
+
* @type {boolean}
|
|
623
|
+
* @memberof TrailersApiGetTrailers
|
|
624
|
+
*/
|
|
625
|
+
readonly enableUserData?: boolean;
|
|
626
|
+
/**
|
|
627
|
+
* Optional, the max number of images to return, per image type.
|
|
628
|
+
* @type {number}
|
|
629
|
+
* @memberof TrailersApiGetTrailers
|
|
630
|
+
*/
|
|
631
|
+
readonly imageTypeLimit?: number;
|
|
632
|
+
/**
|
|
633
|
+
* Optional. The image types to include in the output.
|
|
634
|
+
* @type {Array<ImageType>}
|
|
635
|
+
* @memberof TrailersApiGetTrailers
|
|
636
|
+
*/
|
|
637
|
+
readonly enableImageTypes?: Array<ImageType>;
|
|
638
|
+
/**
|
|
639
|
+
* Optional. If specified, results will be filtered to include only those containing the specified person.
|
|
640
|
+
* @type {string}
|
|
641
|
+
* @memberof TrailersApiGetTrailers
|
|
642
|
+
*/
|
|
643
|
+
readonly person?: string;
|
|
644
|
+
/**
|
|
645
|
+
* Optional. If specified, results will be filtered to include only those containing the specified person id.
|
|
646
|
+
* @type {Array<string>}
|
|
647
|
+
* @memberof TrailersApiGetTrailers
|
|
648
|
+
*/
|
|
649
|
+
readonly personIds?: Array<string>;
|
|
650
|
+
/**
|
|
651
|
+
* Optional. If specified, along with Person, results will be filtered to include only those containing the specified person and PersonType. Allows multiple, comma-delimited.
|
|
652
|
+
* @type {Array<string>}
|
|
653
|
+
* @memberof TrailersApiGetTrailers
|
|
654
|
+
*/
|
|
655
|
+
readonly personTypes?: Array<string>;
|
|
656
|
+
/**
|
|
657
|
+
* Optional. If specified, results will be filtered based on studio. This allows multiple, pipe delimited.
|
|
658
|
+
* @type {Array<string>}
|
|
659
|
+
* @memberof TrailersApiGetTrailers
|
|
660
|
+
*/
|
|
661
|
+
readonly studios?: Array<string>;
|
|
662
|
+
/**
|
|
663
|
+
* Optional. If specified, results will be filtered based on artists. This allows multiple, pipe delimited.
|
|
664
|
+
* @type {Array<string>}
|
|
665
|
+
* @memberof TrailersApiGetTrailers
|
|
666
|
+
*/
|
|
667
|
+
readonly artists?: Array<string>;
|
|
668
|
+
/**
|
|
669
|
+
* Optional. If specified, results will be filtered based on artist id. This allows multiple, pipe delimited.
|
|
670
|
+
* @type {Array<string>}
|
|
671
|
+
* @memberof TrailersApiGetTrailers
|
|
672
|
+
*/
|
|
673
|
+
readonly excludeArtistIds?: Array<string>;
|
|
674
|
+
/**
|
|
675
|
+
* Optional. If specified, results will be filtered to include only those containing the specified artist id.
|
|
676
|
+
* @type {Array<string>}
|
|
677
|
+
* @memberof TrailersApiGetTrailers
|
|
678
|
+
*/
|
|
679
|
+
readonly artistIds?: Array<string>;
|
|
680
|
+
/**
|
|
681
|
+
* Optional. If specified, results will be filtered to include only those containing the specified album artist id.
|
|
682
|
+
* @type {Array<string>}
|
|
683
|
+
* @memberof TrailersApiGetTrailers
|
|
684
|
+
*/
|
|
685
|
+
readonly albumArtistIds?: Array<string>;
|
|
686
|
+
/**
|
|
687
|
+
* Optional. If specified, results will be filtered to include only those containing the specified contributing artist id.
|
|
688
|
+
* @type {Array<string>}
|
|
689
|
+
* @memberof TrailersApiGetTrailers
|
|
690
|
+
*/
|
|
691
|
+
readonly contributingArtistIds?: Array<string>;
|
|
692
|
+
/**
|
|
693
|
+
* Optional. If specified, results will be filtered based on album. This allows multiple, pipe delimited.
|
|
694
|
+
* @type {Array<string>}
|
|
695
|
+
* @memberof TrailersApiGetTrailers
|
|
696
|
+
*/
|
|
697
|
+
readonly albums?: Array<string>;
|
|
698
|
+
/**
|
|
699
|
+
* Optional. If specified, results will be filtered based on album id. This allows multiple, pipe delimited.
|
|
700
|
+
* @type {Array<string>}
|
|
701
|
+
* @memberof TrailersApiGetTrailers
|
|
702
|
+
*/
|
|
703
|
+
readonly albumIds?: Array<string>;
|
|
704
|
+
/**
|
|
705
|
+
* Optional. If specific items are needed, specify a list of item id\'s to retrieve. This allows multiple, comma delimited.
|
|
706
|
+
* @type {Array<string>}
|
|
707
|
+
* @memberof TrailersApiGetTrailers
|
|
708
|
+
*/
|
|
709
|
+
readonly ids?: Array<string>;
|
|
710
|
+
/**
|
|
711
|
+
* Optional filter by VideoType (videofile, dvd, bluray, iso). Allows multiple, comma delimited.
|
|
712
|
+
* @type {Array<VideoType>}
|
|
713
|
+
* @memberof TrailersApiGetTrailers
|
|
714
|
+
*/
|
|
715
|
+
readonly videoTypes?: Array<VideoType>;
|
|
716
|
+
/**
|
|
717
|
+
* Optional filter by minimum official rating (PG, PG-13, TV-MA, etc).
|
|
718
|
+
* @type {string}
|
|
719
|
+
* @memberof TrailersApiGetTrailers
|
|
720
|
+
*/
|
|
721
|
+
readonly minOfficialRating?: string;
|
|
722
|
+
/**
|
|
723
|
+
* Optional filter by items that are locked.
|
|
724
|
+
* @type {boolean}
|
|
725
|
+
* @memberof TrailersApiGetTrailers
|
|
726
|
+
*/
|
|
727
|
+
readonly isLocked?: boolean;
|
|
728
|
+
/**
|
|
729
|
+
* Optional filter by items that are placeholders.
|
|
730
|
+
* @type {boolean}
|
|
731
|
+
* @memberof TrailersApiGetTrailers
|
|
732
|
+
*/
|
|
733
|
+
readonly isPlaceHolder?: boolean;
|
|
734
|
+
/**
|
|
735
|
+
* Optional filter by items that have official ratings.
|
|
736
|
+
* @type {boolean}
|
|
737
|
+
* @memberof TrailersApiGetTrailers
|
|
738
|
+
*/
|
|
739
|
+
readonly hasOfficialRating?: boolean;
|
|
740
|
+
/**
|
|
741
|
+
* Whether or not to hide items behind their boxsets.
|
|
742
|
+
* @type {boolean}
|
|
743
|
+
* @memberof TrailersApiGetTrailers
|
|
744
|
+
*/
|
|
745
|
+
readonly collapseBoxSetItems?: boolean;
|
|
746
|
+
/**
|
|
747
|
+
* Optional. Filter by the minimum width of the item.
|
|
748
|
+
* @type {number}
|
|
749
|
+
* @memberof TrailersApiGetTrailers
|
|
750
|
+
*/
|
|
751
|
+
readonly minWidth?: number;
|
|
752
|
+
/**
|
|
753
|
+
* Optional. Filter by the minimum height of the item.
|
|
754
|
+
* @type {number}
|
|
755
|
+
* @memberof TrailersApiGetTrailers
|
|
756
|
+
*/
|
|
757
|
+
readonly minHeight?: number;
|
|
758
|
+
/**
|
|
759
|
+
* Optional. Filter by the maximum width of the item.
|
|
760
|
+
* @type {number}
|
|
761
|
+
* @memberof TrailersApiGetTrailers
|
|
762
|
+
*/
|
|
763
|
+
readonly maxWidth?: number;
|
|
764
|
+
/**
|
|
765
|
+
* Optional. Filter by the maximum height of the item.
|
|
766
|
+
* @type {number}
|
|
767
|
+
* @memberof TrailersApiGetTrailers
|
|
768
|
+
*/
|
|
769
|
+
readonly maxHeight?: number;
|
|
770
|
+
/**
|
|
771
|
+
* Optional filter by items that are 3D, or not.
|
|
772
|
+
* @type {boolean}
|
|
773
|
+
* @memberof TrailersApiGetTrailers
|
|
774
|
+
*/
|
|
775
|
+
readonly is3D?: boolean;
|
|
776
|
+
/**
|
|
777
|
+
* Optional filter by Series Status. Allows multiple, comma delimited.
|
|
778
|
+
* @type {Array<SeriesStatus>}
|
|
779
|
+
* @memberof TrailersApiGetTrailers
|
|
780
|
+
*/
|
|
781
|
+
readonly seriesStatus?: Array<SeriesStatus>;
|
|
782
|
+
/**
|
|
783
|
+
* Optional filter by items whose name is sorted equally or greater than a given input string.
|
|
784
|
+
* @type {string}
|
|
785
|
+
* @memberof TrailersApiGetTrailers
|
|
786
|
+
*/
|
|
787
|
+
readonly nameStartsWithOrGreater?: string;
|
|
788
|
+
/**
|
|
789
|
+
* Optional filter by items whose name is sorted equally than a given input string.
|
|
790
|
+
* @type {string}
|
|
791
|
+
* @memberof TrailersApiGetTrailers
|
|
792
|
+
*/
|
|
793
|
+
readonly nameStartsWith?: string;
|
|
794
|
+
/**
|
|
795
|
+
* Optional filter by items whose name is equally or lesser than a given input string.
|
|
796
|
+
* @type {string}
|
|
797
|
+
* @memberof TrailersApiGetTrailers
|
|
798
|
+
*/
|
|
799
|
+
readonly nameLessThan?: string;
|
|
800
|
+
/**
|
|
801
|
+
* Optional. If specified, results will be filtered based on studio id. This allows multiple, pipe delimited.
|
|
802
|
+
* @type {Array<string>}
|
|
803
|
+
* @memberof TrailersApiGetTrailers
|
|
804
|
+
*/
|
|
805
|
+
readonly studioIds?: Array<string>;
|
|
806
|
+
/**
|
|
807
|
+
* Optional. If specified, results will be filtered based on genre id. This allows multiple, pipe delimited.
|
|
808
|
+
* @type {Array<string>}
|
|
809
|
+
* @memberof TrailersApiGetTrailers
|
|
810
|
+
*/
|
|
811
|
+
readonly genreIds?: Array<string>;
|
|
812
|
+
/**
|
|
813
|
+
* Optional. Enable the total record count.
|
|
814
|
+
* @type {boolean}
|
|
815
|
+
* @memberof TrailersApiGetTrailers
|
|
816
|
+
*/
|
|
817
|
+
readonly enableTotalRecordCount?: boolean;
|
|
818
|
+
/**
|
|
819
|
+
* Optional, include image information in output.
|
|
820
|
+
* @type {boolean}
|
|
821
|
+
* @memberof TrailersApiGetTrailers
|
|
822
|
+
*/
|
|
823
|
+
readonly enableImages?: boolean;
|
|
824
|
+
}
|
|
825
|
+
/**
|
|
826
|
+
* TrailersApi - object-oriented interface
|
|
827
|
+
* @export
|
|
828
|
+
* @class TrailersApi
|
|
829
|
+
* @extends {BaseAPI}
|
|
830
|
+
*/
|
|
831
|
+
export declare class TrailersApi extends BaseAPI {
|
|
832
|
+
/**
|
|
833
|
+
*
|
|
834
|
+
* @summary Finds movies and trailers similar to a given trailer.
|
|
835
|
+
* @param {TrailersApiGetTrailersRequest} requestParameters Request parameters.
|
|
836
|
+
* @param {*} [options] Override http request option.
|
|
837
|
+
* @throws {RequiredError}
|
|
838
|
+
* @memberof TrailersApi
|
|
839
|
+
*/
|
|
840
|
+
getTrailers(requestParameters?: TrailersApiGetTrailersRequest, options?: any): Promise<import("axios").AxiosResponse<BaseItemDtoQueryResult, any>>;
|
|
841
|
+
}
|