Skip to content

Commit 551388f

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.582.0
1 parent 9a81713 commit 551388f

File tree

10 files changed

+42
-20
lines changed

10 files changed

+42
-20
lines changed

.speakeasy/gen.lock

Lines changed: 3 additions & 3 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: 497e29dcfa185480f100e69737aeb915
4+
docChecksum: f39b164a25a719bdf52a1463839266a5
55
docVersion: 1.0.0
66
speakeasyVersion: 1.582.0
77
generationVersion: 2.657.1
8-
releaseVersion: 0.5.17
9-
configChecksum: d2104ba11421fcba2b11e7513fa0c4d1
8+
releaseVersion: 0.5.18
9+
configChecksum: 5e43ff3419f981603d67d80c13adff4a
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

.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.17
27+
version: 0.5.18
2828
additionalDependencies:
2929
dev: {}
3030
main: {}

.speakeasy/workflow.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ speakeasyVersion: 1.582.0
22
sources:
33
Mollie API:
44
sourceNamespace: mollie-api
5-
sourceRevisionDigest: sha256:02e289d2d884bdc6c1327883d66eedf199c530a8cd0beb65a61b23f7d5964351
6-
sourceBlobDigest: sha256:7ea947c863d53e11372c8683911b505e12cc1fe2acb7b3a0c74e4f3f32310268
5+
sourceRevisionDigest: sha256:2599e568940370c5348b9dd1bc341f2114688e8025cd6c34fd95e6f0aa79ab78
6+
sourceBlobDigest: sha256:939b462ed7e1c770fe3f6424fd673690b7a8a5270118f94854eb163c9a80b9cd
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1752670692
9+
- speakeasy-sdk-regen-1752798444
1010
- 1.0.0
1111
targets:
1212
client:
1313
source: Mollie API
1414
sourceNamespace: mollie-api
15-
sourceRevisionDigest: sha256:02e289d2d884bdc6c1327883d66eedf199c530a8cd0beb65a61b23f7d5964351
16-
sourceBlobDigest: sha256:7ea947c863d53e11372c8683911b505e12cc1fe2acb7b3a0c74e4f3f32310268
15+
sourceRevisionDigest: sha256:2599e568940370c5348b9dd1bc341f2114688e8025cd6c34fd95e6f0aa79ab78
16+
sourceBlobDigest: sha256:939b462ed7e1c770fe3f6424fd673690b7a8a5270118f94854eb163c9a80b9cd
1717
codeSamplesNamespace: mollie-api-python-code-samples
18-
codeSamplesRevisionDigest: sha256:a4fedca544e48110df81a17c84c8fa7c0270b2864c5ae90138a62d7d0256303f
18+
codeSamplesRevisionDigest: sha256:0e3dd25c5cfc6e051ae4bac5536cf687969106bbbb40477155cf319b00090384
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README-PYPI.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,23 +55,23 @@ The SDK can be installed with either *pip* or *poetry* package managers.
5555
*PIP* is the default package installer for Python, enabling easy installation and management of packages from PyPI via the command line.
5656

5757
```bash
58-
pip install mollie-api-python-beta
58+
pip install mollie
5959
```
6060

6161
### Poetry
6262

6363
*Poetry* is a modern tool that simplifies dependency management and package publishing by using a single `pyproject.toml` file to handle project metadata and dependencies.
6464

6565
```bash
66-
poetry add mollie-api-python-beta
66+
poetry add mollie
6767
```
6868

6969
### Shell and script usage with `uv`
7070

7171
You can use this SDK in a Python shell with [uv](https://docs.astral.sh/uv/) and the `uvx` command that comes with it like so:
7272

7373
```shell
74-
uvx --from mollie-api-python-beta python
74+
uvx --from mollie python
7575
```
7676

7777
It's also possible to write a standalone Python script without needing to set up a whole project like so:

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,23 +55,23 @@ The SDK can be installed with either *pip* or *poetry* package managers.
5555
*PIP* is the default package installer for Python, enabling easy installation and management of packages from PyPI via the command line.
5656

5757
```bash
58-
pip install mollie-api-python-beta
58+
pip install mollie
5959
```
6060

6161
### Poetry
6262

6363
*Poetry* is a modern tool that simplifies dependency management and package publishing by using a single `pyproject.toml` file to handle project metadata and dependencies.
6464

6565
```bash
66-
poetry add mollie-api-python-beta
66+
poetry add mollie
6767
```
6868

6969
### Shell and script usage with `uv`
7070

7171
You can use this SDK in a Python shell with [uv](https://docs.astral.sh/uv/) and the `uvx` command that comes with it like so:
7272

7373
```shell
74-
uvx --from mollie-api-python-beta python
74+
uvx --from mollie python
7575
```
7676

7777
It's also possible to write a standalone Python script without needing to set up a whole project like so:

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,4 +288,14 @@ Based on:
288288
### Generated
289289
- [python v0.5.17] .
290290
### Releases
291-
- [PyPI v0.5.17] https://pypi.org/project/mollie/0.5.17 - .
291+
- [PyPI v0.5.17] https://pypi.org/project/mollie/0.5.17 - .
292+
293+
## 2025-07-18 00:27:07
294+
### Changes
295+
Based on:
296+
- OpenAPI Doc
297+
- Speakeasy CLI 1.582.0 (2.657.1) https://github.com/speakeasy-api/speakeasy
298+
### Generated
299+
- [python v0.5.18] .
300+
### Releases
301+
- [PyPI v0.5.18] https://pypi.org/project/mollie/0.5.18 - .

docs/sdks/clientlinks/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ After adding the above url parameter your URL will look something like this and
4545

4646
Error handling is also dealt with similar to the [Authorize](https://docs.mollie.com/reference/authorize) endpoint: the customer is redirected back to your app's redirect URL with the `error` and `error_description` parameters added to the URL.
4747

48+
> 🚧
49+
>
50+
> A client link must be used within 30 days of creation. After that period, it will expire and you will need to create a new client link.
51+
4852
> 🔑 Access with
4953
>
5054
> [Access token with **clients.write**](/reference/authentication)

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.5.17"
3+
version = "0.5.18"
44
description = "Python Client SDK Generated by Speakeasy."
55
authors = [{ name = "Speakeasy" },]
66
readme = "README-PYPI.md"

src/mollie/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
import importlib.metadata
44

55
__title__: str = "mollie"
6-
__version__: str = "0.5.17"
6+
__version__: str = "0.5.18"
77
__openapi_doc_version__: str = "1.0.0"
88
__gen_version__: str = "2.657.1"
9-
__user_agent__: str = "speakeasy-sdk/python 0.5.17 2.657.1 1.0.0 mollie"
9+
__user_agent__: str = "speakeasy-sdk/python 0.5.18 2.657.1 1.0.0 mollie"
1010

1111
try:
1212
if __package__ is not None:

src/mollie/client_links.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ def create(
6262
6363
Error handling is also dealt with similar to the [Authorize](https://docs.mollie.com/reference/authorize) endpoint: the customer is redirected back to your app's redirect URL with the `error` and `error_description` parameters added to the URL.
6464
65+
> 🚧
66+
>
67+
> A client link must be used within 30 days of creation. After that period, it will expire and you will need to create a new client link.
68+
6569
> 🔑 Access with
6670
>
6771
> [Access token with **clients.write**](/reference/authentication)
@@ -218,6 +222,10 @@ async def create_async(
218222
219223
Error handling is also dealt with similar to the [Authorize](https://docs.mollie.com/reference/authorize) endpoint: the customer is redirected back to your app's redirect URL with the `error` and `error_description` parameters added to the URL.
220224
225+
> 🚧
226+
>
227+
> A client link must be used within 30 days of creation. After that period, it will expire and you will need to create a new client link.
228+
221229
> 🔑 Access with
222230
>
223231
> [Access token with **clients.write**](/reference/authentication)

0 commit comments

Comments
 (0)