Skip to content

Commit c4b90ba

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.576.1
1 parent 43c8e54 commit c4b90ba

Some content is hidden

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

42 files changed

+601
-928
lines changed

.speakeasy/gen.lock

Lines changed: 19 additions & 24 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
@@ -24,7 +24,7 @@ generation:
2424
generateNewTests: false
2525
skipResponseBodyAssertions: false
2626
python:
27-
version: 0.5.13
27+
version: 0.5.14
2828
additionalDependencies:
2929
dev: {}
3030
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.575.5
1+
speakeasyVersion: 1.576.1
22
sources:
33
Mollie API:
44
sourceNamespace: mollie-api
5-
sourceRevisionDigest: sha256:15f8f45c25d7a32761a18a653eef33c0a6a22494aab5b1c9fc8e565dbdef27e6
6-
sourceBlobDigest: sha256:567560030ccaed1840702842bb0db17a8bbaa6e6678e9e67d748a9c82133ced5
5+
sourceRevisionDigest: sha256:da92a711b534092f4866e196d373deb55262bb89a64a548beabc6b40a61ab580
6+
sourceBlobDigest: sha256:d6a623a9a6db31fee71c3ed18261b763e45926e23b6e4873dc094004118a2cef
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1751675127
9+
- speakeasy-sdk-regen-1751934396
1010
- 1.0.0
1111
targets:
1212
client:
1313
source: Mollie API
1414
sourceNamespace: mollie-api
15-
sourceRevisionDigest: sha256:15f8f45c25d7a32761a18a653eef33c0a6a22494aab5b1c9fc8e565dbdef27e6
16-
sourceBlobDigest: sha256:567560030ccaed1840702842bb0db17a8bbaa6e6678e9e67d748a9c82133ced5
15+
sourceRevisionDigest: sha256:da92a711b534092f4866e196d373deb55262bb89a64a548beabc6b40a61ab580
16+
sourceBlobDigest: sha256:d6a623a9a6db31fee71c3ed18261b763e45926e23b6e4873dc094004118a2cef
1717
codeSamplesNamespace: mollie-api-python-code-samples
18-
codeSamplesRevisionDigest: sha256:1ccaa3e1b9467225ba9be3fc5227ac5cdf70cce88c1023eaf1addf716ff96b94
18+
codeSamplesRevisionDigest: sha256:fb5c8e0586fea2bcd83b2f89e1833bb4ae1f458b5ba587c358d154e68d925052
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
@@ -248,4 +248,14 @@ Based on:
248248
### Generated
249249
- [python v0.5.13] .
250250
### Releases
251-
- [PyPI v0.5.13] https://pypi.org/project/mollie/0.5.13 - .
251+
- [PyPI v0.5.13] https://pypi.org/project/mollie/0.5.13 - .
252+
253+
## 2025-07-08 00:26:18
254+
### Changes
255+
Based on:
256+
- OpenAPI Doc
257+
- Speakeasy CLI 1.576.1 (2.651.2) https://github.com/speakeasy-api/speakeasy
258+
### Generated
259+
- [python v0.5.14] .
260+
### Releases
261+
- [PyPI v0.5.14] https://pypi.org/project/mollie/0.5.14 - .

docs/models/createpaymentlinkapplicationfee.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ If you use OAuth to create payment links on a connected merchant's account, you
99

1010
| Field | Type | Required | Description | Example |
1111
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
12-
| `amount` | [Optional[models.CreatePaymentLinkPaymentLinksAmount]](../models/createpaymentlinkpaymentlinksamount.md) | :heavy_minus_sign: | The fee that you wish to charge.<br/><br/>Be careful to leave enough space for Mollie's own fees to be deducted as well. For example, you cannot charge a €0.99 fee on a €1.00 payment. | |
13-
| `description` | *Optional[str]* | :heavy_minus_sign: | The description of the application fee. This will appear on settlement reports towards both you and the connected merchant. | Platform fee |
12+
| `amount` | [models.CreatePaymentLinkPaymentLinksAmount](../models/createpaymentlinkpaymentlinksamount.md) | :heavy_check_mark: | The fee that you wish to charge.<br/><br/>Be careful to leave enough space for Mollie's own fees to be deducted as well. For example, you cannot charge a €0.99 fee on a €1.00 payment. | |
13+
| `description` | *str* | :heavy_check_mark: | The description of the application fee. This will appear on settlement reports towards both you and the connected merchant. | Platform fee |
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# CreatePaymentLinkDocumentation
22

3-
In v2 endpoints, URLs are commonly represented as objects with an `href` and `type` field.
3+
The URL to the generic Mollie API error handling guide.
44

55

66
## Fields
77

8-
| Field | Type | Required | Description | Example |
9-
| ----------------------------------------------------------- | ----------------------------------------------------------- | ----------------------------------------------------------- | ----------------------------------------------------------- | ----------------------------------------------------------- |
10-
| `href` | *str* | :heavy_check_mark: | The actual URL string. | https://... |
11-
| `type` | *str* | :heavy_check_mark: | The content type of the page or endpoint the URL points to. | application/hal+json |
8+
| Field | Type | Required | Description | Example |
9+
| ------------------------------ | ------------------------------ | ------------------------------ | ------------------------------ | ------------------------------ |
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/createpaymentlinklinks.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,5 @@ An object with several relevant URLs. Every URL object will contain an `href` an
77

88
| Field | Type | Required | Description |
99
| ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- |
10-
| `self_` | [Optional[models.CreatePaymentLinkSelf]](../models/createpaymentlinkself.md) | :heavy_minus_sign: | In v2 endpoints, URLs are commonly represented as objects with an `href` and `type` field. |
11-
| `payment_link` | [Optional[models.PaymentLink]](../models/paymentlink.md) | :heavy_minus_sign: | The URL your customer should visit to make the payment. This is where you should redirect the customer to. |
12-
| `documentation` | [Optional[models.CreatePaymentLinkDocumentation]](../models/createpaymentlinkdocumentation.md) | :heavy_minus_sign: | In v2 endpoints, URLs are commonly represented as objects with an `href` and `type` field. |
10+
| `self_` | [models.CreatePaymentLinkSelf](../models/createpaymentlinkself.md) | :heavy_check_mark: | In v2 endpoints, URLs are commonly represented as objects with an `href` and `type` field. |
11+
| `payment_link` | [models.PaymentLink](../models/paymentlink.md) | :heavy_check_mark: | The URL your customer should visit to make the payment. This is where you should redirect the customer to. |

docs/models/createpaymentlinkpaymentlinksapplicationfee.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ If you use OAuth to create payment links on a connected merchant's account, you
99

1010
| Field | Type | Required | Description | Example |
1111
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
12-
| `amount` | [Optional[models.CreatePaymentLinkPaymentLinksResponse201Amount]](../models/createpaymentlinkpaymentlinksresponse201amount.md) | :heavy_minus_sign: | The fee that you wish to charge.<br/><br/>Be careful to leave enough space for Mollie's own fees to be deducted as well. For example, you cannot charge a €0.99 fee on a €1.00 payment. | |
13-
| `description` | *Optional[str]* | :heavy_minus_sign: | The description of the application fee. This will appear on settlement reports towards both you and the connected merchant. | Platform fee |
12+
| `amount` | [models.CreatePaymentLinkPaymentLinksResponse201Amount](../models/createpaymentlinkpaymentlinksresponse201amount.md) | :heavy_check_mark: | The fee that you wish to charge.<br/><br/>Be careful to leave enough space for Mollie's own fees to be deducted as well. For example, you cannot charge a €0.99 fee on a €1.00 payment. | |
13+
| `description` | *str* | :heavy_check_mark: | The description of the application fee. This will appear on settlement reports towards both you and the connected merchant. | Platform fee |

0 commit comments

Comments
 (0)