mirror of
https://github.com/LukeHagar/plexgo.git
synced 2025-12-06 04:20:46 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.598.3
This commit is contained in:
@@ -3,10 +3,10 @@ id: dfa99515-01c0-42eb-9be5-ee212fd03eb3
|
||||
management:
|
||||
docChecksum: 77bdddd188d0778dc73b7f7906e1677c
|
||||
docVersion: 0.0.3
|
||||
speakeasyVersion: 1.598.0
|
||||
generationVersion: 2.674.1
|
||||
releaseVersion: 0.24.0
|
||||
configChecksum: 2e2fa7ba2f775e3c94965fb36a73b6be
|
||||
speakeasyVersion: 1.598.3
|
||||
generationVersion: 2.674.3
|
||||
releaseVersion: 0.24.1
|
||||
configChecksum: 572fddd978a14316b2f4d53532d95815
|
||||
repoURL: https://github.com/LukeHagar/plexgo.git
|
||||
repoSubDirectory: .
|
||||
installationURL: https://github.com/LukeHagar/plexgo
|
||||
|
||||
@@ -21,7 +21,7 @@ generation:
|
||||
generateNewTests: false
|
||||
skipResponseBodyAssertions: false
|
||||
go:
|
||||
version: 0.24.0
|
||||
version: 0.24.1
|
||||
additionalDependencies: {}
|
||||
allowUnknownFieldsInWeakUnions: false
|
||||
baseErrorName: PlexAPIError
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
speakeasyVersion: 1.598.0
|
||||
speakeasyVersion: 1.598.3
|
||||
sources:
|
||||
my-source:
|
||||
sourceNamespace: my-source
|
||||
@@ -13,7 +13,7 @@ sources:
|
||||
sourceBlobDigest: sha256:f84dd2bfdaea4074454cea3c7fbc6c9e05515c5e9e961abb4923b77f8faf48f1
|
||||
tags:
|
||||
- latest
|
||||
- speakeasy-sdk-regen-1754439116
|
||||
- speakeasy-sdk-regen-1754525524
|
||||
targets:
|
||||
plexgo:
|
||||
source: plexapi
|
||||
@@ -21,7 +21,7 @@ targets:
|
||||
sourceRevisionDigest: sha256:b4fa89a3571fbdcb4228800772a5fe1c292170babcd3e055161ae54402f89577
|
||||
sourceBlobDigest: sha256:f84dd2bfdaea4074454cea3c7fbc6c9e05515c5e9e961abb4923b77f8faf48f1
|
||||
codeSamplesNamespace: code-samples-go-plexgo
|
||||
codeSamplesRevisionDigest: sha256:b93e44aa75244ad1a2c5d5aaa6ba79d08fde6aeb549d67c7e40c9395c92518aa
|
||||
codeSamplesRevisionDigest: sha256:b3b33cad9d51c5c7b91f0fb005d52d487405e8a7a6e60663cec67546202aac78
|
||||
workflow:
|
||||
workflowVersion: 1.0.0
|
||||
speakeasyVersion: latest
|
||||
|
||||
10
RELEASES.md
10
RELEASES.md
@@ -1183,3 +1183,13 @@ Based on:
|
||||
- [go v0.24.0] .
|
||||
### Releases
|
||||
- [Go v0.24.0] https://github.com/LukeHagar/plexgo/releases/tag/v0.24.0 - .
|
||||
|
||||
## 2025-08-07 00:11:47
|
||||
### Changes
|
||||
Based on:
|
||||
- OpenAPI Doc
|
||||
- Speakeasy CLI 1.598.3 (2.674.3) https://github.com/speakeasy-api/speakeasy
|
||||
### Generated
|
||||
- [go v0.24.1] .
|
||||
### Releases
|
||||
- [Go v0.24.1] https://github.com/LukeHagar/plexgo/releases/tag/v0.24.1 - .
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
package plexgo
|
||||
|
||||
// Generated from OpenAPI doc version 0.0.3 and generator version 2.674.1
|
||||
// Generated from OpenAPI doc version 0.0.3 and generator version 2.674.3
|
||||
|
||||
import (
|
||||
"context"
|
||||
@@ -277,9 +277,9 @@ func WithTimeout(timeout time.Duration) SDKOption {
|
||||
// New creates a new instance of the SDK with the provided options
|
||||
func New(opts ...SDKOption) *PlexAPI {
|
||||
sdk := &PlexAPI{
|
||||
SDKVersion: "0.24.0",
|
||||
SDKVersion: "0.24.1",
|
||||
sdkConfiguration: config.SDKConfiguration{
|
||||
UserAgent: "speakeasy-sdk/go 0.24.0 2.674.1 0.0.3 github.com/LukeHagar/plexgo",
|
||||
UserAgent: "speakeasy-sdk/go 0.24.1 2.674.3 0.0.3 github.com/LukeHagar/plexgo",
|
||||
ServerList: ServerList,
|
||||
ServerVariables: []map[string]string{
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user