Skip to content

Commit af12860

Browse files
committed
ci: regenerated with OpenAPI Doc 0.4.0, Speakeasy CLI 1.178.0
1 parent 2a0f333 commit af12860

File tree

16 files changed

+34
-90
lines changed

16 files changed

+34
-90
lines changed

.speakeasy/gen.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ management:
44
docChecksum: 557634d4bb5964b949ae70f79f40d856
55
docVersion: 0.4.0
66
speakeasyVersion: internal
7-
generationVersion: 2.250.22
7+
generationVersion: 2.253.0
88
releaseVersion: 5.0.1
99
configChecksum: f1970ed44322201d4ca3e80f2cc82268
1010
repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-csharp.git

README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,7 @@ var sdk = new Speakeasy(
2727
},
2828
workspaceID: "string");
2929

30-
GetApisRequest req = new GetApisRequest() {
31-
Metadata = new Dictionary<string, List<string>>() {
32-
{ "key", new List<string>() {
33-
"string",
34-
} },
35-
},
36-
Op = new QueryParamOp() {
37-
And = false,
38-
},
39-
};
30+
GetApisRequest req = new GetApisRequest() {};
4031

4132
var res = await sdk.Apis.GetApisAsync(req);
4233

RELEASES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,4 +428,14 @@ Based on:
428428
### Generated
429429
- [csharp v5.0.1] .
430430
### Releases
431+
- [NuGet v5.0.1] https://www.nuget.org/packages/SpeakeasySDK/5.0.1 - .
432+
433+
## 2024-02-13 00:03:41
434+
### Changes
435+
Based on:
436+
- OpenAPI Doc 0.4.0 https://docs.speakeasyapi.dev/openapi.yaml
437+
- Speakeasy CLI 1.178.0 (2.253.0) https://github.com/speakeasy-api/speakeasy
438+
### Generated
439+
- [csharp v5.0.1] .
440+
### Releases
431441
- [NuGet v5.0.1] https://www.nuget.org/packages/SpeakeasySDK/5.0.1 - .

SpeakeasySDK/ApiEndpoints.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ public class ApiEndpoints: IApiEndpoints
9797
public SDKConfig SDKConfiguration { get; private set; }
9898
private const string _language = "csharp";
9999
private const string _sdkVersion = "5.0.1";
100-
private const string _sdkGenVersion = "2.250.22";
100+
private const string _sdkGenVersion = "2.253.0";
101101
private const string _openapiDocVersion = "0.4.0";
102-
private const string _userAgent = "speakeasy-sdk/csharp 5.0.1 2.250.22 0.4.0 SpeakeasySDK";
102+
private const string _userAgent = "speakeasy-sdk/csharp 5.0.1 2.253.0 0.4.0 SpeakeasySDK";
103103
private string _serverUrl = "";
104104
private ISpeakeasyHttpClient _defaultClient;
105105
private Func<Security>? _securitySource;

SpeakeasySDK/Apis.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ public class Apis: IApis
9393
public SDKConfig SDKConfiguration { get; private set; }
9494
private const string _language = "csharp";
9595
private const string _sdkVersion = "5.0.1";
96-
private const string _sdkGenVersion = "2.250.22";
96+
private const string _sdkGenVersion = "2.253.0";
9797
private const string _openapiDocVersion = "0.4.0";
98-
private const string _userAgent = "speakeasy-sdk/csharp 5.0.1 2.250.22 0.4.0 SpeakeasySDK";
98+
private const string _userAgent = "speakeasy-sdk/csharp 5.0.1 2.253.0 0.4.0 SpeakeasySDK";
9999
private string _serverUrl = "";
100100
private ISpeakeasyHttpClient _defaultClient;
101101
private Func<Security>? _securitySource;

SpeakeasySDK/Auth.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ public class Auth: IAuth
3838
public SDKConfig SDKConfiguration { get; private set; }
3939
private const string _language = "csharp";
4040
private const string _sdkVersion = "5.0.1";
41-
private const string _sdkGenVersion = "2.250.22";
41+
private const string _sdkGenVersion = "2.253.0";
4242
private const string _openapiDocVersion = "0.4.0";
43-
private const string _userAgent = "speakeasy-sdk/csharp 5.0.1 2.250.22 0.4.0 SpeakeasySDK";
43+
private const string _userAgent = "speakeasy-sdk/csharp 5.0.1 2.253.0 0.4.0 SpeakeasySDK";
4444
private string _serverUrl = "";
4545
private ISpeakeasyHttpClient _defaultClient;
4646
private Func<Security>? _securitySource;

SpeakeasySDK/Embeds.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ public class Embeds: IEmbeds
5555
public SDKConfig SDKConfiguration { get; private set; }
5656
private const string _language = "csharp";
5757
private const string _sdkVersion = "5.0.1";
58-
private const string _sdkGenVersion = "2.250.22";
58+
private const string _sdkGenVersion = "2.253.0";
5959
private const string _openapiDocVersion = "0.4.0";
60-
private const string _userAgent = "speakeasy-sdk/csharp 5.0.1 2.250.22 0.4.0 SpeakeasySDK";
60+
private const string _userAgent = "speakeasy-sdk/csharp 5.0.1 2.253.0 0.4.0 SpeakeasySDK";
6161
private string _serverUrl = "";
6262
private ISpeakeasyHttpClient _defaultClient;
6363
private Func<Security>? _securitySource;

SpeakeasySDK/Events.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ public class Events: IEvents
4343
public SDKConfig SDKConfiguration { get; private set; }
4444
private const string _language = "csharp";
4545
private const string _sdkVersion = "5.0.1";
46-
private const string _sdkGenVersion = "2.250.22";
46+
private const string _sdkGenVersion = "2.253.0";
4747
private const string _openapiDocVersion = "0.4.0";
48-
private const string _userAgent = "speakeasy-sdk/csharp 5.0.1 2.250.22 0.4.0 SpeakeasySDK";
48+
private const string _userAgent = "speakeasy-sdk/csharp 5.0.1 2.253.0 0.4.0 SpeakeasySDK";
4949
private string _serverUrl = "";
5050
private ISpeakeasyHttpClient _defaultClient;
5151
private Func<Security>? _securitySource;

SpeakeasySDK/Metadata.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ public class Metadata: IMetadata
5050
public SDKConfig SDKConfiguration { get; private set; }
5151
private const string _language = "csharp";
5252
private const string _sdkVersion = "5.0.1";
53-
private const string _sdkGenVersion = "2.250.22";
53+
private const string _sdkGenVersion = "2.253.0";
5454
private const string _openapiDocVersion = "0.4.0";
55-
private const string _userAgent = "speakeasy-sdk/csharp 5.0.1 2.250.22 0.4.0 SpeakeasySDK";
55+
private const string _userAgent = "speakeasy-sdk/csharp 5.0.1 2.253.0 0.4.0 SpeakeasySDK";
5656
private string _serverUrl = "";
5757
private ISpeakeasyHttpClient _defaultClient;
5858
private Func<Security>? _securitySource;

SpeakeasySDK/Requests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ public class Requests: IRequests
6060
public SDKConfig SDKConfiguration { get; private set; }
6161
private const string _language = "csharp";
6262
private const string _sdkVersion = "5.0.1";
63-
private const string _sdkGenVersion = "2.250.22";
63+
private const string _sdkGenVersion = "2.253.0";
6464
private const string _openapiDocVersion = "0.4.0";
65-
private const string _userAgent = "speakeasy-sdk/csharp 5.0.1 2.250.22 0.4.0 SpeakeasySDK";
65+
private const string _userAgent = "speakeasy-sdk/csharp 5.0.1 2.253.0 0.4.0 SpeakeasySDK";
6666
private string _serverUrl = "";
6767
private ISpeakeasyHttpClient _defaultClient;
6868
private Func<Security>? _securitySource;

0 commit comments

Comments
 (0)