Skip to content

Commit 1998d82

Browse files
committed
## Csharp SDK Changes Detected:
* `Client.Webhook-Events.Get()`: `response.Embedded.Entity.[payment-Link-Response].AllowedMethods.[]` **Changed** **Breaking** ⚠️ * `Client.Payment-Links.Create()`: * `requestBody.AllowedMethods.[]` **Changed** **Breaking** ⚠️ * `response.allowedMethods.[]` **Changed** **Breaking** ⚠️ * `Client.Payment-Links.List()`: `response.Embedded.PaymentLinks.[].AllowedMethods.[]` **Changed** **Breaking** ⚠️ * `Client.Payment-Links.Get()`: `response.allowedMethods.[]` **Changed** **Breaking** ⚠️ * `Client.Payment-Links.Update()`: * `requestBody.AllowedMethods.[]` **Changed** **Breaking** ⚠️ * `response.allowedMethods.[]` **Changed** **Breaking** ⚠️
1 parent 3a3349b commit 1998d82

Some content is hidden

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

45 files changed

+537
-150
lines changed

.speakeasy/gen.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 976c8649-45e4-46d8-8361-1ba937e9882e
33
management:
4-
docChecksum: 2dec71b80177f9595e3514414246ba59
4+
docChecksum: 0598dfa4879965fe4af6bb050f7b9d65
55
docVersion: 1.0.0
6-
speakeasyVersion: 1.638.1
7-
generationVersion: 2.729.2
8-
releaseVersion: 0.8.3
9-
configChecksum: 4955354c4002d4ac88cfdf3811302c11
6+
speakeasyVersion: 1.639.1
7+
generationVersion: 2.730.0
8+
releaseVersion: 0.8.4
9+
configChecksum: f6f5ce7183dc4e0db57f9e830726be39
1010
repoURL: https://github.com/mollie/mollie-api-csharp.git
1111
published: true
1212
features:
@@ -215,6 +215,8 @@ generatedFiles:
215215
- docs/Models/Components/PaymentLineItemResponse.md
216216
- docs/Models/Components/PaymentLineType.md
217217
- docs/Models/Components/PaymentLineTypeResponse.md
218+
- docs/Models/Components/PaymentLinkMethod.md
219+
- docs/Models/Components/PaymentLinkMethodResponse.md
218220
- docs/Models/Components/PaymentLinkResponse.md
219221
- docs/Models/Components/PaymentLinkResponseApplicationFee.md
220222
- docs/Models/Components/PaymentLinkResponseLinks.md
@@ -856,6 +858,8 @@ generatedFiles:
856858
- src/Mollie/Models/Components/PaymentLineItemResponse.cs
857859
- src/Mollie/Models/Components/PaymentLineType.cs
858860
- src/Mollie/Models/Components/PaymentLineTypeResponse.cs
861+
- src/Mollie/Models/Components/PaymentLinkMethod.cs
862+
- src/Mollie/Models/Components/PaymentLinkMethodResponse.cs
859863
- src/Mollie/Models/Components/PaymentLinkResponse.cs
860864
- src/Mollie/Models/Components/PaymentLinkResponseApplicationFee.cs
861865
- src/Mollie/Models/Components/PaymentLinkResponseLinks.cs
@@ -4617,3 +4621,4 @@ examples:
46174621
"404":
46184622
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"}}}
46194623
examplesVersion: 1.0.2
4624+
releaseNotes: "## Csharp SDK Changes Detected:\n* `Client.Webhook-Events.Get()`: `response.Embedded.Entity.[payment-Link-Response].AllowedMethods.[]` **Changed** **Breaking** :warning:\n* `Client.Payment-Links.Create()`: \n * `requestBody.AllowedMethods.[]` **Changed** **Breaking** :warning:\n * `response.allowedMethods.[]` **Changed** **Breaking** :warning:\n* `Client.Payment-Links.List()`: `response.Embedded.PaymentLinks.[].AllowedMethods.[]` **Changed** **Breaking** :warning:\n* `Client.Payment-Links.Get()`: `response.allowedMethods.[]` **Changed** **Breaking** :warning:\n* `Client.Payment-Links.Update()`: \n * `requestBody.AllowedMethods.[]` **Changed** **Breaking** :warning:\n * `response.allowedMethods.[]` **Changed** **Breaking** :warning:\n"

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ generation:
2525
generateNewTests: true
2626
skipResponseBodyAssertions: false
2727
csharp:
28-
version: 0.8.3
28+
version: 0.8.4
2929
additionalDependencies: []
3030
author: Speakeasy
3131
baseErrorName: BaseException

.speakeasy/out.openapi.yaml

Lines changed: 79 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32128,20 +32128,48 @@ components:
3212832128
paymentLinkToken:
3212932129
type: string
3213032130
example: pl_d9fQur83kFdhH8hIhaZfq
32131+
payment-link-method:
32132+
type: string
32133+
enum:
32134+
- applepay
32135+
- bacs
32136+
- bancomatpay
32137+
- bancontact
32138+
- banktransfer
32139+
- belfius
32140+
- billie
32141+
- blik
32142+
- creditcard
32143+
- eps
32144+
- giftcard
32145+
- ideal
32146+
- in3
32147+
- kbc
32148+
- klarna
32149+
- mbway
32150+
- multibanco
32151+
- mybank
32152+
- paybybank
32153+
- paypal
32154+
- paysafecard
32155+
- pointofsale
32156+
- przelewy24
32157+
- riverty
32158+
- satispay
32159+
- swish
32160+
- trustly
32161+
- twint
32162+
- voucher
32163+
example: ideal
3213132164
payment-link-methods:
3213232165
type:
3213332166
- array
3213432167
- 'null'
3213532168
description: |-
3213632169
An array of payment methods that are allowed to be used for this payment link. When this parameter is
3213732170
not provided or is an empty array, all enabled payment methods will be available.
32138-
32139-
Enum: 'applepay', 'bacs', 'bancomatpay', 'bancontact', 'banktransfer', 'belfius', 'billie', 'blik', 'creditcard', 'eps',
32140-
'giftcard', 'ideal', 'in3', 'kbc', 'klarna', 'mbway', 'multibanco', 'mybank', 'paybybank', 'paypal', 'paysafecard',
32141-
'pointofsale', 'przelewy24', 'riverty', 'satispay', 'swish', 'trustly', 'twint', 'voucher'.
3214232171
items:
32143-
type: string
32144-
example: ideal
32172+
$ref: '#/components/schemas/payment-link-method'
3214532173
payment-link-sequence-type:
3214632174
type: string
3214732175
enum:
@@ -32278,7 +32306,7 @@ components:
3227832306
the payment link will not expire automatically.
3227932307
example: '2025-12-24T11:00:16+00:00'
3228032308
allowedMethods:
32281-
$ref: '#/components/schemas/payment-link-methods'
32309+
$ref: '#/components/schemas/payment-link-methods-response'
3228232310
applicationFee:
3228332311
type: object
3228432312
description: |-
@@ -36428,6 +36456,50 @@ components:
3642836456
'*': All event types.
3642936457
example: payment-link.paid
3643036458
x-speakeasy-unknown-values: allow
36459+
payment-link-methods-response:
36460+
type:
36461+
- array
36462+
- 'null'
36463+
description: |-
36464+
An array of payment methods that are allowed to be used for this payment link. When this parameter is
36465+
not provided or is an empty array, all enabled payment methods will be available.
36466+
items:
36467+
$ref: '#/components/schemas/payment-link-method-response'
36468+
x-speakeasy-unknown-values: allow
36469+
payment-link-method-response:
36470+
type: string
36471+
enum:
36472+
- applepay
36473+
- bacs
36474+
- bancomatpay
36475+
- bancontact
36476+
- banktransfer
36477+
- belfius
36478+
- billie
36479+
- blik
36480+
- creditcard
36481+
- eps
36482+
- giftcard
36483+
- ideal
36484+
- in3
36485+
- kbc
36486+
- klarna
36487+
- mbway
36488+
- multibanco
36489+
- mybank
36490+
- paybybank
36491+
- paypal
36492+
- paysafecard
36493+
- pointofsale
36494+
- przelewy24
36495+
- riverty
36496+
- satispay
36497+
- swish
36498+
- trustly
36499+
- twint
36500+
- voucher
36501+
example: ideal
36502+
x-speakeasy-unknown-values: allow
3643136503
payment-link-sequence-type-response:
3643236504
type: string
3643336505
enum:

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.638.1
1+
speakeasyVersion: 1.639.1
22
sources:
33
Mollie API:
44
sourceNamespace: mollie-api
5-
sourceRevisionDigest: sha256:4adfaf5b9f9bc48250a4d99240b511d5d5837b371cb2ea9898247ddfeb8d17be
6-
sourceBlobDigest: sha256:4ce8e532ccf85fa30a9caceb83f9fb85c7e2fca1e4cd1a873c8f027fb775600f
5+
sourceRevisionDigest: sha256:4606159787c138d39c45deb191675e25a89ddb812fc1ea7fd7d566203f466455
6+
sourceBlobDigest: sha256:5316f7f3667f1d1ea358374d9ff58678d2ecfe86dc70b4f56ffab4c71347d17a
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1761177991
9+
- speakeasy-sdk-regen-1761264323
1010
- 1.0.0
1111
targets:
1212
client:
1313
source: Mollie API
1414
sourceNamespace: mollie-api
15-
sourceRevisionDigest: sha256:4adfaf5b9f9bc48250a4d99240b511d5d5837b371cb2ea9898247ddfeb8d17be
16-
sourceBlobDigest: sha256:4ce8e532ccf85fa30a9caceb83f9fb85c7e2fca1e4cd1a873c8f027fb775600f
15+
sourceRevisionDigest: sha256:4606159787c138d39c45deb191675e25a89ddb812fc1ea7fd7d566203f466455
16+
sourceBlobDigest: sha256:5316f7f3667f1d1ea358374d9ff58678d2ecfe86dc70b4f56ffab4c71347d17a
1717
codeSamplesNamespace: mollie-api-csharp-code-samples
18-
codeSamplesRevisionDigest: sha256:fc5228f0741e118ed1fcb50e764a315d8d3828f2417a9352fdfc25d75a26f538
18+
codeSamplesRevisionDigest: sha256:12cb028edbe067c80f0cbe58c29ea75816faec4ebb3df95b7b02a686db36ac79
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
@@ -368,4 +368,14 @@ Based on:
368368
### Generated
369369
- [csharp v0.8.3] .
370370
### Releases
371-
- [NuGet v0.8.3] https://www.nuget.org/packages/Mollie/0.8.3 - .
371+
- [NuGet v0.8.3] https://www.nuget.org/packages/Mollie/0.8.3 - .
372+
373+
## 2025-10-24 00:05:04
374+
### Changes
375+
Based on:
376+
- OpenAPI Doc
377+
- Speakeasy CLI 1.639.1 (2.730.0) https://github.com/speakeasy-api/speakeasy
378+
### Generated
379+
- [csharp v0.8.4] .
380+
### Releases
381+
- [NuGet v0.8.4] https://www.nuget.org/packages/Mollie/0.8.4 - .
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# PaymentLinkMethod
2+
3+
4+
## Values
5+
6+
| Name | Value |
7+
| -------------- | -------------- |
8+
| `Applepay` | applepay |
9+
| `Bacs` | bacs |
10+
| `Bancomatpay` | bancomatpay |
11+
| `Bancontact` | bancontact |
12+
| `Banktransfer` | banktransfer |
13+
| `Belfius` | belfius |
14+
| `Billie` | billie |
15+
| `Blik` | blik |
16+
| `Creditcard` | creditcard |
17+
| `Eps` | eps |
18+
| `Giftcard` | giftcard |
19+
| `Ideal` | ideal |
20+
| `In3` | in3 |
21+
| `Kbc` | kbc |
22+
| `Klarna` | klarna |
23+
| `Mbway` | mbway |
24+
| `Multibanco` | multibanco |
25+
| `Mybank` | mybank |
26+
| `Paybybank` | paybybank |
27+
| `Paypal` | paypal |
28+
| `Paysafecard` | paysafecard |
29+
| `Pointofsale` | pointofsale |
30+
| `Przelewy24` | przelewy24 |
31+
| `Riverty` | riverty |
32+
| `Satispay` | satispay |
33+
| `Swish` | swish |
34+
| `Trustly` | trustly |
35+
| `Twint` | twint |
36+
| `Voucher` | voucher |
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# PaymentLinkMethodResponse
2+
3+
4+
## Values
5+
6+
| Name | Value |
7+
| -------------- | -------------- |
8+
| `Applepay` | applepay |
9+
| `Bacs` | bacs |
10+
| `Bancomatpay` | bancomatpay |
11+
| `Bancontact` | bancontact |
12+
| `Banktransfer` | banktransfer |
13+
| `Belfius` | belfius |
14+
| `Billie` | billie |
15+
| `Blik` | blik |
16+
| `Creditcard` | creditcard |
17+
| `Eps` | eps |
18+
| `Giftcard` | giftcard |
19+
| `Ideal` | ideal |
20+
| `In3` | in3 |
21+
| `Kbc` | kbc |
22+
| `Klarna` | klarna |
23+
| `Mbway` | mbway |
24+
| `Multibanco` | multibanco |
25+
| `Mybank` | mybank |
26+
| `Paybybank` | paybybank |
27+
| `Paypal` | paypal |
28+
| `Paysafecard` | paysafecard |
29+
| `Pointofsale` | pointofsale |
30+
| `Przelewy24` | przelewy24 |
31+
| `Riverty` | riverty |
32+
| `Satispay` | satispay |
33+
| `Swish` | swish |
34+
| `Trustly` | trustly |
35+
| `Twint` | twint |
36+
| `Voucher` | voucher |

0 commit comments

Comments
 (0)