File tree Expand file tree Collapse file tree 9 files changed +31
-19
lines changed
src/main/java/com/apideck/unify Expand file tree Collapse file tree 9 files changed +31
-19
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: caad6e276b21c15b5bbc5d1deb7468e0
4+ docChecksum: b766d9ca887b04899e77f724c613fe8d
55 docVersion: 10.21.15
6- speakeasyVersion: 1.657.0
7- generationVersion: 2.755.0
8- releaseVersion: 0.27.4
9- configChecksum: 6abdc01f9f98aa7f2bc5396ec3a59dd9
6+ speakeasyVersion: 1.658.1
7+ generationVersion: 2.755.6
8+ releaseVersion: 0.27.5
9+ configChecksum: e2f05ef22e75b8d862157dcf19f7cbad
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.4
28+ version : 0.27.5
2929 additionalDependencies : []
3030 additionalPlugins : []
3131 artifactID : unify
Original file line number Diff line number Diff line change 1- speakeasyVersion: 1.657.0
1+ speakeasyVersion: 1.658.1
22sources:
33 Apideck-OAS:
44 sourceNamespace: apideck-oas
5- sourceRevisionDigest: sha256:d56eab2650626d4abab74c59a9964241c1f95f78f061746a1204c8d53d66287e
6- sourceBlobDigest: sha256:ff72a34209666eb1481ab777e05f0c210531ad35dad504b6d22941181568fe70
5+ sourceRevisionDigest: sha256:ea33a5975ac415119a059eb1c86f571292d3dd53eee6213bbf27f3e85234989c
6+ sourceBlobDigest: sha256:14c3157b0705627bfb0aa18ab750465a5c2f843cb53a47ecef4c0e1d791f2806
77 tags:
88 - latest
9- - speakeasy-sdk-regen-1763146667
9+ - speakeasy-sdk-regen-1763370094
1010 - 10.21.15
1111targets:
1212 apideck:
1313 source: Apideck-OAS
1414 sourceNamespace: apideck-oas
15- sourceRevisionDigest: sha256:d56eab2650626d4abab74c59a9964241c1f95f78f061746a1204c8d53d66287e
16- sourceBlobDigest: sha256:ff72a34209666eb1481ab777e05f0c210531ad35dad504b6d22941181568fe70
15+ sourceRevisionDigest: sha256:ea33a5975ac415119a059eb1c86f571292d3dd53eee6213bbf27f3e85234989c
16+ sourceBlobDigest: sha256:14c3157b0705627bfb0aa18ab750465a5c2f843cb53a47ecef4c0e1d791f2806
1717 codeSamplesNamespace: apideck-oas-java-code-samples
18- codeSamplesRevisionDigest: sha256:5f024c6205c94539a271b32946e6f1cbde67642ea95618db2c7125bbe54981ef
18+ codeSamplesRevisionDigest: sha256:bcde32594b110df047efd030813f7532d4430033cf3564d23ca163bc8a013f25
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.4 '
53+ implementation 'com.apideck:unify:0.27.5 '
5454```
5555
5656Maven:
5757``` xml
5858<dependency >
5959 <groupId >com.apideck</groupId >
6060 <artifactId >unify</artifactId >
61- <version >0.27.4 </version >
61+ <version >0.27.5 </version >
6262</dependency >
6363```
6464
Original file line number Diff line number Diff line change @@ -598,4 +598,14 @@ Based on:
598598### Generated
599599- [ java v0.27.4] .
600600### Releases
601- - [ Maven Central v0.27.4] https://central.sonatype.com/artifact/com.apideck/unify/0.27.4 - .
601+ - [ Maven Central v0.27.4] https://central.sonatype.com/artifact/com.apideck/unify/0.27.4 - .
602+
603+ ## 2025-11-17 09:01:09
604+ ### Changes
605+ Based on:
606+ - OpenAPI Doc
607+ - Speakeasy CLI 1.658.1 (2.755.6) https://github.com/speakeasy-api/speakeasy
608+ ### Generated
609+ - [ java v0.27.5] .
610+ ### Releases
611+ - [ Maven Central v0.27.5] https://central.sonatype.com/artifact/com.apideck/unify/0.27.5 - .
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ Invoice status
1212| ` AUTHORISED ` | authorised |
1313| ` PARTIALLY_PAID ` | partially_paid |
1414| ` PAID ` | paid |
15+ | ` UNPAID ` | unpaid |
1516| ` VOID ` | void |
1617| ` CREDIT ` | credit |
1718| ` DELETED ` | deleted |
Original file line number Diff line number Diff line change 11groupId =com.apideck
22artifactId =unify
3- version =0.27.4
3+ version =0.27.5
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.4 " ;
25- public static final String GEN_VERSION = "2.755.0 " ;
24+ public static final String SDK_VERSION = "0.27.5 " ;
25+ public static final String GEN_VERSION = "2.755.6 " ;
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 @@ -19,6 +19,7 @@ public enum InvoiceStatus {
1919 AUTHORISED ("authorised" ),
2020 PARTIALLY_PAID ("partially_paid" ),
2121 PAID ("paid" ),
22+ UNPAID ("unpaid" ),
2223 VOID ("void" ),
2324 CREDIT ("credit" ),
2425 DELETED ("deleted" ),
You canβt perform that action at this time.
0 commit comments