diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index df813b1..c0cb020 100755 --- a/.speakeasy/gen.lock +++ b/.speakeasy/gen.lock @@ -1,12 +1,12 @@ lockVersion: 2.0.0 id: e742591b-391d-4f4e-8484-d01a093b32ec management: - docChecksum: a91eaf9ec1e6a3a6f4bf0571f5b18bae + docChecksum: 7a43cd3413d535205cfaee20a4b6a250 docVersion: 0.0.3 - speakeasyVersion: 1.260.6 - generationVersion: 2.311.1 - releaseVersion: 0.11.1 - configChecksum: d39d174a8ed43495b0588e711e736594 + speakeasyVersion: 1.267.2 + generationVersion: 2.312.1 + releaseVersion: 0.11.2 + configChecksum: d36d94372d72e00a24f8b4b9f1001fde repoURL: https://github.com/LukeHagar/plexterraform.git repoSubDirectory: . published: true diff --git a/.speakeasy/gen.yaml b/.speakeasy/gen.yaml index 650d6e4..1efb09e 100644 --- a/.speakeasy/gen.yaml +++ b/.speakeasy/gen.yaml @@ -12,7 +12,7 @@ generation: auth: oAuth2ClientCredentialsEnabled: false terraform: - version: 0.11.1 + version: 0.11.2 author: LukeHagar imports: option: openapi diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index e923b18..a2cc74d 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -1,4 +1,4 @@ -speakeasyVersion: 1.267.0 +speakeasyVersion: 1.267.2 sources: my-source: {} targets: diff --git a/README.md b/README.md index 49ce13a..db46cbe 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ terraform { required_providers { 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. -For example, you can set `X-Plex-Client-Identifier` to `""` 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 diff --git a/RELEASES.md b/RELEASES.md index 88634e4..5f89898 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -202,4 +202,14 @@ Based on: ### Generated - [terraform v0.11.1] . ### Releases -- [Terraform v0.11.1] https://registry.terraform.io/providers/LukeHagar/PlexAPI/0.11.1 - . \ No newline at end of file +- [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 - . \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index af78cef..198411f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -17,7 +17,7 @@ terraform { required_providers { PlexAPI = { source = "LukeHagar/PlexAPI" - version = "0.11.1" + version = "0.11.2" } } } diff --git a/examples/provider/provider.tf b/examples/provider/provider.tf index 63f613f..8f95af5 100644 --- a/examples/provider/provider.tf +++ b/examples/provider/provider.tf @@ -2,7 +2,7 @@ terraform { required_providers { PlexAPI = { source = "LukeHagar/PlexAPI" - version = "0.11.1" + version = "0.11.2" } } } diff --git a/internal/sdk/plexapi.go b/internal/sdk/plexapi.go index b503af9..33abf59 100644 --- a/internal/sdk/plexapi.go +++ b/internal/sdk/plexapi.go @@ -276,8 +276,8 @@ func New(opts ...SDKOption) *PlexAPI { Language: "go", OpenAPIDocVersion: "0.0.3", SDKVersion: "0.0.1", - GenVersion: "2.311.1", - UserAgent: "speakeasy-sdk/go 0.0.1 2.311.1 0.0.3 github.com/LukeHagar/terraform-provider-PlexAPI/internal/sdk", + GenVersion: "2.312.1", + UserAgent: "speakeasy-sdk/go 0.0.1 2.312.1 0.0.3 github.com/LukeHagar/terraform-provider-PlexAPI/internal/sdk", Globals: globals.Globals{}, ServerDefaults: []map[string]string{ {