Skip to content

Commit 6fbc03a

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.580.0
1 parent e86061c commit 6fbc03a

Some content is hidden

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

48 files changed

+314
-235
lines changed

.speakeasy/gen.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 8f6f820e-f9b0-4d8c-8964-44774ced8540
33
management:
4-
docChecksum: 98aecf1db84f9267fe6b4aa960782f5d
4+
docChecksum: c7afba05cd9a66e13606d23ac5d9b061
55
docVersion: 1.0.0
6-
speakeasyVersion: 1.576.1
7-
generationVersion: 2.651.2
8-
releaseVersion: 0.0.5
9-
configChecksum: e43be94df3fcd601e5bf8b628450bbe9
6+
speakeasyVersion: 1.580.0
7+
generationVersion: 2.654.2
8+
releaseVersion: 0.0.6
9+
configChecksum: f1f70e6a79e1e1cdb78f042104906731
1010
repoURL: https://github.com/mollie/mollie-api-csharp.git
1111
published: true
1212
features:

.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.5
25+
version: 0.0.6
2626
additionalDependencies: []
2727
author: Speakeasy
2828
baseErrorName: ClientError

.speakeasy/out.openapi.yaml

Lines changed: 34 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11847,7 +11847,7 @@ paths:
1184711847
description: |-
1184811848
An array of payment methods that are allowed to be used for this payment link. When this parameter is not provided or is an empty array, all enabled payment methods will be available.
1184911849

11850-
Enum: 'applepay', 'bancomatpay', 'bancontact', 'banktransfer', 'belfius', 'blik', 'creditcard', 'eps', 'giftcard', 'ideal', 'kbc', 'mybank', 'paybybank', 'paypal', 'paysafecard', 'pointofsale', 'przelewy24', 'satispay', 'trustly', 'twint'.
11850+
Enum: 'applepay', 'bancomatpay', 'bancontact', 'banktransfer', 'belfius', 'blik', 'creditcard', 'eps', 'giftcard', 'ideal', 'kbc', 'mybank', 'paybybank', 'paypal', 'paysafecard', 'pointofsale', 'przelewy24', 'satispay', 'trustly', 'twint', 'in3', 'riverty', 'klarna', 'billie'.
1185111851
items: &ref_49
1185211852
type: string
1185311853
example: ideal
@@ -12042,7 +12042,7 @@ paths:
1204212042
description: |-
1204312043
An array of payment methods that are allowed to be used for this payment link. When this parameter is not provided or is an empty array, all enabled payment methods will be available.
1204412044

12045-
Enum: 'applepay', 'bancomatpay', 'bancontact', 'banktransfer', 'belfius', 'blik', 'creditcard', 'eps', 'giftcard', 'ideal', 'kbc', 'mybank', 'paybybank', 'paypal', 'paysafecard', 'pointofsale', 'przelewy24', 'satispay', 'trustly', 'twint'.
12045+
Enum: 'applepay', 'bancomatpay', 'bancontact', 'banktransfer', 'belfius', 'blik', 'creditcard', 'eps', 'giftcard', 'ideal', 'kbc', 'mybank', 'paybybank', 'paypal', 'paysafecard', 'pointofsale', 'przelewy24', 'satispay', 'trustly', 'twint', 'in3', 'riverty', 'klarna', 'billie'.
1204612046
items: *ref_49
1204712047
applicationFee:
1204812048
type: object
@@ -12703,7 +12703,7 @@ paths:
1270312703
description: |-
1270412704
An array of payment methods that are allowed to be used for this payment link. When this parameter is not provided or is an empty array, all enabled payment methods will be available.
1270512705

12706-
Enum: 'applepay', 'bancomatpay', 'bancontact', 'banktransfer', 'belfius', 'blik', 'creditcard', 'eps', 'giftcard', 'ideal', 'kbc', 'mybank', 'paybybank', 'paypal', 'paysafecard', 'pointofsale', 'przelewy24', 'satispay', 'trustly', 'twint'.
12706+
Enum: 'applepay', 'bancomatpay', 'bancontact', 'banktransfer', 'belfius', 'blik', 'creditcard', 'eps', 'giftcard', 'ideal', 'kbc', 'mybank', 'paybybank', 'paypal', 'paysafecard', 'pointofsale', 'przelewy24', 'satispay', 'trustly', 'twint', 'in3', 'riverty', 'klarna', 'billie'.
1270712707
items: *ref_49
1270812708
lines:
1270912709
type:
@@ -26803,16 +26803,39 @@ paths:
2680326803
description: |-
2680426804
Link a new or existing organization to your OAuth application, in effect creating a new client. The response contains a `clientLink` where you should redirect your customer to.
2680526805

26806-
The `clientLink` URL behaves similar to the regular OAuth authorization URL. It supports the following parameters from the [Authorize](authorize) endpoint:
26806+
## Redirecting the Customer
2680726807

26808-
* `client_id`
26809-
* `state`
26810-
* `approval_prompt`
26811-
* `scope`
26808+
The `clientLink` URL behaves similarly to a standard OAuth authorization URL. Therefore, after receiving the `clientLink` URL in the API response, you need to **append the following query parameters** *before* redirecting the customer:
2681226809

26813-
We recommend at least requesting the scopes `onboarding.read onboarding.write` this way.
26810+
* `client_id` _string (required)_
2681426811

26815-
Error handling is also dealt with similar to the [Authorize](authorize) endpoint: the customer is redirected back to your app's redirect URL with the `error` and `error_description` parameters added to the URL.
26812+
The client ID you received when you registered your OAuth app. The ID starts with `app_`. For example: `app_abc123qwerty`.
26813+
26814+
* `state` _string (required)_
26815+
26816+
A random string **generated by your app** to prevent CSRF attacks. This will be reflected in the `state` query parameter when the user returns to the `redirect_uri` after authorizing your app.
26817+
26818+
* `scope` _string (required)_
26819+
26820+
A space-separated list of permissions ('scopes') your app requires. See the [permissions list](https://docs.mollie.com/docs/connect-permissions) for more information about the available scopes.
26821+
26822+
We recommend at least : `onboarding.read onboarding.write`
26823+
26824+
* `approval_prompt` _string_
26825+
26826+
Can be set to `force` to force showing the consent screen to the merchant, *even when it is not necessary*. If you force an approval prompt and the user creates a new authorization, previously active authorizations will be revoked.
26827+
26828+
Possible values: `auto` `force` (default: `auto`)
26829+
26830+
### Example of a Complete Redirect URL
26831+
26832+
After adding the above url parameter your URL will look something like this and you can redirect your client to this page:
26833+
26834+
``` https://my.mollie.com/dashboard/client-link/{id}?client_id={your_client_id}&state={unique_state}&scope=onboarding.read%20onboarding.write ```
26835+
26836+
## Error Handling
26837+
26838+
Error handling is also dealt with similar to the [Authorize](https://docs.mollie.com/reference/authorize) endpoint: the customer is redirected back to your app's redirect URL with the `error` and `error_description` parameters added to the URL.
2681626839

2681726840
> 🔑 Access with
2681826841
>
@@ -37757,7 +37780,7 @@ components:
3775737780
description: |-
3775837781
An array of payment methods that are allowed to be used for this payment link. When this parameter is not provided or is an empty array, all enabled payment methods will be available.
3775937782

37760-
Enum: 'applepay', 'bancomatpay', 'bancontact', 'banktransfer', 'belfius', 'blik', 'creditcard', 'eps', 'giftcard', 'ideal', 'kbc', 'mybank', 'paybybank', 'paypal', 'paysafecard', 'pointofsale', 'przelewy24', 'satispay', 'trustly', 'twint'.
37783+
Enum: 'applepay', 'bancomatpay', 'bancontact', 'banktransfer', 'belfius', 'blik', 'creditcard', 'eps', 'giftcard', 'ideal', 'kbc', 'mybank', 'paybybank', 'paypal', 'paysafecard', 'pointofsale', 'przelewy24', 'satispay', 'trustly', 'twint', 'in3', 'riverty', 'klarna', 'billie'.
3776137784
items: *ref_49
3776237785
payment-link-response:
3776337786
type: object

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.576.1
1+
speakeasyVersion: 1.580.0
22
sources:
33
Mollie API:
44
sourceNamespace: mollie-api
5-
sourceRevisionDigest: sha256:9e3cf6617786e8b810dcae539cde3b25ca0ef698991660e79aaf2bc3454317d3
6-
sourceBlobDigest: sha256:38165102c52cfa0a93d122b7c8d980788c284fc3a4e2c2c00f0a4fdabd48c743
5+
sourceRevisionDigest: sha256:e7a3a6ca9f07e498f9a9f6f57da751c730291e66ed1883d5f4d0e7484f98b206
6+
sourceBlobDigest: sha256:26aa55978f27efa3e5b418c2f66aeb34e4e36bf48facd319a52e73fee6a4481d
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1751933209
9+
- speakeasy-sdk-regen-1752019626
1010
- 1.0.0
1111
targets:
1212
client:
1313
source: Mollie API
1414
sourceNamespace: mollie-api
15-
sourceRevisionDigest: sha256:9e3cf6617786e8b810dcae539cde3b25ca0ef698991660e79aaf2bc3454317d3
16-
sourceBlobDigest: sha256:38165102c52cfa0a93d122b7c8d980788c284fc3a4e2c2c00f0a4fdabd48c743
15+
sourceRevisionDigest: sha256:e7a3a6ca9f07e498f9a9f6f57da751c730291e66ed1883d5f4d0e7484f98b206
16+
sourceBlobDigest: sha256:26aa55978f27efa3e5b418c2f66aeb34e4e36bf48facd319a52e73fee6a4481d
1717
codeSamplesNamespace: mollie-api-csharp-code-samples
18-
codeSamplesRevisionDigest: sha256:9540966b22dd19048894453a3eff4f748f44dda1ba640042d900c3794904a926
18+
codeSamplesRevisionDigest: sha256:695ad6925b4236c912716e338970a7cb8e04a387e786ee845a92e0ee1e4b7428
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
@@ -38,4 +38,14 @@ Based on:
3838
### Generated
3939
- [csharp v0.0.5] .
4040
### Releases
41-
- [NuGet v0.0.5] https://www.nuget.org/packages/MollieApi/0.0.5 - .
41+
- [NuGet v0.0.5] https://www.nuget.org/packages/MollieApi/0.0.5 - .
42+
43+
## 2025-07-09 00:06:49
44+
### Changes
45+
Based on:
46+
- OpenAPI Doc
47+
- Speakeasy CLI 1.580.0 (2.654.2) https://github.com/speakeasy-api/speakeasy
48+
### Generated
49+
- [csharp v0.0.6] .
50+
### Releases
51+
- [NuGet v0.0.6] https://www.nuget.org/packages/MollieApi/0.0.6 - .

0 commit comments

Comments
 (0)