File tree Expand file tree Collapse file tree 5 files changed +19
-9
lines changed
src/main/java/com/airbyte/api Expand file tree Collapse file tree 5 files changed +19
-9
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 - .
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ configVersion: 1.0.0
22management :
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
77generation :
88 comments : {}
99 sdkClassName : airbyte
@@ -16,7 +16,7 @@ features:
1616 globalSecurity : 2.81.1
1717 globalServerURLs : 2.82.1
1818java :
19- version : 0.45.3
19+ version : 0.46.0
2020 artifactID : api
2121 companyEmail : info@airbyte.com
2222 companyName : Airbyte
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments