Skip to content

Commit

Permalink
Merge pull request #39 from airbytehq/speakeasy-sdk-regen-1686252059
Browse files Browse the repository at this point in the history
chore: speakeasy sdk regeneration - Generate
  • Loading branch information
terencecho authored Jun 9, 2023
2 parents c7d25d3 + 6c5c2e0 commit d95870f
Show file tree
Hide file tree
Showing 5 changed files with 24 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.16.0'
implementation 'com.airbyte.api:public-api:0.16.2'
```
<!-- End SDK Installation -->

Expand Down
18 changes: 17 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -375,4 +375,20 @@ Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.45.0 (2.37.0) https://github.com/speakeasy-api/speakeasy
### Releases
- [Maven Central v0.16.0] https://central.sonatype.com/artifact/com.airbyte/api/0.16.0 - .
- [Maven Central v0.16.0] https://central.sonatype.com/artifact/com.airbyte/api/0.16.0 - .

## 2023-06-08 19:20:57
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.45.1 (2.37.2) https://github.com/speakeasy-api/speakeasy
### Releases
- [Maven Central v0.16.1] https://central.sonatype.com/artifact/com.airbyte/api/0.16.1 - .

## 2023-06-08 21:57:12
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.45.2 (2.37.2) https://github.com/speakeasy-api/speakeasy
### Releases
- [Maven Central v0.16.2] https://central.sonatype.com/artifact/com.airbyte/api/0.16.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: aaa4be7f123ebeda7859d7356f70649c
docVersion: 1.0.0
speakeasyVersion: 1.45.0
generationVersion: 2.37.0
speakeasyVersion: 1.45.2
generationVersion: 2.37.2
generation:
sdkClassName: airbyte
singleTagPerOp: false
telemetryEnabled: true
java:
version: 0.16.0
version: 0.16.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.16.0'
version = '0.16.2'

from components.java

Expand Down
4 changes: 2 additions & 2 deletions lib/src/main/java/com/airbyte/api/SDKConfiguration.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class SDKConfiguration {
public int serverIdx = 0;
public String language = "java";
public String openapiDocVersion = "1.0.0";
public String sdkVersion = "0.16.0";
public String genVersion = "2.37.0";
public String sdkVersion = "0.16.2";
public String genVersion = "2.37.2";

}

0 comments on commit d95870f

Please sign in to comment.