Skip to content

Commit 414ee24

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.546.2
1 parent c370c9e commit 414ee24

File tree

620 files changed

+6464
-6570
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

620 files changed

+6464
-6570
lines changed

.speakeasy/gen.lock

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

.speakeasy/gen.yaml

Lines changed: 3 additions & 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.3.2
22+
version: 0.3.3
2323
additionalDependencies:
2424
dev: {}
2525
main: {}
@@ -47,8 +47,10 @@ python:
4747
inputModelSuffix: input
4848
maxMethodParams: 999
4949
methodArguments: infer-optional-args
50+
moduleName: ""
5051
outputModelSuffix: output
5152
packageName: mollie
53+
pytestFilterWarnings: []
5254
pytestTimeout: 0
5355
responseFormat: flat
5456
templateVersion: v2

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.545.0
1+
speakeasyVersion: 1.546.2
22
sources:
33
Mollie API:
44
sourceNamespace: mollie-api
5-
sourceRevisionDigest: sha256:c3019eeb17272a82d00b9cb3e4f694c9338ce673c9d6ac07e643e5409034f85b
6-
sourceBlobDigest: sha256:2b14423a4ad47f87a2565bc5ac712e7e961bd5bdee11f32dfc9ee34f9f111b67
5+
sourceRevisionDigest: sha256:93c55c19a2e24759b6601adce22712f49bf4ba206e11b6cb4533e947ce89c497
6+
sourceBlobDigest: sha256:1ba1fbad0d7d4fa4069f9e2cec8d89a274ad3cb4d582250dd66d3bbe1d7a79f9
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1747355172
9+
- speakeasy-sdk-regen-1747640125
1010
- 1.0.0
1111
targets:
1212
client:
1313
source: Mollie API
1414
sourceNamespace: mollie-api
15-
sourceRevisionDigest: sha256:c3019eeb17272a82d00b9cb3e4f694c9338ce673c9d6ac07e643e5409034f85b
16-
sourceBlobDigest: sha256:2b14423a4ad47f87a2565bc5ac712e7e961bd5bdee11f32dfc9ee34f9f111b67
15+
sourceRevisionDigest: sha256:93c55c19a2e24759b6601adce22712f49bf4ba206e11b6cb4533e947ce89c497
16+
sourceBlobDigest: sha256:1ba1fbad0d7d4fa4069f9e2cec8d89a274ad3cb4d582250dd66d3bbe1d7a79f9
1717
codeSamplesNamespace: mollie-api-python-code-samples
18-
codeSamplesRevisionDigest: sha256:53042e68a29e80aa3e24b04d8311babe26501857a7fd11dfefafa25dccd6a531
18+
codeSamplesRevisionDigest: sha256:c1a4c95aa5daf8aa22378e5cd24e57edbd1400912033966e8dd769c249f07af3
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README-PYPI.md

Lines changed: 273 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,45 @@ with Client(
214214
"image_url": "https://...",
215215
"product_url": "https://...",
216216
},
217+
{
218+
"description": "LEGO 4440 Forest Police Station",
219+
"quantity": 1,
220+
"quantity_unit": "pcs",
221+
"unit_price": {
222+
"currency": "EUR",
223+
"value": "10.00",
224+
},
225+
"discount_amount": {
226+
"currency": "EUR",
227+
"value": "10.00",
228+
},
229+
"recurring": {
230+
"description": "Gym subscription",
231+
"interval": "12 months",
232+
"amount": {
233+
"currency": "EUR",
234+
"value": "10.00",
235+
},
236+
"times": 1,
237+
"start_date": "2024-12-12",
238+
},
239+
"total_amount": {
240+
"currency": "EUR",
241+
"value": "10.00",
242+
},
243+
"vat_rate": "21.00",
244+
"vat_amount": {
245+
"currency": "EUR",
246+
"value": "10.00",
247+
},
248+
"sku": "9780241661628",
249+
"categories": [
250+
mollie.Categories.MEAL,
251+
mollie.Categories.ECO,
252+
],
253+
"image_url": "https://...",
254+
"product_url": "https://...",
255+
},
217256
],
218257
"billing_address": {
219258
"title": "Mr.",
@@ -418,6 +457,45 @@ async def main():
418457
"image_url": "https://...",
419458
"product_url": "https://...",
420459
},
460+
{
461+
"description": "LEGO 4440 Forest Police Station",
462+
"quantity": 1,
463+
"quantity_unit": "pcs",
464+
"unit_price": {
465+
"currency": "EUR",
466+
"value": "10.00",
467+
},
468+
"discount_amount": {
469+
"currency": "EUR",
470+
"value": "10.00",
471+
},
472+
"recurring": {
473+
"description": "Gym subscription",
474+
"interval": "12 months",
475+
"amount": {
476+
"currency": "EUR",
477+
"value": "10.00",
478+
},
479+
"times": 1,
480+
"start_date": "2024-12-12",
481+
},
482+
"total_amount": {
483+
"currency": "EUR",
484+
"value": "10.00",
485+
},
486+
"vat_rate": "21.00",
487+
"vat_amount": {
488+
"currency": "EUR",
489+
"value": "10.00",
490+
},
491+
"sku": "9780241661628",
492+
"categories": [
493+
mollie.Categories.MEAL,
494+
mollie.Categories.ECO,
495+
],
496+
"image_url": "https://...",
497+
"product_url": "https://...",
498+
},
421499
],
422500
"billing_address": {
423501
"title": "Mr.",
@@ -632,6 +710,45 @@ with Client(
632710
"image_url": "https://...",
633711
"product_url": "https://...",
634712
},
713+
{
714+
"description": "LEGO 4440 Forest Police Station",
715+
"quantity": 1,
716+
"quantity_unit": "pcs",
717+
"unit_price": {
718+
"currency": "EUR",
719+
"value": "10.00",
720+
},
721+
"discount_amount": {
722+
"currency": "EUR",
723+
"value": "10.00",
724+
},
725+
"recurring": {
726+
"description": "Gym subscription",
727+
"interval": "12 months",
728+
"amount": {
729+
"currency": "EUR",
730+
"value": "10.00",
731+
},
732+
"times": 1,
733+
"start_date": "2024-12-12",
734+
},
735+
"total_amount": {
736+
"currency": "EUR",
737+
"value": "10.00",
738+
},
739+
"vat_rate": "21.00",
740+
"vat_amount": {
741+
"currency": "EUR",
742+
"value": "10.00",
743+
},
744+
"sku": "9780241661628",
745+
"categories": [
746+
mollie.Categories.MEAL,
747+
mollie.Categories.ECO,
748+
],
749+
"image_url": "https://...",
750+
"product_url": "https://...",
751+
},
635752
],
636753
"billing_address": {
637754
"title": "Mr.",
@@ -998,6 +1115,45 @@ with Client(
9981115
"image_url": "https://...",
9991116
"product_url": "https://...",
10001117
},
1118+
{
1119+
"description": "LEGO 4440 Forest Police Station",
1120+
"quantity": 1,
1121+
"quantity_unit": "pcs",
1122+
"unit_price": {
1123+
"currency": "EUR",
1124+
"value": "10.00",
1125+
},
1126+
"discount_amount": {
1127+
"currency": "EUR",
1128+
"value": "10.00",
1129+
},
1130+
"recurring": {
1131+
"description": "Gym subscription",
1132+
"interval": "12 months",
1133+
"amount": {
1134+
"currency": "EUR",
1135+
"value": "10.00",
1136+
},
1137+
"times": 1,
1138+
"start_date": "2024-12-12",
1139+
},
1140+
"total_amount": {
1141+
"currency": "EUR",
1142+
"value": "10.00",
1143+
},
1144+
"vat_rate": "21.00",
1145+
"vat_amount": {
1146+
"currency": "EUR",
1147+
"value": "10.00",
1148+
},
1149+
"sku": "9780241661628",
1150+
"categories": [
1151+
mollie.Categories.MEAL,
1152+
mollie.Categories.ECO,
1153+
],
1154+
"image_url": "https://...",
1155+
"product_url": "https://...",
1156+
},
10011157
],
10021158
"billing_address": {
10031159
"title": "Mr.",
@@ -1201,6 +1357,45 @@ with Client(
12011357
"image_url": "https://...",
12021358
"product_url": "https://...",
12031359
},
1360+
{
1361+
"description": "LEGO 4440 Forest Police Station",
1362+
"quantity": 1,
1363+
"quantity_unit": "pcs",
1364+
"unit_price": {
1365+
"currency": "EUR",
1366+
"value": "10.00",
1367+
},
1368+
"discount_amount": {
1369+
"currency": "EUR",
1370+
"value": "10.00",
1371+
},
1372+
"recurring": {
1373+
"description": "Gym subscription",
1374+
"interval": "12 months",
1375+
"amount": {
1376+
"currency": "EUR",
1377+
"value": "10.00",
1378+
},
1379+
"times": 1,
1380+
"start_date": "2024-12-12",
1381+
},
1382+
"total_amount": {
1383+
"currency": "EUR",
1384+
"value": "10.00",
1385+
},
1386+
"vat_rate": "21.00",
1387+
"vat_amount": {
1388+
"currency": "EUR",
1389+
"value": "10.00",
1390+
},
1391+
"sku": "9780241661628",
1392+
"categories": [
1393+
mollie.Categories.MEAL,
1394+
mollie.Categories.ECO,
1395+
],
1396+
"image_url": "https://...",
1397+
"product_url": "https://...",
1398+
},
12041399
],
12051400
"billing_address": {
12061401
"title": "Mr.",
@@ -1427,6 +1622,45 @@ with Client(
14271622
"image_url": "https://...",
14281623
"product_url": "https://...",
14291624
},
1625+
{
1626+
"description": "LEGO 4440 Forest Police Station",
1627+
"quantity": 1,
1628+
"quantity_unit": "pcs",
1629+
"unit_price": {
1630+
"currency": "EUR",
1631+
"value": "10.00",
1632+
},
1633+
"discount_amount": {
1634+
"currency": "EUR",
1635+
"value": "10.00",
1636+
},
1637+
"recurring": {
1638+
"description": "Gym subscription",
1639+
"interval": "12 months",
1640+
"amount": {
1641+
"currency": "EUR",
1642+
"value": "10.00",
1643+
},
1644+
"times": 1,
1645+
"start_date": "2024-12-12",
1646+
},
1647+
"total_amount": {
1648+
"currency": "EUR",
1649+
"value": "10.00",
1650+
},
1651+
"vat_rate": "21.00",
1652+
"vat_amount": {
1653+
"currency": "EUR",
1654+
"value": "10.00",
1655+
},
1656+
"sku": "9780241661628",
1657+
"categories": [
1658+
mollie.Categories.MEAL,
1659+
mollie.Categories.ECO,
1660+
],
1661+
"image_url": "https://...",
1662+
"product_url": "https://...",
1663+
},
14301664
],
14311665
"billing_address": {
14321666
"title": "Mr.",
@@ -1643,6 +1877,45 @@ with Client(
16431877
"image_url": "https://...",
16441878
"product_url": "https://...",
16451879
},
1880+
{
1881+
"description": "LEGO 4440 Forest Police Station",
1882+
"quantity": 1,
1883+
"quantity_unit": "pcs",
1884+
"unit_price": {
1885+
"currency": "EUR",
1886+
"value": "10.00",
1887+
},
1888+
"discount_amount": {
1889+
"currency": "EUR",
1890+
"value": "10.00",
1891+
},
1892+
"recurring": {
1893+
"description": "Gym subscription",
1894+
"interval": "12 months",
1895+
"amount": {
1896+
"currency": "EUR",
1897+
"value": "10.00",
1898+
},
1899+
"times": 1,
1900+
"start_date": "2024-12-12",
1901+
},
1902+
"total_amount": {
1903+
"currency": "EUR",
1904+
"value": "10.00",
1905+
},
1906+
"vat_rate": "21.00",
1907+
"vat_amount": {
1908+
"currency": "EUR",
1909+
"value": "10.00",
1910+
},
1911+
"sku": "9780241661628",
1912+
"categories": [
1913+
mollie.Categories.MEAL,
1914+
mollie.Categories.ECO,
1915+
],
1916+
"image_url": "https://...",
1917+
"product_url": "https://...",
1918+
},
16461919
],
16471920
"billing_address": {
16481921
"title": "Mr.",

0 commit comments

Comments
 (0)