Skip to content

Commit 3f7cd46

Browse files
authored
Merge pull request #72 from airbytehq/speakeasy-sdk-regen-1706228014
chore: 🐝 Update SDK - Generate
2 parents 9a9f58e + 1d863fc commit 3f7cd46

Some content is hidden

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

48 files changed

+230
-240
lines changed

.speakeasy/gen.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ management:
44
docChecksum: c101e6356aa26bcdee80457c4dc64471
55
docVersion: 1.0.0
66
speakeasyVersion: internal
7-
generationVersion: 2.237.2
8-
releaseVersion: 0.48.0
9-
configChecksum: daad51943f0f0e231f1e7b3b0c77f220
7+
generationVersion: 2.253.0
8+
releaseVersion: 0.48.1
9+
configChecksum: 8694447405c5904c147dfb937af22c20
1010
repoURL: https://github.com/airbytehq/airbyte-api-java-sdk.git
1111
repoSubDirectory: .
1212
published: true

README.md

+3-11
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.48.0'
24+
implementation 'com.airbyte.api:public-api:0.48.1'
2525
```
2626
<!-- End SDK Installation [installation] -->
2727

@@ -54,8 +54,8 @@ public class Application {
5454
.setSecurity(new Security(
5555
){{
5656
basicAuth = new SchemeBasicAuth(
57-
"string",
58-
"string"){{
57+
"",
58+
""){{
5959
password = "<YOUR_PASSWORD_HERE>";
6060
username = "<YOUR_USERNAME_HERE>";
6161
}};
@@ -70,15 +70,7 @@ public class Application {
7070
streams = new com.airbyte.api.models.shared.StreamConfiguration[]{{
7171
add(new StreamConfiguration(
7272
"string"){{
73-
cursorField = new String[]{{
74-
add("string"),
75-
}};
7673
name = "string";
77-
primaryKey = new String[][]{{
78-
add(new String[]{{
79-
add("string"),
80-
}}),
81-
}};
8274
}}),
8375
}};
8476

RELEASES.md

+21-1
Original file line numberDiff line numberDiff line change
@@ -961,4 +961,24 @@ Based on:
961961
### Generated
962962
- [java v0.48.0] .
963963
### Releases
964-
- [Maven Central v0.48.0] https://central.sonatype.com/artifact/com.airbyte/api/0.48.0 - .
964+
- [Maven Central v0.48.0] https://central.sonatype.com/artifact/com.airbyte/api/0.48.0 - .
965+
966+
## 2024-01-26 00:13:31
967+
### Changes
968+
Based on:
969+
- OpenAPI Doc 1.0.0
970+
- Speakeasy CLI 1.152.1 (2.239.4) https://github.com/speakeasy-api/speakeasy
971+
### Generated
972+
- [java v0.48.0] .
973+
### Releases
974+
- [Maven Central v0.48.0] https://central.sonatype.com/artifact/com.airbyte/api/0.48.0 - .
975+
976+
## 2024-02-13 00:13:14
977+
### Changes
978+
Based on:
979+
- OpenAPI Doc 1.0.0
980+
- Speakeasy CLI 1.178.0 (2.253.0) https://github.com/speakeasy-api/speakeasy
981+
### Generated
982+
- [java v0.48.1] .
983+
### Releases
984+
- [Maven Central v0.48.1] https://central.sonatype.com/artifact/com.airbyte/api/0.48.1 - .

USAGE.md

+2-10
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ public class Application {
2323
.setSecurity(new Security(
2424
){{
2525
basicAuth = new SchemeBasicAuth(
26-
"string",
27-
"string"){{
26+
"",
27+
""){{
2828
password = "<YOUR_PASSWORD_HERE>";
2929
username = "<YOUR_USERNAME_HERE>";
3030
}};
@@ -39,15 +39,7 @@ public class Application {
3939
streams = new com.airbyte.api.models.shared.StreamConfiguration[]{{
4040
add(new StreamConfiguration(
4141
"string"){{
42-
cursorField = new String[]{{
43-
add("string"),
44-
}};
4542
name = "string";
46-
primaryKey = new String[][]{{
47-
add(new String[]{{
48-
add("string"),
49-
}}),
50-
}};
5143
}}),
5244
}};
5345

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 |
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. |
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. | {"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 | |

docs/models/operations/CreateDestinationResponse.md

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

44
## Fields
55

6-
| Field | Type | Required | Description |
7-
| ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ |
8-
| `contentType` | *String* | :heavy_check_mark: | HTTP response content type for this operation |
9-
| `destinationResponse` | [com.airbyte.api.models.shared.DestinationResponse](../../models/shared/DestinationResponse.md) | :heavy_minus_sign: | Successful operation |
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+
| `destinationResponse` | [com.airbyte.api.models.shared.DestinationResponse](../../models/shared/DestinationResponse.md) | :heavy_minus_sign: | Successful operation | {"destinationId":"18dccc91-0ab1-4f72-9ed7-0b8fc27c5826","name":"Analytics Team Postgres","destinationType":"postgres","workspaceId":"871d9b60-11d1-44cb-8c92-c246d53bf87e"} |
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)