Skip to content

Commit 93e9f7a

Browse files
chore: 🐝 Update SDK - Generate SDK 2.3.1
1 parent f1e16b3 commit 93e9f7a

40 files changed

+107
-85
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
lockVersion: 2.0.0
22
id: dff72156-4bdf-460f-b5b3-0759c9c474fb
33
management:
4-
docChecksum: 1ed16180031b75d1c05ad1f63ffac2e1
4+
docChecksum: 1026842960ff7c8f6059350d37ff01ec
55
docVersion: 1.0.0
6-
speakeasyVersion: 1.637.2
7-
generationVersion: 2.727.9
8-
releaseVersion: 2.3.0
9-
configChecksum: cf3883848019438f6e079d7fdd8b0adb
6+
speakeasyVersion: 1.638.0
7+
generationVersion: 2.728.0
8+
releaseVersion: 2.3.1
9+
configChecksum: 24626911f6479ebbc9034f1ef609f9e2
1010
repoURL: https://github.com/gr4vy/gr4vy-csharp.git
1111
published: true
1212
features:
1313
csharp:
1414
additionalDependencies: 0.1.0
1515
constsAndDefaults: 0.0.1
16-
core: 3.15.0
16+
core: 3.15.1
1717
flattening: 2.81.3
1818
globalSecurity: 2.83.8
1919
globalSecurityCallbacks: 0.1.0

β€Ž.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.0
27+
version: 2.3.1
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.637.2
1+
speakeasyVersion: 1.638.0
22
sources:
33
-OAS:
44
sourceNamespace: openapi
@@ -8,20 +8,20 @@ sources:
88
- latest
99
openapi:
1010
sourceNamespace: openapi
11-
sourceRevisionDigest: sha256:0b3ca98f309c36026af7bf15628652d6ca35e2b6e08c4dff6aa7129b32ff9aa0
12-
sourceBlobDigest: sha256:7506908ba8a68c436f0f2920fee78e24331c5a6d0453940f911f18eb0925fde3
11+
sourceRevisionDigest: sha256:bbfbedda60cb9dc20acd855d3e378e6f3b7aa401da17837a6097bfdc96d4f8da
12+
sourceBlobDigest: sha256:a822827b6bfea9e683618e175cb18f48b0b46732e970f90496d0e6a444f6a4ff
1313
tags:
1414
- latest
15-
- speakeasy-sdk-regen-1760986688
15+
- speakeasy-sdk-regen-1761142096
1616
- 1.0.0
1717
targets:
1818
csharp:
1919
source: openapi
2020
sourceNamespace: openapi
21-
sourceRevisionDigest: sha256:0b3ca98f309c36026af7bf15628652d6ca35e2b6e08c4dff6aa7129b32ff9aa0
22-
sourceBlobDigest: sha256:7506908ba8a68c436f0f2920fee78e24331c5a6d0453940f911f18eb0925fde3
21+
sourceRevisionDigest: sha256:bbfbedda60cb9dc20acd855d3e378e6f3b7aa401da17837a6097bfdc96d4f8da
22+
sourceBlobDigest: sha256:a822827b6bfea9e683618e175cb18f48b0b46732e970f90496d0e6a444f6a4ff
2323
codeSamplesNamespace: openapi-csharp-code-samples
24-
codeSamplesRevisionDigest: sha256:08af13c5c9db8d8d3701e3e7fadefe9e87e4456096e9248fce59e84dd1f62a26
24+
codeSamplesRevisionDigest: sha256:3ed67f0bbcfba27771a37dc162d3877ad7ddf9ec197a73f7160792ae8501c109
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
@@ -808,4 +808,14 @@ Based on:
808808
### Generated
809809
- [csharp v2.3.0] .
810810
### Releases
811-
- [NuGet v2.3.0] https://www.nuget.org/packages/Gr4vy/2.3.0 - .
811+
- [NuGet v2.3.0] https://www.nuget.org/packages/Gr4vy/2.3.0 - .
812+
813+
## 2025-10-22 14:07:53
814+
### Changes
815+
Based on:
816+
- OpenAPI Doc
817+
- Speakeasy CLI 1.638.0 (2.728.0) https://github.com/speakeasy-api/speakeasy
818+
### Generated
819+
- [csharp v2.3.1] .
820+
### Releases
821+
- [NuGet v2.3.1] https://www.nuget.org/packages/Gr4vy/2.3.1 - .

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ 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.0";
27-
private const string _sdkGenVersion = "2.727.9";
26+
private const string _sdkVersion = "2.3.1";
27+
private const string _sdkGenVersion = "2.728.0";
2828
private const string _openapiDocVersion = "1.0.0";
2929
public IJobs Jobs { get; private set; }
3030

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ 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.0";
43-
private const string _sdkGenVersion = "2.727.9";
42+
private const string _sdkVersion = "2.3.1";
43+
private const string _sdkGenVersion = "2.728.0";
4444
private const string _openapiDocVersion = "1.0.0";
4545

4646
public All(SDKConfig config)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ 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.0";
45-
private const string _sdkGenVersion = "2.727.9";
44+
private const string _sdkVersion = "2.3.1";
45+
private const string _sdkGenVersion = "2.728.0";
4646
private const string _openapiDocVersion = "1.0.0";
4747

4848
public AuditLogs(SDKConfig config)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ 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.0";
43-
private const string _sdkGenVersion = "2.727.9";
42+
private const string _sdkVersion = "2.3.1";
43+
private const string _sdkGenVersion = "2.728.0";
4444
private const string _openapiDocVersion = "1.0.0";
4545

4646
public Balances(SDKConfig config)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ public class Buyers: IBuyers
8080
{
8181
public SDKConfig SDKConfiguration { get; private set; }
8282
private const string _language = "csharp";
83-
private const string _sdkVersion = "2.3.0";
84-
private const string _sdkGenVersion = "2.727.9";
83+
private const string _sdkVersion = "2.3.1";
84+
private const string _sdkGenVersion = "2.728.0";
8585
private const string _openapiDocVersion = "1.0.0";
8686
public IBuyersPaymentMethods PaymentMethods { get; private set; }
8787
public IBuyersGiftCards GiftCards { get; private set; }

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ public class BuyersGiftCards: IBuyersGiftCards
3939
{
4040
public SDKConfig SDKConfiguration { get; private set; }
4141
private const string _language = "csharp";
42-
private const string _sdkVersion = "2.3.0";
43-
private const string _sdkGenVersion = "2.727.9";
42+
private const string _sdkVersion = "2.3.1";
43+
private const string _sdkGenVersion = "2.728.0";
4444
private const string _openapiDocVersion = "1.0.0";
4545

4646
public BuyersGiftCards(SDKConfig config)

0 commit comments

Comments
Β (0)