Compare commits

..

1 Commits

Author SHA1 Message Date
speakeasybot
4bea7ae0d8 ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.438.3 2024-11-14 00:10:23 +00:00
8 changed files with 33 additions and 20 deletions

View File

@@ -1,12 +1,12 @@
lockVersion: 2.0.0 lockVersion: 2.0.0
id: dfa99515-01c0-42eb-9be5-ee212fd03eb3 id: dfa99515-01c0-42eb-9be5-ee212fd03eb3
management: management:
docChecksum: af45c1ae70f7fc6589adb3f8075cb275 docChecksum: 2554ade61ed4d42b8e095168765d7dc0
docVersion: 0.0.3 docVersion: 0.0.3
speakeasyVersion: 1.438.1 speakeasyVersion: 1.438.3
generationVersion: 2.457.2 generationVersion: 2.457.9
releaseVersion: 0.16.0 releaseVersion: 0.16.1
configChecksum: 6cf4f4d25c4a33acae96bbafd2c74d9f configChecksum: 6ccd9fc43de5adcdeb47f4fb3cd81c3e
repoURL: https://github.com/LukeHagar/plexgo.git repoURL: https://github.com/LukeHagar/plexgo.git
repoSubDirectory: . repoSubDirectory: .
installationURL: https://github.com/LukeHagar/plexgo installationURL: https://github.com/LukeHagar/plexgo
@@ -15,7 +15,7 @@ features:
go: go:
additionalDependencies: 0.1.0 additionalDependencies: 0.1.0
constsAndDefaults: 0.1.6 constsAndDefaults: 0.1.6
core: 3.5.15 core: 3.5.16
defaultEnabledRetries: 0.2.0 defaultEnabledRetries: 0.2.0
deprecations: 2.81.1 deprecations: 2.81.1
downloadStreams: 0.1.2 downloadStreams: 0.1.2
@@ -1895,6 +1895,7 @@ examples:
parameters: parameters:
query: query:
Timespan: 4 Timespan: 4
timespan: 4
responses: responses:
"200": "200":
application/json: {"MediaContainer": {"size": 5497, "Device": [], "Account": [], "StatisticsMedia": []}} application/json: {"MediaContainer": {"size": 5497, "Device": [], "Account": [], "StatisticsMedia": []}}
@@ -1907,6 +1908,7 @@ examples:
parameters: parameters:
query: query:
Timespan: 4 Timespan: 4
timespan: 4
responses: responses:
"200": "200":
application/json: {"MediaContainer": {"size": 5497, "StatisticsResources": []}} application/json: {"MediaContainer": {"size": 5497, "StatisticsResources": []}}
@@ -1919,6 +1921,7 @@ examples:
parameters: parameters:
query: query:
Timespan: 4 Timespan: 4
timespan: 4
responses: responses:
"200": "200":
application/json: {"MediaContainer": {"size": 5497, "Device": [], "Account": [], "StatisticsBandwidth": []}} application/json: {"MediaContainer": {"size": 5497, "Device": [], "Account": [], "StatisticsBandwidth": []}}

View File

@@ -13,7 +13,7 @@ generation:
oAuth2ClientCredentialsEnabled: true oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: false oAuth2PasswordEnabled: false
go: go:
version: 0.16.0 version: 0.16.1
additionalDependencies: {} additionalDependencies: {}
allowUnknownFieldsInWeakUnions: false allowUnknownFieldsInWeakUnions: false
clientServerStatusCodesAsErrors: true clientServerStatusCodesAsErrors: true

View File

@@ -1,4 +1,4 @@
speakeasyVersion: 1.438.1 speakeasyVersion: 1.438.3
sources: sources:
my-source: my-source:
sourceNamespace: my-source sourceNamespace: my-source
@@ -9,8 +9,8 @@ sources:
- main - main
plexapi: plexapi:
sourceNamespace: plexapi sourceNamespace: plexapi
sourceRevisionDigest: sha256:15e040d800921ded49cf84650ef2bc8fb1acf32c885ee193c42e838d754bf345 sourceRevisionDigest: sha256:37c6bfb15f4154eb89b112465107f20757411f22bd1cc7d0a04335df7127fcb4
sourceBlobDigest: sha256:c178be2b4bfefb37d76c0fdaef37c51f9b6ab1410422d3698a41bb6a8d79a79f sourceBlobDigest: sha256:290473ebc909cada80ff428c685b897f4621cf121397e1417355e06d334e7206
tags: tags:
- latest - latest
- main - main
@@ -18,10 +18,10 @@ targets:
plexgo: plexgo:
source: plexapi source: plexapi
sourceNamespace: plexapi sourceNamespace: plexapi
sourceRevisionDigest: sha256:15e040d800921ded49cf84650ef2bc8fb1acf32c885ee193c42e838d754bf345 sourceRevisionDigest: sha256:37c6bfb15f4154eb89b112465107f20757411f22bd1cc7d0a04335df7127fcb4
sourceBlobDigest: sha256:c178be2b4bfefb37d76c0fdaef37c51f9b6ab1410422d3698a41bb6a8d79a79f sourceBlobDigest: sha256:290473ebc909cada80ff428c685b897f4621cf121397e1417355e06d334e7206
codeSamplesNamespace: code-samples-go-plexgo codeSamplesNamespace: code-samples-go-plexgo
codeSamplesRevisionDigest: sha256:7a02eff4211d44db5a95061e3af9e7151629b6539d0898b2f9aa2f9785268505 codeSamplesRevisionDigest: sha256:3d3923d5080a3df76181c5e2c153e6f9c88470f8366cbdea5628bb47fd67fd1b
workflow: workflow:
workflowVersion: 1.0.0 workflowVersion: 1.0.0
speakeasyVersion: latest speakeasyVersion: latest

View File

@@ -963,3 +963,13 @@ Based on:
- [go v0.16.0] . - [go v0.16.0] .
### Releases ### Releases
- [Go v0.16.0] https://github.com/LukeHagar/plexgo/releases/tag/v0.16.0 - . - [Go v0.16.0] https://github.com/LukeHagar/plexgo/releases/tag/v0.16.0 - .
## 2024-11-14 00:09:05
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.438.3 (2.457.9) https://github.com/speakeasy-api/speakeasy
### Generated
- [go v0.16.1] .
### Releases
- [Go v0.16.1] https://github.com/LukeHagar/plexgo/releases/tag/v0.16.1 - .

View File

@@ -10,7 +10,7 @@ type GetBandwidthStatisticsRequest struct {
// The timespan to retrieve statistics for // The timespan to retrieve statistics for
// the exact meaning of this parameter is not known // the exact meaning of this parameter is not known
// //
Timespan *int64 `queryParam:"style=form,explode=true,name=Timespan"` Timespan *int64 `queryParam:"style=form,explode=true,name=timespan"`
} }
func (o *GetBandwidthStatisticsRequest) GetTimespan() *int64 { func (o *GetBandwidthStatisticsRequest) GetTimespan() *int64 {

View File

@@ -10,7 +10,7 @@ type GetResourcesStatisticsRequest struct {
// The timespan to retrieve statistics for // The timespan to retrieve statistics for
// the exact meaning of this parameter is not known // the exact meaning of this parameter is not known
// //
Timespan *int64 `queryParam:"style=form,explode=true,name=Timespan"` Timespan *int64 `queryParam:"style=form,explode=true,name=timespan"`
} }
func (o *GetResourcesStatisticsRequest) GetTimespan() *int64 { func (o *GetResourcesStatisticsRequest) GetTimespan() *int64 {

View File

@@ -10,7 +10,7 @@ type GetStatisticsRequest struct {
// The timespan to retrieve statistics for // The timespan to retrieve statistics for
// the exact meaning of this parameter is not known // the exact meaning of this parameter is not known
// //
Timespan *int64 `queryParam:"style=form,explode=true,name=Timespan"` Timespan *int64 `queryParam:"style=form,explode=true,name=timespan"`
} }
func (o *GetStatisticsRequest) GetTimespan() *int64 { func (o *GetStatisticsRequest) GetTimespan() *int64 {

View File

@@ -335,9 +335,9 @@ func New(opts ...SDKOption) *PlexAPI {
sdkConfiguration: sdkConfiguration{ sdkConfiguration: sdkConfiguration{
Language: "go", Language: "go",
OpenAPIDocVersion: "0.0.3", OpenAPIDocVersion: "0.0.3",
SDKVersion: "0.16.0", SDKVersion: "0.16.1",
GenVersion: "2.457.2", GenVersion: "2.457.9",
UserAgent: "speakeasy-sdk/go 0.16.0 2.457.2 0.0.3 github.com/LukeHagar/plexgo", UserAgent: "speakeasy-sdk/go 0.16.1 2.457.9 0.0.3 github.com/LukeHagar/plexgo",
Globals: globals.Globals{}, Globals: globals.Globals{},
ServerDefaults: []map[string]string{ ServerDefaults: []map[string]string{
{ {