ci: regenerated with OpenAPI Doc 0.0.3, Speakeasy CLI 1.207.1

This commit is contained in:
speakeasybot
2024-03-13 01:05:43 +00:00
parent cd28f2ff22
commit ac21860d2a
8 changed files with 25 additions and 15 deletions

View File

@@ -3,18 +3,18 @@ id: e742591b-391d-4f4e-8484-d01a093b32ec
management: management:
docChecksum: e34dac84738ebf2d447ea2b9055a6eeb docChecksum: e34dac84738ebf2d447ea2b9055a6eeb
docVersion: 0.0.3 docVersion: 0.0.3
speakeasyVersion: internal speakeasyVersion: 1.207.1
generationVersion: 2.272.4 generationVersion: 2.280.6
releaseVersion: 0.6.1 releaseVersion: 0.6.2
configChecksum: e752e44e3eb091bcb6d52058f838ee2f configChecksum: e5f2c8fc4f178691477fc9628ef17cf9
repoURL: https://github.com/LukeHagar/plexterraform.git repoURL: https://github.com/LukeHagar/plexterraform.git
repoSubDirectory: . repoSubDirectory: .
published: true published: true
features: features:
terraform: terraform:
constsAndDefaults: 0.1.3 constsAndDefaults: 0.1.4
core: 3.10.2 core: 3.10.3
globalSecurity: 2.81.4 globalSecurity: 2.81.5
globalServerURLs: 2.82.1 globalServerURLs: 2.82.1
methodServerURLs: 2.82.1 methodServerURLs: 2.82.1
nameOverrides: 2.81.1 nameOverrides: 2.81.1

View File

@@ -61,7 +61,7 @@ terraform {
required_providers { required_providers {
PlexAPI = { PlexAPI = {
source = "LukeHagar/PlexAPI" source = "LukeHagar/PlexAPI"
version = "0.6.1" version = "0.6.2"
} }
} }
} }

View File

@@ -127,3 +127,11 @@ Based on:
- Speakeasy CLI 1.193.4 (2.272.4) https://github.com/speakeasy-api/speakeasy - Speakeasy CLI 1.193.4 (2.272.4) https://github.com/speakeasy-api/speakeasy
### Generated ### Generated
- [terraform v0.6.1] . - [terraform v0.6.1] .
## 2024-03-13 01:05:05
### Changes
Based on:
- OpenAPI Doc 0.0.3
- Speakeasy CLI 1.207.1 (2.280.6) https://github.com/speakeasy-api/speakeasy
### Generated
- [terraform v0.6.2] .

View File

@@ -17,7 +17,7 @@ terraform {
required_providers { required_providers {
PlexAPI = { PlexAPI = {
source = "LukeHagar/PlexAPI" source = "LukeHagar/PlexAPI"
version = "0.6.1" version = "0.6.2"
} }
} }
} }

View File

@@ -2,7 +2,7 @@ terraform {
required_providers { required_providers {
PlexAPI = { PlexAPI = {
source = "LukeHagar/PlexAPI" source = "LukeHagar/PlexAPI"
version = "0.6.1" version = "0.6.2"
} }
} }
} }

View File

@@ -12,7 +12,7 @@ generation:
auth: auth:
oAuth2ClientCredentialsEnabled: false oAuth2ClientCredentialsEnabled: false
terraform: terraform:
version: 0.6.1 version: 0.6.2
author: LukeHagar author: LukeHagar
imports: imports:
option: openapi option: openapi

View File

@@ -11,6 +11,7 @@ import (
"github.com/hashicorp/terraform-plugin-framework/provider/schema" "github.com/hashicorp/terraform-plugin-framework/provider/schema"
"github.com/hashicorp/terraform-plugin-framework/resource" "github.com/hashicorp/terraform-plugin-framework/resource"
"github.com/hashicorp/terraform-plugin-framework/types" "github.com/hashicorp/terraform-plugin-framework/types"
"net/http"
) )
var _ provider.Provider = &PlexAPIProvider{} var _ provider.Provider = &PlexAPIProvider{}
@@ -73,6 +74,7 @@ func (p *PlexAPIProvider) Configure(ctx context.Context, req provider.ConfigureR
opts := []sdk.SDKOption{ opts := []sdk.SDKOption{
sdk.WithServerURL(ServerURL), sdk.WithServerURL(ServerURL),
sdk.WithSecurity(security), sdk.WithSecurity(security),
sdk.WithClient(http.DefaultClient),
} }
client := sdk.New(opts...) client := sdk.New(opts...)

View File

@@ -265,9 +265,9 @@ func New(opts ...SDKOption) *PlexAPI {
sdkConfiguration: sdkConfiguration{ sdkConfiguration: sdkConfiguration{
Language: "go", Language: "go",
OpenAPIDocVersion: "0.0.3", OpenAPIDocVersion: "0.0.3",
SDKVersion: "0.6.1", SDKVersion: "0.6.2",
GenVersion: "2.272.4", GenVersion: "2.280.6",
UserAgent: "speakeasy-sdk/go 0.6.1 2.272.4 0.0.3 PlexAPI", UserAgent: "speakeasy-sdk/go 0.6.2 2.280.6 0.0.3 PlexAPI",
ServerDefaults: []map[string]string{ ServerDefaults: []map[string]string{
{ {
"protocol": "http", "protocol": "http",