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.323.0
This commit is contained in:
@@ -3,10 +3,10 @@ id: dfa99515-01c0-42eb-9be5-ee212fd03eb3
|
||||
management:
|
||||
docChecksum: e73920abd3a55e8d249592f2e3090574
|
||||
docVersion: 0.0.3
|
||||
speakeasyVersion: 1.314.2
|
||||
generationVersion: 2.349.6
|
||||
releaseVersion: 0.10.0
|
||||
configChecksum: 28df6cdfff7ddcd30cd89a07a82b5e6c
|
||||
speakeasyVersion: 1.323.0
|
||||
generationVersion: 2.356.0
|
||||
releaseVersion: 0.10.1
|
||||
configChecksum: 513d92bc28d06bf5f85b74de4e501cc1
|
||||
repoURL: https://github.com/LukeHagar/plexgo.git
|
||||
repoSubDirectory: .
|
||||
installationURL: https://github.com/LukeHagar/plexgo
|
||||
|
||||
@@ -12,7 +12,7 @@ generation:
|
||||
auth:
|
||||
oAuth2ClientCredentialsEnabled: true
|
||||
go:
|
||||
version: 0.10.0
|
||||
version: 0.10.1
|
||||
additionalDependencies: {}
|
||||
allowUnknownFieldsInWeakUnions: false
|
||||
clientServerStatusCodesAsErrors: true
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
speakeasyVersion: 1.322.3
|
||||
speakeasyVersion: 1.323.0
|
||||
sources:
|
||||
my-source:
|
||||
sourceNamespace: my-source
|
||||
sourceRevisionDigest: sha256:0978c3c4683b17879e3030237d535c36dd29e7dc602c950438dca0d3f536a40b
|
||||
sourceBlobDigest: sha256:e187d7c8df65903a04c4fa6725b2c63edc6d3d3b6c5d0216f84485cacc308fbf
|
||||
sourceRevisionDigest: sha256:ff9779ff7b4bdff35d146a962e94b766578532ac129d6adff9883756f1e4e8ed
|
||||
sourceBlobDigest: sha256:f5d953ec4a6fb0e4fc2a8fa79009d6d5c818c97394020a744172870ea27a0e32
|
||||
tags:
|
||||
- latest
|
||||
- main
|
||||
@@ -11,8 +11,10 @@ targets:
|
||||
plexgo:
|
||||
source: my-source
|
||||
sourceNamespace: my-source
|
||||
sourceRevisionDigest: sha256:0978c3c4683b17879e3030237d535c36dd29e7dc602c950438dca0d3f536a40b
|
||||
sourceBlobDigest: sha256:e187d7c8df65903a04c4fa6725b2c63edc6d3d3b6c5d0216f84485cacc308fbf
|
||||
sourceRevisionDigest: sha256:ff9779ff7b4bdff35d146a962e94b766578532ac129d6adff9883756f1e4e8ed
|
||||
sourceBlobDigest: sha256:f5d953ec4a6fb0e4fc2a8fa79009d6d5c818c97394020a744172870ea27a0e32
|
||||
codeSamplesNamespace: code-samples-go-plexgo
|
||||
codeSamplesRevisionDigest: sha256:2ba78526af38dcbc157c79a2ffe44ed0a6746610f0fa145e806ad99d3f45dacb
|
||||
outLocation: /github/workspace/repo
|
||||
workflow:
|
||||
workflowVersion: 1.0.0
|
||||
@@ -29,3 +31,5 @@ workflow:
|
||||
source: my-source
|
||||
codeSamples:
|
||||
output: codeSamples.yaml
|
||||
registry:
|
||||
location: registry.speakeasyapi.dev/lukehagar/lukehagar/code-samples-go-plexgo
|
||||
|
||||
12
RELEASES.md
12
RELEASES.md
@@ -742,4 +742,14 @@ Based on:
|
||||
### Generated
|
||||
- [go v0.10.0] .
|
||||
### Releases
|
||||
- [Go v0.10.0] https://github.com/LukeHagar/plexgo/releases/tag/v0.10.0 - .
|
||||
- [Go v0.10.0] https://github.com/LukeHagar/plexgo/releases/tag/v0.10.0 - .
|
||||
|
||||
## 2024-07-01 15:43:13
|
||||
### Changes
|
||||
Based on:
|
||||
- OpenAPI Doc
|
||||
- Speakeasy CLI 1.323.0 (2.356.0) https://github.com/speakeasy-api/speakeasy
|
||||
### Generated
|
||||
- [go v0.10.1] .
|
||||
### Releases
|
||||
- [Go v0.10.1] https://github.com/LukeHagar/plexgo/releases/tag/v0.10.1 - .
|
||||
3232
codeSamples.yaml
3232
codeSamples.yaml
File diff suppressed because it is too large
Load Diff
@@ -271,9 +271,9 @@ func New(opts ...SDKOption) *PlexAPI {
|
||||
sdkConfiguration: sdkConfiguration{
|
||||
Language: "go",
|
||||
OpenAPIDocVersion: "0.0.3",
|
||||
SDKVersion: "0.10.0",
|
||||
GenVersion: "2.349.6",
|
||||
UserAgent: "speakeasy-sdk/go 0.10.0 2.349.6 0.0.3 github.com/LukeHagar/plexgo",
|
||||
SDKVersion: "0.10.1",
|
||||
GenVersion: "2.356.0",
|
||||
UserAgent: "speakeasy-sdk/go 0.10.1 2.356.0 0.0.3 github.com/LukeHagar/plexgo",
|
||||
Globals: globals.Globals{},
|
||||
ServerDefaults: []map[string]string{
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user