ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.267.2

This commit is contained in:
speakeasybot
2024-04-22 16:15:55 +00:00
parent a2f96cd6bd
commit 147a19f0f7
8 changed files with 24 additions and 14 deletions

View File

@@ -1,12 +1,12 @@
lockVersion: 2.0.0 lockVersion: 2.0.0
id: e742591b-391d-4f4e-8484-d01a093b32ec id: e742591b-391d-4f4e-8484-d01a093b32ec
management: management:
docChecksum: a91eaf9ec1e6a3a6f4bf0571f5b18bae docChecksum: 7a43cd3413d535205cfaee20a4b6a250
docVersion: 0.0.3 docVersion: 0.0.3
speakeasyVersion: 1.260.6 speakeasyVersion: 1.267.2
generationVersion: 2.311.1 generationVersion: 2.312.1
releaseVersion: 0.11.1 releaseVersion: 0.11.2
configChecksum: d39d174a8ed43495b0588e711e736594 configChecksum: d36d94372d72e00a24f8b4b9f1001fde
repoURL: https://github.com/LukeHagar/plexterraform.git repoURL: https://github.com/LukeHagar/plexterraform.git
repoSubDirectory: . repoSubDirectory: .
published: true published: true

View File

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

View File

@@ -1,4 +1,4 @@
speakeasyVersion: 1.267.0 speakeasyVersion: 1.267.2
sources: sources:
my-source: {} my-source: {}
targets: targets:

View File

@@ -61,7 +61,7 @@ terraform {
required_providers { required_providers {
PlexAPI = { PlexAPI = {
source = "LukeHagar/PlexAPI" source = "LukeHagar/PlexAPI"
version = "0.11.1" version = "0.11.2"
} }
} }
} }
@@ -104,7 +104,7 @@ TF_REATTACH_PROVIDERS=... terraform apply
A parameter is configured globally. This parameter must be set on the SDK client instance itself during initialization. When configured as an option during SDK initialization, This global value will be used as the default on the operations that use it. When such operations are called, there is a place in each to override the global value, if needed. A parameter is configured globally. This parameter must be set on the SDK client instance itself during initialization. When configured as an option during SDK initialization, This global value will be used as the default on the operations that use it. When such operations are called, there is a place in each to override the global value, if needed.
For example, you can set `X-Plex-Client-Identifier` to `"<value>"` at SDK initialization and then you do not have to pass the same value on calls to operations like `GetPin`. But if you want to do so you may, which will locally override the global setting. See the example code below for a demonstration. For example, you can set `X-Plex-Client-Identifier` to `"Postman"` at SDK initialization and then you do not have to pass the same value on calls to operations like `GetPin`. But if you want to do so you may, which will locally override the global setting. See the example code below for a demonstration.
### Available Globals ### Available Globals

View File

@@ -202,4 +202,14 @@ Based on:
### Generated ### Generated
- [terraform v0.11.1] . - [terraform v0.11.1] .
### Releases ### Releases
- [Terraform v0.11.1] https://registry.terraform.io/providers/LukeHagar/PlexAPI/0.11.1 - . - [Terraform v0.11.1] https://registry.terraform.io/providers/LukeHagar/PlexAPI/0.11.1 - .
## 2024-04-22 16:14:47
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.267.2 (2.312.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [terraform v0.11.2] .
### Releases
- [Terraform v0.11.2] https://registry.terraform.io/providers/LukeHagar/PlexAPI/0.11.2 - .

View File

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

View File

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

View File

@@ -276,8 +276,8 @@ func New(opts ...SDKOption) *PlexAPI {
Language: "go", Language: "go",
OpenAPIDocVersion: "0.0.3", OpenAPIDocVersion: "0.0.3",
SDKVersion: "0.0.1", SDKVersion: "0.0.1",
GenVersion: "2.311.1", GenVersion: "2.312.1",
UserAgent: "speakeasy-sdk/go 0.0.1 2.311.1 0.0.3 github.com/LukeHagar/terraform-provider-PlexAPI/internal/sdk", UserAgent: "speakeasy-sdk/go 0.0.1 2.312.1 0.0.3 github.com/LukeHagar/terraform-provider-PlexAPI/internal/sdk",
Globals: globals.Globals{}, Globals: globals.Globals{},
ServerDefaults: []map[string]string{ ServerDefaults: []map[string]string{
{ {