Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.73.1
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Aug 16, 2023
1 parent 525d492 commit bcf9701
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 9 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.34.0'
implementation 'com.airbyte.api:public-api:0.35.0'
```
<!-- End SDK Installation -->

Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -631,4 +631,14 @@ Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.69.1 (2.82.0) https://github.com/speakeasy-api/speakeasy
### Releases
- [Maven Central v0.34.0] https://central.sonatype.com/artifact/com.airbyte/api/0.34.0 - .
- [Maven Central v0.34.0] https://central.sonatype.com/artifact/com.airbyte/api/0.34.0 - .

## 2023-08-16 00:11:39
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.73.1 (2.84.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v0.35.0] .
### Releases
- [Maven Central v0.35.0] https://central.sonatype.com/artifact/com.airbyte/api/0.35.0 - .
8 changes: 4 additions & 4 deletions gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ configVersion: 1.0.0
management:
docChecksum: bb2011e16a0ec78eb8a13a803e08b4aa
docVersion: 1.0.0
speakeasyVersion: 1.69.1
generationVersion: 2.82.0
speakeasyVersion: 1.73.1
generationVersion: 2.84.3
generation:
comments:
disableComments: false
Expand All @@ -17,10 +17,10 @@ features:
java:
core: 2.82.0
globalSecurity: 2.81.1
globalServerURLs: 2.81.1
globalServerURLs: 2.82.0
includes: 2.81.1
java:
version: 0.34.0
version: 0.35.0
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.34.0'
version = '0.35.0'

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.34.0";
public String genVersion = "2.82.0";
public String sdkVersion = "0.35.0";
public String genVersion = "2.84.3";

}

0 comments on commit bcf9701

Please sign in to comment.