Skip to content

Commit 73473e1

Browse files
committed
ci: regenerated with OpenAPI Doc 0.4.0 ., Speakeasy CLI 1.300.1
1 parent d08725f commit 73473e1

18 files changed

+60
-50
lines changed

.speakeasy/gen.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ id: f73d2126-985b-4d69-88ee-b7c69254d8bf
33
management:
44
docChecksum: 9531c94b3e2fdcb61add911e4d5d1b28
55
docVersion: 0.4.0 .
6-
speakeasyVersion: 1.299.6
7-
generationVersion: 2.338.12
8-
releaseVersion: 5.9.2
9-
configChecksum: 0242e97e2d37375d214e4cf66c3ce062
6+
speakeasyVersion: 1.300.1
7+
generationVersion: 2.339.1
8+
releaseVersion: 5.9.3
9+
configChecksum: f4b55564817d04155699f9166432d2a5
1010
repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-csharp.git
1111
repoSubDirectory: .
1212
published: true
1313
features:
1414
csharp:
1515
additionalDependencies: 0.1.0
16-
core: 3.9.3
16+
core: 3.9.4
1717
deprecations: 2.81.2
1818
examples: 2.81.3
1919
globalSecurity: 2.83.4

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,4 +698,14 @@ Based on:
698698
### Generated
699699
- [csharp v5.9.2] .
700700
### Releases
701-
- [NuGet v5.9.2] https://www.nuget.org/packages/SpeakeasySDK/5.9.2 - .
701+
- [NuGet v5.9.2] https://www.nuget.org/packages/SpeakeasySDK/5.9.2 - .
702+
703+
## 2024-06-07 00:50:57
704+
### Changes
705+
Based on:
706+
- OpenAPI Doc 0.4.0 . https://docs.speakeasyapi.dev/openapi.yaml
707+
- Speakeasy CLI 1.300.1 (2.339.1) https://github.com/speakeasy-api/speakeasy
708+
### Generated
709+
- [csharp v5.9.3] .
710+
### Releases
711+
- [NuGet v5.9.3] https://www.nuget.org/packages/SpeakeasySDK/5.9.3 - .

SpeakeasySDK/ApiEndpoints.cs

Lines changed: 3 additions & 3 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.2";
102-
private const string _sdkGenVersion = "2.338.12";
101+
private const string _sdkVersion = "5.9.3";
102+
private const string _sdkGenVersion = "2.339.1";
103103
private const string _openapiDocVersion = "0.4.0 .";
104-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.2 2.338.12 0.4.0 . SpeakeasySDK";
104+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.3 2.339.1 0.4.0 . SpeakeasySDK";
105105
private string _serverUrl = "";
106106
private ISpeakeasyHttpClient _client;
107107
private Func<Security>? _securitySource;

SpeakeasySDK/Apis.cs

Lines changed: 3 additions & 3 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.2";
98-
private const string _sdkGenVersion = "2.338.12";
97+
private const string _sdkVersion = "5.9.3";
98+
private const string _sdkGenVersion = "2.339.1";
9999
private const string _openapiDocVersion = "0.4.0 .";
100-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.2 2.338.12 0.4.0 . SpeakeasySDK";
100+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.3 2.339.1 0.4.0 . SpeakeasySDK";
101101
private string _serverUrl = "";
102102
private ISpeakeasyHttpClient _client;
103103
private Func<Security>? _securitySource;

SpeakeasySDK/Artifacts.cs

Lines changed: 3 additions & 3 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.2";
61-
private const string _sdkGenVersion = "2.338.12";
60+
private const string _sdkVersion = "5.9.3";
61+
private const string _sdkGenVersion = "2.339.1";
6262
private const string _openapiDocVersion = "0.4.0 .";
63-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.2 2.338.12 0.4.0 . SpeakeasySDK";
63+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.3 2.339.1 0.4.0 . SpeakeasySDK";
6464
private string _serverUrl = "";
6565
private ISpeakeasyHttpClient _client;
6666
private Func<Security>? _securitySource;

SpeakeasySDK/Auth.cs

Lines changed: 3 additions & 3 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.2";
64-
private const string _sdkGenVersion = "2.338.12";
63+
private const string _sdkVersion = "5.9.3";
64+
private const string _sdkGenVersion = "2.339.1";
6565
private const string _openapiDocVersion = "0.4.0 .";
66-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.2 2.338.12 0.4.0 . SpeakeasySDK";
66+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.3 2.339.1 0.4.0 . SpeakeasySDK";
6767
private string _serverUrl = "";
6868
private ISpeakeasyHttpClient _client;
6969
private Func<Security>? _securitySource;

SpeakeasySDK/Embeds.cs

Lines changed: 3 additions & 3 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.2";
60-
private const string _sdkGenVersion = "2.338.12";
59+
private const string _sdkVersion = "5.9.3";
60+
private const string _sdkGenVersion = "2.339.1";
6161
private const string _openapiDocVersion = "0.4.0 .";
62-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.2 2.338.12 0.4.0 . SpeakeasySDK";
62+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.3 2.339.1 0.4.0 . SpeakeasySDK";
6363
private string _serverUrl = "";
6464
private ISpeakeasyHttpClient _client;
6565
private Func<Security>? _securitySource;

SpeakeasySDK/Events.cs

Lines changed: 3 additions & 3 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.2";
64-
private const string _sdkGenVersion = "2.338.12";
63+
private const string _sdkVersion = "5.9.3";
64+
private const string _sdkGenVersion = "2.339.1";
6565
private const string _openapiDocVersion = "0.4.0 .";
66-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.2 2.338.12 0.4.0 . SpeakeasySDK";
66+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.3 2.339.1 0.4.0 . SpeakeasySDK";
6767
private string _serverUrl = "";
6868
private ISpeakeasyHttpClient _client;
6969
private Func<Security>? _securitySource;

SpeakeasySDK/Github.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ public class Github: IGithub
3333
{
3434
public SDKConfig SDKConfiguration { get; private set; }
3535
private const string _language = "csharp";
36-
private const string _sdkVersion = "5.9.2";
37-
private const string _sdkGenVersion = "2.338.12";
36+
private const string _sdkVersion = "5.9.3";
37+
private const string _sdkGenVersion = "2.339.1";
3838
private const string _openapiDocVersion = "0.4.0 .";
39-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.2 2.338.12 0.4.0 . SpeakeasySDK";
39+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.3 2.339.1 0.4.0 . SpeakeasySDK";
4040
private string _serverUrl = "";
4141
private ISpeakeasyHttpClient _client;
4242
private Func<Security>? _securitySource;

SpeakeasySDK/Metadata.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ public class Metadata: IMetadata
5151
{
5252
public SDKConfig SDKConfiguration { get; private set; }
5353
private const string _language = "csharp";
54-
private const string _sdkVersion = "5.9.2";
55-
private const string _sdkGenVersion = "2.338.12";
54+
private const string _sdkVersion = "5.9.3";
55+
private const string _sdkGenVersion = "2.339.1";
5656
private const string _openapiDocVersion = "0.4.0 .";
57-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.2 2.338.12 0.4.0 . SpeakeasySDK";
57+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.3 2.339.1 0.4.0 . SpeakeasySDK";
5858
private string _serverUrl = "";
5959
private ISpeakeasyHttpClient _client;
6060
private Func<Security>? _securitySource;

0 commit comments

Comments
 (0)