Skip to content

Commit 4bf3488

Browse files
authored
Merge pull request #20 from speakeasy-api/speakeasy-sdk-regen-1718900529
chore: 🐝 Update SDK - Generate
2 parents ea3d463 + 1ace447 commit 4bf3488

19 files changed

+50
-40
lines changed

.speakeasy/gen.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ management:
55
docVersion: 0.4.0 .
66
speakeasyVersion: 1.310.0
77
generationVersion: 2.347.4
8-
releaseVersion: 5.9.11
9-
configChecksum: 1fe92dec81ad68d374c6099ee42d0b1c
8+
releaseVersion: 5.9.12
9+
configChecksum: 866dc5c61f8a08bac3866f4e459a347e
1010
repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-csharp.git
1111
repoSubDirectory: .
1212
published: true

.speakeasy/workflow.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ speakeasyVersion: 1.310.0
22
sources:
33
speakeasy:
44
sourceNamespace: speakeasy
5-
sourceRevisionDigest: sha256:db7f568178a0c39139ceb79445d85bb418d7a92f3e0c1876b6b242d608801a3b
6-
sourceBlobDigest: sha256:4254982abe7d5dd7903eb44fa8040f4356dbd8439efdb6565f5d333324459f1e
5+
sourceRevisionDigest: sha256:84949598f73d933731cb0f0a1dd4a21de84fef36f2ae080ce0cb22cc92c98440
6+
sourceBlobDigest: sha256:0d89cdbf8ac2e4e345aa15d0bce2237326df81a77e6491d8b923dfb8178b19e1
77
tags:
88
- latest
99
- main
1010
targets:
1111
speakeasy-client-sdk-csharp:
1212
source: speakeasy
1313
sourceNamespace: speakeasy
14-
sourceRevisionDigest: sha256:db7f568178a0c39139ceb79445d85bb418d7a92f3e0c1876b6b242d608801a3b
15-
sourceBlobDigest: sha256:4254982abe7d5dd7903eb44fa8040f4356dbd8439efdb6565f5d333324459f1e
14+
sourceRevisionDigest: sha256:84949598f73d933731cb0f0a1dd4a21de84fef36f2ae080ce0cb22cc92c98440
15+
sourceBlobDigest: sha256:0d89cdbf8ac2e4e345aa15d0bce2237326df81a77e6491d8b923dfb8178b19e1
1616
outLocation: /github/workspace/repo
1717
workflow:
1818
workflowVersion: 1.0.0

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 v5.9.11] .
790790
### Releases
791-
- [NuGet v5.9.11] https://www.nuget.org/packages/SpeakeasySDK/5.9.11 - .
791+
- [NuGet v5.9.11] https://www.nuget.org/packages/SpeakeasySDK/5.9.11 - .
792+
793+
## 2024-06-20 16:25:47
794+
### Changes
795+
Based on:
796+
- OpenAPI Doc
797+
- Speakeasy CLI 1.310.0 (2.347.4) https://github.com/speakeasy-api/speakeasy
798+
### Generated
799+
- [csharp v5.9.12] .
800+
### Releases
801+
- [NuGet v5.9.12] https://www.nuget.org/packages/SpeakeasySDK/5.9.12 - .

SpeakeasySDK/ApiEndpoints.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,10 @@ public class ApiEndpoints: IApiEndpoints
9898
{
9999
public SDKConfig SDKConfiguration { get; private set; }
100100
private const string _language = "csharp";
101-
private const string _sdkVersion = "5.9.11";
101+
private const string _sdkVersion = "5.9.12";
102102
private const string _sdkGenVersion = "2.347.4";
103103
private const string _openapiDocVersion = "0.4.0 .";
104-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.11 2.347.4 0.4.0 . SpeakeasySDK";
104+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.12 2.347.4 0.4.0 . SpeakeasySDK";
105105
private string _serverUrl = "";
106106
private ISpeakeasyHttpClient _client;
107107
private Func<Security>? _securitySource;

SpeakeasySDK/Apis.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ public class Apis: IApis
9494
{
9595
public SDKConfig SDKConfiguration { get; private set; }
9696
private const string _language = "csharp";
97-
private const string _sdkVersion = "5.9.11";
97+
private const string _sdkVersion = "5.9.12";
9898
private const string _sdkGenVersion = "2.347.4";
9999
private const string _openapiDocVersion = "0.4.0 .";
100-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.11 2.347.4 0.4.0 . SpeakeasySDK";
100+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.12 2.347.4 0.4.0 . SpeakeasySDK";
101101
private string _serverUrl = "";
102102
private ISpeakeasyHttpClient _client;
103103
private Func<Security>? _securitySource;

SpeakeasySDK/Artifacts.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ public class Artifacts: IArtifacts
5757
{
5858
public SDKConfig SDKConfiguration { get; private set; }
5959
private const string _language = "csharp";
60-
private const string _sdkVersion = "5.9.11";
60+
private const string _sdkVersion = "5.9.12";
6161
private const string _sdkGenVersion = "2.347.4";
6262
private const string _openapiDocVersion = "0.4.0 .";
63-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.11 2.347.4 0.4.0 . SpeakeasySDK";
63+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.12 2.347.4 0.4.0 . SpeakeasySDK";
6464
private string _serverUrl = "";
6565
private ISpeakeasyHttpClient _client;
6666
private Func<Security>? _securitySource;

SpeakeasySDK/Auth.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ public class Auth: IAuth
6060
{
6161
public SDKConfig SDKConfiguration { get; private set; }
6262
private const string _language = "csharp";
63-
private const string _sdkVersion = "5.9.11";
63+
private const string _sdkVersion = "5.9.12";
6464
private const string _sdkGenVersion = "2.347.4";
6565
private const string _openapiDocVersion = "0.4.0 .";
66-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.11 2.347.4 0.4.0 . SpeakeasySDK";
66+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.12 2.347.4 0.4.0 . SpeakeasySDK";
6767
private string _serverUrl = "";
6868
private ISpeakeasyHttpClient _client;
6969
private Func<Security>? _securitySource;

SpeakeasySDK/Embeds.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ public class Embeds: IEmbeds
5656
{
5757
public SDKConfig SDKConfiguration { get; private set; }
5858
private const string _language = "csharp";
59-
private const string _sdkVersion = "5.9.11";
59+
private const string _sdkVersion = "5.9.12";
6060
private const string _sdkGenVersion = "2.347.4";
6161
private const string _openapiDocVersion = "0.4.0 .";
62-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.11 2.347.4 0.4.0 . SpeakeasySDK";
62+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.12 2.347.4 0.4.0 . SpeakeasySDK";
6363
private string _serverUrl = "";
6464
private ISpeakeasyHttpClient _client;
6565
private Func<Security>? _securitySource;

SpeakeasySDK/Events.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ public class Events: IEvents
6060
{
6161
public SDKConfig SDKConfiguration { get; private set; }
6262
private const string _language = "csharp";
63-
private const string _sdkVersion = "5.9.11";
63+
private const string _sdkVersion = "5.9.12";
6464
private const string _sdkGenVersion = "2.347.4";
6565
private const string _openapiDocVersion = "0.4.0 .";
66-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.11 2.347.4 0.4.0 . SpeakeasySDK";
66+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.12 2.347.4 0.4.0 . SpeakeasySDK";
6767
private string _serverUrl = "";
6868
private ISpeakeasyHttpClient _client;
6969
private Func<Security>? _securitySource;

SpeakeasySDK/Github.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ public class Github: IGithub
3636
{
3737
public SDKConfig SDKConfiguration { get; private set; }
3838
private const string _language = "csharp";
39-
private const string _sdkVersion = "5.9.11";
39+
private const string _sdkVersion = "5.9.12";
4040
private const string _sdkGenVersion = "2.347.4";
4141
private const string _openapiDocVersion = "0.4.0 .";
42-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.11 2.347.4 0.4.0 . SpeakeasySDK";
42+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.12 2.347.4 0.4.0 . SpeakeasySDK";
4343
private string _serverUrl = "";
4444
private ISpeakeasyHttpClient _client;
4545
private Func<Security>? _securitySource;

0 commit comments

Comments
 (0)