ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.531.4

This commit is contained in:
speakeasybot
2025-09-16 00:10:12 +00:00
parent 3520fe7644
commit 80f2e9ac37
21 changed files with 42 additions and 31 deletions

View File

@@ -8,7 +8,7 @@ module PlexRubySDK
module Models
module Errors
GET_WATCH_LIST_BAD_REQUEST_SERVERS = [
'https://metadata.provider.plex.tv'
'https://discover.provider.plex.tv'
].freeze
# Bad Request - A parameter was not specified, or was specified incorrectly.

View File

@@ -8,7 +8,7 @@ module PlexRubySDK
module Models
module Errors
GET_WATCH_LIST_ERRORS_SERVERS = [
'https://metadata.provider.plex.tv'
'https://discover.provider.plex.tv'
].freeze

View File

@@ -8,7 +8,7 @@ module PlexRubySDK
module Models
module Errors
GET_WATCH_LIST_UNAUTHORIZED_SERVERS = [
'https://metadata.provider.plex.tv'
'https://discover.provider.plex.tv'
].freeze
# Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

View File

@@ -8,7 +8,7 @@ module PlexRubySDK
module Models
module Errors
GET_WATCH_LIST_WATCHLIST_ERRORS_SERVERS = [
'https://metadata.provider.plex.tv'
'https://discover.provider.plex.tv'
].freeze

View File

@@ -8,7 +8,7 @@ module PlexRubySDK
module Models
module Operations
FILTER_SERVERS = [
'https://metadata.provider.plex.tv'
'https://discover.provider.plex.tv'
].freeze
# Filter - Filter

View File

@@ -8,7 +8,7 @@ module PlexRubySDK
module Models
module Operations
GET_WATCH_LIST_REQUEST_SERVERS = [
'https://metadata.provider.plex.tv'
'https://discover.provider.plex.tv'
].freeze

View File

@@ -8,7 +8,7 @@ module PlexRubySDK
module Models
module Operations
GET_WATCH_LIST_RESPONSE_SERVERS = [
'https://metadata.provider.plex.tv'
'https://discover.provider.plex.tv'
].freeze

View File

@@ -8,7 +8,7 @@ module PlexRubySDK
module Models
module Operations
GET_WATCH_LIST_RESPONSE_BODY_SERVERS = [
'https://metadata.provider.plex.tv'
'https://discover.provider.plex.tv'
].freeze
# Watchlist Data

View File

@@ -8,7 +8,7 @@ module PlexRubySDK
module Models
module Operations
IMAGE_SERVERS = [
'https://metadata.provider.plex.tv'
'https://discover.provider.plex.tv'
].freeze

View File

@@ -8,7 +8,7 @@ module PlexRubySDK
module Models
module Operations
INCLUDE_COLLECTIONS_SERVERS = [
'https://metadata.provider.plex.tv'
'https://discover.provider.plex.tv'
].freeze
# IncludeCollections - include collections in the results

View File

@@ -8,7 +8,7 @@ module PlexRubySDK
module Models
module Operations
INCLUDE_EXTERNAL_MEDIA_SERVERS = [
'https://metadata.provider.plex.tv'
'https://discover.provider.plex.tv'
].freeze
# IncludeExternalMedia - include external media in the results

View File

@@ -8,7 +8,7 @@ module PlexRubySDK
module Models
module Operations
LIBTYPE_SERVERS = [
'https://metadata.provider.plex.tv'
'https://discover.provider.plex.tv'
].freeze
# Libtype - The type of library to filter. Can be "movie" or "show", or all if not present.

View File

@@ -8,7 +8,7 @@ module PlexRubySDK
module Models
module Operations
METADATA_SERVERS = [
'https://metadata.provider.plex.tv'
'https://discover.provider.plex.tv'
].freeze

View File

@@ -14,7 +14,7 @@ module PlexRubySDK
extend T::Sig
SERVERS = [
'https://10.10.10.47:32400', # 1 - The full address of your Plex Server
'{protocol}://{ip}:{port}', # 1 - The full address of your Plex Server
].freeze
# Contains the list of servers available to the SDK
@@ -66,9 +66,9 @@ module PlexRubySDK
end
@language = 'ruby'
@openapi_doc_version = '0.0.3'
@sdk_version = '0.17.0'
@sdk_version = '0.17.1'
@gen_version = '2.570.4'
@user_agent = 'speakeasy-sdk/ruby 0.17.0 2.570.4 0.0.3 plex_ruby_sdk'
@user_agent = 'speakeasy-sdk/ruby 0.17.1 2.570.4 0.0.3 plex_ruby_sdk'
end
sig { returns([String, T::Hash[Symbol, String]]) }

View File

@@ -17,7 +17,7 @@ module PlexRubySDK
# GET_WATCH_LIST_SERVERS contains the list of server urls available to the SDK.
GET_WATCH_LIST_SERVERS = [
'https://metadata.provider.plex.tv', # The plex metadata provider server
'https://discover.provider.plex.tv', # The plex discover provider server
].freeze
# API Calls that perform operations with Plex Media Server Watchlists
#