mirror of
https://github.com/LukeHagar/plexgo.git
synced 2025-12-06 12:37:46 +00:00
ci: regenerated with OpenAPI Doc 0.0.3, Speakeasy CLI 1.194.0
This commit is contained in:
@@ -4,9 +4,9 @@ management:
|
||||
docChecksum: e34dac84738ebf2d447ea2b9055a6eeb
|
||||
docVersion: 0.0.3
|
||||
speakeasyVersion: internal
|
||||
generationVersion: 2.272.4
|
||||
releaseVersion: 0.4.1
|
||||
configChecksum: 181fc3f925a145abd1f8441c7a0c7cda
|
||||
generationVersion: 2.272.7
|
||||
releaseVersion: 0.4.2
|
||||
configChecksum: e5a25a1a8f81b1393579b0112a09b581
|
||||
repoURL: https://github.com/LukeHagar/plexgo.git
|
||||
repoSubDirectory: .
|
||||
installationURL: https://github.com/LukeHagar/plexgo
|
||||
@@ -16,7 +16,7 @@ features:
|
||||
constsAndDefaults: 0.1.3
|
||||
core: 3.4.3
|
||||
flattening: 2.81.1
|
||||
globalSecurity: 2.82.7
|
||||
globalSecurity: 2.82.8
|
||||
globalServerURLs: 2.82.1
|
||||
methodServerURLs: 2.82.1
|
||||
nameOverrides: 2.81.1
|
||||
|
||||
10
RELEASES.md
10
RELEASES.md
@@ -139,3 +139,13 @@ Based on:
|
||||
- [go v0.4.1] .
|
||||
### Releases
|
||||
- [Go v0.4.1] https://github.com/LukeHagar/plexgo/releases/tag/v0.4.1 - .
|
||||
|
||||
## 2024-02-27 00:43:09
|
||||
### Changes
|
||||
Based on:
|
||||
- OpenAPI Doc 0.0.3
|
||||
- Speakeasy CLI 1.194.0 (2.272.7) https://github.com/speakeasy-api/speakeasy
|
||||
### Generated
|
||||
- [go v0.4.2] .
|
||||
### Releases
|
||||
- [Go v0.4.2] https://github.com/LukeHagar/plexgo/releases/tag/v0.4.2 - .
|
||||
2
gen.yaml
2
gen.yaml
@@ -12,7 +12,7 @@ generation:
|
||||
auth:
|
||||
oAuth2ClientCredentialsEnabled: false
|
||||
go:
|
||||
version: 0.4.1
|
||||
version: 0.4.2
|
||||
additionalDependencies: {}
|
||||
clientServerStatusCodesAsErrors: true
|
||||
flattenGlobalSecurity: true
|
||||
|
||||
1
go.mod
1
go.mod
@@ -5,4 +5,5 @@ go 1.20
|
||||
require (
|
||||
github.com/cenkalti/backoff/v4 v4.2.0
|
||||
github.com/ericlagergren/decimal v0.0.0-20221120152707-495c53812d05
|
||||
github.com/spyzhov/ajson v0.8.0
|
||||
)
|
||||
|
||||
@@ -268,9 +268,9 @@ func New(opts ...SDKOption) *PlexAPI {
|
||||
sdkConfiguration: sdkConfiguration{
|
||||
Language: "go",
|
||||
OpenAPIDocVersion: "0.0.3",
|
||||
SDKVersion: "0.4.1",
|
||||
GenVersion: "2.272.4",
|
||||
UserAgent: "speakeasy-sdk/go 0.4.1 2.272.4 0.0.3 github.com/LukeHagar/plexgo",
|
||||
SDKVersion: "0.4.2",
|
||||
GenVersion: "2.272.7",
|
||||
UserAgent: "speakeasy-sdk/go 0.4.2 2.272.7 0.0.3 github.com/LukeHagar/plexgo",
|
||||
ServerDefaults: []map[string]string{
|
||||
{
|
||||
"protocol": "http",
|
||||
|
||||
Reference in New Issue
Block a user