Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.21.4 (#15)
Browse files Browse the repository at this point in the history
Co-authored-by: speakeasybot <[email protected]>
  • Loading branch information
github-actions[bot] and speakeasybot authored Apr 21, 2023
1 parent b7ae0f6 commit 032defd
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 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.1.0'
implementation 'com.airbyte.api:public-api:0.1.1'
```
<!-- End SDK Installation -->

Expand Down
10 changes: 9 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,12 @@ Based on:
- OpenAPI Doc 1.0.0 https://prod.speakeasyapi.dev/v1/apis/public-api/version/v0.1.0/schema/download
- Speakeasy CLI 1.21.4 (2.19.1) https://github.com/speakeasy-api/speakeasy
### Releases
- [Maven Central v0.1.0] https://central.sonatype.com/artifact/com.airbyte/api/0.1.0 - .
- [Maven Central v0.1.0] https://central.sonatype.com/artifact/com.airbyte/api/0.1.0 - .

## 2023-04-21 00:24:54
### Changes
Based on:
- OpenAPI Doc 1.0.0 https://prod.speakeasyapi.dev/v1/apis/public-api/version/v0.1.0/schema/download
- Speakeasy CLI 1.21.4 (2.19.1) https://github.com/speakeasy-api/speakeasy
### Releases
- [Maven Central v0.1.1] https://central.sonatype.com/artifact/com.airbyte/api/0.1.1 - .
2 changes: 1 addition & 1 deletion gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ generation:
sdkClassName: airbyte
singleTagPerOp: false
java:
version: 0.1.0
version: 0.1.1
artifactID: api
companyEmail: [email protected]
companyName: Airbyte
Expand Down
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ publishing {
maven(MavenPublication) {
groupId = 'com.airbyte'
artifactId = 'api'
version = '0.1.0'
version = '0.1.1'

from components.java

Expand Down
2 changes: 1 addition & 1 deletion lib/src/main/java/com/airbyte/api/Airbyte.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class Airbyte {
private com.airbyte.api.models.shared.Security _security;
private String _serverUrl;
private String _language = "java";
private String _sdkVersion = "0.1.0";
private String _sdkVersion = "0.1.1";
private String _genVersion = "2.19.1";
/**
* The Builder class allows the configuration of a new instance of the SDK.
Expand Down

0 comments on commit 032defd

Please sign in to comment.