mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-09 20:47:47 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.476.1
This commit is contained in:
@@ -101,21 +101,21 @@ export enum GetSearchAllLibrariesEnableCreditsMarkerGeneration {
|
||||
}
|
||||
|
||||
/**
|
||||
* Setting that indicates the episode ordering for the show
|
||||
* Setting that indicates the episode ordering for the show.
|
||||
*
|
||||
* @remarks
|
||||
* None = Library default,
|
||||
* tmdbAiring = The Movie Database (Aired),
|
||||
* tvdbAiring = TheTVDB (Aired),
|
||||
* tvdbDvd = TheTVDB (DVD),
|
||||
* tvdbAbsolute = TheTVDB (Absolute)).
|
||||
* aired = TheTVDB (Aired),
|
||||
* dvd = TheTVDB (DVD),
|
||||
* absolute = TheTVDB (Absolute)).
|
||||
*/
|
||||
export enum GetSearchAllLibrariesShowOrdering {
|
||||
None = "None",
|
||||
TmdbAiring = "tmdbAiring",
|
||||
TvdbAiring = "tvdbAiring",
|
||||
TvdbDvd = "tvdbDvd",
|
||||
TvdbAbsolute = "tvdbAbsolute",
|
||||
TvdbAired = "aired",
|
||||
TvdbDvd = "dvd",
|
||||
TvdbAbsolute = "absolute",
|
||||
}
|
||||
|
||||
export enum GetSearchAllLibrariesOptimizedForStreaming {
|
||||
@@ -456,14 +456,14 @@ export type GetSearchAllLibrariesMetadata = {
|
||||
| GetSearchAllLibrariesEnableCreditsMarkerGeneration
|
||||
| undefined;
|
||||
/**
|
||||
* Setting that indicates the episode ordering for the show
|
||||
* Setting that indicates the episode ordering for the show.
|
||||
*
|
||||
* @remarks
|
||||
* None = Library default,
|
||||
* tmdbAiring = The Movie Database (Aired),
|
||||
* tvdbAiring = TheTVDB (Aired),
|
||||
* tvdbDvd = TheTVDB (DVD),
|
||||
* tvdbAbsolute = TheTVDB (Absolute)).
|
||||
* aired = TheTVDB (Aired),
|
||||
* dvd = TheTVDB (DVD),
|
||||
* absolute = TheTVDB (Absolute)).
|
||||
*/
|
||||
showOrdering?: GetSearchAllLibrariesShowOrdering | undefined;
|
||||
thumb?: string | undefined;
|
||||
|
||||
Reference in New Issue
Block a user