ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.227.0

This commit is contained in:
speakeasybot
2024-03-27 00:47:19 +00:00
parent 2e2716d4da
commit 8957a8d350
7 changed files with 26 additions and 15 deletions

View File

@@ -3,10 +3,10 @@ id: aa9449e7-c19d-411d-b8e2-f9c5fe982f6f
management: management:
docChecksum: e34dac84738ebf2d447ea2b9055a6eeb docChecksum: e34dac84738ebf2d447ea2b9055a6eeb
docVersion: 0.0.3 docVersion: 0.0.3
speakeasyVersion: 1.210.0 speakeasyVersion: 1.227.0
generationVersion: 2.281.2 generationVersion: 2.291.0
releaseVersion: 0.0.2 releaseVersion: 0.0.3
configChecksum: 4cede5e59af7b59748b57ba4cf05f03f configChecksum: 76291a9089e3bdebd2b1c4ce0f83beee
repoURL: https://github.com/LukeHagar/plexruby.git repoURL: https://github.com/LukeHagar/plexruby.git
repoSubDirectory: . repoSubDirectory: .
installationURL: https://github.com/LukeHagar/plexruby installationURL: https://github.com/LukeHagar/plexruby
@@ -14,7 +14,7 @@ features:
ruby: ruby:
core: 3.2.11 core: 3.2.11
flattening: 2.81.1 flattening: 2.81.1
globalSecurity: 2.81.5 globalSecurity: 2.81.6
globalServerURLs: 2.82.3 globalServerURLs: 2.82.3
methodServerURLs: 2.82.1 methodServerURLs: 2.82.1
nameOverrides: 2.81.1 nameOverrides: 2.81.1

View File

@@ -12,7 +12,7 @@ generation:
auth: auth:
oAuth2ClientCredentialsEnabled: false oAuth2ClientCredentialsEnabled: false
ruby: ruby:
version: 0.0.2 version: 0.0.3
author: LukeHagar author: LukeHagar
description: Ruby Client SDK Generated by Speakeasy description: Ruby Client SDK Generated by Speakeasy
imports: imports:

View File

@@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
plexruby (0.0.2) plexruby (0.0.3)
faraday faraday
faraday-multipart faraday-multipart
rack rack
@@ -58,6 +58,7 @@ GEM
sorbet (0.5.11287) sorbet (0.5.11287)
sorbet-static (= 0.5.11287) sorbet-static (= 0.5.11287)
sorbet-runtime (0.5.11287) sorbet-runtime (0.5.11287)
sorbet-static (0.5.11287-aarch64-linux)
sorbet-static (0.5.11287-x86_64-linux) sorbet-static (0.5.11287-x86_64-linux)
sorbet-static-and-runtime (0.5.11287) sorbet-static-and-runtime (0.5.11287)
sorbet (= 0.5.11287) sorbet (= 0.5.11287)
@@ -87,6 +88,7 @@ GEM
yard (>= 0.9) yard (>= 0.9)
PLATFORMS PLATFORMS
aarch64-linux
x86_64-linux x86_64-linux
DEPENDENCIES DEPENDENCIES

View File

@@ -6,4 +6,12 @@ Based on:
- OpenAPI Doc 0.0.3 - OpenAPI Doc 0.0.3
- Speakeasy CLI 1.198.1 (2.275.4) https://github.com/speakeasy-api/speakeasy - Speakeasy CLI 1.198.1 (2.275.4) https://github.com/speakeasy-api/speakeasy
### Generated ### Generated
- [ruby v0.0.1] . - [ruby v0.0.1] .
## 2024-03-27 00:46:37
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.227.0 (2.291.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [ruby v0.0.3] .

View File

@@ -40,9 +40,9 @@ module OpenApiSDK
@security = security @security = security
@language = 'ruby' @language = 'ruby'
@openapi_doc_version = '0.0.3' @openapi_doc_version = '0.0.3'
@sdk_version = '0.0.2' @sdk_version = '0.0.3'
@gen_version = '2.281.2' @gen_version = '2.291.0'
@user_agent = 'speakeasy-sdk/ruby 0.0.2 2.281.2 0.0.3 plexruby' @user_agent = 'speakeasy-sdk/ruby 0.0.3 2.291.0 0.0.3 plexruby'
end end
sig { returns([String, T::Hash[Symbol, String]]) } sig { returns([String, T::Hash[Symbol, String]]) }

View File

@@ -29,8 +29,8 @@ module OpenApiSDK
end end
end end
sig { params(headers_params: FieldAugmented).returns(T::Hash[Symbol, String]) } sig { params(headers_params: FieldAugmented, gbls: T.nilable(T::Hash[Symbol, T::Hash[Symbol, T::Hash[Symbol, Object]]])).returns(T::Hash[Symbol, String]) }
def self.get_headers(headers_params) def self.get_headers(headers_params, gbls = nil)
return {} if headers_params.nil? return {} if headers_params.nil?
headers = {} headers = {}
@@ -39,7 +39,8 @@ module OpenApiSDK
metadata = f.metadata[:header] metadata = f.metadata[:header]
next if metadata.nil? next if metadata.nil?
value = _serialize_header(metadata.fetch(:explode, false), headers_params.send(f.name)) value = _populate_from_globals(f.name, headers_params&.send(f.name), 'header', gbls)
value = _serialize_header(metadata.fetch(:explode, false), value)
headers[metadata.fetch(:field_name, f.name)] = value if !value.empty? headers[metadata.fetch(:field_name, f.name)] = value if !value.empty?
end end
headers headers

View File

@@ -4,7 +4,7 @@ $LOAD_PATH.push File.expand_path('lib', __dir__)
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = 'plexruby' s.name = 'plexruby'
s.version = '0.0.2' s.version = '0.0.3'
s.platform = Gem::Platform::RUBY s.platform = Gem::Platform::RUBY
s.licenses = ['Apache-2.0'] s.licenses = ['Apache-2.0']
s.summary = '' s.summary = ''