Skip to content

Commit 87d728a

Browse files
chore: 🐝 Update SDK - Generate SDK 2.2.5
1 parent 7ecd4b0 commit 87d728a

40 files changed

+57
-47
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: a19a6668cc7ce5987404af8390aaff04
4+
docChecksum: 17e3a6a1b92b2eaa8841305d2a79d0b7
55
docVersion: 1.0.0
66
speakeasyVersion: 1.636.3
77
generationVersion: 2.723.11
8-
releaseVersion: 2.2.4
9-
configChecksum: f5d0b3e37895f6d25d82721c3b3d3664
8+
releaseVersion: 2.2.5
9+
configChecksum: 15968e8281c7dfa12f4dfadbf699e392
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: 2.2.4
25+
version: 2.2.5
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:dca139f017b82828892d8560bdc8c5b469a34a202fb29b8b38da7674539d9d53
12-
sourceBlobDigest: sha256:c9d54a9d5f97128eba2b9a9edb638d25bba063f82effde545e4c67196ba66be6
11+
sourceRevisionDigest: sha256:7ffeacf9c329f5d5a216e221e2957a14ac2214feec7eae4778b8b00af0be3a9f
12+
sourceBlobDigest: sha256:a1126d87e0477ed653becaa04025fb6068f98ec8d39a7be0053ab8eba0098192
1313
tags:
1414
- latest
15-
- speakeasy-sdk-regen-1760378812
15+
- speakeasy-sdk-regen-1760457371
1616
- 1.0.0
1717
targets:
1818
csharp:
1919
source: openapi
2020
sourceNamespace: openapi
21-
sourceRevisionDigest: sha256:dca139f017b82828892d8560bdc8c5b469a34a202fb29b8b38da7674539d9d53
22-
sourceBlobDigest: sha256:c9d54a9d5f97128eba2b9a9edb638d25bba063f82effde545e4c67196ba66be6
21+
sourceRevisionDigest: sha256:7ffeacf9c329f5d5a216e221e2957a14ac2214feec7eae4778b8b00af0be3a9f
22+
sourceBlobDigest: sha256:a1126d87e0477ed653becaa04025fb6068f98ec8d39a7be0053ab8eba0098192
2323
codeSamplesNamespace: openapi-csharp-code-samples
24-
codeSamplesRevisionDigest: sha256:cfad190e0ce4904cbe170c1db502246d28324951ed85623da059b7c88e42f36e
24+
codeSamplesRevisionDigest: sha256:e501f70f472c5271f677667b391aa9aecd7285f4b1b55487e92d936a31ad6bbd
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
@@ -788,4 +788,14 @@ Based on:
788788
### Generated
789789
- [csharp v2.2.4] .
790790
### Releases
791-
- [NuGet v2.2.4] https://www.nuget.org/packages/Gr4vy/2.2.4 - .
791+
- [NuGet v2.2.4] https://www.nuget.org/packages/Gr4vy/2.2.4 - .
792+
793+
## 2025-10-14 15:55:50
794+
### Changes
795+
Based on:
796+
- OpenAPI Doc
797+
- Speakeasy CLI 1.636.3 (2.723.11) https://github.com/speakeasy-api/speakeasy
798+
### Generated
799+
- [csharp v2.2.5] .
800+
### Releases
801+
- [NuGet v2.2.5] https://www.nuget.org/packages/Gr4vy/2.2.5 - .

β€Ž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.2.4";
26+
private const string _sdkVersion = "2.2.5";
2727
private const string _sdkGenVersion = "2.723.11";
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.2.4";
42+
private const string _sdkVersion = "2.2.5";
4343
private const string _sdkGenVersion = "2.723.11";
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.2.4";
44+
private const string _sdkVersion = "2.2.5";
4545
private const string _sdkGenVersion = "2.723.11";
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.2.4";
42+
private const string _sdkVersion = "2.2.5";
4343
private const string _sdkGenVersion = "2.723.11";
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.2.4";
83+
private const string _sdkVersion = "2.2.5";
8484
private const string _sdkGenVersion = "2.723.11";
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.2.4";
42+
private const string _sdkVersion = "2.2.5";
4343
private const string _sdkGenVersion = "2.723.11";
4444
private const string _openapiDocVersion = "1.0.0";
4545

0 commit comments

Comments
Β (0)