Skip to content

Commit 1128bc3

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.636.0
1 parent 65fa2af commit 1128bc3

39 files changed

+225
-232
lines changed

.speakeasy/gen.lock

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 3f63a12a-c4cd-4e2e-98dc-9d5c6f5180ec
33
management:
4-
docChecksum: 76f737bf3d711e5294198ae05444d97c
4+
docChecksum: d4c86af0b942215e7a70f30230ce4fd7
55
docVersion: 1.0.0
6-
speakeasyVersion: 1.635.1
7-
generationVersion: 2.722.2
8-
releaseVersion: 0.14.0
9-
configChecksum: 41968ada119a8c9419952b0106379097
6+
speakeasyVersion: 1.636.0
7+
generationVersion: 2.723.2
8+
releaseVersion: 0.14.1
9+
configChecksum: 474dbf5b0158701ff2d951e480982a35
1010
repoURL: https://github.com/mollie/mollie-api-python-beta.git
1111
installationURL: https://github.com/mollie/mollie-api-python-beta.git
1212
published: true
@@ -23,7 +23,7 @@ features:
2323
globalSecurity: 3.0.4
2424
globalSecurityCallbacks: 1.0.0
2525
globalServerURLs: 3.1.1
26-
groups: 3.0.0
26+
groups: 3.0.1
2727
inputOutputModels: 3.0.0
2828
methodArguments: 1.0.2
2929
nameOverrides: 3.0.1
@@ -552,7 +552,6 @@ generatedFiles:
552552
- docs/sdks/chargebackssdk/README.md
553553
- docs/sdks/clientlinks/README.md
554554
- docs/sdks/clients/README.md
555-
- docs/sdks/clientsdk/README.md
556555
- docs/sdks/customers/README.md
557556
- docs/sdks/delayedrouting/README.md
558557
- docs/sdks/invoices/README.md
@@ -5343,12 +5342,3 @@ examples:
53435342
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"}}}
53445343
examplesVersion: 1.0.2
53455344
generatedTests: {}
5346-
releaseNotes: |
5347-
## Python SDK Changes Detected:
5348-
* `client.balance-transfers.create()`: **Added**
5349-
* `client.balance-transfers.list()`: **Added**
5350-
* `client.balance-transfers.get()`: **Added**
5351-
* `client.webhooks.create()`: `response._links.self` **Added**
5352-
* `client.webhooks.list()`: `response._embedded.webhooks.[]._links.self` **Added**
5353-
* `client.webhooks.update()`: `response._links.self` **Added**
5354-
* `client.webhooks.get()`: `response._links.self` **Added**

.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.14.0
28+
version: 0.14.1
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.635.1
1+
speakeasyVersion: 1.636.0
22
sources:
33
Mollie API:
44
sourceNamespace: mollie-api
5-
sourceRevisionDigest: sha256:fc42b469b8c5ede4540a86b6d37e75235825dce9eb783331e4ec644feaa8a887
6-
sourceBlobDigest: sha256:b1b33c33946896f30ed38d941477cbf2f227c8a39e8a803a2844ae25eaa013db
5+
sourceRevisionDigest: sha256:2a2766595d3db49ad97a30979f45364e1428de1ad2f932f756ea5db1fe073be9
6+
sourceBlobDigest: sha256:ed2e7cb21c6e24b323f45d50dfe8a3448258448633f1f8a4850aa1a51d2d0eb1
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1759830705
9+
- speakeasy-sdk-regen-1759883072
1010
- 1.0.0
1111
targets:
1212
client:
1313
source: Mollie API
1414
sourceNamespace: mollie-api
15-
sourceRevisionDigest: sha256:fc42b469b8c5ede4540a86b6d37e75235825dce9eb783331e4ec644feaa8a887
16-
sourceBlobDigest: sha256:b1b33c33946896f30ed38d941477cbf2f227c8a39e8a803a2844ae25eaa013db
15+
sourceRevisionDigest: sha256:2a2766595d3db49ad97a30979f45364e1428de1ad2f932f756ea5db1fe073be9
16+
sourceBlobDigest: sha256:ed2e7cb21c6e24b323f45d50dfe8a3448258448633f1f8a4850aa1a51d2d0eb1
1717
codeSamplesNamespace: mollie-api-python-code-samples
18-
codeSamplesRevisionDigest: sha256:72ee84d3e724796c470b258226f8e5029f1f9b359a587813f080dd2e1a149db4
18+
codeSamplesRevisionDigest: sha256:0d7eed0e7558b35d05fb13eaabb28347c574822eac83c9b86e2217e0c42d6c2e
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README-PYPI.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,6 @@ print("Payments are the same" if payment1.id == payment2.id else "Payments are d
287287
* [list](https://github.com/mollie/mollie-api-python-beta/blob/master/docs/sdks/clients/README.md#list) - List clients
288288
* [get](https://github.com/mollie/mollie-api-python-beta/blob/master/docs/sdks/clients/README.md#get) - Get client
289289

290-
291290
### [customers](https://github.com/mollie/mollie-api-python-beta/blob/master/docs/sdks/customers/README.md)
292291

293292
* [create](https://github.com/mollie/mollie-api-python-beta/blob/master/docs/sdks/customers/README.md#create) - Create customer

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,6 @@ print("Payments are the same" if payment1.id == payment2.id else "Payments are d
287287
* [list](docs/sdks/clients/README.md#list) - List clients
288288
* [get](docs/sdks/clients/README.md#get) - Get client
289289

290-
291290
### [customers](docs/sdks/customers/README.md)
292291

293292
* [create](docs/sdks/customers/README.md#create) - Create customer

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,4 +588,14 @@ Based on:
588588
### Generated
589589
- [python v0.14.0] .
590590
### Releases
591-
- [PyPI v0.14.0] https://pypi.org/project/mollie/0.14.0 - .
591+
- [PyPI v0.14.0] https://pypi.org/project/mollie/0.14.0 - .
592+
593+
## 2025-10-08 00:24:11
594+
### Changes
595+
Based on:
596+
- OpenAPI Doc
597+
- Speakeasy CLI 1.636.0 (2.723.2) https://github.com/speakeasy-api/speakeasy
598+
### Generated
599+
- [python v0.14.1] .
600+
### Releases
601+
- [PyPI v0.14.1] https://pypi.org/project/mollie/0.14.1 - .

docs/models/balancetransfercategory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ The type of the transfer. Different fees may apply to different types of transfe
1414
| `SERVICE_PENALTY` | service_penalty |
1515
| `DISCOUNT_COMPENSATION` | discount_compensation |
1616
| `MANUAL_CORRECTION` | manual_correction |
17-
| `FEE` | fee |
17+
| `OTHER_FEE` | other_fee |

docs/models/balancetransfercategoryresponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ The type of the transfer. Different fees may apply to different types of transfe
1414
| `SERVICE_PENALTY` | service_penalty |
1515
| `DISCOUNT_COMPENSATION` | discount_compensation |
1616
| `MANUAL_CORRECTION` | manual_correction |
17-
| `FEE` | fee |
17+
| `OTHER_FEE` | other_fee |

docs/sdks/clientsdk/README.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mollie-api-python-beta"
3-
version = "0.14.0"
3+
version = "0.14.1"
44
description = "Python Client SDK Generated by Speakeasy."
55
authors = [{ name = "Speakeasy" },]
66
readme = "README-PYPI.md"

0 commit comments

Comments
 (0)