ci: regenerated with OpenAPI Doc 0.0.3, Speakeasy CLI 1.133.1

This commit is contained in:
speakeasybot
2024-01-05 19:51:29 +00:00
parent eccef7b78c
commit 0538f5b367
20 changed files with 272 additions and 52 deletions

View File

@@ -14,8 +14,6 @@ import (
// ServerList contains the list of servers available to the SDK
var ServerList = []string{
// The full address of your Plex Server
"http://10.10.10.47:32400",
// The full address of your Plex Server
"{protocol}://{ip}:{port}",
}
@@ -261,11 +259,10 @@ func New(opts ...SDKOption) *PlexAPI {
sdkConfiguration: sdkConfiguration{
Language: "go",
OpenAPIDocVersion: "0.0.3",
SDKVersion: "0.1.0",
GenVersion: "2.225.2",
UserAgent: "speakeasy-sdk/go 0.1.0 2.225.2 0.0.3 PlexAPI",
SDKVersion: "0.2.0",
GenVersion: "2.228.1",
UserAgent: "speakeasy-sdk/go 0.2.0 2.228.1 0.0.3 PlexAPI",
ServerDefaults: []map[string]string{
{},
{
"protocol": "http",
"ip": "10.10.10.47",