Skip to content

Commit 43824d7

Browse files
committed
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.91.3
1 parent bf63a95 commit 43824d7

File tree

18 files changed

+220
-232
lines changed

18 files changed

+220
-232
lines changed

README.md

Lines changed: 14 additions & 14 deletions
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.40.1'
24+
implementation 'com.airbyte.api:public-api:0.41.0'
2525
```
2626
<!-- End SDK Installation -->
2727

@@ -49,38 +49,38 @@ public class Application {
4949
try {
5050
Airbyte sdk = Airbyte.builder()
5151
.setSecurity(new Security() {{
52-
basicAuth = new SchemeBasicAuth("ipsa", "reiciendis") {{
52+
basicAuth = new SchemeBasicAuth("violet", "Account") {{
5353
password = "";
5454
username = "";
5555
}};
5656
}})
5757
.build();
5858

59-
com.airbyte.api.models.shared.ConnectionCreateRequest req = new ConnectionCreateRequest("aaa2352c-5955-4907-aff1-a3a2fa946773", "9251aa52-c3f5-4ad0-99da-1ffe78f097b0") {{
59+
com.airbyte.api.models.shared.ConnectionCreateRequest req = new ConnectionCreateRequest("d1e36208-3eaf-4c85-9914-e0a570f6dd42", "7d83a555-8478-4358-8232-5b6c7b3fd2fd") {{
6060
configurations = new StreamConfigurations() {{
6161
streams = new com.airbyte.api.models.shared.StreamConfiguration[]{{
62-
add(new StreamConfiguration("harum") {{
62+
add(new StreamConfiguration("though") {{
6363
cursorField = new String[]{{
64-
add("doloremque"),
64+
add("Ergonomic"),
6565
}};
66-
name = "Mrs. April Wuckert";
66+
name = "Hyundai West";
6767
primaryKey = new String[][]{{
6868
add(new String[]{{
69-
add("iusto"),
69+
add("tesla"),
7070
}}),
7171
}};
72-
syncMode = ConnectionSyncModeEnum.FULL_REFRESH_OVERWRITE;
72+
syncMode = ConnectionSyncModeEnum.FULL_REFRESH_APPEND;
7373
}}),
7474
}};
7575
}};;
76-
dataResidency = GeographyEnum.AUTO;
77-
name = "Mrs. Leslie VonRueden";
76+
dataResidency = GeographyEnum.US;
77+
name = "sans contingency models";
7878
namespaceDefinition = NamespaceDefinitionEnum.DESTINATION;
7979
namespaceFormat = "${SOURCE_NAMESPACE}";
80-
nonBreakingSchemaUpdatesBehavior = NonBreakingSchemaUpdatesBehaviorEnum.PROPAGATE_COLUMNS;
81-
prefix = "pariatur";
82-
schedule = new ConnectionSchedule(ScheduleTypeEnum.MANUAL) {{
83-
cronExpression = "praesentium";
80+
nonBreakingSchemaUpdatesBehavior = NonBreakingSchemaUpdatesBehaviorEnum.IGNORE;
81+
prefix = "olive Reggae Sweden";
82+
schedule = new ConnectionSchedule(ScheduleTypeEnum.CRON) {{
83+
cronExpression = "Rupee";
8484
}};;
8585
status = ConnectionStatusEnum.INACTIVE;
8686
}};

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,4 +771,14 @@ Based on:
771771
### Generated
772772
- [java v0.40.1] .
773773
### Releases
774-
- [Maven Central v0.40.1] https://central.sonatype.com/artifact/com.airbyte/api/0.40.1 - .
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 - .

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/sdks/connections/README.md

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -37,40 +37,40 @@ public class Application {
3737
try {
3838
Airbyte sdk = Airbyte.builder()
3939
.setSecurity(new Security() {{
40-
basicAuth = new SchemeBasicAuth("voluptates", "quasi") {{
40+
basicAuth = new SchemeBasicAuth("violet", "Account") {{
4141
password = "";
4242
username = "";
4343
}};
4444
}})
4545
.build();
4646

47-
com.airbyte.api.models.shared.ConnectionCreateRequest req = new ConnectionCreateRequest("e91e450a-d2ab-4d44-a698-02d502a94bb4", "f63c969e-9a3e-4fa7-bdfb-14cd66ae395e") {{
47+
com.airbyte.api.models.shared.ConnectionCreateRequest req = new ConnectionCreateRequest("d1e36208-3eaf-4c85-9914-e0a570f6dd42", "7d83a555-8478-4358-8232-5b6c7b3fd2fd") {{
4848
configurations = new StreamConfigurations() {{
4949
streams = new com.airbyte.api.models.shared.StreamConfiguration[]{{
50-
add(new StreamConfiguration("amet") {{
50+
add(new StreamConfiguration("though") {{
5151
cursorField = new String[]{{
52-
add("delectus"),
52+
add("Ergonomic"),
5353
}};
54-
name = "Rene Reinger";
54+
name = "Hyundai West";
5555
primaryKey = new String[][]{{
5656
add(new String[]{{
57-
add("deleniti"),
57+
add("tesla"),
5858
}}),
5959
}};
60-
syncMode = ConnectionSyncModeEnum.INCREMENTAL_DEDUPED_HISTORY;
60+
syncMode = ConnectionSyncModeEnum.FULL_REFRESH_APPEND;
6161
}}),
6262
}};
6363
}};;
6464
dataResidency = GeographyEnum.US;
65-
name = "Wilma Mosciski";
66-
namespaceDefinition = NamespaceDefinitionEnum.SOURCE;
65+
name = "sans contingency models";
66+
namespaceDefinition = NamespaceDefinitionEnum.DESTINATION;
6767
namespaceFormat = "${SOURCE_NAMESPACE}";
68-
nonBreakingSchemaUpdatesBehavior = NonBreakingSchemaUpdatesBehaviorEnum.DISABLE_CONNECTION;
69-
prefix = "magnam";
68+
nonBreakingSchemaUpdatesBehavior = NonBreakingSchemaUpdatesBehaviorEnum.IGNORE;
69+
prefix = "olive Reggae Sweden";
7070
schedule = new ConnectionSchedule(ScheduleTypeEnum.CRON) {{
71-
cronExpression = "id";
71+
cronExpression = "Rupee";
7272
}};;
73-
status = ConnectionStatusEnum.ACTIVE;
73+
status = ConnectionStatusEnum.INACTIVE;
7474
}};
7575

7676
CreateConnectionResponse res = sdk.connections.createConnection(req);
@@ -116,14 +116,14 @@ public class Application {
116116
try {
117117
Airbyte sdk = Airbyte.builder()
118118
.setSecurity(new Security() {{
119-
basicAuth = new SchemeBasicAuth("labore", "suscipit") {{
119+
basicAuth = new SchemeBasicAuth("gold", "sadly") {{
120120
password = "";
121121
username = "";
122122
}};
123123
}})
124124
.build();
125125

126-
DeleteConnectionRequest req = new DeleteConnectionRequest("natus");
126+
DeleteConnectionRequest req = new DeleteConnectionRequest("Southeast Engineer");
127127

128128
DeleteConnectionResponse res = sdk.connections.deleteConnection(req);
129129

@@ -168,14 +168,14 @@ public class Application {
168168
try {
169169
Airbyte sdk = Airbyte.builder()
170170
.setSecurity(new Security() {{
171-
basicAuth = new SchemeBasicAuth("nobis", "eum") {{
171+
basicAuth = new SchemeBasicAuth("ack", "surcharge") {{
172172
password = "";
173173
username = "";
174174
}};
175175
}})
176176
.build();
177177

178-
GetConnectionRequest req = new GetConnectionRequest("vero");
178+
GetConnectionRequest req = new GetConnectionRequest("Southeast bluetooth Card");
179179

180180
GetConnectionResponse res = sdk.connections.getConnection(req);
181181

@@ -220,7 +220,7 @@ public class Application {
220220
try {
221221
Airbyte sdk = Airbyte.builder()
222222
.setSecurity(new Security() {{
223-
basicAuth = new SchemeBasicAuth("aspernatur", "architecto") {{
223+
basicAuth = new SchemeBasicAuth("Hassium", "Hatchback") {{
224224
password = "";
225225
username = "";
226226
}};
@@ -229,10 +229,10 @@ public class Application {
229229

230230
ListConnectionsRequest req = new ListConnectionsRequest() {{
231231
includeDeleted = false;
232-
limit = 298282;
233-
offset = 92373;
232+
limit = 990687;
233+
offset = 410691;
234234
workspaceIds = new String[]{{
235-
add("959890af-a563-4e25-96fe-4c8b711e5b7f"),
235+
add("e532a55f-79c2-4b30-a82e-dc879612b791"),
236236
}};
237237
}};
238238

@@ -289,7 +289,7 @@ public class Application {
289289
try {
290290
Airbyte sdk = Airbyte.builder()
291291
.setSecurity(new Security() {{
292-
basicAuth = new SchemeBasicAuth("quibusdam", "sed") {{
292+
basicAuth = new SchemeBasicAuth("Northeast", "modulo") {{
293293
password = "";
294294
username = "";
295295
}};
@@ -299,31 +299,31 @@ public class Application {
299299
PatchConnectionRequest req = new PatchConnectionRequest( new ConnectionPatchRequest() {{
300300
configurations = new StreamConfigurations() {{
301301
streams = new com.airbyte.api.models.shared.StreamConfiguration[]{{
302-
add(new StreamConfiguration("quo") {{
302+
add(new StreamConfiguration("Customizable") {{
303303
cursorField = new String[]{{
304-
add("saepe"),
304+
add("Incredible"),
305305
}};
306-
name = "Edward Crooks";
306+
name = "Automotive Clothing";
307307
primaryKey = new String[][]{{
308308
add(new String[]{{
309-
add("magni"),
309+
add("connect"),
310310
}}),
311311
}};
312-
syncMode = ConnectionSyncModeEnum.FULL_REFRESH_OVERWRITE;
312+
syncMode = ConnectionSyncModeEnum.INCREMENTAL_DEDUPED_HISTORY;
313313
}}),
314314
}};
315315
}};;
316-
dataResidency = GeographyEnumNoDefault.EU;
317-
name = "Simon Jenkins";
316+
dataResidency = GeographyEnumNoDefault.US;
317+
name = "Chevrolet Keyboard";
318318
namespaceDefinition = NamespaceDefinitionEnumNoDefault.DESTINATION;
319319
namespaceFormat = "${SOURCE_NAMESPACE}";
320320
nonBreakingSchemaUpdatesBehavior = NonBreakingSchemaUpdatesBehaviorEnumNoDefault.IGNORE;
321-
prefix = "ab";
321+
prefix = "Shoes Serbia";
322322
schedule = new ConnectionSchedule(ScheduleTypeEnum.CRON) {{
323-
cronExpression = "quidem";
323+
cronExpression = "Indio microchip Intelligent";
324324
}};;
325-
status = ConnectionStatusEnum.INACTIVE;
326-
}};, "voluptate");
325+
status = ConnectionStatusEnum.DEPRECATED;
326+
}};, "Haute port");
327327

328328
PatchConnectionResponse res = sdk.connections.patchConnection(req);
329329

0 commit comments

Comments
 (0)