File tree Expand file tree Collapse file tree 7 files changed +28
-18
lines changed
src/main/java/com/apideck/unify Expand file tree Collapse file tree 7 files changed +28
-18
lines changed Original file line number Diff line number Diff line change 11lockVersion: 2.0.0
22id: 38254260-287a-40b6-9ac5-c2fcb654c9cc
33management:
4- docChecksum: fec8c2730e982bf83c3099723c55988d
5- docVersion: 10.21.16
4+ docChecksum: 32980ab2e16f23834a021f4a0220f18a
5+ docVersion: 10.21.17
66 speakeasyVersion: 1.660.0
77 generationVersion: 2.760.2
8- releaseVersion: 0.27.7
9- configChecksum: e91115f5d020b72fcda97e832283d71c
8+ releaseVersion: 0.27.8
9+ configChecksum: 1f65afec567b61163e7f2cf3b065062e
1010 repoURL: https://github.com/apideck-libraries/sdk-java.git
1111 published: true
1212features:
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ generation:
2525 generateNewTests : false
2626 skipResponseBodyAssertions : false
2727java :
28- version : 0.27.7
28+ version : 0.27.8
2929 additionalDependencies : []
3030 additionalPlugins : []
3131 artifactID : unify
Original file line number Diff line number Diff line change @@ -2,20 +2,20 @@ speakeasyVersion: 1.660.0
22sources:
33 Apideck-OAS:
44 sourceNamespace: apideck-oas
5- sourceRevisionDigest: sha256:85d0d06301e39146f69bd1c0253a1ca571e16ad9dfb1a38813e8070d58803fc8
6- sourceBlobDigest: sha256:129482fb20633945aba7ec1c30007ea42ccab0819670f2708ad73ddaf642322a
5+ sourceRevisionDigest: sha256:de306d872a1c680564d7ffaca595bf65ca646d4451327091bfc15653cbe5f8d7
6+ sourceBlobDigest: sha256:5ec5d4ac95acd9164fc9a23aeed2a0a045c66059261d98c186f59d559d9d743c
77 tags:
88 - latest
9- - speakeasy-sdk-regen-1763971802
10- - 10.21.16
9+ - speakeasy-sdk-regen-1764064770
10+ - 10.21.17
1111targets:
1212 apideck:
1313 source: Apideck-OAS
1414 sourceNamespace: apideck-oas
15- sourceRevisionDigest: sha256:85d0d06301e39146f69bd1c0253a1ca571e16ad9dfb1a38813e8070d58803fc8
16- sourceBlobDigest: sha256:129482fb20633945aba7ec1c30007ea42ccab0819670f2708ad73ddaf642322a
15+ sourceRevisionDigest: sha256:de306d872a1c680564d7ffaca595bf65ca646d4451327091bfc15653cbe5f8d7
16+ sourceBlobDigest: sha256:5ec5d4ac95acd9164fc9a23aeed2a0a045c66059261d98c186f59d559d9d743c
1717 codeSamplesNamespace: apideck-oas-java-code-samples
18- codeSamplesRevisionDigest: sha256:44b6bcee4438a411e12563c6961350b0d9bceee632e86a14ce91d2dd140efe20
18+ codeSamplesRevisionDigest: sha256:d5cee4709a43897fbc3a56eb02d120dbb2c030a5c906dca4c02a724f0e6e9d45
1919workflow:
2020 workflowVersion: 1.0.0
2121 speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -50,15 +50,15 @@ The samples below show how a published SDK artifact is used:
5050
5151Gradle:
5252``` groovy
53- implementation 'com.apideck:unify:0.27.7 '
53+ implementation 'com.apideck:unify:0.27.8 '
5454```
5555
5656Maven:
5757``` xml
5858<dependency >
5959 <groupId >com.apideck</groupId >
6060 <artifactId >unify</artifactId >
61- <version >0.27.7 </version >
61+ <version >0.27.8 </version >
6262</dependency >
6363```
6464
Original file line number Diff line number Diff line change @@ -628,4 +628,14 @@ Based on:
628628### Generated
629629- [ java v0.27.7] .
630630### Releases
631- - [ Maven Central v0.27.7] https://central.sonatype.com/artifact/com.apideck/unify/0.27.7 - .
631+ - [ Maven Central v0.27.7] https://central.sonatype.com/artifact/com.apideck/unify/0.27.7 - .
632+
633+ ## 2025-11-25 09:59:02
634+ ### Changes
635+ Based on:
636+ - OpenAPI Doc
637+ - Speakeasy CLI 1.660.0 (2.760.2) https://github.com/speakeasy-api/speakeasy
638+ ### Generated
639+ - [ java v0.27.8] .
640+ ### Releases
641+ - [ Maven Central v0.27.8] https://central.sonatype.com/artifact/com.apideck/unify/0.27.8 - .
Original file line number Diff line number Diff line change 11groupId =com.apideck
22artifactId =unify
3- version =0.27.7
3+ version =0.27.8
44org.gradle.jvmargs =-Xmx4g -XX:MaxMetaspaceSize =1g
Original file line number Diff line number Diff line change 2020public class SDKConfiguration {
2121
2222 private static final String LANGUAGE = "java" ;
23- public static final String OPENAPI_DOC_VERSION = "10.21.16 " ;
24- public static final String SDK_VERSION = "0.27.7 " ;
23+ public static final String OPENAPI_DOC_VERSION = "10.21.17 " ;
24+ public static final String SDK_VERSION = "0.27.8 " ;
2525 public static final String GEN_VERSION = "2.760.2" ;
2626 private static final String BASE_PACKAGE = "com.apideck.unify" ;
2727 public static final String USER_AGENT =
You canβt perform that action at this time.
0 commit comments