diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index 4070848..355cca0 100755 --- a/.speakeasy/gen.lock +++ b/.speakeasy/gen.lock @@ -3,10 +3,10 @@ id: dfa99515-01c0-42eb-9be5-ee212fd03eb3 management: docChecksum: 06023774169418572a5ebabe14a70f3f docVersion: 0.0.3 - speakeasyVersion: 1.393.0 + speakeasyVersion: 1.393.1 generationVersion: 2.413.0 - releaseVersion: 0.11.0 - configChecksum: a52d75eabaa4aca024abe40b1a5ceb64 + releaseVersion: 0.11.1 + configChecksum: 82d2664097fb7735d616a6cfb85ff21c repoURL: https://github.com/LukeHagar/plexgo.git repoSubDirectory: . installationURL: https://github.com/LukeHagar/plexgo @@ -945,6 +945,7 @@ examples: application/json: {"errors": []} "401": application/json: {"errors": []} + "200": {} getServerPreferences: speakeasy-default-get-server-preferences: responses: @@ -1014,6 +1015,7 @@ examples: application/json: {"errors": []} "401": application/json: {"errors": []} + "200": {} getServerList: speakeasy-default-get-server-list: responses: @@ -1071,6 +1073,7 @@ examples: application/json: {"errors": []} "401": application/json: {"errors": []} + "200": {} get-thumb-image: speakeasy-default-get-thumb-image: parameters: @@ -1087,6 +1090,7 @@ examples: application/json: {"errors": []} "401": application/json: {"errors": []} + "200": {} getTimeline: "": parameters: @@ -1138,6 +1142,7 @@ examples: application/json: {"errors": []} "401": application/json: {"errors": []} + "200": {} cancelServerActivities: "": parameters: @@ -1505,6 +1510,7 @@ examples: application/json: {"errors": []} "401": application/json: {"errors": []} + "200": {} logLine: speakeasy-default-log-line: parameters: diff --git a/.speakeasy/gen.yaml b/.speakeasy/gen.yaml index 8c8b92e..b3ca3cf 100644 --- a/.speakeasy/gen.yaml +++ b/.speakeasy/gen.yaml @@ -12,7 +12,7 @@ generation: auth: oAuth2ClientCredentialsEnabled: true go: - version: 0.11.0 + version: 0.11.1 additionalDependencies: {} allowUnknownFieldsInWeakUnions: false clientServerStatusCodesAsErrors: true diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index a5e4342..d6a737a 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -1,4 +1,4 @@ -speakeasyVersion: 1.393.0 +speakeasyVersion: 1.393.1 sources: my-source: sourceNamespace: my-source @@ -6,6 +6,7 @@ sources: sourceBlobDigest: sha256:7257c51225e1fb6fa7de445fbe2f31151dc89771894c9b731a29ab01b504f503 tags: - latest + - main targets: plexgo: source: my-source @@ -13,8 +14,8 @@ targets: sourceRevisionDigest: sha256:44184fe64938a688d21d58aa0e390471812eda6f10c9ca0145a7328cf31a4f0a sourceBlobDigest: sha256:7257c51225e1fb6fa7de445fbe2f31151dc89771894c9b731a29ab01b504f503 codeSamplesNamespace: code-samples-go-plexgo - codeSamplesRevisionDigest: sha256:b29eb2b86eda1395b8ef060fcde42040e9f2865d4212aaa69ec7d96597da23c5 - outLocation: /home/luke/github/plexgo + codeSamplesRevisionDigest: sha256:367216afa9fb24c1dc1897cadc3feb86418148d80ebe2f8263ec65dbba5f2cee + outLocation: /github/workspace/repo workflow: workflowVersion: 1.0.0 speakeasyVersion: latest diff --git a/RELEASES.md b/RELEASES.md index 2a22199..11cb23a 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -752,4 +752,14 @@ Based on: ### Generated - [go v0.10.1] . ### Releases -- [Go v0.10.1] https://github.com/LukeHagar/plexgo/releases/tag/v0.10.1 - . \ No newline at end of file +- [Go v0.10.1] https://github.com/LukeHagar/plexgo/releases/tag/v0.10.1 - . + +## 2024-09-09 18:17:18 +### Changes +Based on: +- OpenAPI Doc +- Speakeasy CLI 1.393.1 (2.413.0) https://github.com/speakeasy-api/speakeasy +### Generated +- [go v0.11.1] . +### Releases +- [Go v0.11.1] https://github.com/LukeHagar/plexgo/releases/tag/v0.11.1 - . \ No newline at end of file diff --git a/plexapi.go b/plexapi.go index 15b389e..6aa09f0 100644 --- a/plexapi.go +++ b/plexapi.go @@ -280,9 +280,9 @@ func New(opts ...SDKOption) *PlexAPI { sdkConfiguration: sdkConfiguration{ Language: "go", OpenAPIDocVersion: "0.0.3", - SDKVersion: "0.11.0", + SDKVersion: "0.11.1", GenVersion: "2.413.0", - UserAgent: "speakeasy-sdk/go 0.11.0 2.413.0 0.0.3 github.com/LukeHagar/plexgo", + UserAgent: "speakeasy-sdk/go 0.11.1 2.413.0 0.0.3 github.com/LukeHagar/plexgo", Globals: globals.Globals{}, ServerDefaults: []map[string]string{ {