diff --git a/README.md b/README.md index 8ab03d3db..f652fba97 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.45.1' +implementation 'com.airbyte.api:public-api:0.46.0' ``` diff --git a/RELEASES.md b/RELEASES.md index 72192dfec..7f7d953ba 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -871,4 +871,34 @@ Based on: ### Generated - [java v0.45.1] . ### Releases -- [Maven Central v0.45.1] https://central.sonatype.com/artifact/com.airbyte/api/0.45.1 - . \ No newline at end of file +- [Maven Central v0.45.1] https://central.sonatype.com/artifact/com.airbyte/api/0.45.1 - . + +## 2023-11-16 00:12:33 +### Changes +Based on: +- OpenAPI Doc 1.0.0 +- Speakeasy CLI 1.120.3 (2.192.1) https://github.com/speakeasy-api/speakeasy +### Generated +- [java v0.45.2] . +### Releases +- [Maven Central v0.45.2] https://central.sonatype.com/artifact/com.airbyte/api/0.45.2 - . + +## 2023-11-18 00:12:30 +### Changes +Based on: +- OpenAPI Doc 1.0.0 +- Speakeasy CLI 1.121.1 (2.194.1) https://github.com/speakeasy-api/speakeasy +### Generated +- [java v0.45.3] . +### Releases +- [Maven Central v0.45.3] https://central.sonatype.com/artifact/com.airbyte/api/0.45.3 - . + +## 2023-11-21 02:03:51 +### Changes +Based on: +- OpenAPI Doc 1.0.0 +- Speakeasy CLI 1.121.3 (2.195.2) https://github.com/speakeasy-api/speakeasy +### Generated +- [java v0.46.0] . +### Releases +- [Maven Central v0.46.0] https://central.sonatype.com/artifact/com.airbyte/api/0.46.0 - . \ No newline at end of file diff --git a/docs/models/operations/CancelJobResponse.md b/docs/models/operations/CancelJobResponse.md index 13dd4c875..0affd647a 100644 --- a/docs/models/operations/CancelJobResponse.md +++ b/docs/models/operations/CancelJobResponse.md @@ -8,4 +8,4 @@ | `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_minus_sign: | Raw HTTP response; suitable for custom response parsing | \ No newline at end of file +| `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/CreateConnectionResponse.md b/docs/models/operations/CreateConnectionResponse.md index f1a279b65..3bef4c94a 100644 --- a/docs/models/operations/CreateConnectionResponse.md +++ b/docs/models/operations/CreateConnectionResponse.md @@ -8,4 +8,4 @@ | `connectionResponse` | [com.airbyte.api.models.shared.ConnectionResponse](../../models/shared/ConnectionResponse.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_minus_sign: | Raw HTTP response; suitable for custom response parsing | \ No newline at end of file +| `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 8a39c0356..a2e970e62 100644 --- a/docs/models/operations/CreateDestinationResponse.md +++ b/docs/models/operations/CreateDestinationResponse.md @@ -8,4 +8,4 @@ | `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_minus_sign: | Raw HTTP response; suitable for custom response parsing | \ No newline at end of file +| `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 36b1dceeb..429427b19 100644 --- a/docs/models/operations/CreateJobResponse.md +++ b/docs/models/operations/CreateJobResponse.md @@ -8,4 +8,4 @@ | `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_minus_sign: | Raw HTTP response; suitable for custom response parsing | \ No newline at end of file +| `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/CreateOrUpdateWorkspaceOAuthCredentialsResponse.md b/docs/models/operations/CreateOrUpdateWorkspaceOAuthCredentialsResponse.md index 1a23692d7..11bd4df6a 100644 --- a/docs/models/operations/CreateOrUpdateWorkspaceOAuthCredentialsResponse.md +++ b/docs/models/operations/CreateOrUpdateWorkspaceOAuthCredentialsResponse.md @@ -7,4 +7,4 @@ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | | `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_minus_sign: | Raw HTTP response; suitable for custom response parsing | \ No newline at end of file +| `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 1ecfb32fb..0ced7f3ec 100644 --- a/docs/models/operations/CreateSourceResponse.md +++ b/docs/models/operations/CreateSourceResponse.md @@ -8,4 +8,4 @@ | `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_minus_sign: | Raw HTTP response; suitable for custom response parsing | \ No newline at end of file +| `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/CreateWorkspaceResponse.md b/docs/models/operations/CreateWorkspaceResponse.md index 764cc2dbf..c149552ca 100644 --- a/docs/models/operations/CreateWorkspaceResponse.md +++ b/docs/models/operations/CreateWorkspaceResponse.md @@ -7,5 +7,5 @@ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | | `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_minus_sign: | Raw HTTP response; suitable for custom response parsing | +| `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 | | `workspaceResponse` | [com.airbyte.api.models.shared.WorkspaceResponse](../../models/shared/WorkspaceResponse.md) | :heavy_minus_sign: | Successful operation | \ No newline at end of file diff --git a/docs/models/operations/DeleteConnectionResponse.md b/docs/models/operations/DeleteConnectionResponse.md index f58cca3eb..f87d00f04 100644 --- a/docs/models/operations/DeleteConnectionResponse.md +++ b/docs/models/operations/DeleteConnectionResponse.md @@ -7,4 +7,4 @@ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | | `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_minus_sign: | Raw HTTP response; suitable for custom response parsing | \ No newline at end of file +| `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/DeleteDestinationResponse.md b/docs/models/operations/DeleteDestinationResponse.md index 4610260fa..830b01e4b 100644 --- a/docs/models/operations/DeleteDestinationResponse.md +++ b/docs/models/operations/DeleteDestinationResponse.md @@ -7,4 +7,4 @@ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | | `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_minus_sign: | Raw HTTP response; suitable for custom response parsing | \ No newline at end of file +| `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/DeleteSourceResponse.md b/docs/models/operations/DeleteSourceResponse.md index 8d2b166fd..6aafb6624 100644 --- a/docs/models/operations/DeleteSourceResponse.md +++ b/docs/models/operations/DeleteSourceResponse.md @@ -7,4 +7,4 @@ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | | `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_minus_sign: | Raw HTTP response; suitable for custom response parsing | \ No newline at end of file +| `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/DeleteWorkspaceResponse.md b/docs/models/operations/DeleteWorkspaceResponse.md index 1fdf0cf3f..ec5bf2f41 100644 --- a/docs/models/operations/DeleteWorkspaceResponse.md +++ b/docs/models/operations/DeleteWorkspaceResponse.md @@ -7,4 +7,4 @@ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | | `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_minus_sign: | Raw HTTP response; suitable for custom response parsing | \ No newline at end of file +| `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/GetConnectionResponse.md b/docs/models/operations/GetConnectionResponse.md index 1faecfc4c..8ce9885db 100644 --- a/docs/models/operations/GetConnectionResponse.md +++ b/docs/models/operations/GetConnectionResponse.md @@ -8,4 +8,4 @@ | `connectionResponse` | [com.airbyte.api.models.shared.ConnectionResponse](../../models/shared/ConnectionResponse.md) | :heavy_minus_sign: | Get a Connection by the id in the path. | | `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_minus_sign: | Raw HTTP response; suitable for custom response parsing | \ No newline at end of file +| `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 848e9aca3..9dbc1447e 100644 --- a/docs/models/operations/GetDestinationResponse.md +++ b/docs/models/operations/GetDestinationResponse.md @@ -8,4 +8,4 @@ | `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_minus_sign: | Raw HTTP response; suitable for custom response parsing | \ No newline at end of file +| `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 7d95526b8..f32e88933 100644 --- a/docs/models/operations/GetJobResponse.md +++ b/docs/models/operations/GetJobResponse.md @@ -8,4 +8,4 @@ | `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_minus_sign: | Raw HTTP response; suitable for custom response parsing | \ No newline at end of file +| `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 b17259d98..043e066de 100644 --- a/docs/models/operations/GetSourceResponse.md +++ b/docs/models/operations/GetSourceResponse.md @@ -8,4 +8,4 @@ | `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_minus_sign: | Raw HTTP response; suitable for custom response parsing | \ No newline at end of file +| `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/GetStreamPropertiesResponse.md b/docs/models/operations/GetStreamPropertiesResponse.md index 19d12f127..79a32a8b6 100644 --- a/docs/models/operations/GetStreamPropertiesResponse.md +++ b/docs/models/operations/GetStreamPropertiesResponse.md @@ -7,5 +7,5 @@ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | | `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_minus_sign: | Raw HTTP response; suitable for custom response parsing | +| `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 | | `streamPropertiesResponse` | [com.airbyte.api.models.shared.StreamPropertiesResponse](../../models/shared/StreamPropertiesResponse.md) | :heavy_minus_sign: | Get the available streams properties for a source/destination pair. | \ No newline at end of file diff --git a/docs/models/operations/GetWorkspaceResponse.md b/docs/models/operations/GetWorkspaceResponse.md index c26f6de76..95953559f 100644 --- a/docs/models/operations/GetWorkspaceResponse.md +++ b/docs/models/operations/GetWorkspaceResponse.md @@ -7,5 +7,5 @@ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | | `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_minus_sign: | Raw HTTP response; suitable for custom response parsing | +| `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 | | `workspaceResponse` | [com.airbyte.api.models.shared.WorkspaceResponse](../../models/shared/WorkspaceResponse.md) | :heavy_minus_sign: | Get a Workspace by the id in the path. | \ No newline at end of file diff --git a/docs/models/operations/InitiateOAuthResponse.md b/docs/models/operations/InitiateOAuthResponse.md index 2f5d40c45..67e0e1382 100644 --- a/docs/models/operations/InitiateOAuthResponse.md +++ b/docs/models/operations/InitiateOAuthResponse.md @@ -7,4 +7,4 @@ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | | `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_minus_sign: | Raw HTTP response; suitable for custom response parsing | \ No newline at end of file +| `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 59ec36b01..12b57c527 100644 --- a/docs/models/operations/ListConnectionsResponse.md +++ b/docs/models/operations/ListConnectionsResponse.md @@ -8,4 +8,4 @@ | `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_minus_sign: | Raw HTTP response; suitable for custom response parsing | \ No newline at end of file +| `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 032cf7155..99057159a 100644 --- a/docs/models/operations/ListDestinationsResponse.md +++ b/docs/models/operations/ListDestinationsResponse.md @@ -8,4 +8,4 @@ | `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_minus_sign: | Raw HTTP response; suitable for custom response parsing | \ No newline at end of file +| `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 e2afa873b..20fc64619 100644 --- a/docs/models/operations/ListJobsResponse.md +++ b/docs/models/operations/ListJobsResponse.md @@ -8,4 +8,4 @@ | `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_minus_sign: | Raw HTTP response; suitable for custom response parsing | \ No newline at end of file +| `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 8394c7142..c12dec5d9 100644 --- a/docs/models/operations/ListSourcesResponse.md +++ b/docs/models/operations/ListSourcesResponse.md @@ -8,4 +8,4 @@ | `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_minus_sign: | Raw HTTP response; suitable for custom response parsing | \ No newline at end of file +| `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 d276d6ed5..fb4b5e96e 100644 --- a/docs/models/operations/ListWorkspacesResponse.md +++ b/docs/models/operations/ListWorkspacesResponse.md @@ -7,5 +7,5 @@ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | | `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_minus_sign: | Raw HTTP response; suitable for custom response parsing | +| `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 diff --git a/docs/models/operations/PatchConnectionResponse.md b/docs/models/operations/PatchConnectionResponse.md index 36c9d8ce8..2da56bccc 100644 --- a/docs/models/operations/PatchConnectionResponse.md +++ b/docs/models/operations/PatchConnectionResponse.md @@ -8,4 +8,4 @@ | `connectionResponse` | [com.airbyte.api.models.shared.ConnectionResponse](../../models/shared/ConnectionResponse.md) | :heavy_minus_sign: | Update a Connection by the id in the path. | | `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_minus_sign: | Raw HTTP response; suitable for custom response parsing | \ No newline at end of file +| `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/PatchDestinationResponse.md b/docs/models/operations/PatchDestinationResponse.md index baa6f165c..9286b1944 100644 --- a/docs/models/operations/PatchDestinationResponse.md +++ b/docs/models/operations/PatchDestinationResponse.md @@ -8,4 +8,4 @@ | `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_minus_sign: | Raw HTTP response; suitable for custom response parsing | \ No newline at end of file +| `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 b55b8bd65..2c8e66ac5 100644 --- a/docs/models/operations/PatchSourceResponse.md +++ b/docs/models/operations/PatchSourceResponse.md @@ -8,4 +8,4 @@ | `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_minus_sign: | Raw HTTP response; suitable for custom response parsing | \ No newline at end of file +| `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 2de617334..144f53ee7 100644 --- a/docs/models/operations/PutDestinationResponse.md +++ b/docs/models/operations/PutDestinationResponse.md @@ -8,4 +8,4 @@ | `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_minus_sign: | Raw HTTP response; suitable for custom response parsing | \ No newline at end of file +| `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 07fea8675..3ecd6ed2d 100644 --- a/docs/models/operations/PutSourceResponse.md +++ b/docs/models/operations/PutSourceResponse.md @@ -8,4 +8,4 @@ | `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_minus_sign: | Raw HTTP response; suitable for custom response parsing | \ No newline at end of file +| `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/UpdateWorkspaceResponse.md b/docs/models/operations/UpdateWorkspaceResponse.md index 96c5d156b..2248ae50c 100644 --- a/docs/models/operations/UpdateWorkspaceResponse.md +++ b/docs/models/operations/UpdateWorkspaceResponse.md @@ -7,5 +7,5 @@ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | | `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_minus_sign: | Raw HTTP response; suitable for custom response parsing | +| `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 | | `workspaceResponse` | [com.airbyte.api.models.shared.WorkspaceResponse](../../models/shared/WorkspaceResponse.md) | :heavy_minus_sign: | Successful operation | \ No newline at end of file diff --git a/gen.yaml b/gen.yaml index 39c360235..f1ea2e518 100644 --- a/gen.yaml +++ b/gen.yaml @@ -2,8 +2,8 @@ configVersion: 1.0.0 management: docChecksum: 8f62e207fcdebe72da7eb9c7525220b5 docVersion: 1.0.0 - speakeasyVersion: 1.120.0 - generationVersion: 2.188.3 + speakeasyVersion: 1.121.3 + generationVersion: 2.195.2 generation: comments: {} sdkClassName: airbyte @@ -12,11 +12,11 @@ generation: optionalPropertyRendering: withExample features: java: - core: 3.0.3 + core: 3.0.4 globalSecurity: 2.81.1 - globalServerURLs: 2.82.0 + globalServerURLs: 2.82.1 java: - version: 0.45.1 + version: 0.46.0 artifactID: api companyEmail: info@airbyte.com companyName: Airbyte diff --git a/lib/build.gradle b/lib/build.gradle index 74c5f997a..5e1227ce5 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -56,7 +56,7 @@ publishing { maven(MavenPublication) { groupId = 'com.airbyte' artifactId = 'api' - version = '0.45.1' + version = '0.46.0' from components.java diff --git a/lib/src/main/java/com/airbyte/api/Connections.java b/lib/src/main/java/com/airbyte/api/Connections.java index 1cae5b046..42571bfa0 100644 --- a/lib/src/main/java/com/airbyte/api/Connections.java +++ b/lib/src/main/java/com/airbyte/api/Connections.java @@ -48,11 +48,10 @@ public com.airbyte.api.models.operations.CreateConnectionResponse createConnecti HttpResponse httpRes = client.send(req); String contentType = httpRes.headers().firstValue("Content-Type").orElse("application/octet-stream"); - - com.airbyte.api.models.operations.CreateConnectionResponse res = new com.airbyte.api.models.operations.CreateConnectionResponse(contentType, httpRes.statusCode()) {{ + + com.airbyte.api.models.operations.CreateConnectionResponse res = new com.airbyte.api.models.operations.CreateConnectionResponse(contentType, httpRes.statusCode(), httpRes) {{ connectionResponse = null; }}; - res.rawResponse = httpRes; if (httpRes.statusCode() == 200) { if (com.airbyte.api.utils.Utils.matchContentType(contentType, "application/json")) { @@ -89,10 +88,9 @@ public com.airbyte.api.models.operations.DeleteConnectionResponse deleteConnecti HttpResponse httpRes = client.send(req); String contentType = httpRes.headers().firstValue("Content-Type").orElse("application/octet-stream"); - - com.airbyte.api.models.operations.DeleteConnectionResponse res = new com.airbyte.api.models.operations.DeleteConnectionResponse(contentType, httpRes.statusCode()) {{ + + com.airbyte.api.models.operations.DeleteConnectionResponse res = new com.airbyte.api.models.operations.DeleteConnectionResponse(contentType, httpRes.statusCode(), httpRes) {{ }}; - res.rawResponse = httpRes; if (httpRes.statusCode() == 204 || httpRes.statusCode() == 403 || httpRes.statusCode() == 404) { } @@ -122,11 +120,10 @@ public com.airbyte.api.models.operations.GetConnectionResponse getConnection(com HttpResponse httpRes = client.send(req); String contentType = httpRes.headers().firstValue("Content-Type").orElse("application/octet-stream"); - - com.airbyte.api.models.operations.GetConnectionResponse res = new com.airbyte.api.models.operations.GetConnectionResponse(contentType, httpRes.statusCode()) {{ + + com.airbyte.api.models.operations.GetConnectionResponse res = new com.airbyte.api.models.operations.GetConnectionResponse(contentType, httpRes.statusCode(), httpRes) {{ connectionResponse = null; }}; - res.rawResponse = httpRes; if (httpRes.statusCode() == 200) { if (com.airbyte.api.utils.Utils.matchContentType(contentType, "application/json")) { @@ -169,11 +166,10 @@ public com.airbyte.api.models.operations.ListConnectionsResponse listConnections HttpResponse httpRes = client.send(req); String contentType = httpRes.headers().firstValue("Content-Type").orElse("application/octet-stream"); - - com.airbyte.api.models.operations.ListConnectionsResponse res = new com.airbyte.api.models.operations.ListConnectionsResponse(contentType, httpRes.statusCode()) {{ + + com.airbyte.api.models.operations.ListConnectionsResponse res = new com.airbyte.api.models.operations.ListConnectionsResponse(contentType, httpRes.statusCode(), httpRes) {{ connectionsResponse = null; }}; - res.rawResponse = httpRes; if (httpRes.statusCode() == 200) { if (com.airbyte.api.utils.Utils.matchContentType(contentType, "application/json")) { @@ -215,11 +211,10 @@ public com.airbyte.api.models.operations.PatchConnectionResponse patchConnection HttpResponse httpRes = client.send(req); String contentType = httpRes.headers().firstValue("Content-Type").orElse("application/octet-stream"); - - com.airbyte.api.models.operations.PatchConnectionResponse res = new com.airbyte.api.models.operations.PatchConnectionResponse(contentType, httpRes.statusCode()) {{ + + com.airbyte.api.models.operations.PatchConnectionResponse res = new com.airbyte.api.models.operations.PatchConnectionResponse(contentType, httpRes.statusCode(), httpRes) {{ connectionResponse = null; }}; - res.rawResponse = httpRes; if (httpRes.statusCode() == 200) { if (com.airbyte.api.utils.Utils.matchContentType(contentType, "application/json")) { diff --git a/lib/src/main/java/com/airbyte/api/Destinations.java b/lib/src/main/java/com/airbyte/api/Destinations.java index 98466a995..746ac8e21 100644 --- a/lib/src/main/java/com/airbyte/api/Destinations.java +++ b/lib/src/main/java/com/airbyte/api/Destinations.java @@ -46,11 +46,10 @@ public com.airbyte.api.models.operations.CreateDestinationResponse createDestina HttpResponse httpRes = client.send(req); String contentType = httpRes.headers().firstValue("Content-Type").orElse("application/octet-stream"); - - com.airbyte.api.models.operations.CreateDestinationResponse res = new com.airbyte.api.models.operations.CreateDestinationResponse(contentType, httpRes.statusCode()) {{ + + com.airbyte.api.models.operations.CreateDestinationResponse res = new com.airbyte.api.models.operations.CreateDestinationResponse(contentType, httpRes.statusCode(), httpRes) {{ destinationResponse = null; }}; - res.rawResponse = httpRes; if (httpRes.statusCode() == 200) { if (com.airbyte.api.utils.Utils.matchContentType(contentType, "application/json")) { @@ -87,10 +86,9 @@ public com.airbyte.api.models.operations.DeleteDestinationResponse deleteDestina HttpResponse httpRes = client.send(req); String contentType = httpRes.headers().firstValue("Content-Type").orElse("application/octet-stream"); - - com.airbyte.api.models.operations.DeleteDestinationResponse res = new com.airbyte.api.models.operations.DeleteDestinationResponse(contentType, httpRes.statusCode()) {{ + + com.airbyte.api.models.operations.DeleteDestinationResponse res = new com.airbyte.api.models.operations.DeleteDestinationResponse(contentType, httpRes.statusCode(), httpRes) {{ }}; - res.rawResponse = httpRes; if (httpRes.statusCode() == 204 || httpRes.statusCode() == 403 || httpRes.statusCode() == 404) { } @@ -120,11 +118,10 @@ public com.airbyte.api.models.operations.GetDestinationResponse getDestination(c HttpResponse httpRes = client.send(req); String contentType = httpRes.headers().firstValue("Content-Type").orElse("application/octet-stream"); - - com.airbyte.api.models.operations.GetDestinationResponse res = new com.airbyte.api.models.operations.GetDestinationResponse(contentType, httpRes.statusCode()) {{ + + com.airbyte.api.models.operations.GetDestinationResponse res = new com.airbyte.api.models.operations.GetDestinationResponse(contentType, httpRes.statusCode(), httpRes) {{ destinationResponse = null; }}; - res.rawResponse = httpRes; if (httpRes.statusCode() == 200) { if (com.airbyte.api.utils.Utils.matchContentType(contentType, "application/json")) { @@ -167,11 +164,10 @@ public com.airbyte.api.models.operations.ListDestinationsResponse listDestinatio HttpResponse httpRes = client.send(req); String contentType = httpRes.headers().firstValue("Content-Type").orElse("application/octet-stream"); - - com.airbyte.api.models.operations.ListDestinationsResponse res = new com.airbyte.api.models.operations.ListDestinationsResponse(contentType, httpRes.statusCode()) {{ + + com.airbyte.api.models.operations.ListDestinationsResponse res = new com.airbyte.api.models.operations.ListDestinationsResponse(contentType, httpRes.statusCode(), httpRes) {{ destinationsResponse = null; }}; - res.rawResponse = httpRes; if (httpRes.statusCode() == 200) { if (com.airbyte.api.utils.Utils.matchContentType(contentType, "application/json")) { @@ -210,11 +206,10 @@ public com.airbyte.api.models.operations.PatchDestinationResponse patchDestinati HttpResponse httpRes = client.send(req); String contentType = httpRes.headers().firstValue("Content-Type").orElse("application/octet-stream"); - - com.airbyte.api.models.operations.PatchDestinationResponse res = new com.airbyte.api.models.operations.PatchDestinationResponse(contentType, httpRes.statusCode()) {{ + + com.airbyte.api.models.operations.PatchDestinationResponse res = new com.airbyte.api.models.operations.PatchDestinationResponse(contentType, httpRes.statusCode(), httpRes) {{ destinationResponse = null; }}; - res.rawResponse = httpRes; if (httpRes.statusCode() == 200) { if (com.airbyte.api.utils.Utils.matchContentType(contentType, "application/json")) { @@ -253,11 +248,10 @@ public com.airbyte.api.models.operations.PutDestinationResponse putDestination(c HttpResponse httpRes = client.send(req); String contentType = httpRes.headers().firstValue("Content-Type").orElse("application/octet-stream"); - - com.airbyte.api.models.operations.PutDestinationResponse res = new com.airbyte.api.models.operations.PutDestinationResponse(contentType, httpRes.statusCode()) {{ + + com.airbyte.api.models.operations.PutDestinationResponse res = new com.airbyte.api.models.operations.PutDestinationResponse(contentType, httpRes.statusCode(), httpRes) {{ destinationResponse = null; }}; - res.rawResponse = httpRes; if (httpRes.statusCode() == 200) { if (com.airbyte.api.utils.Utils.matchContentType(contentType, "application/json")) { diff --git a/lib/src/main/java/com/airbyte/api/Jobs.java b/lib/src/main/java/com/airbyte/api/Jobs.java index d4a977783..8ef25df5f 100644 --- a/lib/src/main/java/com/airbyte/api/Jobs.java +++ b/lib/src/main/java/com/airbyte/api/Jobs.java @@ -43,11 +43,10 @@ public com.airbyte.api.models.operations.CancelJobResponse cancelJob(com.airbyte HttpResponse httpRes = client.send(req); String contentType = httpRes.headers().firstValue("Content-Type").orElse("application/octet-stream"); - - com.airbyte.api.models.operations.CancelJobResponse res = new com.airbyte.api.models.operations.CancelJobResponse(contentType, httpRes.statusCode()) {{ + + com.airbyte.api.models.operations.CancelJobResponse res = new com.airbyte.api.models.operations.CancelJobResponse(contentType, httpRes.statusCode(), httpRes) {{ jobResponse = null; }}; - res.rawResponse = httpRes; if (httpRes.statusCode() == 200) { if (com.airbyte.api.utils.Utils.matchContentType(contentType, "application/json")) { @@ -89,11 +88,10 @@ public com.airbyte.api.models.operations.CreateJobResponse createJob(com.airbyte HttpResponse httpRes = client.send(req); String contentType = httpRes.headers().firstValue("Content-Type").orElse("application/octet-stream"); - - com.airbyte.api.models.operations.CreateJobResponse res = new com.airbyte.api.models.operations.CreateJobResponse(contentType, httpRes.statusCode()) {{ + + com.airbyte.api.models.operations.CreateJobResponse res = new com.airbyte.api.models.operations.CreateJobResponse(contentType, httpRes.statusCode(), httpRes) {{ jobResponse = null; }}; - res.rawResponse = httpRes; if (httpRes.statusCode() == 200) { if (com.airbyte.api.utils.Utils.matchContentType(contentType, "application/json")) { @@ -130,11 +128,10 @@ public com.airbyte.api.models.operations.GetJobResponse getJob(com.airbyte.api.m HttpResponse httpRes = client.send(req); String contentType = httpRes.headers().firstValue("Content-Type").orElse("application/octet-stream"); - - com.airbyte.api.models.operations.GetJobResponse res = new com.airbyte.api.models.operations.GetJobResponse(contentType, httpRes.statusCode()) {{ + + com.airbyte.api.models.operations.GetJobResponse res = new com.airbyte.api.models.operations.GetJobResponse(contentType, httpRes.statusCode(), httpRes) {{ jobResponse = null; }}; - res.rawResponse = httpRes; if (httpRes.statusCode() == 200) { if (com.airbyte.api.utils.Utils.matchContentType(contentType, "application/json")) { @@ -177,11 +174,10 @@ public com.airbyte.api.models.operations.ListJobsResponse listJobs(com.airbyte.a HttpResponse httpRes = client.send(req); String contentType = httpRes.headers().firstValue("Content-Type").orElse("application/octet-stream"); - - com.airbyte.api.models.operations.ListJobsResponse res = new com.airbyte.api.models.operations.ListJobsResponse(contentType, httpRes.statusCode()) {{ + + com.airbyte.api.models.operations.ListJobsResponse res = new com.airbyte.api.models.operations.ListJobsResponse(contentType, httpRes.statusCode(), httpRes) {{ jobsResponse = null; }}; - res.rawResponse = httpRes; if (httpRes.statusCode() == 200) { if (com.airbyte.api.utils.Utils.matchContentType(contentType, "application/json")) { diff --git a/lib/src/main/java/com/airbyte/api/SDKConfiguration.java b/lib/src/main/java/com/airbyte/api/SDKConfiguration.java index a839cbb8c..9b538640d 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.45.1"; - public String genVersion = "2.188.3"; - public String userAgent = "speakeasy-sdk/java 0.45.1 2.188.3 1.0.0 "; + public String sdkVersion = "0.46.0"; + public String genVersion = "2.195.2"; + public String userAgent = "speakeasy-sdk/java 0.46.0 2.195.2 1.0.0 "; } \ No newline at end of file diff --git a/lib/src/main/java/com/airbyte/api/Sources.java b/lib/src/main/java/com/airbyte/api/Sources.java index 81a70b9a9..dd44bbb92 100644 --- a/lib/src/main/java/com/airbyte/api/Sources.java +++ b/lib/src/main/java/com/airbyte/api/Sources.java @@ -46,11 +46,10 @@ public com.airbyte.api.models.operations.CreateSourceResponse createSource(com.a HttpResponse httpRes = client.send(req); String contentType = httpRes.headers().firstValue("Content-Type").orElse("application/octet-stream"); - - com.airbyte.api.models.operations.CreateSourceResponse res = new com.airbyte.api.models.operations.CreateSourceResponse(contentType, httpRes.statusCode()) {{ + + com.airbyte.api.models.operations.CreateSourceResponse res = new com.airbyte.api.models.operations.CreateSourceResponse(contentType, httpRes.statusCode(), httpRes) {{ sourceResponse = null; }}; - res.rawResponse = httpRes; if (httpRes.statusCode() == 200) { if (com.airbyte.api.utils.Utils.matchContentType(contentType, "application/json")) { @@ -87,10 +86,9 @@ public com.airbyte.api.models.operations.DeleteSourceResponse deleteSource(com.a HttpResponse httpRes = client.send(req); String contentType = httpRes.headers().firstValue("Content-Type").orElse("application/octet-stream"); - - com.airbyte.api.models.operations.DeleteSourceResponse res = new com.airbyte.api.models.operations.DeleteSourceResponse(contentType, httpRes.statusCode()) {{ + + com.airbyte.api.models.operations.DeleteSourceResponse res = new com.airbyte.api.models.operations.DeleteSourceResponse(contentType, httpRes.statusCode(), httpRes) {{ }}; - res.rawResponse = httpRes; if (httpRes.statusCode() == 204 || httpRes.statusCode() == 403 || httpRes.statusCode() == 404) { } @@ -120,11 +118,10 @@ public com.airbyte.api.models.operations.GetSourceResponse getSource(com.airbyte HttpResponse httpRes = client.send(req); String contentType = httpRes.headers().firstValue("Content-Type").orElse("application/octet-stream"); - - com.airbyte.api.models.operations.GetSourceResponse res = new com.airbyte.api.models.operations.GetSourceResponse(contentType, httpRes.statusCode()) {{ + + com.airbyte.api.models.operations.GetSourceResponse res = new com.airbyte.api.models.operations.GetSourceResponse(contentType, httpRes.statusCode(), httpRes) {{ sourceResponse = null; }}; - res.rawResponse = httpRes; if (httpRes.statusCode() == 200) { if (com.airbyte.api.utils.Utils.matchContentType(contentType, "application/json")) { @@ -171,10 +168,9 @@ public com.airbyte.api.models.operations.InitiateOAuthResponse initiateOAuth(com HttpResponse httpRes = client.send(req); String contentType = httpRes.headers().firstValue("Content-Type").orElse("application/octet-stream"); - - com.airbyte.api.models.operations.InitiateOAuthResponse res = new com.airbyte.api.models.operations.InitiateOAuthResponse(contentType, httpRes.statusCode()) {{ + + com.airbyte.api.models.operations.InitiateOAuthResponse res = new com.airbyte.api.models.operations.InitiateOAuthResponse(contentType, httpRes.statusCode(), httpRes) {{ }}; - res.rawResponse = httpRes; if (httpRes.statusCode() == 200 || httpRes.statusCode() == 400 || httpRes.statusCode() == 403) { } @@ -210,11 +206,10 @@ public com.airbyte.api.models.operations.ListSourcesResponse listSources(com.air HttpResponse httpRes = client.send(req); String contentType = httpRes.headers().firstValue("Content-Type").orElse("application/octet-stream"); - - com.airbyte.api.models.operations.ListSourcesResponse res = new com.airbyte.api.models.operations.ListSourcesResponse(contentType, httpRes.statusCode()) {{ + + com.airbyte.api.models.operations.ListSourcesResponse res = new com.airbyte.api.models.operations.ListSourcesResponse(contentType, httpRes.statusCode(), httpRes) {{ sourcesResponse = null; }}; - res.rawResponse = httpRes; if (httpRes.statusCode() == 200) { if (com.airbyte.api.utils.Utils.matchContentType(contentType, "application/json")) { @@ -253,11 +248,10 @@ public com.airbyte.api.models.operations.PatchSourceResponse patchSource(com.air HttpResponse httpRes = client.send(req); String contentType = httpRes.headers().firstValue("Content-Type").orElse("application/octet-stream"); - - com.airbyte.api.models.operations.PatchSourceResponse res = new com.airbyte.api.models.operations.PatchSourceResponse(contentType, httpRes.statusCode()) {{ + + com.airbyte.api.models.operations.PatchSourceResponse res = new com.airbyte.api.models.operations.PatchSourceResponse(contentType, httpRes.statusCode(), httpRes) {{ sourceResponse = null; }}; - res.rawResponse = httpRes; if (httpRes.statusCode() == 200) { if (com.airbyte.api.utils.Utils.matchContentType(contentType, "application/json")) { @@ -296,11 +290,10 @@ public com.airbyte.api.models.operations.PutSourceResponse putSource(com.airbyte HttpResponse httpRes = client.send(req); String contentType = httpRes.headers().firstValue("Content-Type").orElse("application/octet-stream"); - - com.airbyte.api.models.operations.PutSourceResponse res = new com.airbyte.api.models.operations.PutSourceResponse(contentType, httpRes.statusCode()) {{ + + com.airbyte.api.models.operations.PutSourceResponse res = new com.airbyte.api.models.operations.PutSourceResponse(contentType, httpRes.statusCode(), httpRes) {{ sourceResponse = null; }}; - res.rawResponse = httpRes; if (httpRes.statusCode() == 200) { if (com.airbyte.api.utils.Utils.matchContentType(contentType, "application/json")) { diff --git a/lib/src/main/java/com/airbyte/api/Streams.java b/lib/src/main/java/com/airbyte/api/Streams.java index 50e0d3e06..fb9e3747a 100644 --- a/lib/src/main/java/com/airbyte/api/Streams.java +++ b/lib/src/main/java/com/airbyte/api/Streams.java @@ -48,11 +48,10 @@ public com.airbyte.api.models.operations.GetStreamPropertiesResponse getStreamPr HttpResponse httpRes = client.send(req); String contentType = httpRes.headers().firstValue("Content-Type").orElse("application/octet-stream"); - - com.airbyte.api.models.operations.GetStreamPropertiesResponse res = new com.airbyte.api.models.operations.GetStreamPropertiesResponse(contentType, httpRes.statusCode()) {{ + + com.airbyte.api.models.operations.GetStreamPropertiesResponse res = new com.airbyte.api.models.operations.GetStreamPropertiesResponse(contentType, httpRes.statusCode(), httpRes) {{ streamPropertiesResponse = null; }}; - res.rawResponse = httpRes; if (httpRes.statusCode() == 200) { if (com.airbyte.api.utils.Utils.matchContentType(contentType, "application/json")) { diff --git a/lib/src/main/java/com/airbyte/api/Workspaces.java b/lib/src/main/java/com/airbyte/api/Workspaces.java index eb8198587..68ced7c4e 100644 --- a/lib/src/main/java/com/airbyte/api/Workspaces.java +++ b/lib/src/main/java/com/airbyte/api/Workspaces.java @@ -50,10 +50,9 @@ public com.airbyte.api.models.operations.CreateOrUpdateWorkspaceOAuthCredentials HttpResponse httpRes = client.send(req); String contentType = httpRes.headers().firstValue("Content-Type").orElse("application/octet-stream"); - - com.airbyte.api.models.operations.CreateOrUpdateWorkspaceOAuthCredentialsResponse res = new com.airbyte.api.models.operations.CreateOrUpdateWorkspaceOAuthCredentialsResponse(contentType, httpRes.statusCode()) {{ + + com.airbyte.api.models.operations.CreateOrUpdateWorkspaceOAuthCredentialsResponse res = new com.airbyte.api.models.operations.CreateOrUpdateWorkspaceOAuthCredentialsResponse(contentType, httpRes.statusCode(), httpRes) {{ }}; - res.rawResponse = httpRes; if (httpRes.statusCode() == 200 || httpRes.statusCode() == 400 || httpRes.statusCode() == 403) { } @@ -88,11 +87,10 @@ public com.airbyte.api.models.operations.CreateWorkspaceResponse createWorkspace HttpResponse httpRes = client.send(req); String contentType = httpRes.headers().firstValue("Content-Type").orElse("application/octet-stream"); - - com.airbyte.api.models.operations.CreateWorkspaceResponse res = new com.airbyte.api.models.operations.CreateWorkspaceResponse(contentType, httpRes.statusCode()) {{ + + com.airbyte.api.models.operations.CreateWorkspaceResponse res = new com.airbyte.api.models.operations.CreateWorkspaceResponse(contentType, httpRes.statusCode(), httpRes) {{ workspaceResponse = null; }}; - res.rawResponse = httpRes; if (httpRes.statusCode() == 200) { if (com.airbyte.api.utils.Utils.matchContentType(contentType, "application/json")) { @@ -129,10 +127,9 @@ public com.airbyte.api.models.operations.DeleteWorkspaceResponse deleteWorkspace HttpResponse httpRes = client.send(req); String contentType = httpRes.headers().firstValue("Content-Type").orElse("application/octet-stream"); - - com.airbyte.api.models.operations.DeleteWorkspaceResponse res = new com.airbyte.api.models.operations.DeleteWorkspaceResponse(contentType, httpRes.statusCode()) {{ + + com.airbyte.api.models.operations.DeleteWorkspaceResponse res = new com.airbyte.api.models.operations.DeleteWorkspaceResponse(contentType, httpRes.statusCode(), httpRes) {{ }}; - res.rawResponse = httpRes; if (httpRes.statusCode() == 204 || httpRes.statusCode() == 403 || httpRes.statusCode() == 404) { } @@ -162,11 +159,10 @@ public com.airbyte.api.models.operations.GetWorkspaceResponse getWorkspace(com.a HttpResponse httpRes = client.send(req); String contentType = httpRes.headers().firstValue("Content-Type").orElse("application/octet-stream"); - - com.airbyte.api.models.operations.GetWorkspaceResponse res = new com.airbyte.api.models.operations.GetWorkspaceResponse(contentType, httpRes.statusCode()) {{ + + com.airbyte.api.models.operations.GetWorkspaceResponse res = new com.airbyte.api.models.operations.GetWorkspaceResponse(contentType, httpRes.statusCode(), httpRes) {{ workspaceResponse = null; }}; - res.rawResponse = httpRes; if (httpRes.statusCode() == 200) { if (com.airbyte.api.utils.Utils.matchContentType(contentType, "application/json")) { @@ -209,11 +205,10 @@ public com.airbyte.api.models.operations.ListWorkspacesResponse listWorkspaces(c HttpResponse httpRes = client.send(req); String contentType = httpRes.headers().firstValue("Content-Type").orElse("application/octet-stream"); - - com.airbyte.api.models.operations.ListWorkspacesResponse res = new com.airbyte.api.models.operations.ListWorkspacesResponse(contentType, httpRes.statusCode()) {{ + + com.airbyte.api.models.operations.ListWorkspacesResponse res = new com.airbyte.api.models.operations.ListWorkspacesResponse(contentType, httpRes.statusCode(), httpRes) {{ workspacesResponse = null; }}; - res.rawResponse = httpRes; if (httpRes.statusCode() == 200) { if (com.airbyte.api.utils.Utils.matchContentType(contentType, "application/json")) { @@ -255,11 +250,10 @@ public com.airbyte.api.models.operations.UpdateWorkspaceResponse updateWorkspace HttpResponse httpRes = client.send(req); String contentType = httpRes.headers().firstValue("Content-Type").orElse("application/octet-stream"); - - com.airbyte.api.models.operations.UpdateWorkspaceResponse res = new com.airbyte.api.models.operations.UpdateWorkspaceResponse(contentType, httpRes.statusCode()) {{ + + com.airbyte.api.models.operations.UpdateWorkspaceResponse res = new com.airbyte.api.models.operations.UpdateWorkspaceResponse(contentType, httpRes.statusCode(), httpRes) {{ workspaceResponse = null; }}; - res.rawResponse = httpRes; if (httpRes.statusCode() == 200) { if (com.airbyte.api.utils.Utils.matchContentType(contentType, "application/json")) { diff --git a/lib/src/main/java/com/airbyte/api/models/operations/CancelJobResponse.java b/lib/src/main/java/com/airbyte/api/models/operations/CancelJobResponse.java index c2b86ca0d..81dab1014 100644 --- a/lib/src/main/java/com/airbyte/api/models/operations/CancelJobResponse.java +++ b/lib/src/main/java/com/airbyte/api/models/operations/CancelJobResponse.java @@ -53,8 +53,9 @@ public CancelJobResponse withRawResponse(HttpResponse rawResponse) { return this; } - public CancelJobResponse(@JsonProperty("ContentType") String contentType, @JsonProperty("StatusCode") Integer statusCode) { + public CancelJobResponse(@JsonProperty("ContentType") String contentType, @JsonProperty("StatusCode") Integer statusCode, @JsonProperty("RawResponse") HttpResponse rawResponse) { this.contentType = contentType; this.statusCode = statusCode; + this.rawResponse = rawResponse; } } diff --git a/lib/src/main/java/com/airbyte/api/models/operations/CreateConnectionResponse.java b/lib/src/main/java/com/airbyte/api/models/operations/CreateConnectionResponse.java index ce94112f6..057de77c3 100644 --- a/lib/src/main/java/com/airbyte/api/models/operations/CreateConnectionResponse.java +++ b/lib/src/main/java/com/airbyte/api/models/operations/CreateConnectionResponse.java @@ -53,8 +53,9 @@ public CreateConnectionResponse withRawResponse(HttpResponse rawResponse return this; } - public CreateConnectionResponse(@JsonProperty("ContentType") String contentType, @JsonProperty("StatusCode") Integer statusCode) { + public CreateConnectionResponse(@JsonProperty("ContentType") String contentType, @JsonProperty("StatusCode") Integer statusCode, @JsonProperty("RawResponse") HttpResponse rawResponse) { this.contentType = contentType; this.statusCode = statusCode; + this.rawResponse = rawResponse; } } diff --git a/lib/src/main/java/com/airbyte/api/models/operations/CreateDestinationResponse.java b/lib/src/main/java/com/airbyte/api/models/operations/CreateDestinationResponse.java index 3e784e81e..c6e0b4e5d 100644 --- a/lib/src/main/java/com/airbyte/api/models/operations/CreateDestinationResponse.java +++ b/lib/src/main/java/com/airbyte/api/models/operations/CreateDestinationResponse.java @@ -53,8 +53,9 @@ public CreateDestinationResponse withRawResponse(HttpResponse rawRespons return this; } - public CreateDestinationResponse(@JsonProperty("ContentType") String contentType, @JsonProperty("StatusCode") Integer statusCode) { + public CreateDestinationResponse(@JsonProperty("ContentType") String contentType, @JsonProperty("StatusCode") Integer statusCode, @JsonProperty("RawResponse") HttpResponse rawResponse) { this.contentType = contentType; this.statusCode = statusCode; + this.rawResponse = rawResponse; } } diff --git a/lib/src/main/java/com/airbyte/api/models/operations/CreateJobResponse.java b/lib/src/main/java/com/airbyte/api/models/operations/CreateJobResponse.java index 02095249e..98946cf16 100644 --- a/lib/src/main/java/com/airbyte/api/models/operations/CreateJobResponse.java +++ b/lib/src/main/java/com/airbyte/api/models/operations/CreateJobResponse.java @@ -53,8 +53,9 @@ public CreateJobResponse withRawResponse(HttpResponse rawResponse) { return this; } - public CreateJobResponse(@JsonProperty("ContentType") String contentType, @JsonProperty("StatusCode") Integer statusCode) { + public CreateJobResponse(@JsonProperty("ContentType") String contentType, @JsonProperty("StatusCode") Integer statusCode, @JsonProperty("RawResponse") HttpResponse rawResponse) { this.contentType = contentType; this.statusCode = statusCode; + this.rawResponse = rawResponse; } } diff --git a/lib/src/main/java/com/airbyte/api/models/operations/CreateOrUpdateWorkspaceOAuthCredentialsResponse.java b/lib/src/main/java/com/airbyte/api/models/operations/CreateOrUpdateWorkspaceOAuthCredentialsResponse.java index 0e5b8f5c6..e44d2363d 100644 --- a/lib/src/main/java/com/airbyte/api/models/operations/CreateOrUpdateWorkspaceOAuthCredentialsResponse.java +++ b/lib/src/main/java/com/airbyte/api/models/operations/CreateOrUpdateWorkspaceOAuthCredentialsResponse.java @@ -42,8 +42,9 @@ public CreateOrUpdateWorkspaceOAuthCredentialsResponse withRawResponse(HttpRespo return this; } - public CreateOrUpdateWorkspaceOAuthCredentialsResponse(@JsonProperty("ContentType") String contentType, @JsonProperty("StatusCode") Integer statusCode) { + public CreateOrUpdateWorkspaceOAuthCredentialsResponse(@JsonProperty("ContentType") String contentType, @JsonProperty("StatusCode") Integer statusCode, @JsonProperty("RawResponse") HttpResponse rawResponse) { this.contentType = contentType; this.statusCode = statusCode; + this.rawResponse = rawResponse; } } diff --git a/lib/src/main/java/com/airbyte/api/models/operations/CreateSourceResponse.java b/lib/src/main/java/com/airbyte/api/models/operations/CreateSourceResponse.java index 0a2e92d09..bc90f58ad 100644 --- a/lib/src/main/java/com/airbyte/api/models/operations/CreateSourceResponse.java +++ b/lib/src/main/java/com/airbyte/api/models/operations/CreateSourceResponse.java @@ -53,8 +53,9 @@ public CreateSourceResponse withRawResponse(HttpResponse rawResponse) { return this; } - public CreateSourceResponse(@JsonProperty("ContentType") String contentType, @JsonProperty("StatusCode") Integer statusCode) { + public CreateSourceResponse(@JsonProperty("ContentType") String contentType, @JsonProperty("StatusCode") Integer statusCode, @JsonProperty("RawResponse") HttpResponse rawResponse) { this.contentType = contentType; this.statusCode = statusCode; + this.rawResponse = rawResponse; } } diff --git a/lib/src/main/java/com/airbyte/api/models/operations/CreateWorkspaceResponse.java b/lib/src/main/java/com/airbyte/api/models/operations/CreateWorkspaceResponse.java index e434c31d7..e1fd07da5 100644 --- a/lib/src/main/java/com/airbyte/api/models/operations/CreateWorkspaceResponse.java +++ b/lib/src/main/java/com/airbyte/api/models/operations/CreateWorkspaceResponse.java @@ -53,8 +53,9 @@ public CreateWorkspaceResponse withWorkspaceResponse(com.airbyte.api.models.shar return this; } - public CreateWorkspaceResponse(@JsonProperty("ContentType") String contentType, @JsonProperty("StatusCode") Integer statusCode) { + public CreateWorkspaceResponse(@JsonProperty("ContentType") String contentType, @JsonProperty("StatusCode") Integer statusCode, @JsonProperty("RawResponse") HttpResponse rawResponse) { this.contentType = contentType; this.statusCode = statusCode; + this.rawResponse = rawResponse; } } diff --git a/lib/src/main/java/com/airbyte/api/models/operations/DeleteConnectionResponse.java b/lib/src/main/java/com/airbyte/api/models/operations/DeleteConnectionResponse.java index 40b124919..cb5c5450d 100644 --- a/lib/src/main/java/com/airbyte/api/models/operations/DeleteConnectionResponse.java +++ b/lib/src/main/java/com/airbyte/api/models/operations/DeleteConnectionResponse.java @@ -42,8 +42,9 @@ public DeleteConnectionResponse withRawResponse(HttpResponse rawResponse return this; } - public DeleteConnectionResponse(@JsonProperty("ContentType") String contentType, @JsonProperty("StatusCode") Integer statusCode) { + public DeleteConnectionResponse(@JsonProperty("ContentType") String contentType, @JsonProperty("StatusCode") Integer statusCode, @JsonProperty("RawResponse") HttpResponse rawResponse) { this.contentType = contentType; this.statusCode = statusCode; + this.rawResponse = rawResponse; } } diff --git a/lib/src/main/java/com/airbyte/api/models/operations/DeleteDestinationResponse.java b/lib/src/main/java/com/airbyte/api/models/operations/DeleteDestinationResponse.java index d4b83b859..413cf705f 100644 --- a/lib/src/main/java/com/airbyte/api/models/operations/DeleteDestinationResponse.java +++ b/lib/src/main/java/com/airbyte/api/models/operations/DeleteDestinationResponse.java @@ -42,8 +42,9 @@ public DeleteDestinationResponse withRawResponse(HttpResponse rawRespons return this; } - public DeleteDestinationResponse(@JsonProperty("ContentType") String contentType, @JsonProperty("StatusCode") Integer statusCode) { + public DeleteDestinationResponse(@JsonProperty("ContentType") String contentType, @JsonProperty("StatusCode") Integer statusCode, @JsonProperty("RawResponse") HttpResponse rawResponse) { this.contentType = contentType; this.statusCode = statusCode; + this.rawResponse = rawResponse; } } diff --git a/lib/src/main/java/com/airbyte/api/models/operations/DeleteSourceResponse.java b/lib/src/main/java/com/airbyte/api/models/operations/DeleteSourceResponse.java index 4a70c97a0..49cb18306 100644 --- a/lib/src/main/java/com/airbyte/api/models/operations/DeleteSourceResponse.java +++ b/lib/src/main/java/com/airbyte/api/models/operations/DeleteSourceResponse.java @@ -42,8 +42,9 @@ public DeleteSourceResponse withRawResponse(HttpResponse rawResponse) { return this; } - public DeleteSourceResponse(@JsonProperty("ContentType") String contentType, @JsonProperty("StatusCode") Integer statusCode) { + public DeleteSourceResponse(@JsonProperty("ContentType") String contentType, @JsonProperty("StatusCode") Integer statusCode, @JsonProperty("RawResponse") HttpResponse rawResponse) { this.contentType = contentType; this.statusCode = statusCode; + this.rawResponse = rawResponse; } } diff --git a/lib/src/main/java/com/airbyte/api/models/operations/DeleteWorkspaceResponse.java b/lib/src/main/java/com/airbyte/api/models/operations/DeleteWorkspaceResponse.java index 69fc0cf6b..1caa8d674 100644 --- a/lib/src/main/java/com/airbyte/api/models/operations/DeleteWorkspaceResponse.java +++ b/lib/src/main/java/com/airbyte/api/models/operations/DeleteWorkspaceResponse.java @@ -42,8 +42,9 @@ public DeleteWorkspaceResponse withRawResponse(HttpResponse rawResponse) return this; } - public DeleteWorkspaceResponse(@JsonProperty("ContentType") String contentType, @JsonProperty("StatusCode") Integer statusCode) { + public DeleteWorkspaceResponse(@JsonProperty("ContentType") String contentType, @JsonProperty("StatusCode") Integer statusCode, @JsonProperty("RawResponse") HttpResponse rawResponse) { this.contentType = contentType; this.statusCode = statusCode; + this.rawResponse = rawResponse; } } diff --git a/lib/src/main/java/com/airbyte/api/models/operations/GetConnectionResponse.java b/lib/src/main/java/com/airbyte/api/models/operations/GetConnectionResponse.java index a96a83bd2..d5e8ecc00 100644 --- a/lib/src/main/java/com/airbyte/api/models/operations/GetConnectionResponse.java +++ b/lib/src/main/java/com/airbyte/api/models/operations/GetConnectionResponse.java @@ -53,8 +53,9 @@ public GetConnectionResponse withRawResponse(HttpResponse rawResponse) { return this; } - public GetConnectionResponse(@JsonProperty("ContentType") String contentType, @JsonProperty("StatusCode") Integer statusCode) { + public GetConnectionResponse(@JsonProperty("ContentType") String contentType, @JsonProperty("StatusCode") Integer statusCode, @JsonProperty("RawResponse") HttpResponse rawResponse) { this.contentType = contentType; this.statusCode = statusCode; + this.rawResponse = rawResponse; } } diff --git a/lib/src/main/java/com/airbyte/api/models/operations/GetDestinationResponse.java b/lib/src/main/java/com/airbyte/api/models/operations/GetDestinationResponse.java index b19fb0bd0..3f75c64bd 100644 --- a/lib/src/main/java/com/airbyte/api/models/operations/GetDestinationResponse.java +++ b/lib/src/main/java/com/airbyte/api/models/operations/GetDestinationResponse.java @@ -53,8 +53,9 @@ public GetDestinationResponse withRawResponse(HttpResponse rawResponse) return this; } - public GetDestinationResponse(@JsonProperty("ContentType") String contentType, @JsonProperty("StatusCode") Integer statusCode) { + public GetDestinationResponse(@JsonProperty("ContentType") String contentType, @JsonProperty("StatusCode") Integer statusCode, @JsonProperty("RawResponse") HttpResponse rawResponse) { this.contentType = contentType; this.statusCode = statusCode; + this.rawResponse = rawResponse; } } diff --git a/lib/src/main/java/com/airbyte/api/models/operations/GetJobResponse.java b/lib/src/main/java/com/airbyte/api/models/operations/GetJobResponse.java index 102c3e115..eeb6f7aa0 100644 --- a/lib/src/main/java/com/airbyte/api/models/operations/GetJobResponse.java +++ b/lib/src/main/java/com/airbyte/api/models/operations/GetJobResponse.java @@ -53,8 +53,9 @@ public GetJobResponse withRawResponse(HttpResponse rawResponse) { return this; } - public GetJobResponse(@JsonProperty("ContentType") String contentType, @JsonProperty("StatusCode") Integer statusCode) { + public GetJobResponse(@JsonProperty("ContentType") String contentType, @JsonProperty("StatusCode") Integer statusCode, @JsonProperty("RawResponse") HttpResponse rawResponse) { this.contentType = contentType; this.statusCode = statusCode; + this.rawResponse = rawResponse; } } diff --git a/lib/src/main/java/com/airbyte/api/models/operations/GetSourceResponse.java b/lib/src/main/java/com/airbyte/api/models/operations/GetSourceResponse.java index 410f37ed9..edbad3396 100644 --- a/lib/src/main/java/com/airbyte/api/models/operations/GetSourceResponse.java +++ b/lib/src/main/java/com/airbyte/api/models/operations/GetSourceResponse.java @@ -53,8 +53,9 @@ public GetSourceResponse withRawResponse(HttpResponse rawResponse) { return this; } - public GetSourceResponse(@JsonProperty("ContentType") String contentType, @JsonProperty("StatusCode") Integer statusCode) { + public GetSourceResponse(@JsonProperty("ContentType") String contentType, @JsonProperty("StatusCode") Integer statusCode, @JsonProperty("RawResponse") HttpResponse rawResponse) { this.contentType = contentType; this.statusCode = statusCode; + this.rawResponse = rawResponse; } } diff --git a/lib/src/main/java/com/airbyte/api/models/operations/GetStreamPropertiesResponse.java b/lib/src/main/java/com/airbyte/api/models/operations/GetStreamPropertiesResponse.java index 63202db91..570c64e4a 100644 --- a/lib/src/main/java/com/airbyte/api/models/operations/GetStreamPropertiesResponse.java +++ b/lib/src/main/java/com/airbyte/api/models/operations/GetStreamPropertiesResponse.java @@ -53,8 +53,9 @@ public GetStreamPropertiesResponse withStreamPropertiesResponse(com.airbyte.api. return this; } - public GetStreamPropertiesResponse(@JsonProperty("ContentType") String contentType, @JsonProperty("StatusCode") Integer statusCode) { + public GetStreamPropertiesResponse(@JsonProperty("ContentType") String contentType, @JsonProperty("StatusCode") Integer statusCode, @JsonProperty("RawResponse") HttpResponse rawResponse) { this.contentType = contentType; this.statusCode = statusCode; + this.rawResponse = rawResponse; } } diff --git a/lib/src/main/java/com/airbyte/api/models/operations/GetWorkspaceResponse.java b/lib/src/main/java/com/airbyte/api/models/operations/GetWorkspaceResponse.java index 54660cee7..6c6854bd8 100644 --- a/lib/src/main/java/com/airbyte/api/models/operations/GetWorkspaceResponse.java +++ b/lib/src/main/java/com/airbyte/api/models/operations/GetWorkspaceResponse.java @@ -53,8 +53,9 @@ public GetWorkspaceResponse withWorkspaceResponse(com.airbyte.api.models.shared. return this; } - public GetWorkspaceResponse(@JsonProperty("ContentType") String contentType, @JsonProperty("StatusCode") Integer statusCode) { + public GetWorkspaceResponse(@JsonProperty("ContentType") String contentType, @JsonProperty("StatusCode") Integer statusCode, @JsonProperty("RawResponse") HttpResponse rawResponse) { this.contentType = contentType; this.statusCode = statusCode; + this.rawResponse = rawResponse; } } diff --git a/lib/src/main/java/com/airbyte/api/models/operations/InitiateOAuthResponse.java b/lib/src/main/java/com/airbyte/api/models/operations/InitiateOAuthResponse.java index bc962c703..534298376 100644 --- a/lib/src/main/java/com/airbyte/api/models/operations/InitiateOAuthResponse.java +++ b/lib/src/main/java/com/airbyte/api/models/operations/InitiateOAuthResponse.java @@ -42,8 +42,9 @@ public InitiateOAuthResponse withRawResponse(HttpResponse rawResponse) { return this; } - public InitiateOAuthResponse(@JsonProperty("ContentType") String contentType, @JsonProperty("StatusCode") Integer statusCode) { + public InitiateOAuthResponse(@JsonProperty("ContentType") String contentType, @JsonProperty("StatusCode") Integer statusCode, @JsonProperty("RawResponse") HttpResponse rawResponse) { this.contentType = contentType; this.statusCode = statusCode; + this.rawResponse = rawResponse; } } diff --git a/lib/src/main/java/com/airbyte/api/models/operations/ListConnectionsResponse.java b/lib/src/main/java/com/airbyte/api/models/operations/ListConnectionsResponse.java index 0f9a25a64..4bdd9cc61 100644 --- a/lib/src/main/java/com/airbyte/api/models/operations/ListConnectionsResponse.java +++ b/lib/src/main/java/com/airbyte/api/models/operations/ListConnectionsResponse.java @@ -53,8 +53,9 @@ public ListConnectionsResponse withRawResponse(HttpResponse rawResponse) return this; } - public ListConnectionsResponse(@JsonProperty("ContentType") String contentType, @JsonProperty("StatusCode") Integer statusCode) { + public ListConnectionsResponse(@JsonProperty("ContentType") String contentType, @JsonProperty("StatusCode") Integer statusCode, @JsonProperty("RawResponse") HttpResponse rawResponse) { this.contentType = contentType; this.statusCode = statusCode; + this.rawResponse = rawResponse; } } diff --git a/lib/src/main/java/com/airbyte/api/models/operations/ListDestinationsResponse.java b/lib/src/main/java/com/airbyte/api/models/operations/ListDestinationsResponse.java index 3bb1d2bc6..833e93029 100644 --- a/lib/src/main/java/com/airbyte/api/models/operations/ListDestinationsResponse.java +++ b/lib/src/main/java/com/airbyte/api/models/operations/ListDestinationsResponse.java @@ -53,8 +53,9 @@ public ListDestinationsResponse withRawResponse(HttpResponse rawResponse return this; } - public ListDestinationsResponse(@JsonProperty("ContentType") String contentType, @JsonProperty("StatusCode") Integer statusCode) { + public ListDestinationsResponse(@JsonProperty("ContentType") String contentType, @JsonProperty("StatusCode") Integer statusCode, @JsonProperty("RawResponse") HttpResponse rawResponse) { this.contentType = contentType; this.statusCode = statusCode; + this.rawResponse = rawResponse; } } diff --git a/lib/src/main/java/com/airbyte/api/models/operations/ListJobsResponse.java b/lib/src/main/java/com/airbyte/api/models/operations/ListJobsResponse.java index 36e16492e..c2c621138 100644 --- a/lib/src/main/java/com/airbyte/api/models/operations/ListJobsResponse.java +++ b/lib/src/main/java/com/airbyte/api/models/operations/ListJobsResponse.java @@ -53,8 +53,9 @@ public ListJobsResponse withRawResponse(HttpResponse rawResponse) { return this; } - public ListJobsResponse(@JsonProperty("ContentType") String contentType, @JsonProperty("StatusCode") Integer statusCode) { + public ListJobsResponse(@JsonProperty("ContentType") String contentType, @JsonProperty("StatusCode") Integer statusCode, @JsonProperty("RawResponse") HttpResponse rawResponse) { this.contentType = contentType; this.statusCode = statusCode; + this.rawResponse = rawResponse; } } diff --git a/lib/src/main/java/com/airbyte/api/models/operations/ListSourcesResponse.java b/lib/src/main/java/com/airbyte/api/models/operations/ListSourcesResponse.java index 005e55f0b..e1ae75900 100644 --- a/lib/src/main/java/com/airbyte/api/models/operations/ListSourcesResponse.java +++ b/lib/src/main/java/com/airbyte/api/models/operations/ListSourcesResponse.java @@ -53,8 +53,9 @@ public ListSourcesResponse withRawResponse(HttpResponse rawResponse) { return this; } - public ListSourcesResponse(@JsonProperty("ContentType") String contentType, @JsonProperty("StatusCode") Integer statusCode) { + public ListSourcesResponse(@JsonProperty("ContentType") String contentType, @JsonProperty("StatusCode") Integer statusCode, @JsonProperty("RawResponse") HttpResponse rawResponse) { this.contentType = contentType; this.statusCode = statusCode; + this.rawResponse = rawResponse; } } diff --git a/lib/src/main/java/com/airbyte/api/models/operations/ListWorkspacesResponse.java b/lib/src/main/java/com/airbyte/api/models/operations/ListWorkspacesResponse.java index bcbcef576..3ba6b4c8e 100644 --- a/lib/src/main/java/com/airbyte/api/models/operations/ListWorkspacesResponse.java +++ b/lib/src/main/java/com/airbyte/api/models/operations/ListWorkspacesResponse.java @@ -53,8 +53,9 @@ public ListWorkspacesResponse withWorkspacesResponse(com.airbyte.api.models.shar return this; } - public ListWorkspacesResponse(@JsonProperty("ContentType") String contentType, @JsonProperty("StatusCode") Integer statusCode) { + public ListWorkspacesResponse(@JsonProperty("ContentType") String contentType, @JsonProperty("StatusCode") Integer statusCode, @JsonProperty("RawResponse") HttpResponse rawResponse) { this.contentType = contentType; this.statusCode = statusCode; + this.rawResponse = rawResponse; } } diff --git a/lib/src/main/java/com/airbyte/api/models/operations/PatchConnectionResponse.java b/lib/src/main/java/com/airbyte/api/models/operations/PatchConnectionResponse.java index 459a466fd..f335d7025 100644 --- a/lib/src/main/java/com/airbyte/api/models/operations/PatchConnectionResponse.java +++ b/lib/src/main/java/com/airbyte/api/models/operations/PatchConnectionResponse.java @@ -53,8 +53,9 @@ public PatchConnectionResponse withRawResponse(HttpResponse rawResponse) return this; } - public PatchConnectionResponse(@JsonProperty("ContentType") String contentType, @JsonProperty("StatusCode") Integer statusCode) { + public PatchConnectionResponse(@JsonProperty("ContentType") String contentType, @JsonProperty("StatusCode") Integer statusCode, @JsonProperty("RawResponse") HttpResponse rawResponse) { this.contentType = contentType; this.statusCode = statusCode; + this.rawResponse = rawResponse; } } diff --git a/lib/src/main/java/com/airbyte/api/models/operations/PatchDestinationResponse.java b/lib/src/main/java/com/airbyte/api/models/operations/PatchDestinationResponse.java index 82dc4ef80..03565f07e 100644 --- a/lib/src/main/java/com/airbyte/api/models/operations/PatchDestinationResponse.java +++ b/lib/src/main/java/com/airbyte/api/models/operations/PatchDestinationResponse.java @@ -53,8 +53,9 @@ public PatchDestinationResponse withRawResponse(HttpResponse rawResponse return this; } - public PatchDestinationResponse(@JsonProperty("ContentType") String contentType, @JsonProperty("StatusCode") Integer statusCode) { + public PatchDestinationResponse(@JsonProperty("ContentType") String contentType, @JsonProperty("StatusCode") Integer statusCode, @JsonProperty("RawResponse") HttpResponse rawResponse) { this.contentType = contentType; this.statusCode = statusCode; + this.rawResponse = rawResponse; } } diff --git a/lib/src/main/java/com/airbyte/api/models/operations/PatchSourceResponse.java b/lib/src/main/java/com/airbyte/api/models/operations/PatchSourceResponse.java index 5dee6ee13..883ea734d 100644 --- a/lib/src/main/java/com/airbyte/api/models/operations/PatchSourceResponse.java +++ b/lib/src/main/java/com/airbyte/api/models/operations/PatchSourceResponse.java @@ -53,8 +53,9 @@ public PatchSourceResponse withRawResponse(HttpResponse rawResponse) { return this; } - public PatchSourceResponse(@JsonProperty("ContentType") String contentType, @JsonProperty("StatusCode") Integer statusCode) { + public PatchSourceResponse(@JsonProperty("ContentType") String contentType, @JsonProperty("StatusCode") Integer statusCode, @JsonProperty("RawResponse") HttpResponse rawResponse) { this.contentType = contentType; this.statusCode = statusCode; + this.rawResponse = rawResponse; } } diff --git a/lib/src/main/java/com/airbyte/api/models/operations/PutDestinationResponse.java b/lib/src/main/java/com/airbyte/api/models/operations/PutDestinationResponse.java index 28229a07e..a21f2f297 100644 --- a/lib/src/main/java/com/airbyte/api/models/operations/PutDestinationResponse.java +++ b/lib/src/main/java/com/airbyte/api/models/operations/PutDestinationResponse.java @@ -53,8 +53,9 @@ public PutDestinationResponse withRawResponse(HttpResponse rawResponse) return this; } - public PutDestinationResponse(@JsonProperty("ContentType") String contentType, @JsonProperty("StatusCode") Integer statusCode) { + public PutDestinationResponse(@JsonProperty("ContentType") String contentType, @JsonProperty("StatusCode") Integer statusCode, @JsonProperty("RawResponse") HttpResponse rawResponse) { this.contentType = contentType; this.statusCode = statusCode; + this.rawResponse = rawResponse; } } diff --git a/lib/src/main/java/com/airbyte/api/models/operations/PutSourceResponse.java b/lib/src/main/java/com/airbyte/api/models/operations/PutSourceResponse.java index 54155cc1a..5a617ad14 100644 --- a/lib/src/main/java/com/airbyte/api/models/operations/PutSourceResponse.java +++ b/lib/src/main/java/com/airbyte/api/models/operations/PutSourceResponse.java @@ -53,8 +53,9 @@ public PutSourceResponse withRawResponse(HttpResponse rawResponse) { return this; } - public PutSourceResponse(@JsonProperty("ContentType") String contentType, @JsonProperty("StatusCode") Integer statusCode) { + public PutSourceResponse(@JsonProperty("ContentType") String contentType, @JsonProperty("StatusCode") Integer statusCode, @JsonProperty("RawResponse") HttpResponse rawResponse) { this.contentType = contentType; this.statusCode = statusCode; + this.rawResponse = rawResponse; } } diff --git a/lib/src/main/java/com/airbyte/api/models/operations/UpdateWorkspaceResponse.java b/lib/src/main/java/com/airbyte/api/models/operations/UpdateWorkspaceResponse.java index 78c3ea269..68e07166c 100644 --- a/lib/src/main/java/com/airbyte/api/models/operations/UpdateWorkspaceResponse.java +++ b/lib/src/main/java/com/airbyte/api/models/operations/UpdateWorkspaceResponse.java @@ -53,8 +53,9 @@ public UpdateWorkspaceResponse withWorkspaceResponse(com.airbyte.api.models.shar return this; } - public UpdateWorkspaceResponse(@JsonProperty("ContentType") String contentType, @JsonProperty("StatusCode") Integer statusCode) { + public UpdateWorkspaceResponse(@JsonProperty("ContentType") String contentType, @JsonProperty("StatusCode") Integer statusCode, @JsonProperty("RawResponse") HttpResponse rawResponse) { this.contentType = contentType; this.statusCode = statusCode; + this.rawResponse = rawResponse; } }