File tree 7 files changed +28
-18
lines changed
src/main/java/com/airbyte/api
7 files changed +28
-18
lines changed Original file line number Diff line number Diff line change @@ -3,18 +3,18 @@ id: 5b16d152-46cd-4f0b-94e9-018ca2cfe7cd
3
3
management:
4
4
docChecksum: 241d5a786e59837e86f30500836a2a90
5
5
docVersion: 1.0.0
6
- speakeasyVersion: 1.295.2
7
- generationVersion: 2.335.5
8
- releaseVersion: 1.3 .0
9
- configChecksum: 6f0bcdfe257254a093d3df3f7b972ffa
6
+ speakeasyVersion: 1.296.1
7
+ generationVersion: 2.338.1
8
+ releaseVersion: 1.4 .0
9
+ configChecksum: d1d49e1d5acec0edd00c23da3fff400f
10
10
repoURL: https://github.com/airbytehq/airbyte-api-java-sdk.git
11
11
repoSubDirectory: .
12
12
published: true
13
13
features:
14
14
java:
15
15
additionalDependencies: 0.1.0
16
16
constsAndDefaults: 0.1.1
17
- core: 3.20 .0
17
+ core: 3.21 .0
18
18
globalSecurity: 2.82.5
19
19
globalSecurityCallbacks: 0.1.0
20
20
globalServerURLs: 2.82.1
Original file line number Diff line number Diff line change 1
- speakeasyVersion: 1.295.2
1
+ speakeasyVersion: 1.296.1
2
2
sources:
3
3
my-source:
4
4
sourceNamespace: my-source
5
- sourceRevisionDigest: sha256:e5f43f3e80a19569448d16678f2346190b886bc5ede6eeeeca6ecca17a2b8f46
6
- sourceBlobDigest: sha256:5002526e52b4b8b3e125dca26bb7012cc13506af3b785c705086d6f27f24b3f8
5
+ sourceRevisionDigest: sha256:9ed7623b652ec818569cb47fce0127fe6783e16704ab9adf9e46b71af8aae9ec
6
+ sourceBlobDigest: sha256:8875c40e813888ed64de348464aa44c0e6e46fe0b90982cbfbe08c9801a87c99
7
7
tags:
8
8
- latest
9
9
- main
10
10
targets:
11
11
airbyte-api:
12
12
source: my-source
13
13
sourceNamespace: my-source
14
- sourceRevisionDigest: sha256:e5f43f3e80a19569448d16678f2346190b886bc5ede6eeeeca6ecca17a2b8f46
15
- sourceBlobDigest: sha256:5002526e52b4b8b3e125dca26bb7012cc13506af3b785c705086d6f27f24b3f8
14
+ sourceRevisionDigest: sha256:9ed7623b652ec818569cb47fce0127fe6783e16704ab9adf9e46b71af8aae9ec
15
+ sourceBlobDigest: sha256:8875c40e813888ed64de348464aa44c0e6e46fe0b90982cbfbe08c9801a87c99
16
16
outLocation: /github/workspace/repo
17
17
workflow:
18
18
workflowVersion: 1.0.0
Original file line number Diff line number Diff line change @@ -24,15 +24,15 @@ The samples below show how a published SDK artifact is used:
24
24
25
25
Gradle:
26
26
``` groovy
27
- implementation 'com.airbyte.api:public-api:1.3 .0'
27
+ implementation 'com.airbyte.api:public-api:1.4 .0'
28
28
```
29
29
30
30
Maven:
31
31
``` xml
32
32
<dependency >
33
33
<groupId >com.airbyte.api</groupId >
34
34
<artifactId >public-api</artifactId >
35
- <version >1.3 .0</version >
35
+ <version >1.4 .0</version >
36
36
</dependency >
37
37
```
38
38
Original file line number Diff line number Diff line change @@ -1051,4 +1051,14 @@ Based on:
1051
1051
### Generated
1052
1052
- [ java v1.3.0] .
1053
1053
### Releases
1054
- - [ Maven Central v1.3.0] https://central.sonatype.com/artifact/com.airbyte/api/1.3.0 - .
1054
+ - [ Maven Central v1.3.0] https://central.sonatype.com/artifact/com.airbyte/api/1.3.0 - .
1055
+
1056
+ ## 2024-05-24 23:58:59
1057
+ ### Changes
1058
+ Based on:
1059
+ - OpenAPI Doc
1060
+ - Speakeasy CLI 1.296.1 (2.338.1) https://github.com/speakeasy-api/speakeasy
1061
+ ### Generated
1062
+ - [ java v1.4.0] .
1063
+ ### Releases
1064
+ - [ Maven Central v1.4.0] https://central.sonatype.com/artifact/com.airbyte/api/1.4.0 - .
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ publishing {
65
65
maven(MavenPublication ) {
66
66
groupId = ' com.airbyte'
67
67
artifactId = ' api'
68
- version = ' 1.3 .0'
68
+ version = ' 1.4 .0'
69
69
70
70
from components. java
71
71
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ generation:
11
11
auth :
12
12
oAuth2ClientCredentialsEnabled : true
13
13
java :
14
- version : 1.3 .0
14
+ version : 1.4 .0
15
15
additionalDependencies : []
16
16
artifactID : api
17
17
clientServerStatusCodesAsErrors : true
Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ public Optional<SecuritySource> securitySource() {
21
21
public int serverIdx = 0 ;
22
22
public String language = "java" ;
23
23
public String openapiDocVersion = "1.0.0" ;
24
- public String sdkVersion = "1.3 .0" ;
25
- public String genVersion = "2.335.5 " ;
26
- public String userAgent = "speakeasy-sdk/java 1.3 .0 2.335.5 1.0.0 com.airbyte.api" ;
24
+ public String sdkVersion = "1.4 .0" ;
25
+ public String genVersion = "2.338.1 " ;
26
+ public String userAgent = "speakeasy-sdk/java 1.4 .0 2.338.1 1.0.0 com.airbyte.api" ;
27
27
28
28
private com .airbyte .api .utils .Hooks _hooks = new com .airbyte .api .utils .Hooks ();
29
29
You can’t perform that action at this time.
0 commit comments