Skip to content

Commit 9d410a1

Browse files
committed
## SDK Changes Detected:
* `Client.Methods.List()`: * `request.Amount` **Changed** * `response.Embedded.Methods.[].Status` **Changed** **Breaking** ⚠️ * `Client.Methods.All()`: * `request.Amount` **Changed** * `response.Embedded.Methods.[].Status` **Changed** **Breaking** ⚠️ * `Client.Methods.Get()`: `response.status` **Changed** **Breaking** ⚠️
1 parent 22f7dad commit 9d410a1

39 files changed

+94
-190
lines changed

.speakeasy/gen.lock

Lines changed: 7 additions & 7 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.1.4
25+
version: 0.1.5
2626
additionalDependencies: []
2727
author: Speakeasy
2828
baseErrorName: BaseException

.speakeasy/out.openapi.yaml

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

.speakeasy/workflow.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ speakeasyVersion: 1.606.0
22
sources:
33
Mollie API:
44
sourceNamespace: mollie-api
5-
sourceRevisionDigest: sha256:934ab77c0105efb0aaa962ce20dee0e7861ee6b4ca0146d51967918d6e6f1386
6-
sourceBlobDigest: sha256:8a2ded74f410ff398be38461d23557bbb6197c66052aa69a630c550e5ffeb6a7
5+
sourceRevisionDigest: sha256:b7d726129ec444dcd1147ad6eed926d73ad26e1bfb8c073477ee900f8634ce45
6+
sourceBlobDigest: sha256:7f89faa07f6b844ba4f0efcbf1a6cf1577b2a85615049ed4b5ce1474c99b054f
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1755591915
9+
- speakeasy-sdk-regen-1755697322
1010
- 1.0.0
1111
targets:
1212
client:
1313
source: Mollie API
1414
sourceNamespace: mollie-api
15-
sourceRevisionDigest: sha256:934ab77c0105efb0aaa962ce20dee0e7861ee6b4ca0146d51967918d6e6f1386
16-
sourceBlobDigest: sha256:8a2ded74f410ff398be38461d23557bbb6197c66052aa69a630c550e5ffeb6a7
15+
sourceRevisionDigest: sha256:b7d726129ec444dcd1147ad6eed926d73ad26e1bfb8c073477ee900f8634ce45
16+
sourceBlobDigest: sha256:7f89faa07f6b844ba4f0efcbf1a6cf1577b2a85615049ed4b5ce1474c99b054f
1717
codeSamplesNamespace: mollie-api-csharp-code-samples
18-
codeSamplesRevisionDigest: sha256:d0d248da3e6c00ea8ef620acb9c48838b1bc47b1e6f0e5710234f030d33a8837
18+
codeSamplesRevisionDigest: sha256:afc5a891cf60597bfefe793d34648f0435452352b2172bc584747c07aea91775
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
@@ -118,4 +118,14 @@ Based on:
118118
### Generated
119119
- [csharp v0.1.4] .
120120
### Releases
121-
- [NuGet v0.1.4] https://www.nuget.org/packages/Mollie/0.1.4 - .
121+
- [NuGet v0.1.4] https://www.nuget.org/packages/Mollie/0.1.4 - .
122+
123+
## 2025-08-20 13:41:43
124+
### Changes
125+
Based on:
126+
- OpenAPI Doc
127+
- Speakeasy CLI 1.606.0 (2.686.7) https://github.com/speakeasy-api/speakeasy
128+
### Generated
129+
- [csharp v0.1.5] .
130+
### Releases
131+
- [NuGet v0.1.5] https://www.nuget.org/packages/Mollie/0.1.5 - .

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "8.0.0",
3+
"version": "6.0.0",
44
"rollForward": "latestMinor"
55
}
66
}

src/Mollie/Balances.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public class Balances: IBalances
110110
{
111111
public SDKConfig SDKConfiguration { get; private set; }
112112
private const string _language = "csharp";
113-
private const string _sdkVersion = "0.1.4";
113+
private const string _sdkVersion = "0.1.5";
114114
private const string _sdkGenVersion = "2.686.7";
115115
private const string _openapiDocVersion = "1.0.0";
116116

src/Mollie/Capabilities.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public class Capabilities: ICapabilities
5050
{
5151
public SDKConfig SDKConfiguration { get; private set; }
5252
private const string _language = "csharp";
53-
private const string _sdkVersion = "0.1.4";
53+
private const string _sdkVersion = "0.1.5";
5454
private const string _sdkGenVersion = "2.686.7";
5555
private const string _openapiDocVersion = "1.0.0";
5656

src/Mollie/Captures.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public class Captures: ICaptures
6767
{
6868
public SDKConfig SDKConfiguration { get; private set; }
6969
private const string _language = "csharp";
70-
private const string _sdkVersion = "0.1.4";
70+
private const string _sdkVersion = "0.1.5";
7171
private const string _sdkGenVersion = "2.686.7";
7272
private const string _openapiDocVersion = "1.0.0";
7373

src/Mollie/Chargebacks.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public class Chargebacks: IChargebacks
6161
{
6262
public SDKConfig SDKConfiguration { get; private set; }
6363
private const string _language = "csharp";
64-
private const string _sdkVersion = "0.1.4";
64+
private const string _sdkVersion = "0.1.5";
6565
private const string _sdkGenVersion = "2.686.7";
6666
private const string _openapiDocVersion = "1.0.0";
6767

0 commit comments

Comments
 (0)