Skip to content

Commit d92e539

Browse files
committed
## Python SDK Changes Detected:
* `client.clients.list()`: `response._embedded.clients.[]` **Changed** * `client.clients.get()`: `response` **Changed**
1 parent 563a90d commit d92e539

File tree

14 files changed

+71
-75
lines changed

14 files changed

+71
-75
lines changed

.speakeasy/gen.lock

Lines changed: 10 additions & 6 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: 472e4dcde1d3b517a28b14d7461da2e9
4+
docChecksum: e0875c45a90955b78b20ce17c0c1cd08
55
docVersion: 1.0.0
66
speakeasyVersion: 1.640.0
77
generationVersion: 2.730.5
8-
releaseVersion: 0.35.1
9-
configChecksum: f98f9e4885273a567fb6d47a5fca95e0
8+
releaseVersion: 0.36.1
9+
configChecksum: 4d84c65093b2707b7ae2020ab55137e8
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
@@ -3968,7 +3968,7 @@ examples:
39683968
idempotency-key: "123e4567-e89b-12d3-a456-426"
39693969
responses:
39703970
"200":
3971-
application/hal+json: {"count": 5, "_embedded": {"clients": [{"resource": "client", "id": "org_12345678", "commission": {"count": 0}, "organizationCreatedAt": "2023-04-06 13:10:19+00:00", "_links": {"self": {"href": "https://...", "type": "application/hal+json"}}}, {}, {}, {}, {}]}, "_links": {"self": {"href": "https://...", "type": "application/hal+json"}, "previous": null, "next": {"href": "https://api.mollie.com/v2/clients?from=org_63916732&limit=5", "type": "application/hal+json"}, "documentation": {"href": "https://...", "type": "text/html"}}}
3971+
application/hal+json: {"count": 1, "_embedded": {"clients": [{"resource": "client", "id": "org_12345678", "commission": {"count": 0}, "organizationCreatedAt": "2023-04-06 13:10:19+00:00", "_links": {"self": {"href": "https://...", "type": "application/hal+json"}}}]}, "_links": {"self": {"href": "https://...", "type": "application/hal+json"}, "previous": null, "next": {"href": "https://api.mollie.com/v2/clients?from=org_63916732&limit=5", "type": "application/hal+json"}, "documentation": {"href": "https://...", "type": "text/html"}}}
39723972
"":
39733973
parameters:
39743974
query:
@@ -3990,7 +3990,7 @@ examples:
39903990
idempotency-key: "123e4567-e89b-12d3-a456-426"
39913991
responses:
39923992
"200":
3993-
application/hal+json: {"count": 5, "_embedded": {"clients": [{"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": "42979", "city": "Sammyfort", "country": "United Arab Emirates"}, "registrationNumber": "12345678", "_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"}}}]}}}]}, "_links": {"self": {"href": "https://...", "type": "application/hal+json"}, "previous": {"href": "https://...", "type": "application/hal+json"}, "next": {"href": "https://...", "type": "application/hal+json"}, "documentation": {"href": "https://...", "type": "application/hal+json"}}}
3993+
application/hal+json: {"count": 5, "_embedded": {"clients": [{"resource": "client", "id": "org_1234567", "_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": "42979", "city": "Sammyfort", "country": "United Arab Emirates"}, "registrationNumber": "12345678", "_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"}}}]}}}]}, "_links": {"self": {"href": "https://...", "type": "application/hal+json"}, "previous": {"href": "https://...", "type": "application/hal+json"}, "next": {"href": "https://...", "type": "application/hal+json"}, "documentation": {"href": "https://...", "type": "application/hal+json"}}}
39943994
"400":
39953995
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"}}}
39963996
"404":
@@ -4059,7 +4059,7 @@ examples:
40594059
idempotency-key: "123e4567-e89b-12d3-a456-426"
40604060
responses:
40614061
"200":
4062-
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:30+00:00", "_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"}}}]}}}
4062+
application/hal+json: {"resource": "client", "id": "org_1234567", "commission": {"count": 10}, "organizationCreatedAt": "2023-01-15T13:45:30+00:00", "_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:30+00:00", "_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"}}}]}}}
40634063
"404":
40644064
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"}}}
40654065
create-client-link:
@@ -5398,3 +5398,7 @@ examples:
53985398
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"}}}
53995399
examplesVersion: 1.0.2
54005400
generatedTests: {}
5401+
releaseNotes: |
5402+
## Python SDK Changes Detected:
5403+
* `client.clients.list()`: `response._embedded.clients.[]` **Changed**
5404+
* `client.clients.get()`: `response` **Changed**

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ generation:
2828
skipResponseBodyAssertions: false
2929
requestBodyFieldName: ""
3030
python:
31-
version: 0.35.1
31+
version: 0.36.1
3232
additionalDependencies:
3333
dev: {}
3434
main: {}

.speakeasy/workflow.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ speakeasyVersion: 1.640.0
22
sources:
33
Mollie API:
44
sourceNamespace: mollie-api
5-
sourceRevisionDigest: sha256:7c683e7c3ca0fc38cfb32dff7c95253890feb76a3c01a6b316a1570774de34f4
6-
sourceBlobDigest: sha256:7d8ccb023d29bb7b7d104d34bd14276f014c89b36f79483c76d72cc07c888096
5+
sourceRevisionDigest: sha256:90ec2381b98e1948c6560ddbb24c1b24e1db9a6664032957de5dd28c660c5b41
6+
sourceBlobDigest: sha256:fc030b0ff7aa9446ec945d77cccf88a6e499af1b67a12925a5f2a112ae8a767a
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1763512040
9+
- speakeasy-sdk-regen-1763566523
1010
- 1.0.0
1111
targets:
1212
client:
1313
source: Mollie API
1414
sourceNamespace: mollie-api
15-
sourceRevisionDigest: sha256:7c683e7c3ca0fc38cfb32dff7c95253890feb76a3c01a6b316a1570774de34f4
16-
sourceBlobDigest: sha256:7d8ccb023d29bb7b7d104d34bd14276f014c89b36f79483c76d72cc07c888096
15+
sourceRevisionDigest: sha256:90ec2381b98e1948c6560ddbb24c1b24e1db9a6664032957de5dd28c660c5b41
16+
sourceBlobDigest: sha256:fc030b0ff7aa9446ec945d77cccf88a6e499af1b67a12925a5f2a112ae8a767a
1717
codeSamplesNamespace: mollie-api-python-code-samples
18-
codeSamplesRevisionDigest: sha256:cbeb995a8f1c4f03a1340878dbc8cb5f99c189bcbed6380950a73eddc1f8a27d
18+
codeSamplesRevisionDigest: sha256:66fcf7358eec8b8c80eaec6177f27f3354ecc24d491a42bffc64f5b77c0dba61
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
@@ -898,4 +898,14 @@ Based on:
898898
### Generated
899899
- [python v0.35.1] .
900900
### Releases
901-
- [PyPI v0.35.1] https://pypi.org/project/mollie/0.35.1 - .
901+
- [PyPI v0.35.1] https://pypi.org/project/mollie/0.35.1 - .
902+
903+
## 2025-11-19 15:35:03
904+
### Changes
905+
Based on:
906+
- OpenAPI Doc
907+
- Speakeasy CLI 1.640.0 (2.730.5) https://github.com/speakeasy-api/speakeasy
908+
### Generated
909+
- [python v0.36.1] .
910+
### Releases
911+
- [PyPI v0.36.1] https://pypi.org/project/mollie/0.36.1 - .

docs/models/getclientcommission.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ The commission object.
55

66
## Fields
77

8-
| Field | Type | Required | Description |
9-
| --------------------- | --------------------- | --------------------- | --------------------- |
10-
| `count` | *Optional[int]* | :heavy_minus_sign: | The commission count. |
8+
| Field | Type | Required | Description | Example |
9+
| --------------------- | --------------------- | --------------------- | --------------------- | --------------------- |
10+
| `count` | *Optional[int]* | :heavy_minus_sign: | The commission count. | 10 |

docs/models/getclientlinks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ An object with several relevant URLs. Every URL object will contain an `href` an
77

88
| Field | Type | Required | Description |
99
| ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ |
10-
| `self_` | [Optional[models.URL]](../models/url.md) | :heavy_minus_sign: | In v2 endpoints, URLs are commonly represented as objects with an `href` and `type` field. |
10+
| `self_` | [models.URL](../models/url.md) | :heavy_check_mark: | In v2 endpoints, URLs are commonly represented as objects with an `href` and `type` field. |
1111
| `organization` | [Optional[models.URL]](../models/url.md) | :heavy_minus_sign: | In v2 endpoints, URLs are commonly represented as objects with an `href` and `type` field. |
1212
| `onboarding` | [Optional[models.URL]](../models/url.md) | :heavy_minus_sign: | In v2 endpoints, URLs are commonly represented as objects with an `href` and `type` field. |
1313
| `documentation` | [Optional[models.URL]](../models/url.md) | :heavy_minus_sign: | In v2 endpoints, URLs are commonly represented as objects with an `href` and `type` field. |

0 commit comments

Comments
 (0)