Skip to content

Commit 86d0ca8

Browse files
committed
ci: regenerated with OpenAPI Doc 0.3.0, Speakeay CLI 1.101.0
1 parent aa96b91 commit 86d0ca8

File tree

18 files changed

+137
-127
lines changed

18 files changed

+137
-127
lines changed

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,4 +288,14 @@ Based on:
288288
### Generated
289289
- [csharp v1.16.3] .
290290
### Releases
291-
- [NuGet v1.16.3] https://www.nuget.org/packages/SpeakeasySDK/1.16.3 - .
291+
- [NuGet v1.16.3] https://www.nuget.org/packages/SpeakeasySDK/1.16.3 - .
292+
293+
## 2023-10-18 00:03:10
294+
### Changes
295+
Based on:
296+
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
297+
- Speakeasy CLI 1.101.0 (2.161.0) https://github.com/speakeasy-api/speakeasy
298+
### Generated
299+
- [csharp v1.16.4] .
300+
### Releases
301+
- [NuGet v1.16.4] https://www.nuget.org/packages/SpeakeasySDK/1.16.4 - .

Speakeasy/ApiEndpoints.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ public class ApiEndpointsSDK: IApiEndpointsSDK
9696
{
9797
public SDKConfig Config { get; private set; }
9898
private const string _language = "csharp";
99-
private const string _sdkVersion = "1.16.3";
100-
private const string _sdkGenVersion = "2.155.1";
99+
private const string _sdkVersion = "1.16.4";
100+
private const string _sdkGenVersion = "2.161.0";
101101
private const string _openapiDocVersion = "0.3.0";
102-
private const string _userAgent = "speakeasy-sdk/csharp 1.16.3 2.155.1 0.3.0 SpeakeasySDK";
102+
private const string _userAgent = "speakeasy-sdk/csharp 1.16.4 2.161.0 0.3.0 SpeakeasySDK";
103103
private string _serverUrl = "";
104104
private ISpeakeasyHttpClient _defaultClient;
105105
private ISpeakeasyHttpClient _securityClient;

Speakeasy/Apis.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@ public class ApisSDK: IApisSDK
9292
{
9393
public SDKConfig Config { get; private set; }
9494
private const string _language = "csharp";
95-
private const string _sdkVersion = "1.16.3";
96-
private const string _sdkGenVersion = "2.155.1";
95+
private const string _sdkVersion = "1.16.4";
96+
private const string _sdkGenVersion = "2.161.0";
9797
private const string _openapiDocVersion = "0.3.0";
98-
private const string _userAgent = "speakeasy-sdk/csharp 1.16.3 2.155.1 0.3.0 SpeakeasySDK";
98+
private const string _userAgent = "speakeasy-sdk/csharp 1.16.4 2.161.0 0.3.0 SpeakeasySDK";
9999
private string _serverUrl = "";
100100
private ISpeakeasyHttpClient _defaultClient;
101101
private ISpeakeasyHttpClient _securityClient;

Speakeasy/Embeds.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ public class EmbedsSDK: IEmbedsSDK
5454
{
5555
public SDKConfig Config { get; private set; }
5656
private const string _language = "csharp";
57-
private const string _sdkVersion = "1.16.3";
58-
private const string _sdkGenVersion = "2.155.1";
57+
private const string _sdkVersion = "1.16.4";
58+
private const string _sdkGenVersion = "2.161.0";
5959
private const string _openapiDocVersion = "0.3.0";
60-
private const string _userAgent = "speakeasy-sdk/csharp 1.16.3 2.155.1 0.3.0 SpeakeasySDK";
60+
private const string _userAgent = "speakeasy-sdk/csharp 1.16.4 2.161.0 0.3.0 SpeakeasySDK";
6161
private string _serverUrl = "";
6262
private ISpeakeasyHttpClient _defaultClient;
6363
private ISpeakeasyHttpClient _securityClient;

Speakeasy/Metadata.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ public class MetadataSDK: IMetadataSDK
4949
{
5050
public SDKConfig Config { get; private set; }
5151
private const string _language = "csharp";
52-
private const string _sdkVersion = "1.16.3";
53-
private const string _sdkGenVersion = "2.155.1";
52+
private const string _sdkVersion = "1.16.4";
53+
private const string _sdkGenVersion = "2.161.0";
5454
private const string _openapiDocVersion = "0.3.0";
55-
private const string _userAgent = "speakeasy-sdk/csharp 1.16.3 2.155.1 0.3.0 SpeakeasySDK";
55+
private const string _userAgent = "speakeasy-sdk/csharp 1.16.4 2.161.0 0.3.0 SpeakeasySDK";
5656
private string _serverUrl = "";
5757
private ISpeakeasyHttpClient _defaultClient;
5858
private ISpeakeasyHttpClient _securityClient;

Speakeasy/Plugins.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ public class PluginsSDK: IPluginsSDK
4949
{
5050
public SDKConfig Config { get; private set; }
5151
private const string _language = "csharp";
52-
private const string _sdkVersion = "1.16.3";
53-
private const string _sdkGenVersion = "2.155.1";
52+
private const string _sdkVersion = "1.16.4";
53+
private const string _sdkGenVersion = "2.161.0";
5454
private const string _openapiDocVersion = "0.3.0";
55-
private const string _userAgent = "speakeasy-sdk/csharp 1.16.3 2.155.1 0.3.0 SpeakeasySDK";
55+
private const string _userAgent = "speakeasy-sdk/csharp 1.16.4 2.161.0 0.3.0 SpeakeasySDK";
5656
private string _serverUrl = "";
5757
private ISpeakeasyHttpClient _defaultClient;
5858
private ISpeakeasyHttpClient _securityClient;

Speakeasy/Requests.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ public class RequestsSDK: IRequestsSDK
5959
{
6060
public SDKConfig Config { get; private set; }
6161
private const string _language = "csharp";
62-
private const string _sdkVersion = "1.16.3";
63-
private const string _sdkGenVersion = "2.155.1";
62+
private const string _sdkVersion = "1.16.4";
63+
private const string _sdkGenVersion = "2.161.0";
6464
private const string _openapiDocVersion = "0.3.0";
65-
private const string _userAgent = "speakeasy-sdk/csharp 1.16.3 2.155.1 0.3.0 SpeakeasySDK";
65+
private const string _userAgent = "speakeasy-sdk/csharp 1.16.4 2.161.0 0.3.0 SpeakeasySDK";
6666
private string _serverUrl = "";
6767
private ISpeakeasyHttpClient _defaultClient;
6868
private ISpeakeasyHttpClient _securityClient;

Speakeasy/Schemas.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ public class SchemasSDK: ISchemasSDK
9494
{
9595
public SDKConfig Config { get; private set; }
9696
private const string _language = "csharp";
97-
private const string _sdkVersion = "1.16.3";
98-
private const string _sdkGenVersion = "2.155.1";
97+
private const string _sdkVersion = "1.16.4";
98+
private const string _sdkGenVersion = "2.161.0";
9999
private const string _openapiDocVersion = "0.3.0";
100-
private const string _userAgent = "speakeasy-sdk/csharp 1.16.3 2.155.1 0.3.0 SpeakeasySDK";
100+
private const string _userAgent = "speakeasy-sdk/csharp 1.16.4 2.161.0 0.3.0 SpeakeasySDK";
101101
private string _serverUrl = "";
102102
private ISpeakeasyHttpClient _defaultClient;
103103
private ISpeakeasyHttpClient _securityClient;

Speakeasy/Speakeasy.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<IsPackable>true</IsPackable>
44
<PackageId>SpeakeasySDK</PackageId>
5-
<Version>1.16.3</Version>
5+
<Version>1.16.4</Version>
66
<Authors>Speakeasy</Authors>
77
<TargetFramework>net5.0</TargetFramework>
88
<Nullable>enable</Nullable>

Speakeasy/SpeakeasySDK.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ public class SpeakeasySDK: ISpeakeasySDK
8686
};
8787

8888
private const string _language = "csharp";
89-
private const string _sdkVersion = "1.16.3";
90-
private const string _sdkGenVersion = "2.155.1";
89+
private const string _sdkVersion = "1.16.4";
90+
private const string _sdkGenVersion = "2.161.0";
9191
private const string _openapiDocVersion = "0.3.0";
92-
private const string _userAgent = "speakeasy-sdk/csharp 1.16.3 2.155.1 0.3.0 SpeakeasySDK";
92+
private const string _userAgent = "speakeasy-sdk/csharp 1.16.4 2.161.0 0.3.0 SpeakeasySDK";
9393
private string _serverUrl = "";
9494
private ISpeakeasyHttpClient _defaultClient;
9595
private ISpeakeasyHttpClient _securityClient;

docs/sdks/apiendpoints/README.md

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ var sdk = new SpeakeasySDK(
3434
);
3535

3636
var res = await sdk.ApiEndpoints.DeleteApiEndpointAsync(new DeleteApiEndpointRequest() {
37-
ApiEndpointID = "bus Gasoline Southwest",
38-
ApiID = "candela",
39-
VersionID = "indexing maxime bypassing",
37+
ApiEndpointID = "blue",
38+
ApiID = "Gasoline",
39+
VersionID = "Southwest",
4040
});
4141

4242
// handle response
@@ -73,9 +73,9 @@ var sdk = new SpeakeasySDK(
7373
);
7474

7575
var res = await sdk.ApiEndpoints.FindApiEndpointAsync(new FindApiEndpointRequest() {
76-
ApiID = "insignificant",
77-
DisplayName = "payment",
78-
VersionID = "Highland North Awesome",
76+
ApiID = "Cotton",
77+
DisplayName = "Chief",
78+
VersionID = "Wooden",
7979
});
8080

8181
// handle response
@@ -112,9 +112,9 @@ var sdk = new SpeakeasySDK(
112112
);
113113

114114
var res = await sdk.ApiEndpoints.GenerateOpenApiSpecForApiEndpointAsync(new GenerateOpenApiSpecForApiEndpointRequest() {
115-
ApiEndpointID = "Tactics ew explicabo",
116-
ApiID = "gray act",
117-
VersionID = "bah",
115+
ApiEndpointID = "Mazda",
116+
ApiID = "web",
117+
VersionID = "explicabo",
118118
});
119119

120120
// handle response
@@ -150,9 +150,9 @@ var sdk = new SpeakeasySDK(
150150
);
151151

152152
var res = await sdk.ApiEndpoints.GeneratePostmanCollectionForApiEndpointAsync(new GeneratePostmanCollectionForApiEndpointRequest() {
153-
ApiEndpointID = "silver Bronze Outdoors",
154-
ApiID = "Virtual admirable Southeast",
155-
VersionID = "Northeast Bicycle mark",
153+
ApiEndpointID = "indigo",
154+
ApiID = "barring",
155+
VersionID = "Senior",
156156
});
157157

158158
// handle response
@@ -188,7 +188,7 @@ var sdk = new SpeakeasySDK(
188188
);
189189

190190
var res = await sdk.ApiEndpoints.GetAllApiEndpointsAsync(new GetAllApiEndpointsRequest() {
191-
ApiID = "Director JSON candela",
191+
ApiID = "unless",
192192
});
193193

194194
// handle response
@@ -224,8 +224,8 @@ var sdk = new SpeakeasySDK(
224224
);
225225

226226
var res = await sdk.ApiEndpoints.GetAllForVersionApiEndpointsAsync(new GetAllForVersionApiEndpointsRequest() {
227-
ApiID = "THX Tuna sparkling",
228-
VersionID = "Assurance",
227+
ApiID = "now",
228+
VersionID = "Diesel",
229229
});
230230

231231
// handle response
@@ -261,9 +261,9 @@ var sdk = new SpeakeasySDK(
261261
);
262262

263263
var res = await sdk.ApiEndpoints.GetApiEndpointAsync(new GetApiEndpointRequest() {
264-
ApiEndpointID = "Optimized male SSD",
265-
ApiID = "Soul Land",
266-
VersionID = "Androgyne Hydrogen",
264+
ApiEndpointID = "flog",
265+
ApiID = "synthesize",
266+
VersionID = "Barium",
267267
});
268268

269269
// handle response
@@ -300,16 +300,16 @@ var sdk = new SpeakeasySDK(
300300

301301
var res = await sdk.ApiEndpoints.UpsertApiEndpointAsync(new UpsertApiEndpointRequest() {
302302
ApiEndpointInput = new ApiEndpointInput() {
303-
ApiEndpointId = "Convertible Turner Cotton",
304-
Description = "Triple-buffered optimal methodology",
305-
DisplayName = "Langosh Northwest Mabelle",
306-
Method = "South",
307-
Path = "/rescue",
308-
VersionId = "East Land viral",
303+
ApiEndpointId = "Facilitator",
304+
Description = "Cross-group bottom-line productivity",
305+
DisplayName = "nor",
306+
Method = "Northwest",
307+
Path = "/private",
308+
VersionId = "what",
309309
},
310-
ApiEndpointID = "Electric Operations systems",
311-
ApiID = "Operations East Unbranded",
312-
VersionID = "parsing Convertible",
310+
ApiEndpointID = "Trans",
311+
ApiID = "Kia",
312+
VersionID = "Electronic",
313313
});
314314

315315
// handle response

docs/sdks/apis/README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ var sdk = new SpeakeasySDK(
3232
);
3333

3434
var res = await sdk.Apis.DeleteApiAsync(new DeleteApiRequest() {
35-
ApiID = "Applications Mercedes fuchsia",
36-
VersionID = "Conroe",
35+
ApiID = "plaintive",
36+
VersionID = "THX",
3737
});
3838

3939
// handle response
@@ -70,8 +70,8 @@ var sdk = new SpeakeasySDK(
7070
);
7171

7272
var res = await sdk.Apis.GenerateOpenApiSpecAsync(new GenerateOpenApiSpecRequest() {
73-
ApiID = "frictionless District South",
74-
VersionID = "West Global",
73+
ApiID = "fixed",
74+
VersionID = "bandwidth",
7575
});
7676

7777
// handle response
@@ -107,8 +107,8 @@ var sdk = new SpeakeasySDK(
107107
);
108108

109109
var res = await sdk.Apis.GeneratePostmanCollectionAsync(new GeneratePostmanCollectionRequest() {
110-
ApiID = "extend Security",
111-
VersionID = "reconfirm",
110+
ApiID = "Paradigm",
111+
VersionID = "olive",
112112
});
113113

114114
// handle response
@@ -145,10 +145,10 @@ var sdk = new SpeakeasySDK(
145145
);
146146

147147
var res = await sdk.Apis.GetAllApiVersionsAsync(new GetAllApiVersionsRequest() {
148-
ApiID = "yum Rustic Berkshire",
148+
ApiID = "azure",
149149
Metadata = new Dictionary<string, List<string>>() {
150-
{ "Dodge", new List<string>() {
151-
"Salad",
150+
{ "enhance", new List<string>() {
151+
"Garrison",
152152
} },
153153
},
154154
Op = new GetAllApiVersionsOp() {
@@ -235,16 +235,16 @@ var sdk = new SpeakeasySDK(
235235

236236
var res = await sdk.Apis.UpsertApiAsync(new UpsertApiRequest() {
237237
ApiInput = new ApiInput() {
238-
ApiId = "Martinique redefine Garland",
239-
Description = "Balanced 24/7 utilisation",
238+
ApiId = "Van",
239+
Description = "Front-line zero defect algorithm",
240240
MetaData = new Dictionary<string, List<string>>() {
241-
{ "pixel", new List<string>() {
242-
"Buckinghamshire",
241+
{ "Balanced", new List<string>() {
242+
"West",
243243
} },
244244
},
245-
VersionId = "Forward",
245+
VersionId = "pixel",
246246
},
247-
ApiID = "Facilitator",
247+
ApiID = "Buckinghamshire",
248248
});
249249

250250
// handle response

docs/sdks/embeds/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ var res = await sdk.Embeds.GetEmbedAccessTokenAsync(new GetEmbedAccessTokenReque
3434
Filters = new List<Filter>() {
3535
new Filter() {
3636
Key = "<key>",
37-
Operator = "Northeast compress Account",
38-
Value = "unless to frame",
37+
Operator = "along",
38+
Value = "quos",
3939
},
4040
},
41-
Limit = 792058,
42-
Offset = 425010,
43-
Operator = "kilogram innovative Virginia",
41+
Limit = 263313,
42+
Offset = 411277,
43+
Operator = "male",
4444
},
4545
});
4646

@@ -104,7 +104,7 @@ var sdk = new SpeakeasySDK(
104104
);
105105

106106
var res = await sdk.Embeds.RevokeEmbedAccessTokenAsync(new RevokeEmbedAccessTokenRequest() {
107-
TokenID = "Small",
107+
TokenID = "Ball",
108108
});
109109

110110
// handle response

docs/sdks/metadata/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ var sdk = new SpeakeasySDK(
2929
);
3030

3131
var res = await sdk.Metadata.DeleteVersionMetadataAsync(new DeleteVersionMetadataRequest() {
32-
ApiID = "East static North",
33-
MetaKey = "veniam",
34-
MetaValue = "cocoa",
35-
VersionID = "deposit",
32+
ApiID = "Hydrogen",
33+
MetaKey = "Cargo",
34+
MetaValue = "Minnetonka",
35+
VersionID = "communities",
3636
});
3737

3838
// handle response
@@ -68,8 +68,8 @@ var sdk = new SpeakeasySDK(
6868
);
6969

7070
var res = await sdk.Metadata.GetVersionMetadataAsync(new GetVersionMetadataRequest() {
71-
ApiID = "Games",
72-
VersionID = "Centralized cyan",
71+
ApiID = "Bronze",
72+
VersionID = "Buckinghamshire",
7373
});
7474

7575
// handle response
@@ -106,11 +106,11 @@ var sdk = new SpeakeasySDK(
106106

107107
var res = await sdk.Metadata.InsertVersionMetadataAsync(new InsertVersionMetadataRequest() {
108108
VersionMetadataInput = new VersionMetadataInput() {
109-
MetaKey = "calculating",
110-
MetaValue = "Bedfordshire",
109+
MetaKey = "Borders",
110+
MetaValue = "Potassium",
111111
},
112-
ApiID = "West Northeast",
113-
VersionID = "candela",
112+
ApiID = "Bedfordshire",
113+
VersionID = "Dram",
114114
});
115115

116116
// handle response

0 commit comments

Comments
 (0)