Skip to content

Commit 482ed2d

Browse files
committed
ci: regenerated with OpenAPI Doc 1.0.0, Speakeasy CLI 1.121.1
1 parent f50e11d commit 482ed2d

File tree

5 files changed

+20
-10
lines changed

5 files changed

+20
-10
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.2'
24+
implementation 'com.airbyte.api:public-api:0.45.3'
2525
```
2626
<!-- End SDK Installation -->
2727

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -881,4 +881,14 @@ Based on:
881881
### Generated
882882
- [java v0.45.2] .
883883
### Releases
884-
- [Maven Central v0.45.2] https://central.sonatype.com/artifact/com.airbyte/api/0.45.2 - .
884+
- [Maven Central v0.45.2] https://central.sonatype.com/artifact/com.airbyte/api/0.45.2 - .
885+
886+
## 2023-11-18 00:12:30
887+
### Changes
888+
Based on:
889+
- OpenAPI Doc 1.0.0
890+
- Speakeasy CLI 1.121.1 (2.194.1) https://github.com/speakeasy-api/speakeasy
891+
### Generated
892+
- [java v0.45.3] .
893+
### Releases
894+
- [Maven Central v0.45.3] https://central.sonatype.com/artifact/com.airbyte/api/0.45.3 - .

gen.yaml

Lines changed: 4 additions & 4 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.120.3
6-
generationVersion: 2.192.1
5+
speakeasyVersion: 1.121.1
6+
generationVersion: 2.194.1
77
generation:
88
comments: {}
99
sdkClassName: airbyte
@@ -14,9 +14,9 @@ features:
1414
java:
1515
core: 3.0.4
1616
globalSecurity: 2.81.1
17-
globalServerURLs: 2.82.0
17+
globalServerURLs: 2.82.1
1818
java:
19-
version: 0.45.2
19+
version: 0.45.3
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.2'
59+
version = '0.45.3'
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.2";
19-
public String genVersion = "2.192.1";
20-
public String userAgent = "speakeasy-sdk/java 0.45.2 2.192.1 1.0.0 <no value>";
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>";
2121

2222

2323
}

0 commit comments

Comments
 (0)