Skip to content

Commit 39091c2

Browse files
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.395.1 (#138)
Co-authored-by: speakeasybot <[email protected]>
1 parent a94894d commit 39091c2

File tree

1,161 files changed

+55959
-13378
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,161 files changed

+55959
-13378
lines changed

.speakeasy/gen.lock

Lines changed: 13166 additions & 90 deletions
Large diffs are not rendered by default.

.speakeasy/workflow.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ speakeasyVersion: 1.335.2
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:1ca6e2fd1c68d5cd3338dac401965c77156ba3782f2d17320b50f6db906ff262
6-
sourceBlobDigest: sha256:b399d4769fc1c9af512eafc9c6ac24c67e7e3bd76ebcf3ea0720fca33693ed6d
5+
sourceRevisionDigest: sha256:b1f27d16185260237d159e856bab906536d850ff02b61d7e6e9c40f640713aa3
6+
sourceBlobDigest: sha256:3b9f36ea5b600bb8f7011672629e94ea280122ca8e7a46a0f71a0dde99bea585
77
tags:
88
- latest
99
- main
1010
targets:
1111
terraform-provider-airbyte:
1212
source: my-source
1313
sourceNamespace: my-source
14-
sourceRevisionDigest: sha256:1ca6e2fd1c68d5cd3338dac401965c77156ba3782f2d17320b50f6db906ff262
15-
sourceBlobDigest: sha256:b399d4769fc1c9af512eafc9c6ac24c67e7e3bd76ebcf3ea0720fca33693ed6d
14+
sourceRevisionDigest: sha256:b1f27d16185260237d159e856bab906536d850ff02b61d7e6e9c40f640713aa3
15+
sourceBlobDigest: sha256:3b9f36ea5b600bb8f7011672629e94ea280122ca8e7a46a0f71a0dde99bea585
1616
outLocation: /github/workspace/repo
1717
workflow:
1818
workflowVersion: 1.0.0

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,19 @@ Developers will need to create an API Key within your [Developer Portal](https:/
1515

1616
The Developer Portal UI can also be used to help build your integration by showing information about network requests in the Requests tab. API usage information is also available to you in the Usage tab.
1717

18+
<!-- Start Summary [summary] -->
19+
## Summary
20+
21+
airbyte-api: Programatically control Airbyte Cloud, OSS & Enterprise.
22+
<!-- End Summary [summary] -->
23+
24+
<!-- Start Table of Contents [toc] -->
25+
## Table of Contents
26+
27+
* [SDK Installation](#sdk-installation)
28+
* [SDK Example Usage](#sdk-example-usage)
29+
<!-- End Table of Contents [toc] -->
30+
1831
<!-- Start SDK Installation [installation] -->
1932
## SDK Installation
2033

@@ -25,7 +38,7 @@ terraform {
2538
required_providers {
2639
airbyte = {
2740
source = "airbytehq/airbyte"
28-
version = "0.9.0"
41+
version = "0.11.0"
2942
}
3043
}
3144
}

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,14 @@ Based on:
5858
### Generated
5959
- [terraform v0.9.0] .
6060
### Releases
61-
- [Terraform v0.9.0] https://registry.terraform.io/providers/airbytehq/airbyte/0.9.0 - .
61+
- [Terraform v0.9.0] https://registry.terraform.io/providers/airbytehq/airbyte/0.9.0 - .
62+
63+
## 2024-09-10 22:39:01
64+
### Changes
65+
Based on:
66+
- OpenAPI Doc
67+
- Speakeasy CLI 1.395.1 (2.415.0) https://github.com/speakeasy-api/speakeasy
68+
### Generated
69+
- [terraform v0.11.0] .
70+
### Releases
71+
- [Terraform v0.11.0] https://registry.terraform.io/providers/airbytehq/airbyte/0.11.0 - .

docs/data-sources/connection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ data "airbyte_connection" "my_connection" {
4545

4646
Read-Only:
4747

48-
- `streams` (Attributes Set) (see [below for nested schema](#nestedatt--configurations--streams))
48+
- `streams` (Attributes List) (see [below for nested schema](#nestedatt--configurations--streams))
4949

5050
<a id="nestedatt--configurations--streams"></a>
5151
### Nested Schema for `configurations.streams`

docs/data-sources/destination_langchain.md renamed to docs/data-sources/destination_timeplus.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
22
# generated by https://github.com/hashicorp/terraform-plugin-docs
3-
page_title: "airbyte_destination_langchain Data Source - terraform-provider-airbyte"
3+
page_title: "airbyte_destination_timeplus Data Source - terraform-provider-airbyte"
44
subcategory: ""
55
description: |-
6-
DestinationLangchain DataSource
6+
DestinationTimeplus DataSource
77
---
88

9-
# airbyte_destination_langchain (Data Source)
9+
# airbyte_destination_timeplus (Data Source)
1010

11-
DestinationLangchain DataSource
11+
DestinationTimeplus DataSource
1212

1313
## Example Usage
1414

1515
```terraform
16-
data "airbyte_destination_langchain" "my_destination_langchain" {
16+
data "airbyte_destination_timeplus" "my_destination_timeplus" {
1717
destination_id = "...my_destination_id..."
1818
}
1919
```

docs/data-sources/source_mongodb_internal_poc.md renamed to docs/data-sources/source_airbyte.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
22
# generated by https://github.com/hashicorp/terraform-plugin-docs
3-
page_title: "airbyte_source_mongodb_internal_poc Data Source - terraform-provider-airbyte"
3+
page_title: "airbyte_source_airbyte Data Source - terraform-provider-airbyte"
44
subcategory: ""
55
description: |-
6-
SourceMongodbInternalPoc DataSource
6+
SourceAirbyte DataSource
77
---
88

9-
# airbyte_source_mongodb_internal_poc (Data Source)
9+
# airbyte_source_airbyte (Data Source)
1010

11-
SourceMongodbInternalPoc DataSource
11+
SourceAirbyte DataSource
1212

1313
## Example Usage
1414

1515
```terraform
16-
data "airbyte_source_mongodb_internal_poc" "my_source_mongodbinternalpoc" {
16+
data "airbyte_source_airbyte" "my_source_airbyte" {
1717
source_id = "...my_source_id..."
1818
}
1919
```

docs/data-sources/source_punk_api.md renamed to docs/data-sources/source_basecamp.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
22
# generated by https://github.com/hashicorp/terraform-plugin-docs
3-
page_title: "airbyte_source_punk_api Data Source - terraform-provider-airbyte"
3+
page_title: "airbyte_source_basecamp Data Source - terraform-provider-airbyte"
44
subcategory: ""
55
description: |-
6-
SourcePunkAPI DataSource
6+
SourceBasecamp DataSource
77
---
88

9-
# airbyte_source_punk_api (Data Source)
9+
# airbyte_source_basecamp (Data Source)
1010

11-
SourcePunkAPI DataSource
11+
SourceBasecamp DataSource
1212

1313
## Example Usage
1414

1515
```terraform
16-
data "airbyte_source_punk_api" "my_source_punkapi" {
16+
data "airbyte_source_basecamp" "my_source_basecamp" {
1717
source_id = "...my_source_id..."
1818
}
1919
```

docs/data-sources/source_google_analytics_v4_service_account_only.md renamed to docs/data-sources/source_breezy_hr.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
22
# generated by https://github.com/hashicorp/terraform-plugin-docs
3-
page_title: "airbyte_source_google_analytics_v4_service_account_only Data Source - terraform-provider-airbyte"
3+
page_title: "airbyte_source_breezy_hr Data Source - terraform-provider-airbyte"
44
subcategory: ""
55
description: |-
6-
SourceGoogleAnalyticsV4ServiceAccountOnly DataSource
6+
SourceBreezyHr DataSource
77
---
88

9-
# airbyte_source_google_analytics_v4_service_account_only (Data Source)
9+
# airbyte_source_breezy_hr (Data Source)
1010

11-
SourceGoogleAnalyticsV4ServiceAccountOnly DataSource
11+
SourceBreezyHr DataSource
1212

1313
## Example Usage
1414

1515
```terraform
16-
data "airbyte_source_google_analytics_v4_service_account_only" "my_source_googleanalyticsv4serviceaccountonly" {
16+
data "airbyte_source_breezy_hr" "my_source_breezyhr" {
1717
source_id = "...my_source_id..."
1818
}
1919
```

docs/data-sources/source_calendly.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
# generated by https://github.com/hashicorp/terraform-plugin-docs
3+
page_title: "airbyte_source_calendly Data Source - terraform-provider-airbyte"
4+
subcategory: ""
5+
description: |-
6+
SourceCalendly DataSource
7+
---
8+
9+
# airbyte_source_calendly (Data Source)
10+
11+
SourceCalendly DataSource
12+
13+
## Example Usage
14+
15+
```terraform
16+
data "airbyte_source_calendly" "my_source_calendly" {
17+
source_id = "...my_source_id..."
18+
}
19+
```
20+
21+
<!-- schema generated by tfplugindocs -->
22+
## Schema
23+
24+
### Required
25+
26+
- `source_id` (String)
27+
28+
### Read-Only
29+
30+
- `configuration` (String) The values required to configure the source. Parsed as JSON.
31+
- `name` (String)
32+
- `source_type` (String)
33+
- `workspace_id` (String)
34+
35+

docs/data-sources/source_clazar.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
# generated by https://github.com/hashicorp/terraform-plugin-docs
3+
page_title: "airbyte_source_clazar Data Source - terraform-provider-airbyte"
4+
subcategory: ""
5+
description: |-
6+
SourceClazar DataSource
7+
---
8+
9+
# airbyte_source_clazar (Data Source)
10+
11+
SourceClazar DataSource
12+
13+
## Example Usage
14+
15+
```terraform
16+
data "airbyte_source_clazar" "my_source_clazar" {
17+
source_id = "...my_source_id..."
18+
}
19+
```
20+
21+
<!-- schema generated by tfplugindocs -->
22+
## Schema
23+
24+
### Required
25+
26+
- `source_id` (String)
27+
28+
### Read-Only
29+
30+
- `configuration` (String) The values required to configure the source. Parsed as JSON.
31+
- `name` (String)
32+
- `source_type` (String)
33+
- `workspace_id` (String)
34+
35+
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
# generated by https://github.com/hashicorp/terraform-plugin-docs
3+
page_title: "airbyte_source_customer_io Data Source - terraform-provider-airbyte"
4+
subcategory: ""
5+
description: |-
6+
SourceCustomerIo DataSource
7+
---
8+
9+
# airbyte_source_customer_io (Data Source)
10+
11+
SourceCustomerIo DataSource
12+
13+
## Example Usage
14+
15+
```terraform
16+
data "airbyte_source_customer_io" "my_source_customerio" {
17+
source_id = "...my_source_id..."
18+
}
19+
```
20+
21+
<!-- schema generated by tfplugindocs -->
22+
## Schema
23+
24+
### Required
25+
26+
- `source_id` (String)
27+
28+
### Read-Only
29+
30+
- `configuration` (String) The values required to configure the source. Parsed as JSON.
31+
- `name` (String)
32+
- `source_type` (String)
33+
- `workspace_id` (String)
34+
35+

docs/data-sources/source_datadog.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
# generated by https://github.com/hashicorp/terraform-plugin-docs
3+
page_title: "airbyte_source_datadog Data Source - terraform-provider-airbyte"
4+
subcategory: ""
5+
description: |-
6+
SourceDatadog DataSource
7+
---
8+
9+
# airbyte_source_datadog (Data Source)
10+
11+
SourceDatadog DataSource
12+
13+
## Example Usage
14+
15+
```terraform
16+
data "airbyte_source_datadog" "my_source_datadog" {
17+
source_id = "...my_source_id..."
18+
}
19+
```
20+
21+
<!-- schema generated by tfplugindocs -->
22+
## Schema
23+
24+
### Required
25+
26+
- `source_id` (String)
27+
28+
### Read-Only
29+
30+
- `configuration` (String) The values required to configure the source. Parsed as JSON.
31+
- `name` (String)
32+
- `source_type` (String)
33+
- `workspace_id` (String)
34+
35+

docs/data-sources/source_dbt.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
# generated by https://github.com/hashicorp/terraform-plugin-docs
3+
page_title: "airbyte_source_dbt Data Source - terraform-provider-airbyte"
4+
subcategory: ""
5+
description: |-
6+
SourceDbt DataSource
7+
---
8+
9+
# airbyte_source_dbt (Data Source)
10+
11+
SourceDbt DataSource
12+
13+
## Example Usage
14+
15+
```terraform
16+
data "airbyte_source_dbt" "my_source_dbt" {
17+
source_id = "...my_source_id..."
18+
}
19+
```
20+
21+
<!-- schema generated by tfplugindocs -->
22+
## Schema
23+
24+
### Required
25+
26+
- `source_id` (String)
27+
28+
### Read-Only
29+
30+
- `configuration` (String) The values required to configure the source. Parsed as JSON.
31+
- `name` (String)
32+
- `source_type` (String)
33+
- `workspace_id` (String)
34+
35+

docs/data-sources/source_goldcast.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
# generated by https://github.com/hashicorp/terraform-plugin-docs
3+
page_title: "airbyte_source_goldcast Data Source - terraform-provider-airbyte"
4+
subcategory: ""
5+
description: |-
6+
SourceGoldcast DataSource
7+
---
8+
9+
# airbyte_source_goldcast (Data Source)
10+
11+
SourceGoldcast DataSource
12+
13+
## Example Usage
14+
15+
```terraform
16+
data "airbyte_source_goldcast" "my_source_goldcast" {
17+
source_id = "...my_source_id..."
18+
}
19+
```
20+
21+
<!-- schema generated by tfplugindocs -->
22+
## Schema
23+
24+
### Required
25+
26+
- `source_id` (String)
27+
28+
### Read-Only
29+
30+
- `configuration` (String) The values required to configure the source. Parsed as JSON.
31+
- `name` (String)
32+
- `source_type` (String)
33+
- `workspace_id` (String)
34+
35+

0 commit comments

Comments
 (0)