diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index 41c64b3..7967c64 100755 --- a/.speakeasy/gen.lock +++ b/.speakeasy/gen.lock @@ -3,10 +3,10 @@ id: dfa99515-01c0-42eb-9be5-ee212fd03eb3 management: docChecksum: a91eaf9ec1e6a3a6f4bf0571f5b18bae docVersion: 0.0.3 - speakeasyVersion: 1.228.1 - generationVersion: 2.292.0 - releaseVersion: 0.6.0 - configChecksum: 0a5d37a613eb2b27e32428c43ed96f05 + speakeasyVersion: 1.235.0 + generationVersion: 2.298.0 + releaseVersion: 0.6.1 + configChecksum: d8f185571a23470089a80d835fcabcbb repoURL: https://github.com/LukeHagar/plexgo.git repoSubDirectory: . installationURL: https://github.com/LukeHagar/plexgo @@ -20,7 +20,7 @@ features: globalServerURLs: 2.82.2 globals: 2.82.1 methodServerURLs: 2.82.1 - nameOverrides: 2.81.1 + nameOverrides: 2.81.2 responseFormat: 0.1.0 generatedFiles: - server.go diff --git a/RELEASES.md b/RELEASES.md index a5fa9c7..f0f92c3 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -208,4 +208,14 @@ Based on: ### Generated - [go v0.6.0] . ### Releases -- [Go v0.6.0] https://github.com/LukeHagar/plexgo/releases/tag/v0.6.0 - . \ No newline at end of file +- [Go v0.6.0] https://github.com/LukeHagar/plexgo/releases/tag/v0.6.0 - . + +## 2024-04-03 00:44:02 +### Changes +Based on: +- OpenAPI Doc 0.0.3 +- Speakeasy CLI 1.235.0 (2.298.0) https://github.com/speakeasy-api/speakeasy +### Generated +- [go v0.6.1] . +### Releases +- [Go v0.6.1] https://github.com/LukeHagar/plexgo/releases/tag/v0.6.1 - . \ No newline at end of file diff --git a/gen.yaml b/gen.yaml index e7d27cf..ed76a4e 100644 --- a/gen.yaml +++ b/gen.yaml @@ -12,7 +12,7 @@ generation: auth: oAuth2ClientCredentialsEnabled: false go: - version: 0.6.0 + version: 0.6.1 additionalDependencies: {} clientServerStatusCodesAsErrors: true flattenGlobalSecurity: true diff --git a/go.mod b/go.mod index 3478755..fef7c63 100644 --- a/go.mod +++ b/go.mod @@ -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 ) diff --git a/plexapi.go b/plexapi.go index 8ca27ba..afcee7a 100644 --- a/plexapi.go +++ b/plexapi.go @@ -279,9 +279,9 @@ func New(opts ...SDKOption) *PlexAPI { sdkConfiguration: sdkConfiguration{ Language: "go", OpenAPIDocVersion: "0.0.3", - SDKVersion: "0.6.0", - GenVersion: "2.292.0", - UserAgent: "speakeasy-sdk/go 0.6.0 2.292.0 0.0.3 github.com/LukeHagar/plexgo", + SDKVersion: "0.6.1", + GenVersion: "2.298.0", + UserAgent: "speakeasy-sdk/go 0.6.1 2.298.0 0.0.3 github.com/LukeHagar/plexgo", Globals: map[string]map[string]map[string]interface{}{ "parameters": {}, },