Skip to content

Commit 1d60ec4

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.575.3
1 parent 4a8e43b commit 1d60ec4

Some content is hidden

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

50 files changed

+1197
-115
lines changed

.speakeasy/gen.lock

Lines changed: 20 additions & 17 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.1
25+
version: 0.0.2
2626
additionalDependencies: []
2727
author: Speakeasy
2828
baseErrorName: ClientError

.speakeasy/out.openapi.yaml

Lines changed: 56 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10819,8 +10819,6 @@ paths:
1081910819
- oAuth:
1082010820
- payments.write
1082110821
description: |-
10822-
**This feature is currently in open beta. The final specification may still change.**
10823-
1082410822
Capture an *authorized* payment.
1082510823

1082610824
Some payment methods allow you to first collect a customer's authorization, and capture the amount at a later point.
@@ -26741,8 +26739,16 @@ paths:
2674126739
description: The list of events to enable for this webhook. You may specify `'*'` to add all events, except those that require explicit selection. Separate multiple event types with a comma.
2674226740
enum: &ref_76
2674326741
- payment-link.paid
26742+
- sales-invoice.created
26743+
- sales-invoice.issued
26744+
- sales-invoice.canceled
26745+
- sales-invoice.paid
2674426746
x-enumDescriptions: &ref_75
2674526747
payment-link.paid: A payment link has been paid.
26748+
sales-invoice.created: A sales invoice has been created.
26749+
sales-invoice.issued: A sales invoice has been issued.
26750+
sales-invoice.canceled: A sales invoice has been canceled.
26751+
sales-invoice.paid: A sales invoice has been paid.
2674626752
example: payment-link.paid
2674726753
testmode:
2674826754
type: *ref_15
@@ -26793,16 +26799,26 @@ paths:
2679326799
description: The subscription's name.
2679426800
example: Profile Updates Webhook
2679526801
eventTypes:
26796-
type: string
26802+
type: array
26803+
items:
26804+
type: string
2679726805
description: The events types that are subscribed.
26798-
example: profile.create profile.blocked
26806+
example:
26807+
- sales-invoice.paid, sales-invoice.canceled
2679926808
status:
2680026809
type: string
2680126810
description: |-
2680226811
The subscription's current status.
2680326812

2680426813
Possible values: `enabled` `blocked` `disabled`
2680526814
example: enabled
26815+
mode:
26816+
type: string
26817+
description: |-
26818+
The subscription's mode.
26819+
26820+
Possible values: `live` `test`
26821+
example: live
2680626822
webhookSecret:
2680726823
type: string
2680826824
description: The subscription's secret.
@@ -26828,7 +26844,10 @@ paths:
2682826844
createdAt: '2024-12-06T10:09:56+00:00'
2682926845
name: 'Webhook #1'
2683026846
status: enabled
26831-
eventTypes: payment.paid
26847+
mode: live
26848+
webhookSecret: VpQ3WukU6uSCGQ8TPTD3WPDpac3GyNEj
26849+
eventTypes:
26850+
- payment-link.paid
2683226851
_links:
2683326852
documentation:
2683426853
href: https://docs.mollie.com/reference/create-webhook
@@ -26940,7 +26959,7 @@ paths:
2694026959
description: |-
2694126960
Used to filter out only the webhooks that are subscribed to certain types of events.
2694226961

26943-
Possible values: `payment-link.paid`
26962+
Possible values: `payment-link.paid` `sales-invoice.created` `sales-invoice.issued` `sales-invoice.canceled` `sales-invoice.paid`
2694426963
in: query
2694526964
schema:
2694626965
type: string
@@ -27009,16 +27028,27 @@ paths:
2700927028
description: The subscription's name.
2701027029
example: Profile Updates Webhook
2701127030
eventTypes:
27012-
type: string
27031+
type: array
27032+
items:
27033+
type: string
2701327034
description: The events types that are subscribed.
27014-
example: profile.create profile.blocked
27035+
example:
27036+
- profile.create
27037+
- profile.blocked
2701527038
status:
2701627039
type: string
2701727040
description: |-
2701827041
The subscription's current status.
2701927042

2702027043
Possible values: `enabled` `blocked` `disabled`
2702127044
example: enabled
27045+
mode:
27046+
type: string
27047+
description: |-
27048+
The subscription's mode.
27049+
27050+
Possible values: `live` `test`
27051+
example: live
2702227052
_links:
2702327053
type: object
2702427054
description: Links to help navigate through the lists of items. Every URL object will contain an `href` and a `type` field.
@@ -27035,16 +27065,21 @@ paths:
2703527065
profileId: pfl_8XcSdLtrNK
2703627066
createdAt: '2024-12-06T10:09:56+00:00'
2703727067
name: 'Webhook #2'
27038-
eventTypes: payment-link.paid,payment.failed
27068+
eventTypes:
27069+
- payment-link.paid
27070+
- payment.failed
2703927071
status: enabled
27072+
mode: live
2704027073
- resource: webhook
2704127074
id: hook_qHknfTxaDx6s8JNhuGPzH
2704227075
url: https://mollie.com
2704327076
profileId: pfl_8XcSdLtrNK
2704427077
createdAt: '2024-12-06T10:08:48+00:00'
2704527078
name: 'Webhook #1'
27046-
eventTypes: payment-link.paid
27079+
eventTypes:
27080+
- payment-link.paid
2704727081
status: blocked
27082+
mode: live
2704827083
count: 2
2704927084
_links:
2705027085
documentation:
@@ -27182,7 +27217,10 @@ paths:
2718227217
createdAt: '2024-12-06T10:09:56+00:00'
2718327218
name: 'Webhook #1'
2718427219
status: enabled
27185-
eventTypes: payment.paid
27220+
mode: live
27221+
webhookSecret: VpQ3WukU6uSCGQ8TPTD3WPDpac3GyNEj
27222+
eventTypes:
27223+
- payment-link.paid
2718627224
_links:
2718727225
documentation:
2718827226
href: https://docs.mollie.com/reference/create-webhook
@@ -27302,7 +27340,10 @@ paths:
2730227340
createdAt: '2024-12-06T10:09:56+00:00'
2730327341
name: 'Webhook #1'
2730427342
status: enabled
27305-
eventTypes: payment.expired,payment.paid
27343+
mode: test
27344+
eventTypes:
27345+
- payment-link.paid
27346+
- sales-invoice.paid
2730627347
_links:
2730727348
documentation:
2730827349
href: https://docs.mollie.com/reference/get-webhook
@@ -27317,7 +27358,9 @@ paths:
2731727358
createdAt: '2024-12-06T10:09:56+00:00'
2731827359
name: 'Webhook #1'
2731927360
status: deleted
27320-
eventTypes: payment-link.paid
27361+
mode: test
27362+
eventTypes:
27363+
- payment-link.paid
2732127364
_links:
2732227365
documentation:
2732327366
href: https://docs.mollie.com/reference/get-webhook

.speakeasy/workflow.lock

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
1-
speakeasyVersion: 1.571.3
1+
speakeasyVersion: 1.575.3
22
sources:
33
Mollie API:
44
sourceNamespace: mollie-api
5-
sourceRevisionDigest: sha256:dfc45d30f4ca629b244474f951857bf7a4fb8a23221e52f8ecb999218501de4a
6-
sourceBlobDigest: sha256:70872f75a19bb7976532606ae6c77ca0ec18d6c496f6fb4e6202b4b62109ebaa
5+
sourceRevisionDigest: sha256:fcee083fd7fc82578b426828fea6d13466895f066cba276ee8016027045fe4fc
6+
sourceBlobDigest: sha256:8b791b147d8e86c4062aaaf65945732ab521ad455174dbb65989aa0001186039
77
tags:
88
- latest
9+
- speakeasy-sdk-regen-1751529182
910
- 1.0.0
1011
targets:
1112
client:
1213
source: Mollie API
1314
sourceNamespace: mollie-api
14-
sourceRevisionDigest: sha256:dfc45d30f4ca629b244474f951857bf7a4fb8a23221e52f8ecb999218501de4a
15-
sourceBlobDigest: sha256:70872f75a19bb7976532606ae6c77ca0ec18d6c496f6fb4e6202b4b62109ebaa
15+
sourceRevisionDigest: sha256:fcee083fd7fc82578b426828fea6d13466895f066cba276ee8016027045fe4fc
16+
sourceBlobDigest: sha256:8b791b147d8e86c4062aaaf65945732ab521ad455174dbb65989aa0001186039
1617
codeSamplesNamespace: mollie-api-csharp-code-samples
17-
codeSamplesRevisionDigest: sha256:2be695e0e5cbed06cb9e33fb7c0c4260e86288a8e9e03909942f118154f41cd5
18+
codeSamplesRevisionDigest: sha256:59037fb23778b72444ee0c71cc01034b27f178256c7b9a5e96d896e96eb419db
1819
workflow:
1920
workflowVersion: 1.0.0
2021
speakeasyVersion: latest
@@ -29,6 +30,9 @@ workflow:
2930
client:
3031
target: csharp
3132
source: Mollie API
33+
publish:
34+
nuget:
35+
apiKey: $nuget_api_key
3236
codeSamples:
3337
registry:
3438
location: registry.speakeasyapi.dev/mollie-oom/mollie/mollie-api-csharp-code-samples

0 commit comments

Comments
 (0)