Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 1.0.0, Speakeasy CLI 1.121.3
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Nov 21, 2023
1 parent 482ed2d commit 9269fac
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.45.3'
implementation 'com.airbyte.api:public-api:0.46.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 @@ -891,4 +891,14 @@ Based on:
### Generated
- [java v0.45.3] .
### Releases
- [Maven Central v0.45.3] https://central.sonatype.com/artifact/com.airbyte/api/0.45.3 - .
- [Maven Central v0.45.3] https://central.sonatype.com/artifact/com.airbyte/api/0.45.3 - .

## 2023-11-21 02:03:51
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.121.3 (2.195.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v0.46.0] .
### Releases
- [Maven Central v0.46.0] https://central.sonatype.com/artifact/com.airbyte/api/0.46.0 - .
6 changes: 3 additions & 3 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: 8f62e207fcdebe72da7eb9c7525220b5
docVersion: 1.0.0
speakeasyVersion: 1.121.1
generationVersion: 2.194.1
speakeasyVersion: 1.121.3
generationVersion: 2.195.2
generation:
comments: {}
sdkClassName: airbyte
Expand All @@ -16,7 +16,7 @@ features:
globalSecurity: 2.81.1
globalServerURLs: 2.82.1
java:
version: 0.45.3
version: 0.46.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 @@ -56,7 +56,7 @@ publishing {
maven(MavenPublication) {
groupId = 'com.airbyte'
artifactId = 'api'
version = '0.45.3'
version = '0.46.0'

from components.java

Expand Down
6 changes: 3 additions & 3 deletions lib/src/main/java/com/airbyte/api/SDKConfiguration.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ class SDKConfiguration {
public int serverIdx = 0;
public String language = "java";
public String openapiDocVersion = "1.0.0";
public String sdkVersion = "0.45.3";
public String genVersion = "2.194.1";
public String userAgent = "speakeasy-sdk/java 0.45.3 2.194.1 1.0.0 <no value>";
public String sdkVersion = "0.46.0";
public String genVersion = "2.195.2";
public String userAgent = "speakeasy-sdk/java 0.46.0 2.195.2 1.0.0 <no value>";


}

0 comments on commit 9269fac

Please sign in to comment.