File tree Expand file tree Collapse file tree 7 files changed +24
-18
lines changed
src/main/java/io/moov/sdk Expand file tree Collapse file tree 7 files changed +24
-18
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ id: c458b965-db3d-4ee0-aa0b-394a4071a559
33management:
44 docChecksum: b56d5bd7af7647cfaa486eec41482745
55 docVersion: latest
6- speakeasyVersion: 1.656.2
7- generationVersion: 2.753.6
8- releaseVersion: 0.33.2
9- configChecksum: 454c30ece9956cf53862b0e760f36bed
6+ speakeasyVersion: 1.656.3
7+ generationVersion: 2.753.7
8+ releaseVersion: 0.33.3
9+ configChecksum: f1e13fef6215b578391e614f7fa4cb60
1010 repoURL: https://github.com/moovfinancial/moov-java.git
1111 published: true
1212features:
@@ -4870,7 +4870,3 @@ examples:
48704870 application/json: [{"amount": {"currency": "USD", "valueDecimal": "12.987654321"}}]
48714871examplesVersion: 1.0.2
48724872generatedTests: {}
4873- releaseNotes: |
4874- ## Java SDK Changes Detected:
4875- * `moov.statements.list()`: `response.[].instantPaymentFees.instantVerification` **Added**
4876- * `moov.statements.get()`: `response.instantpaymentfees.instantVerification` **Added**
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ generation:
2626 generateNewTests : false
2727 skipResponseBodyAssertions : false
2828java :
29- version : 0.33.2
29+ version : 0.33.3
3030 additionalDependencies : []
3131 additionalPlugins : []
3232 artifactID : sdk
Original file line number Diff line number Diff line change 1- speakeasyVersion: 1.656.2
1+ speakeasyVersion: 1.656.3
22sources:
33 latest:
44 sourceNamespace: api-latest
55 sourceRevisionDigest: sha256:3b47e21ecc474bfcbbf2e397b6592bb9df82b801c916c831903b372ea1e4d31d
66 sourceBlobDigest: sha256:028d3398560d85b4a4406f9e0ad3451cf5daa04227e8a98411b0d56eaca0a04e
77 tags:
88 - latest
9- - speakeasy-sdk-regen-1763080302
9+ - speakeasy-sdk-regen-1763134476
1010targets:
1111 latest:
1212 source: latest
1313 sourceNamespace: api-latest
1414 sourceRevisionDigest: sha256:3b47e21ecc474bfcbbf2e397b6592bb9df82b801c916c831903b372ea1e4d31d
1515 sourceBlobDigest: sha256:028d3398560d85b4a4406f9e0ad3451cf5daa04227e8a98411b0d56eaca0a04e
1616 codeSamplesNamespace: latest-java-code-samples
17- codeSamplesRevisionDigest: sha256:1f915a52eb2db15b1cc438b57fbc765cb5cc800c9570d39962fb66ee22932f23
17+ codeSamplesRevisionDigest: sha256:e90e3e00c58c084f71ac8d25b5b88b2894247dc9436abcd1294c5d5e317adfd1
1818workflow:
1919 workflowVersion: 1.0.0
2020 speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -49,15 +49,15 @@ The samples below show how a published SDK artifact is used:
4949
5050Gradle:
5151``` groovy
52- implementation 'io.moov:sdk:0.33.2 '
52+ implementation 'io.moov:sdk:0.33.3 '
5353```
5454
5555Maven:
5656``` xml
5757<dependency >
5858 <groupId >io.moov</groupId >
5959 <artifactId >sdk</artifactId >
60- <version >0.33.2 </version >
60+ <version >0.33.3 </version >
6161</dependency >
6262```
6363
Original file line number Diff line number Diff line change @@ -1258,4 +1258,14 @@ Based on:
12581258### Generated
12591259- [ java v0.33.2] .
12601260### Releases
1261- - [ Maven Central v0.33.2] https://central.sonatype.com/artifact/io.moov/sdk/0.33.2 - .
1261+ - [ Maven Central v0.33.2] https://central.sonatype.com/artifact/io.moov/sdk/0.33.2 - .
1262+
1263+ ## 2025-11-14 15:34:16
1264+ ### Changes
1265+ Based on:
1266+ - OpenAPI Doc
1267+ - Speakeasy CLI 1.656.3 (2.753.7) https://github.com/speakeasy-api/speakeasy
1268+ ### Generated
1269+ - [ java v0.33.3] .
1270+ ### Releases
1271+ - [ Maven Central v0.33.3] https://central.sonatype.com/artifact/io.moov/sdk/0.33.3 - .
Original file line number Diff line number Diff line change 11groupId =io.moov
22artifactId =sdk
3- version =0.33.2
3+ version =0.33.3
44org.gradle.jvmargs =-Xmx4g -XX:MaxMetaspaceSize =1g
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ public class SDKConfiguration {
1818
1919 private static final String LANGUAGE = "java" ;
2020 public static final String OPENAPI_DOC_VERSION = "latest" ;
21- public static final String SDK_VERSION = "0.33.2 " ;
22- public static final String GEN_VERSION = "2.753.6 " ;
21+ public static final String SDK_VERSION = "0.33.3 " ;
22+ public static final String GEN_VERSION = "2.753.7 " ;
2323 private static final String BASE_PACKAGE = "io.moov.sdk" ;
2424 public static final String USER_AGENT =
2525 String .format ("speakeasy-sdk/%s %s %s %s %s" ,
You can’t perform that action at this time.
0 commit comments