File tree Expand file tree Collapse file tree 10 files changed +24
-15
lines changed
src/main/java/com/airbyte/api Expand file tree Collapse file tree 10 files changed +24
-15
lines changed Original file line number Diff line number Diff line change 11lockVersion: 2.0.0
22id: 5b16d152-46cd-4f0b-94e9-018ca2cfe7cd
33management:
4- docChecksum: 8f62e207fcdebe72da7eb9c7525220b5
4+ docChecksum: c101e6356aa26bcdee80457c4dc64471
55 docVersion: 1.0.0
66 speakeasyVersion: internal
7- generationVersion: 2.228.1
8- releaseVersion: 0.47.2
9- configChecksum: 43f5adc74d3e72e5fe9fdef69d95773b
7+ generationVersion: 2.237.2
8+ releaseVersion: 0.48.0
9+ configChecksum: daad51943f0f0e231f1e7b3b0c77f220
1010 repoURL: https://github.com/airbytehq/airbyte-api-java-sdk.git
1111 repoSubDirectory: .
1212 published: true
1313features:
1414 java:
15- core: 3.2.1
15+ core: 3.2.2
1616 globalSecurity: 2.81.2
1717 globalServerURLs: 2.82.1
1818generatedFiles:
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.47.2 '
24+ implementation 'com.airbyte.api:public-api:0.48.0 '
2525```
2626<!-- End SDK Installation [installation] -->
2727
Original file line number Diff line number Diff line change @@ -951,4 +951,14 @@ Based on:
951951### Generated
952952- [ java v0.47.2] .
953953### Releases
954- - [ Maven Central v0.47.2] https://central.sonatype.com/artifact/com.airbyte/api/0.47.2 - .
954+ - [ Maven Central v0.47.2] https://central.sonatype.com/artifact/com.airbyte/api/0.47.2 - .
955+
956+ ## 2024-01-18 22:41:11
957+ ### Changes
958+ Based on:
959+ - OpenAPI Doc 1.0.0
960+ - Speakeasy CLI 1.147.0 (2.237.2) https://github.com/speakeasy-api/speakeasy
961+ ### Generated
962+ - [ java v0.48.0] .
963+ ### Releases
964+ - [ Maven Central v0.48.0] https://central.sonatype.com/artifact/com.airbyte/api/0.48.0 - .
Original file line number Diff line number Diff line change 1111| ` ASANA ` | asana |
1212| ` BING_ADS ` | bing-ads |
1313| ` FACEBOOK_MARKETING ` | facebook-marketing |
14- | ` FACEBOOK_PAGES ` | facebook-pages |
1514| ` GITHUB ` | github |
1615| ` GITLAB ` | gitlab |
1716| ` GOOGLE_ADS ` | google-ads |
Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ public class Application {
222222
223223 com.airbyte.api.models.shared. InitiateOauthRequest req = new InitiateOauthRequest (
224224 " string" ,
225- OAuthActorNames . GITLAB ,
225+ OAuthActorNames . GOOGLE_ADS ,
226226 " fd28130d-9919-4ffa-a67d-4e12eb099447" ){{
227227 oAuthInputConfiguration = new OAuthInputConfiguration (
228228);
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ generation:
77 fixes :
88 nameResolutionDec2023 : false
99java :
10- version : 0.47.2
10+ version : 0.48.0
1111 artifactID : api
12121313 companyName : Airbyte
2727 ossrhURL : https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/
2828 outputModelSuffix : output
2929 projectName : public-api
30+ templateVersion : v1
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.47.2 '
59+ version = ' 0.48.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.47.2 " ;
19- public String genVersion = "2.228.1 " ;
20- public String userAgent = "speakeasy-sdk/java 0.47.2 2.228.1 1.0.0 com.airbyte.api" ;
18+ public String sdkVersion = "0.48.0 " ;
19+ public String genVersion = "2.237.2 " ;
20+ public String userAgent = "speakeasy-sdk/java 0.48.0 2.237.2 1.0.0 com.airbyte.api" ;
2121
2222
2323}
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ public enum OAuthActorNames {
1313 ASANA ("asana" ),
1414 BING_ADS ("bing-ads" ),
1515 FACEBOOK_MARKETING ("facebook-marketing" ),
16- FACEBOOK_PAGES ("facebook-pages" ),
1716 GITHUB ("github" ),
1817 GITLAB ("gitlab" ),
1918 GOOGLE_ADS ("google-ads" ),
You canβt perform that action at this time.
0 commit comments