Skip to content

Commit ee68820

Browse files
chore: 🐝 Update SDK - Generate SDK 2.3.8
1 parent 5f2133c commit ee68820

Some content is hidden

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

44 files changed

+101
-49
lines changed

β€Ž.speakeasy/gen.lockβ€Ž

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: dff72156-4bdf-460f-b5b3-0759c9c474fb
33
management:
4-
docChecksum: 19d7a2bf27c30fbfdc02e28a6dd18803
4+
docChecksum: 4ec2b80742316a994dd4a4523f61a0bf
55
docVersion: 1.0.0
6-
speakeasyVersion: 1.642.2
6+
speakeasyVersion: 1.643.2
77
generationVersion: 2.731.6
8-
releaseVersion: 2.3.7
9-
configChecksum: aebcfd5e91ee8c7d9352ee803b8d7ade
8+
releaseVersion: 2.3.8
9+
configChecksum: 4c311dadb54e602ec41de1a282fd40fa
1010
repoURL: https://github.com/gr4vy/gr4vy-csharp.git
1111
published: true
1212
features:
@@ -151,6 +151,7 @@ generatedFiles:
151151
- docs/Models/Components/MerchantProfileSchemeSummary.md
152152
- docs/Models/Components/MockCardMerchantAdviceCodeOptions.md
153153
- docs/Models/Components/MockCardOptions.md
154+
- docs/Models/Components/MonatoSpeiOptions.md
154155
- docs/Models/Components/NetworkToken.md
155156
- docs/Models/Components/NetworkTokenCreate.md
156157
- docs/Models/Components/NetworkTokenPaymentMethodCreate.md
@@ -557,6 +558,7 @@ generatedFiles:
557558
- src/Gr4vy/Models/Components/MerchantProfileSchemeSummary.cs
558559
- src/Gr4vy/Models/Components/MockCardMerchantAdviceCodeOptions.cs
559560
- src/Gr4vy/Models/Components/MockCardOptions.cs
561+
- src/Gr4vy/Models/Components/MonatoSpeiOptions.cs
560562
- src/Gr4vy/Models/Components/NetworkToken.cs
561563
- src/Gr4vy/Models/Components/NetworkTokenCreate.cs
562564
- src/Gr4vy/Models/Components/NetworkTokenPaymentMethodCreate.cs
@@ -4270,3 +4272,4 @@ examples:
42704272
application/json: {"type": "error", "code": "gateway_timeout", "status": 504, "message": "Request could not be processed"}
42714273
examplesVersion: 1.0.2
42724274
generatedTests: {}
4275+
releaseNotes: "## Csharp SDK Changes Detected:\n* `Gr4vy.Transactions.Create()`: \n * `request.transactionCreate.ConnectionOptions.Monato-Spei` **Added**\n* `Gr4vy.Transactions.Update()`: \n * `request.transactionUpdate.ConnectionOptions.Monato-Spei` **Added**\n* `Gr4vy.Payment-Links.Create()`: \n * `request.paymentLinkCreate.ConnectionOptions.Monato-Spei` **Added**\n"

β€Ž.speakeasy/gen.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ generation:
2424
generateNewTests: false
2525
skipResponseBodyAssertions: false
2626
csharp:
27-
version: 2.3.7
27+
version: 2.3.8
2828
additionalDependencies:
2929
- package: System.IdentityModel.Tokens.Jwt
3030
version: 8.9.0

β€Ž.speakeasy/workflow.lockβ€Ž

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
speakeasyVersion: 1.642.2
1+
speakeasyVersion: 1.643.2
22
sources:
33
-OAS:
44
sourceNamespace: openapi
@@ -8,20 +8,20 @@ sources:
88
- latest
99
openapi:
1010
sourceNamespace: openapi
11-
sourceRevisionDigest: sha256:bcf7c76de11c2042058e9763e848290b824c6fc9dd584524bb179b62d73c6af2
12-
sourceBlobDigest: sha256:a8e734bae05f8fddb4d0f630b92ba13c33acc870f86ebc9dc448d21c4ab5804d
11+
sourceRevisionDigest: sha256:9e7202c736f17d60dc7c5da99e412bcc0ce86217b229269871cac36bc66f75cc
12+
sourceBlobDigest: sha256:ffca2dd6cbbefd9da2233fe4d66d0997722f2933dfa7425edf54a6e9a2eb3ff8
1313
tags:
1414
- latest
15-
- speakeasy-sdk-regen-1761818129
15+
- speakeasy-sdk-regen-1761844065
1616
- 1.0.0
1717
targets:
1818
csharp:
1919
source: openapi
2020
sourceNamespace: openapi
21-
sourceRevisionDigest: sha256:bcf7c76de11c2042058e9763e848290b824c6fc9dd584524bb179b62d73c6af2
22-
sourceBlobDigest: sha256:a8e734bae05f8fddb4d0f630b92ba13c33acc870f86ebc9dc448d21c4ab5804d
21+
sourceRevisionDigest: sha256:9e7202c736f17d60dc7c5da99e412bcc0ce86217b229269871cac36bc66f75cc
22+
sourceBlobDigest: sha256:ffca2dd6cbbefd9da2233fe4d66d0997722f2933dfa7425edf54a6e9a2eb3ff8
2323
codeSamplesNamespace: openapi-csharp-code-samples
24-
codeSamplesRevisionDigest: sha256:54ce9a14014dccc610ad8911a41b0a8cda46e0e148b4bda15056dccc7e2426e3
24+
codeSamplesRevisionDigest: sha256:b527e490882771e69f8403147be30c3bf5ba659db9a3897773ba79c414305b31
2525
workflow:
2626
workflowVersion: 1.0.0
2727
speakeasyVersion: latest

β€ŽRELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -878,4 +878,14 @@ Based on:
878878
### Generated
879879
- [csharp v2.3.7] .
880880
### Releases
881-
- [NuGet v2.3.7] https://www.nuget.org/packages/Gr4vy/2.3.7 - .
881+
- [NuGet v2.3.7] https://www.nuget.org/packages/Gr4vy/2.3.7 - .
882+
883+
## 2025-10-30 17:07:22
884+
### Changes
885+
Based on:
886+
- OpenAPI Doc
887+
- Speakeasy CLI 1.643.2 (2.731.6) https://github.com/speakeasy-api/speakeasy
888+
### Generated
889+
- [csharp v2.3.8] .
890+
### Releases
891+
- [NuGet v2.3.8] https://www.nuget.org/packages/Gr4vy/2.3.8 - .
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# MonatoSpeiOptions
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description | Example |
7+
| ----------------------------------------------------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------- |
8+
| `ApprovalUrl` | *string* | :heavy_check_mark: | Approval URL that will receive a charge payment method reference. | https://example.com |

β€Ždocs/Models/Components/TransactionConnectionOptions.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
| `LatitudeLatitudeds` | [LatitudeOptions](../../Models/Components/LatitudeOptions.md) | :heavy_minus_sign: | Custom options to be passed to the `latitude-latitudeds` connector. |
3333
| `MattildaTapi` | [MattildaTapiOptions](../../Models/Components/MattildaTapiOptions.md) | :heavy_minus_sign: | Custom options to be passed to the `mattilda-tapi` connector. |
3434
| `MattildaTapifintechs` | [MattildaTapiOptions](../../Models/Components/MattildaTapiOptions.md) | :heavy_minus_sign: | Custom options to be passed to the `mattilda-tapifintechs` connector. |
35+
| `MonatoSpei` | [MonatoSpeiOptions](../../Models/Components/MonatoSpeiOptions.md) | :heavy_minus_sign: | Custom options to be passed to the `monato-spei` connector. |
3536
| `MockCard` | [MockCardOptions](../../Models/Components/MockCardOptions.md) | :heavy_minus_sign: | Custom options to be passed to the `mock-card` connector. |
3637
| `NuveiCard` | [NuveiOptions](../../Models/Components/NuveiOptions.md) | :heavy_minus_sign: | Custom options to be passed to the `nuvei-card` connector. |
3738
| `NuveiPse` | [NuveiPSEOptions](../../Models/Components/NuveiPSEOptions.md) | :heavy_minus_sign: | Custom options to be passed to the `nuvei-pse` connector. |

β€Žsrc/Gr4vy/AccountUpdater.csβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class AccountUpdater: IAccountUpdater
2323
{
2424
public SDKConfig SDKConfiguration { get; private set; }
2525
private const string _language = "csharp";
26-
private const string _sdkVersion = "2.3.7";
26+
private const string _sdkVersion = "2.3.8";
2727
private const string _sdkGenVersion = "2.731.6";
2828
private const string _openapiDocVersion = "1.0.0";
2929
public IJobs Jobs { get; private set; }

β€Žsrc/Gr4vy/All.csβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public class All: IAll
3939
{
4040
public SDKConfig SDKConfiguration { get; private set; }
4141
private const string _language = "csharp";
42-
private const string _sdkVersion = "2.3.7";
42+
private const string _sdkVersion = "2.3.8";
4343
private const string _sdkGenVersion = "2.731.6";
4444
private const string _openapiDocVersion = "1.0.0";
4545

β€Žsrc/Gr4vy/AuditLogs.csβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public class AuditLogs: IAuditLogs
4141
{
4242
public SDKConfig SDKConfiguration { get; private set; }
4343
private const string _language = "csharp";
44-
private const string _sdkVersion = "2.3.7";
44+
private const string _sdkVersion = "2.3.8";
4545
private const string _sdkGenVersion = "2.731.6";
4646
private const string _openapiDocVersion = "1.0.0";
4747

β€Žsrc/Gr4vy/Balances.csβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public class Balances: IBalances
3939
{
4040
public SDKConfig SDKConfiguration { get; private set; }
4141
private const string _language = "csharp";
42-
private const string _sdkVersion = "2.3.7";
42+
private const string _sdkVersion = "2.3.8";
4343
private const string _sdkGenVersion = "2.731.6";
4444
private const string _openapiDocVersion = "1.0.0";
4545

0 commit comments

Comments
Β (0)