Skip to content

Commit df09c39

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.622.1
1 parent 6d3b928 commit df09c39

Some content is hidden

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

58 files changed

+194
-389
lines changed

.speakeasy/gen.lock

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 976c8649-45e4-46d8-8361-1ba937e9882e
33
management:
4-
docChecksum: 843a5fcda17e62c6c7e2027ada861883
4+
docChecksum: 16b0726675943aa6a17c5fe9184c33cb
55
docVersion: 1.0.0
66
speakeasyVersion: 1.622.1
77
generationVersion: 2.709.0
8-
releaseVersion: 0.5.7
9-
configChecksum: 57d8e8910e75256a79cb8759a5631e5a
8+
releaseVersion: 0.5.8
9+
configChecksum: 797455600caed4cc641ef6f144e655c2
1010
repoURL: https://github.com/mollie/mollie-api-csharp.git
1111
published: true
1212
features:
@@ -160,6 +160,8 @@ generatedFiles:
160160
- docs/Models/Components/HTTPMetadata.md
161161
- docs/Models/Components/InvoiceCompensation.md
162162
- docs/Models/Components/InvoiceStatus.md
163+
- docs/Models/Components/LineCategories.md
164+
- docs/Models/Components/LineCategoriesResponse.md
163165
- docs/Models/Components/ListLinks.md
164166
- docs/Models/Components/ListSort.md
165167
- docs/Models/Components/Locale.md
@@ -180,7 +182,6 @@ generatedFiles:
180182
- docs/Models/Components/Mode.md
181183
- docs/Models/Components/OnboardingStatus.md
182184
- docs/Models/Components/Open.md
183-
- docs/Models/Components/OrderLineCategories.md
184185
- docs/Models/Components/OrganizationVatRegulation.md
185186
- docs/Models/Components/OutgoingTransfer.md
186187
- docs/Models/Components/Owner.md
@@ -199,9 +200,7 @@ generatedFiles:
199200
- docs/Models/Components/PaymentDetailsWalletResponse.md
200201
- docs/Models/Components/PaymentFee.md
201202
- docs/Models/Components/PaymentLineItem.md
202-
- docs/Models/Components/PaymentLineItemCategory.md
203203
- docs/Models/Components/PaymentLineItemResponse.md
204-
- docs/Models/Components/PaymentLineItemResponseCategory.md
205204
- docs/Models/Components/PaymentLineType.md
206205
- docs/Models/Components/PaymentLineTypeResponse.md
207206
- docs/Models/Components/PaymentLinkResponse.md
@@ -212,11 +211,9 @@ generatedFiles:
212211
- docs/Models/Components/PaymentMethod.md
213212
- docs/Models/Components/PaymentRequest.md
214213
- docs/Models/Components/PaymentRequestApplicationFee.md
215-
- docs/Models/Components/PaymentRequestCategory.md
216214
- docs/Models/Components/PaymentRequestLine.md
217215
- docs/Models/Components/PaymentResponse.md
218216
- docs/Models/Components/PaymentResponseApplicationFee.md
219-
- docs/Models/Components/PaymentResponseCategory.md
220217
- docs/Models/Components/PaymentResponseDetails.md
221218
- docs/Models/Components/PaymentResponseLine.md
222219
- docs/Models/Components/PaymentResponseLinks.md
@@ -786,6 +783,8 @@ generatedFiles:
786783
- src/Mollie/Models/Components/HTTPMetadata.cs
787784
- src/Mollie/Models/Components/InvoiceCompensation.cs
788785
- src/Mollie/Models/Components/InvoiceStatus.cs
786+
- src/Mollie/Models/Components/LineCategories.cs
787+
- src/Mollie/Models/Components/LineCategoriesResponse.cs
789788
- src/Mollie/Models/Components/ListLinks.cs
790789
- src/Mollie/Models/Components/ListSort.cs
791790
- src/Mollie/Models/Components/Locale.cs
@@ -806,7 +805,6 @@ generatedFiles:
806805
- src/Mollie/Models/Components/Mode.cs
807806
- src/Mollie/Models/Components/OnboardingStatus.cs
808807
- src/Mollie/Models/Components/Open.cs
809-
- src/Mollie/Models/Components/OrderLineCategories.cs
810808
- src/Mollie/Models/Components/OrganizationVatRegulation.cs
811809
- src/Mollie/Models/Components/OutgoingTransfer.cs
812810
- src/Mollie/Models/Components/Owner.cs
@@ -825,9 +823,7 @@ generatedFiles:
825823
- src/Mollie/Models/Components/PaymentDetailsWalletResponse.cs
826824
- src/Mollie/Models/Components/PaymentFee.cs
827825
- src/Mollie/Models/Components/PaymentLineItem.cs
828-
- src/Mollie/Models/Components/PaymentLineItemCategory.cs
829826
- src/Mollie/Models/Components/PaymentLineItemResponse.cs
830-
- src/Mollie/Models/Components/PaymentLineItemResponseCategory.cs
831827
- src/Mollie/Models/Components/PaymentLineType.cs
832828
- src/Mollie/Models/Components/PaymentLineTypeResponse.cs
833829
- src/Mollie/Models/Components/PaymentLinkResponse.cs
@@ -838,11 +834,9 @@ generatedFiles:
838834
- src/Mollie/Models/Components/PaymentMethod.cs
839835
- src/Mollie/Models/Components/PaymentRequest.cs
840836
- src/Mollie/Models/Components/PaymentRequestApplicationFee.cs
841-
- src/Mollie/Models/Components/PaymentRequestCategory.cs
842837
- src/Mollie/Models/Components/PaymentRequestLine.cs
843838
- src/Mollie/Models/Components/PaymentResponse.cs
844839
- src/Mollie/Models/Components/PaymentResponseApplicationFee.cs
845-
- src/Mollie/Models/Components/PaymentResponseCategory.cs
846840
- src/Mollie/Models/Components/PaymentResponseDetails.cs
847841
- src/Mollie/Models/Components/PaymentResponseLine.cs
848842
- src/Mollie/Models/Components/PaymentResponseLinks.cs
@@ -4519,9 +4513,3 @@ examples:
45194513
"422":
45204514
application/hal+json: {"status": 404, "title": "Not Found", "detail": "The resource does not exist", "field": "description", "_links": {"documentation": {"href": "https://docs.mollie.com/errors", "type": "text/html"}}}
45214515
examplesVersion: 1.0.2
4522-
releaseNotes: |
4523-
## Csharp SDK Changes Detected:
4524-
* `Client.Settlements.List()`: `response.Embedded.Settlements.[].Periods.{}.{}.Costs.[].AmountVat` **Changed** **Breaking** :warning:
4525-
* `Client.Settlements.Get()`: `response.periods.{}.{}.Costs.[].AmountVat` **Changed** **Breaking** :warning:
4526-
* `Client.Settlements.Get-Open()`: `response.periods.{}.{}.Costs.[].AmountVat` **Changed** **Breaking** :warning:
4527-
* `Client.Settlements.Get-Next()`: `response.periods.{}.{}.Costs.[].AmountVat` **Changed** **Breaking** :warning:

.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.5.7
26+
version: 0.5.8
2727
additionalDependencies: []
2828
author: Speakeasy
2929
baseErrorName: BaseException

.speakeasy/out.openapi.yaml

Lines changed: 24 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -13469,7 +13469,7 @@ paths:
1346913469
Example: `/v2/methods?orderLineCategories=eco,meal`
1347013470
in: query
1347113471
schema:
13472-
$ref: '#/components/schemas/order-line-categories'
13472+
$ref: '#/components/schemas/line-categories'
1347313473
- $ref: '#/components/parameters/profile-id'
1347413474
- $ref: '#/components/parameters/include'
1347513475
description: |-
@@ -28788,6 +28788,16 @@ components:
2878828788
- surcharge
2878928789
- tip
2879028790
example: physical
28791+
line-categories:
28792+
type: string
28793+
enum:
28794+
- eco
28795+
- gift
28796+
- meal
28797+
- sport_culture
28798+
- additional
28799+
- consume
28800+
example: eco
2879128801
payment-line-item:
2879228802
type: object
2879328803
required:
@@ -28861,13 +28871,7 @@ components:
2886128871
An array with the voucher categories, in case of a line eligible for a voucher. See the
2886228872
[Integrating Vouchers](https://docs.mollie.com/docs/integrating-vouchers/) guide for more information.
2886328873
items:
28864-
type: string
28865-
enum:
28866-
- meal
28867-
- eco
28868-
- gift
28869-
- sport_culture
28870-
example: meal
28874+
$ref: '#/components/schemas/line-categories'
2887128875
example:
2887228876
- meal
2887328877
- eco
@@ -32173,16 +32177,6 @@ components:
3217332177
A valid issuer for iDEAL is for example `ideal_INGBNL2A` (for ING Bank).
3217432178
example: ideal_INGBNL2A
3217532179
writeOnly: true
32176-
order-line-categories:
32177-
type: string
32178-
enum:
32179-
- eco
32180-
- gift
32181-
- meal
32182-
- sport_culture
32183-
- additional
32184-
- consume
32185-
example: eco
3218632180
method-status:
3218732181
type: string
3218832182
description: The payment method's activation status for this profile.
@@ -35024,13 +35018,7 @@ components:
3502435018
An array with the voucher categories, in case of a line eligible for a voucher. See the
3502535019
[Integrating Vouchers](https://docs.mollie.com/docs/integrating-vouchers/) guide for more information.
3502635020
items:
35027-
type: string
35028-
enum:
35029-
- meal
35030-
- eco
35031-
- gift
35032-
- sport_culture
35033-
example: meal
35021+
$ref: '#/components/schemas/line-categories-response'
3503435022
example:
3503535023
- meal
3503635024
- eco
@@ -35060,6 +35048,17 @@ components:
3506035048
- tip
3506135049
example: physical
3506235050
x-speakeasy-unknown-values: allow
35051+
line-categories-response:
35052+
type: string
35053+
enum:
35054+
- eco
35055+
- gift
35056+
- meal
35057+
- sport_culture
35058+
- additional
35059+
- consume
35060+
example: eco
35061+
x-speakeasy-unknown-values: allow
3506335062
locale-response:
3506435063
type:
3506535064
- string

.speakeasy/workflow.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ speakeasyVersion: 1.622.1
22
sources:
33
Mollie API:
44
sourceNamespace: mollie-api
5-
sourceRevisionDigest: sha256:2034b835b2b64f8215495715f77f11413189710e801fa42f37796e7b3ef6b26a
6-
sourceBlobDigest: sha256:f7effbc121775c0bd651b3e250592f26f20a4fd7255c73d02b5ac4812b7c64fd
5+
sourceRevisionDigest: sha256:38fe5e4c59679e381c493210826706d33ea885e11f639d8c746e6b3cc98c60f1
6+
sourceBlobDigest: sha256:31ab9889f58ba352e9ace6bd7347fd5318f31790ad28881b7005616fba8f178e
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1758532844
9+
- speakeasy-sdk-regen-1758616595
1010
- 1.0.0
1111
targets:
1212
client:
1313
source: Mollie API
1414
sourceNamespace: mollie-api
15-
sourceRevisionDigest: sha256:2034b835b2b64f8215495715f77f11413189710e801fa42f37796e7b3ef6b26a
16-
sourceBlobDigest: sha256:f7effbc121775c0bd651b3e250592f26f20a4fd7255c73d02b5ac4812b7c64fd
15+
sourceRevisionDigest: sha256:38fe5e4c59679e381c493210826706d33ea885e11f639d8c746e6b3cc98c60f1
16+
sourceBlobDigest: sha256:31ab9889f58ba352e9ace6bd7347fd5318f31790ad28881b7005616fba8f178e
1717
codeSamplesNamespace: mollie-api-csharp-code-samples
18-
codeSamplesRevisionDigest: sha256:a4ce5633ffa52c035e616d89628cd9d269b3fc7364d4fbb798dfcfe81e8928bb
18+
codeSamplesRevisionDigest: sha256:528a1a4e3c64764f7e9025eadb5cbfb1bcd1e9c97833f3582fb2e505f610d37f
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
@@ -258,4 +258,14 @@ Based on:
258258
### Generated
259259
- [csharp v0.5.7] .
260260
### Releases
261-
- [NuGet v0.5.7] https://www.nuget.org/packages/Mollie/0.5.7 - .
261+
- [NuGet v0.5.7] https://www.nuget.org/packages/Mollie/0.5.7 - .
262+
263+
## 2025-09-23 08:36:15
264+
### Changes
265+
Based on:
266+
- OpenAPI Doc
267+
- Speakeasy CLI 1.622.1 (2.709.0) https://github.com/speakeasy-api/speakeasy
268+
### Generated
269+
- [csharp v0.5.8] .
270+
### Releases
271+
- [NuGet v0.5.8] https://www.nuget.org/packages/Mollie/0.5.8 - .

docs/Models/Components/OrderLineCategories.md renamed to docs/Models/Components/LineCategories.md

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

33

44
## Values
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
# PaymentLineItemCategory
1+
# LineCategoriesResponse
22

33

44
## Values
55

66
| Name | Value |
77
| -------------- | -------------- |
8-
| `Meal` | meal |
98
| `Eco` | eco |
109
| `Gift` | gift |
11-
| `SportCulture` | sport_culture |
10+
| `Meal` | meal |
11+
| `SportCulture` | sport_culture |
12+
| `Additional` | additional |
13+
| `Consume` | consume |

docs/Models/Components/PaymentLineItem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
| `VatRate` | *string* | :heavy_minus_sign: | The VAT rate applied to the line, for example `21.00` for 21%. The vatRate should be passed as a string and<br/>not as a float, to ensure the correct number of decimals are passed. | 21.00 |
1616
| `VatAmount` | [Amount](../../Models/Components/Amount.md) | :heavy_minus_sign: | In v2 endpoints, monetary amounts are represented as objects with a `currency` and `value` field. | |
1717
| `Sku` | *string* | :heavy_minus_sign: | The SKU, EAN, ISBN or UPC of the product sold. | 9780241661628 |
18-
| `Categories` | List<[PaymentLineItemCategory](../../Models/Components/PaymentLineItemCategory.md)> | :heavy_minus_sign: | An array with the voucher categories, in case of a line eligible for a voucher. See the<br/>[Integrating Vouchers](https://docs.mollie.com/docs/integrating-vouchers/) guide for more information. | [<br/>"meal",<br/>"eco"<br/>] |
18+
| `Categories` | List<[LineCategories](../../Models/Components/LineCategories.md)> | :heavy_minus_sign: | An array with the voucher categories, in case of a line eligible for a voucher. See the<br/>[Integrating Vouchers](https://docs.mollie.com/docs/integrating-vouchers/) guide for more information. | [<br/>"meal",<br/>"eco"<br/>] |
1919
| `ImageUrl` | *string* | :heavy_minus_sign: | A link pointing to an image of the product sold. | https://... |
2020
| `ProductUrl` | *string* | :heavy_minus_sign: | A link pointing to the product page in your web shop of the product sold. | https://... |

0 commit comments

Comments
 (0)