Skip to content

Commit 4cd964e

Browse files
authored
Merge pull request #64 from airbytehq/speakeasy-sdk-regen-1694823096
chore: speakeasy sdk regeneration - Generate
2 parents 2973f59 + 86bbc16 commit 4cd964e

File tree

340 files changed

+1235
-818
lines changed

Some content is hidden

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

340 files changed

+1235
-818
lines changed

README.md

Lines changed: 23 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,12 @@ 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.39.2'
24+
implementation 'com.airbyte.api:public-api:0.42.1'
2525
```
2626
<!-- End SDK Installation -->
2727

2828
## SDK Example Usage
2929
<!-- Start SDK Example Usage -->
30-
31-
3230
```java
3331
package hello.world;
3432

@@ -51,40 +49,40 @@ public class Application {
5149
try {
5250
Airbyte sdk = Airbyte.builder()
5351
.setSecurity(new Security() {{
54-
basicAuth = new SchemeBasicAuth("corrupti", "provident") {{
52+
basicAuth = new SchemeBasicAuth("violet", "Account") {{
5553
password = "";
5654
username = "";
5755
}};
5856
}})
5957
.build();
6058

61-
com.airbyte.api.models.shared.ConnectionCreateRequest req = new ConnectionCreateRequest("bd9d8d69-a674-4e0f-867c-c8796ed151a0", "5dfc2ddf-7cc7-48ca-9ba9-28fc816742cb") {{
59+
com.airbyte.api.models.shared.ConnectionCreateRequest req = new ConnectionCreateRequest("d1e36208-3eaf-4c85-9914-e0a570f6dd42", "7d83a555-8478-4358-8232-5b6c7b3fd2fd") {{
6260
configurations = new StreamConfigurations() {{
6361
streams = new com.airbyte.api.models.shared.StreamConfiguration[]{{
64-
add(new StreamConfiguration("dolor") {{
62+
add(new StreamConfiguration("though") {{
6563
cursorField = new String[]{{
66-
add("esse"),
64+
add("Ergonomic"),
6765
}};
68-
name = "Mrs. Miriam Collier";
66+
name = "Hyundai West";
6967
primaryKey = new String[][]{{
7068
add(new String[]{{
71-
add("sed"),
69+
add("tesla"),
7270
}}),
7371
}};
74-
syncMode = ConnectionSyncModeEnum.INCREMENTAL_APPEND;
72+
syncMode = ConnectionSyncModeEnum.FULL_REFRESH_APPEND;
7573
}}),
7674
}};
7775
}};;
7876
dataResidency = GeographyEnum.US;
79-
name = "May Turcotte";
77+
name = "sans contingency models";
8078
namespaceDefinition = NamespaceDefinitionEnum.DESTINATION;
8179
namespaceFormat = "${SOURCE_NAMESPACE}";
82-
nonBreakingSchemaUpdatesBehavior = NonBreakingSchemaUpdatesBehaviorEnum.PROPAGATE_COLUMNS;
83-
prefix = "iure";
80+
nonBreakingSchemaUpdatesBehavior = NonBreakingSchemaUpdatesBehaviorEnum.IGNORE;
81+
prefix = "olive Reggae Sweden";
8482
schedule = new ConnectionSchedule(ScheduleTypeEnum.CRON) {{
85-
cronExpression = "quidem";
83+
cronExpression = "Rupee";
8684
}};;
87-
status = ConnectionStatusEnum.ACTIVE;
85+
status = ConnectionStatusEnum.INACTIVE;
8886
}};
8987

9088
CreateConnectionResponse res = sdk.connections.createConnection(req);
@@ -152,6 +150,16 @@ public class Application {
152150
* [updateWorkspace](docs/sdks/workspaces/README.md#updateworkspace) - Update a workspace
153151
<!-- End SDK Available Operations -->
154152

153+
154+
155+
<!-- Start Dev Containers -->
156+
157+
<!-- End Dev Containers -->
158+
159+
<!-- Placeholder for Future Speakeasy SDK Sections -->
160+
161+
162+
155163
### Maturity
156164

157165
This SDK is in beta, and there may be breaking changes between versions without a major version update. Therefore, we recommend pinning usage

RELEASES.md

Lines changed: 71 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,4 +731,74 @@ Based on:
731731
### Generated
732732
- [java v0.39.2] .
733733
### Releases
734-
- [Maven Central v0.39.2] https://central.sonatype.com/artifact/com.airbyte/api/0.39.2 - .
734+
- [Maven Central v0.39.2] https://central.sonatype.com/artifact/com.airbyte/api/0.39.2 - .
735+
736+
## 2023-09-16 00:11:34
737+
### Changes
738+
Based on:
739+
- OpenAPI Doc 1.0.0
740+
- Speakeasy CLI 1.86.0 (2.115.2) https://github.com/speakeasy-api/speakeasy
741+
### Generated
742+
- [java v0.39.3] .
743+
### Releases
744+
- [Maven Central v0.39.3] https://central.sonatype.com/artifact/com.airbyte/api/0.39.3 - .
745+
746+
## 2023-09-20 00:11:50
747+
### Changes
748+
Based on:
749+
- OpenAPI Doc 1.0.0
750+
- Speakeasy CLI 1.88.0 (2.118.1) https://github.com/speakeasy-api/speakeasy
751+
### Generated
752+
- [java v0.39.4] .
753+
### Releases
754+
- [Maven Central v0.39.4] https://central.sonatype.com/artifact/com.airbyte/api/0.39.4 - .
755+
756+
## 2023-09-26 00:12:20
757+
### Changes
758+
Based on:
759+
- OpenAPI Doc 1.0.0
760+
- Speakeasy CLI 1.91.0 (2.129.1) https://github.com/speakeasy-api/speakeasy
761+
### Generated
762+
- [java v0.40.0] .
763+
### Releases
764+
- [Maven Central v0.40.0] https://central.sonatype.com/artifact/com.airbyte/api/0.40.0 - .
765+
766+
## 2023-09-27 00:12:23
767+
### Changes
768+
Based on:
769+
- OpenAPI Doc 1.0.0
770+
- Speakeasy CLI 1.91.2 (2.131.1) https://github.com/speakeasy-api/speakeasy
771+
### Generated
772+
- [java v0.40.1] .
773+
### Releases
774+
- [Maven Central v0.40.1] https://central.sonatype.com/artifact/com.airbyte/api/0.40.1 - .
775+
776+
## 2023-09-29 00:12:16
777+
### Changes
778+
Based on:
779+
- OpenAPI Doc 1.0.0
780+
- Speakeasy CLI 1.91.3 (2.139.1) https://github.com/speakeasy-api/speakeasy
781+
### Generated
782+
- [java v0.41.0] .
783+
### Releases
784+
- [Maven Central v0.41.0] https://central.sonatype.com/artifact/com.airbyte/api/0.41.0 - .
785+
786+
## 2023-10-01 00:14:05
787+
### Changes
788+
Based on:
789+
- OpenAPI Doc 1.0.0
790+
- Speakeasy CLI 1.92.2 (2.142.2) https://github.com/speakeasy-api/speakeasy
791+
### Generated
792+
- [java v0.42.0] .
793+
### Releases
794+
- [Maven Central v0.42.0] https://central.sonatype.com/artifact/com.airbyte/api/0.42.0 - .
795+
796+
## 2023-10-02 00:12:35
797+
### Changes
798+
Based on:
799+
- OpenAPI Doc 1.0.0
800+
- Speakeasy CLI 1.92.3 (2.143.2) https://github.com/speakeasy-api/speakeasy
801+
### Generated
802+
- [java v0.42.1] .
803+
### Releases
804+
- [Maven Central v0.42.1] https://central.sonatype.com/artifact/com.airbyte/api/0.42.1 - .

USAGE.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,40 +23,40 @@ public class Application {
2323
try {
2424
Airbyte sdk = Airbyte.builder()
2525
.setSecurity(new Security() {{
26-
basicAuth = new SchemeBasicAuth("corrupti", "provident") {{
26+
basicAuth = new SchemeBasicAuth("violet", "Account") {{
2727
password = "";
2828
username = "";
2929
}};
3030
}})
3131
.build();
3232

33-
com.airbyte.api.models.shared.ConnectionCreateRequest req = new ConnectionCreateRequest("bd9d8d69-a674-4e0f-867c-c8796ed151a0", "5dfc2ddf-7cc7-48ca-9ba9-28fc816742cb") {{
33+
com.airbyte.api.models.shared.ConnectionCreateRequest req = new ConnectionCreateRequest("d1e36208-3eaf-4c85-9914-e0a570f6dd42", "7d83a555-8478-4358-8232-5b6c7b3fd2fd") {{
3434
configurations = new StreamConfigurations() {{
3535
streams = new com.airbyte.api.models.shared.StreamConfiguration[]{{
36-
add(new StreamConfiguration("dolor") {{
36+
add(new StreamConfiguration("though") {{
3737
cursorField = new String[]{{
38-
add("esse"),
38+
add("Ergonomic"),
3939
}};
40-
name = "Mrs. Miriam Collier";
40+
name = "Hyundai West";
4141
primaryKey = new String[][]{{
4242
add(new String[]{{
43-
add("sed"),
43+
add("tesla"),
4444
}}),
4545
}};
46-
syncMode = ConnectionSyncModeEnum.INCREMENTAL_APPEND;
46+
syncMode = ConnectionSyncModeEnum.FULL_REFRESH_APPEND;
4747
}}),
4848
}};
4949
}};;
5050
dataResidency = GeographyEnum.US;
51-
name = "May Turcotte";
51+
name = "sans contingency models";
5252
namespaceDefinition = NamespaceDefinitionEnum.DESTINATION;
5353
namespaceFormat = "${SOURCE_NAMESPACE}";
54-
nonBreakingSchemaUpdatesBehavior = NonBreakingSchemaUpdatesBehaviorEnum.PROPAGATE_COLUMNS;
55-
prefix = "iure";
54+
nonBreakingSchemaUpdatesBehavior = NonBreakingSchemaUpdatesBehaviorEnum.IGNORE;
55+
prefix = "olive Reggae Sweden";
5656
schedule = new ConnectionSchedule(ScheduleTypeEnum.CRON) {{
57-
cronExpression = "quidem";
57+
cronExpression = "Rupee";
5858
}};;
59-
status = ConnectionStatusEnum.ACTIVE;
59+
status = ConnectionStatusEnum.INACTIVE;
6060
}};
6161

6262
CreateConnectionResponse res = sdk.connections.createConnection(req);

docs/models/operations/CancelJobResponse.md

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

66
| Field | Type | Required | Description |
77
| ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ |
8-
| `contentType` | *String* | :heavy_check_mark: | N/A |
8+
| `contentType` | *String* | :heavy_check_mark: | HTTP response content type for this operation |
99
| `jobResponse` | [com.airbyte.api.models.shared.JobResponse](../../models/shared/JobResponse.md) | :heavy_minus_sign: | Cancel a Job. |
10-
| `statusCode` | *Integer* | :heavy_check_mark: | N/A |
11-
| `rawResponse` | [HttpResponse<byte[]>](https://docs.oracle.com/en/java/javase/11/docs/api/java.net.http/java/net/http/HttpResponse.html) | :heavy_minus_sign: | N/A |
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_minus_sign: | Raw HTTP response; suitable for custom response parsing |

docs/models/operations/CreateConnectionResponse.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
| Field | Type | Required | Description |
77
| ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ |
88
| `connectionResponse` | [com.airbyte.api.models.shared.ConnectionResponse](../../models/shared/ConnectionResponse.md) | :heavy_minus_sign: | Successful operation |
9-
| `contentType` | *String* | :heavy_check_mark: | N/A |
10-
| `statusCode` | *Integer* | :heavy_check_mark: | N/A |
11-
| `rawResponse` | [HttpResponse<byte[]>](https://docs.oracle.com/en/java/javase/11/docs/api/java.net.http/java/net/http/HttpResponse.html) | :heavy_minus_sign: | N/A |
9+
| `contentType` | *String* | :heavy_check_mark: | HTTP response content type for this 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_minus_sign: | Raw HTTP response; suitable for custom response parsing |

0 commit comments

Comments
 (0)