11lockVersion: 2.0.0
22id: 3f63a12a-c4cd-4e2e-98dc-9d5c6f5180ec
33management:
4- docChecksum: a5dccf14f1e5388d77df2bf0465de0c1
4+ docChecksum: 3326eaca21c1637f3b75a6c4f0058439
55 docVersion: 1.0.0
6- speakeasyVersion: 1.637.3
7- generationVersion: 2.727.9
8- releaseVersion: 0.15.1
9- configChecksum: 4494a62d360af17227a40ea295b1a74d
6+ speakeasyVersion: 1.638.0
7+ generationVersion: 2.728.0
8+ releaseVersion: 0.15.2
9+ configChecksum: cd6a11dfd605d61451772e36dc74a1b2
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
@@ -339,7 +339,6 @@ generatedFiles:
339339 - docs/models/listsettlementsembedded.md
340340 - docs/models/listsettlementsrequest.md
341341 - docs/models/listsettlementsresponse.md
342- - docs/models/listsort.md
343342 - docs/models/listsubscriptionpaymentsembedded.md
344343 - docs/models/listsubscriptionpaymentsrequest.md
345344 - docs/models/listsubscriptionpaymentsresponse.md
@@ -353,7 +352,6 @@ generatedFiles:
353352 - docs/models/listwebhooksrequest.md
354353 - docs/models/listwebhooksresponse.md
355354 - docs/models/locale.md
356- - docs/models/localeparameter.md
357355 - docs/models/localeresponse.md
358356 - docs/models/managedfee.md
359357 - docs/models/mandatedetailscardlabelresponse.md
@@ -495,6 +493,7 @@ generatedFiles:
495493 - docs/models/sequencetype.md
496494 - docs/models/sequencetyperesponse.md
497495 - docs/models/settlementstatus.md
496+ - docs/models/sorting.md
498497 - docs/models/splitpayment.md
499498 - docs/models/statusreason.md
500499 - docs/models/subgroup.md
@@ -741,13 +740,11 @@ generatedFiles:
741740 - src/mollie/models/list_settlement_paymentsop.py
742741 - src/mollie/models/list_settlement_refundsop.py
743742 - src/mollie/models/list_settlementsop.py
744- - src/mollie/models/list_sort.py
745743 - src/mollie/models/list_subscription_paymentsop.py
746744 - src/mollie/models/list_subscriptionsop.py
747745 - src/mollie/models/list_terminalsop.py
748746 - src/mollie/models/list_webhooksop.py
749747 - src/mollie/models/locale.py
750- - src/mollie/models/locale_parameter.py
751748 - src/mollie/models/locale_response.py
752749 - src/mollie/models/mandate_details_card_label_response.py
753750 - src/mollie/models/mandate_method.py
@@ -834,6 +831,7 @@ generatedFiles:
834831 - src/mollie/models/sequence_type.py
835832 - src/mollie/models/sequence_type_response.py
836833 - src/mollie/models/settlement_status.py
834+ - src/mollie/models/sorting.py
837835 - src/mollie/models/status_reason.py
838836 - src/mollie/models/sub_group.py
839837 - src/mollie/models/sub_totals.py
@@ -3662,7 +3660,7 @@ examples:
36623660 idempotency-key: "123e4567-e89b-12d3-a456-426"
36633661 responses:
36643662 "200":
3665- application/hal+json: {"resource": "organization", "id": "org_1234567", "name": "My Online Store", "email": "
[email protected] ", "locale": "en_US", "address": {"streetAndNumber": "
<value> ", "postalCode": "
18293 ", "city": "
South Kaelyn ", "country": "
Tajikistan "}, "registrationNumber": "12345678", "vatNumber": "NL123456789B01", "vatRegulation": "dutch", "_links": {"self": {"href": "https://...", "type": "application/hal+json"}, "dashboard": {"href": "https://...", "type": "application/hal+json"}, "documentation": {"href": "https://...", "type": "application/hal+json"}}}
3663+ application/hal+json: {"resource": "organization", "id": "org_1234567", "name": "My Online Store", "email": "
[email protected] ", "locale": "en_US", "address": {"streetAndNumber": "
Keizersgracht 126 ", "postalCode": "
1015 CW ", "city": "
Amsterdam ", "country": "
NL "}, "registrationNumber": "12345678", "vatNumber": "NL123456789B01", "vatRegulation": "dutch", "_links": {"self": {"href": "https://...", "type": "application/hal+json"}, "dashboard": {"href": "https://...", "type": "application/hal+json"}, "documentation": {"href": "https://...", "type": "application/hal+json"}}}
36663664 "404":
36673665 application/hal+json: {"status": 404, "title": "Not Found", "detail": "The resource does not exist", "field": "description", "_links": {"documentation": {"href": "https://docs.mollie.com/errors", "type": "text/html"}}}
36683666 get-current-organization:
@@ -3892,7 +3890,7 @@ examples:
38923890 header:
38933891 idempotency-key: "123e4567-e89b-12d3-a456-426"
38943892 requestBody:
3895- application/json: {"organization": {"name": "Mollie B.V.", "registrationNumber": "30204462", "vatNumber": "NL815839091B01", "vatRegulation": "dutch"}, "profile": {"name": "Mollie", "url": "https://www.mollie.com", "email": "
[email protected] ", "phone": "+31208202070", "description": "Payment service provider", "businessCategory": "MONEY_SERVICES"}}
3893+ application/json: {"organization": {"name": "Mollie B.V.", "
address": {"streetAndNumber": "Keizersgracht 126", "postalCode": "1015 CW", "city": "Amsterdam", "country": "NL"}, " registrationNumber": "30204462", "vatNumber": "NL815839091B01", "vatRegulation": "dutch"}, "profile": {"name": "Mollie", "url": "https://www.mollie.com", "email": "
[email protected] ", "phone": "+31208202070", "description": "Payment service provider", "businessCategory": "MONEY_SERVICES"}}
38963894 responses:
38973895 "204":
38983896 application/hal+json: "<value>"
@@ -4006,7 +4004,7 @@ examples:
40064004 idempotency-key: "123e4567-e89b-12d3-a456-426"
40074005 responses:
40084006 "200":
4009- application/hal+json: {"resource": "client", "_links": {"self": {"href": "https://...", "type": "application/hal+json"}, "organization": {"href": "https://...", "type": "application/hal+json"}, "onboarding": {"href": "https://...", "type": "application/hal+json"}, "documentation": {"href": "https://...", "type": "application/hal+json"}}, "_embedded": {"organization": {"resource": "organization", "id": "org_1234567", "name": "My Online Store", "email": "
[email protected] ", "locale": "en_US", "address": {"streetAndNumber": "<value>", "postalCode": "72737", "city": "Fort Reece", "country": "Svalbard & Jan Mayen Islands"}, "registrationNumber": "12345678", "vatNumber": "NL123456789B01", "vatRegulation": "dutch", "_links": {"self": {"href": "https://...", "type": "application/hal+json"}, "dashboard": {"href": "https://...", "type": "application/hal+json"}, "documentation": {"href": "https://...", "type": "application/hal+json"}}}, "onboarding": {"resource": "onboarding", "name": "My webshop", "status": "completed", "canReceivePayments": true, "canReceiveSettlements": true, "signedUpAt": "2023-01-15T13:45:30Z", "_links": {"self": {"href": "https://...", "type": "application/hal+json"}, "dashboard": {"href": "https://...", "type": "application/hal+json"}, "organization": {"href": "https://...", "type": "application/hal+json"}, "documentation": {"href": "https://...", "type": "application/hal+json"}}}, "capabilities": {"resource": "capability", "name": "payments", "status": "pending", "statusReason": "requirement-past-due", "requirements": [{"id": "legal-representatives", "status": "past-due", "dueDate": "2024-01-01T12:00:00+00:00", "_links": {"dashboard": {"href": "https://my.mollie.com/dashboard/...", "type": "text/html"}}}]}}}
4007+ application/hal+json: {"resource": "client", "_links": {"self": {"href": "https://...", "type": "application/hal+json"}, "organization": {"href": "https://...", "type": "application/hal+json"}, "onboarding": {"href": "https://...", "type": "application/hal+json"}, "documentation": {"href": "https://...", "type": "application/hal+json"}}, "_embedded": {"organization": {"resource": "organization", "id": "org_1234567", "name": "My Online Store", "email": "
[email protected] ", "locale": "en_US", "address": {"streetAndNumber": "Keizersgracht 126", "postalCode": "1015 CW", "city": "Amsterdam", "country": "NL"}, "registrationNumber": "12345678", "vatNumber": "NL123456789B01", "vatRegulation": "dutch", "_links": {"self": {"href": "https://...", "type": "application/hal+json"}, "dashboard": {"href": "https://...", "type": "application/hal+json"}, "documentation": {"href": "https://...", "type": "application/hal+json"}}}, "onboarding": {"resource": "onboarding", "name": "My webshop", "status": "completed", "canReceivePayments": true, "canReceiveSettlements": true, "signedUpAt": "2023-01-15T13:45:30Z", "_links": {"self": {"href": "https://...", "type": "application/hal+json"}, "dashboard": {"href": "https://...", "type": "application/hal+json"}, "organization": {"href": "https://...", "type": "application/hal+json"}, "documentation": {"href": "https://...", "type": "application/hal+json"}}}, "capabilities": {"resource": "capability", "name": "payments", "status": "pending", "statusReason": "requirement-past-due", "requirements": [{"id": "legal-representatives", "status": "past-due", "dueDate": "2024-01-01T12:00:00+00:00", "_links": {"dashboard": {"href": "https://my.mollie.com/dashboard/...", "type": "text/html"}}}]}}}
40104008 "404":
40114009 application/hal+json: {"status": 404, "title": "Not Found", "detail": "The resource does not exist", "field": "description", "_links": {"documentation": {"href": "https://docs.mollie.com/errors", "type": "text/html"}}}
40124010 create-client-link:
@@ -5345,4 +5343,22 @@ examples:
53455343 application/hal+json: {"status": 404, "title": "Not Found", "detail": "The resource does not exist", "field": "description", "_links": {"documentation": {"href": "https://docs.mollie.com/errors", "type": "text/html"}}}
53465344examplesVersion: 1.0.2
53475345generatedTests: {}
5348- releaseNotes: "## Python SDK Changes Detected:\n* `client.profiles.update()`: \n * `request_body.mode` **Removed** **Breaking** :warning:\n* `client.delayed-routing.create()`: \n * `request` **Changed** **Breaking** :warning:\n * `response` **Changed**\n* `client.clients.get()`: `response._embedded` **Changed** **Breaking** :warning:\n* `client.balances.get-report()`: \n * `request.grouping` **Changed** **Breaking** :warning:\n * `response` **Changed**\n* `client.clients.list()`: `response._embedded.clients.[]._embedded` **Changed** **Breaking** :warning:\n* `client.capabilities.list()`: `response` **Changed** **Breaking** :warning:\n* `client.onboarding.submit()`: \n * `request_body.organization.address` **Changed** **Breaking** :warning:\n* `client.invoices.list()`: `response` **Changed**\n* `client.settlements.list-chargebacks()`: `response` **Changed**\n* `client.permissions.get()`: `response` **Changed**\n* `client.organizations.get()`: `response` **Changed**\n* `client.organizations.get-current()`: `response` **Changed**\n* `client.profiles.list()`: `response` **Changed**\n* `client.invoices.get()`: `response` **Changed**\n* `client.onboarding.get()`: `response` **Changed**\n* `client.balances.list()`: `response` **Changed**\n* `client.permissions.list()`: `response` **Changed**\n* `client.balances.list-transactions()`: `response` **Changed**\n* `client.balances.get-primary()`: `response` **Changed**\n* `client.webhook-events.get()`: `response._embedded.entity` **Changed**\n* `client.methods.list()`: `request` **Changed**\n* `client.chargebacks.list()`: `response` **Changed**\n* `client.chargebacks.all()`: `response` **Changed**\n* `client.balances.get()`: `response` **Changed**\n* `client.delayed-routing.list()`: `response` **Changed**\n"
5346+ releaseNotes: |
5347+ ## Python SDK Changes Detected:
5348+ * `client.refunds.all()`: `request.sort` **Changed** **Breaking** :warning:
5349+ * `client.customers.list-payments()`: `request.sort` **Changed** **Breaking** :warning:
5350+ * `client.webhooks.list()`: `request.sort` **Changed** **Breaking** :warning:
5351+ * `client.balance-transfers.list()`: `request.sort` **Changed** **Breaking** :warning:
5352+ * `client.payments.list()`: `request.sort` **Changed** **Breaking** :warning:
5353+ * `client.subscriptions.list-payments()`: `request.sort` **Changed** **Breaking** :warning:
5354+ * `client.subscriptions.list()`: `request.sort` **Changed** **Breaking** :warning:
5355+ * `client.mandates.list()`: `request.sort` **Changed** **Breaking** :warning:
5356+ * `client.invoices.list()`: `request.sort` **Changed** **Breaking** :warning:
5357+ * `client.chargebacks.all()`: `request.sort` **Changed** **Breaking** :warning:
5358+ * `client.settlements.list-payments()`: `request.sort` **Changed** **Breaking** :warning:
5359+ * `client.terminals.list()`: `request.sort` **Changed** **Breaking** :warning:
5360+ * `client.customers.list()`: `request.sort` **Changed** **Breaking** :warning:
5361+ * `client.payment-links.list-payments()`: `request.sort` **Changed** **Breaking** :warning:
5362+ * `client.methods.get()`: `request.locale` **Changed**
5363+ * `client.methods.all()`: `request.locale` **Changed**
5364+ * `client.methods.list()`: `request.locale` **Changed**
0 commit comments