File tree Expand file tree Collapse file tree 9 files changed +34
-20
lines changed
src/main/java/com/apideck/unify Expand file tree Collapse file tree 9 files changed +34
-20
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: db29eaf7f3b64d56236d11d01eac1adc
4+ docChecksum: ecd482039e1c45a66d454e3ee702eac5
55 docVersion: 10.21.15
6- speakeasyVersion: 1.653.0
7- generationVersion: 2.748.0
8- releaseVersion: 0.27.2
9- configChecksum: 58d0e5b0caea1735fc1c5cc0595925e5
6+ speakeasyVersion: 1.656.1
7+ generationVersion: 2.753.1
8+ releaseVersion: 0.27.3
9+ configChecksum: f3b951205534cfd975b848fa010bd88f
1010 repoURL: https://github.com/apideck-libraries/sdk-java.git
1111 published: true
1212features:
@@ -15,7 +15,7 @@ features:
1515 additionalDependencies: 0.1.0
1616 additionalProperties: 0.0.1
1717 constsAndDefaults: 0.1.1
18- core: 3.55.1
18+ core: 3.55.2
1919 deprecations: 2.81.1
2020 downloadStreams: 0.1.1
2121 errors: 1.0.0
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.2
28+ version : 0.27.3
2929 additionalDependencies : []
3030 additionalPlugins : []
3131 artifactID : unify
Original file line number Diff line number Diff line change 1- speakeasyVersion: 1.653.0
1+ speakeasyVersion: 1.656.1
22sources:
33 Apideck-OAS:
44 sourceNamespace: apideck-oas
5- sourceRevisionDigest: sha256:79f883de80a35608a5a7c7e807bb074866960e910ba3b2c37a546e84e32bd225
6- sourceBlobDigest: sha256:2caafd5ec9d50cdf80fadee0bab6eb2122f31dcab9479f87a378fcf4f6131eaf
5+ sourceRevisionDigest: sha256:ce289c2fb9beaebef7aadd72398653dfd46f3797e4ebf34f7a1e902876050f61
6+ sourceBlobDigest: sha256:561a7ad1de4091baf9a1a59a69c1117050b31133ff92a01da9bf0df2b2bc40aa
77 tags:
88 - latest
9- - speakeasy-sdk-regen-1762874476
9+ - speakeasy-sdk-regen-1763020786
1010 - 10.21.15
1111targets:
1212 apideck:
1313 source: Apideck-OAS
1414 sourceNamespace: apideck-oas
15- sourceRevisionDigest: sha256:79f883de80a35608a5a7c7e807bb074866960e910ba3b2c37a546e84e32bd225
16- sourceBlobDigest: sha256:2caafd5ec9d50cdf80fadee0bab6eb2122f31dcab9479f87a378fcf4f6131eaf
15+ sourceRevisionDigest: sha256:ce289c2fb9beaebef7aadd72398653dfd46f3797e4ebf34f7a1e902876050f61
16+ sourceBlobDigest: sha256:561a7ad1de4091baf9a1a59a69c1117050b31133ff92a01da9bf0df2b2bc40aa
1717 codeSamplesNamespace: apideck-oas-java-code-samples
18- codeSamplesRevisionDigest: sha256:7134c7efc21b207fe4ecfc0cec244d89caf4a0f450f0695468d52e833858a3a3
18+ codeSamplesRevisionDigest: sha256:280a1e3b5ac6a8da2c366090ba1e9485c57b373b6f190750a9f7bbc6a3e023fd
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.2 '
53+ implementation 'com.apideck:unify:0.27.3 '
5454```
5555
5656Maven:
5757``` xml
5858<dependency >
5959 <groupId >com.apideck</groupId >
6060 <artifactId >unify</artifactId >
61- <version >0.27.2 </version >
61+ <version >0.27.3 </version >
6262</dependency >
6363```
6464
Original file line number Diff line number Diff line change @@ -578,4 +578,14 @@ Based on:
578578### Generated
579579- [ java v0.27.2] .
580580### Releases
581- - [ Maven Central v0.27.2] https://central.sonatype.com/artifact/com.apideck/unify/0.27.2 - .
581+ - [ Maven Central v0.27.2] https://central.sonatype.com/artifact/com.apideck/unify/0.27.2 - .
582+
583+ ## 2025-11-13 07:59:19
584+ ### Changes
585+ Based on:
586+ - OpenAPI Doc
587+ - Speakeasy CLI 1.656.1 (2.753.1) https://github.com/speakeasy-api/speakeasy
588+ ### Generated
589+ - [ java v0.27.3] .
590+ ### Releases
591+ - [ Maven Central v0.27.3] https://central.sonatype.com/artifact/com.apideck/unify/0.27.3 - .
Original file line number Diff line number Diff line change @@ -7,7 +7,9 @@ Operational health status of the connection
77
88| Name | Value |
99| ------------------ | ------------------ |
10+ | ` REVOKED ` | revoked |
1011| ` MISSING_SETTINGS ` | missing_settings |
12+ | ` NEEDS_CONSENT ` | needs_consent |
1113| ` NEEDS_AUTH ` | needs_auth |
1214| ` PENDING_REFRESH ` | pending_refresh |
1315| ` OK ` | ok |
Original file line number Diff line number Diff line change 11groupId =com.apideck
22artifactId =unify
3- version =0.27.2
3+ version =0.27.3
44org.gradle.jvmargs =-Xmx4g -XX:MaxMetaspaceSize =1g
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ public class SDKConfiguration {
2121
2222 private static final String LANGUAGE = "java" ;
2323 public static final String OPENAPI_DOC_VERSION = "10.21.15" ;
24- public static final String SDK_VERSION = "0.27.2 " ;
25- public static final String GEN_VERSION = "2.748.0 " ;
24+ public static final String SDK_VERSION = "0.27.3 " ;
25+ public static final String GEN_VERSION = "2.753.1 " ;
2626 private static final String BASE_PACKAGE = "com.apideck.unify" ;
2727 public static final String USER_AGENT =
2828 String .format ("speakeasy-sdk/%s %s %s %s %s" ,
Original file line number Diff line number Diff line change 1414 * <p>Operational health status of the connection
1515 */
1616public enum Health {
17+ REVOKED ("revoked" ),
1718 MISSING_SETTINGS ("missing_settings" ),
19+ NEEDS_CONSENT ("needs_consent" ),
1820 NEEDS_AUTH ("needs_auth" ),
1921 PENDING_REFRESH ("pending_refresh" ),
2022 OK ("ok" );
You canβt perform that action at this time.
0 commit comments