Skip to content

Commit e86061c

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.576.1
1 parent d28b485 commit e86061c

File tree

83 files changed

+853
-910
lines changed

Some content is hidden

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

83 files changed

+853
-910
lines changed

.speakeasy/gen.lock

Lines changed: 21 additions & 31 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ generation:
2222
generateNewTests: true
2323
skipResponseBodyAssertions: false
2424
csharp:
25-
version: 0.0.4
25+
version: 0.0.5
2626
additionalDependencies: []
2727
author: Speakeasy
2828
baseErrorName: ClientError

.speakeasy/out.openapi.yaml

Lines changed: 536 additions & 338 deletions
Large diffs are not rendered by default.

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.575.5
1+
speakeasyVersion: 1.576.1
22
sources:
33
Mollie API:
44
sourceNamespace: mollie-api
5-
sourceRevisionDigest: sha256:4af0b859144f4be9772a8e6a4f110018587300383c61073b3c308d1126f72abd
6-
sourceBlobDigest: sha256:b965f345920f42bbb36857d0cc99659fad7d214f89d1db896880725bceda594d
5+
sourceRevisionDigest: sha256:9e3cf6617786e8b810dcae539cde3b25ca0ef698991660e79aaf2bc3454317d3
6+
sourceBlobDigest: sha256:38165102c52cfa0a93d122b7c8d980788c284fc3a4e2c2c00f0a4fdabd48c743
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1751673968
9+
- speakeasy-sdk-regen-1751933209
1010
- 1.0.0
1111
targets:
1212
client:
1313
source: Mollie API
1414
sourceNamespace: mollie-api
15-
sourceRevisionDigest: sha256:4af0b859144f4be9772a8e6a4f110018587300383c61073b3c308d1126f72abd
16-
sourceBlobDigest: sha256:b965f345920f42bbb36857d0cc99659fad7d214f89d1db896880725bceda594d
15+
sourceRevisionDigest: sha256:9e3cf6617786e8b810dcae539cde3b25ca0ef698991660e79aaf2bc3454317d3
16+
sourceBlobDigest: sha256:38165102c52cfa0a93d122b7c8d980788c284fc3a4e2c2c00f0a4fdabd48c743
1717
codeSamplesNamespace: mollie-api-csharp-code-samples
18-
codeSamplesRevisionDigest: sha256:51da4a4ec42839fa72889ddbd26f6ca2d9673cf82e41ea3f332a7381e8012591
18+
codeSamplesRevisionDigest: sha256:9540966b22dd19048894453a3eff4f748f44dda1ba640042d900c3794904a926
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
@@ -28,4 +28,14 @@ Based on:
2828
### Generated
2929
- [csharp v0.0.4] .
3030
### Releases
31-
- [NuGet v0.0.4] https://www.nuget.org/packages/MollieApi/0.0.4 - .
31+
- [NuGet v0.0.4] https://www.nuget.org/packages/MollieApi/0.0.4 - .
32+
33+
## 2025-07-08 00:06:32
34+
### Changes
35+
Based on:
36+
- OpenAPI Doc
37+
- Speakeasy CLI 1.576.1 (2.651.2) https://github.com/speakeasy-api/speakeasy
38+
### Generated
39+
- [csharp v0.0.5] .
40+
### Releases
41+
- [NuGet v0.0.5] https://www.nuget.org/packages/MollieApi/0.0.5 - .

docs/Models/Requests/CreatePaymentLinkApplicationFeeRequest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ If you use OAuth to create payment links on a connected merchant's account, you
99

1010
| Field | Type | Required | Description | Example |
1111
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
12-
| `Amount` | [CreatePaymentLinkApplicationFeeAmountRequest](../../Models/Requests/CreatePaymentLinkApplicationFeeAmountRequest.md) | :heavy_minus_sign: | The fee that you wish to charge.<br/><br/>Be careful to leave enough space for Mollie's own fees to be deducted as well. For example, you cannot charge a €0.99 fee on a €1.00 payment. | |
13-
| `Description` | *string* | :heavy_minus_sign: | The description of the application fee. This will appear on settlement reports towards both you and the connected merchant. | Platform fee |
12+
| `Amount` | [CreatePaymentLinkApplicationFeeAmountRequest](../../Models/Requests/CreatePaymentLinkApplicationFeeAmountRequest.md) | :heavy_check_mark: | The fee that you wish to charge.<br/><br/>Be careful to leave enough space for Mollie's own fees to be deducted as well. For example, you cannot charge a €0.99 fee on a €1.00 payment. | |
13+
| `Description` | *string* | :heavy_check_mark: | The description of the application fee. This will appear on settlement reports towards both you and the connected merchant. | Platform fee |

docs/Models/Requests/CreatePaymentLinkApplicationFeeResponse.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ If you use OAuth to create payment links on a connected merchant's account, you
99

1010
| Field | Type | Required | Description | Example |
1111
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
12-
| `Amount` | [CreatePaymentLinkApplicationFeeAmountResponse](../../Models/Requests/CreatePaymentLinkApplicationFeeAmountResponse.md) | :heavy_minus_sign: | The fee that you wish to charge.<br/><br/>Be careful to leave enough space for Mollie's own fees to be deducted as well. For example, you cannot charge a €0.99 fee on a €1.00 payment. | |
13-
| `Description` | *string* | :heavy_minus_sign: | The description of the application fee. This will appear on settlement reports towards both you and the connected merchant. | Platform fee |
12+
| `Amount` | [CreatePaymentLinkApplicationFeeAmountResponse](../../Models/Requests/CreatePaymentLinkApplicationFeeAmountResponse.md) | :heavy_check_mark: | The fee that you wish to charge.<br/><br/>Be careful to leave enough space for Mollie's own fees to be deducted as well. For example, you cannot charge a €0.99 fee on a €1.00 payment. | |
13+
| `Description` | *string* | :heavy_check_mark: | The description of the application fee. This will appear on settlement reports towards both you and the connected merchant. | Platform fee |

docs/Models/Requests/CreatePaymentLinkDocumentation.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

docs/Models/Requests/CreatePaymentLinkLinks.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,5 @@ An object with several relevant URLs. Every URL object will contain an `href` an
77

88
| Field | Type | Required | Description |
99
| ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- |
10-
| `Self` | [CreatePaymentLinkSelf](../../Models/Requests/CreatePaymentLinkSelf.md) | :heavy_minus_sign: | In v2 endpoints, URLs are commonly represented as objects with an `href` and `type` field. |
11-
| `PaymentLink` | [CreatePaymentLinkPaymentLink](../../Models/Requests/CreatePaymentLinkPaymentLink.md) | :heavy_minus_sign: | The URL your customer should visit to make the payment. This is where you should redirect the customer to. |
12-
| `Documentation` | [CreatePaymentLinkDocumentation](../../Models/Requests/CreatePaymentLinkDocumentation.md) | :heavy_minus_sign: | In v2 endpoints, URLs are commonly represented as objects with an `href` and `type` field. |
10+
| `Self` | [CreatePaymentLinkSelf](../../Models/Requests/CreatePaymentLinkSelf.md) | :heavy_check_mark: | In v2 endpoints, URLs are commonly represented as objects with an `href` and `type` field. |
11+
| `PaymentLink` | [CreatePaymentLinkPaymentLink](../../Models/Requests/CreatePaymentLinkPaymentLink.md) | :heavy_check_mark: | The URL your customer should visit to make the payment. This is where you should redirect the customer to. |

0 commit comments

Comments
 (0)