From 83ed0359470b9cafee966455281d574c6628b908 Mon Sep 17 00:00:00 2001 From: speakeasybot Date: Thu, 26 Mar 2026 10:57:32 +0000 Subject: [PATCH 1/3] ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.759.3 --- .speakeasy/gen.lock | 27 +++++++++---------- .speakeasy/gen.yaml | 2 +- .speakeasy/workflow.lock | 14 +++++----- README.md | 4 +-- RELEASES.md | 12 ++++++++- gradle.properties | 2 +- .../com/apideck/unify/SDKConfiguration.java | 6 ++--- 7 files changed, 38 insertions(+), 29 deletions(-) diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index 950587f1..301f164c 100644 --- a/.speakeasy/gen.lock +++ b/.speakeasy/gen.lock @@ -1,19 +1,19 @@ lockVersion: 2.0.0 id: 38254260-287a-40b6-9ac5-c2fcb654c9cc management: - docChecksum: 8e30502b1de6fd23138eb9c321a354e9 - docVersion: 10.24.7 - speakeasyVersion: 1.759.1 - generationVersion: 2.869.10 - releaseVersion: 0.31.1 - configChecksum: 26e977d937ea21eda35bebc846617924 + docChecksum: 135473acf19662d9c8e7b8f99c7c1760 + docVersion: 10.24.9 + speakeasyVersion: 1.759.3 + generationVersion: 2.869.25 + releaseVersion: 0.31.2 + configChecksum: 5dd92e1f0545543504e54ad893d7f05f repoURL: https://github.com/apideck-libraries/sdk-java.git installationURL: https://github.com/apideck-libraries/sdk-java published: true persistentEdits: - generation_id: 21d57337-b972-4c03-901e-dc72a37e55b6 - pristine_commit_hash: cf4491713cca28fddf018e9302c33c4d18fa0386 - pristine_tree_hash: 47fbcd024dd5717a6cd009b5e1c8bb387c67f9a9 + generation_id: 25c6ae89-b584-4a3b-8578-adaf07c60910 + pristine_commit_hash: 966f0447c62587c5359dc6fe5537f0bfdc51b1c0 + pristine_tree_hash: b07131b7d072830a1eddd82f453b87aa8500305c features: java: acceptHeaders: 2.81.2 @@ -7001,8 +7001,8 @@ trackedFiles: pristine_git_object: c755c6aa377f358344e761e9cc3e7b67bc1fb479 gradle.properties: id: 2afbb999f001 - last_write_checksum: sha1:2c6a696ac0d8a6e9ffbb7f0355f4bc4c6b4d8006 - pristine_git_object: 0c5c4978b28754c141422ca29478a4b81acc3586 + last_write_checksum: sha1:8f92b27bff937faff7bce9cfee21782953f56ed5 + pristine_git_object: 2ca41f9df1334894c69fe3437a1f21d72d4193ab gradle/wrapper/gradle-wrapper.jar: id: ec27dae6e852 last_write_checksum: sha1:f725fb1467084142d74fd7cd8eab691ab3442611 @@ -7821,8 +7821,8 @@ trackedFiles: pristine_git_object: 7296db7ebcdcff7ee348d1f993fc4aa2a7e6c145 src/main/java/com/apideck/unify/SDKConfiguration.java: id: a2b330a87142 - last_write_checksum: sha1:0fda4d1091c9a0dbf7c5f87aea4835a72bb6ce3c - pristine_git_object: 31bb25a494748337ae7194225bc28ff047469089 + last_write_checksum: sha1:3a765eb08dbfe5f6086e9261074baba79330a921 + pristine_git_object: 47962578e05ff1e26bf96a4177a8d9ca794824e3 src/main/java/com/apideck/unify/SecuritySource.java: id: e4566c6c806b last_write_checksum: sha1:101bf1a9f5cf4e8c37abb4540147276eebb2bab0 @@ -36475,7 +36475,6 @@ examples: application/json: {"status_code": 400, "error": "Bad Request", "type_name": "RequestHeadersValidationError", "message": "Invalid Params", "detail": "Missing Header: x-apideck-consumer-id", "ref": "https://developers.apideck.com/errors#unauthorizederror"} examplesVersion: 1.0.2 generatedTests: {} -releaseNotes: "## Java SDK Changes:\n* `apideck.accounting.journalEntries.list()`: `response.data[].lineItems[]` **Changed** (Breaking ⚠️)\n* `apideck.accounting.journalEntries.get()`: `response.data.lineItems[]` **Changed** (Breaking ⚠️)\n* `apideck.accounting.journalEntries.create()`: \n * `request.journalEntry.lineItems[]` **Changed**\n* `apideck.accounting.journalEntries.update()`: \n * `request.journalEntry.lineItems[]` **Changed**\n* `apideck.accounting.expenses.list()`: `response.data[].account.type.enum(employee)` **Added**\n* `apideck.accounting.expenses.create()`: \n * `request.expense.account.type.enum(employee)` **Added**\n* `apideck.accounting.expenses.get()`: `response.data.account.type.enum(employee)` **Added**\n* `apideck.accounting.expenses.update()`: \n * `request.expense.account.type.enum(employee)` **Added**\n* `apideck.accounting.employees.list()`: `response.data[].bankAccount` **Added**\n* `apideck.accounting.employees.create()`: \n * `request.accountingEmployee.bankAccount` **Added**\n* `apideck.accounting.employees.get()`: `response.data.bankAccount` **Added**\n* `apideck.accounting.employees.update()`: \n * `request.accountingEmployee.bankAccount` **Added**\n" generatedFiles: - .gitattributes - USAGE.md diff --git a/.speakeasy/gen.yaml b/.speakeasy/gen.yaml index cc7d7cd9..38f0c46a 100644 --- a/.speakeasy/gen.yaml +++ b/.speakeasy/gen.yaml @@ -29,7 +29,7 @@ generation: generateNewTests: false skipResponseBodyAssertions: false java: - version: 0.31.1 + version: 0.31.2 additionalDependencies: [] additionalPlugins: [] artifactID: unify diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index 6a6ced0a..ceac9f84 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -1,20 +1,20 @@ -speakeasyVersion: 1.759.1 +speakeasyVersion: 1.759.3 sources: Apideck-OAS: sourceNamespace: apideck-oas - sourceRevisionDigest: sha256:abca14f925e08b54bc3619edba379865d07e541af86117609ea35ceef478de58 - sourceBlobDigest: sha256:d1b1813921cc391de1f68ebefb1e85c7589e59fa2b2191d258683e10a051d796 + sourceRevisionDigest: sha256:e2a40b61a517f4cba97a67df12a51794c024c8ebf646bbaa1746eb99af3337bc + sourceBlobDigest: sha256:76b1904ad610cc3c9a0186062e9976f4fd73f2cd9150defaba44dc14148831d5 tags: - latest - - 10.24.7 + - 10.24.9 targets: apideck: source: Apideck-OAS sourceNamespace: apideck-oas - sourceRevisionDigest: sha256:abca14f925e08b54bc3619edba379865d07e541af86117609ea35ceef478de58 - sourceBlobDigest: sha256:d1b1813921cc391de1f68ebefb1e85c7589e59fa2b2191d258683e10a051d796 + sourceRevisionDigest: sha256:e2a40b61a517f4cba97a67df12a51794c024c8ebf646bbaa1746eb99af3337bc + sourceBlobDigest: sha256:76b1904ad610cc3c9a0186062e9976f4fd73f2cd9150defaba44dc14148831d5 codeSamplesNamespace: apideck-oas-java-code-samples - codeSamplesRevisionDigest: sha256:9012bf4bd92aa3077d57485eefd0790a30d5c8ff113f6829f8e6634252903098 + codeSamplesRevisionDigest: sha256:a67a4691b5a43d9ac86c909b3ec08204f10f858f575503050c1cd00be2fa8d91 workflow: workflowVersion: 1.0.0 speakeasyVersion: latest diff --git a/README.md b/README.md index a5a397d4..6ad30e1d 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ The samples below show how a published SDK artifact is used: Gradle: ```groovy -implementation 'com.apideck:unify:0.31.1' +implementation 'com.apideck:unify:0.31.2' ``` Maven: @@ -59,7 +59,7 @@ Maven: com.apideck unify - 0.31.1 + 0.31.2 ``` diff --git a/RELEASES.md b/RELEASES.md index c0c67d3b..bfb7b058 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -748,4 +748,14 @@ Based on: ### Generated - [java v0.31.1] . ### Releases -- [Maven Central v0.31.1] https://central.sonatype.com/artifact/com.apideck/unify/0.31.1 - . \ No newline at end of file +- [Maven Central v0.31.1] https://central.sonatype.com/artifact/com.apideck/unify/0.31.1 - . + +## 2026-03-26 10:53:54 +### Changes +Based on: +- OpenAPI Doc +- Speakeasy CLI 1.759.3 (2.869.25) https://github.com/speakeasy-api/speakeasy +### Generated +- [java v0.31.2] . +### Releases +- [Maven Central v0.31.2] https://central.sonatype.com/artifact/com.apideck/unify/0.31.2 - . \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 0c5c4978..2ca41f9d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ groupId=com.apideck artifactId=unify -version=0.31.1 +version=0.31.2 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 31bb25a4..47962578 100644 --- a/src/main/java/com/apideck/unify/SDKConfiguration.java +++ b/src/main/java/com/apideck/unify/SDKConfiguration.java @@ -20,9 +20,9 @@ public class SDKConfiguration { private static final String LANGUAGE = "java"; - public static final String OPENAPI_DOC_VERSION = "10.24.7"; - public static final String SDK_VERSION = "0.31.1"; - public static final String GEN_VERSION = "2.869.10"; + public static final String OPENAPI_DOC_VERSION = "10.24.9"; + public static final String SDK_VERSION = "0.31.2"; + public static final String GEN_VERSION = "2.869.25"; private static final String BASE_PACKAGE = "com.apideck.unify"; public static final String USER_AGENT = String.format("speakeasy-sdk/%s %s %s %s %s", From 13bb2928fa226f0a69f5e0e2bb5854549466dbff Mon Sep 17 00:00:00 2001 From: "speakeasy-github[bot]" <128539517+speakeasy-github[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 10:57:39 +0000 Subject: [PATCH 2/3] empty commit to trigger [run-tests] workflow From f3b95d6e6105ce0d9cca39e72cdf8f5359f48012 Mon Sep 17 00:00:00 2001 From: "speakeasy-github[bot]" <128539517+speakeasy-github[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 10:59:10 +0000 Subject: [PATCH 3/3] empty commit to trigger [run-tests] workflow