mirror of
https://github.com/LukeHagar/plexruby.git
synced 2025-12-06 04:20:52 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.476.2
This commit is contained in:
@@ -137,12 +137,12 @@ module PlexRubySDK
|
||||
field :role, T.nilable(T::Array[::PlexRubySDK::Operations::GetLibraryItemsRole]), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('Role') } }
|
||||
|
||||
field :season_count, T.nilable(::Integer), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('seasonCount') } }
|
||||
# Setting that indicates the episode ordering for the show
|
||||
# Setting that indicates the episode ordering for the show.
|
||||
# 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)).
|
||||
#
|
||||
field :show_ordering, T.nilable(::PlexRubySDK::Operations::GetLibraryItemsShowOrdering), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('showOrdering'), 'decoder': Utils.enum_from_string(::PlexRubySDK::Operations::GetLibraryItemsShowOrdering, true) } }
|
||||
|
||||
|
||||
@@ -7,20 +7,20 @@
|
||||
module PlexRubySDK
|
||||
module Operations
|
||||
|
||||
# GetLibraryItemsShowOrdering - Setting that indicates the episode ordering for the show
|
||||
# GetLibraryItemsShowOrdering - Setting that indicates the episode ordering for the show.
|
||||
# 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)).
|
||||
#
|
||||
class GetLibraryItemsShowOrdering < T::Enum
|
||||
enums do
|
||||
NONE = new('None')
|
||||
TMDB_AIRING = new('tmdbAiring')
|
||||
TVDB_AIRING = new('tvdbAiring')
|
||||
TVDB_DVD = new('tvdbDvd')
|
||||
TVDB_ABSOLUTE = new('tvdbAbsolute')
|
||||
TVDB_AIRED = new('aired')
|
||||
TVDB_DVD = new('dvd')
|
||||
TVDB_ABSOLUTE = new('absolute')
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
@@ -137,12 +137,12 @@ module PlexRubySDK
|
||||
field :role, T.nilable(T::Array[::PlexRubySDK::Operations::Role]), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('Role') } }
|
||||
|
||||
field :season_count, T.nilable(::Integer), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('seasonCount') } }
|
||||
# Setting that indicates the episode ordering for the show
|
||||
# Setting that indicates the episode ordering for the show.
|
||||
# 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)).
|
||||
#
|
||||
field :show_ordering, T.nilable(::PlexRubySDK::Operations::ShowOrdering), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('showOrdering'), 'decoder': Utils.enum_from_string(::PlexRubySDK::Operations::ShowOrdering, true) } }
|
||||
|
||||
|
||||
@@ -137,12 +137,12 @@ module PlexRubySDK
|
||||
field :role, T.nilable(T::Array[::PlexRubySDK::Operations::GetSearchAllLibrariesRole]), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('Role') } }
|
||||
|
||||
field :season_count, T.nilable(::Integer), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('seasonCount') } }
|
||||
# Setting that indicates the episode ordering for the show
|
||||
# Setting that indicates the episode ordering for the show.
|
||||
# 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)).
|
||||
#
|
||||
field :show_ordering, T.nilable(::PlexRubySDK::Operations::GetSearchAllLibrariesShowOrdering), { 'format_json': { 'letter_case': ::PlexRubySDK::Utils.field_name('showOrdering'), 'decoder': Utils.enum_from_string(::PlexRubySDK::Operations::GetSearchAllLibrariesShowOrdering, true) } }
|
||||
|
||||
|
||||
@@ -7,20 +7,20 @@
|
||||
module PlexRubySDK
|
||||
module Operations
|
||||
|
||||
# GetSearchAllLibrariesShowOrdering - Setting that indicates the episode ordering for the show
|
||||
# GetSearchAllLibrariesShowOrdering - Setting that indicates the episode ordering for the show.
|
||||
# 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)).
|
||||
#
|
||||
class GetSearchAllLibrariesShowOrdering < T::Enum
|
||||
enums do
|
||||
NONE = new('None')
|
||||
TMDB_AIRING = new('tmdbAiring')
|
||||
TVDB_AIRING = new('tvdbAiring')
|
||||
TVDB_DVD = new('tvdbDvd')
|
||||
TVDB_ABSOLUTE = new('tvdbAbsolute')
|
||||
TVDB_AIRED = new('aired')
|
||||
TVDB_DVD = new('dvd')
|
||||
TVDB_ABSOLUTE = new('absolute')
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
@@ -7,20 +7,20 @@
|
||||
module PlexRubySDK
|
||||
module Operations
|
||||
|
||||
# ShowOrdering - Setting that indicates the episode ordering for the show
|
||||
# ShowOrdering - Setting that indicates the episode ordering for the show.
|
||||
# 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)).
|
||||
#
|
||||
class ShowOrdering < T::Enum
|
||||
enums do
|
||||
NONE = new('None')
|
||||
TMDB_AIRING = new('tmdbAiring')
|
||||
TVDB_AIRING = new('tvdbAiring')
|
||||
TVDB_DVD = new('tvdbDvd')
|
||||
TVDB_ABSOLUTE = new('tvdbAbsolute')
|
||||
TVDB_AIRED = new('aired')
|
||||
TVDB_DVD = new('dvd')
|
||||
TVDB_ABSOLUTE = new('absolute')
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
@@ -40,9 +40,9 @@ module PlexRubySDK
|
||||
@security = security
|
||||
@language = 'ruby'
|
||||
@openapi_doc_version = '0.0.3'
|
||||
@sdk_version = '0.7.0'
|
||||
@gen_version = '2.496.0'
|
||||
@user_agent = 'speakeasy-sdk/ruby 0.7.0 2.496.0 0.0.3 plex_ruby_sdk'
|
||||
@sdk_version = '0.7.1'
|
||||
@gen_version = '2.495.1'
|
||||
@user_agent = 'speakeasy-sdk/ruby 0.7.1 2.495.1 0.0.3 plex_ruby_sdk'
|
||||
end
|
||||
|
||||
sig { returns([String, T::Hash[Symbol, String]]) }
|
||||
|
||||
Reference in New Issue
Block a user