ci: regenerated with OpenAPI Doc 0.0.3, Speakeasy CLI 1.141.1

This commit is contained in:
speakeasybot
2024-01-16 01:09:32 +00:00
parent a87e1c362d
commit 19fb535eb4
8 changed files with 23 additions and 15 deletions

View File

@@ -4,16 +4,16 @@ management:
docChecksum: 34d22936f2456c2c461abdfc773e3fc4 docChecksum: 34d22936f2456c2c461abdfc773e3fc4
docVersion: 0.0.3 docVersion: 0.0.3
speakeasyVersion: internal speakeasyVersion: internal
generationVersion: 2.230.1 generationVersion: 2.233.2
releaseVersion: 0.2.1 releaseVersion: 0.2.2
configChecksum: c37646e1dc61322a4f6640ddd3e168c0 configChecksum: 4c48dac191c4a87d6ab03ef741c0a887
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.2 constsAndDefaults: 0.1.2
core: 3.8.1 core: 3.8.2
globalSecurity: 2.81.2 globalSecurity: 2.81.2
globalServerURLs: 2.82.1 globalServerURLs: 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.2.1" version = "0.2.2"
} }
} }
} }

View File

@@ -30,4 +30,12 @@ Based on:
- OpenAPI Doc 0.0.3 - OpenAPI Doc 0.0.3
- Speakeasy CLI 1.134.0 (2.230.1) https://github.com/speakeasy-api/speakeasy - Speakeasy CLI 1.134.0 (2.230.1) https://github.com/speakeasy-api/speakeasy
### Generated ### Generated
- [terraform v0.2.1] . - [terraform v0.2.1] .
## 2024-01-16 01:08:59
### Changes
Based on:
- OpenAPI Doc 0.0.3
- Speakeasy CLI 1.141.1 (2.233.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [terraform v0.2.2] .

View File

@@ -1,12 +1,12 @@
--- ---
# generated by https://github.com/hashicorp/terraform-plugin-docs # generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "repo Provider" page_title: "plex-api Provider"
subcategory: "" subcategory: ""
description: |- description: |-
An Open API Spec for interacting with Plex.tv and Plex Servers An Open API Spec for interacting with Plex.tv and Plex Servers
--- ---
# repo Provider # plex-api Provider
An Open API Spec for interacting with Plex.tv and Plex Servers An Open API Spec for interacting with Plex.tv and Plex Servers
@@ -17,7 +17,7 @@ terraform {
required_providers { required_providers {
PlexAPI = { PlexAPI = {
source = "LukeHagar/PlexAPI" source = "LukeHagar/PlexAPI"
version = "0.2.1" version = "0.2.2"
} }
} }
} }

View File

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

View File

@@ -8,7 +8,7 @@ generation:
fixes: fixes:
nameResolutionDec2023: false nameResolutionDec2023: false
terraform: terraform:
version: 0.2.1 version: 0.2.2
author: LukeHagar author: LukeHagar
imports: imports:
option: openapi option: openapi

View File

@@ -259,9 +259,9 @@ func New(opts ...SDKOption) *PlexAPI {
sdkConfiguration: sdkConfiguration{ sdkConfiguration: sdkConfiguration{
Language: "go", Language: "go",
OpenAPIDocVersion: "0.0.3", OpenAPIDocVersion: "0.0.3",
SDKVersion: "0.2.1", SDKVersion: "0.2.2",
GenVersion: "2.230.1", GenVersion: "2.233.2",
UserAgent: "speakeasy-sdk/go 0.2.1 2.230.1 0.0.3 PlexAPI", UserAgent: "speakeasy-sdk/go 0.2.2 2.233.2 0.0.3 PlexAPI",
ServerDefaults: []map[string]string{ ServerDefaults: []map[string]string{
{ {
"protocol": "http", "protocol": "http",

View File

@@ -15,7 +15,7 @@ import (
// Run the docs generation tool, check its repository for more information on how it works and how docs // Run the docs generation tool, check its repository for more information on how it works and how docs
// can be customized. // can be customized.
//go:generate go run github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs generate --rendered-provider-name terraform-provider-plex-api //go:generate go run github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs generate --provider-name terraform-provider-plex-api --rendered-provider-name terraform-provider-plex-api
var ( var (
// these will be set by the goreleaser configuration // these will be set by the goreleaser configuration