Skip to content

Commit

Permalink
Merge pull request #2 from epilot-dev/speakeasy-sdk-regen-1709770771
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate
  • Loading branch information
NishuGoel authored Mar 18, 2024
2 parents 852e2e3 + 0a8e5d2 commit ca577b7
Show file tree
Hide file tree
Showing 39 changed files with 181 additions and 3,334 deletions.
38 changes: 7 additions & 31 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
lockVersion: 2.0.0
id: a76d605f-5242-4bd3-8bd6-56a119e8eec5
management:
docChecksum: 9831faf457882e4b7bc0b7c48f868243
docChecksum: c4a1c7dbe4bb723c700940bbcaa52687
docVersion: 1.0.0
speakeasyVersion: internal
generationVersion: 2.277.0
releaseVersion: 0.4.0
configChecksum: fb45ccd414fc5968746be04cae188174
speakeasyVersion: 1.207.1
generationVersion: 2.280.6
releaseVersion: 0.4.2
configChecksum: 4748f72cfe8d28dd7aee1b7def67b25f
repoURL: https://github.com/epilot-dev/terraform-provider-epilot-entitymapping.git
repoSubDirectory: .
published: true
features:
terraform:
additionalProperties: 0.1.2
constsAndDefaults: 0.1.4
core: 3.10.2
core: 3.10.3
deprecations: 2.81.1
globalSecurity: 2.81.5
globalServerURLs: 2.82.1
Expand Down Expand Up @@ -109,6 +109,7 @@ generatedFiles:
- internal/sdk/pkg/models/shared/sourceconfig.go
- internal/sdk/pkg/models/shared/journeyref.go
- internal/sdk/pkg/models/shared/entityref.go
- internal/sdk/pkg/models/shared/owner.go
- internal/sdk/pkg/models/shared/executemappingresp.go
- internal/sdk/pkg/models/shared/mappingwarning.go
- internal/sdk/pkg/models/shared/mappingfailure.go
Expand All @@ -122,33 +123,8 @@ generatedFiles:
- internal/sdk/pkg/models/shared/mappinghistoryentry.go
- internal/sdk/pkg/models/shared/searchmappingreq.go
- internal/sdk/pkg/models/shared/security.go
- internal/provider/type_entity_ref.go
- internal/provider/type_journey_ref.go
- internal/provider/type_config.go
- internal/provider/type_source_config.go
- internal/provider/type_append_value_mapper.go
- internal/provider/type_copy_value_mapper.go
- internal/provider/type_set_value_mapper.go
- internal/provider/type_mapping_attribute.go
- internal/provider/type_one.go
- internal/provider/type_two.go
- internal/provider/type_random_operation.go
- internal/provider/type_uniq.go
- internal/provider/type_operation_object_node.go
- internal/provider/type_operation_node.go
- internal/provider/type_mapping_attribute_v2.go
- internal/provider/type_mapping_attributes.go
- internal/provider/type_source_filter.go
- internal/provider/type_relation_attribute.go
- internal/provider/type_target_config.go
- USAGE.md
- internal/provider/provider.go
- examples/provider/provider.tf
- internal/provider/entitymapping_resource.go
- internal/provider/entitymapping_resource_sdk.go
- examples/resources/epilot-entitymapping_entity_mapping/resource.tf
- internal/provider/entitymapping_data_source.go
- internal/provider/entitymapping_data_source_sdk.go
- examples/data-sources/epilot-entitymapping_entity_mapping/data-source.tf
- internal/sdk/pkg/models/operations/options.go
- .gitattributes
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ terraform {
required_providers {
epilot-entitymapping = {
source = "epilot-dev/epilot-entitymapping"
version = "0.4.0"
version = "0.4.2"
}
}
}
Expand Down
18 changes: 17 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,20 @@ Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.201.1 (2.277.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [terraform v0.4.0] .
- [terraform v0.4.0] .

## 2024-03-07 00:19:30
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.202.0 (2.277.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [terraform v0.4.1] .

## 2024-03-13 00:22:46
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.207.1 (2.280.6) https://github.com/speakeasy-api/speakeasy
### Generated
- [terraform v0.4.2] .
240 changes: 0 additions & 240 deletions docs/data-sources/entity_mapping.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-entitymapping = {
source = "epilot-dev/epilot-entitymapping"
version = "0.4.0"
version = "0.4.2"
}
}
}
Expand Down
Loading

0 comments on commit ca577b7

Please sign in to comment.