Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.451.3
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Dec 5, 2024
1 parent 20197a3 commit c301ea0
Show file tree
Hide file tree
Showing 38 changed files with 959 additions and 3,289 deletions.
31 changes: 9 additions & 22 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,32 +1,28 @@
lockVersion: 2.0.0
id: 11c8545a-deb6-44f9-ba56-e71722af6a51
management:
docChecksum: e4de31707910a22fb5dedd9d9ca108f0
docChecksum: 7b80f93d0bf8cc2ab707fca5def00010
docVersion: 1.0.0
speakeasyVersion: 1.402.1
generationVersion: 2.422.6
releaseVersion: 0.5.1
configChecksum: d20ee36788b94d57f59bb42db523739b
speakeasyVersion: 1.451.3
generationVersion: 2.471.2
releaseVersion: 0.6.0
configChecksum: 8009b36bb6ed7a1c30f7f515173fb3b5
repoURL: https://github.com/epilot-dev/terraform-provider-epilot-webhook.git
repoSubDirectory: .
published: true
features:
terraform:
additionalDependencies: 0.1.0
core: 3.24.12
core: 3.27.0
deprecations: 2.81.1
envVarSecurityUsage: 0.1.0
globalSecurity: 2.81.8
globalSecurity: 2.81.9
globalServerURLs: 2.82.1
retries: 2.81.1
generatedFiles:
- .gitattributes
- USAGE.md
- examples/README.md
- examples/data-sources/epilot-webhook_webhook/data-source.tf
- examples/provider/provider.tf
- examples/resources/epilot-webhook_webhook/import.sh
- examples/resources/epilot-webhook_webhook/resource.tf
- go.mod
- go.sum
- internal/planmodifiers/boolplanmodifier/suppress_diff.go
Expand Down Expand Up @@ -54,23 +50,13 @@ generatedFiles:
- internal/provider/reflect/primitive.go
- internal/provider/reflect/slice.go
- internal/provider/reflect/struct.go
- internal/provider/types/api_key_config.go
- internal/provider/types/auth.go
- internal/provider/types/basic_auth_config.go
- internal/provider/types/custom_o_auth_parameter.go
- internal/provider/types/filter.go
- internal/provider/types/o_auth_config.go
- internal/provider/types/payload_configuration.go
- internal/provider/utils.go
- internal/provider/webhook_data_source.go
- internal/provider/webhook_data_source_sdk.go
- internal/provider/webhook_resource.go
- internal/provider/webhook_resource_sdk.go
- internal/sdk/.gitattributes
- internal/sdk/event.go
- internal/sdk/events.go
- internal/sdk/internal/hooks/hooks.go
- internal/sdk/internal/utils/contenttype.go
- internal/sdk/internal/utils/env.go
- internal/sdk/internal/utils/form.go
- internal/sdk/internal/utils/headers.go
- internal/sdk/internal/utils/json.go
Expand Down Expand Up @@ -420,3 +406,4 @@ examples:
"200":
application/json: {"auth": {"authType": "BASIC", "basicAuthConfig": {"password": "secret7825@!", "username": "secretUsername"}}, "creationTime": "2021-04-27T12:01:13.000Z", "enabled": true, "eventName": "CustomerRequest_Created", "filter": {"keyToFilter": "customer_request.productId", "supportedValues": ["2324245", "5253642"]}, "httpMethod": "POST", "name": "<value>", "url": "https://my-partner-service.api.com"}
"400": {}
generatedTests: {}
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.451.3
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:268a15b8b9d0b8230a42b3d81c3f9ddc2f6d2b5d861b55d02b5a7c20d6744119
sourceBlobDigest: sha256:7258cf41407a8e64f33a452fb450b9f54e21faf794258dd4bd55120620e70b16
tags:
- latest
- speakeasy-sdk-regen-1730851267
- 1.0.0
targets:
terraform:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:268a15b8b9d0b8230a42b3d81c3f9ddc2f6d2b5d861b55d02b5a7c20d6744119
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] .

## 2024-12-05 00:01:15
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.451.3 (2.471.2) 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
Loading

0 comments on commit c301ea0

Please sign in to comment.