Skip to content

Commit d80ff10

Browse files
github-actions[bot]speakeasybotspeakeasy-github[bot]
authored
chore: 🐝 Update SDK - Generate 9.1.2 (#82)
* ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.770.0 * empty commit to trigger [run-tests] workflow --------- Co-authored-by: speakeasybot <bot@speakeasyapi.dev> Co-authored-by: speakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>
1 parent 543a69f commit d80ff10

7 files changed

Lines changed: 26 additions & 16 deletions

File tree

β€Ž.speakeasy/gen.lockβ€Ž

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ management:
55
docVersion: SDK_VERSION
66
speakeasyVersion: 1.770.0
77
generationVersion: 2.893.0
8-
releaseVersion: 9.1.1
9-
configChecksum: f2bde8aa207c959065b7f09723c469d1
8+
releaseVersion: 9.1.2
9+
configChecksum: 05a7d14a10d4208002c109bf88eaa75d
1010
repoURL: https://github.com/formancehq/formance-sdk-java.git
1111
repoSubDirectory: .
1212
installationURL: https://github.com/formancehq/formance-sdk-java
1313
published: true
1414
persistentEdits:
15-
generation_id: b3fa1186-dc69-4682-b477-0551d68e4b85
16-
pristine_commit_hash: 6d3fc54abf6a6a43aa0c9af5af04f74e0fc3ee7a
17-
pristine_tree_hash: 790cf4620763512cbd0e064cb25747336cd4f710
15+
generation_id: 32afb842-9418-446b-bc02-1f99670f024b
16+
pristine_commit_hash: 297643ea8e955e26c984705eb21bd61db01b4f9d
17+
pristine_tree_hash: 469385c0de49c6a75ae037bac6ffa242d972ff01
1818
features:
1919
java:
2020
additionalDependencies: 0.1.0
@@ -4743,8 +4743,8 @@ trackedFiles:
47434743
pristine_git_object: 36a000f3d9a15692ac8273197bf0626755a6bd31
47444744
gradle.properties:
47454745
id: 2afbb999f001
4746-
last_write_checksum: sha1:0b76a171b943eaaaf00ff04db0bfe5f4cf3cdbc8
4747-
pristine_git_object: 62574dbb9f138809ad70f864fde1ef540a6c775b
4746+
last_write_checksum: sha1:c6827a1f036d9f71d52c32dd7dd9e6bac819df71
4747+
pristine_git_object: fd9c16901ff037d5b39bb68765f593a9590abbc8
47484748
gradle/wrapper/gradle-wrapper.jar:
47494749
id: ec27dae6e852
47504750
last_write_checksum: sha1:f725fb1467084142d74fd7cd8eab691ab3442611
@@ -4851,8 +4851,8 @@ trackedFiles:
48514851
pristine_git_object: 40b385ffd39063b0d9058cc779bcb1989a00bf50
48524852
src/main/java/com/formance/formance_sdk/SDKConfiguration.java:
48534853
id: de4dbe77587e
4854-
last_write_checksum: sha1:d8584e746af24f345d7eb65c3f43e47bcca06d12
4855-
pristine_git_object: d56404068dfea95ec39b7d3dbd2247ed2966f862
4854+
last_write_checksum: sha1:0fa2b4db9636d9057c78967cc3a7307437dbdfeb
4855+
pristine_git_object: 8c7e07393374af0a4e43ed2532d93b744095513b
48564856
src/main/java/com/formance/formance_sdk/Search.java:
48574857
id: "857427518e56"
48584858
last_write_checksum: sha1:519c982d8e240810db1a534f27a3fb978e7adc37

β€Ž.speakeasy/workflow.lockβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ targets:
2020
sourceRevisionDigest: sha256:c85e21f1f000f0409f58d4ace7aaac0d708f4577a19b638347b41dd37e19f317
2121
sourceBlobDigest: sha256:24159a4c5e03fd9ebc0727cecb2bff5ed6695d519aeb3fe80346af6ce1fabcfa
2222
codeSamplesNamespace: stacks-source-java-code-samples
23-
codeSamplesRevisionDigest: sha256:5ac423dada294922a1e116503487f40d8ee1bb18893721cf7b42a8543669168d
23+
codeSamplesRevisionDigest: sha256:f30561198f82ad8f9e7bb38a52f30fde6a885f70cb7b87a56e5dbd6ab5690e1b
2424
workflow:
2525
workflowVersion: 1.0.0
2626
speakeasyVersion: latest

β€ŽREADME.mdβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,15 @@ The samples below show how a published SDK artifact is used:
5555

5656
Gradle:
5757
```groovy
58-
implementation 'com.formance:formance-sdk:9.1.1'
58+
implementation 'com.formance:formance-sdk:9.1.2'
5959
```
6060

6161
Maven:
6262
```xml
6363
<dependency>
6464
<groupId>com.formance</groupId>
6565
<artifactId>formance-sdk</artifactId>
66-
<version>9.1.1</version>
66+
<version>9.1.2</version>
6767
</dependency>
6868
```
6969

β€ŽRELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,4 +349,14 @@ Based on:
349349
### Generated
350350
- [java v9.1.0] .
351351
### Releases
352-
- [Maven Central v9.1.0] https://central.sonatype.com/artifact/com.formance/formance-sdk/9.1.0 - .
352+
- [Maven Central v9.1.0] https://central.sonatype.com/artifact/com.formance/formance-sdk/9.1.0 - .
353+
354+
## 2026-06-02 15:53:06
355+
### Changes
356+
Based on:
357+
- OpenAPI Doc
358+
- Speakeasy CLI 1.770.0 (2.893.0) https://github.com/speakeasy-api/speakeasy
359+
### Generated
360+
- [java v9.1.2] .
361+
### Releases
362+
- [Maven Central v9.1.2] https://central.sonatype.com/artifact/com.formance/formance-sdk/9.1.2 - .

β€Žgen.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ generation:
2929
comments: {}
3030
telemetryEnabled: false
3131
java:
32-
version: 9.1.1
32+
version: 9.1.2
3333
additionalDependencies:
3434
- implementation:org.apache.httpcomponents.client5:httpclient5:5.4.2
3535
additionalPlugins: []

β€Žgradle.propertiesβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
groupId=com.formance
22
artifactId=formance-sdk
3-
version=9.1.1
3+
version=9.1.2
44
org.gradle.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=1g

β€Žsrc/main/java/com/formance/formance_sdk/SDKConfiguration.javaβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public class SDKConfiguration {
2222

2323
private static final String LANGUAGE = "java";
2424
public static final String OPENAPI_DOC_VERSION = "SDK_VERSION";
25-
public static final String SDK_VERSION = "9.1.1";
25+
public static final String SDK_VERSION = "9.1.2";
2626
public static final String GEN_VERSION = "2.893.0";
2727
private static final String BASE_PACKAGE = "com.formance.formance_sdk";
2828
public static final String USER_AGENT =

0 commit comments

Comments
Β (0)