UNPKG

@jellyfin/sdk

Version:
79 lines (78 loc) 3.23 kB
/** * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * Do not edit the class manually. * * Jellyfin API * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ /** * Used to control the data that gets attached to DtoBaseItems. * @export * @enum {string} */ export declare const ItemFields: { readonly AirTime: "AirTime"; readonly CanDelete: "CanDelete"; readonly CanDownload: "CanDownload"; readonly ChannelInfo: "ChannelInfo"; readonly Chapters: "Chapters"; readonly Trickplay: "Trickplay"; readonly ChildCount: "ChildCount"; readonly CumulativeRunTimeTicks: "CumulativeRunTimeTicks"; readonly CustomRating: "CustomRating"; readonly DateCreated: "DateCreated"; readonly DateLastMediaAdded: "DateLastMediaAdded"; readonly DisplayPreferencesId: "DisplayPreferencesId"; readonly Etag: "Etag"; readonly ExternalUrls: "ExternalUrls"; readonly Genres: "Genres"; readonly HomePageUrl: "HomePageUrl"; readonly ItemCounts: "ItemCounts"; readonly MediaSourceCount: "MediaSourceCount"; readonly MediaSources: "MediaSources"; readonly OriginalTitle: "OriginalTitle"; readonly Overview: "Overview"; readonly ParentId: "ParentId"; readonly Path: "Path"; readonly People: "People"; readonly PlayAccess: "PlayAccess"; readonly ProductionLocations: "ProductionLocations"; readonly ProviderIds: "ProviderIds"; readonly PrimaryImageAspectRatio: "PrimaryImageAspectRatio"; readonly RecursiveItemCount: "RecursiveItemCount"; readonly Settings: "Settings"; readonly ScreenshotImageTags: "ScreenshotImageTags"; readonly SeriesPrimaryImage: "SeriesPrimaryImage"; readonly SeriesStudio: "SeriesStudio"; readonly SortName: "SortName"; readonly SpecialEpisodeNumbers: "SpecialEpisodeNumbers"; readonly Studios: "Studios"; readonly Taglines: "Taglines"; readonly Tags: "Tags"; readonly RemoteTrailers: "RemoteTrailers"; readonly MediaStreams: "MediaStreams"; readonly SeasonUserData: "SeasonUserData"; readonly ServiceName: "ServiceName"; readonly ThemeSongIds: "ThemeSongIds"; readonly ThemeVideoIds: "ThemeVideoIds"; readonly ExternalEtag: "ExternalEtag"; readonly PresentationUniqueKey: "PresentationUniqueKey"; readonly InheritedParentalRatingValue: "InheritedParentalRatingValue"; readonly ExternalSeriesId: "ExternalSeriesId"; readonly SeriesPresentationUniqueKey: "SeriesPresentationUniqueKey"; readonly DateLastRefreshed: "DateLastRefreshed"; readonly DateLastSaved: "DateLastSaved"; readonly RefreshState: "RefreshState"; readonly ChannelImage: "ChannelImage"; readonly EnableMediaSourceDisplay: "EnableMediaSourceDisplay"; readonly Width: "Width"; readonly Height: "Height"; readonly ExtraIds: "ExtraIds"; readonly LocalTrailerCount: "LocalTrailerCount"; readonly IsHd: "IsHD"; readonly SpecialFeatureCount: "SpecialFeatureCount"; }; export type ItemFields = typeof ItemFields[keyof typeof ItemFields];