Skip to content

Commit 6a34755

Browse files
committed
ci: regenerated with OpenAPI Doc 1.0.0, Speakeasy CLI 1.120.0
1 parent 391966e commit 6a34755

File tree

5 files changed

+16
-6
lines changed

5 files changed

+16
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The Developer Portal UI can also be used to help build your integration by showi
2121
### Gradle
2222

2323
```groovy
24-
implementation 'com.airbyte.api:public-api:0.44.3'
24+
implementation 'com.airbyte.api:public-api:0.45.0'
2525
```
2626
<!-- End SDK Installation -->
2727

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -851,4 +851,14 @@ Based on:
851851
### Generated
852852
- [java v0.44.3] .
853853
### Releases
854-
- [Maven Central v0.44.3] https://central.sonatype.com/artifact/com.airbyte/api/0.44.3 - .
854+
- [Maven Central v0.44.3] https://central.sonatype.com/artifact/com.airbyte/api/0.44.3 - .
855+
856+
## 2023-11-14 23:59:35
857+
### Changes
858+
Based on:
859+
- OpenAPI Doc 1.0.0
860+
- Speakeasy CLI 1.120.0 (2.188.3) https://github.com/speakeasy-api/speakeasy
861+
### Generated
862+
- [java v0.45.0] .
863+
### Releases
864+
- [Maven Central v0.45.0] https://central.sonatype.com/artifact/com.airbyte/api/0.45.0 - .

gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ features:
1616
globalSecurity: 2.81.1
1717
globalServerURLs: 2.82.0
1818
java:
19-
version: 0.44.3
19+
version: 0.45.0
2020
artifactID: api
2121
companyEmail: info@airbyte.com
2222
companyName: Airbyte

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ publishing {
5656
maven(MavenPublication) {
5757
groupId = 'com.airbyte'
5858
artifactId = 'api'
59-
version = '0.44.3'
59+
version = '0.45.0'
6060

6161
from components.java
6262

lib/src/main/java/com/airbyte/api/SDKConfiguration.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ class SDKConfiguration {
1515
public int serverIdx = 0;
1616
public String language = "java";
1717
public String openapiDocVersion = "1.0.0";
18-
public String sdkVersion = "0.44.3";
18+
public String sdkVersion = "0.45.0";
1919
public String genVersion = "2.188.3";
20-
public String userAgent = "speakeasy-sdk/java 0.44.3 2.188.3 1.0.0 <no value>";
20+
public String userAgent = "speakeasy-sdk/java 0.45.0 2.188.3 1.0.0 <no value>";
2121

2222

2323
}

0 commit comments

Comments
 (0)