File tree Expand file tree Collapse file tree 16 files changed +34
-90
lines changed Expand file tree Collapse file tree 16 files changed +34
-90
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ management:
4
4
docChecksum: 557634d4bb5964b949ae70f79f40d856
5
5
docVersion: 0.4.0
6
6
speakeasyVersion: internal
7
- generationVersion: 2.250.22
7
+ generationVersion: 2.253.0
8
8
releaseVersion: 5.0.1
9
9
configChecksum: f1970ed44322201d4ca3e80f2cc82268
10
10
repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-csharp.git
Original file line number Diff line number Diff line change @@ -27,16 +27,7 @@ var sdk = new Speakeasy(
27
27
},
28
28
workspaceID : " string" );
29
29
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 () {};
40
31
41
32
var res = await sdk .Apis .GetApisAsync (req );
42
33
Original file line number Diff line number Diff line change @@ -428,4 +428,14 @@ Based on:
428
428
### Generated
429
429
- [ csharp v5.0.1] .
430
430
### 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
431
441
- [ NuGet v5.0.1] https://www.nuget.org/packages/SpeakeasySDK/5.0.1 - .
Original file line number Diff line number Diff line change @@ -97,9 +97,9 @@ public class ApiEndpoints: IApiEndpoints
97
97
public SDKConfig SDKConfiguration { get ; private set ; }
98
98
private const string _language = "csharp" ;
99
99
private const string _sdkVersion = "5.0.1" ;
100
- private const string _sdkGenVersion = "2.250.22 " ;
100
+ private const string _sdkGenVersion = "2.253.0 " ;
101
101
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" ;
103
103
private string _serverUrl = "" ;
104
104
private ISpeakeasyHttpClient _defaultClient ;
105
105
private Func < Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -93,9 +93,9 @@ public class Apis: IApis
93
93
public SDKConfig SDKConfiguration { get ; private set ; }
94
94
private const string _language = "csharp" ;
95
95
private const string _sdkVersion = "5.0.1" ;
96
- private const string _sdkGenVersion = "2.250.22 " ;
96
+ private const string _sdkGenVersion = "2.253.0 " ;
97
97
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" ;
99
99
private string _serverUrl = "" ;
100
100
private ISpeakeasyHttpClient _defaultClient ;
101
101
private Func < Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -38,9 +38,9 @@ public class Auth: IAuth
38
38
public SDKConfig SDKConfiguration { get ; private set ; }
39
39
private const string _language = "csharp" ;
40
40
private const string _sdkVersion = "5.0.1" ;
41
- private const string _sdkGenVersion = "2.250.22 " ;
41
+ private const string _sdkGenVersion = "2.253.0 " ;
42
42
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" ;
44
44
private string _serverUrl = "" ;
45
45
private ISpeakeasyHttpClient _defaultClient ;
46
46
private Func < Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -55,9 +55,9 @@ public class Embeds: IEmbeds
55
55
public SDKConfig SDKConfiguration { get ; private set ; }
56
56
private const string _language = "csharp" ;
57
57
private const string _sdkVersion = "5.0.1" ;
58
- private const string _sdkGenVersion = "2.250.22 " ;
58
+ private const string _sdkGenVersion = "2.253.0 " ;
59
59
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" ;
61
61
private string _serverUrl = "" ;
62
62
private ISpeakeasyHttpClient _defaultClient ;
63
63
private Func < Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -43,9 +43,9 @@ public class Events: IEvents
43
43
public SDKConfig SDKConfiguration { get ; private set ; }
44
44
private const string _language = "csharp" ;
45
45
private const string _sdkVersion = "5.0.1" ;
46
- private const string _sdkGenVersion = "2.250.22 " ;
46
+ private const string _sdkGenVersion = "2.253.0 " ;
47
47
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" ;
49
49
private string _serverUrl = "" ;
50
50
private ISpeakeasyHttpClient _defaultClient ;
51
51
private Func < Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -50,9 +50,9 @@ public class Metadata: IMetadata
50
50
public SDKConfig SDKConfiguration { get ; private set ; }
51
51
private const string _language = "csharp" ;
52
52
private const string _sdkVersion = "5.0.1" ;
53
- private const string _sdkGenVersion = "2.250.22 " ;
53
+ private const string _sdkGenVersion = "2.253.0 " ;
54
54
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" ;
56
56
private string _serverUrl = "" ;
57
57
private ISpeakeasyHttpClient _defaultClient ;
58
58
private Func < Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -60,9 +60,9 @@ public class Requests: IRequests
60
60
public SDKConfig SDKConfiguration { get ; private set ; }
61
61
private const string _language = "csharp" ;
62
62
private const string _sdkVersion = "5.0.1" ;
63
- private const string _sdkGenVersion = "2.250.22 " ;
63
+ private const string _sdkGenVersion = "2.253.0 " ;
64
64
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" ;
66
66
private string _serverUrl = "" ;
67
67
private ISpeakeasyHttpClient _defaultClient ;
68
68
private Func < Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -95,9 +95,9 @@ public class Schemas: ISchemas
95
95
public SDKConfig SDKConfiguration { get ; private set ; }
96
96
private const string _language = "csharp" ;
97
97
private const string _sdkVersion = "5.0.1" ;
98
- private const string _sdkGenVersion = "2.250.22 " ;
98
+ private const string _sdkGenVersion = "2.253.0 " ;
99
99
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" ;
101
101
private string _serverUrl = "" ;
102
102
private ISpeakeasyHttpClient _defaultClient ;
103
103
private Func < Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -108,9 +108,9 @@ public class Speakeasy: ISpeakeasy
108
108
109
109
private const string _language = "csharp" ;
110
110
private const string _sdkVersion = "5.0.1" ;
111
- private const string _sdkGenVersion = "2.250.22 " ;
111
+ private const string _sdkGenVersion = "2.253.0 " ;
112
112
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" ;
114
114
private string _serverUrl = "" ;
115
115
private ISpeakeasyHttpClient _defaultClient ;
116
116
private Func < Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -11,16 +11,7 @@ var sdk = new Speakeasy(
11
11
},
12
12
workspaceID : " string" );
13
13
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 () {};
24
15
25
16
var res = await sdk .Apis .GetApisAsync (req );
26
17
Original file line number Diff line number Diff line change @@ -153,14 +153,6 @@ var sdk = new Speakeasy(
153
153
154
154
GetAllApiVersionsRequest req = new GetAllApiVersionsRequest () {
155
155
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
- },
164
156
};
165
157
166
158
var res = await sdk .Apis .GetAllApiVersionsAsync (req );
@@ -199,16 +191,7 @@ var sdk = new Speakeasy(
199
191
},
200
192
workspaceID : " string" );
201
193
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 () {};
212
195
213
196
var res = await sdk .Apis .GetApisAsync (req );
214
197
@@ -250,11 +233,6 @@ UpsertApiRequest req = new UpsertApiRequest() {
250
233
Api = new ApiInput () {
251
234
ApiId = " string" ,
252
235
Description = " Synchronised 5th generation knowledge user" ,
253
- MetaData = new Dictionary <string , List <string >>() {
254
- { " key" , new List <string >() {
255
- " string" ,
256
- } },
257
- },
258
236
VersionId = " string" ,
259
237
},
260
238
ApiID = " string" ,
Original file line number Diff line number Diff line change @@ -30,20 +30,7 @@ var sdk = new Speakeasy(
30
30
},
31
31
workspaceID : " string" );
32
32
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 () {};
47
34
48
35
var res = await sdk .Embeds .GetEmbedAccessTokenAsync (req );
49
36
Original file line number Diff line number Diff line change @@ -107,20 +107,7 @@ var sdk = new Speakeasy(
107
107
},
108
108
workspaceID : " string" );
109
109
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 () {};
124
111
125
112
var res = await sdk .Requests .QueryEventLogAsync (req );
126
113
You can’t perform that action at this time.
0 commit comments