Skip to content

Commit ee5fae5

Browse files
chore: 🐝 Update SDK - Generate SDK 2.4.2
1 parent 8e4c406 commit ee5fae5

40 files changed

+57
-48
lines changed

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

Lines changed: 3 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: d3e9266e6d08dbb80860bcacbb4480cb
4+
docChecksum: 9a13cef691c1d2ffaeab942eb9d79bd9
55
docVersion: 1.0.0
66
speakeasyVersion: 1.649.0
77
generationVersion: 2.739.1
8-
releaseVersion: 2.4.1
9-
configChecksum: c0f8d774aa16dd1ba89391a4795da33f
8+
releaseVersion: 2.4.2
9+
configChecksum: be636899b72b2d5647369050a3dd956b
1010
repoURL: https://github.com/gr4vy/gr4vy-csharp.git
1111
published: true
1212
features:
@@ -4272,4 +4272,3 @@ examples:
42724272
application/json: {"type": "error", "code": "gateway_timeout", "status": 504, "message": "Request could not be processed"}
42734273
examplesVersion: 1.0.2
42744274
generatedTests: {}
4275-
releaseNotes: "## Csharp SDK Changes Detected:\n* `Gr4vy.Checkout-Sessions.Create()`: \n * `request.checkoutSessionCreate` **Changed**\n * `response` **Changed**\n* `Gr4vy.Checkout-Sessions.Get()`: `response` **Changed**\n* `Gr4vy.Checkout-Sessions.Update()`: \n * `request.checkoutSessionCreate` **Changed**\n * `response` **Changed**\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.4.1
27+
version: 2.4.2
2828
additionalDependencies:
2929
- package: System.IdentityModel.Tokens.Jwt
3030
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:ce082d5e329fc957f9642ade866c37800158e9fbdc5a35fe62f3b7503c7acf24
12-
sourceBlobDigest: sha256:7c0dfea22b151cdd90f131e48fa38527419ba241d5faaef9a2c61630b7fb9942
11+
sourceRevisionDigest: sha256:8464f848cee6191493643cd2e2ec53d6248fb25595c669506bd6986cccf4b91b
12+
sourceBlobDigest: sha256:451e7d5b41a2bad13fd44aa7dd9fdfca05beca0b58e6a311d27a1bbe67676ba7
1313
tags:
1414
- latest
15-
- speakeasy-sdk-regen-1762359130
15+
- speakeasy-sdk-regen-1762432533
1616
- 1.0.0
1717
targets:
1818
csharp:
1919
source: openapi
2020
sourceNamespace: openapi
21-
sourceRevisionDigest: sha256:ce082d5e329fc957f9642ade866c37800158e9fbdc5a35fe62f3b7503c7acf24
22-
sourceBlobDigest: sha256:7c0dfea22b151cdd90f131e48fa38527419ba241d5faaef9a2c61630b7fb9942
21+
sourceRevisionDigest: sha256:8464f848cee6191493643cd2e2ec53d6248fb25595c669506bd6986cccf4b91b
22+
sourceBlobDigest: sha256:451e7d5b41a2bad13fd44aa7dd9fdfca05beca0b58e6a311d27a1bbe67676ba7
2323
codeSamplesNamespace: openapi-csharp-code-samples
24-
codeSamplesRevisionDigest: sha256:7605a517d818cd9ae13223cedb0e5521674e8eddba02e1966d00e8c1da489505
24+
codeSamplesRevisionDigest: sha256:6a91780cc70e259efff9f296f95564e8e2230c56c93bad6444b8e0fef3bc8336
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
@@ -908,4 +908,14 @@ Based on:
908908
### Generated
909909
- [csharp v2.4.1] .
910910
### Releases
911-
- [NuGet v2.4.1] https://www.nuget.org/packages/Gr4vy/2.4.1 - .
911+
- [NuGet v2.4.1] https://www.nuget.org/packages/Gr4vy/2.4.1 - .
912+
913+
## 2025-11-06 12:35:14
914+
### Changes
915+
Based on:
916+
- OpenAPI Doc
917+
- Speakeasy CLI 1.649.0 (2.739.1) https://github.com/speakeasy-api/speakeasy
918+
### Generated
919+
- [csharp v2.4.2] .
920+
### Releases
921+
- [NuGet v2.4.2] https://www.nuget.org/packages/Gr4vy/2.4.2 - .

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public class Buyers: IBuyers
8080
{
8181
public SDKConfig SDKConfiguration { get; private set; }
8282
private const string _language = "csharp";
83-
private const string _sdkVersion = "2.4.1";
83+
private const string _sdkVersion = "2.4.2";
8484
private const string _sdkGenVersion = "2.739.1";
8585
private const string _openapiDocVersion = "1.0.0";
8686
public IBuyersPaymentMethods PaymentMethods { get; private set; }

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

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

0 commit comments

Comments
Β (0)