Skip to content

Commit fd46453

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.603.0
1 parent 2e15c09 commit fd46453

24 files changed

+123
-82
lines changed

.devcontainer/setup.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ curl -fsSL https://raw.githubusercontent.com/speakeasy-api/speakeasy/main/instal
77
rmdir samples || true
88
mkdir samples
99

10+
1011
python -m pip install --upgrade pip
1112
pip install -e .
1213

.speakeasy/gen.lock

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

.speakeasy/gen.yaml

Lines changed: 2 additions & 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.7.0
27+
version: 0.7.1
2828
additionalDependencies:
2929
dev: {}
3030
main: {}
@@ -55,6 +55,7 @@ python:
5555
methodArguments: infer-optional-args
5656
moduleName: ""
5757
outputModelSuffix: output
58+
packageManager: poetry
5859
packageName: mollie
5960
pytestFilterWarnings: []
6061
pytestTimeout: 0

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.600.2
1+
speakeasyVersion: 1.603.0
22
sources:
33
Mollie API:
44
sourceNamespace: mollie-api
5-
sourceRevisionDigest: sha256:ac4497928ae11218ad20366132025b312e25c2f4196e84db58730ec09771b157
6-
sourceBlobDigest: sha256:b4949d9ed067f76f116d231f75ae169519379109fb36f31bedfbd2545f693cf3
5+
sourceRevisionDigest: sha256:411d26a8ce467045a5896b4da015846eabad85d539533144fdf76b670bb51bd4
6+
sourceBlobDigest: sha256:a553f5696c150fdff2b5ffd60df4f10a83bfdbd9cae104ddc7f0ff4033e78f02
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1754699174
9+
- speakeasy-sdk-regen-1755044818
1010
- 1.0.0
1111
targets:
1212
client:
1313
source: Mollie API
1414
sourceNamespace: mollie-api
15-
sourceRevisionDigest: sha256:ac4497928ae11218ad20366132025b312e25c2f4196e84db58730ec09771b157
16-
sourceBlobDigest: sha256:b4949d9ed067f76f116d231f75ae169519379109fb36f31bedfbd2545f693cf3
15+
sourceRevisionDigest: sha256:411d26a8ce467045a5896b4da015846eabad85d539533144fdf76b670bb51bd4
16+
sourceBlobDigest: sha256:a553f5696c150fdff2b5ffd60df4f10a83bfdbd9cae104ddc7f0ff4033e78f02
1717
codeSamplesNamespace: mollie-api-python-code-samples
18-
codeSamplesRevisionDigest: sha256:a6134b7a1c1eebafcd20a9f590467700de608a057b17bfd444b84b8c23bd6ca6
18+
codeSamplesRevisionDigest: sha256:cde744469a0d45983d942cc2934e9b55b680fd0441278d64b04370e88c6d6926
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README-PYPI.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,15 @@ This documentation is for the new Mollie's SDK. You can find more details on how
4949
>
5050
> Once a Python version reaches its [official end of life date](https://devguide.python.org/versions/), a 3-month grace period is provided for users to upgrade. Following this grace period, the minimum python version supported in the SDK will be updated.
5151
52-
The SDK can be installed with either *pip* or *poetry* package managers.
52+
The SDK can be installed with *uv*, *pip*, or *poetry* package managers.
53+
54+
### uv
55+
56+
*uv* is a fast Python package installer and resolver, designed as a drop-in replacement for pip and pip-tools. It's recommended for its speed and modern Python tooling capabilities.
57+
58+
```bash
59+
uv add mollie
60+
```
5361

5462
### PIP
5563

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,15 @@ This documentation is for the new Mollie's SDK. You can find more details on how
4949
>
5050
> Once a Python version reaches its [official end of life date](https://devguide.python.org/versions/), a 3-month grace period is provided for users to upgrade. Following this grace period, the minimum python version supported in the SDK will be updated.
5151
52-
The SDK can be installed with either *pip* or *poetry* package managers.
52+
The SDK can be installed with *uv*, *pip*, or *poetry* package managers.
53+
54+
### uv
55+
56+
*uv* is a fast Python package installer and resolver, designed as a drop-in replacement for pip and pip-tools. It's recommended for its speed and modern Python tooling capabilities.
57+
58+
```bash
59+
uv add mollie
60+
```
5361

5462
### PIP
5563

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,4 +368,14 @@ Based on:
368368
### Generated
369369
- [python v0.7.0] .
370370
### Releases
371-
- [PyPI v0.7.0] https://pypi.org/project/mollie/0.7.0 - .
371+
- [PyPI v0.7.0] https://pypi.org/project/mollie/0.7.0 - .
372+
373+
## 2025-08-13 00:26:38
374+
### Changes
375+
Based on:
376+
- OpenAPI Doc
377+
- Speakeasy CLI 1.603.0 (2.681.1) https://github.com/speakeasy-api/speakeasy
378+
### Generated
379+
- [python v0.7.1] .
380+
### Releases
381+
- [PyPI v0.7.1] https://pypi.org/project/mollie/0.7.1 - .

docs/models/createpaymentlinkrequest.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@
1919
| `allowed_methods` | List[*str*] | :heavy_minus_sign: | An array of payment methods that are allowed to be used for this payment link. When this parameter is<br/>not provided or is an empty array, all enabled payment methods will be available.<br/><br/>Enum: 'applepay', 'bancomatpay', 'bancontact', 'banktransfer', 'belfius', 'blik', 'creditcard', 'eps', 'giftcard',<br/>'ideal', 'kbc', 'mybank', 'paybybank', 'paypal', 'paysafecard', 'pointofsale', 'przelewy24', 'satispay', 'trustly', 'twint',<br/>'in3', 'riverty', 'klarna', 'billie'. | |
2020
| `application_fee` | [Optional[models.CreatePaymentLinkApplicationFeeRequest]](../models/createpaymentlinkapplicationfeerequest.md) | :heavy_minus_sign: | With Mollie Connect you can charge fees on payment links that your app is processing on behalf of other Mollie<br/>merchants.<br/><br/>If you use OAuth to create payment links on a connected merchant's account, you can charge a fee using this<br/>`applicationFee` parameter. If a payment on the payment link succeeds, the fee will be deducted from the merchant's balance and sent<br/>to your own account balance. | |
2121
| `sequence_type` | [OptionalNullable[models.CreatePaymentLinkSequenceTypeRequest]](../models/createpaymentlinksequencetyperequest.md) | :heavy_minus_sign: | If set to `first`, a payment mandate is established right after a payment is made by the customer.<br/><br/>Defaults to `oneoff`, which is a regular payment link and will not establish a mandate after payment.<br/><br/>The mandate ID can be retrieved by making a call to the<br/>[Payment Link Payments Endpoint](get-payment-link-payments). | oneoff |
22-
| `customer_id` | *OptionalNullable[str]* | :heavy_minus_sign: | **Only relevant when `sequenceType` is set to `first`**<br/><br/>The ID of the [customer](get-customer) the payment link is being created for. If a value is not provided,<br/>the customer will be required to input relevant information which will be used to establish a mandate after<br/>the payment is made. | cst_XimFHuaEzd |
22+
| `customer_id` | *OptionalNullable[str]* | :heavy_minus_sign: | **Only relevant when `sequenceType` is set to `first`**<br/><br/>The ID of the [customer](get-customer) the payment link is being created for. If a value is not provided,<br/>the customer will be required to input relevant information which will be used to establish a mandate after<br/>the payment is made. | cst_XimFHuaEzd |
23+
| `testmode` | *OptionalNullable[bool]* | :heavy_minus_sign: | Whether to create the entity in test mode or live mode.<br/><br/>Most API credentials are specifically created for either live mode or test mode, in which case this parameter can be<br/>omitted. For organization-level credentials such as OAuth access tokens, you can enable test mode by setting<br/>`testmode` to `true`. | false |

docs/models/entity.md

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

44
## Supported Types
55

6-
### `models.GetWebhookEventPaymentLink`
6+
### `models.GetWebhookEventPaymentLinkOutput`
77

88
```python
9-
value: models.GetWebhookEventPaymentLink = /* values here */
9+
value: models.GetWebhookEventPaymentLinkOutput = /* values here */
1010
```
1111

1212
### `models.GetWebhookEventProfile`

0 commit comments

Comments
 (0)