ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.476.1

This commit is contained in:
speakeasybot
2025-01-27 00:11:19 +00:00
parent cdcdc0ca8e
commit 13cd8a7fe5
27 changed files with 108 additions and 97 deletions

View File

@@ -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;