Skip to content

Commit 58b99bf

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.552.0
1 parent 04b5134 commit 58b99bf

File tree

175 files changed

+9610
-1012
lines changed

Some content is hidden

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

175 files changed

+9610
-1012
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
**/.speakeasy/temp/
2+
**/.speakeasy/logs/
13
.speakeasy/reports
24
# Ignore IDE-specific configs
35
.project

.speakeasy/gen.lock

Lines changed: 233 additions & 111 deletions
Large diffs are not rendered by default.

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
speakeasyVersion: 1.533.0
1+
speakeasyVersion: 1.552.0
22
sources:
33
my-source:
44
sourceNamespace: my-source
@@ -9,11 +9,11 @@ sources:
99
- main
1010
sample-source:
1111
sourceNamespace: my-source
12-
sourceRevisionDigest: sha256:5c4ac3b133a9b0d18d00a131ead78279d8d36a49e31f5f562d1a200fa11caec3
13-
sourceBlobDigest: sha256:7866415b04810057478603476c27c4042cd2561a5f539d7181e4d5eac8ffca0a
12+
sourceRevisionDigest: sha256:541a966b06879f29da082d694576e4d1c4344426f2090c0af957a7d066dd4fde
13+
sourceBlobDigest: sha256:28179591a1d65f865bffe448eb2c9c0b9d45100d2bb7f2baea38f781595546fa
1414
tags:
1515
- latest
16-
- speakeasy-sdk-regen-1733962674
16+
- speakeasy-sdk-regen-1747700380
1717
- 1.0.0
1818
targets:
1919
airbyte-api:
@@ -24,10 +24,10 @@ targets:
2424
testing:
2525
source: sample-source
2626
sourceNamespace: my-source
27-
sourceRevisionDigest: sha256:5c4ac3b133a9b0d18d00a131ead78279d8d36a49e31f5f562d1a200fa11caec3
28-
sourceBlobDigest: sha256:7866415b04810057478603476c27c4042cd2561a5f539d7181e4d5eac8ffca0a
27+
sourceRevisionDigest: sha256:541a966b06879f29da082d694576e4d1c4344426f2090c0af957a7d066dd4fde
28+
sourceBlobDigest: sha256:28179591a1d65f865bffe448eb2c9c0b9d45100d2bb7f2baea38f781595546fa
2929
codeSamplesNamespace: my-source-java-code-samples
30-
codeSamplesRevisionDigest: sha256:b4a63e27822e0b961739d46a6b15049756d339c93f1008fae50a8052afce6cd9
30+
codeSamplesRevisionDigest: sha256:e9ce7cf1c43f8148b34d486101a6d99af7a9cbcda3bf6c9214fbb846c3628a23
3131
workflow:
3232
workflowVersion: 1.0.0
3333
speakeasyVersion: latest

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ The samples below show how a published SDK artifact is used:
4242

4343
Gradle:
4444
```groovy
45-
implementation 'com.airbyte:api:2.0.0'
45+
implementation 'com.airbyte:api:2.0.1'
4646
```
4747

4848
Maven:
4949
```xml
5050
<dependency>
5151
<groupId>com.airbyte</groupId>
5252
<artifactId>api</artifactId>
53-
<version>2.0.0</version>
53+
<version>2.0.1</version>
5454
</dependency>
5555
```
5656

@@ -242,6 +242,7 @@ public class Application {
242242

243243
### [organizations()](docs/sdks/organizations/README.md)
244244

245+
* [createOrUpdateOrganizationOAuthCredentials](docs/sdks/organizations/README.md#createorupdateorganizationoauthcredentials) - Create OAuth override credentials for an organization and source type.
245246
* [listOrganizationsForUser](docs/sdks/organizations/README.md#listorganizationsforuser) - List all organizations for a user
246247

247248
### [permissions()](docs/sdks/permissions/README.md)

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1201,4 +1201,14 @@ Based on:
12011201
### Generated
12021202
- [java v2.0.0] .
12031203
### Releases
1204-
- [Maven Central v2.0.0] https://central.sonatype.com/artifact/com.airbyte/api/2.0.0 - .
1204+
- [Maven Central v2.0.0] https://central.sonatype.com/artifact/com.airbyte/api/2.0.0 - .
1205+
1206+
## 2025-05-28 00:18:57
1207+
### Changes
1208+
Based on:
1209+
- OpenAPI Doc
1210+
- Speakeasy CLI 1.552.0 (2.610.0) https://github.com/speakeasy-api/speakeasy
1211+
### Generated
1212+
- [java v2.0.1] .
1213+
### Releases
1214+
- [Maven Central v2.0.1] https://central.sonatype.com/artifact/com.airbyte/api/2.0.1 - .

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ publishing {
103103
// https://github.com/gradle/gradle/issues/18619
104104
groupId = "com.airbyte"
105105
artifactId = "api"
106-
version = "2.0.0"
106+
version = "2.0.1"
107107

108108
from components.java
109109

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# CreateOrUpdateOrganizationOAuthCredentialsRequest
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- |
8+
| `organizationOAuthCredentialsRequest` | [OrganizationOAuthCredentialsRequest](../../models/shared/OrganizationOAuthCredentialsRequest.md) | :heavy_check_mark: | N/A |
9+
| `organizationId` | *String* | :heavy_check_mark: | N/A |
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# CreateOrUpdateOrganizationOAuthCredentialsResponse
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------ |
8+
| `contentType` | *String* | :heavy_check_mark: | HTTP response content type for this operation |
9+
| `statusCode` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
10+
| `rawResponse` | [HttpResponse\<InputStream>](https://docs.oracle.com/en/java/javase/11/docs/api/java.net.http/java/net/http/HttpResponse.html) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |

docs/models/shared/APIKey.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description |
7-
| -------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- |
8-
| `apikey` | *String* | :heavy_check_mark: | Mailchimp API Key. See the <a href="https://docs.airbyte.com/integrations/sources/mailchimp">docs</a> for information on how to generate this key. |
9-
| `authType` | [SourceMailchimpSchemasAuthType](../../models/shared/SourceMailchimpSchemasAuthType.md) | :heavy_check_mark: | N/A |
6+
| Field | Type | Required | Description |
7+
| ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- |
8+
| `apiKey` | *Optional\<String>* | :heavy_minus_sign: | Kit/ConvertKit API Key |
9+
| `authType` | [SourceConvertkitSchemasAuthType](../../models/shared/SourceConvertkitSchemasAuthType.md) | :heavy_check_mark: | N/A |

docs/models/shared/AwinAdvertiser.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# AwinAdvertiser
2+
3+
4+
## Values
5+
6+
| Name | Value |
7+
| ----------------- | ----------------- |
8+
| `AWIN_ADVERTISER` | awin-advertiser |

docs/models/shared/BulkLoad.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ Configuration details for using the BULK loading mechanism.
1414
| `bulkLoadDataSource` | *String* | :heavy_check_mark: | Specifies the external data source name configured in MSSQL, which references the Azure Blob container. See: https://learn.microsoft.com/sql/t-sql/statements/bulk-insert-transact-sql | MyAzureBlobStorage |
1515
| `bulkLoadValidateValuesPreLoad` | *Optional\<Boolean>* | :heavy_minus_sign: | When enabled, Airbyte will validate all values before loading them into the destination table. This provides stronger data integrity guarantees but may significantly impact performance. | false |
1616
| `loadType` | [Optional\<DestinationMssqlLoadType>](../../models/shared/DestinationMssqlLoadType.md) | :heavy_minus_sign: | N/A | |
17-
| `sharedAccessSignature` | *Optional\<String>* | :heavy_minus_sign: | A shared access signature (SAS) provides secure delegated access to resources in your storage account. See: https://learn.microsoft.com/azure/storage/common/storage-sas-overview.Mutually exclusive with an account key | a012345678910ABCDEFGH/AbCdEfGhEXAMPLEKEY |
17+
| `sharedAccessSignature` | *Optional\<String>* | :heavy_minus_sign: | A shared access signature (SAS) provides secure delegated access to resources in your storage account. See: https://learn.microsoft.com/azure/storage/common/storage-sas-overview.Mutually exclusive with an account key | sv=2021-08-06&st=2025-04-11T00%3A00%3A00Z&se=2025-04-12T00%3A00%3A00Z&sr=b&sp=rw&sig=abcdefghijklmnopqrstuvwxyz1234567890%2Fabcdefg%3D |

docs/models/shared/CreateDeclarativeSourceDefinitionRequest.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66
| Field | Type | Required | Description |
77
| --------------------------------- | --------------------------------- | --------------------------------- | --------------------------------- |
88
| `manifest` | *Object* | :heavy_check_mark: | Low code CDK manifest JSON object |
9-
| `name` | *String* | :heavy_check_mark: | N/A |
9+
| `name` | *String* | :heavy_check_mark: | N/A |
10+
| `version` | *Optional\<Long>* | :heavy_minus_sign: | N/A |

docs/models/shared/DatasetLocation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ The location of the dataset. Warning: Changes made after creation will not be ap
2323
| `EUROPE_CENTRAL1` | europe-central1 |
2424
| `EUROPE_CENTRAL2` | europe-central2 |
2525
| `EUROPE_NORTH1` | europe-north1 |
26+
| `EUROPE_NORTH2` | europe-north2 |
2627
| `EUROPE_SOUTHWEST1` | europe-southwest1 |
2728
| `EUROPE_WEST1` | europe-west1 |
2829
| `EUROPE_WEST2` | europe-west2 |

0 commit comments

Comments
 (0)