Skip to content

Commit 175c063

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.606.9
1 parent f7ca268 commit 175c063

31 files changed

+221
-60
lines changed

.speakeasy/gen.lock

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
lockVersion: 2.0.0
22
id: 1f33533e-dfde-4f02-bf45-45ad476f00b3
33
management:
4-
docChecksum: 48456f665cac7aa7053a6d2f11db0ec7
4+
docChecksum: 2e188bbc6e98a12bd1b21fc2641a9361
55
docVersion: 1.0.0
6-
speakeasyVersion: 1.606.0
7-
generationVersion: 2.686.7
8-
releaseVersion: 0.15.6
9-
configChecksum: 6736835be502125520763a39775546f9
6+
speakeasyVersion: 1.606.9
7+
generationVersion: 2.687.13
8+
releaseVersion: 0.16.0
9+
configChecksum: ace1c5635d0af96d4ca5c27910bae338
1010
repoURL: https://github.com/mollie/mollie-api-java.git
1111
published: true
1212
features:
1313
java:
1414
additionalDependencies: 0.1.0
15-
core: 3.45.4
15+
core: 3.46.0
1616
deprecations: 2.81.1
1717
flattening: 2.81.1
1818
globalSecurity: 2.83.0
@@ -6915,6 +6915,7 @@ generatedFiles:
69156915
- src/main/java/com/mollie/mollie/utils/QueryParameters.java
69166916
- src/main/java/com/mollie/mollie/utils/QueryParamsMetadata.java
69176917
- src/main/java/com/mollie/mollie/utils/RecordingClient.java
6918+
- src/main/java/com/mollie/mollie/utils/Reflections.java
69186919
- src/main/java/com/mollie/mollie/utils/RequestBody.java
69196920
- src/main/java/com/mollie/mollie/utils/RequestMetadata.java
69206921
- src/main/java/com/mollie/mollie/utils/Response.java
@@ -10800,6 +10801,3 @@ examples:
1080010801
application/hal+json: {"status": 404, "title": "Not Found", "detail": "The resource does not exist", "field": "description", "_links": {"documentation": {"href": "https://docs.mollie.com/errors", "type": "text/html"}}}
1080110802
examplesVersion: 1.0.2
1080210803
generatedTests: {}
10803-
releaseNotes: |
10804-
## SDK Changes Detected:
10805-
* `client.terminals.list()`: `response` **Changed**

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ generation:
2121
generateNewTests: false
2222
skipResponseBodyAssertions: false
2323
java:
24-
version: 0.15.6
24+
version: 0.16.0
2525
additionalDependencies: []
2626
additionalPlugins: []
2727
artifactID: mollie

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.606.0
1+
speakeasyVersion: 1.606.9
22
sources:
33
Mollie API:
44
sourceNamespace: mollie-api
5-
sourceRevisionDigest: sha256:785e5bd6a0e4409946807e7aa185168358c11a20e31b558d5b4ab0ce21b4073d
6-
sourceBlobDigest: sha256:ec6d42b09643af2030921e36f20264c7e70b9d0216a509e96051fe1ef1e1e8fb
5+
sourceRevisionDigest: sha256:bcaf4cb7fe9311fb4ea307523c4d2386fd9d47f2dd9d31b0fafaa72d63c1cc86
6+
sourceBlobDigest: sha256:9102ec80c033a8dd2422583230cd1c448106ce39421273a7ffbda956b7ab5e03
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1755764164
9+
- speakeasy-sdk-regen-1756719949
1010
- 1.0.0
1111
targets:
1212
client:
1313
source: Mollie API
1414
sourceNamespace: mollie-api
15-
sourceRevisionDigest: sha256:785e5bd6a0e4409946807e7aa185168358c11a20e31b558d5b4ab0ce21b4073d
16-
sourceBlobDigest: sha256:ec6d42b09643af2030921e36f20264c7e70b9d0216a509e96051fe1ef1e1e8fb
15+
sourceRevisionDigest: sha256:bcaf4cb7fe9311fb4ea307523c4d2386fd9d47f2dd9d31b0fafaa72d63c1cc86
16+
sourceBlobDigest: sha256:9102ec80c033a8dd2422583230cd1c448106ce39421273a7ffbda956b7ab5e03
1717
codeSamplesNamespace: mollie-api-java-code-samples
18-
codeSamplesRevisionDigest: sha256:a5042f200c62341815b4cc4213452b60928e57d16072148774ce461397dea46c
18+
codeSamplesRevisionDigest: sha256:31237e725aba007fa386c53d48f9ac7806f5f1d412f428802aa874c0b309fd1f
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README.md

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

4949
Gradle:
5050
```groovy
51-
implementation 'com.mollie:mollie:0.15.6'
51+
implementation 'com.mollie:mollie:0.16.0'
5252
```
5353

5454
Maven:
5555
```xml
5656
<dependency>
5757
<groupId>com.mollie</groupId>
5858
<artifactId>mollie</artifactId>
59-
<version>0.15.6</version>
59+
<version>0.16.0</version>
6060
</dependency>
6161
```
6262

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,4 +458,14 @@ Based on:
458458
### Generated
459459
- [java v0.15.6] .
460460
### Releases
461-
- [Maven Central v0.15.6] https://central.sonatype.com/artifact/com.mollie/mollie/0.15.6 - .
461+
- [Maven Central v0.15.6] https://central.sonatype.com/artifact/com.mollie/mollie/0.15.6 - .
462+
463+
## 2025-09-01 09:45:28
464+
### Changes
465+
Based on:
466+
- OpenAPI Doc
467+
- Speakeasy CLI 1.606.9 (2.687.13) https://github.com/speakeasy-api/speakeasy
468+
### Generated
469+
- [java v0.16.0] .
470+
### Releases
471+
- [Maven Central v0.16.0] https://central.sonatype.com/artifact/com.mollie/mollie/0.16.0 - .

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ publishing {
105105
// https://github.com/gradle/gradle/issues/18619
106106
groupId = "com.mollie"
107107
artifactId = "mollie"
108-
version = "0.15.6"
108+
version = "0.16.0"
109109

110110
from components.java
111111

docs/models/operations/CancelPaymentFeeRegion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ The applicable card fee region.
1616
| `MAESTRO` | maestro |
1717
| `OTHER` | other |
1818
| `INTER` | inter |
19-
| `INTRA_EEA` | intra-eea |
19+
| `INTRA_EEA` | intra_eea |

docs/models/operations/CreateCustomerPaymentFeeRegion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ The applicable card fee region.
1616
| `MAESTRO` | maestro |
1717
| `OTHER` | other |
1818
| `INTER` | inter |
19-
| `INTRA_EEA` | intra-eea |
19+
| `INTRA_EEA` | intra_eea |

docs/models/operations/FeeRegion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ The applicable card fee region.
1616
| `MAESTRO` | maestro |
1717
| `OTHER` | other |
1818
| `INTER` | inter |
19-
| `INTRA_EEA` | intra-eea |
19+
| `INTRA_EEA` | intra_eea |

docs/models/operations/GetPaymentFeeRegion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ The applicable card fee region.
1616
| `MAESTRO` | maestro |
1717
| `OTHER` | other |
1818
| `INTER` | inter |
19-
| `INTRA_EEA` | intra-eea |
19+
| `INTRA_EEA` | intra_eea |

0 commit comments

Comments
 (0)