Skip to content

Commit f64b159

Browse files
committed
ci: regenerated with OpenAPI Doc 0.3.0, Speakeay CLI 1.92.3
1 parent 0eeee83 commit f64b159

File tree

11 files changed

+40
-30
lines changed

11 files changed

+40
-30
lines changed

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,4 +258,14 @@ Based on:
258258
### Generated
259259
- [csharp v1.16.0] .
260260
### Releases
261-
- [NuGet v1.16.0] https://www.nuget.org/packages/SpeakeasySDK/1.16.0 - .
261+
- [NuGet v1.16.0] https://www.nuget.org/packages/SpeakeasySDK/1.16.0 - .
262+
263+
## 2023-10-02 00:03:30
264+
### Changes
265+
Based on:
266+
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
267+
- Speakeasy CLI 1.92.3 (2.143.2) https://github.com/speakeasy-api/speakeasy
268+
### Generated
269+
- [csharp v1.16.1] .
270+
### Releases
271+
- [NuGet v1.16.1] https://www.nuget.org/packages/SpeakeasySDK/1.16.1 - .

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.0";
100-
private const string _sdkGenVersion = "2.142.2";
99+
private const string _sdkVersion = "1.16.1";
100+
private const string _sdkGenVersion = "2.143.2";
101101
private const string _openapiDocVersion = "0.3.0";
102-
private const string _userAgent = "speakeasy-sdk/csharp 1.16.0 2.142.2 0.3.0 SpeakeasySDK";
102+
private const string _userAgent = "speakeasy-sdk/csharp 1.16.1 2.143.2 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.0";
96-
private const string _sdkGenVersion = "2.142.2";
95+
private const string _sdkVersion = "1.16.1";
96+
private const string _sdkGenVersion = "2.143.2";
9797
private const string _openapiDocVersion = "0.3.0";
98-
private const string _userAgent = "speakeasy-sdk/csharp 1.16.0 2.142.2 0.3.0 SpeakeasySDK";
98+
private const string _userAgent = "speakeasy-sdk/csharp 1.16.1 2.143.2 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.0";
58-
private const string _sdkGenVersion = "2.142.2";
57+
private const string _sdkVersion = "1.16.1";
58+
private const string _sdkGenVersion = "2.143.2";
5959
private const string _openapiDocVersion = "0.3.0";
60-
private const string _userAgent = "speakeasy-sdk/csharp 1.16.0 2.142.2 0.3.0 SpeakeasySDK";
60+
private const string _userAgent = "speakeasy-sdk/csharp 1.16.1 2.143.2 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.0";
53-
private const string _sdkGenVersion = "2.142.2";
52+
private const string _sdkVersion = "1.16.1";
53+
private const string _sdkGenVersion = "2.143.2";
5454
private const string _openapiDocVersion = "0.3.0";
55-
private const string _userAgent = "speakeasy-sdk/csharp 1.16.0 2.142.2 0.3.0 SpeakeasySDK";
55+
private const string _userAgent = "speakeasy-sdk/csharp 1.16.1 2.143.2 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.0";
53-
private const string _sdkGenVersion = "2.142.2";
52+
private const string _sdkVersion = "1.16.1";
53+
private const string _sdkGenVersion = "2.143.2";
5454
private const string _openapiDocVersion = "0.3.0";
55-
private const string _userAgent = "speakeasy-sdk/csharp 1.16.0 2.142.2 0.3.0 SpeakeasySDK";
55+
private const string _userAgent = "speakeasy-sdk/csharp 1.16.1 2.143.2 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.0";
63-
private const string _sdkGenVersion = "2.142.2";
62+
private const string _sdkVersion = "1.16.1";
63+
private const string _sdkGenVersion = "2.143.2";
6464
private const string _openapiDocVersion = "0.3.0";
65-
private const string _userAgent = "speakeasy-sdk/csharp 1.16.0 2.142.2 0.3.0 SpeakeasySDK";
65+
private const string _userAgent = "speakeasy-sdk/csharp 1.16.1 2.143.2 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.0";
98-
private const string _sdkGenVersion = "2.142.2";
97+
private const string _sdkVersion = "1.16.1";
98+
private const string _sdkGenVersion = "2.143.2";
9999
private const string _openapiDocVersion = "0.3.0";
100-
private const string _userAgent = "speakeasy-sdk/csharp 1.16.0 2.142.2 0.3.0 SpeakeasySDK";
100+
private const string _userAgent = "speakeasy-sdk/csharp 1.16.1 2.143.2 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.0</Version>
5+
<Version>1.16.1</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.0";
90-
private const string _sdkGenVersion = "2.142.2";
89+
private const string _sdkVersion = "1.16.1";
90+
private const string _sdkGenVersion = "2.143.2";
9191
private const string _openapiDocVersion = "0.3.0";
92-
private const string _userAgent = "speakeasy-sdk/csharp 1.16.0 2.142.2 0.3.0 SpeakeasySDK";
92+
private const string _userAgent = "speakeasy-sdk/csharp 1.16.1 2.143.2 0.3.0 SpeakeasySDK";
9393
private string _serverUrl = "";
9494
private ISpeakeasyHttpClient _defaultClient;
9595
private ISpeakeasyHttpClient _securityClient;

gen.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@ configVersion: 1.0.0
22
management:
33
docChecksum: 8c4f3932e054e1b349a9a34f12cf7e8c
44
docVersion: 0.3.0
5-
speakeasyVersion: 1.92.2
6-
generationVersion: 2.142.2
5+
speakeasyVersion: 1.92.3
6+
generationVersion: 2.143.2
77
generation:
88
sdkClassName: Speakeasy
99
singleTagPerOp: false
1010
features:
1111
csharp:
12-
core: 2.89.0
12+
core: 2.89.1
1313
examples: 2.81.2
1414
globalSecurity: 2.81.1
1515
globalServerURLs: 2.82.0
1616
inputOutputModels: 2.81.1
1717
serverIDs: 2.81.1
1818
csharp:
19-
version: 1.16.0
19+
version: 1.16.1
2020
author: Speakeasy
2121
dotnetVersion: net5.0
2222
maxMethodParams: 0

0 commit comments

Comments
 (0)