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;

SpeakeasySDK/Schemas.cs

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

SpeakeasySDK/Speakeasy.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ public class Speakeasy: ISpeakeasy
108108

109109
private const string _language = "csharp";
110110
private const string _sdkVersion = "5.0.1";
111-
private const string _sdkGenVersion = "2.250.22";
111+
private const string _sdkGenVersion = "2.253.0";
112112
private const string _openapiDocVersion = "0.4.0";
113-
private const string _userAgent = "speakeasy-sdk/csharp 5.0.1 2.250.22 0.4.0 SpeakeasySDK";
113+
private const string _userAgent = "speakeasy-sdk/csharp 5.0.1 2.253.0 0.4.0 SpeakeasySDK";
114114
private string _serverUrl = "";
115115
private ISpeakeasyHttpClient _defaultClient;
116116
private Func<Security>? _securitySource;

USAGE.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,7 @@ var sdk = new Speakeasy(
1111
},
1212
workspaceID: "string");
1313

14-
GetApisRequest req = new GetApisRequest() {
15-
Metadata = new Dictionary<string, List<string>>() {
16-
{ "key", new List<string>() {
17-
"string",
18-
} },
19-
},
20-
Op = new QueryParamOp() {
21-
And = false,
22-
},
23-
};
14+
GetApisRequest req = new GetApisRequest() {};
2415

2516
var res = await sdk.Apis.GetApisAsync(req);
2617

docs/sdks/apis/README.md

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -153,14 +153,6 @@ var sdk = new Speakeasy(
153153

154154
GetAllApiVersionsRequest req = new GetAllApiVersionsRequest() {
155155
ApiID = "string",
156-
Metadata = new Dictionary<string, List<string>>() {
157-
{ "key", new List<string>() {
158-
"string",
159-
} },
160-
},
161-
Op = new Op() {
162-
And = false,
163-
},
164156
};
165157

166158
var res = await sdk.Apis.GetAllApiVersionsAsync(req);
@@ -199,16 +191,7 @@ var sdk = new Speakeasy(
199191
},
200192
workspaceID: "string");
201193

202-
GetApisRequest req = new GetApisRequest() {
203-
Metadata = new Dictionary<string, List<string>>() {
204-
{ "key", new List<string>() {
205-
"string",
206-
} },
207-
},
208-
Op = new QueryParamOp() {
209-
And = false,
210-
},
211-
};
194+
GetApisRequest req = new GetApisRequest() {};
212195

213196
var res = await sdk.Apis.GetApisAsync(req);
214197

@@ -250,11 +233,6 @@ UpsertApiRequest req = new UpsertApiRequest() {
250233
Api = new ApiInput() {
251234
ApiId = "string",
252235
Description = "Synchronised 5th generation knowledge user",
253-
MetaData = new Dictionary<string, List<string>>() {
254-
{ "key", new List<string>() {
255-
"string",
256-
} },
257-
},
258236
VersionId = "string",
259237
},
260238
ApiID = "string",

docs/sdks/embeds/README.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -30,20 +30,7 @@ var sdk = new Speakeasy(
3030
},
3131
workspaceID: "string");
3232

33-
GetEmbedAccessTokenRequest req = new GetEmbedAccessTokenRequest() {
34-
Filters = new Filters() {
35-
Filters = new List<Filter>() {
36-
new Filter() {
37-
Key = "<key>",
38-
Operator = "string",
39-
Value = "string",
40-
},
41-
},
42-
Limit = 964408,
43-
Offset = 95617,
44-
Operator = "string",
45-
},
46-
};
33+
GetEmbedAccessTokenRequest req = new GetEmbedAccessTokenRequest() {};
4734

4835
var res = await sdk.Embeds.GetEmbedAccessTokenAsync(req);
4936

docs/sdks/requests/README.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -107,20 +107,7 @@ var sdk = new Speakeasy(
107107
},
108108
workspaceID: "string");
109109

110-
QueryEventLogRequest req = new QueryEventLogRequest() {
111-
Filters = new Filters() {
112-
Filters = new List<Filter>() {
113-
new Filter() {
114-
Key = "<key>",
115-
Operator = "string",
116-
Value = "string",
117-
},
118-
},
119-
Limit = 241978,
120-
Offset = 451388,
121-
Operator = "string",
122-
},
123-
};
110+
QueryEventLogRequest req = new QueryEventLogRequest() {};
124111

125112
var res = await sdk.Requests.QueryEventLogAsync(req);
126113

0 commit comments

Comments
 (0)