Skip to content

Commit f7ca268

Browse files
committed
## SDK Changes Detected:
* `client.terminals.list()`: `response` **Changed**
1 parent 87e10ff commit f7ca268

18 files changed

+66
-118
lines changed

.speakeasy/gen.lock

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 1f33533e-dfde-4f02-bf45-45ad476f00b3
33
management:
4-
docChecksum: 8acf17d3241327b1beafce478d9bc643
4+
docChecksum: 48456f665cac7aa7053a6d2f11db0ec7
55
docVersion: 1.0.0
66
speakeasyVersion: 1.606.0
77
generationVersion: 2.686.7
8-
releaseVersion: 0.15.5
9-
configChecksum: ed1248248df0112cba65e6ba1df143c1
8+
releaseVersion: 0.15.6
9+
configChecksum: 6736835be502125520763a39775546f9
1010
repoURL: https://github.com/mollie/mollie-api-java.git
1111
published: true
1212
features:
@@ -10800,4 +10800,6 @@ examples:
1080010800
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"}}}
1080110801
examplesVersion: 1.0.2
1080210802
generatedTests: {}
10803-
releaseNotes: "## SDK Changes Detected:\n* `client.methods.list()`: \n * `request.amount` **Changed**\n * `response._embedded.methods.[].status` **Changed** **Breaking** :warning:\n* `client.methods.all()`: \n * `request.amount` **Changed**\n * `response._embedded.methods.[].status` **Changed** **Breaking** :warning:\n* `client.methods.get()`: `response.status` **Changed** **Breaking** :warning:\n"
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.5
24+
version: 0.15.6
2525
additionalDependencies: []
2626
additionalPlugins: []
2727
artifactID: mollie

.speakeasy/workflow.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ speakeasyVersion: 1.606.0
22
sources:
33
Mollie API:
44
sourceNamespace: mollie-api
5-
sourceRevisionDigest: sha256:6139d880bec6b5a19ddb8de930d13ffbe5678292795e4d3c5857d93f2b1bca44
6-
sourceBlobDigest: sha256:8084abdf9b6496b2468a6589ece14ebbcfeffe5a6b543934893a156ff050cfab
5+
sourceRevisionDigest: sha256:785e5bd6a0e4409946807e7aa185168358c11a20e31b558d5b4ab0ce21b4073d
6+
sourceBlobDigest: sha256:ec6d42b09643af2030921e36f20264c7e70b9d0216a509e96051fe1ef1e1e8fb
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1755697292
9+
- speakeasy-sdk-regen-1755764164
1010
- 1.0.0
1111
targets:
1212
client:
1313
source: Mollie API
1414
sourceNamespace: mollie-api
15-
sourceRevisionDigest: sha256:6139d880bec6b5a19ddb8de930d13ffbe5678292795e4d3c5857d93f2b1bca44
16-
sourceBlobDigest: sha256:8084abdf9b6496b2468a6589ece14ebbcfeffe5a6b543934893a156ff050cfab
15+
sourceRevisionDigest: sha256:785e5bd6a0e4409946807e7aa185168358c11a20e31b558d5b4ab0ce21b4073d
16+
sourceBlobDigest: sha256:ec6d42b09643af2030921e36f20264c7e70b9d0216a509e96051fe1ef1e1e8fb
1717
codeSamplesNamespace: mollie-api-java-code-samples
18-
codeSamplesRevisionDigest: sha256:f7e99b435b21d15e2a1cdaf06db96857a20284f4aec700a8268264cb19e60496
18+
codeSamplesRevisionDigest: sha256:a5042f200c62341815b4cc4213452b60928e57d16072148774ce461397dea46c
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.5'
51+
implementation 'com.mollie:mollie:0.15.6'
5252
```
5353

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

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,4 +448,14 @@ Based on:
448448
### Generated
449449
- [java v0.15.5] .
450450
### Releases
451-
- [Maven Central v0.15.5] https://central.sonatype.com/artifact/com.mollie/mollie/0.15.5 - .
451+
- [Maven Central v0.15.5] https://central.sonatype.com/artifact/com.mollie/mollie/0.15.5 - .
452+
453+
## 2025-08-21 08:15:42
454+
### Changes
455+
Based on:
456+
- OpenAPI Doc
457+
- Speakeasy CLI 1.606.0 (2.686.7) https://github.com/speakeasy-api/speakeasy
458+
### Generated
459+
- [java v0.15.6] .
460+
### Releases
461+
- [Maven Central v0.15.6] https://central.sonatype.com/artifact/com.mollie/mollie/0.15.6 - .

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.5"
108+
version = "0.15.6"
109109

110110
from components.java
111111

docs/models/operations/Brand.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ The brand of the terminal.
77

88
| Name | Value |
99
| ----- | ----- |
10-
| `PAX` | PAX |
10+
| `PAX` | PAX |
11+
| `TAP` | Tap |

docs/models/operations/ListTerminalsBrand.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ The brand of the terminal.
77

88
| Name | Value |
99
| ----- | ----- |
10-
| `PAX` | PAX |
10+
| `PAX` | PAX |
11+
| `TAP` | Tap |

docs/models/operations/ListTerminalsModel.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ The model of the terminal. For example for a PAX A920, this field's value will b
1010
| `A35` | A35 |
1111
| `A77` | A77 |
1212
| `A920` | A920 |
13-
| `A920_PRO` | A920 Pro |
14-
| `IM30` | IM30 |
13+
| `A920_PRO` | A920Pro |
14+
| `IM30` | IM30 |
15+
| `TAP` | Tap |

docs/models/operations/ListTerminalsResponseBody.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ A list of terminal objects.
77

88
| Field | Type | Required | Description | Example |
99
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
10-
| `count` | *Optional\<Long>* | :heavy_minus_sign: | The number of items in this result set. If more items are available, a `_links.next` URL will be present in the result<br/>as well.<br/><br/>The maximum number of items per result set is controlled by the `limit` property provided in the request. The default<br/>limit is 50 items. | 5 |
11-
| `embedded` | [Optional\<ListTerminalsEmbedded>](../../models/operations/ListTerminalsEmbedded.md) | :heavy_minus_sign: | N/A | |
12-
| `links` | [Optional\<ListTerminalsLinks>](../../models/operations/ListTerminalsLinks.md) | :heavy_minus_sign: | Links to help navigate through the lists of items. Every URL object will contain an `href` and a `type` field. | |
10+
| `count` | *long* | :heavy_check_mark: | The number of items in this result set. If more items are available, a `_links.next` URL will be present in the result<br/>as well.<br/><br/>The maximum number of items per result set is controlled by the `limit` property provided in the request. The default<br/>limit is 50 items. | 5 |
11+
| `embedded` | [ListTerminalsEmbedded](../../models/operations/ListTerminalsEmbedded.md) | :heavy_check_mark: | N/A | |
12+
| `links` | [ListTerminalsLinks](../../models/operations/ListTerminalsLinks.md) | :heavy_check_mark: | Links to help navigate through the lists of items. Every URL object will contain an `href` and a `type` field. | |

0 commit comments

Comments
 (0)