ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.557.0

This commit is contained in:
speakeasybot
2025-06-09 00:34:24 +00:00
parent 84fb18428a
commit aa85c1813b
177 changed files with 13366 additions and 14947 deletions

View File

@@ -45,11 +45,12 @@ import java.util.Optional;
* ShowOrdering
*
* <p>Setting that indicates the episode ordering for the show.
* None = Library default,
* tmdbAiring = The Movie Database (Aired),
* aired = TheTVDB (Aired),
* dvd = TheTVDB (DVD),
* absolute = TheTVDB (Absolute)).
* Options:
* - None = Library default
* - tmdbAiring = The Movie Database (Aired)
* - aired = TheTVDB (Aired)
* - dvd = TheTVDB (DVD)
* - absolute = TheTVDB (Absolute)
*/
@JsonDeserialize(using = ShowOrdering._Deserializer.class)
@JsonSerialize(using = ShowOrdering._Serializer.class)