Skip to content

Commit 8210068

Browse files
committed
## Python SDK Changes Detected:
* `client.webhooks.create()`: `request_body` **Changed** **Breaking** ⚠️ * `client.webhooks.update()`: `request_body` **Changed** **Breaking** ⚠️
1 parent c38a32a commit 8210068

30 files changed

+138
-54
lines changed

.speakeasy/gen.lock

Lines changed: 9 additions & 3 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: adc1359a5f53bfc67f09961b0725e6f9
4+
docChecksum: 1d2641433a69902c38d579ef00824956
55
docVersion: 1.0.0
66
speakeasyVersion: 1.640.0
77
generationVersion: 2.730.5
8-
releaseVersion: 0.53.1
9-
configChecksum: 69747eb9703e2781a16d078bc5e085ae
8+
releaseVersion: 0.54.1
9+
configChecksum: e874b17135abf767cb431e517876a7a9
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
@@ -110,6 +110,7 @@ generatedFiles:
110110
- docs/models/createsalesinvoicerequest.md
111111
- docs/models/createsubscriptionrequest.md
112112
- docs/models/createwebhook.md
113+
- docs/models/createwebhookeventtypes.md
113114
- docs/models/createwebhooklinks.md
114115
- docs/models/createwebhookrequest.md
115116
- docs/models/createwebhookrequestbody.md
@@ -697,6 +698,7 @@ generatedFiles:
697698
- docs/models/updatesubscriptionrequest.md
698699
- docs/models/updatesubscriptionrequestbody.md
699700
- docs/models/updatevaluessalesinvoice.md
701+
- docs/models/updatewebhookeventtypes.md
700702
- docs/models/updatewebhookrequest.md
701703
- docs/models/updatewebhookrequestbody.md
702704
- docs/models/url.md
@@ -5517,3 +5519,7 @@ examples:
55175519
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"}}}
55185520
examplesVersion: 1.0.2
55195521
generatedTests: {}
5522+
releaseNotes: |
5523+
## Python SDK Changes Detected:
5524+
* `client.webhooks.create()`: `request_body` **Changed** **Breaking** :warning:
5525+
* `client.webhooks.update()`: `request_body` **Changed** **Breaking** :warning:

.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.53.1
31+
version: 0.54.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:14f6daa5a7929c4acc4661769c8e3a2aed782d185aec2d039b37ee4aae4f6294
6-
sourceBlobDigest: sha256:633f19437749861053432877efc187a566b155a48a313759db54262628ee9ed1
5+
sourceRevisionDigest: sha256:bbdb330d0a81edb75d236250af8269189dfaa3937b1982a76a58096ca1d477f1
6+
sourceBlobDigest: sha256:d4b8670a90a7f9aaf20f0edb9e114f7756f7311bab462740dab86365d474e541
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1764894493
9+
- speakeasy-sdk-regen-1764928559
1010
- 1.0.0
1111
targets:
1212
client:
1313
source: Mollie API
1414
sourceNamespace: mollie-api
15-
sourceRevisionDigest: sha256:14f6daa5a7929c4acc4661769c8e3a2aed782d185aec2d039b37ee4aae4f6294
16-
sourceBlobDigest: sha256:633f19437749861053432877efc187a566b155a48a313759db54262628ee9ed1
15+
sourceRevisionDigest: sha256:bbdb330d0a81edb75d236250af8269189dfaa3937b1982a76a58096ca1d477f1
16+
sourceBlobDigest: sha256:d4b8670a90a7f9aaf20f0edb9e114f7756f7311bab462740dab86365d474e541
1717
codeSamplesNamespace: mollie-api-python-code-samples
18-
codeSamplesRevisionDigest: sha256:4ff6d8406ac63281358cf75ee770016b00a79631f8c29ebb64fc03a2e12e5559
18+
codeSamplesRevisionDigest: sha256:4cbd8582414ddec9c25e8f129affa81d84e5c6324da88442a23d952e8312d32e
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
@@ -1078,4 +1078,14 @@ Based on:
10781078
### Generated
10791079
- [python v0.53.1] .
10801080
### Releases
1081-
- [PyPI v0.53.1] https://pypi.org/project/mollie/0.53.1 - .
1081+
- [PyPI v0.53.1] https://pypi.org/project/mollie/0.53.1 - .
1082+
1083+
## 2025-12-05 09:55:37
1084+
### Changes
1085+
Based on:
1086+
- OpenAPI Doc
1087+
- Speakeasy CLI 1.640.0 (2.730.5) https://github.com/speakeasy-api/speakeasy
1088+
### Generated
1089+
- [python v0.54.1] .
1090+
### Releases
1091+
- [PyPI v0.54.1] https://pypi.org/project/mollie/0.54.1 - .
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# CreateWebhookEventTypes
2+
3+
4+
## Supported Types
5+
6+
### `List[models.WebhookEventTypes]`
7+
8+
```python
9+
value: List[models.WebhookEventTypes] = /* values here */
10+
```
11+
12+
### `models.WebhookEventTypes`
13+
14+
```python
15+
value: models.WebhookEventTypes = /* values here */
16+
```
17+

docs/models/createwebhookrequestbody.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
88
| `name` | *str* | :heavy_check_mark: | A name that identifies the webhook. | Webhook #1 |
99
| `url` | *str* | :heavy_check_mark: | The URL Mollie will send the events to. This URL must be publicly accessible. | https://mollie.com/ |
10-
| `webhook_event_types` | [models.WebhookEventTypes](../models/webhookeventtypes.md) | :heavy_check_mark: | The event's type | payment-link.paid |
10+
| `event_types` | [models.CreateWebhookEventTypes](../models/createwebhookeventtypes.md) | :heavy_check_mark: | N/A | |
1111
| `testmode` | *OptionalNullable[bool]* | :heavy_minus_sign: | Whether to create the entity in test mode or live mode.<br/><br/>Most API credentials are specifically created for either live mode or test mode, in which case this parameter can be<br/>omitted. For organization-level credentials such as OAuth access tokens, you can enable test mode by setting<br/>`testmode` to `true`. | false |

docs/models/entitymethodid.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ method selection screen will be skipped.
3131
| `MULTIBANCO` | multibanco |
3232
| `MYBANK` | mybank |
3333
| `PAYBYBANK` | paybybank |
34-
| `PAYCONIQ` | payconiq |
3534
| `PAYPAL` | paypal |
3635
| `PAYSAFECARD` | paysafecard |
3736
| `POINTOFSALE` | pointofsale |
@@ -45,4 +44,5 @@ method selection screen will be skipped.
4544
| `VOUCHER` | voucher |
4645
| `KLARNAPAYLATER` | klarnapaylater |
4746
| `KLARNAPAYNOW` | klarnapaynow |
48-
| `KLARNASLICEIT` | klarnasliceit |
47+
| `KLARNASLICEIT` | klarnasliceit |
48+
| `PAYCONIQ` | payconiq |

docs/models/entitywebhookeventwebhookeventtypes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# EntityWebhookEventWebhookEventTypes
22

3-
The event's type
3+
The list of events to enable for this webhook. You may specify `'*'` to add all events, except those
4+
that require explicit selection.
45

56

67
## Values

docs/models/listentitymethodallid.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ method selection screen will be skipped.
3131
| `MULTIBANCO` | multibanco |
3232
| `MYBANK` | mybank |
3333
| `PAYBYBANK` | paybybank |
34-
| `PAYCONIQ` | payconiq |
3534
| `PAYPAL` | paypal |
3635
| `PAYSAFECARD` | paysafecard |
3736
| `POINTOFSALE` | pointofsale |
@@ -45,4 +44,5 @@ method selection screen will be skipped.
4544
| `VOUCHER` | voucher |
4645
| `KLARNAPAYLATER` | klarnapaylater |
4746
| `KLARNAPAYNOW` | klarnapaynow |
48-
| `KLARNASLICEIT` | klarnasliceit |
47+
| `KLARNASLICEIT` | klarnasliceit |
48+
| `PAYCONIQ` | payconiq |

docs/models/listentitymethodid.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ method selection screen will be skipped.
3131
| `MULTIBANCO` | multibanco |
3232
| `MYBANK` | mybank |
3333
| `PAYBYBANK` | paybybank |
34-
| `PAYCONIQ` | payconiq |
3534
| `PAYPAL` | paypal |
3635
| `PAYSAFECARD` | paysafecard |
3736
| `POINTOFSALE` | pointofsale |
@@ -45,4 +44,5 @@ method selection screen will be skipped.
4544
| `VOUCHER` | voucher |
4645
| `KLARNAPAYLATER` | klarnapaylater |
4746
| `KLARNAPAYNOW` | klarnapaynow |
48-
| `KLARNASLICEIT` | klarnasliceit |
47+
| `KLARNASLICEIT` | klarnasliceit |
48+
| `PAYCONIQ` | payconiq |

0 commit comments

Comments
 (0)