81 lines
3.0 KiB
TypeScript
81 lines
3.0 KiB
TypeScript
/**
|
|
* Jellyfin API
|
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
*
|
|
* The version of the OpenAPI document: 10.8.9
|
|
*
|
|
*
|
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
* https://openapi-generator.tech
|
|
* Do not edit the class manually.
|
|
*/
|
|
|
|
import { RequestFile } from './models';
|
|
|
|
/**
|
|
* Used to control the data that gets attached to DtoBaseItems.
|
|
*/
|
|
export enum ItemFields {
|
|
AirTime = <any> 'AirTime',
|
|
CanDelete = <any> 'CanDelete',
|
|
CanDownload = <any> 'CanDownload',
|
|
ChannelInfo = <any> 'ChannelInfo',
|
|
Chapters = <any> 'Chapters',
|
|
ChildCount = <any> 'ChildCount',
|
|
CumulativeRunTimeTicks = <any> 'CumulativeRunTimeTicks',
|
|
CustomRating = <any> 'CustomRating',
|
|
DateCreated = <any> 'DateCreated',
|
|
DateLastMediaAdded = <any> 'DateLastMediaAdded',
|
|
DisplayPreferencesId = <any> 'DisplayPreferencesId',
|
|
Etag = <any> 'Etag',
|
|
ExternalUrls = <any> 'ExternalUrls',
|
|
Genres = <any> 'Genres',
|
|
HomePageUrl = <any> 'HomePageUrl',
|
|
ItemCounts = <any> 'ItemCounts',
|
|
MediaSourceCount = <any> 'MediaSourceCount',
|
|
MediaSources = <any> 'MediaSources',
|
|
OriginalTitle = <any> 'OriginalTitle',
|
|
Overview = <any> 'Overview',
|
|
ParentId = <any> 'ParentId',
|
|
Path = <any> 'Path',
|
|
People = <any> 'People',
|
|
PlayAccess = <any> 'PlayAccess',
|
|
ProductionLocations = <any> 'ProductionLocations',
|
|
ProviderIds = <any> 'ProviderIds',
|
|
PrimaryImageAspectRatio = <any> 'PrimaryImageAspectRatio',
|
|
RecursiveItemCount = <any> 'RecursiveItemCount',
|
|
Settings = <any> 'Settings',
|
|
ScreenshotImageTags = <any> 'ScreenshotImageTags',
|
|
SeriesPrimaryImage = <any> 'SeriesPrimaryImage',
|
|
SeriesStudio = <any> 'SeriesStudio',
|
|
SortName = <any> 'SortName',
|
|
SpecialEpisodeNumbers = <any> 'SpecialEpisodeNumbers',
|
|
Studios = <any> 'Studios',
|
|
BasicSyncInfo = <any> 'BasicSyncInfo',
|
|
SyncInfo = <any> 'SyncInfo',
|
|
Taglines = <any> 'Taglines',
|
|
Tags = <any> 'Tags',
|
|
RemoteTrailers = <any> 'RemoteTrailers',
|
|
MediaStreams = <any> 'MediaStreams',
|
|
SeasonUserData = <any> 'SeasonUserData',
|
|
ServiceName = <any> 'ServiceName',
|
|
ThemeSongIds = <any> 'ThemeSongIds',
|
|
ThemeVideoIds = <any> 'ThemeVideoIds',
|
|
ExternalEtag = <any> 'ExternalEtag',
|
|
PresentationUniqueKey = <any> 'PresentationUniqueKey',
|
|
InheritedParentalRatingValue = <any> 'InheritedParentalRatingValue',
|
|
ExternalSeriesId = <any> 'ExternalSeriesId',
|
|
SeriesPresentationUniqueKey = <any> 'SeriesPresentationUniqueKey',
|
|
DateLastRefreshed = <any> 'DateLastRefreshed',
|
|
DateLastSaved = <any> 'DateLastSaved',
|
|
RefreshState = <any> 'RefreshState',
|
|
ChannelImage = <any> 'ChannelImage',
|
|
EnableMediaSourceDisplay = <any> 'EnableMediaSourceDisplay',
|
|
Width = <any> 'Width',
|
|
Height = <any> 'Height',
|
|
ExtraIds = <any> 'ExtraIds',
|
|
LocalTrailerCount = <any> 'LocalTrailerCount',
|
|
IsHd = <any> 'IsHD',
|
|
SpecialFeatureCount = <any> 'SpecialFeatureCount'
|
|
}
|