Skip to content

Commit 7952030

Browse files
chore: 🐝 Update SDK - Generate SDK 1.2.11
1 parent d4b335a commit 7952030

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

+76
-66
lines changed

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

Lines changed: 3 additions & 3 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: f8803804c226e6ed2f5750f7c227b1d6
4+
docChecksum: 3506c95677ec8115e556cd0049fe5675
55
docVersion: 1.0.0
66
speakeasyVersion: 1.622.1
77
generationVersion: 2.709.0
8-
releaseVersion: 1.2.10
9-
configChecksum: ea3388dbd74cc265be9c989229dc155a
8+
releaseVersion: 1.2.11
9+
configChecksum: edb09a137f31017b9174742a1552e248
1010
repoURL: https://github.com/gr4vy/gr4vy-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: false
2323
skipResponseBodyAssertions: false
2424
csharp:
25-
version: 1.2.10
25+
version: 1.2.11
2626
additionalDependencies:
2727
- package: System.IdentityModel.Tokens.Jwt
2828
version: 8.9.0

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@ sources:
88
- latest
99
openapi:
1010
sourceNamespace: openapi
11-
sourceRevisionDigest: sha256:9a238235e4ad86ecc98a67d208acccb0226a35938b37aeb8bc53c1b841417433
12-
sourceBlobDigest: sha256:8b4958fc420069459eda6d6ad644eaf2426fd7b1c04899e3184ceb6f8974b00c
11+
sourceRevisionDigest: sha256:0da2a508e2bc04e0c802fdf0c08b970a89b5837697c05182785838789773f70c
12+
sourceBlobDigest: sha256:85094e94b7e834d58997ebcd8c63b39c7af1e970ae058d7dbf01dcbd7253efe9
1313
tags:
1414
- latest
15-
- speakeasy-sdk-regen-1758547109
15+
- speakeasy-sdk-regen-1758645777
1616
- 1.0.0
1717
targets:
1818
csharp:
1919
source: openapi
2020
sourceNamespace: openapi
21-
sourceRevisionDigest: sha256:9a238235e4ad86ecc98a67d208acccb0226a35938b37aeb8bc53c1b841417433
22-
sourceBlobDigest: sha256:8b4958fc420069459eda6d6ad644eaf2426fd7b1c04899e3184ceb6f8974b00c
21+
sourceRevisionDigest: sha256:0da2a508e2bc04e0c802fdf0c08b970a89b5837697c05182785838789773f70c
22+
sourceBlobDigest: sha256:85094e94b7e834d58997ebcd8c63b39c7af1e970ae058d7dbf01dcbd7253efe9
2323
codeSamplesNamespace: openapi-csharp-code-samples
24-
codeSamplesRevisionDigest: sha256:0aa89a575ea856e47e8711c4c2960ef6203156f4d702a7376e4cc7b120e3c027
24+
codeSamplesRevisionDigest: sha256:ab2b36f57bfb2016253bd64fad5acab520a9b22752219e25dc4045cc10ff6b9e
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
@@ -668,4 +668,14 @@ Based on:
668668
### Generated
669669
- [csharp v1.2.10] .
670670
### Releases
671-
- [NuGet v1.2.10] https://www.nuget.org/packages/Gr4vy/1.2.10 - .
671+
- [NuGet v1.2.10] https://www.nuget.org/packages/Gr4vy/1.2.10 - .
672+
673+
## 2025-09-23 16:42:40
674+
### Changes
675+
Based on:
676+
- OpenAPI Doc
677+
- Speakeasy CLI 1.622.1 (2.709.0) https://github.com/speakeasy-api/speakeasy
678+
### Generated
679+
- [csharp v1.2.11] .
680+
### Releases
681+
- [NuGet v1.2.11] https://www.nuget.org/packages/Gr4vy/1.2.11 - .

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
| Field | Type | Required | Description | Example |
77
| ------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------- |
88
| `MerchantAcquirerBin` | *string* | :heavy_check_mark: | Acquirer BIN to use when calling 3DS through this scheme. | 516327 |
9-
| `MerchantUrl` | *string* | :heavy_check_mark: | URL to send when calling 3DS through this scheme. | https://example.com |
109
| `MerchantAcquirerId` | *string* | :heavy_check_mark: | Merchant ID to use when calling 3DS through this scheme. | 123456789012345 |
1110
| `MerchantName` | *string* | :heavy_check_mark: | N/A | Acme Inc. |
12-
| `MerchantCountryCode` | *string* | :heavy_check_mark: | Merchant country code to use when calling 3DS through this scheme. | USD |
13-
| `MerchantCategoryCode` | *string* | :heavy_check_mark: | Merchant category code to use when calling 3DS through this scheme. | 1234 |
11+
| `MerchantCountryCode` | *string* | :heavy_check_mark: | The merchant's ISO 3166-1 numeric country code. | 840 |
12+
| `MerchantCategoryCode` | *string* | :heavy_check_mark: | Merchant category code to use when calling 3DS through this scheme. | 1234 |
13+
| `MerchantUrl` | *string* | :heavy_check_mark: | URL to send when calling 3DS through this scheme. | https://example.com |

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
| Field | Type | Required | Description | Example |
77
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
88
| `MerchantAcquirerBin` | *string* | :heavy_check_mark: | Acquirer BIN to use when calling 3DS through this scheme. | 516327 |
9-
| `MerchantUrl` | *string* | :heavy_check_mark: | URL to send when calling 3DS through this scheme. | https://example.com |
109
| `MerchantAcquirerId` | *string* | :heavy_check_mark: | Merchant ID to use when calling 3DS through this scheme. | 123456789012345 |
1110
| `MerchantName` | *string* | :heavy_check_mark: | N/A | Acme Inc. |
12-
| `MerchantCountryCode` | *string* | :heavy_check_mark: | Merchant country code to use when calling 3DS through this scheme. | USD |
11+
| `MerchantCountryCode` | *string* | :heavy_check_mark: | The merchant's ISO 3166-1 numeric country code. | 840 |
1312
| `MerchantCategoryCode` | *string* | :heavy_check_mark: | Merchant category code to use when calling 3DS through this scheme. | 1234 |
13+
| `MerchantUrl` | *string* | :heavy_check_mark: | URL to send when calling 3DS through this scheme. | https://example.com |
1414
| `CreatedAt` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_check_mark: | The date and time when this profile was first created in our system. | 2013-07-16T19:23:00.000+00:00 |

β€Ž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 = "1.2.10";
26+
private const string _sdkVersion = "1.2.11";
2727
private const string _sdkGenVersion = "2.709.0";
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 = "1.2.10";
42+
private const string _sdkVersion = "1.2.11";
4343
private const string _sdkGenVersion = "2.709.0";
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 = "1.2.10";
44+
private const string _sdkVersion = "1.2.11";
4545
private const string _sdkGenVersion = "2.709.0";
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 = "1.2.10";
42+
private const string _sdkVersion = "1.2.11";
4343
private const string _sdkGenVersion = "2.709.0";
4444
private const string _openapiDocVersion = "1.0.0";
4545

0 commit comments

Comments
Β (0)