ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.476.0

This commit is contained in:
speakeasybot
2025-01-25 00:08:44 +00:00
parent b0b1fe237b
commit 02b200c444
40 changed files with 981 additions and 818 deletions

View File

@@ -7,11 +7,12 @@
module PlexRubySDK
module Operations
# FlattenSeasons - Setting that indicates if seasons are set to hidden for the show. (-1 = Library default, 0 = Hide, 1 = Show).
class FlattenSeasons < T::Enum
enums do
FALSE = new('0')
TRUE = new('1')
LIBRARY_DEFAULT = new('-1')
HIDE = new('0')
SHOW = new('1')
end
end
end