Skip to content

Commit 187637a

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.582.0
1 parent b5cb29c commit 187637a

File tree

8 files changed

+34
-24
lines changed

8 files changed

+34
-24
lines changed

.speakeasy/gen.lock

Lines changed: 7 additions & 7 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.15
27+
version: 0.5.16
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.580.0
1+
speakeasyVersion: 1.582.0
22
sources:
33
Mollie API:
44
sourceNamespace: mollie-api
5-
sourceRevisionDigest: sha256:d0fcef6b97dbc2e1de23ec894931adc00b7409da0d2d4f8d36c807a9f6412a3e
6-
sourceBlobDigest: sha256:f3f037bb50e6da7fdf90ac7e9a46659c861f92d0cbf89b721a30690020d1b74a
5+
sourceRevisionDigest: sha256:c37d36403d525810ff92dac7e2bf02260c1da7b45fad1893bf2b516c297765eb
6+
sourceBlobDigest: sha256:20168775192e8702a889789acc1868bd0b0710806ac653afde8f1c5cf6d71530
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1752020857
9+
- speakeasy-sdk-regen-1752625648
1010
- 1.0.0
1111
targets:
1212
client:
1313
source: Mollie API
1414
sourceNamespace: mollie-api
15-
sourceRevisionDigest: sha256:d0fcef6b97dbc2e1de23ec894931adc00b7409da0d2d4f8d36c807a9f6412a3e
16-
sourceBlobDigest: sha256:f3f037bb50e6da7fdf90ac7e9a46659c861f92d0cbf89b721a30690020d1b74a
15+
sourceRevisionDigest: sha256:c37d36403d525810ff92dac7e2bf02260c1da7b45fad1893bf2b516c297765eb
16+
sourceBlobDigest: sha256:20168775192e8702a889789acc1868bd0b0710806ac653afde8f1c5cf6d71530
1717
codeSamplesNamespace: mollie-api-python-code-samples
18-
codeSamplesRevisionDigest: sha256:32376b26df255844cebe1ab97fd99ec88fcab5853e4e599359c65f7145d3e937
18+
codeSamplesRevisionDigest: sha256:f27e84709032cf72a825ebb10fd887154cb21bdce9639e6f6ab8dd02470eeee7
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
@@ -268,4 +268,14 @@ Based on:
268268
### Generated
269269
- [python v0.5.15] .
270270
### Releases
271-
- [PyPI v0.5.15] https://pypi.org/project/mollie/0.5.15 - .
271+
- [PyPI v0.5.15] https://pypi.org/project/mollie/0.5.15 - .
272+
273+
## 2025-07-16 00:27:11
274+
### Changes
275+
Based on:
276+
- OpenAPI Doc
277+
- Speakeasy CLI 1.582.0 (2.657.1) https://github.com/speakeasy-api/speakeasy
278+
### Generated
279+
- [python v0.5.16] .
280+
### Releases
281+
- [PyPI v0.5.16] https://pypi.org/project/mollie/0.5.16 - .

docs/models/balancetransactions.md

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

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

src/mollie/_version.py

Lines changed: 3 additions & 3 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.15"
6+
__version__: str = "0.5.16"
77
__openapi_doc_version__: str = "1.0.0"
8-
__gen_version__: str = "2.654.2"
9-
__user_agent__: str = "speakeasy-sdk/python 0.5.15 2.654.2 1.0.0 mollie"
8+
__gen_version__: str = "2.657.1"
9+
__user_agent__: str = "speakeasy-sdk/python 0.5.16 2.657.1 1.0.0 mollie"
1010

1111
try:
1212
if __package__ is not None:

src/mollie/models/list_balance_transactionsop.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ def serialize_model(self, handler):
608608

609609
class BalanceTransactionsTypedDict(TypedDict):
610610
resource: NotRequired[str]
611-
r"""Indicates the response contains a balance transaction object. Will always contain the string `balance_transaction` for this endpoint."""
611+
r"""Indicates the response contains a balance transaction object. Will always contain the string `balance-transaction` for this endpoint."""
612612
id: NotRequired[str]
613613
r"""The identifier uniquely referring to this balance transaction."""
614614
type: NotRequired[str]
@@ -659,8 +659,8 @@ class BalanceTransactionsTypedDict(TypedDict):
659659

660660

661661
class BalanceTransactions(BaseModel):
662-
resource: Optional[str] = "balance_transaction"
663-
r"""Indicates the response contains a balance transaction object. Will always contain the string `balance_transaction` for this endpoint."""
662+
resource: Optional[str] = "balance-transaction"
663+
r"""Indicates the response contains a balance transaction object. Will always contain the string `balance-transaction` for this endpoint."""
664664

665665
id: Optional[str] = None
666666
r"""The identifier uniquely referring to this balance transaction."""

0 commit comments

Comments
 (0)