Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.481.1
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Feb 1, 2025
1 parent 20197a3 commit 2c86072
Show file tree
Hide file tree
Showing 42 changed files with 1,463 additions and 3,505 deletions.
252 changes: 41 additions & 211 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

29 changes: 29 additions & 0 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
speakeasyVersion: 1.481.1
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:1acb78bad5969213d6f0722a8b0884c900e7da6ee5e8d8f5e7cb5bdd69d88afb
sourceBlobDigest: sha256:7258cf41407a8e64f33a452fb450b9f54e21faf794258dd4bd55120620e70b16
tags:
- latest
- speakeasy-sdk-regen-1730851267
- 1.0.0
targets:
terraform:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:1acb78bad5969213d6f0722a8b0884c900e7da6ee5e8d8f5e7cb5bdd69d88afb
sourceBlobDigest: sha256:7258cf41407a8e64f33a452fb450b9f54e21faf794258dd4bd55120620e70b16
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
sources:
my-source:
inputs:
- location: https://docs.api.epilot.io/webhooks.yaml
registry:
location: registry.speakeasyapi.dev/epilot/epilot/my-source
targets:
terraform:
target: terraform
source: my-source
3 changes: 3 additions & 0 deletions .speakeasy/workflow.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
workflowVersion: 1.0.0
speakeasyVersion: latest
sources:
my-source:
inputs:
- location: https://docs.api.epilot.io/webhooks.yaml
registry:
location: registry.speakeasyapi.dev/epilot/epilot/my-source
targets:
terraform:
target: terraform
Expand Down
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ terraform {
required_providers {
epilot-webhook = {
source = "epilot-dev/epilot-webhook"
version = "0.5.1"
version = "0.6.0"
}
}
}
Expand Down Expand Up @@ -117,10 +117,7 @@ provider_installation {

### Resources

* [epilot-webhook_webhook](docs/resources/webhook.md)
### Data Sources

* [epilot-webhook_webhook](docs/data-sources/webhook.md)
<!-- End Available Resources and Data Sources [operations] -->

<!-- Start Summary [summary] -->
Expand All @@ -131,10 +128,12 @@ Webhooks: Service for configuring webhooks on different events

<!-- Start Table of Contents [toc] -->
## Table of Contents
<!-- $toc-max-depth=2 -->
* [epilot-webhook](#epilot-webhook)
* [Installation](#installation)
* [Testing the provider locally](#testing-the-provider-locally)
* [Available Resources and Data Sources](#available-resources-and-data-sources)

* [Installation](#installation)
* [Available Resources and Data Sources](#available-resources-and-data-sources)
* [Testing the provider locally](#testing-the-provider-locally)
<!-- End Table of Contents [toc] -->

<!-- Placeholder for Future Speakeasy SDK Sections -->
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,14 @@ Based on:
- OpenAPI Doc 0.1.0
- Speakeasy CLI 1.148.0 (2.237.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [terraform v0.1.0] .
- [terraform v0.1.0] .

## 2025-02-01 00:00:57
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.481.1 (2.500.5) https://github.com/speakeasy-api/speakeasy
### Generated
- [terraform v0.6.0] .
### Releases
- [Terraform v0.6.0] https://registry.terraform.io/providers/epilot-dev/epilot-webhook/0.6.0 - .
107 changes: 0 additions & 107 deletions docs/data-sources/webhook.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ terraform {
required_providers {
epilot-webhook = {
source = "epilot-dev/epilot-webhook"
version = "0.5.1"
version = "0.6.0"
}
}
}
Expand Down
123 changes: 0 additions & 123 deletions docs/resources/webhook.md

This file was deleted.

2 changes: 0 additions & 2 deletions examples/data-sources/epilot-webhook_webhook/data-source.tf

This file was deleted.

2 changes: 1 addition & 1 deletion examples/provider/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
epilot-webhook = {
source = "epilot-dev/epilot-webhook"
version = "0.5.1"
version = "0.6.0"
}
}
}
Expand Down
1 change: 0 additions & 1 deletion examples/resources/epilot-webhook_webhook/import.sh

This file was deleted.

4 changes: 0 additions & 4 deletions examples/resources/epilot-webhook_webhook/resource.tf

This file was deleted.

5 changes: 4 additions & 1 deletion gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ generation:
requestResponseComponentNamesFeb2024: false
auth:
oAuth2ClientCredentialsEnabled: false
oAuth2PasswordEnabled: false
telemetryEnabled: false
go:
version: 0.0.1
Expand All @@ -27,12 +28,14 @@ go:
outputModelSuffix: output
packageName: openapi
terraform:
version: 0.5.1
version: 0.6.0
additionalDataSources: []
additionalDependencies: {}
additionalResources: []
allowUnknownFieldsInWeakUnions: false
author: epilot-dev
defaultErrorName: SDKError
enableTypeDeduplication: true
environmentVariables: []
imports:
option: openapi
Expand Down
Loading

0 comments on commit 2c86072

Please sign in to comment.