Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.21.4 (#14)
Browse files Browse the repository at this point in the history
Co-authored-by: speakeasybot <bot@speakeasyapi.dev>
  • Loading branch information
github-actions[bot] and speakeasybot authored Apr 21, 2023
1 parent 09ed21d commit 636ba84
Showing 5 changed files with 16 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.0.13'
implementation 'com.airbyte.api:public-api:0.1.0'
```
<!-- End SDK Installation -->

10 changes: 9 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
@@ -127,4 +127,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.3 (2.18.2) https://github.com/speakeasy-api/speakeasy
### Releases
- [Maven Central v0.0.13] https://central.sonatype.com/artifact/com.airbyte/api/0.0.13 - .
- [Maven Central v0.0.13] https://central.sonatype.com/artifact/com.airbyte/api/0.0.13 - .

## 2023-04-21 00:11:37
### 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.0] https://central.sonatype.com/artifact/com.airbyte/api/0.1.0 - .
6 changes: 3 additions & 3 deletions gen.yaml
Original file line number Diff line number Diff line change
@@ -2,14 +2,14 @@ configVersion: 1.0.0
management:
docChecksum: b33273ead3e10c4bc4f9bfeed6ad97a4
docVersion: 1.0.0
speakeasyVersion: 1.21.3
generationVersion: 2.18.2
speakeasyVersion: 1.21.4
generationVersion: 2.19.1
generation:
telemetryEnabled: false
sdkClassName: airbyte
singleTagPerOp: false
java:
version: 0.0.13
version: 0.1.0
artifactID: api
companyEmail: info@airbyte.com
companyName: Airbyte
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@ publishing {
maven(MavenPublication) {
groupId = 'com.airbyte'
artifactId = 'api'
version = '0.0.13'
version = '0.1.0'

from components.java

4 changes: 2 additions & 2 deletions lib/src/main/java/com/airbyte/api/Airbyte.java
Original file line number Diff line number Diff line change
@@ -30,8 +30,8 @@ public class Airbyte {
private com.airbyte.api.models.shared.Security _security;
private String _serverUrl;
private String _language = "java";
private String _sdkVersion = "0.0.13";
private String _genVersion = "2.18.2";
private String _sdkVersion = "0.1.0";
private String _genVersion = "2.19.1";
/**
* The Builder class allows the configuration of a new instance of the SDK.
*/

0 comments on commit 636ba84

Please sign in to comment.