From e1e312a3747c1f66c8e7cfb407b1772c321a26d5 Mon Sep 17 00:00:00 2001 From: speakeasybot Date: Wed, 17 Jul 2024 01:23:02 +0000 Subject: [PATCH] ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.337.1 --- .speakeasy/gen.lock | 4 ++-- .speakeasy/workflow.lock | 8 ++++---- README.md | 4 ++-- RELEASES.md | 12 +++++++++++- build.gradle | 4 ++-- gen.yaml | 2 +- src/main/java/com/airbyte/api/SDKConfiguration.java | 4 ++-- 7 files changed, 24 insertions(+), 14 deletions(-) diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index 26fb9c4e..2ce5ac00 100755 --- a/.speakeasy/gen.lock +++ b/.speakeasy/gen.lock @@ -5,8 +5,8 @@ management: docVersion: 1.0.0 speakeasyVersion: 1.337.1 generationVersion: 2.373.2 - releaseVersion: 1.5.6 - configChecksum: 78f04711a7ee3d2616ef89625c4ba8fc + releaseVersion: 1.5.7 + configChecksum: 665b60af38afd9b8c5f5519a98ea7088 repoURL: https://github.com/airbytehq/airbyte-api-java-sdk.git repoSubDirectory: . published: true diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index d3cadf79..ff4c69a1 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -9,8 +9,8 @@ sources: - main sample-source: sourceNamespace: my-source - sourceRevisionDigest: sha256:ae1458922028c585899e924550deb102771e785502796350b07e0318e63dc3c5 - sourceBlobDigest: sha256:f8ca9ad89a0c2b7c34a61f37b54738b3145684d626855b551abe57898a3837be + sourceRevisionDigest: sha256:84c035221761f746e65967de0ed9c8b01ff1d97fff7111d106df2710fd305b3d + sourceBlobDigest: sha256:0a3016ebd2c390c0064f08603f883d730712411cb731216658d123d67213563a tags: - latest - main @@ -24,8 +24,8 @@ targets: testing: source: sample-source sourceNamespace: my-source - sourceRevisionDigest: sha256:ae1458922028c585899e924550deb102771e785502796350b07e0318e63dc3c5 - sourceBlobDigest: sha256:f8ca9ad89a0c2b7c34a61f37b54738b3145684d626855b551abe57898a3837be + sourceRevisionDigest: sha256:84c035221761f746e65967de0ed9c8b01ff1d97fff7111d106df2710fd305b3d + sourceBlobDigest: sha256:0a3016ebd2c390c0064f08603f883d730712411cb731216658d123d67213563a outLocation: /github/workspace/repo workflow: workflowVersion: 1.0.0 diff --git a/README.md b/README.md index 76876020..7849e3be 100755 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ The samples below show how a published SDK artifact is used: Gradle: ```groovy -implementation 'com.airbyte:api:1.5.6' +implementation 'com.airbyte:api:1.5.7' ``` Maven: @@ -34,7 +34,7 @@ Maven: com.airbyte api - 1.5.6 + 1.5.7 ``` diff --git a/RELEASES.md b/RELEASES.md index f735b475..ba8dad27 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1141,4 +1141,14 @@ Based on: ### Generated - [java v1.5.6] . ### Releases -- [Maven Central v1.5.6] https://central.sonatype.com/artifact/com.airbyte/api/1.5.6 - . \ No newline at end of file +- [Maven Central v1.5.6] https://central.sonatype.com/artifact/com.airbyte/api/1.5.6 - . + +## 2024-07-17 01:21:13 +### Changes +Based on: +- OpenAPI Doc +- Speakeasy CLI 1.337.1 (2.373.2) https://github.com/speakeasy-api/speakeasy +### Generated +- [java v1.5.7] . +### Releases +- [Maven Central v1.5.7] https://central.sonatype.com/artifact/com.airbyte/api/1.5.7 - . \ No newline at end of file diff --git a/build.gradle b/build.gradle index 8dc82561..07861426 100644 --- a/build.gradle +++ b/build.gradle @@ -61,7 +61,7 @@ tasks.withType(Javadoc) { options.addStringOption('Xdoclint:none', '-quiet') } group = "com.airbyte" -version = "1.5.6" +version = "1.5.7" sourcesJar { archiveBaseName = "api" @@ -98,7 +98,7 @@ publishing { maven(MavenPublication) { groupId = 'com.airbyte' artifactId = 'api' - version = '1.5.6' + version = '1.5.7' from components.java diff --git a/gen.yaml b/gen.yaml index 499f71f2..335ef82a 100644 --- a/gen.yaml +++ b/gen.yaml @@ -11,7 +11,7 @@ generation: auth: oAuth2ClientCredentialsEnabled: true java: - version: 1.5.6 + version: 1.5.7 additionalDependencies: [] additionalPlugins: [] artifactID: api diff --git a/src/main/java/com/airbyte/api/SDKConfiguration.java b/src/main/java/com/airbyte/api/SDKConfiguration.java index 405bdc80..3a4946c1 100644 --- a/src/main/java/com/airbyte/api/SDKConfiguration.java +++ b/src/main/java/com/airbyte/api/SDKConfiguration.java @@ -22,9 +22,9 @@ public Optional securitySource() { public int serverIdx = 0; public String language = "java"; public String openapiDocVersion = "1.0.0"; - public String sdkVersion = "1.5.6"; + public String sdkVersion = "1.5.7"; public String genVersion = "2.373.2"; - public String userAgent = "speakeasy-sdk/java 1.5.6 2.373.2 1.0.0 com.airbyte.api"; + public String userAgent = "speakeasy-sdk/java 1.5.7 2.373.2 1.0.0 com.airbyte.api"; private com.airbyte.api.utils.Hooks _hooks = createHooks();