Skip to content

Commit 42d79e4

Browse files
committed
## Python SDK Changes Detected:
* `client.settlements.list()`: `response._embedded.settlements.[].periods.{}` **Changed** **Breaking** ⚠️ * `client.settlements.get()`: `response.periods.{}` **Changed** **Breaking** ⚠️ * `client.settlements.get-open()`: `response.periods.{}` **Changed** **Breaking** ⚠️ * `client.settlements.get-next()`: `response.periods.{}` **Changed** **Breaking** ⚠️
1 parent 1c693bc commit 42d79e4

File tree

13 files changed

+352
-27
lines changed

13 files changed

+352
-27
lines changed

.speakeasy/gen.lock

Lines changed: 19 additions & 10 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ generation:
2525
generateNewTests: false
2626
skipResponseBodyAssertions: false
2727
python:
28-
version: 0.12.4
28+
version: 0.12.5
2929
additionalDependencies:
3030
dev: {}
3131
main: {}

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.617.1
1+
speakeasyVersion: 1.621.0
22
sources:
33
Mollie API:
44
sourceNamespace: mollie-api
5-
sourceRevisionDigest: sha256:ae8caebe3b3984288826498a7e4200b7ff7ad6ea92308ebd5971c4d6d11a524a
6-
sourceBlobDigest: sha256:2cf60cfdb209c6b9c2a5a7d58d198e0ac31861703cf4abe36c64e08678ae2356
5+
sourceRevisionDigest: sha256:2ca153c70b530b56fbacfc4f825605075a9d22fbf096d02eb1562c91937d721e
6+
sourceBlobDigest: sha256:e23b2a55e5ebcebae69f936b763e4545d0020740d093b048da50da7b42ee06c8
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1758068690
9+
- speakeasy-sdk-regen-1758292273
1010
- 1.0.0
1111
targets:
1212
client:
1313
source: Mollie API
1414
sourceNamespace: mollie-api
15-
sourceRevisionDigest: sha256:ae8caebe3b3984288826498a7e4200b7ff7ad6ea92308ebd5971c4d6d11a524a
16-
sourceBlobDigest: sha256:2cf60cfdb209c6b9c2a5a7d58d198e0ac31861703cf4abe36c64e08678ae2356
15+
sourceRevisionDigest: sha256:2ca153c70b530b56fbacfc4f825605075a9d22fbf096d02eb1562c91937d721e
16+
sourceBlobDigest: sha256:e23b2a55e5ebcebae69f936b763e4545d0020740d093b048da50da7b42ee06c8
1717
codeSamplesNamespace: mollie-api-python-code-samples
18-
codeSamplesRevisionDigest: sha256:8044a5d066ce7501b4114afb6ecbb6955d7fa31817df750550e553333ace49d4
18+
codeSamplesRevisionDigest: sha256:580d2e1b96d2da93d7947030cd24f325f61417395f0baa82da49b43f69100ea7
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,4 +528,14 @@ Based on:
528528
### Generated
529529
- [python v0.12.4] .
530530
### Releases
531-
- [PyPI v0.12.4] https://pypi.org/project/mollie/0.12.4 - .
531+
- [PyPI v0.12.4] https://pypi.org/project/mollie/0.12.4 - .
532+
533+
## 2025-09-19 14:30:54
534+
### Changes
535+
Based on:
536+
- OpenAPI Doc
537+
- Speakeasy CLI 1.621.0 (2.707.0) https://github.com/speakeasy-api/speakeasy
538+
### Generated
539+
- [python v0.12.5] .
540+
### Releases
541+
- [PyPI v0.12.5] https://pypi.org/project/mollie/0.12.5 - .

docs/models/cost.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Cost
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description | Example |
7+
| ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- |
8+
| `description` | *Optional[str]* | :heavy_minus_sign: | A description of the cost subtotal | Credit card - Visa debit consumer domestic |
9+
| `method` | [OptionalNullable[models.PaymentMethod]](../models/paymentmethod.md) | :heavy_minus_sign: | The payment method, if applicable | creditcard |
10+
| `count` | *Optional[int]* | :heavy_minus_sign: | The number of fees | 10 |
11+
| `rate` | [Optional[models.Rate]](../models/rate.md) | :heavy_minus_sign: | The service rates, further divided into `fixed` and `percentage` costs. | |
12+
| `amount_net` | [Optional[models.Amount]](../models/amount.md) | :heavy_minus_sign: | In v2 endpoints, monetary amounts are represented as objects with a `currency` and `value` field. | |
13+
| `amount_vat` | [Optional[models.Amount]](../models/amount.md) | :heavy_minus_sign: | In v2 endpoints, monetary amounts are represented as objects with a `currency` and `value` field. | |
14+
| `amount_gross` | [Optional[models.Amount]](../models/amount.md) | :heavy_minus_sign: | In v2 endpoints, monetary amounts are represented as objects with a `currency` and `value` field. | |

0 commit comments

Comments
 (0)