Skip to content

Commit

Permalink
Merge pull request #63 from airbytehq/speakeasy-sdk-regen-1694535728
Browse files Browse the repository at this point in the history
chore: speakeasy sdk regeneration - Generate
  • Loading branch information
terencecho authored Sep 12, 2023
2 parents acbf916 + d651d9c commit 2973f59
Show file tree
Hide file tree
Showing 243 changed files with 3,635 additions and 1,707 deletions.
82 changes: 18 additions & 64 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.39.1'
implementation 'com.airbyte.api:public-api:0.39.2'
```
<!-- End SDK Installation -->

Expand Down Expand Up @@ -50,87 +50,41 @@ public class Application {
public static void main(String[] args) {
try {
Airbyte sdk = Airbyte.builder()
.setSecurity(new Security("corrupti") {{
bearerAuth = "";
.setSecurity(new Security() {{
basicAuth = new SchemeBasicAuth("corrupti", "provident") {{
password = "";
username = "";
}};
}})
.build();

com.airbyte.api.models.shared.ConnectionCreateRequest req = new ConnectionCreateRequest("9bd9d8d6-9a67-44e0-b467-cc8796ed151a", "05dfc2dd-f7cc-478c-a1ba-928fc816742c") {{
com.airbyte.api.models.shared.ConnectionCreateRequest req = new ConnectionCreateRequest("bd9d8d69-a674-4e0f-867c-c8796ed151a0", "5dfc2ddf-7cc7-48ca-9ba9-28fc816742cb") {{
configurations = new StreamConfigurations() {{
streams = new com.airbyte.api.models.shared.StreamConfiguration[]{{
add(new StreamConfiguration("saepe") {{
add(new StreamConfiguration("dolor") {{
cursorField = new String[]{{
add("ipsum"),
add("excepturi"),
add("esse"),
}};
name = "Dorothy Hane";
name = "Mrs. Miriam Collier";
primaryKey = new String[][]{{
add(new String[]{{
add("natus"),
}}),
add(new String[]{{
add("hic"),
add("saepe"),
}}),
add(new String[]{{
add("in"),
add("corporis"),
add("iste"),
}}),
}};
syncMode = ConnectionSyncModeEnum.FULL_REFRESH_APPEND;
}}),
add(new StreamConfiguration("excepturi") {{
cursorField = new String[]{{
add("architecto"),
add("ipsa"),
add("reiciendis"),
}};
name = "Shaun Osinski";
primaryKey = new String[][]{{
add(new String[]{{
add("nobis"),
}}),
add(new String[]{{
add("omnis"),
add("nemo"),
}}),
}};
syncMode = ConnectionSyncModeEnum.FULL_REFRESH_APPEND;
}}),
add(new StreamConfiguration("quia") {{
cursorField = new String[]{{
add("iure"),
}};
name = "Miss Aubrey Williamson";
primaryKey = new String[][]{{
add(new String[]{{
add("repellat"),
}}),
add(new String[]{{
add("occaecati"),
add("numquam"),
add("commodi"),
}}),
add(new String[]{{
add("molestiae"),
add("velit"),
add("sed"),
}}),
}};
syncMode = ConnectionSyncModeEnum.INCREMENTAL_APPEND;
}}),
}};
}};;
dataResidency = GeographyEnum.US;
name = "Kayla O'Kon";
namespaceDefinition = NamespaceDefinitionEnum.CUSTOM_FORMAT;
name = "May Turcotte";
namespaceDefinition = NamespaceDefinitionEnum.DESTINATION;
namespaceFormat = "${SOURCE_NAMESPACE}";
nonBreakingSchemaUpdatesBehavior = NonBreakingSchemaUpdatesBehaviorEnum.IGNORE;
prefix = "tenetur";
schedule = new ConnectionSchedule(ScheduleTypeEnum.MANUAL) {{
cronExpression = "id";
nonBreakingSchemaUpdatesBehavior = NonBreakingSchemaUpdatesBehaviorEnum.PROPAGATE_COLUMNS;
prefix = "iure";
schedule = new ConnectionSchedule(ScheduleTypeEnum.CRON) {{
cronExpression = "quidem";
}};;
status = ConnectionStatusEnum.DEPRECATED;
status = ConnectionStatusEnum.ACTIVE;
}};

CreateConnectionResponse res = sdk.connections.createConnection(req);
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -721,4 +721,14 @@ Based on:
### Generated
- [java v0.39.1] .
### Releases
- [Maven Central v0.39.1] https://central.sonatype.com/artifact/com.airbyte/api/0.39.1 - .
- [Maven Central v0.39.1] https://central.sonatype.com/artifact/com.airbyte/api/0.39.1 - .

## 2023-09-12 16:22:05
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.82.5 (2.108.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v0.39.2] .
### Releases
- [Maven Central v0.39.2] https://central.sonatype.com/artifact/com.airbyte/api/0.39.2 - .
80 changes: 17 additions & 63 deletions USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,87 +22,41 @@ public class Application {
public static void main(String[] args) {
try {
Airbyte sdk = Airbyte.builder()
.setSecurity(new Security("corrupti") {{
bearerAuth = "";
.setSecurity(new Security() {{
basicAuth = new SchemeBasicAuth("corrupti", "provident") {{
password = "";
username = "";
}};
}})
.build();

com.airbyte.api.models.shared.ConnectionCreateRequest req = new ConnectionCreateRequest("9bd9d8d6-9a67-44e0-b467-cc8796ed151a", "05dfc2dd-f7cc-478c-a1ba-928fc816742c") {{
com.airbyte.api.models.shared.ConnectionCreateRequest req = new ConnectionCreateRequest("bd9d8d69-a674-4e0f-867c-c8796ed151a0", "5dfc2ddf-7cc7-48ca-9ba9-28fc816742cb") {{
configurations = new StreamConfigurations() {{
streams = new com.airbyte.api.models.shared.StreamConfiguration[]{{
add(new StreamConfiguration("saepe") {{
add(new StreamConfiguration("dolor") {{
cursorField = new String[]{{
add("ipsum"),
add("excepturi"),
add("esse"),
}};
name = "Dorothy Hane";
name = "Mrs. Miriam Collier";
primaryKey = new String[][]{{
add(new String[]{{
add("natus"),
}}),
add(new String[]{{
add("hic"),
add("saepe"),
}}),
add(new String[]{{
add("in"),
add("corporis"),
add("iste"),
}}),
}};
syncMode = ConnectionSyncModeEnum.FULL_REFRESH_APPEND;
}}),
add(new StreamConfiguration("excepturi") {{
cursorField = new String[]{{
add("architecto"),
add("ipsa"),
add("reiciendis"),
}};
name = "Shaun Osinski";
primaryKey = new String[][]{{
add(new String[]{{
add("nobis"),
}}),
add(new String[]{{
add("omnis"),
add("nemo"),
}}),
}};
syncMode = ConnectionSyncModeEnum.FULL_REFRESH_APPEND;
}}),
add(new StreamConfiguration("quia") {{
cursorField = new String[]{{
add("iure"),
}};
name = "Miss Aubrey Williamson";
primaryKey = new String[][]{{
add(new String[]{{
add("repellat"),
}}),
add(new String[]{{
add("occaecati"),
add("numquam"),
add("commodi"),
}}),
add(new String[]{{
add("molestiae"),
add("velit"),
add("sed"),
}}),
}};
syncMode = ConnectionSyncModeEnum.INCREMENTAL_APPEND;
}}),
}};
}};;
dataResidency = GeographyEnum.US;
name = "Kayla O'Kon";
namespaceDefinition = NamespaceDefinitionEnum.CUSTOM_FORMAT;
name = "May Turcotte";
namespaceDefinition = NamespaceDefinitionEnum.DESTINATION;
namespaceFormat = "${SOURCE_NAMESPACE}";
nonBreakingSchemaUpdatesBehavior = NonBreakingSchemaUpdatesBehaviorEnum.IGNORE;
prefix = "tenetur";
schedule = new ConnectionSchedule(ScheduleTypeEnum.MANUAL) {{
cronExpression = "id";
nonBreakingSchemaUpdatesBehavior = NonBreakingSchemaUpdatesBehaviorEnum.PROPAGATE_COLUMNS;
prefix = "iure";
schedule = new ConnectionSchedule(ScheduleTypeEnum.CRON) {{
cronExpression = "quidem";
}};;
status = ConnectionStatusEnum.DEPRECATED;
status = ConnectionStatusEnum.ACTIVE;
}};

CreateConnectionResponse res = sdk.connections.createConnection(req);
Expand Down
2 changes: 0 additions & 2 deletions docs/models/shared/ConnectionsResponse.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# ConnectionsResponse

Successful operation


## Fields

Expand Down
Loading

0 comments on commit 2973f59

Please sign in to comment.