Skip to content

Commit c370c9e

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.545.0
1 parent 0ea9162 commit c370c9e

File tree

421 files changed

+2459
-2892
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

421 files changed

+2459
-2892
lines changed

.speakeasy/gen.lock

Lines changed: 21 additions & 12 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: 923a6e9af8d2dd70c5c80725d11ecf1f
4+
docChecksum: 7b06e483dd1072669ab19128ac3ce749
55
docVersion: 1.0.0
66
speakeasyVersion: 1.545.0
77
generationVersion: 2.599.0
8-
releaseVersion: 0.3.1
9-
configChecksum: 5a0b0fe44e44c8d93533cac4ce7fe05a
8+
releaseVersion: 0.3.2
9+
configChecksum: 03b1533bd1345da7be8bc007014cd136
1010
repoURL: https://github.com/mollie/mollie-api-python-alpha.git
1111
installationURL: https://github.com/mollie/mollie-api-python-alpha.git
1212
published: true
@@ -641,7 +641,7 @@ generatedFiles:
641641
- docs/models/getcapturemetadata.md
642642
- docs/models/getcapturemetadata2.md
643643
- docs/models/getcapturepayment.md
644-
- docs/models/getcapturequeryparaminclude.md
644+
- docs/models/getcapturequeryparamembed.md
645645
- docs/models/getcapturerequest.md
646646
- docs/models/getcaptureresponsebody.md
647647
- docs/models/getcaptureself.md
@@ -964,7 +964,7 @@ generatedFiles:
964964
- docs/models/getsettlementcapturesnext.md
965965
- docs/models/getsettlementcapturespayment.md
966966
- docs/models/getsettlementcapturesprevious.md
967-
- docs/models/getsettlementcapturesqueryparaminclude.md
967+
- docs/models/getsettlementcapturesqueryparamembed.md
968968
- docs/models/getsettlementcapturesrequest.md
969969
- docs/models/getsettlementcapturesresponsebody.md
970970
- docs/models/getsettlementcapturesself.md
@@ -1328,7 +1328,7 @@ generatedFiles:
13281328
- docs/models/listcapturesnext.md
13291329
- docs/models/listcapturespayment.md
13301330
- docs/models/listcapturesprevious.md
1331-
- docs/models/listcapturesqueryparaminclude.md
1331+
- docs/models/listcapturesqueryparamembed.md
13321332
- docs/models/listcapturesrequest.md
13331333
- docs/models/listcapturesresponsebody.md
13341334
- docs/models/listcapturesself.md
@@ -2513,7 +2513,7 @@ examples:
25132513
"404":
25142514
application/hal+json: {"status": 404, "title": "Not Found", "detail": "No entity exists with token '7UhSN1zuXS'", "_links": {"documentation": {"href": "https://docs.mollie.com/errors", "type": "text/html"}}}
25152515
"422":
2516-
application/hal+json: {"status": 422, "title": "Unprocessable Entity", "detail": "The payment cannot be cancelled", "_links": {"documentation": {"href": "https://docs.mollie.com/errors", "type": "text/html"}}}
2516+
application/hal+json: {"status": 422, "title": "Unprocessable Entity", "detail": "The payment cannot be cancelled", "field": "description", "_links": {"documentation": {"href": "https://docs.mollie.com/errors", "type": "text/html"}}}
25172517
release-authorization:
25182518
"":
25192519
parameters:
@@ -2527,7 +2527,7 @@ examples:
25272527
"404":
25282528
application/hal+json: {"status": 404, "title": "Not Found", "detail": "No entity exists with token '7UhSN1zuXS'", "_links": {"documentation": {"href": "https://docs.mollie.com/errors", "type": "text/html"}}}
25292529
"422":
2530-
application/hal+json: {"status": 422, "title": "Unprocessable Entity", "detail": "Authorization cannot be released because the payment is not in the authorized\nstate.", "_links": {"documentation": {"href": "https://docs.mollie.com/errors", "type": "text/html"}}}
2530+
application/hal+json: {"status": 422, "title": "Unprocessable Entity", "detail": "Authorization cannot be released because the payment is not in the authorized\nstate.", "field": "description", "_links": {"documentation": {"href": "https://docs.mollie.com/errors", "type": "text/html"}}}
25312531
list-methods:
25322532
list-methods-200-1:
25332533
parameters:
@@ -3002,6 +3002,7 @@ examples:
30023002
limit: 50
30033003
include: "payment"
30043004
testmode: false
3005+
embed: "payment"
30053006
responses:
30063007
"200":
30073008
application/hal+json: {"count": 5, "_embedded": {"captures": [{"resource": "capture", "id": "cpt_vytxeTZskVKR7C7WgdSP3d", "mode": "live", "description": "Capture for cart #12345", "amount": {"currency": "EUR", "value": "35.95"}, "metadata": "{\"bookkeeping_id\":12345}", "paymentId": "tr_5B8cwPMGnU6qLbRvo7qEZo", "createdAt": "2023-08-02T09:29:56.0Z", "_links": {"self": {"href": "https://...", "type": "application/hal+json"}, "payment": {"href": "https://api.mollie.com/v2/payments/tr_5B8cwPMGnU6qLbRvo7qEZo", "type": "application/hal+json"}}}, {}, {}, {}, {}]}, "_links": {"self": {"href": "https://...", "type": "application/hal+json"}, "previous": null, "next": {"href": "https://api.mollie.com/v2/payments/tr_5B8cwPMGnU6qLbRvo7qEZo/captures?from=cpt_vytxeTZskVKR7C7WgdSP3d&limit=5", "type": "application/hal+json"}, "documentation": {"href": "https://...", "type": "text/html"}}}
@@ -3014,6 +3015,7 @@ examples:
30143015
limit: 50
30153016
include: "payment"
30163017
testmode: false
3018+
embed: "payment"
30173019
responses:
30183020
"200":
30193021
application/hal+json: {"count": 1, "_embedded": {"captures": [{"resource": "capture", "id": "cpt_vytxeTZskVKR7C7WgdSP3d", "mode": "test", "amount": {"currency": "EUR", "value": "467.92"}, "settlementAmount": {"currency": "EUR", "value": "467.92"}, "paymentId": "tr_V9kqkGtyUH", "shipmentId": "shp_5x4xQJDWGNcY3tKGL7X5J", "createdAt": "2021-06-03T11:50:58+00:00", "_links": {"self": {"href": "https://...", "type": "application/hal+json"}, "payment": {"href": "https://api.mollie.com/v2/payments/tr_V9kqkGtyUH", "type": "application/hal+json"}, "shipment": {"href": "https://api.mollie.com/v2/orders/ord_uvpptr/shipments/shp_5x4xQJDWGNcY3tKGL7X5J", "type": "application/hal+json"}}}]}, "_links": {"self": {"href": "https://...", "type": "application/hal+json"}, "previous": null, "next": null, "documentation": {"href": "https://...", "type": "text/html"}}}
@@ -3026,6 +3028,7 @@ examples:
30263028
limit: 50
30273029
include: "payment"
30283030
testmode: false
3031+
embed: "payment"
30293032
responses:
30303033
"400":
30313034
application/hal+json: {"status": 400, "title": "Bad Request", "detail": "Invalid cursor value", "field": "from", "_links": {"documentation": {"href": "https://docs.mollie.com/errors", "type": "text/html"}}}
@@ -3040,6 +3043,7 @@ examples:
30403043
query:
30413044
include: "payment"
30423045
testmode: false
3046+
embed: "payment"
30433047
responses:
30443048
"200":
30453049
application/hal+json: {"resource": "capture", "id": "cpt_vytxeTZskVKR7C7WgdSP3d", "mode": "live", "description": "Capture for cart #12345", "amount": {"currency": "EUR", "value": "35.95"}, "metadata": "{\"bookkeeping_id\":12345}", "paymentId": "tr_5B8cwPMGnU6qLbRvo7qEZo", "createdAt": "2023-08-02T09:29:56.0Z", "_links": {"self": {"href": "https://...", "type": "application/hal+json"}, "payment": {"href": "https://api.mollie.com/v2/payments/tr_5B8cwPMGnU6qLbRvo7qEZo", "type": "application/hal+json"}, "documentation": {"href": "https://...", "type": "text/html"}}}
@@ -3051,6 +3055,7 @@ examples:
30513055
query:
30523056
include: "payment"
30533057
testmode: false
3058+
embed: "payment"
30543059
responses:
30553060
"200":
30563061
application/hal+json: {"resource": "capture", "id": "cpt_vytxeTZskVKR7C7WgdSP3d", "mode": "test", "amount": {"currency": "EUR", "value": "467.92"}, "settlementAmount": {"currency": "EUR", "value": "467.92"}, "paymentId": "tr_V9kqkGtyUH", "shipmentId": "shp_5x4xQJDWGNcY3tKGL7X5J", "createdAt": "2021-06-03T11:50:58+00:00", "_links": {"self": {"href": "https://...", "type": "application/hal+json"}, "payment": {"href": "https://api.mollie.com/v2/payments/tr_V9kqkGtyUH", "type": "application/hal+json"}, "shipment": {"href": "https://api.mollie.com/v2/orders/ord_uvpptr/shipments/shp_5x4xQJDWGNcY3tKGL7X5J", "type": "application/hal+json"}, "documentation": {"href": "https://...", "type": "text/html"}}}
@@ -3062,6 +3067,7 @@ examples:
30623067
query:
30633068
include: "payment"
30643069
testmode: false
3070+
embed: "payment"
30653071
responses:
30663072
"404":
30673073
application/hal+json: {"status": 404, "title": "Not Found", "detail": "No entity exists with token '7UhSN1zuXS'", "_links": {"documentation": {"href": "https://docs.mollie.com/errors", "type": "text/html"}}}
@@ -3077,7 +3083,7 @@ examples:
30773083
application/json: {"validationUrl": "https://apple-pay-gateway-cert.apple.com/paymentservices/paymentSession", "domain": "pay.myshop.com", "profileId": "pfl_5B8cwPMGnU"}
30783084
responses:
30793085
"422":
3080-
application/hal+json: {"status": 422, "title": "Unprocessable Entity", "detail": "Apple is not able to verify your domain", "_links": {"documentation": {"href": "https://docs.mollie.com/errors", "type": "text/html"}}}
3086+
application/hal+json: {"status": 422, "title": "Unprocessable Entity", "detail": "Apple is not able to verify your domain", "field": "description", "_links": {"documentation": {"href": "https://docs.mollie.com/errors", "type": "text/html"}}}
30813087
create-payment-link:
30823088
create-payment-link-201-1:
30833089
requestBody:
@@ -3182,7 +3188,7 @@ examples:
31823188
"404":
31833189
application/hal+json: {"status": 404, "title": "Not Found", "detail": "No entity exists with token '7UhSN1zuXS'", "_links": {"documentation": {"href": "https://docs.mollie.com/errors", "type": "text/html"}}}
31843190
"422":
3185-
application/hal+json: {"status": 422, "title": "Unprocessable Entity", "detail": "At least one body parameter must be provided", "_links": {"documentation": {"href": "https://docs.mollie.com/errors", "type": "text/html"}}}
3191+
application/hal+json: {"status": 422, "title": "Unprocessable Entity", "detail": "At least one body parameter must be provided", "field": "description", "_links": {"documentation": {"href": "https://docs.mollie.com/errors", "type": "text/html"}}}
31863192
delete-payment-link:
31873193
"":
31883194
parameters:
@@ -3196,7 +3202,7 @@ examples:
31963202
"404":
31973203
application/hal+json: {"status": 404, "title": "Not Found", "detail": "No entity exists with token '7UhSN1zuXS'", "_links": {"documentation": {"href": "https://docs.mollie.com/errors", "type": "text/html"}}}
31983204
"422":
3199-
application/hal+json: {"status": 422, "title": "Unprocessable Entity", "detail": "Payment link cannot be deleted.", "_links": {"documentation": {"href": "https://docs.mollie.com/errors", "type": "text/html"}}}
3205+
application/hal+json: {"status": 422, "title": "Unprocessable Entity", "detail": "Payment link cannot be deleted.", "field": "description", "_links": {"documentation": {"href": "https://docs.mollie.com/errors", "type": "text/html"}}}
32003206
get-payment-link-payments:
32013207
get-payment-link-payments-200-1:
32023208
parameters:
@@ -4038,7 +4044,7 @@ examples:
40384044
"410":
40394045
application/hal+json: {"status": 410, "title": "Gone", "detail": "Profile with token pfl_QkEhN94Ba has been deleted.", "_links": {"documentation": {"href": "https://docs.mollie.com/errors", "type": "text/html"}}}
40404046
"422":
4041-
application/hal+json: {"status": 422, "title": "Unprocessable Entity", "detail": "At least the 'name', 'website', 'email', 'phone', 'categoryCode', 'businessCategory', 'description', 'countriesOfActivity' or 'mode' field has to be provided", "_links": {"documentation": {"href": "https://docs.mollie.com/errors", "type": "text/html"}}}
4047+
application/hal+json: {"status": 422, "title": "Unprocessable Entity", "detail": "At least the 'name', 'website', 'email', 'phone', 'categoryCode', 'businessCategory', 'description', 'countriesOfActivity' or 'mode' field has to be provided", "field": "description", "_links": {"documentation": {"href": "https://docs.mollie.com/errors", "type": "text/html"}}}
40424048
delete-profile:
40434049
"":
40444050
parameters:
@@ -4431,6 +4437,7 @@ examples:
44314437
limit: 50
44324438
include: "payment"
44334439
testmode: false
4440+
embed: "payment"
44344441
responses:
44354442
"200":
44364443
application/hal+json: {"count": 5, "_embedded": {"captures": [{"resource": "capture", "id": "cpt_vytxeTZskVKR7C7WgdSP3d", "mode": "live", "description": "Capture for cart #12345", "amount": {"currency": "EUR", "value": "35.95"}, "metadata": "{\"bookkeeping_id\":12345}", "paymentId": "tr_5B8cwPMGnU6qLbRvo7qEZo", "createdAt": "2023-08-02T09:29:56.0Z", "_links": {"self": {"href": "https://...", "type": "application/hal+json"}, "payment": {"href": "https://api.mollie.com/v2/payments/tr_5B8cwPMGnU6qLbRvo7qEZo", "type": "application/hal+json"}}}, {}, {}, {}, {}]}, "_links": {"self": {"href": "https://...", "type": "application/hal+json"}, "previous": null, "next": {"href": "https://api.mollie.com/v2/payments/tr_5B8cwPMGnU6qLbRvo7qEZo/captures?from=cpt_vytxeTZskVKR7C7WgdSP3d&limit=5", "type": "application/hal+json"}, "documentation": {"href": "https://...", "type": "text/html"}}}
@@ -4443,6 +4450,7 @@ examples:
44434450
limit: 50
44444451
include: "payment"
44454452
testmode: false
4453+
embed: "payment"
44464454
responses:
44474455
"200":
44484456
application/hal+json: {"count": 1, "_embedded": {"captures": [{"resource": "capture", "id": "cpt_vytxeTZskVKR7C7WgdSP3d", "mode": "test", "amount": {"currency": "EUR", "value": "467.92"}, "settlementAmount": {"currency": "EUR", "value": "467.92"}, "paymentId": "tr_V9kqkGtyUH", "shipmentId": "shp_5x4xQJDWGNcY3tKGL7X5J", "createdAt": "2021-06-03T11:50:58+00:00", "_links": {"self": {"href": "https://...", "type": "application/hal+json"}, "payment": {"href": "https://api.mollie.com/v2/payments/tr_V9kqkGtyUH", "type": "application/hal+json"}, "shipment": {"href": "https://api.mollie.com/v2/orders/ord_uvpptr/shipments/shp_5x4xQJDWGNcY3tKGL7X5J", "type": "application/hal+json"}}}]}, "_links": {"self": {"href": "https://...", "type": "application/hal+json"}, "previous": null, "next": null, "documentation": {"href": "https://...", "type": "text/html"}}}
@@ -4455,6 +4463,7 @@ examples:
44554463
limit: 50
44564464
include: "payment"
44574465
testmode: false
4466+
embed: "payment"
44584467
responses:
44594468
"400":
44604469
application/hal+json: {"status": 400, "title": "Bad Request", "detail": "Invalid cursor value", "field": "from", "_links": {"documentation": {"href": "https://docs.mollie.com/errors", "type": "text/html"}}}

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ generation:
1919
oAuth2ClientCredentialsEnabled: true
2020
oAuth2PasswordEnabled: true
2121
python:
22-
version: 0.3.1
22+
version: 0.3.2
2323
additionalDependencies:
2424
dev: {}
2525
main: {}

.speakeasy/workflow.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ speakeasyVersion: 1.545.0
22
sources:
33
Mollie API:
44
sourceNamespace: mollie-api
5-
sourceRevisionDigest: sha256:3648147d4bd60d450a795d862c126d848d6ee447064772e997759b88556fd239
6-
sourceBlobDigest: sha256:58b05bd5377013f08d1c816d1a69e31f8e6b493262dfc6acc9359ecead4ed555
5+
sourceRevisionDigest: sha256:c3019eeb17272a82d00b9cb3e4f694c9338ce673c9d6ac07e643e5409034f85b
6+
sourceBlobDigest: sha256:2b14423a4ad47f87a2565bc5ac712e7e961bd5bdee11f32dfc9ee34f9f111b67
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1747268686
9+
- speakeasy-sdk-regen-1747355172
1010
- 1.0.0
1111
targets:
1212
client:
1313
source: Mollie API
1414
sourceNamespace: mollie-api
15-
sourceRevisionDigest: sha256:3648147d4bd60d450a795d862c126d848d6ee447064772e997759b88556fd239
16-
sourceBlobDigest: sha256:58b05bd5377013f08d1c816d1a69e31f8e6b493262dfc6acc9359ecead4ed555
15+
sourceRevisionDigest: sha256:c3019eeb17272a82d00b9cb3e4f694c9338ce673c9d6ac07e643e5409034f85b
16+
sourceBlobDigest: sha256:2b14423a4ad47f87a2565bc5ac712e7e961bd5bdee11f32dfc9ee34f9f111b67
1717
codeSamplesNamespace: mollie-api-python-code-samples
18-
codeSamplesRevisionDigest: sha256:c564487fba701fdcc44ca6f95f79c18562799ff954b737b6615d2d8b75ef5941
18+
codeSamplesRevisionDigest: sha256:53042e68a29e80aa3e24b04d8311babe26501857a7fd11dfefafa25dccd6a531
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
@@ -58,4 +58,14 @@ Based on:
5858
### Generated
5959
- [python v0.3.1] .
6060
### Releases
61-
- [PyPI v0.3.1] https://pypi.org/project/mollie/0.3.1 - .
61+
- [PyPI v0.3.1] https://pypi.org/project/mollie/0.3.1 - .
62+
63+
## 2025-05-16 00:25:55
64+
### Changes
65+
Based on:
66+
- OpenAPI Doc
67+
- Speakeasy CLI 1.545.0 (2.599.0) https://github.com/speakeasy-api/speakeasy
68+
### Generated
69+
- [python v0.3.2] .
70+
### Releases
71+
- [PyPI v0.3.2] https://pypi.org/project/mollie/0.3.2 - .

docs/models/cancelpaymentpaymentsdocumentation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ The URL to the generic Mollie API error handling guide.
77

88
| Field | Type | Required | Description | Example |
99
| ------------------------------ | ------------------------------ | ------------------------------ | ------------------------------ | ------------------------------ |
10-
| `href` | *Optional[str]* | :heavy_minus_sign: | N/A | https://docs.mollie.com/errors |
11-
| `type` | *Optional[str]* | :heavy_minus_sign: | N/A | text/html |
10+
| `href` | *str* | :heavy_check_mark: | N/A | https://docs.mollie.com/errors |
11+
| `type` | *str* | :heavy_check_mark: | N/A | text/html |

docs/models/cancelpaymentpaymentsresponse422links.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description |
7-
| ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
8-
| `documentation` | [Optional[models.CancelPaymentPaymentsResponseDocumentation]](../models/cancelpaymentpaymentsresponsedocumentation.md) | :heavy_minus_sign: | The URL to the generic Mollie API error handling guide. |
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ |
8+
| `documentation` | [models.CancelPaymentPaymentsResponseDocumentation](../models/cancelpaymentpaymentsresponsedocumentation.md) | :heavy_check_mark: | The URL to the generic Mollie API error handling guide. |

0 commit comments

Comments
 (0)