From 3efe330cd56a7c66e607156fabb468e5882ef38f Mon Sep 17 00:00:00 2001 From: speakeasybot Date: Fri, 26 Jan 2024 00:13:43 +0000 Subject: [PATCH 1/2] ci: regenerated with OpenAPI Doc 1.0.0, Speakeasy CLI 1.152.1 --- .speakeasy/gen.lock | 2 +- RELEASES.md | 10 ++++++++++ docs/models/shared/DestinationCreateRequest.md | 2 +- docs/models/shared/DestinationPatchRequest.md | 2 +- docs/models/shared/DestinationPutRequest.md | 2 +- docs/models/shared/DestinationResponse.md | 2 +- docs/models/shared/SourceCreateRequest.md | 2 +- docs/models/shared/SourcePatchRequest.md | 2 +- docs/models/shared/SourcePutRequest.md | 2 +- docs/models/shared/SourceResponse.md | 2 +- docs/models/shared/WorkspaceOAuthCredentialsRequest.md | 2 +- .../main/java/com/airbyte/api/SDKConfiguration.java | 4 ++-- .../api/models/shared/DestinationCreateRequest.java | 6 +++--- .../api/models/shared/DestinationPatchRequest.java | 4 ++-- .../api/models/shared/DestinationPutRequest.java | 6 +++--- .../airbyte/api/models/shared/DestinationResponse.java | 6 +++--- .../airbyte/api/models/shared/SourceCreateRequest.java | 6 +++--- .../airbyte/api/models/shared/SourcePatchRequest.java | 4 ++-- .../airbyte/api/models/shared/SourcePutRequest.java | 6 +++--- .../com/airbyte/api/models/shared/SourceResponse.java | 6 +++--- .../shared/WorkspaceOAuthCredentialsRequest.java | 6 +++--- 21 files changed, 47 insertions(+), 37 deletions(-) diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index 7437f5ddb..32306abae 100755 --- a/.speakeasy/gen.lock +++ b/.speakeasy/gen.lock @@ -4,7 +4,7 @@ management: docChecksum: c101e6356aa26bcdee80457c4dc64471 docVersion: 1.0.0 speakeasyVersion: internal - generationVersion: 2.237.2 + generationVersion: 2.239.4 releaseVersion: 0.48.0 configChecksum: daad51943f0f0e231f1e7b3b0c77f220 repoURL: https://github.com/airbytehq/airbyte-api-java-sdk.git diff --git a/RELEASES.md b/RELEASES.md index fa5e59ca8..b81b9cbf8 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -961,4 +961,14 @@ Based on: ### Generated - [java v0.48.0] . ### Releases +- [Maven Central v0.48.0] https://central.sonatype.com/artifact/com.airbyte/api/0.48.0 - . + +## 2024-01-26 00:13:31 +### Changes +Based on: +- OpenAPI Doc 1.0.0 +- Speakeasy CLI 1.152.1 (2.239.4) https://github.com/speakeasy-api/speakeasy +### Generated +- [java v0.48.0] . +### Releases - [Maven Central v0.48.0] https://central.sonatype.com/artifact/com.airbyte/api/0.48.0 - . \ No newline at end of file diff --git a/docs/models/shared/DestinationCreateRequest.md b/docs/models/shared/DestinationCreateRequest.md index 1da58e0f2..f4b258e57 100644 --- a/docs/models/shared/DestinationCreateRequest.md +++ b/docs/models/shared/DestinationCreateRequest.md @@ -5,7 +5,7 @@ | Field | Type | Required | Description | Example | | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | -| `configuration` | *Object* | :heavy_check_mark: | The values required to configure the destination. | {"user":"charles"} | +| `configuration` | *java.lang.Object* | :heavy_check_mark: | The values required to configure the destination. | {"user":"charles"} | | `definitionId` | *String* | :heavy_minus_sign: | The UUID of the connector definition. One of configuration.destinationType or definitionId must be provided. | | | `name` | *String* | :heavy_check_mark: | Name of the destination e.g. dev-mysql-instance. | | | `workspaceId` | *String* | :heavy_check_mark: | N/A | | \ No newline at end of file diff --git a/docs/models/shared/DestinationPatchRequest.md b/docs/models/shared/DestinationPatchRequest.md index f72f8d08a..44122f42e 100644 --- a/docs/models/shared/DestinationPatchRequest.md +++ b/docs/models/shared/DestinationPatchRequest.md @@ -5,5 +5,5 @@ | Field | Type | Required | Description | Example | | ------------------------------------------------- | ------------------------------------------------- | ------------------------------------------------- | ------------------------------------------------- | ------------------------------------------------- | -| `configuration` | *Object* | :heavy_minus_sign: | The values required to configure the destination. | {"user":"charles"} | +| `configuration` | *java.lang.Object* | :heavy_minus_sign: | The values required to configure the destination. | {"user":"charles"} | | `name` | *String* | :heavy_minus_sign: | N/A | | \ No newline at end of file diff --git a/docs/models/shared/DestinationPutRequest.md b/docs/models/shared/DestinationPutRequest.md index 862fa9863..93d086bfd 100644 --- a/docs/models/shared/DestinationPutRequest.md +++ b/docs/models/shared/DestinationPutRequest.md @@ -5,5 +5,5 @@ | Field | Type | Required | Description | Example | | ------------------------------------------------- | ------------------------------------------------- | ------------------------------------------------- | ------------------------------------------------- | ------------------------------------------------- | -| `configuration` | *Object* | :heavy_check_mark: | The values required to configure the destination. | {"user":"charles"} | +| `configuration` | *java.lang.Object* | :heavy_check_mark: | The values required to configure the destination. | {"user":"charles"} | | `name` | *String* | :heavy_check_mark: | N/A | | \ No newline at end of file diff --git a/docs/models/shared/DestinationResponse.md b/docs/models/shared/DestinationResponse.md index 170db5513..61d6b1c12 100644 --- a/docs/models/shared/DestinationResponse.md +++ b/docs/models/shared/DestinationResponse.md @@ -7,7 +7,7 @@ Provides details of a single destination. | Field | Type | Required | Description | Example | | ------------------------------------------------- | ------------------------------------------------- | ------------------------------------------------- | ------------------------------------------------- | ------------------------------------------------- | -| `configuration` | *Object* | :heavy_check_mark: | The values required to configure the destination. | {"user":"charles"} | +| `configuration` | *java.lang.Object* | :heavy_check_mark: | The values required to configure the destination. | {"user":"charles"} | | `destinationId` | *String* | :heavy_check_mark: | N/A | | | `destinationType` | *String* | :heavy_check_mark: | N/A | | | `name` | *String* | :heavy_check_mark: | N/A | | diff --git a/docs/models/shared/SourceCreateRequest.md b/docs/models/shared/SourceCreateRequest.md index 4b939f082..fda60b9ad 100644 --- a/docs/models/shared/SourceCreateRequest.md +++ b/docs/models/shared/SourceCreateRequest.md @@ -5,7 +5,7 @@ | Field | Type | Required | Description | Example | | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | -| `configuration` | *Object* | :heavy_check_mark: | The values required to configure the source. | {"user":"charles"} | +| `configuration` | *java.lang.Object* | :heavy_check_mark: | The values required to configure the source. | {"user":"charles"} | | `definitionId` | *String* | :heavy_minus_sign: | The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. | | | `name` | *String* | :heavy_check_mark: | Name of the source e.g. dev-mysql-instance. | | | `secretId` | *String* | :heavy_minus_sign: | Optional secretID obtained through the public API OAuth redirect flow. | | diff --git a/docs/models/shared/SourcePatchRequest.md b/docs/models/shared/SourcePatchRequest.md index bfdd9c26e..3181a6d77 100644 --- a/docs/models/shared/SourcePatchRequest.md +++ b/docs/models/shared/SourcePatchRequest.md @@ -5,7 +5,7 @@ | Field | Type | Required | Description | Example | | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | -| `configuration` | *Object* | :heavy_minus_sign: | The values required to configure the source. | {"user":"charles"} | +| `configuration` | *java.lang.Object* | :heavy_minus_sign: | The values required to configure the source. | {"user":"charles"} | | `name` | *String* | :heavy_minus_sign: | N/A | My source | | `secretId` | *String* | :heavy_minus_sign: | Optional secretID obtained through the public API OAuth redirect flow. | | | `workspaceId` | *String* | :heavy_minus_sign: | N/A | | \ No newline at end of file diff --git a/docs/models/shared/SourcePutRequest.md b/docs/models/shared/SourcePutRequest.md index c4b743141..e35b6f239 100644 --- a/docs/models/shared/SourcePutRequest.md +++ b/docs/models/shared/SourcePutRequest.md @@ -5,5 +5,5 @@ | Field | Type | Required | Description | Example | | -------------------------------------------- | -------------------------------------------- | -------------------------------------------- | -------------------------------------------- | -------------------------------------------- | -| `configuration` | *Object* | :heavy_check_mark: | The values required to configure the source. | {"user":"charles"} | +| `configuration` | *java.lang.Object* | :heavy_check_mark: | The values required to configure the source. | {"user":"charles"} | | `name` | *String* | :heavy_check_mark: | N/A | | \ No newline at end of file diff --git a/docs/models/shared/SourceResponse.md b/docs/models/shared/SourceResponse.md index 654ad8820..ff327abc7 100644 --- a/docs/models/shared/SourceResponse.md +++ b/docs/models/shared/SourceResponse.md @@ -7,7 +7,7 @@ Provides details of a single source. | Field | Type | Required | Description | Example | | -------------------------------------------- | -------------------------------------------- | -------------------------------------------- | -------------------------------------------- | -------------------------------------------- | -| `configuration` | *Object* | :heavy_check_mark: | The values required to configure the source. | {"user":"charles"} | +| `configuration` | *java.lang.Object* | :heavy_check_mark: | The values required to configure the source. | {"user":"charles"} | | `name` | *String* | :heavy_check_mark: | N/A | | | `sourceId` | *String* | :heavy_check_mark: | N/A | | | `sourceType` | *String* | :heavy_check_mark: | N/A | | diff --git a/docs/models/shared/WorkspaceOAuthCredentialsRequest.md b/docs/models/shared/WorkspaceOAuthCredentialsRequest.md index 61b7d7cfb..928bee19d 100644 --- a/docs/models/shared/WorkspaceOAuthCredentialsRequest.md +++ b/docs/models/shared/WorkspaceOAuthCredentialsRequest.md @@ -8,5 +8,5 @@ POST body for creating/updating workspace level OAuth credentials | Field | Type | Required | Description | Example | | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | | `actorType` | [com.airbyte.api.models.shared.ActorTypeEnum](../../models/shared/ActorTypeEnum.md) | :heavy_check_mark: | Whether you're setting this override for a source or destination | | -| `configuration` | *Object* | :heavy_check_mark: | The values required to configure the source. | {"user":"charles"} | +| `configuration` | *java.lang.Object* | :heavy_check_mark: | The values required to configure the source. | {"user":"charles"} | | `name` | [com.airbyte.api.models.shared.OAuthActorNames](../../models/shared/OAuthActorNames.md) | :heavy_check_mark: | N/A | | \ No newline at end of file diff --git a/lib/src/main/java/com/airbyte/api/SDKConfiguration.java b/lib/src/main/java/com/airbyte/api/SDKConfiguration.java index 6f49d1164..4af3d90b7 100644 --- a/lib/src/main/java/com/airbyte/api/SDKConfiguration.java +++ b/lib/src/main/java/com/airbyte/api/SDKConfiguration.java @@ -16,8 +16,8 @@ class SDKConfiguration { public String language = "java"; public String openapiDocVersion = "1.0.0"; public String sdkVersion = "0.48.0"; - public String genVersion = "2.237.2"; - public String userAgent = "speakeasy-sdk/java 0.48.0 2.237.2 1.0.0 com.airbyte.api"; + public String genVersion = "2.239.4"; + public String userAgent = "speakeasy-sdk/java 0.48.0 2.239.4 1.0.0 com.airbyte.api"; } \ No newline at end of file diff --git a/lib/src/main/java/com/airbyte/api/models/shared/DestinationCreateRequest.java b/lib/src/main/java/com/airbyte/api/models/shared/DestinationCreateRequest.java index 560c1e833..6226082b2 100644 --- a/lib/src/main/java/com/airbyte/api/models/shared/DestinationCreateRequest.java +++ b/lib/src/main/java/com/airbyte/api/models/shared/DestinationCreateRequest.java @@ -14,9 +14,9 @@ public class DestinationCreateRequest { * The values required to configure the destination. */ @JsonProperty("configuration") - public Object configuration; + public java.lang.Object configuration; - public DestinationCreateRequest withConfiguration(Object configuration) { + public DestinationCreateRequest withConfiguration(java.lang.Object configuration) { this.configuration = configuration; return this; } @@ -52,7 +52,7 @@ public DestinationCreateRequest withWorkspaceId(String workspaceId) { return this; } - public DestinationCreateRequest(@JsonProperty("configuration") Object configuration, @JsonProperty("name") String name, @JsonProperty("workspaceId") String workspaceId) { + public DestinationCreateRequest(@JsonProperty("configuration") java.lang.Object configuration, @JsonProperty("name") String name, @JsonProperty("workspaceId") String workspaceId) { this.configuration = configuration; this.name = name; this.workspaceId = workspaceId; diff --git a/lib/src/main/java/com/airbyte/api/models/shared/DestinationPatchRequest.java b/lib/src/main/java/com/airbyte/api/models/shared/DestinationPatchRequest.java index 81df39a66..66944c3fd 100644 --- a/lib/src/main/java/com/airbyte/api/models/shared/DestinationPatchRequest.java +++ b/lib/src/main/java/com/airbyte/api/models/shared/DestinationPatchRequest.java @@ -15,9 +15,9 @@ public class DestinationPatchRequest { */ @JsonInclude(Include.NON_ABSENT) @JsonProperty("configuration") - public Object configuration; + public java.lang.Object configuration; - public DestinationPatchRequest withConfiguration(Object configuration) { + public DestinationPatchRequest withConfiguration(java.lang.Object configuration) { this.configuration = configuration; return this; } diff --git a/lib/src/main/java/com/airbyte/api/models/shared/DestinationPutRequest.java b/lib/src/main/java/com/airbyte/api/models/shared/DestinationPutRequest.java index cf3573688..dab4b5871 100644 --- a/lib/src/main/java/com/airbyte/api/models/shared/DestinationPutRequest.java +++ b/lib/src/main/java/com/airbyte/api/models/shared/DestinationPutRequest.java @@ -12,9 +12,9 @@ public class DestinationPutRequest { * The values required to configure the destination. */ @JsonProperty("configuration") - public Object configuration; + public java.lang.Object configuration; - public DestinationPutRequest withConfiguration(Object configuration) { + public DestinationPutRequest withConfiguration(java.lang.Object configuration) { this.configuration = configuration; return this; } @@ -27,7 +27,7 @@ public DestinationPutRequest withName(String name) { return this; } - public DestinationPutRequest(@JsonProperty("configuration") Object configuration, @JsonProperty("name") String name) { + public DestinationPutRequest(@JsonProperty("configuration") java.lang.Object configuration, @JsonProperty("name") String name) { this.configuration = configuration; this.name = name; } diff --git a/lib/src/main/java/com/airbyte/api/models/shared/DestinationResponse.java b/lib/src/main/java/com/airbyte/api/models/shared/DestinationResponse.java index bad58cf10..1b99ea50f 100644 --- a/lib/src/main/java/com/airbyte/api/models/shared/DestinationResponse.java +++ b/lib/src/main/java/com/airbyte/api/models/shared/DestinationResponse.java @@ -15,9 +15,9 @@ public class DestinationResponse { * The values required to configure the destination. */ @JsonProperty("configuration") - public Object configuration; + public java.lang.Object configuration; - public DestinationResponse withConfiguration(Object configuration) { + public DestinationResponse withConfiguration(java.lang.Object configuration) { this.configuration = configuration; return this; } @@ -54,7 +54,7 @@ public DestinationResponse withWorkspaceId(String workspaceId) { return this; } - public DestinationResponse(@JsonProperty("configuration") Object configuration, @JsonProperty("destinationId") String destinationId, @JsonProperty("destinationType") String destinationType, @JsonProperty("name") String name, @JsonProperty("workspaceId") String workspaceId) { + public DestinationResponse(@JsonProperty("configuration") java.lang.Object configuration, @JsonProperty("destinationId") String destinationId, @JsonProperty("destinationType") String destinationType, @JsonProperty("name") String name, @JsonProperty("workspaceId") String workspaceId) { this.configuration = configuration; this.destinationId = destinationId; this.destinationType = destinationType; diff --git a/lib/src/main/java/com/airbyte/api/models/shared/SourceCreateRequest.java b/lib/src/main/java/com/airbyte/api/models/shared/SourceCreateRequest.java index 390b4aa6e..3ef084606 100644 --- a/lib/src/main/java/com/airbyte/api/models/shared/SourceCreateRequest.java +++ b/lib/src/main/java/com/airbyte/api/models/shared/SourceCreateRequest.java @@ -14,9 +14,9 @@ public class SourceCreateRequest { * The values required to configure the source. */ @JsonProperty("configuration") - public Object configuration; + public java.lang.Object configuration; - public SourceCreateRequest withConfiguration(Object configuration) { + public SourceCreateRequest withConfiguration(java.lang.Object configuration) { this.configuration = configuration; return this; } @@ -64,7 +64,7 @@ public SourceCreateRequest withWorkspaceId(String workspaceId) { return this; } - public SourceCreateRequest(@JsonProperty("configuration") Object configuration, @JsonProperty("name") String name, @JsonProperty("workspaceId") String workspaceId) { + public SourceCreateRequest(@JsonProperty("configuration") java.lang.Object configuration, @JsonProperty("name") String name, @JsonProperty("workspaceId") String workspaceId) { this.configuration = configuration; this.name = name; this.workspaceId = workspaceId; diff --git a/lib/src/main/java/com/airbyte/api/models/shared/SourcePatchRequest.java b/lib/src/main/java/com/airbyte/api/models/shared/SourcePatchRequest.java index da1742584..d744f74b5 100644 --- a/lib/src/main/java/com/airbyte/api/models/shared/SourcePatchRequest.java +++ b/lib/src/main/java/com/airbyte/api/models/shared/SourcePatchRequest.java @@ -15,9 +15,9 @@ public class SourcePatchRequest { */ @JsonInclude(Include.NON_ABSENT) @JsonProperty("configuration") - public Object configuration; + public java.lang.Object configuration; - public SourcePatchRequest withConfiguration(Object configuration) { + public SourcePatchRequest withConfiguration(java.lang.Object configuration) { this.configuration = configuration; return this; } diff --git a/lib/src/main/java/com/airbyte/api/models/shared/SourcePutRequest.java b/lib/src/main/java/com/airbyte/api/models/shared/SourcePutRequest.java index fd4b9859d..e6b55ee58 100644 --- a/lib/src/main/java/com/airbyte/api/models/shared/SourcePutRequest.java +++ b/lib/src/main/java/com/airbyte/api/models/shared/SourcePutRequest.java @@ -12,9 +12,9 @@ public class SourcePutRequest { * The values required to configure the source. */ @JsonProperty("configuration") - public Object configuration; + public java.lang.Object configuration; - public SourcePutRequest withConfiguration(Object configuration) { + public SourcePutRequest withConfiguration(java.lang.Object configuration) { this.configuration = configuration; return this; } @@ -27,7 +27,7 @@ public SourcePutRequest withName(String name) { return this; } - public SourcePutRequest(@JsonProperty("configuration") Object configuration, @JsonProperty("name") String name) { + public SourcePutRequest(@JsonProperty("configuration") java.lang.Object configuration, @JsonProperty("name") String name) { this.configuration = configuration; this.name = name; } diff --git a/lib/src/main/java/com/airbyte/api/models/shared/SourceResponse.java b/lib/src/main/java/com/airbyte/api/models/shared/SourceResponse.java index a6f65de8a..98fa385e5 100644 --- a/lib/src/main/java/com/airbyte/api/models/shared/SourceResponse.java +++ b/lib/src/main/java/com/airbyte/api/models/shared/SourceResponse.java @@ -15,9 +15,9 @@ public class SourceResponse { * The values required to configure the source. */ @JsonProperty("configuration") - public Object configuration; + public java.lang.Object configuration; - public SourceResponse withConfiguration(Object configuration) { + public SourceResponse withConfiguration(java.lang.Object configuration) { this.configuration = configuration; return this; } @@ -54,7 +54,7 @@ public SourceResponse withWorkspaceId(String workspaceId) { return this; } - public SourceResponse(@JsonProperty("configuration") Object configuration, @JsonProperty("name") String name, @JsonProperty("sourceId") String sourceId, @JsonProperty("sourceType") String sourceType, @JsonProperty("workspaceId") String workspaceId) { + public SourceResponse(@JsonProperty("configuration") java.lang.Object configuration, @JsonProperty("name") String name, @JsonProperty("sourceId") String sourceId, @JsonProperty("sourceType") String sourceType, @JsonProperty("workspaceId") String workspaceId) { this.configuration = configuration; this.name = name; this.sourceId = sourceId; diff --git a/lib/src/main/java/com/airbyte/api/models/shared/WorkspaceOAuthCredentialsRequest.java b/lib/src/main/java/com/airbyte/api/models/shared/WorkspaceOAuthCredentialsRequest.java index 4c4294f46..085e47921 100644 --- a/lib/src/main/java/com/airbyte/api/models/shared/WorkspaceOAuthCredentialsRequest.java +++ b/lib/src/main/java/com/airbyte/api/models/shared/WorkspaceOAuthCredentialsRequest.java @@ -26,9 +26,9 @@ public WorkspaceOAuthCredentialsRequest withActorType(ActorTypeEnum actorType) { * The values required to configure the source. */ @JsonProperty("configuration") - public Object configuration; + public java.lang.Object configuration; - public WorkspaceOAuthCredentialsRequest withConfiguration(Object configuration) { + public WorkspaceOAuthCredentialsRequest withConfiguration(java.lang.Object configuration) { this.configuration = configuration; return this; } @@ -41,7 +41,7 @@ public WorkspaceOAuthCredentialsRequest withName(OAuthActorNames name) { return this; } - public WorkspaceOAuthCredentialsRequest(@JsonProperty("actorType") ActorTypeEnum actorType, @JsonProperty("configuration") Object configuration, @JsonProperty("name") OAuthActorNames name) { + public WorkspaceOAuthCredentialsRequest(@JsonProperty("actorType") ActorTypeEnum actorType, @JsonProperty("configuration") java.lang.Object configuration, @JsonProperty("name") OAuthActorNames name) { this.actorType = actorType; this.configuration = configuration; this.name = name; From 1d863fcc0a74bece4eae2e506205058d348ff9a6 Mon Sep 17 00:00:00 2001 From: speakeasybot Date: Tue, 13 Feb 2024 00:13:29 +0000 Subject: [PATCH 2/2] ci: regenerated with OpenAPI Doc 1.0.0, Speakeasy CLI 1.178.0 --- .speakeasy/gen.lock | 6 ++-- README.md | 14 ++------ RELEASES.md | 12 ++++++- USAGE.md | 12 ++----- docs/models/operations/CancelJobResponse.md | 12 +++---- .../operations/CreateDestinationResponse.md | 12 +++---- docs/models/operations/CreateJobResponse.md | 12 +++---- .../models/operations/CreateSourceResponse.md | 12 +++---- .../operations/GetDestinationResponse.md | 12 +++---- docs/models/operations/GetJobResponse.md | 12 +++---- docs/models/operations/GetSourceResponse.md | 12 +++---- .../operations/ListConnectionsResponse.md | 12 +++---- .../operations/ListDestinationsResponse.md | 12 +++---- docs/models/operations/ListJobsResponse.md | 12 +++---- docs/models/operations/ListSourcesResponse.md | 12 +++---- .../operations/ListWorkspacesResponse.md | 12 +++---- .../operations/PatchDestinationResponse.md | 12 +++---- docs/models/operations/PatchSourceResponse.md | 12 +++---- .../operations/PutDestinationResponse.md | 12 +++---- docs/models/operations/PutSourceResponse.md | 12 +++---- docs/models/shared/InitiateOauthRequest.md | 12 +++---- docs/sdks/connections/README.md | 36 ++++++------------- docs/sdks/destinations/README.md | 24 ++++++------- docs/sdks/jobs/README.md | 16 ++++----- docs/sdks/sources/README.md | 28 +++++++-------- docs/sdks/streams/README.md | 4 +-- docs/sdks/workspaces/README.md | 24 ++++++------- gen.yaml | 4 ++- lib/build.gradle | 2 +- .../com/airbyte/api/SDKConfiguration.java | 6 ++-- 30 files changed, 186 insertions(+), 206 deletions(-) diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index 32306abae..56fd4bf16 100755 --- a/.speakeasy/gen.lock +++ b/.speakeasy/gen.lock @@ -4,9 +4,9 @@ management: docChecksum: c101e6356aa26bcdee80457c4dc64471 docVersion: 1.0.0 speakeasyVersion: internal - generationVersion: 2.239.4 - releaseVersion: 0.48.0 - configChecksum: daad51943f0f0e231f1e7b3b0c77f220 + generationVersion: 2.253.0 + releaseVersion: 0.48.1 + configChecksum: 8694447405c5904c147dfb937af22c20 repoURL: https://github.com/airbytehq/airbyte-api-java-sdk.git repoSubDirectory: . published: true diff --git a/README.md b/README.md index 2fe6fff10..a154cda4d 100755 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The Developer Portal UI can also be used to help build your integration by showi ### Gradle ```groovy -implementation 'com.airbyte.api:public-api:0.48.0' +implementation 'com.airbyte.api:public-api:0.48.1' ``` @@ -54,8 +54,8 @@ public class Application { .setSecurity(new Security( ){{ basicAuth = new SchemeBasicAuth( - "string", - "string"){{ + "", + ""){{ password = ""; username = ""; }}; @@ -70,15 +70,7 @@ public class Application { streams = new com.airbyte.api.models.shared.StreamConfiguration[]{{ add(new StreamConfiguration( "string"){{ - cursorField = new String[]{{ - add("string"), - }}; name = "string"; - primaryKey = new String[][]{{ - add(new String[]{{ - add("string"), - }}), - }}; }}), }}; diff --git a/RELEASES.md b/RELEASES.md index b81b9cbf8..0d95fd77a 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -971,4 +971,14 @@ Based on: ### Generated - [java v0.48.0] . ### Releases -- [Maven Central v0.48.0] https://central.sonatype.com/artifact/com.airbyte/api/0.48.0 - . \ No newline at end of file +- [Maven Central v0.48.0] https://central.sonatype.com/artifact/com.airbyte/api/0.48.0 - . + +## 2024-02-13 00:13:14 +### Changes +Based on: +- OpenAPI Doc 1.0.0 +- Speakeasy CLI 1.178.0 (2.253.0) https://github.com/speakeasy-api/speakeasy +### Generated +- [java v0.48.1] . +### Releases +- [Maven Central v0.48.1] https://central.sonatype.com/artifact/com.airbyte/api/0.48.1 - . \ No newline at end of file diff --git a/USAGE.md b/USAGE.md index f41f46740..0f5d8ab4e 100644 --- a/USAGE.md +++ b/USAGE.md @@ -23,8 +23,8 @@ public class Application { .setSecurity(new Security( ){{ basicAuth = new SchemeBasicAuth( - "string", - "string"){{ + "", + ""){{ password = ""; username = ""; }}; @@ -39,15 +39,7 @@ public class Application { streams = new com.airbyte.api.models.shared.StreamConfiguration[]{{ add(new StreamConfiguration( "string"){{ - cursorField = new String[]{{ - add("string"), - }}; name = "string"; - primaryKey = new String[][]{{ - add(new String[]{{ - add("string"), - }}), - }}; }}), }}; diff --git a/docs/models/operations/CancelJobResponse.md b/docs/models/operations/CancelJobResponse.md index 0affd647a..f3e14c4b1 100644 --- a/docs/models/operations/CancelJobResponse.md +++ b/docs/models/operations/CancelJobResponse.md @@ -3,9 +3,9 @@ ## Fields -| Field | Type | Required | Description | -| ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | -| `contentType` | *String* | :heavy_check_mark: | HTTP response content type for this operation | -| `jobResponse` | [com.airbyte.api.models.shared.JobResponse](../../models/shared/JobResponse.md) | :heavy_minus_sign: | Cancel a Job. | -| `statusCode` | *Integer* | :heavy_check_mark: | HTTP response status code for this operation | -| `rawResponse` | [HttpResponse](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 | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | +| `contentType` | *String* | :heavy_check_mark: | HTTP response content type for this operation | | +| `jobResponse` | [com.airbyte.api.models.shared.JobResponse](../../models/shared/JobResponse.md) | :heavy_minus_sign: | Cancel a Job. | {"id":"18dccc91-0ab1-4f72-9ed7-0b8fc27c5826","status":"running","jobType":"sync","startTime":"2023-03-25T01:30:50Z","duration":"PT8H6M12S"} | +| `statusCode` | *Integer* | :heavy_check_mark: | HTTP response status code for this operation | | +| `rawResponse` | [HttpResponse](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 | | \ No newline at end of file diff --git a/docs/models/operations/CreateDestinationResponse.md b/docs/models/operations/CreateDestinationResponse.md index a2e970e62..ed772c7ad 100644 --- a/docs/models/operations/CreateDestinationResponse.md +++ b/docs/models/operations/CreateDestinationResponse.md @@ -3,9 +3,9 @@ ## Fields -| Field | Type | Required | Description | -| ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | -| `contentType` | *String* | :heavy_check_mark: | HTTP response content type for this operation | -| `destinationResponse` | [com.airbyte.api.models.shared.DestinationResponse](../../models/shared/DestinationResponse.md) | :heavy_minus_sign: | Successful operation | -| `statusCode` | *Integer* | :heavy_check_mark: | HTTP response status code for this operation | -| `rawResponse` | [HttpResponse](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 | \ No newline at end of file +| Field | Type | Required | Description | Example | +| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `contentType` | *String* | :heavy_check_mark: | HTTP response content type for this operation | | +| `destinationResponse` | [com.airbyte.api.models.shared.DestinationResponse](../../models/shared/DestinationResponse.md) | :heavy_minus_sign: | Successful operation | {"destinationId":"18dccc91-0ab1-4f72-9ed7-0b8fc27c5826","name":"Analytics Team Postgres","destinationType":"postgres","workspaceId":"871d9b60-11d1-44cb-8c92-c246d53bf87e"} | +| `statusCode` | *Integer* | :heavy_check_mark: | HTTP response status code for this operation | | +| `rawResponse` | [HttpResponse](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 | | \ No newline at end of file diff --git a/docs/models/operations/CreateJobResponse.md b/docs/models/operations/CreateJobResponse.md index 429427b19..8d13d741d 100644 --- a/docs/models/operations/CreateJobResponse.md +++ b/docs/models/operations/CreateJobResponse.md @@ -3,9 +3,9 @@ ## Fields -| Field | Type | Required | Description | -| ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | -| `contentType` | *String* | :heavy_check_mark: | HTTP response content type for this operation | -| `jobResponse` | [com.airbyte.api.models.shared.JobResponse](../../models/shared/JobResponse.md) | :heavy_minus_sign: | Kicks off a new Job based on the JobType. The connectionId is the resource that Job will be run for. | -| `statusCode` | *Integer* | :heavy_check_mark: | HTTP response status code for this operation | -| `rawResponse` | [HttpResponse](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 | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | +| `contentType` | *String* | :heavy_check_mark: | HTTP response content type for this operation | | +| `jobResponse` | [com.airbyte.api.models.shared.JobResponse](../../models/shared/JobResponse.md) | :heavy_minus_sign: | Kicks off a new Job based on the JobType. The connectionId is the resource that Job will be run for. | {"id":"18dccc91-0ab1-4f72-9ed7-0b8fc27c5826","status":"running","jobType":"sync","startTime":"2023-03-25T01:30:50Z","duration":"PT8H6M12S"} | +| `statusCode` | *Integer* | :heavy_check_mark: | HTTP response status code for this operation | | +| `rawResponse` | [HttpResponse](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 | | \ No newline at end of file diff --git a/docs/models/operations/CreateSourceResponse.md b/docs/models/operations/CreateSourceResponse.md index 0ced7f3ec..ed69d9227 100644 --- a/docs/models/operations/CreateSourceResponse.md +++ b/docs/models/operations/CreateSourceResponse.md @@ -3,9 +3,9 @@ ## Fields -| Field | Type | Required | Description | -| ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | -| `contentType` | *String* | :heavy_check_mark: | HTTP response content type for this operation | -| `sourceResponse` | [com.airbyte.api.models.shared.SourceResponse](../../models/shared/SourceResponse.md) | :heavy_minus_sign: | Successful operation | -| `statusCode` | *Integer* | :heavy_check_mark: | HTTP response status code for this operation | -| `rawResponse` | [HttpResponse](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 | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `contentType` | *String* | :heavy_check_mark: | HTTP response content type for this operation | | +| `sourceResponse` | [com.airbyte.api.models.shared.SourceResponse](../../models/shared/SourceResponse.md) | :heavy_minus_sign: | Successful operation | {"sourceId":"18dccc91-0ab1-4f72-9ed7-0b8fc27c5826","name":"Analytics Team Postgres","sourceType":"postgres","workspaceId":"871d9b60-11d1-44cb-8c92-c246d53bf87e"} | +| `statusCode` | *Integer* | :heavy_check_mark: | HTTP response status code for this operation | | +| `rawResponse` | [HttpResponse](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 | | \ No newline at end of file diff --git a/docs/models/operations/GetDestinationResponse.md b/docs/models/operations/GetDestinationResponse.md index 9dbc1447e..d81b2ae58 100644 --- a/docs/models/operations/GetDestinationResponse.md +++ b/docs/models/operations/GetDestinationResponse.md @@ -3,9 +3,9 @@ ## Fields -| Field | Type | Required | Description | -| ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | -| `contentType` | *String* | :heavy_check_mark: | HTTP response content type for this operation | -| `destinationResponse` | [com.airbyte.api.models.shared.DestinationResponse](../../models/shared/DestinationResponse.md) | :heavy_minus_sign: | Get a Destination by the id in the path. | -| `statusCode` | *Integer* | :heavy_check_mark: | HTTP response status code for this operation | -| `rawResponse` | [HttpResponse](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 | \ No newline at end of file +| Field | Type | Required | Description | Example | +| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `contentType` | *String* | :heavy_check_mark: | HTTP response content type for this operation | | +| `destinationResponse` | [com.airbyte.api.models.shared.DestinationResponse](../../models/shared/DestinationResponse.md) | :heavy_minus_sign: | Get a Destination by the id in the path. | {"destinationId":"18dccc91-0ab1-4f72-9ed7-0b8fc27c5826","name":"Analytics Team Postgres","destinationType":"postgres","workspaceId":"871d9b60-11d1-44cb-8c92-c246d53bf87e"} | +| `statusCode` | *Integer* | :heavy_check_mark: | HTTP response status code for this operation | | +| `rawResponse` | [HttpResponse](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 | | \ No newline at end of file diff --git a/docs/models/operations/GetJobResponse.md b/docs/models/operations/GetJobResponse.md index f32e88933..f4a657a52 100644 --- a/docs/models/operations/GetJobResponse.md +++ b/docs/models/operations/GetJobResponse.md @@ -3,9 +3,9 @@ ## Fields -| Field | Type | Required | Description | -| ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | -| `contentType` | *String* | :heavy_check_mark: | HTTP response content type for this operation | -| `jobResponse` | [com.airbyte.api.models.shared.JobResponse](../../models/shared/JobResponse.md) | :heavy_minus_sign: | Get a Job by the id in the path. | -| `statusCode` | *Integer* | :heavy_check_mark: | HTTP response status code for this operation | -| `rawResponse` | [HttpResponse](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 | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | +| `contentType` | *String* | :heavy_check_mark: | HTTP response content type for this operation | | +| `jobResponse` | [com.airbyte.api.models.shared.JobResponse](../../models/shared/JobResponse.md) | :heavy_minus_sign: | Get a Job by the id in the path. | {"id":"18dccc91-0ab1-4f72-9ed7-0b8fc27c5826","status":"running","jobType":"sync","startTime":"2023-03-25T01:30:50Z","duration":"PT8H6M12S"} | +| `statusCode` | *Integer* | :heavy_check_mark: | HTTP response status code for this operation | | +| `rawResponse` | [HttpResponse](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 | | \ No newline at end of file diff --git a/docs/models/operations/GetSourceResponse.md b/docs/models/operations/GetSourceResponse.md index 043e066de..8947b2b47 100644 --- a/docs/models/operations/GetSourceResponse.md +++ b/docs/models/operations/GetSourceResponse.md @@ -3,9 +3,9 @@ ## Fields -| Field | Type | Required | Description | -| ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | -| `contentType` | *String* | :heavy_check_mark: | HTTP response content type for this operation | -| `sourceResponse` | [com.airbyte.api.models.shared.SourceResponse](../../models/shared/SourceResponse.md) | :heavy_minus_sign: | Get a Source by the id in the path. | -| `statusCode` | *Integer* | :heavy_check_mark: | HTTP response status code for this operation | -| `rawResponse` | [HttpResponse](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 | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `contentType` | *String* | :heavy_check_mark: | HTTP response content type for this operation | | +| `sourceResponse` | [com.airbyte.api.models.shared.SourceResponse](../../models/shared/SourceResponse.md) | :heavy_minus_sign: | Get a Source by the id in the path. | {"sourceId":"18dccc91-0ab1-4f72-9ed7-0b8fc27c5826","name":"Analytics Team Postgres","sourceType":"postgres","workspaceId":"871d9b60-11d1-44cb-8c92-c246d53bf87e"} | +| `statusCode` | *Integer* | :heavy_check_mark: | HTTP response status code for this operation | | +| `rawResponse` | [HttpResponse](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 | | \ No newline at end of file diff --git a/docs/models/operations/ListConnectionsResponse.md b/docs/models/operations/ListConnectionsResponse.md index 12b57c527..e31834d1f 100644 --- a/docs/models/operations/ListConnectionsResponse.md +++ b/docs/models/operations/ListConnectionsResponse.md @@ -3,9 +3,9 @@ ## Fields -| Field | Type | Required | Description | -| ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | -| `connectionsResponse` | [com.airbyte.api.models.shared.ConnectionsResponse](../../models/shared/ConnectionsResponse.md) | :heavy_minus_sign: | Successful operation | -| `contentType` | *String* | :heavy_check_mark: | HTTP response content type for this operation | -| `statusCode` | *Integer* | :heavy_check_mark: | HTTP response status code for this operation | -| `rawResponse` | [HttpResponse](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 | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `connectionsResponse` | [com.airbyte.api.models.shared.ConnectionsResponse](../../models/shared/ConnectionsResponse.md) | :heavy_minus_sign: | Successful operation | {"next":"https://api.airbyte.com/v1/connections?limit=5&offset=10","previous":"https://api.airbyte.com/v1/connections?limit=5&offset=0","data":[{"name":"test-connection"},{"connection_id":"18dccc91-0ab1-4f72-9ed7-0b8fc27c5826"},{"sourceId":"49237019-645d-47d4-b45b-5eddf97775ce"},{"destinationId":"al312fs-0ab1-4f72-9ed7-0b8fc27c5826"},{"schedule":{"scheduleType":"manual"}},{"status":"active"},{"dataResidency":"auto"}]} | +| `contentType` | *String* | :heavy_check_mark: | HTTP response content type for this operation | | +| `statusCode` | *Integer* | :heavy_check_mark: | HTTP response status code for this operation | | +| `rawResponse` | [HttpResponse](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 | | \ No newline at end of file diff --git a/docs/models/operations/ListDestinationsResponse.md b/docs/models/operations/ListDestinationsResponse.md index 99057159a..66a2f2bd6 100644 --- a/docs/models/operations/ListDestinationsResponse.md +++ b/docs/models/operations/ListDestinationsResponse.md @@ -3,9 +3,9 @@ ## Fields -| Field | Type | Required | Description | -| ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | -| `contentType` | *String* | :heavy_check_mark: | HTTP response content type for this operation | -| `destinationsResponse` | [com.airbyte.api.models.shared.DestinationsResponse](../../models/shared/DestinationsResponse.md) | :heavy_minus_sign: | Successful operation | -| `statusCode` | *Integer* | :heavy_check_mark: | HTTP response status code for this operation | -| `rawResponse` | [HttpResponse](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 | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `contentType` | *String* | :heavy_check_mark: | HTTP response content type for this operation | | +| `destinationsResponse` | [com.airbyte.api.models.shared.DestinationsResponse](../../models/shared/DestinationsResponse.md) | :heavy_minus_sign: | Successful operation | {"next":"https://api.airbyte.com/v1/destinations?limit=5&offset=10","previous":"https://api.airbyte.com/v1/destinations?limit=5&offset=0","data":{"destinationId":"18dccc91-0ab1-4f72-9ed7-0b8fc27c5826","name":"Analytics Team Postgres","destinationType":"postgres","workspaceId":"871d9b60-11d1-44cb-8c92-c246d53bf87e"}} | +| `statusCode` | *Integer* | :heavy_check_mark: | HTTP response status code for this operation | | +| `rawResponse` | [HttpResponse](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 | | \ No newline at end of file diff --git a/docs/models/operations/ListJobsResponse.md b/docs/models/operations/ListJobsResponse.md index 20fc64619..ed7c149b2 100644 --- a/docs/models/operations/ListJobsResponse.md +++ b/docs/models/operations/ListJobsResponse.md @@ -3,9 +3,9 @@ ## Fields -| Field | Type | Required | Description | -| ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | -| `contentType` | *String* | :heavy_check_mark: | HTTP response content type for this operation | -| `jobsResponse` | [com.airbyte.api.models.shared.JobsResponse](../../models/shared/JobsResponse.md) | :heavy_minus_sign: | List all the Jobs by connectionId. | -| `statusCode` | *Integer* | :heavy_check_mark: | HTTP response status code for this operation | -| `rawResponse` | [HttpResponse](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 | \ No newline at end of file +| Field | Type | Required | Description | Example | +| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `contentType` | *String* | :heavy_check_mark: | HTTP response content type for this operation | | +| `jobsResponse` | [com.airbyte.api.models.shared.JobsResponse](../../models/shared/JobsResponse.md) | :heavy_minus_sign: | List all the Jobs by connectionId. | {"next":"https://api.airbyte.com/v1/jobs?limit=5&offset=10","previous":"https://api.airbyte.com/v1/jobs?limit=5&offset=0","data":[{"id":"18dccc91-0ab1-4f72-9ed7-0b8fc27c5826","status":"running","jobType":"sync","startTime":"2023-03-25T01:30:50Z"}]} | +| `statusCode` | *Integer* | :heavy_check_mark: | HTTP response status code for this operation | | +| `rawResponse` | [HttpResponse](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 | | \ No newline at end of file diff --git a/docs/models/operations/ListSourcesResponse.md b/docs/models/operations/ListSourcesResponse.md index c12dec5d9..53370e409 100644 --- a/docs/models/operations/ListSourcesResponse.md +++ b/docs/models/operations/ListSourcesResponse.md @@ -3,9 +3,9 @@ ## Fields -| Field | Type | Required | Description | -| ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | -| `contentType` | *String* | :heavy_check_mark: | HTTP response content type for this operation | -| `sourcesResponse` | [com.airbyte.api.models.shared.SourcesResponse](../../models/shared/SourcesResponse.md) | :heavy_minus_sign: | Successful operation | -| `statusCode` | *Integer* | :heavy_check_mark: | HTTP response status code for this operation | -| `rawResponse` | [HttpResponse](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 | \ No newline at end of file +| Field | Type | Required | Description | Example | +| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `contentType` | *String* | :heavy_check_mark: | HTTP response content type for this operation | | +| `sourcesResponse` | [com.airbyte.api.models.shared.SourcesResponse](../../models/shared/SourcesResponse.md) | :heavy_minus_sign: | Successful operation | {"next":"https://api.airbyte.com/v1/sources?limit=5&offset=10","previous":"https://api.airbyte.com/v1/sources?limit=5&offset=0","data":{"sourceId":"18dccc91-0ab1-4f72-9ed7-0b8fc27c5826","name":"Analytics Team Postgres","sourceType":"postgres","workspaceId":"871d9b60-11d1-44cb-8c92-c246d53bf87e"}} | +| `statusCode` | *Integer* | :heavy_check_mark: | HTTP response status code for this operation | | +| `rawResponse` | [HttpResponse](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 | | \ No newline at end of file diff --git a/docs/models/operations/ListWorkspacesResponse.md b/docs/models/operations/ListWorkspacesResponse.md index fb4b5e96e..9eae12177 100644 --- a/docs/models/operations/ListWorkspacesResponse.md +++ b/docs/models/operations/ListWorkspacesResponse.md @@ -3,9 +3,9 @@ ## Fields -| Field | Type | Required | Description | -| ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | -| `contentType` | *String* | :heavy_check_mark: | HTTP response content type for this operation | -| `statusCode` | *Integer* | :heavy_check_mark: | HTTP response status code for this operation | -| `rawResponse` | [HttpResponse](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 | -| `workspacesResponse` | [com.airbyte.api.models.shared.WorkspacesResponse](../../models/shared/WorkspacesResponse.md) | :heavy_minus_sign: | Successful operation | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `contentType` | *String* | :heavy_check_mark: | HTTP response content type for this operation | | +| `statusCode` | *Integer* | :heavy_check_mark: | HTTP response status code for this operation | | +| `rawResponse` | [HttpResponse](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 | | +| `workspacesResponse` | [com.airbyte.api.models.shared.WorkspacesResponse](../../models/shared/WorkspacesResponse.md) | :heavy_minus_sign: | Successful operation | {"next":"https://api.airbyte.com/v1/workspaces?limit=5&offset=10","previous":"https://api.airbyte.com/v1/workspaces?limit=5&offset=0","data":{"workspaceId":"18dccc91-0ab1-4f72-9ed7-0b8fc27c5826","name":"Acme Company","dataResidency":"auto"}} | \ No newline at end of file diff --git a/docs/models/operations/PatchDestinationResponse.md b/docs/models/operations/PatchDestinationResponse.md index 9286b1944..d03be80f6 100644 --- a/docs/models/operations/PatchDestinationResponse.md +++ b/docs/models/operations/PatchDestinationResponse.md @@ -3,9 +3,9 @@ ## Fields -| Field | Type | Required | Description | -| ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | -| `contentType` | *String* | :heavy_check_mark: | HTTP response content type for this operation | -| `destinationResponse` | [com.airbyte.api.models.shared.DestinationResponse](../../models/shared/DestinationResponse.md) | :heavy_minus_sign: | Update a Destination | -| `statusCode` | *Integer* | :heavy_check_mark: | HTTP response status code for this operation | -| `rawResponse` | [HttpResponse](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 | \ No newline at end of file +| Field | Type | Required | Description | Example | +| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `contentType` | *String* | :heavy_check_mark: | HTTP response content type for this operation | | +| `destinationResponse` | [com.airbyte.api.models.shared.DestinationResponse](../../models/shared/DestinationResponse.md) | :heavy_minus_sign: | Update a Destination | {"destinationId":"18dccc91-0ab1-4f72-9ed7-0b8fc27c5826","name":"Analytics Team Postgres","destinationType":"postgres","workspaceId":"871d9b60-11d1-44cb-8c92-c246d53bf87e"} | +| `statusCode` | *Integer* | :heavy_check_mark: | HTTP response status code for this operation | | +| `rawResponse` | [HttpResponse](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 | | \ No newline at end of file diff --git a/docs/models/operations/PatchSourceResponse.md b/docs/models/operations/PatchSourceResponse.md index 2c8e66ac5..bef5d9a68 100644 --- a/docs/models/operations/PatchSourceResponse.md +++ b/docs/models/operations/PatchSourceResponse.md @@ -3,9 +3,9 @@ ## Fields -| Field | Type | Required | Description | -| ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | -| `contentType` | *String* | :heavy_check_mark: | HTTP response content type for this operation | -| `sourceResponse` | [com.airbyte.api.models.shared.SourceResponse](../../models/shared/SourceResponse.md) | :heavy_minus_sign: | Update a Source | -| `statusCode` | *Integer* | :heavy_check_mark: | HTTP response status code for this operation | -| `rawResponse` | [HttpResponse](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 | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `contentType` | *String* | :heavy_check_mark: | HTTP response content type for this operation | | +| `sourceResponse` | [com.airbyte.api.models.shared.SourceResponse](../../models/shared/SourceResponse.md) | :heavy_minus_sign: | Update a Source | {"sourceId":"18dccc91-0ab1-4f72-9ed7-0b8fc27c5826","name":"Analytics Team Postgres","sourceType":"postgres","workspaceId":"871d9b60-11d1-44cb-8c92-c246d53bf87e"} | +| `statusCode` | *Integer* | :heavy_check_mark: | HTTP response status code for this operation | | +| `rawResponse` | [HttpResponse](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 | | \ No newline at end of file diff --git a/docs/models/operations/PutDestinationResponse.md b/docs/models/operations/PutDestinationResponse.md index 144f53ee7..6e684d5d0 100644 --- a/docs/models/operations/PutDestinationResponse.md +++ b/docs/models/operations/PutDestinationResponse.md @@ -3,9 +3,9 @@ ## Fields -| Field | Type | Required | Description | -| ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | -| `contentType` | *String* | :heavy_check_mark: | HTTP response content type for this operation | -| `destinationResponse` | [com.airbyte.api.models.shared.DestinationResponse](../../models/shared/DestinationResponse.md) | :heavy_minus_sign: | Update a Destination and fully overwrite it | -| `statusCode` | *Integer* | :heavy_check_mark: | HTTP response status code for this operation | -| `rawResponse` | [HttpResponse](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 | \ No newline at end of file +| Field | Type | Required | Description | Example | +| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `contentType` | *String* | :heavy_check_mark: | HTTP response content type for this operation | | +| `destinationResponse` | [com.airbyte.api.models.shared.DestinationResponse](../../models/shared/DestinationResponse.md) | :heavy_minus_sign: | Update a Destination and fully overwrite it | {"destinationId":"18dccc91-0ab1-4f72-9ed7-0b8fc27c5826","name":"Analytics Team Postgres","destinationType":"postgres","workspaceId":"871d9b60-11d1-44cb-8c92-c246d53bf87e"} | +| `statusCode` | *Integer* | :heavy_check_mark: | HTTP response status code for this operation | | +| `rawResponse` | [HttpResponse](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 | | \ No newline at end of file diff --git a/docs/models/operations/PutSourceResponse.md b/docs/models/operations/PutSourceResponse.md index 3ecd6ed2d..49c80d344 100644 --- a/docs/models/operations/PutSourceResponse.md +++ b/docs/models/operations/PutSourceResponse.md @@ -3,9 +3,9 @@ ## Fields -| Field | Type | Required | Description | -| ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | -| `contentType` | *String* | :heavy_check_mark: | HTTP response content type for this operation | -| `sourceResponse` | [com.airbyte.api.models.shared.SourceResponse](../../models/shared/SourceResponse.md) | :heavy_minus_sign: | Update a source and fully overwrite it | -| `statusCode` | *Integer* | :heavy_check_mark: | HTTP response status code for this operation | -| `rawResponse` | [HttpResponse](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 | \ No newline at end of file +| Field | Type | Required | Description | Example | +| ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `contentType` | *String* | :heavy_check_mark: | HTTP response content type for this operation | | +| `sourceResponse` | [com.airbyte.api.models.shared.SourceResponse](../../models/shared/SourceResponse.md) | :heavy_minus_sign: | Update a source and fully overwrite it | {"sourceId":"18dccc91-0ab1-4f72-9ed7-0b8fc27c5826","name":"Analytics Team Postgres","sourceType":"postgres","workspaceId":"871d9b60-11d1-44cb-8c92-c246d53bf87e"} | +| `statusCode` | *Integer* | :heavy_check_mark: | HTTP response status code for this operation | | +| `rawResponse` | [HttpResponse](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 | | \ No newline at end of file diff --git a/docs/models/shared/InitiateOauthRequest.md b/docs/models/shared/InitiateOauthRequest.md index fbccd8709..b44d9a00d 100644 --- a/docs/models/shared/InitiateOauthRequest.md +++ b/docs/models/shared/InitiateOauthRequest.md @@ -5,9 +5,9 @@ POST body for initiating OAuth via the public API ## Fields -| Field | Type | Required | Description | -| -------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | -| `oAuthInputConfiguration` | [com.airbyte.api.models.shared.OAuthInputConfiguration](../../models/shared/OAuthInputConfiguration.md) | :heavy_minus_sign: | Arbitrary vars to pass for OAuth depending on what the source/destination spec requires. | -| `redirectUrl` | *String* | :heavy_check_mark: | The URL to redirect the user to with the OAuth secret stored in the secret_id query string parameter after authentication is complete. | -| `sourceType` | [com.airbyte.api.models.shared.OAuthActorNames](../../models/shared/OAuthActorNames.md) | :heavy_check_mark: | N/A | -| `workspaceId` | *String* | :heavy_check_mark: | The workspace to create the secret and eventually the full source. | \ No newline at end of file +| Field | Type | Required | Description | Example | +| -------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | +| `oAuthInputConfiguration` | [com.airbyte.api.models.shared.OAuthInputConfiguration](../../models/shared/OAuthInputConfiguration.md) | :heavy_minus_sign: | Arbitrary vars to pass for OAuth depending on what the source/destination spec requires. | {"host":"test.snowflake.com"} | +| `redirectUrl` | *String* | :heavy_check_mark: | The URL to redirect the user to with the OAuth secret stored in the secret_id query string parameter after authentication is complete. | | +| `sourceType` | [com.airbyte.api.models.shared.OAuthActorNames](../../models/shared/OAuthActorNames.md) | :heavy_check_mark: | N/A | | +| `workspaceId` | *String* | :heavy_check_mark: | The workspace to create the secret and eventually the full source. | | \ No newline at end of file diff --git a/docs/sdks/connections/README.md b/docs/sdks/connections/README.md index 3b4d2ba6e..25f2a8733 100644 --- a/docs/sdks/connections/README.md +++ b/docs/sdks/connections/README.md @@ -39,8 +39,8 @@ public class Application { .setSecurity(new Security( ){{ basicAuth = new SchemeBasicAuth( - "string", - "string"){{ + "", + ""){{ password = ""; username = ""; }}; @@ -55,15 +55,7 @@ public class Application { streams = new com.airbyte.api.models.shared.StreamConfiguration[]{{ add(new StreamConfiguration( "string"){{ - cursorField = new String[]{{ - add("string"), - }}; name = "string"; - primaryKey = new String[][]{{ - add(new String[]{{ - add("string"), - }}), - }}; }}), }}; @@ -128,8 +120,8 @@ public class Application { .setSecurity(new Security( ){{ basicAuth = new SchemeBasicAuth( - "string", - "string"){{ + "", + ""){{ password = ""; username = ""; }}; @@ -184,8 +176,8 @@ public class Application { .setSecurity(new Security( ){{ basicAuth = new SchemeBasicAuth( - "string", - "string"){{ + "", + ""){{ password = ""; username = ""; }}; @@ -240,8 +232,8 @@ public class Application { .setSecurity(new Security( ){{ basicAuth = new SchemeBasicAuth( - "string", - "string"){{ + "", + ""){{ password = ""; username = ""; }}; @@ -314,8 +306,8 @@ public class Application { .setSecurity(new Security( ){{ basicAuth = new SchemeBasicAuth( - "string", - "string"){{ + "", + ""){{ password = ""; username = ""; }}; @@ -330,15 +322,7 @@ public class Application { streams = new com.airbyte.api.models.shared.StreamConfiguration[]{{ add(new StreamConfiguration( "string"){{ - cursorField = new String[]{{ - add("string"), - }}; name = "string"; - primaryKey = new String[][]{{ - add(new String[]{{ - add("string"), - }}), - }}; }}), }}; diff --git a/docs/sdks/destinations/README.md b/docs/sdks/destinations/README.md index ff57d48da..797869984 100644 --- a/docs/sdks/destinations/README.md +++ b/docs/sdks/destinations/README.md @@ -31,8 +31,8 @@ public class Application { .setSecurity(new Security( ){{ basicAuth = new SchemeBasicAuth( - "string", - "string"){{ + "", + ""){{ password = ""; username = ""; }}; @@ -92,8 +92,8 @@ public class Application { .setSecurity(new Security( ){{ basicAuth = new SchemeBasicAuth( - "string", - "string"){{ + "", + ""){{ password = ""; username = ""; }}; @@ -148,8 +148,8 @@ public class Application { .setSecurity(new Security( ){{ basicAuth = new SchemeBasicAuth( - "string", - "string"){{ + "", + ""){{ password = ""; username = ""; }}; @@ -204,8 +204,8 @@ public class Application { .setSecurity(new Security( ){{ basicAuth = new SchemeBasicAuth( - "string", - "string"){{ + "", + ""){{ password = ""; username = ""; }}; @@ -269,8 +269,8 @@ public class Application { .setSecurity(new Security( ){{ basicAuth = new SchemeBasicAuth( - "string", - "string"){{ + "", + ""){{ password = ""; username = ""; }}; @@ -334,8 +334,8 @@ public class Application { .setSecurity(new Security( ){{ basicAuth = new SchemeBasicAuth( - "string", - "string"){{ + "", + ""){{ password = ""; username = ""; }}; diff --git a/docs/sdks/jobs/README.md b/docs/sdks/jobs/README.md index 5b899f1e4..e02e80131 100644 --- a/docs/sdks/jobs/README.md +++ b/docs/sdks/jobs/README.md @@ -29,8 +29,8 @@ public class Application { .setSecurity(new Security( ){{ basicAuth = new SchemeBasicAuth( - "string", - "string"){{ + "", + ""){{ password = ""; username = ""; }}; @@ -86,8 +86,8 @@ public class Application { .setSecurity(new Security( ){{ basicAuth = new SchemeBasicAuth( - "string", - "string"){{ + "", + ""){{ password = ""; username = ""; }}; @@ -143,8 +143,8 @@ public class Application { .setSecurity(new Security( ){{ basicAuth = new SchemeBasicAuth( - "string", - "string"){{ + "", + ""){{ password = ""; username = ""; }}; @@ -202,8 +202,8 @@ public class Application { .setSecurity(new Security( ){{ basicAuth = new SchemeBasicAuth( - "string", - "string"){{ + "", + ""){{ password = ""; username = ""; }}; diff --git a/docs/sdks/sources/README.md b/docs/sdks/sources/README.md index 8d8dbbda3..e033f048d 100644 --- a/docs/sdks/sources/README.md +++ b/docs/sdks/sources/README.md @@ -32,8 +32,8 @@ public class Application { .setSecurity(new Security( ){{ basicAuth = new SchemeBasicAuth( - "string", - "string"){{ + "", + ""){{ password = ""; username = ""; }}; @@ -94,8 +94,8 @@ public class Application { .setSecurity(new Security( ){{ basicAuth = new SchemeBasicAuth( - "string", - "string"){{ + "", + ""){{ password = ""; username = ""; }}; @@ -150,8 +150,8 @@ public class Application { .setSecurity(new Security( ){{ basicAuth = new SchemeBasicAuth( - "string", - "string"){{ + "", + ""){{ password = ""; username = ""; }}; @@ -212,8 +212,8 @@ public class Application { .setSecurity(new Security( ){{ basicAuth = new SchemeBasicAuth( - "string", - "string"){{ + "", + ""){{ password = ""; username = ""; }}; @@ -274,8 +274,8 @@ public class Application { .setSecurity(new Security( ){{ basicAuth = new SchemeBasicAuth( - "string", - "string"){{ + "", + ""){{ password = ""; username = ""; }}; @@ -339,8 +339,8 @@ public class Application { .setSecurity(new Security( ){{ basicAuth = new SchemeBasicAuth( - "string", - "string"){{ + "", + ""){{ password = ""; username = ""; }}; @@ -406,8 +406,8 @@ public class Application { .setSecurity(new Security( ){{ basicAuth = new SchemeBasicAuth( - "string", - "string"){{ + "", + ""){{ password = ""; username = ""; }}; diff --git a/docs/sdks/streams/README.md b/docs/sdks/streams/README.md index 89612c017..89e9bf3aa 100644 --- a/docs/sdks/streams/README.md +++ b/docs/sdks/streams/README.md @@ -26,8 +26,8 @@ public class Application { .setSecurity(new Security( ){{ basicAuth = new SchemeBasicAuth( - "string", - "string"){{ + "", + ""){{ password = ""; username = ""; }}; diff --git a/docs/sdks/workspaces/README.md b/docs/sdks/workspaces/README.md index 8357f0603..d0982cc02 100644 --- a/docs/sdks/workspaces/README.md +++ b/docs/sdks/workspaces/README.md @@ -35,8 +35,8 @@ public class Application { .setSecurity(new Security( ){{ basicAuth = new SchemeBasicAuth( - "string", - "string"){{ + "", + ""){{ password = ""; username = ""; }}; @@ -95,8 +95,8 @@ public class Application { .setSecurity(new Security( ){{ basicAuth = new SchemeBasicAuth( - "string", - "string"){{ + "", + ""){{ password = ""; username = ""; }}; @@ -151,8 +151,8 @@ public class Application { .setSecurity(new Security( ){{ basicAuth = new SchemeBasicAuth( - "string", - "string"){{ + "", + ""){{ password = ""; username = ""; }}; @@ -207,8 +207,8 @@ public class Application { .setSecurity(new Security( ){{ basicAuth = new SchemeBasicAuth( - "string", - "string"){{ + "", + ""){{ password = ""; username = ""; }}; @@ -263,8 +263,8 @@ public class Application { .setSecurity(new Security( ){{ basicAuth = new SchemeBasicAuth( - "string", - "string"){{ + "", + ""){{ password = ""; username = ""; }}; @@ -328,8 +328,8 @@ public class Application { .setSecurity(new Security( ){{ basicAuth = new SchemeBasicAuth( - "string", - "string"){{ + "", + ""){{ password = ""; username = ""; }}; diff --git a/gen.yaml b/gen.yaml index 18527cd66..f4545b4d5 100644 --- a/gen.yaml +++ b/gen.yaml @@ -6,8 +6,10 @@ generation: useClassNamesForArrayFields: true fixes: nameResolutionDec2023: false + parameterOrderingFeb2024: false + requestResponseComponentNamesFeb2024: false java: - version: 0.48.0 + version: 0.48.1 artifactID: api companyEmail: info@airbyte.com companyName: Airbyte diff --git a/lib/build.gradle b/lib/build.gradle index 18be2bf66..08cc03fe2 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -56,7 +56,7 @@ publishing { maven(MavenPublication) { groupId = 'com.airbyte' artifactId = 'api' - version = '0.48.0' + version = '0.48.1' from components.java diff --git a/lib/src/main/java/com/airbyte/api/SDKConfiguration.java b/lib/src/main/java/com/airbyte/api/SDKConfiguration.java index 4af3d90b7..cd64475f4 100644 --- a/lib/src/main/java/com/airbyte/api/SDKConfiguration.java +++ b/lib/src/main/java/com/airbyte/api/SDKConfiguration.java @@ -15,9 +15,9 @@ class SDKConfiguration { public int serverIdx = 0; public String language = "java"; public String openapiDocVersion = "1.0.0"; - public String sdkVersion = "0.48.0"; - public String genVersion = "2.239.4"; - public String userAgent = "speakeasy-sdk/java 0.48.0 2.239.4 1.0.0 com.airbyte.api"; + public String sdkVersion = "0.48.1"; + public String genVersion = "2.253.0"; + public String userAgent = "speakeasy-sdk/java 0.48.1 2.253.0 1.0.0 com.airbyte.api"; } \ No newline at end of file