Skip to content

Commit 8708c8e

Browse files
committed
ci: regenerated with OpenAPI Doc 1.0.0, Speakeasy CLI 1.133.1
1 parent 8704497 commit 8708c8e

File tree

6 files changed

+21
-11
lines changed

6 files changed

+21
-11
lines changed

.speakeasy/gen.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ management:
44
docChecksum: 8f62e207fcdebe72da7eb9c7525220b5
55
docVersion: 1.0.0
66
speakeasyVersion: internal
7-
generationVersion: 2.225.2
8-
releaseVersion: 0.47.1
9-
configChecksum: 83c3eeaa114e81d9a536c9f5c41fa1f4
7+
generationVersion: 2.228.1
8+
releaseVersion: 0.47.2
9+
configChecksum: 43f5adc74d3e72e5fe9fdef69d95773b
1010
repoURL: https://github.com/airbytehq/airbyte-api-java-sdk.git
1111
repoSubDirectory: .
1212
published: true
1313
features:
1414
java:
15-
core: 3.2.0
15+
core: 3.2.1
1616
globalSecurity: 2.81.2
1717
globalServerURLs: 2.82.1
1818
generatedFiles:

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.47.1'
24+
implementation 'com.airbyte.api:public-api:0.47.2'
2525
```
2626
<!-- End SDK Installation [installation] -->
2727

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -941,4 +941,14 @@ Based on:
941941
### Generated
942942
- [java v0.47.1] .
943943
### Releases
944-
- [Maven Central v0.47.1] https://central.sonatype.com/artifact/com.airbyte/api/0.47.1 - .
944+
- [Maven Central v0.47.1] https://central.sonatype.com/artifact/com.airbyte/api/0.47.1 - .
945+
946+
## 2024-01-06 00:13:23
947+
### Changes
948+
Based on:
949+
- OpenAPI Doc 1.0.0
950+
- Speakeasy CLI 1.133.1 (2.228.1) https://github.com/speakeasy-api/speakeasy
951+
### Generated
952+
- [java v0.47.2] .
953+
### Releases
954+
- [Maven Central v0.47.2] https://central.sonatype.com/artifact/com.airbyte/api/0.47.2 - .

gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ generation:
66
fixes:
77
nameResolutionDec2023: false
88
java:
9-
version: 0.47.1
9+
version: 0.47.2
1010
artifactID: api
1111
companyEmail: info@airbyte.com
1212
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.47.1'
59+
version = '0.47.2'
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.47.1";
19-
public String genVersion = "2.225.2";
20-
public String userAgent = "speakeasy-sdk/java 0.47.1 2.225.2 1.0.0 <no value>";
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";
2121

2222

2323
}

0 commit comments

Comments
 (0)