Skip to content

Commit f4354e1

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.542.3
1 parent 4ed1bf7 commit f4354e1

File tree

11 files changed

+41
-20
lines changed

11 files changed

+41
-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: 4b4878b625fbebb67f8f93d666f7e098
4+
docChecksum: c71982d2ab9fe2c68de0e6754d34aa53
55
docVersion: 1.0.0
66
speakeasyVersion: 1.542.3
77
generationVersion: 2.597.9
8-
releaseVersion: 0.2.0
9-
configChecksum: 6a36f637a5f29d54a27f1038fb082102
8+
releaseVersion: 0.2.1
9+
configChecksum: a4c5cf042325af9a9332e63a09f86871
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

.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.2.0
22+
version: 0.2.1
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.542.3
22
sources:
33
Mollie API:
44
sourceNamespace: mollie-api
5-
sourceRevisionDigest: sha256:f522c8c3184de3c0f913dc2451964c5d53191df26c0f864f8d744c18a5cd9c28
6-
sourceBlobDigest: sha256:70757b492bb5baf375a837111011392d3926cd5a7b0120dcb842a124f0d4f9ff
5+
sourceRevisionDigest: sha256:1dfa4c2d076abadfcf77d67147bcb82cf8dc682d0eda14b8908b19285b4b16af
6+
sourceBlobDigest: sha256:626fef8acda9a818a8dbeea5a2f5b42087e0f76c5d29e596b3ef06a8c65e0b31
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1746614317
9+
- speakeasy-sdk-regen-1746663944
1010
- 1.0.0
1111
targets:
1212
client:
1313
source: Mollie API
1414
sourceNamespace: mollie-api
15-
sourceRevisionDigest: sha256:f522c8c3184de3c0f913dc2451964c5d53191df26c0f864f8d744c18a5cd9c28
16-
sourceBlobDigest: sha256:70757b492bb5baf375a837111011392d3926cd5a7b0120dcb842a124f0d4f9ff
15+
sourceRevisionDigest: sha256:1dfa4c2d076abadfcf77d67147bcb82cf8dc682d0eda14b8908b19285b4b16af
16+
sourceBlobDigest: sha256:626fef8acda9a818a8dbeea5a2f5b42087e0f76c5d29e596b3ef06a8c65e0b31
1717
codeSamplesNamespace: mollie-api-python-code-samples
18-
codeSamplesRevisionDigest: sha256:e7b015d5f48303de3aa8b80a5afb4e75053652bb68379a125aca517824312a8c
18+
codeSamplesRevisionDigest: sha256:ee013cbb46797922ef1c1641446843930845f12dfba03027e8b464c43a43b98d
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README-PYPI.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ Developer-friendly & type-safe Python SDK specifically catered to leverage *moll
99
</a>
1010
</div>
1111

12+
## Migration
13+
This documentation is for the new Mollie's SDK. You can find more details on how to migrate from the old version to the new one [here](https://github.com/mollie/mollie-api-python-alpha/blob/master//MIGRATION.md).
14+
1215
<!-- Start Summary [summary] -->
1316
## Summary
1417

@@ -19,6 +22,7 @@ Developer-friendly & type-safe Python SDK specifically catered to leverage *moll
1922
## Table of Contents
2023
<!-- $toc-max-depth=2 -->
2124
* [mollie-api-python-alpha](https://github.com/mollie/mollie-api-python-alpha/blob/master/#mollie-api-python-alpha)
25+
* [Migration](https://github.com/mollie/mollie-api-python-alpha/blob/master/#migration)
2226
* [SDK Installation](https://github.com/mollie/mollie-api-python-alpha/blob/master/#sdk-installation)
2327
* [IDE Support](https://github.com/mollie/mollie-api-python-alpha/blob/master/#ide-support)
2428
* [SDK Example Usage](https://github.com/mollie/mollie-api-python-alpha/blob/master/#sdk-example-usage)

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,17 @@ Developer-friendly & type-safe Python SDK specifically catered to leverage *moll
1212
## Migration
1313
This documentation is for the new Mollie's SDK. You can find more details on how to migrate from the old version to the new one [here](/MIGRATION.md).
1414

15+
<!-- Start Summary [summary] -->
16+
## Summary
17+
18+
19+
<!-- End Summary [summary] -->
20+
1521
<!-- Start Table of Contents [toc] -->
1622
## Table of Contents
1723
<!-- $toc-max-depth=2 -->
1824
* [mollie-api-python-alpha](#mollie-api-python-alpha)
25+
* [Migration](#migration)
1926
* [SDK Installation](#sdk-installation)
2027
* [IDE Support](#ide-support)
2128
* [SDK Example Usage](#sdk-example-usage)

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,14 @@ Based on:
88
### Generated
99
- [python v0.2.0] .
1010
### Releases
11-
- [PyPI v0.2.0] https://pypi.org/project/mollie/0.2.0 - .
11+
- [PyPI v0.2.0] https://pypi.org/project/mollie/0.2.0 - .
12+
13+
## 2025-05-08 00:25:28
14+
### Changes
15+
Based on:
16+
- OpenAPI Doc
17+
- Speakeasy CLI 1.542.3 (2.597.9) https://github.com/speakeasy-api/speakeasy
18+
### Generated
19+
- [python v0.2.1] .
20+
### Releases
21+
- [PyPI v0.2.1] https://pypi.org/project/mollie/0.2.1 - .

docs/models/balancetransactions.md

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/models/context.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Depending on the type of the balance transaction, we will try to give more conte
44

55
Below is a complete list of the context values that each type of transaction will have.
66

7-
* Type `payment: `paymentId`
7+
* Type `payment`: `paymentId`
88
* Type `capture`: `paymentId` `captureId`
99
* Type `unauthorized-direct-debit`: `paymentId`
1010
* Type `failed-payment`: `paymentId`

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-alpha"
3-
version = "0.2.0"
3+
version = "0.2.1"
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.2.0"
6+
__version__: str = "0.2.1"
77
__openapi_doc_version__: str = "1.0.0"
88
__gen_version__: str = "2.597.9"
9-
__user_agent__: str = "speakeasy-sdk/python 0.2.0 2.597.9 1.0.0 mollie"
9+
__user_agent__: str = "speakeasy-sdk/python 0.2.1 2.597.9 1.0.0 mollie"
1010

1111
try:
1212
if __package__ is not None:

0 commit comments

Comments
 (0)