Skip to content

Commit 6c0d1a3

Browse files
authored
Merge pull request #75 from airbytehq/speakeasy-sdk-regen-1708733561
chore: 🐝 Update SDK - Generate
2 parents 4bff5f6 + 59229b4 commit 6c0d1a3

32 files changed

+130
-118
lines changed

.speakeasy/gen.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ management:
44
docChecksum: f32864912d3a716aa1b28aee6ebab024
55
docVersion: 1.0.0
66
speakeasyVersion: internal
7-
generationVersion: 2.263.3
8-
releaseVersion: 0.49.2
9-
configChecksum: ac99cc2f7096cb5666efe965394acd4f
7+
generationVersion: 2.272.4
8+
releaseVersion: 0.49.3
9+
configChecksum: 7c8efa79420174b8a11ee9539f5dd493
1010
repoURL: https://github.com/airbytehq/airbyte-api-java-sdk.git
1111
repoSubDirectory: .
1212
published: true
1313
features:
1414
java:
15-
core: 3.5.1
16-
globalSecurity: 2.81.2
15+
core: 3.5.2
16+
globalSecurity: 2.81.3
1717
globalServerURLs: 2.82.1
1818
generatedFiles:
1919
- lib/src/main/java/com/airbyte/api/SDKConfiguration.java

README.md

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

2323
```groovy
24-
implementation 'com.airbyte.api:public-api:0.49.2'
24+
implementation 'com.airbyte.api:public-api:0.49.3'
2525
```
2626
<!-- End SDK Installation [installation] -->
2727

RELEASES.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1011,4 +1011,14 @@ Based on:
10111011
### Generated
10121012
- [java v0.49.2] .
10131013
### Releases
1014-
- [Maven Central v0.49.2] https://central.sonatype.com/artifact/com.airbyte/api/0.49.2 - .
1014+
- [Maven Central v0.49.2] https://central.sonatype.com/artifact/com.airbyte/api/0.49.2 - .
1015+
1016+
## 2024-02-24 00:12:39
1017+
### Changes
1018+
Based on:
1019+
- OpenAPI Doc 1.0.0
1020+
- Speakeasy CLI 1.193.4 (2.272.4) https://github.com/speakeasy-api/speakeasy
1021+
### Generated
1022+
- [java v0.49.3] .
1023+
### Releases
1024+
- [Maven Central v0.49.3] https://central.sonatype.com/artifact/com.airbyte/api/0.49.3 - .

docs/models/operations/CancelJobResponse.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description | Example |
7-
| ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- |
8-
| `contentType` | *String* | :heavy_check_mark: | HTTP response content type for this operation | |
9-
| `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"} |
10-
| `statusCode` | *Integer* | :heavy_check_mark: | HTTP response status code for this operation | |
11-
| `rawResponse` | [HttpResponse<byte[]>](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 | |
6+
| Field | Type | Required | Description | Example |
7+
| ------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------ |
8+
| `contentType` | *String* | :heavy_check_mark: | HTTP response content type for this operation | |
9+
| `jobResponse` | [com.airbyte.api.models.shared.JobResponse](../../models/shared/JobResponse.md) | :heavy_minus_sign: | Cancel a Job. | {<br/>"id": "18dccc91-0ab1-4f72-9ed7-0b8fc27c5826",<br/>"status": "running",<br/>"jobType": "sync",<br/>"startTime": "2023-03-25T01:30:50Z",<br/>"duration": "PT8H6M12S"<br/>} |
10+
| `statusCode` | *Integer* | :heavy_check_mark: | HTTP response status code for this operation | |
11+
| `rawResponse` | [HttpResponse<byte[]>](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 | |

0 commit comments

Comments
 (0)