ci: regenerated with OpenAPI Doc 0.0.3, Speakeasy CLI 1.207.1

This commit is contained in:
speakeasybot
2024-03-13 00:44:54 +00:00
parent 5916d2ace5
commit 68fedfa8fc
5 changed files with 23 additions and 11 deletions

View File

@@ -3,10 +3,10 @@ id: dfa99515-01c0-42eb-9be5-ee212fd03eb3
management:
docChecksum: e34dac84738ebf2d447ea2b9055a6eeb
docVersion: 0.0.3
speakeasyVersion: 1.204.1
generationVersion: 2.279.1
releaseVersion: 0.5.0
configChecksum: 1284e3a3727181c2abda0301a52757ec
speakeasyVersion: 1.207.1
generationVersion: 2.280.6
releaseVersion: 0.5.1
configChecksum: 8df2468b7d6f03eb2598948a4b3dac5b
repoURL: https://github.com/LukeHagar/plexgo.git
repoSubDirectory: .
installationURL: https://github.com/LukeHagar/plexgo
@@ -17,7 +17,7 @@ features:
core: 3.4.4
flattening: 2.81.1
globalSecurity: 2.82.8
globalServerURLs: 2.82.1
globalServerURLs: 2.82.2
methodServerURLs: 2.82.1
nameOverrides: 2.81.1
responseFormat: 0.1.0

View File

@@ -168,4 +168,14 @@ Based on:
### Generated
- [go v0.5.0] .
### Releases
- [Go v0.5.0] https://github.com/LukeHagar/plexgo/releases/tag/v0.5.0 - .
- [Go v0.5.0] https://github.com/LukeHagar/plexgo/releases/tag/v0.5.0 - .
## 2024-03-13 00:44:38
### Changes
Based on:
- OpenAPI Doc 0.0.3
- Speakeasy CLI 1.207.1 (2.280.6) https://github.com/speakeasy-api/speakeasy
### Generated
- [go v0.5.1] .
### Releases
- [Go v0.5.1] https://github.com/LukeHagar/plexgo/releases/tag/v0.5.1 - .

View File

@@ -12,7 +12,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: false
go:
version: 0.5.0
version: 0.5.1
additionalDependencies: {}
clientServerStatusCodesAsErrors: true
flattenGlobalSecurity: true

4
go.mod
View File

@@ -1,8 +1,10 @@
module github.com/LukeHagar/plexgo
go 1.20
require (
github.com/cenkalti/backoff/v4 v4.2.0
github.com/ericlagergren/decimal v0.0.0-20221120152707-495c53812d05
github.com/ericlagergren/decimal v0.0.0-20221120152707-495c53812d05
github.com/spyzhov/ajson v0.8.0
)

View File

@@ -267,9 +267,9 @@ func New(opts ...SDKOption) *PlexAPI {
sdkConfiguration: sdkConfiguration{
Language: "go",
OpenAPIDocVersion: "0.0.3",
SDKVersion: "0.5.0",
GenVersion: "2.279.1",
UserAgent: "speakeasy-sdk/go 0.5.0 2.279.1 0.0.3 github.com/LukeHagar/plexgo",
SDKVersion: "0.5.1",
GenVersion: "2.280.6",
UserAgent: "speakeasy-sdk/go 0.5.1 2.280.6 0.0.3 github.com/LukeHagar/plexgo",
ServerDefaults: []map[string]string{
{
"protocol": "http",