Skip to content

Commit 9269fac

Browse files
committed
ci: regenerated with OpenAPI Doc 1.0.0, Speakeasy CLI 1.121.3
1 parent 482ed2d commit 9269fac

File tree

5 files changed

+19
-9
lines changed

5 files changed

+19
-9
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.45.3'
24+
implementation 'com.airbyte.api:public-api:0.46.0'
2525
```
2626
<!-- End SDK Installation -->
2727

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -891,4 +891,14 @@ Based on:
891891
### Generated
892892
- [java v0.45.3] .
893893
### Releases
894-
- [Maven Central v0.45.3] https://central.sonatype.com/artifact/com.airbyte/api/0.45.3 - .
894+
- [Maven Central v0.45.3] https://central.sonatype.com/artifact/com.airbyte/api/0.45.3 - .
895+
896+
## 2023-11-21 02:03:51
897+
### Changes
898+
Based on:
899+
- OpenAPI Doc 1.0.0
900+
- Speakeasy CLI 1.121.3 (2.195.2) https://github.com/speakeasy-api/speakeasy
901+
### Generated
902+
- [java v0.46.0] .
903+
### Releases
904+
- [Maven Central v0.46.0] https://central.sonatype.com/artifact/com.airbyte/api/0.46.0 - .

gen.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ configVersion: 1.0.0
22
management:
33
docChecksum: 8f62e207fcdebe72da7eb9c7525220b5
44
docVersion: 1.0.0
5-
speakeasyVersion: 1.121.1
6-
generationVersion: 2.194.1
5+
speakeasyVersion: 1.121.3
6+
generationVersion: 2.195.2
77
generation:
88
comments: {}
99
sdkClassName: airbyte
@@ -16,7 +16,7 @@ features:
1616
globalSecurity: 2.81.1
1717
globalServerURLs: 2.82.1
1818
java:
19-
version: 0.45.3
19+
version: 0.46.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.45.3'
59+
version = '0.46.0'
6060

6161
from components.java
6262

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

Lines changed: 3 additions & 3 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.45.3";
19-
public String genVersion = "2.194.1";
20-
public String userAgent = "speakeasy-sdk/java 0.45.3 2.194.1 1.0.0 <no value>";
18+
public String sdkVersion = "0.46.0";
19+
public String genVersion = "2.195.2";
20+
public String userAgent = "speakeasy-sdk/java 0.46.0 2.195.2 1.0.0 <no value>";
2121

2222

2323
}

0 commit comments

Comments
 (0)