Skip to content

Commit 95a8c1f

Browse files
committed
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.88.0
1 parent 310feeb commit 95a8c1f

File tree

117 files changed

+249
-203
lines changed

Some content is hidden

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

117 files changed

+249
-203
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The Developer Portal UI can also be used to help build your integration by showi
2121
### Gradle
2222

2323
```groovy
24-
implementation 'com.airbyte.api:public-api:0.39.3'
24+
implementation 'com.airbyte.api:public-api:0.39.4'
2525
```
2626
<!-- End SDK Installation -->
2727

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,4 +741,14 @@ Based on:
741741
### Generated
742742
- [java v0.39.3] .
743743
### Releases
744-
- [Maven Central v0.39.3] https://central.sonatype.com/artifact/com.airbyte/api/0.39.3 - .
744+
- [Maven Central v0.39.3] https://central.sonatype.com/artifact/com.airbyte/api/0.39.3 - .
745+
746+
## 2023-09-20 00:11:50
747+
### Changes
748+
Based on:
749+
- OpenAPI Doc 1.0.0
750+
- Speakeasy CLI 1.88.0 (2.118.1) https://github.com/speakeasy-api/speakeasy
751+
### Generated
752+
- [java v0.39.4] .
753+
### Releases
754+
- [Maven Central v0.39.4] https://central.sonatype.com/artifact/com.airbyte/api/0.39.4 - .

docs/models/shared/ConnectionResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Provides details of a single connection.
99
| --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- |
1010
| `configurations` | [StreamConfigurations](../../models/shared/StreamConfigurations.md) | :heavy_check_mark: | A list of configured stream options for a connection. |
1111
| `connectionId` | *String* | :heavy_check_mark: | N/A |
12-
| `dataResidency` | [GeographyEnum](../../models/shared/GeographyEnum.md) | :heavy_check_mark: | N/A |
12+
| `dataResidency` | [GeographyEnum](../../models/shared/GeographyEnum.md) | :heavy_minus_sign: | N/A |
1313
| `destinationId` | *String* | :heavy_check_mark: | N/A |
1414
| `name` | *String* | :heavy_check_mark: | N/A |
1515
| `namespaceDefinition` | [NamespaceDefinitionEnum](../../models/shared/NamespaceDefinitionEnum.md) | :heavy_minus_sign: | Define the location where the data will be stored in the destination |

docs/models/shared/DestinationAwsDatalake.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ The values required to configure the destination.
1919
| `lakeformationDatabaseName` | *String* | :heavy_check_mark: | The default database this destination will use to create tables in per stream. Can be changed per connection by customizing the namespace. | |
2020
| `lakeformationGovernedTables` | *Boolean* | :heavy_minus_sign: | Whether to create tables as LF governed tables. | |
2121
| `partitioning` | [DestinationAwsDatalakeChooseHowToPartitionData](../../models/shared/DestinationAwsDatalakeChooseHowToPartitionData.md) | :heavy_minus_sign: | Partition data by cursor fields when a cursor field is a date | |
22-
| `region` | [DestinationAwsDatalakeS3BucketRegion](../../models/shared/DestinationAwsDatalakeS3BucketRegion.md) | :heavy_check_mark: | The region of the S3 bucket. See <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-available-regions">here</a> for all region codes. | |
22+
| `region` | [DestinationAwsDatalakeS3BucketRegion](../../models/shared/DestinationAwsDatalakeS3BucketRegion.md) | :heavy_minus_sign: | The region of the S3 bucket. See <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-available-regions">here</a> for all region codes. | |

docs/models/shared/DestinationAwsDatalakeCredentialsIAMRole.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ Choose How to Authenticate to AWS.
77

88
| Field | Type | Required | Description |
99
| ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- |
10-
| `credentialsTitle` | [DestinationAwsDatalakeCredentialsIAMRoleCredentialsTitle](../../models/shared/DestinationAwsDatalakeCredentialsIAMRoleCredentialsTitle.md) | :heavy_check_mark: | Name of the credentials |
10+
| `credentialsTitle` | [DestinationAwsDatalakeCredentialsIAMRoleCredentialsTitle](../../models/shared/DestinationAwsDatalakeCredentialsIAMRoleCredentialsTitle.md) | :heavy_minus_sign: | Name of the credentials |
1111
| `roleArn` | *String* | :heavy_check_mark: | Will assume this role to write data to s3 |

docs/models/shared/DestinationAwsDatalakeCredentialsIAMUser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ Choose How to Authenticate to AWS.
99
| ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- |
1010
| `awsAccessKeyId` | *String* | :heavy_check_mark: | AWS User Access Key Id |
1111
| `awsSecretAccessKey` | *String* | :heavy_check_mark: | Secret Access Key |
12-
| `credentialsTitle` | [DestinationAwsDatalakeCredentialsIAMUserCredentialsTitle](../../models/shared/DestinationAwsDatalakeCredentialsIAMUserCredentialsTitle.md) | :heavy_check_mark: | Name of the credentials |
12+
| `credentialsTitle` | [DestinationAwsDatalakeCredentialsIAMUserCredentialsTitle](../../models/shared/DestinationAwsDatalakeCredentialsIAMUserCredentialsTitle.md) | :heavy_minus_sign: | Name of the credentials |

0 commit comments

Comments
 (0)