From 62ac65be2caf85391c49450a6f8a50480026f968 Mon Sep 17 00:00:00 2001 From: speakeasybot Date: Tue, 25 Nov 2025 10:03:21 +0000 Subject: [PATCH 1/2] ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.660.0 --- .speakeasy/gen.lock | 8 ++++---- .speakeasy/gen.yaml | 2 +- .speakeasy/workflow.lock | 14 +++++++------- README.md | 4 ++-- RELEASES.md | 12 +++++++++++- gradle.properties | 2 +- .../java/com/apideck/unify/SDKConfiguration.java | 4 ++-- 7 files changed, 28 insertions(+), 18 deletions(-) diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index 257a28fe2..6fd570acb 100644 --- a/.speakeasy/gen.lock +++ b/.speakeasy/gen.lock @@ -1,12 +1,12 @@ lockVersion: 2.0.0 id: 38254260-287a-40b6-9ac5-c2fcb654c9cc management: - docChecksum: fec8c2730e982bf83c3099723c55988d - docVersion: 10.21.16 + docChecksum: 32980ab2e16f23834a021f4a0220f18a + docVersion: 10.21.17 speakeasyVersion: 1.660.0 generationVersion: 2.760.2 - releaseVersion: 0.27.7 - configChecksum: e91115f5d020b72fcda97e832283d71c + releaseVersion: 0.27.8 + configChecksum: 1f65afec567b61163e7f2cf3b065062e repoURL: https://github.com/apideck-libraries/sdk-java.git published: true features: diff --git a/.speakeasy/gen.yaml b/.speakeasy/gen.yaml index 7573a9d85..f62e9be25 100644 --- a/.speakeasy/gen.yaml +++ b/.speakeasy/gen.yaml @@ -25,7 +25,7 @@ generation: generateNewTests: false skipResponseBodyAssertions: false java: - version: 0.27.7 + version: 0.27.8 additionalDependencies: [] additionalPlugins: [] artifactID: unify diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index 594d323f7..65a42f0dd 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -2,20 +2,20 @@ speakeasyVersion: 1.660.0 sources: Apideck-OAS: sourceNamespace: apideck-oas - sourceRevisionDigest: sha256:85d0d06301e39146f69bd1c0253a1ca571e16ad9dfb1a38813e8070d58803fc8 - sourceBlobDigest: sha256:129482fb20633945aba7ec1c30007ea42ccab0819670f2708ad73ddaf642322a + sourceRevisionDigest: sha256:de306d872a1c680564d7ffaca595bf65ca646d4451327091bfc15653cbe5f8d7 + sourceBlobDigest: sha256:5ec5d4ac95acd9164fc9a23aeed2a0a045c66059261d98c186f59d559d9d743c tags: - latest - - speakeasy-sdk-regen-1763971802 - - 10.21.16 + - speakeasy-sdk-regen-1764064770 + - 10.21.17 targets: apideck: source: Apideck-OAS sourceNamespace: apideck-oas - sourceRevisionDigest: sha256:85d0d06301e39146f69bd1c0253a1ca571e16ad9dfb1a38813e8070d58803fc8 - sourceBlobDigest: sha256:129482fb20633945aba7ec1c30007ea42ccab0819670f2708ad73ddaf642322a + sourceRevisionDigest: sha256:de306d872a1c680564d7ffaca595bf65ca646d4451327091bfc15653cbe5f8d7 + sourceBlobDigest: sha256:5ec5d4ac95acd9164fc9a23aeed2a0a045c66059261d98c186f59d559d9d743c codeSamplesNamespace: apideck-oas-java-code-samples - codeSamplesRevisionDigest: sha256:44b6bcee4438a411e12563c6961350b0d9bceee632e86a14ce91d2dd140efe20 + codeSamplesRevisionDigest: sha256:d5cee4709a43897fbc3a56eb02d120dbb2c030a5c906dca4c02a724f0e6e9d45 workflow: workflowVersion: 1.0.0 speakeasyVersion: latest diff --git a/README.md b/README.md index a912e21f3..8bd96d382 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ The samples below show how a published SDK artifact is used: Gradle: ```groovy -implementation 'com.apideck:unify:0.27.7' +implementation 'com.apideck:unify:0.27.8' ``` Maven: @@ -58,7 +58,7 @@ Maven: com.apideck unify - 0.27.7 + 0.27.8 ``` diff --git a/RELEASES.md b/RELEASES.md index 38eef991a..5cd09876b 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -628,4 +628,14 @@ Based on: ### Generated - [java v0.27.7] . ### Releases -- [Maven Central v0.27.7] https://central.sonatype.com/artifact/com.apideck/unify/0.27.7 - . \ No newline at end of file +- [Maven Central v0.27.7] https://central.sonatype.com/artifact/com.apideck/unify/0.27.7 - . + +## 2025-11-25 09:59:02 +### Changes +Based on: +- OpenAPI Doc +- Speakeasy CLI 1.660.0 (2.760.2) https://github.com/speakeasy-api/speakeasy +### Generated +- [java v0.27.8] . +### Releases +- [Maven Central v0.27.8] https://central.sonatype.com/artifact/com.apideck/unify/0.27.8 - . \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 9fb49a7c7..3a08560d3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ groupId=com.apideck artifactId=unify -version=0.27.7 +version=0.27.8 org.gradle.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=1g diff --git a/src/main/java/com/apideck/unify/SDKConfiguration.java b/src/main/java/com/apideck/unify/SDKConfiguration.java index 45099e344..9029e9cf0 100644 --- a/src/main/java/com/apideck/unify/SDKConfiguration.java +++ b/src/main/java/com/apideck/unify/SDKConfiguration.java @@ -20,8 +20,8 @@ public class SDKConfiguration { private static final String LANGUAGE = "java"; - public static final String OPENAPI_DOC_VERSION = "10.21.16"; - public static final String SDK_VERSION = "0.27.7"; + public static final String OPENAPI_DOC_VERSION = "10.21.17"; + public static final String SDK_VERSION = "0.27.8"; public static final String GEN_VERSION = "2.760.2"; private static final String BASE_PACKAGE = "com.apideck.unify"; public static final String USER_AGENT = From 822a43be81c87b7b3f59ea87ccc7e704507e8cd1 Mon Sep 17 00:00:00 2001 From: "speakeasy-github[bot]" <128539517+speakeasy-github[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 10:04:08 +0000 Subject: [PATCH 2/2] empty commit to trigger [run-tests] workflow