Skip to content

Commit 859b70a

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.544.0
1 parent 0daf1e9 commit 859b70a

34 files changed

+87
-59
lines changed

.speakeasy/gen.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
lockVersion: 2.0.0
22
id: 3f63a12a-c4cd-4e2e-98dc-9d5c6f5180ec
33
management:
4-
docChecksum: 0c61bc8a3bda4d123c20a5a86b1b1ed9
4+
docChecksum: 4ecc6e9be19628616516be50257c3444
55
docVersion: 1.0.0
6-
speakeasyVersion: 1.543.8
7-
generationVersion: 2.598.22
8-
releaseVersion: 0.2.3
9-
configChecksum: 09ccb061cf0663897bbcfc739283c013
6+
speakeasyVersion: 1.544.0
7+
generationVersion: 2.599.0
8+
releaseVersion: 0.3.0
9+
configChecksum: 2c36d96c44ffbf18e5db5270c71b970a
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
1313
features:
1414
python:
1515
additionalDependencies: 1.0.0
1616
constsAndDefaults: 1.0.5
17-
core: 5.17.1
17+
core: 5.18.0
1818
defaultEnabledRetries: 0.2.0
1919
deprecations: 3.0.2
2020
devContainers: 3.0.0

.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.3
22+
version: 0.3.0
2323
additionalDependencies:
2424
dev: {}
2525
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.543.8
1+
speakeasyVersion: 1.544.0
22
sources:
33
Mollie API:
44
sourceNamespace: mollie-api
5-
sourceRevisionDigest: sha256:0332740663d85fcdd0281dba57c130078b33ad7560cf806b2a258d8281b42248
6-
sourceBlobDigest: sha256:0cc92f0dad080820b90f6c58112182625ea6c3cf8957d3151ec8340f4f6dde32
5+
sourceRevisionDigest: sha256:8b086d2c009b0c5ef0dda78f37ccfd02af46b166943ffa515615d2b0f72e32f3
6+
sourceBlobDigest: sha256:14271aa71c73f003d1af1b79f50a76a2a1fc3c4cdf6ba434461132c4e5651b68
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1747095940
9+
- speakeasy-sdk-regen-1747215769
1010
- 1.0.0
1111
targets:
1212
client:
1313
source: Mollie API
1414
sourceNamespace: mollie-api
15-
sourceRevisionDigest: sha256:0332740663d85fcdd0281dba57c130078b33ad7560cf806b2a258d8281b42248
16-
sourceBlobDigest: sha256:0cc92f0dad080820b90f6c58112182625ea6c3cf8957d3151ec8340f4f6dde32
15+
sourceRevisionDigest: sha256:8b086d2c009b0c5ef0dda78f37ccfd02af46b166943ffa515615d2b0f72e32f3
16+
sourceBlobDigest: sha256:14271aa71c73f003d1af1b79f50a76a2a1fc3c4cdf6ba434461132c4e5651b68
1717
codeSamplesNamespace: mollie-api-python-code-samples
18-
codeSamplesRevisionDigest: sha256:b7ed84e6ebbbbc9fee811fdc313ca3d7dc5ab2085b5ee1d2c2b1eeb79b67ab42
18+
codeSamplesRevisionDigest: sha256:697e012c4f0d1612cecd4ac03d6ced9ec404d31b037d45afda60f53ec173d3cb
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README-PYPI.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,7 @@ with Client(
305305
"customer_id": "cst_5B8cwPMGnU",
306306
"profile_id": "pfl_5B8cwPMGnU",
307307
"due_date": "2025-01-01",
308+
"testmode": False,
308309
})
309310

310311
# Handle response
@@ -508,6 +509,7 @@ async def main():
508509
"customer_id": "cst_5B8cwPMGnU",
509510
"profile_id": "pfl_5B8cwPMGnU",
510511
"due_date": "2025-01-01",
512+
"testmode": False,
511513
})
512514

513515
# Handle response
@@ -721,6 +723,7 @@ with Client(
721723
"customer_id": "cst_5B8cwPMGnU",
722724
"profile_id": "pfl_5B8cwPMGnU",
723725
"due_date": "2025-01-01",
726+
"testmode": False,
724727
})
725728

726729
# Handle response
@@ -1086,6 +1089,7 @@ with Client(
10861089
"customer_id": "cst_5B8cwPMGnU",
10871090
"profile_id": "pfl_5B8cwPMGnU",
10881091
"due_date": "2025-01-01",
1092+
"testmode": False,
10891093
},
10901094
RetryConfig("backoff", BackoffStrategy(1, 50, 1.1, 100), False))
10911095

@@ -1288,6 +1292,7 @@ with Client(
12881292
"customer_id": "cst_5B8cwPMGnU",
12891293
"profile_id": "pfl_5B8cwPMGnU",
12901294
"due_date": "2025-01-01",
1295+
"testmode": False,
12911296
})
12921297

12931298
# Handle response
@@ -1513,6 +1518,7 @@ with Client(
15131518
"customer_id": "cst_5B8cwPMGnU",
15141519
"profile_id": "pfl_5B8cwPMGnU",
15151520
"due_date": "2025-01-01",
1521+
"testmode": False,
15161522
})
15171523

15181524
# Handle response
@@ -1728,6 +1734,7 @@ with Client(
17281734
"customer_id": "cst_5B8cwPMGnU",
17291735
"profile_id": "pfl_5B8cwPMGnU",
17301736
"due_date": "2025-01-01",
1737+
"testmode": False,
17311738
})
17321739

17331740
# Handle response

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,7 @@ with Client(
305305
"customer_id": "cst_5B8cwPMGnU",
306306
"profile_id": "pfl_5B8cwPMGnU",
307307
"due_date": "2025-01-01",
308+
"testmode": False,
308309
})
309310

310311
# Handle response
@@ -508,6 +509,7 @@ async def main():
508509
"customer_id": "cst_5B8cwPMGnU",
509510
"profile_id": "pfl_5B8cwPMGnU",
510511
"due_date": "2025-01-01",
512+
"testmode": False,
511513
})
512514

513515
# Handle response
@@ -721,6 +723,7 @@ with Client(
721723
"customer_id": "cst_5B8cwPMGnU",
722724
"profile_id": "pfl_5B8cwPMGnU",
723725
"due_date": "2025-01-01",
726+
"testmode": False,
724727
})
725728

726729
# Handle response
@@ -1086,6 +1089,7 @@ with Client(
10861089
"customer_id": "cst_5B8cwPMGnU",
10871090
"profile_id": "pfl_5B8cwPMGnU",
10881091
"due_date": "2025-01-01",
1092+
"testmode": False,
10891093
},
10901094
RetryConfig("backoff", BackoffStrategy(1, 50, 1.1, 100), False))
10911095

@@ -1288,6 +1292,7 @@ with Client(
12881292
"customer_id": "cst_5B8cwPMGnU",
12891293
"profile_id": "pfl_5B8cwPMGnU",
12901294
"due_date": "2025-01-01",
1295+
"testmode": False,
12911296
})
12921297

12931298
# Handle response
@@ -1513,6 +1518,7 @@ with Client(
15131518
"customer_id": "cst_5B8cwPMGnU",
15141519
"profile_id": "pfl_5B8cwPMGnU",
15151520
"due_date": "2025-01-01",
1521+
"testmode": False,
15161522
})
15171523

15181524
# Handle response
@@ -1728,6 +1734,7 @@ with Client(
17281734
"customer_id": "cst_5B8cwPMGnU",
17291735
"profile_id": "pfl_5B8cwPMGnU",
17301736
"due_date": "2025-01-01",
1737+
"testmode": False,
17311738
})
17321739

17331740
# Handle response

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,14 @@ Based on:
3838
### Generated
3939
- [python v0.2.3] .
4040
### Releases
41-
- [PyPI v0.2.3] https://pypi.org/project/mollie/0.2.3 - .
41+
- [PyPI v0.2.3] https://pypi.org/project/mollie/0.2.3 - .
42+
43+
## 2025-05-14 09:42:33
44+
### Changes
45+
Based on:
46+
- OpenAPI Doc
47+
- Speakeasy CLI 1.544.0 (2.599.0) https://github.com/speakeasy-api/speakeasy
48+
### Generated
49+
- [python v0.3.0] .
50+
### Releases
51+
- [PyPI v0.3.0] https://pypi.org/project/mollie/0.3.0 - .

USAGE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ with Client(
191191
"customer_id": "cst_5B8cwPMGnU",
192192
"profile_id": "pfl_5B8cwPMGnU",
193193
"due_date": "2025-01-01",
194+
"testmode": False,
194195
})
195196

196197
# Handle response
@@ -394,6 +395,7 @@ async def main():
394395
"customer_id": "cst_5B8cwPMGnU",
395396
"profile_id": "pfl_5B8cwPMGnU",
396397
"due_date": "2025-01-01",
398+
"testmode": False,
397399
})
398400

399401
# Handle response

0 commit comments

Comments
 (0)