From c92b9ce93248c14febc4312a45cc8618bdd7c2a6 Mon Sep 17 00:00:00 2001 From: speakeasybot Date: Fri, 22 Nov 2024 00:16:27 +0000 Subject: [PATCH] ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.443.0 --- .speakeasy/gen.lock | 10 +++++----- .speakeasy/gen.yaml | 2 +- .speakeasy/workflow.lock | 14 +++++++------- README.md | 4 ++-- RELEASES.md | 12 +++++++++++- build.gradle | 4 ++-- .../java/com/apideck/unify/SDKConfiguration.java | 4 ++-- 7 files changed, 30 insertions(+), 20 deletions(-) diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index 0ed1f89..49a9d95 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: 4334ffef2795f1c48280e812833dd9d6 + docChecksum: 51366c2bf91c8d98986aa75c233a1b1b docVersion: 10.8.1 - speakeasyVersion: 1.441.1 - generationVersion: 2.461.2 - releaseVersion: 0.1.11 - configChecksum: 0d394cc616383dc04582e7feca08cdf8 + speakeasyVersion: 1.443.0 + generationVersion: 2.461.4 + releaseVersion: 0.1.12 + configChecksum: 5c06e236933190a83c97710265ecd9e6 repoURL: https://github.com/apideck-libraries/sdk-java.git published: true features: diff --git a/.speakeasy/gen.yaml b/.speakeasy/gen.yaml index 5b6d25e..870865b 100644 --- a/.speakeasy/gen.yaml +++ b/.speakeasy/gen.yaml @@ -13,7 +13,7 @@ generation: oAuth2ClientCredentialsEnabled: true oAuth2PasswordEnabled: true java: - version: 0.1.11 + version: 0.1.12 additionalDependencies: [] additionalPlugins: [] artifactID: unify diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index dc47b94..acee6b8 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -1,20 +1,20 @@ -speakeasyVersion: 1.441.1 +speakeasyVersion: 1.443.0 sources: Apideck-OAS: sourceNamespace: apideck-oas - sourceRevisionDigest: sha256:785baf18a95e4ada6d6fd933c1693d8dc6ed51965dddd46c0d266e1f36c864f3 - sourceBlobDigest: sha256:a248ccbdea4f8606afcaed86823f9e6e528a382fba0f616317d16ebda61acf5a + sourceRevisionDigest: sha256:13f8e8b9a943c9ea0285af8c8c0c4c3ab2ada32d0e2230115a52338e13e5aa31 + sourceBlobDigest: sha256:287e6fe6d2552ff30ece81b95facf5086a495e96c2e83b174a942be60c3e3643 tags: - latest - - speakeasy-sdk-regen-1732179763 + - speakeasy-sdk-regen-1732234351 targets: apideck: source: Apideck-OAS sourceNamespace: apideck-oas - sourceRevisionDigest: sha256:785baf18a95e4ada6d6fd933c1693d8dc6ed51965dddd46c0d266e1f36c864f3 - sourceBlobDigest: sha256:a248ccbdea4f8606afcaed86823f9e6e528a382fba0f616317d16ebda61acf5a + sourceRevisionDigest: sha256:13f8e8b9a943c9ea0285af8c8c0c4c3ab2ada32d0e2230115a52338e13e5aa31 + sourceBlobDigest: sha256:287e6fe6d2552ff30ece81b95facf5086a495e96c2e83b174a942be60c3e3643 codeSamplesNamespace: apideck-oas-code-samples - codeSamplesRevisionDigest: sha256:dccf01e89633bc1e21a30a5c930237861d8d74d047c7b03114537c926f6841f3 + codeSamplesRevisionDigest: sha256:2e3692895938cda246ef6b8efacf58e5894906e14e577d829cd359f4b2afdf42 workflow: workflowVersion: 1.0.0 speakeasyVersion: latest diff --git a/README.md b/README.md index beb0dce..abc0aff 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ The samples below show how a published SDK artifact is used: Gradle: ```groovy -implementation 'com.apideck:unify:0.1.11' +implementation 'com.apideck:unify:0.1.12' ``` Maven: @@ -53,7 +53,7 @@ Maven: com.apideck unify - 0.1.11 + 0.1.12 ``` diff --git a/RELEASES.md b/RELEASES.md index 7dd5e28..fd15bf0 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -8,4 +8,14 @@ Based on: ### Generated - [java v0.1.11] . ### Releases -- [Maven Central v0.1.11] https://central.sonatype.com/artifact/com.apideck/unify/0.1.11 - . \ No newline at end of file +- [Maven Central v0.1.11] https://central.sonatype.com/artifact/com.apideck/unify/0.1.11 - . + +## 2024-11-22 00:12:27 +### Changes +Based on: +- OpenAPI Doc +- Speakeasy CLI 1.443.0 (2.461.4) https://github.com/speakeasy-api/speakeasy +### Generated +- [java v0.1.12] . +### Releases +- [Maven Central v0.1.12] https://central.sonatype.com/artifact/com.apideck/unify/0.1.12 - . \ No newline at end of file diff --git a/build.gradle b/build.gradle index 8b6ddbe..30c02d4 100644 --- a/build.gradle +++ b/build.gradle @@ -63,7 +63,7 @@ tasks.withType(Javadoc) { } group = "com.apideck" -version = "0.1.11" +version = "0.1.12" sourcesJar { archiveBaseName = "unify" @@ -101,7 +101,7 @@ publishing { maven(MavenPublication) { groupId = 'com.apideck' artifactId = 'unify' - version = '0.1.11' + version = '0.1.12' from components.java diff --git a/src/main/java/com/apideck/unify/SDKConfiguration.java b/src/main/java/com/apideck/unify/SDKConfiguration.java index b2c2ba9..bd5087e 100644 --- a/src/main/java/com/apideck/unify/SDKConfiguration.java +++ b/src/main/java/com/apideck/unify/SDKConfiguration.java @@ -27,8 +27,8 @@ public Optional securitySource() { public int serverIdx = 0; private static final String LANGUAGE = "java"; public static final String OPENAPI_DOC_VERSION = "10.8.1"; - public static final String SDK_VERSION = "0.1.11"; - public static final String GEN_VERSION = "2.461.2"; + public static final String SDK_VERSION = "0.1.12"; + public static final String GEN_VERSION = "2.461.4"; private static final String BASE_PACKAGE = "com.apideck.unify"; public static final String USER_AGENT = String.format("speakeasy-sdk/%s %s %s %s %s",