Skip to content

Commit 78abbf6

Browse files
committed
## Csharp SDK Changes Detected:
* `Client.Balance-Transfers.Create()`: **Added** * `Client.Balance-Transfers.List()`: **Added** * `Client.Balance-Transfers.Get()`: **Added** * `Client.Webhooks.Create()`: `response.Links.Self` **Added** * `Client.Webhooks.List()`: `response.Embedded.Webhooks.[].Links.Self` **Added** * `Client.Webhooks.Update()`: `response.Links.Self` **Added** * `Client.Webhooks.Get()`: `response.Links.Self` **Added**
1 parent 39b5034 commit 78abbf6

File tree

83 files changed

+3230
-460
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

+3230
-460
lines changed

.speakeasy/gen.lock

Lines changed: 134 additions & 16 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
@@ -23,7 +23,7 @@ generation:
2323
generateNewTests: true
2424
skipResponseBodyAssertions: false
2525
csharp:
26-
version: 0.6.0
26+
version: 0.7.0
2727
additionalDependencies: []
2828
author: Speakeasy
2929
baseErrorName: BaseException

.speakeasy/out.openapi.yaml

Lines changed: 592 additions & 0 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.631.5
1+
speakeasyVersion: 1.635.1
22
sources:
33
Mollie API:
44
sourceNamespace: mollie-api
5-
sourceRevisionDigest: sha256:167c84621956991c87014d167c20a3c4f983f55f0dba9bb74f202602dea34416
6-
sourceBlobDigest: sha256:d8016a2d04b734354dbb5d7698190f03c3b5a0646e89f05cb226b0f7d3d37555
5+
sourceRevisionDigest: sha256:701bafc109b08a417302f241fc07e1ae8f94aa4b93dc7248949a9b858b8ce922
6+
sourceBlobDigest: sha256:b32b4a7d00e6f5ab5d4d396c46e29ce5805aa070dd56e3742d1bed1047d6761c
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1759277236
9+
- speakeasy-sdk-regen-1759830735
1010
- 1.0.0
1111
targets:
1212
client:
1313
source: Mollie API
1414
sourceNamespace: mollie-api
15-
sourceRevisionDigest: sha256:167c84621956991c87014d167c20a3c4f983f55f0dba9bb74f202602dea34416
16-
sourceBlobDigest: sha256:d8016a2d04b734354dbb5d7698190f03c3b5a0646e89f05cb226b0f7d3d37555
15+
sourceRevisionDigest: sha256:701bafc109b08a417302f241fc07e1ae8f94aa4b93dc7248949a9b858b8ce922
16+
sourceBlobDigest: sha256:b32b4a7d00e6f5ab5d4d396c46e29ce5805aa070dd56e3742d1bed1047d6761c
1717
codeSamplesNamespace: mollie-api-csharp-code-samples
18-
codeSamplesRevisionDigest: sha256:1c4cada1052a963ad7dace0f366585dd40c92d41e8f682b7427a2c3e41cb8746
18+
codeSamplesRevisionDigest: sha256:bd194e620e018eff4d758c542eaf5e7362c636f7447b9a68562cb7c32a6a4cf2
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

NUGET.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,10 @@ catch (BaseException ex) // all SDK exceptions inherit from BaseException
240240
Exception cause = ex.InnerException;
241241
}
242242
}
243+
catch (OperationCanceledException ex)
244+
{
245+
// CancellationToken was cancelled
246+
}
243247
catch (System.Net.Http.HttpRequestException ex)
244248
{
245249
// Check ex.InnerException for Network connectivity errors

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,12 @@ if (payment1.PaymentResponse?.Id == payment2.PaymentResponse?.Id) {
180180
* [GetReport](docs/sdks/balances/README.md#getreport) - Get balance report
181181
* [ListTransactions](docs/sdks/balances/README.md#listtransactions) - List balance transactions
182182

183+
### [BalanceTransfers](docs/sdks/balancetransfers/README.md)
184+
185+
* [Create](docs/sdks/balancetransfers/README.md#create) - Create a Connect balance transfer
186+
* [List](docs/sdks/balancetransfers/README.md#list) - List all Connect balance transfers
187+
* [Get](docs/sdks/balancetransfers/README.md#get) - Get a Connect balance transfer
188+
183189
### [Capabilities](docs/sdks/capabilities/README.md)
184190

185191
* [List](docs/sdks/capabilities/README.md#list) - List capabilities
@@ -485,6 +491,10 @@ catch (BaseException ex) // all SDK exceptions inherit from BaseException
485491
Exception cause = ex.InnerException;
486492
}
487493
}
494+
catch (OperationCanceledException ex)
495+
{
496+
// CancellationToken was cancelled
497+
}
488498
catch (System.Net.Http.HttpRequestException ex)
489499
{
490500
// Check ex.InnerException for Network connectivity errors

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,4 +278,14 @@ Based on:
278278
### Generated
279279
- [csharp v0.6.0] .
280280
### Releases
281-
- [NuGet v0.6.0] https://www.nuget.org/packages/Mollie/0.6.0 - .
281+
- [NuGet v0.6.0] https://www.nuget.org/packages/Mollie/0.6.0 - .
282+
283+
## 2025-10-07 09:51:56
284+
### Changes
285+
Based on:
286+
- OpenAPI Doc
287+
- Speakeasy CLI 1.635.1 (2.722.2) https://github.com/speakeasy-api/speakeasy
288+
### Generated
289+
- [csharp v0.7.0] .
290+
### Releases
291+
- [NuGet v0.7.0] https://www.nuget.org/packages/Mollie/0.7.0 - .
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# BalanceTransferCategory
2+
3+
The type of the transfer. Different fees may apply to different types of transfers.
4+
5+
6+
## Values
7+
8+
| Name | Value |
9+
| ---------------------- | ---------------------- |
10+
| `InvoiceCollection` | invoice_collection |
11+
| `Purchase` | purchase |
12+
| `Chargeback` | chargeback |
13+
| `Refund` | refund |
14+
| `ServicePenalty` | service_penalty |
15+
| `DiscountCompensation` | discount_compensation |
16+
| `ManualCorrection` | manual_correction |
17+
| `Fee` | fee |
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# BalanceTransferCategoryResponse
2+
3+
The type of the transfer. Different fees may apply to different types of transfers.
4+
5+
6+
## Values
7+
8+
| Name | Value |
9+
| ---------------------- | ---------------------- |
10+
| `InvoiceCollection` | invoice_collection |
11+
| `Purchase` | purchase |
12+
| `Chargeback` | chargeback |
13+
| `Refund` | refund |
14+
| `ServicePenalty` | service_penalty |
15+
| `DiscountCompensation` | discount_compensation |
16+
| `ManualCorrection` | manual_correction |
17+
| `Fee` | fee |
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# BalanceTransferPartyType
2+
3+
Defines the type of the party. At the moment, only `organization` is supported.
4+
5+
6+
## Values
7+
8+
| Name | Value |
9+
| -------------- | -------------- |
10+
| `Organization` | organization |

0 commit comments

Comments
 (0)