Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.395.1 (#138)
Browse files Browse the repository at this point in the history
Co-authored-by: speakeasybot <[email protected]>
  • Loading branch information
github-actions[bot] and speakeasybot authored Sep 10, 2024
1 parent a94894d commit 39091c2
Show file tree
Hide file tree
Showing 1,161 changed files with 55,959 additions and 13,378 deletions.
13,256 changes: 13,166 additions & 90 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ speakeasyVersion: 1.335.2
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:1ca6e2fd1c68d5cd3338dac401965c77156ba3782f2d17320b50f6db906ff262
sourceBlobDigest: sha256:b399d4769fc1c9af512eafc9c6ac24c67e7e3bd76ebcf3ea0720fca33693ed6d
sourceRevisionDigest: sha256:b1f27d16185260237d159e856bab906536d850ff02b61d7e6e9c40f640713aa3
sourceBlobDigest: sha256:3b9f36ea5b600bb8f7011672629e94ea280122ca8e7a46a0f71a0dde99bea585
tags:
- latest
- main
targets:
terraform-provider-airbyte:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:1ca6e2fd1c68d5cd3338dac401965c77156ba3782f2d17320b50f6db906ff262
sourceBlobDigest: sha256:b399d4769fc1c9af512eafc9c6ac24c67e7e3bd76ebcf3ea0720fca33693ed6d
sourceRevisionDigest: sha256:b1f27d16185260237d159e856bab906536d850ff02b61d7e6e9c40f640713aa3
sourceBlobDigest: sha256:3b9f36ea5b600bb8f7011672629e94ea280122ca8e7a46a0f71a0dde99bea585
outLocation: /github/workspace/repo
workflow:
workflowVersion: 1.0.0
Expand Down
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,19 @@ Developers will need to create an API Key within your [Developer Portal](https:/

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.

<!-- Start Summary [summary] -->
## Summary

airbyte-api: Programatically control Airbyte Cloud, OSS & Enterprise.
<!-- End Summary [summary] -->

<!-- Start Table of Contents [toc] -->
## Table of Contents

* [SDK Installation](#sdk-installation)
* [SDK Example Usage](#sdk-example-usage)
<!-- End Table of Contents [toc] -->

<!-- Start SDK Installation [installation] -->
## SDK Installation

Expand All @@ -25,7 +38,7 @@ terraform {
required_providers {
airbyte = {
source = "airbytehq/airbyte"
version = "0.9.0"
version = "0.11.0"
}
}
}
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,14 @@ Based on:
### Generated
- [terraform v0.9.0] .
### Releases
- [Terraform v0.9.0] https://registry.terraform.io/providers/airbytehq/airbyte/0.9.0 - .
- [Terraform v0.9.0] https://registry.terraform.io/providers/airbytehq/airbyte/0.9.0 - .

## 2024-09-10 22:39:01
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.395.1 (2.415.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [terraform v0.11.0] .
### Releases
- [Terraform v0.11.0] https://registry.terraform.io/providers/airbytehq/airbyte/0.11.0 - .
2 changes: 1 addition & 1 deletion docs/data-sources/connection.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ data "airbyte_connection" "my_connection" {

Read-Only:

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

<a id="nestedatt--configurations--streams"></a>
### Nested Schema for `configurations.streams`
Expand Down
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "airbyte_destination_langchain Data Source - terraform-provider-airbyte"
page_title: "airbyte_destination_timeplus Data Source - terraform-provider-airbyte"
subcategory: ""
description: |-
DestinationLangchain DataSource
DestinationTimeplus DataSource
---

# airbyte_destination_langchain (Data Source)
# airbyte_destination_timeplus (Data Source)

DestinationLangchain DataSource
DestinationTimeplus DataSource

## Example Usage

```terraform
data "airbyte_destination_langchain" "my_destination_langchain" {
data "airbyte_destination_timeplus" "my_destination_timeplus" {
destination_id = "...my_destination_id..."
}
```
Expand Down
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "airbyte_source_mongodb_internal_poc Data Source - terraform-provider-airbyte"
page_title: "airbyte_source_airbyte Data Source - terraform-provider-airbyte"
subcategory: ""
description: |-
SourceMongodbInternalPoc DataSource
SourceAirbyte DataSource
---

# airbyte_source_mongodb_internal_poc (Data Source)
# airbyte_source_airbyte (Data Source)

SourceMongodbInternalPoc DataSource
SourceAirbyte DataSource

## Example Usage

```terraform
data "airbyte_source_mongodb_internal_poc" "my_source_mongodbinternalpoc" {
data "airbyte_source_airbyte" "my_source_airbyte" {
source_id = "...my_source_id..."
}
```
Expand Down
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "airbyte_source_punk_api Data Source - terraform-provider-airbyte"
page_title: "airbyte_source_basecamp Data Source - terraform-provider-airbyte"
subcategory: ""
description: |-
SourcePunkAPI DataSource
SourceBasecamp DataSource
---

# airbyte_source_punk_api (Data Source)
# airbyte_source_basecamp (Data Source)

SourcePunkAPI DataSource
SourceBasecamp DataSource

## Example Usage

```terraform
data "airbyte_source_punk_api" "my_source_punkapi" {
data "airbyte_source_basecamp" "my_source_basecamp" {
source_id = "...my_source_id..."
}
```
Expand Down
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "airbyte_source_google_analytics_v4_service_account_only Data Source - terraform-provider-airbyte"
page_title: "airbyte_source_breezy_hr Data Source - terraform-provider-airbyte"
subcategory: ""
description: |-
SourceGoogleAnalyticsV4ServiceAccountOnly DataSource
SourceBreezyHr DataSource
---

# airbyte_source_google_analytics_v4_service_account_only (Data Source)
# airbyte_source_breezy_hr (Data Source)

SourceGoogleAnalyticsV4ServiceAccountOnly DataSource
SourceBreezyHr DataSource

## Example Usage

```terraform
data "airbyte_source_google_analytics_v4_service_account_only" "my_source_googleanalyticsv4serviceaccountonly" {
data "airbyte_source_breezy_hr" "my_source_breezyhr" {
source_id = "...my_source_id..."
}
```
Expand Down
35 changes: 35 additions & 0 deletions docs/data-sources/source_calendly.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "airbyte_source_calendly Data Source - terraform-provider-airbyte"
subcategory: ""
description: |-
SourceCalendly DataSource
---

# airbyte_source_calendly (Data Source)

SourceCalendly DataSource

## Example Usage

```terraform
data "airbyte_source_calendly" "my_source_calendly" {
source_id = "...my_source_id..."
}
```

<!-- schema generated by tfplugindocs -->
## Schema

### Required

- `source_id` (String)

### Read-Only

- `configuration` (String) The values required to configure the source. Parsed as JSON.
- `name` (String)
- `source_type` (String)
- `workspace_id` (String)


35 changes: 35 additions & 0 deletions docs/data-sources/source_clazar.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "airbyte_source_clazar Data Source - terraform-provider-airbyte"
subcategory: ""
description: |-
SourceClazar DataSource
---

# airbyte_source_clazar (Data Source)

SourceClazar DataSource

## Example Usage

```terraform
data "airbyte_source_clazar" "my_source_clazar" {
source_id = "...my_source_id..."
}
```

<!-- schema generated by tfplugindocs -->
## Schema

### Required

- `source_id` (String)

### Read-Only

- `configuration` (String) The values required to configure the source. Parsed as JSON.
- `name` (String)
- `source_type` (String)
- `workspace_id` (String)


35 changes: 35 additions & 0 deletions docs/data-sources/source_customer_io.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "airbyte_source_customer_io Data Source - terraform-provider-airbyte"
subcategory: ""
description: |-
SourceCustomerIo DataSource
---

# airbyte_source_customer_io (Data Source)

SourceCustomerIo DataSource

## Example Usage

```terraform
data "airbyte_source_customer_io" "my_source_customerio" {
source_id = "...my_source_id..."
}
```

<!-- schema generated by tfplugindocs -->
## Schema

### Required

- `source_id` (String)

### Read-Only

- `configuration` (String) The values required to configure the source. Parsed as JSON.
- `name` (String)
- `source_type` (String)
- `workspace_id` (String)


35 changes: 35 additions & 0 deletions docs/data-sources/source_datadog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "airbyte_source_datadog Data Source - terraform-provider-airbyte"
subcategory: ""
description: |-
SourceDatadog DataSource
---

# airbyte_source_datadog (Data Source)

SourceDatadog DataSource

## Example Usage

```terraform
data "airbyte_source_datadog" "my_source_datadog" {
source_id = "...my_source_id..."
}
```

<!-- schema generated by tfplugindocs -->
## Schema

### Required

- `source_id` (String)

### Read-Only

- `configuration` (String) The values required to configure the source. Parsed as JSON.
- `name` (String)
- `source_type` (String)
- `workspace_id` (String)


35 changes: 35 additions & 0 deletions docs/data-sources/source_dbt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "airbyte_source_dbt Data Source - terraform-provider-airbyte"
subcategory: ""
description: |-
SourceDbt DataSource
---

# airbyte_source_dbt (Data Source)

SourceDbt DataSource

## Example Usage

```terraform
data "airbyte_source_dbt" "my_source_dbt" {
source_id = "...my_source_id..."
}
```

<!-- schema generated by tfplugindocs -->
## Schema

### Required

- `source_id` (String)

### Read-Only

- `configuration` (String) The values required to configure the source. Parsed as JSON.
- `name` (String)
- `source_type` (String)
- `workspace_id` (String)


35 changes: 35 additions & 0 deletions docs/data-sources/source_goldcast.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "airbyte_source_goldcast Data Source - terraform-provider-airbyte"
subcategory: ""
description: |-
SourceGoldcast DataSource
---

# airbyte_source_goldcast (Data Source)

SourceGoldcast DataSource

## Example Usage

```terraform
data "airbyte_source_goldcast" "my_source_goldcast" {
source_id = "...my_source_id..."
}
```

<!-- schema generated by tfplugindocs -->
## Schema

### Required

- `source_id` (String)

### Read-Only

- `configuration` (String) The values required to configure the source. Parsed as JSON.
- `name` (String)
- `source_type` (String)
- `workspace_id` (String)


Loading

0 comments on commit 39091c2

Please sign in to comment.