Skip to content

Commit 240aed5

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.609.0
1 parent 1e3e3b2 commit 240aed5

File tree

1,274 files changed

+60557
-126952
lines changed

Some content is hidden

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

1,274 files changed

+60557
-126952
lines changed

.speakeasy/gen.lock

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

.speakeasy/out.openapi.yaml

Lines changed: 11026 additions & 59947 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.609.0
22
sources:
33
Mollie API:
44
sourceNamespace: mollie-api
5-
sourceRevisionDigest: sha256:c878a1bc015fb0a37fc16e302f973576813574ecab303783d1be7bdd1ff1c2b1
6-
sourceBlobDigest: sha256:1588bbd17d37f48c39fa4abdac4ec55a0d93274a711ed870ee0f412df3080e8d
5+
sourceRevisionDigest: sha256:6d4ac8277d1aea945a4a3f48729901db7ae94aad6e55671f652bf7d2fb68c22b
6+
sourceBlobDigest: sha256:4113a2aab332815823a74982870c8861cde9ccad0be775f8c955a62463a7691c
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1756944349
9+
- speakeasy-sdk-regen-1757030768
1010
- 1.0.0
1111
targets:
1212
client:
1313
source: Mollie API
1414
sourceNamespace: mollie-api
15-
sourceRevisionDigest: sha256:c878a1bc015fb0a37fc16e302f973576813574ecab303783d1be7bdd1ff1c2b1
16-
sourceBlobDigest: sha256:1588bbd17d37f48c39fa4abdac4ec55a0d93274a711ed870ee0f412df3080e8d
15+
sourceRevisionDigest: sha256:6d4ac8277d1aea945a4a3f48729901db7ae94aad6e55671f652bf7d2fb68c22b
16+
sourceBlobDigest: sha256:4113a2aab332815823a74982870c8861cde9ccad0be775f8c955a62463a7691c
1717
codeSamplesNamespace: mollie-api-csharp-code-samples
18-
codeSamplesRevisionDigest: sha256:99a0d95e685976fcb51ca72458170edf60f8277b153c0b6b88036e1829c1e8c3
18+
codeSamplesRevisionDigest: sha256:f18e4c26ed52a559c2a09473c3a59bd8f327978e553509a1c0e1f6b0d2d112fb
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
@@ -168,4 +168,14 @@ Based on:
168168
### Generated
169169
- [csharp v0.3.1] .
170170
### Releases
171-
- [NuGet v0.3.1] https://www.nuget.org/packages/Mollie/0.3.1 - .
171+
- [NuGet v0.3.1] https://www.nuget.org/packages/Mollie/0.3.1 - .
172+
173+
## 2025-09-05 00:05:49
174+
### Changes
175+
Based on:
176+
- OpenAPI Doc
177+
- Speakeasy CLI 1.609.0 (2.692.0) https://github.com/speakeasy-api/speakeasy
178+
### Generated
179+
- [csharp v0.4.0] .
180+
### Releases
181+
- [NuGet v0.4.0] https://www.nuget.org/packages/Mollie/0.4.0 - .

docs/Models/Requests/CancelPaymentDestination.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ The destination of this portion of the payment.
77

88
| Field | Type | Required | Description | Example |
99
| ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- |
10-
| `Type` | [CancelPaymentDestinationType](../../Models/Requests/CancelPaymentDestinationType.md) | :heavy_check_mark: | The type of destination. Currently only the destination type `organization` is supported. | organization |
10+
| `Type` | [CancelPaymentRoutingType](../../Models/Requests/CancelPaymentRoutingType.md) | :heavy_check_mark: | The type of destination. Currently only the destination type `organization` is supported. | organization |
1111
| `OrganizationId` | *string* | :heavy_check_mark: | Required for destination type `organization`. The ID of the connected organization the funds should be<br/>routed to. | org_1234567 |

docs/Models/Requests/GetPaymentDestinationType.md renamed to docs/Models/Requests/CancelPaymentRoutingType.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# GetPaymentDestinationType
1+
# CancelPaymentRoutingType
22

33
The type of destination. Currently only the destination type `organization` is supported.
44

docs/Models/Requests/CreateCustomerPaymentDestinationRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ The destination of this portion of the payment.
77

88
| Field | Type | Required | Description | Example |
99
| ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- |
10-
| `Type` | [CreateCustomerPaymentTypeOrganization](../../Models/Requests/CreateCustomerPaymentTypeOrganization.md) | :heavy_check_mark: | The type of destination. Currently only the destination type `organization` is supported. | organization |
10+
| `Type` | [CreateCustomerPaymentRoutingTypeRequest](../../Models/Requests/CreateCustomerPaymentRoutingTypeRequest.md) | :heavy_check_mark: | The type of destination. Currently only the destination type `organization` is supported. | organization |
1111
| `OrganizationId` | *string* | :heavy_check_mark: | Required for destination type `organization`. The ID of the connected organization the funds should be<br/>routed to. | org_1234567 |

docs/Models/Requests/CreateCustomerPaymentDestinationResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ The destination of this portion of the payment.
77

88
| Field | Type | Required | Description | Example |
99
| ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- |
10-
| `Type` | [CreateCustomerPaymentDestinationType](../../Models/Requests/CreateCustomerPaymentDestinationType.md) | :heavy_check_mark: | The type of destination. Currently only the destination type `organization` is supported. | organization |
10+
| `Type` | [CreateCustomerPaymentRoutingTypeResponse](../../Models/Requests/CreateCustomerPaymentRoutingTypeResponse.md) | :heavy_check_mark: | The type of destination. Currently only the destination type `organization` is supported. | organization |
1111
| `OrganizationId` | *string* | :heavy_check_mark: | Required for destination type `organization`. The ID of the connected organization the funds should be<br/>routed to. | org_1234567 |

docs/Models/Requests/CreateCustomerPaymentDestinationType.md renamed to docs/Models/Requests/CreateCustomerPaymentRoutingTypeRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CreateCustomerPaymentDestinationType
1+
# CreateCustomerPaymentRoutingTypeRequest
22

33
The type of destination. Currently only the destination type `organization` is supported.
44

0 commit comments

Comments
 (0)