Skip to content

Commit e8f3308

Browse files
committed
ci: regenerated with OpenAPI Doc 0.4.0 ., Speakeasy CLI 1.294.0
1 parent d320416 commit e8f3308

File tree

19 files changed

+45
-35
lines changed

19 files changed

+45
-35
lines changed

.speakeasy/gen.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: f73d2126-985b-4d69-88ee-b7c69254d8bf
33
management:
4-
docChecksum: 5dd84d4ef84bb4a4426881954f176d08
4+
docChecksum: f85cf38fea71c78f79ca43b23b176863
55
docVersion: 0.4.0 .
6-
speakeasyVersion: 1.293.1
6+
speakeasyVersion: 1.294.0
77
generationVersion: 2.333.3
8-
releaseVersion: 5.8.1
9-
configChecksum: 0cfd7d89602331c1a4791a02bd562f8b
8+
releaseVersion: 5.8.2
9+
configChecksum: b7a48a304c9b3af0077803cbbc3169db
1010
repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-csharp.git
1111
repoSubDirectory: .
1212
published: true

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,4 +648,14 @@ Based on:
648648
### Generated
649649
- [csharp v5.8.1] .
650650
### Releases
651-
- [NuGet v5.8.1] https://www.nuget.org/packages/SpeakeasySDK/5.8.1 - .
651+
- [NuGet v5.8.1] https://www.nuget.org/packages/SpeakeasySDK/5.8.1 - .
652+
653+
## 2024-05-21 00:03:27
654+
### Changes
655+
Based on:
656+
- OpenAPI Doc 0.4.0 . https://docs.speakeasyapi.dev/openapi.yaml
657+
- Speakeasy CLI 1.294.0 (2.333.3) https://github.com/speakeasy-api/speakeasy
658+
### Generated
659+
- [csharp v5.8.2] .
660+
### Releases
661+
- [NuGet v5.8.2] https://www.nuget.org/packages/SpeakeasySDK/5.8.2 - .

SpeakeasySDK/ApiEndpoints.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,10 @@ public class ApiEndpoints: IApiEndpoints
9999
{
100100
public SDKConfig SDKConfiguration { get; private set; }
101101
private const string _language = "csharp";
102-
private const string _sdkVersion = "5.8.1";
102+
private const string _sdkVersion = "5.8.2";
103103
private const string _sdkGenVersion = "2.333.3";
104104
private const string _openapiDocVersion = "0.4.0 .";
105-
private const string _userAgent = "speakeasy-sdk/csharp 5.8.1 2.333.3 0.4.0 . SpeakeasySDK";
105+
private const string _userAgent = "speakeasy-sdk/csharp 5.8.2 2.333.3 0.4.0 . SpeakeasySDK";
106106
private string _serverUrl = "";
107107
private ISpeakeasyHttpClient _defaultClient;
108108
private Func<Security>? _securitySource;

SpeakeasySDK/Apis.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@ public class Apis: IApis
9595
{
9696
public SDKConfig SDKConfiguration { get; private set; }
9797
private const string _language = "csharp";
98-
private const string _sdkVersion = "5.8.1";
98+
private const string _sdkVersion = "5.8.2";
9999
private const string _sdkGenVersion = "2.333.3";
100100
private const string _openapiDocVersion = "0.4.0 .";
101-
private const string _userAgent = "speakeasy-sdk/csharp 5.8.1 2.333.3 0.4.0 . SpeakeasySDK";
101+
private const string _userAgent = "speakeasy-sdk/csharp 5.8.2 2.333.3 0.4.0 . SpeakeasySDK";
102102
private string _serverUrl = "";
103103
private ISpeakeasyHttpClient _defaultClient;
104104
private Func<Security>? _securitySource;

SpeakeasySDK/Artifacts.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ public class Artifacts: IArtifacts
5858
{
5959
public SDKConfig SDKConfiguration { get; private set; }
6060
private const string _language = "csharp";
61-
private const string _sdkVersion = "5.8.1";
61+
private const string _sdkVersion = "5.8.2";
6262
private const string _sdkGenVersion = "2.333.3";
6363
private const string _openapiDocVersion = "0.4.0 .";
64-
private const string _userAgent = "speakeasy-sdk/csharp 5.8.1 2.333.3 0.4.0 . SpeakeasySDK";
64+
private const string _userAgent = "speakeasy-sdk/csharp 5.8.2 2.333.3 0.4.0 . SpeakeasySDK";
6565
private string _serverUrl = "";
6666
private ISpeakeasyHttpClient _defaultClient;
6767
private Func<Security>? _securitySource;

SpeakeasySDK/Auth.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ public class Auth: IAuth
6161
{
6262
public SDKConfig SDKConfiguration { get; private set; }
6363
private const string _language = "csharp";
64-
private const string _sdkVersion = "5.8.1";
64+
private const string _sdkVersion = "5.8.2";
6565
private const string _sdkGenVersion = "2.333.3";
6666
private const string _openapiDocVersion = "0.4.0 .";
67-
private const string _userAgent = "speakeasy-sdk/csharp 5.8.1 2.333.3 0.4.0 . SpeakeasySDK";
67+
private const string _userAgent = "speakeasy-sdk/csharp 5.8.2 2.333.3 0.4.0 . SpeakeasySDK";
6868
private string _serverUrl = "";
6969
private ISpeakeasyHttpClient _defaultClient;
7070
private Func<Security>? _securitySource;

SpeakeasySDK/Embeds.cs

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

SpeakeasySDK/Events.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ public class Events: IEvents
6161
{
6262
public SDKConfig SDKConfiguration { get; private set; }
6363
private const string _language = "csharp";
64-
private const string _sdkVersion = "5.8.1";
64+
private const string _sdkVersion = "5.8.2";
6565
private const string _sdkGenVersion = "2.333.3";
6666
private const string _openapiDocVersion = "0.4.0 .";
67-
private const string _userAgent = "speakeasy-sdk/csharp 5.8.1 2.333.3 0.4.0 . SpeakeasySDK";
67+
private const string _userAgent = "speakeasy-sdk/csharp 5.8.2 2.333.3 0.4.0 . SpeakeasySDK";
6868
private string _serverUrl = "";
6969
private ISpeakeasyHttpClient _defaultClient;
7070
private Func<Security>? _securitySource;

SpeakeasySDK/Github.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ public class Github: IGithub
3434
{
3535
public SDKConfig SDKConfiguration { get; private set; }
3636
private const string _language = "csharp";
37-
private const string _sdkVersion = "5.8.1";
37+
private const string _sdkVersion = "5.8.2";
3838
private const string _sdkGenVersion = "2.333.3";
3939
private const string _openapiDocVersion = "0.4.0 .";
40-
private const string _userAgent = "speakeasy-sdk/csharp 5.8.1 2.333.3 0.4.0 . SpeakeasySDK";
40+
private const string _userAgent = "speakeasy-sdk/csharp 5.8.2 2.333.3 0.4.0 . SpeakeasySDK";
4141
private string _serverUrl = "";
4242
private ISpeakeasyHttpClient _defaultClient;
4343
private Func<Security>? _securitySource;

SpeakeasySDK/Metadata.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ public class Metadata: IMetadata
5252
{
5353
public SDKConfig SDKConfiguration { get; private set; }
5454
private const string _language = "csharp";
55-
private const string _sdkVersion = "5.8.1";
55+
private const string _sdkVersion = "5.8.2";
5656
private const string _sdkGenVersion = "2.333.3";
5757
private const string _openapiDocVersion = "0.4.0 .";
58-
private const string _userAgent = "speakeasy-sdk/csharp 5.8.1 2.333.3 0.4.0 . SpeakeasySDK";
58+
private const string _userAgent = "speakeasy-sdk/csharp 5.8.2 2.333.3 0.4.0 . SpeakeasySDK";
5959
private string _serverUrl = "";
6060
private ISpeakeasyHttpClient _defaultClient;
6161
private Func<Security>? _securitySource;

0 commit comments

Comments
 (0)