File tree 8 files changed +23
-13
lines changed
src/main/java/com/airbyte/api
8 files changed +23
-13
lines changed Original file line number Diff line number Diff line change 1
1
lockVersion: 2.0.0
2
2
id: 5b16d152-46cd-4f0b-94e9-018ca2cfe7cd
3
3
management:
4
- docChecksum: c101e6356aa26bcdee80457c4dc64471
4
+ docChecksum: f32864912d3a716aa1b28aee6ebab024
5
5
docVersion: 1.0.0
6
6
speakeasyVersion: internal
7
- generationVersion: 2.259.1
8
- releaseVersion: 0.49.1
9
- configChecksum: e3e7c21a61e9ffebaa16be28635d6db0
7
+ generationVersion: 2.263.3
8
+ releaseVersion: 0.49.2
9
+ configChecksum: ac99cc2f7096cb5666efe965394acd4f
10
10
repoURL: https://github.com/airbytehq/airbyte-api-java-sdk.git
11
11
repoSubDirectory: .
12
12
published: true
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
21
21
### Gradle
22
22
23
23
``` groovy
24
- implementation 'com.airbyte.api:public-api:0.49.1 '
24
+ implementation 'com.airbyte.api:public-api:0.49.2 '
25
25
```
26
26
<!-- End SDK Installation [installation] -->
27
27
Original file line number Diff line number Diff line change @@ -1001,4 +1001,14 @@ Based on:
1001
1001
### Generated
1002
1002
- [ java v0.49.1] .
1003
1003
### Releases
1004
- - [ Maven Central v0.49.1] https://central.sonatype.com/artifact/com.airbyte/api/0.49.1 - .
1004
+ - [ Maven Central v0.49.1] https://central.sonatype.com/artifact/com.airbyte/api/0.49.1 - .
1005
+
1006
+ ## 2024-02-20 21:16:49
1007
+ ### Changes
1008
+ Based on:
1009
+ - OpenAPI Doc 1.0.0
1010
+ - Speakeasy CLI 1.184.0 (2.263.3) https://github.com/speakeasy-api/speakeasy
1011
+ ### Generated
1012
+ - [ java v0.49.2] .
1013
+ ### Releases
1014
+ - [ Maven Central v0.49.2] https://central.sonatype.com/artifact/com.airbyte/api/0.49.2 - .
Original file line number Diff line number Diff line change 25
25
| ` LEVER_HIRING ` | lever-hiring |
26
26
| ` LINKEDIN_ADS ` | linkedin-ads |
27
27
| ` MAILCHIMP ` | mailchimp |
28
+ | ` MICROSOFT_SHAREPOINT ` | microsoft-sharepoint |
28
29
| ` MICROSOFT_TEAMS ` | microsoft-teams |
29
30
| ` MONDAY ` | monday |
30
31
| ` NOTION ` | notion |
31
32
| ` PINTEREST ` | pinterest |
32
33
| ` RETENTLY ` | retently |
33
34
| ` SALESFORCE ` | salesforce |
34
- | ` SHOPIFY ` | shopify |
35
35
| ` SLACK ` | slack |
36
36
| ` SMARTSHEETS ` | smartsheets |
37
37
| ` SNAPCHAT_MARKETING ` | snapchat-marketing |
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ generation:
9
9
parameterOrderingFeb2024 : false
10
10
requestResponseComponentNamesFeb2024 : false
11
11
java :
12
- version : 0.49.1
12
+ version : 0.49.2
13
13
artifactID : api
14
14
15
15
companyName : Airbyte
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ publishing {
64
64
maven(MavenPublication ) {
65
65
groupId = ' com.airbyte'
66
66
artifactId = ' api'
67
- version = ' 0.49.1 '
67
+ version = ' 0.49.2 '
68
68
69
69
from components. java
70
70
Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ class SDKConfiguration {
15
15
public int serverIdx = 0 ;
16
16
public String language = "java" ;
17
17
public String openapiDocVersion = "1.0.0" ;
18
- public String sdkVersion = "0.49.1 " ;
19
- public String genVersion = "2.259.1 " ;
20
- public String userAgent = "speakeasy-sdk/java 0.49.1 2.259.1 1.0.0 com.airbyte.api" ;
18
+ public String sdkVersion = "0.49.2 " ;
19
+ public String genVersion = "2.263.3 " ;
20
+ public String userAgent = "speakeasy-sdk/java 0.49.2 2.263.3 1.0.0 com.airbyte.api" ;
21
21
22
22
23
23
}
Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ public enum OAuthActorNames {
27
27
LEVER_HIRING ("lever-hiring" ),
28
28
LINKEDIN_ADS ("linkedin-ads" ),
29
29
MAILCHIMP ("mailchimp" ),
30
+ MICROSOFT_SHAREPOINT ("microsoft-sharepoint" ),
30
31
MICROSOFT_TEAMS ("microsoft-teams" ),
31
32
MONDAY ("monday" ),
32
33
NOTION ("notion" ),
33
34
PINTEREST ("pinterest" ),
34
35
RETENTLY ("retently" ),
35
36
SALESFORCE ("salesforce" ),
36
- SHOPIFY ("shopify" ),
37
37
SLACK ("slack" ),
38
38
SMARTSHEETS ("smartsheets" ),
39
39
SNAPCHAT_MARKETING ("snapchat-marketing" ),
You can’t perform that action at this time.
0 commit comments