Skip to content

Commit

Permalink
Merge pull request #34 from airbytehq/speakeasy-sdk-regen-1685664797
Browse files Browse the repository at this point in the history
chore: speakeasy sdk regeneration - Generate
  • Loading branch information
terencecho authored Jun 2, 2023
2 parents ac47b3f + 04f6111 commit 2d8440d
Show file tree
Hide file tree
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
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.14.1'
implementation 'com.airbyte.api:public-api:0.14.2'
```
<!-- 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 @@ -335,4 +335,12 @@ Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.40.2 (2.34.2) https://github.com/speakeasy-api/speakeasy
### Releases
- [Maven Central v0.14.1] https://central.sonatype.com/artifact/com.airbyte/api/0.14.1 - .
- [Maven Central v0.14.1] https://central.sonatype.com/artifact/com.airbyte/api/0.14.1 - .

## 2023-06-02 00:13:14
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.40.3 (2.34.7) https://github.com/speakeasy-api/speakeasy
### Releases
- [Maven Central v0.14.2] https://central.sonatype.com/artifact/com.airbyte/api/0.14.2 - .
6 changes: 3 additions & 3 deletions gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ configVersion: 1.0.0
management:
docChecksum: e82f3e11abf47c2509f115468e75bb06
docVersion: 1.0.0
speakeasyVersion: 1.40.2
generationVersion: 2.34.2
speakeasyVersion: 1.40.3
generationVersion: 2.34.7
generation:
sdkClassName: airbyte
singleTagPerOp: false
telemetryEnabled: true
java:
version: 0.14.1
version: 0.14.2
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.14.1'
version = '0.14.2'

from components.java

Expand Down
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
Expand Up @@ -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.14.1";
private String _genVersion = "2.34.2";
private String _sdkVersion = "0.14.2";
private String _genVersion = "2.34.7";
/**
* The Builder class allows the configuration of a new instance of the SDK.
*/
Expand Down

0 comments on commit 2d8440d

Please sign in to comment.