diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index ea9728c..1733a9f 100755 --- a/.speakeasy/gen.lock +++ b/.speakeasy/gen.lock @@ -3,10 +3,10 @@ id: dfa99515-01c0-42eb-9be5-ee212fd03eb3 management: docChecksum: fa4c9c5c23680ad02fdbe831ad9d2403 docVersion: 0.0.3 - speakeasyVersion: 1.531.4 - generationVersion: 2.570.4 - releaseVersion: 0.20.2 - configChecksum: da09b9fb064187056564b4426f7aa2d0 + speakeasyVersion: 1.535.1 + generationVersion: 2.585.2 + releaseVersion: 0.20.3 + configChecksum: 24412187ed9107bf91df448fcc01cf85 repoURL: https://github.com/LukeHagar/plexgo.git repoSubDirectory: . installationURL: https://github.com/LukeHagar/plexgo diff --git a/.speakeasy/gen.yaml b/.speakeasy/gen.yaml index 70a6a77..65efa9e 100644 --- a/.speakeasy/gen.yaml +++ b/.speakeasy/gen.yaml @@ -15,7 +15,7 @@ generation: oAuth2ClientCredentialsEnabled: true oAuth2PasswordEnabled: false go: - version: 0.20.2 + version: 0.20.3 additionalDependencies: {} allowUnknownFieldsInWeakUnions: false clientServerStatusCodesAsErrors: true diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index 20191c7..30d7c71 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -1,4 +1,4 @@ -speakeasyVersion: 1.531.4 +speakeasyVersion: 1.535.1 sources: my-source: sourceNamespace: my-source @@ -13,7 +13,7 @@ sources: sourceBlobDigest: sha256:ac0a3c3a6df002378b3522325c2330ba4309fbbbfa503a04b8267398f20033f5 tags: - latest - - speakeasy-sdk-regen-1744675819 + - speakeasy-sdk-regen-1745017204 targets: plexgo: source: plexapi @@ -21,7 +21,7 @@ targets: sourceRevisionDigest: sha256:db75a06885b897418dcb580679b5f744348573ad317155172346d32442420e5e sourceBlobDigest: sha256:ac0a3c3a6df002378b3522325c2330ba4309fbbbfa503a04b8267398f20033f5 codeSamplesNamespace: code-samples-go-plexgo - codeSamplesRevisionDigest: sha256:36a583178379fbac0c0950fc49c672f2a422d773e8d969201d20c5c1e2215687 + codeSamplesRevisionDigest: sha256:2a9a78c8d0219b521cdda4244ed233923628dd2048900f006c597925569882fe workflow: workflowVersion: 1.0.0 speakeasyVersion: latest diff --git a/RELEASES.md b/RELEASES.md index c5a7d87..258c3ce 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1112,4 +1112,14 @@ Based on: ### Generated - [go v0.20.2] . ### Releases -- [Go v0.20.2] https://github.com/LukeHagar/plexgo/releases/tag/v0.20.2 - . \ No newline at end of file +- [Go v0.20.2] https://github.com/LukeHagar/plexgo/releases/tag/v0.20.2 - . + +## 2025-04-18 22:59:48 +### Changes +Based on: +- OpenAPI Doc +- Speakeasy CLI 1.535.1 (2.585.2) https://github.com/speakeasy-api/speakeasy +### Generated +- [go v0.20.3] . +### Releases +- [Go v0.20.3] https://github.com/LukeHagar/plexgo/releases/tag/v0.20.3 - . \ No newline at end of file diff --git a/plexapi.go b/plexapi.go index b5f4d9a..3fce8c3 100644 --- a/plexapi.go +++ b/plexapi.go @@ -299,9 +299,9 @@ func New(opts ...SDKOption) *PlexAPI { sdkConfiguration: sdkConfiguration{ Language: "go", OpenAPIDocVersion: "0.0.3", - SDKVersion: "0.20.2", - GenVersion: "2.570.4", - UserAgent: "speakeasy-sdk/go 0.20.2 2.570.4 0.0.3 github.com/LukeHagar/plexgo", + SDKVersion: "0.20.3", + GenVersion: "2.585.2", + UserAgent: "speakeasy-sdk/go 0.20.3 2.585.2 0.0.3 github.com/LukeHagar/plexgo", ServerDefaults: []map[string]string{ { "protocol": "https",