File tree Expand file tree Collapse file tree 18 files changed +137
-127
lines changed Expand file tree Collapse file tree 18 files changed +137
-127
lines changed Original file line number Diff line number Diff line change @@ -288,4 +288,14 @@ Based on:
288
288
### Generated
289
289
- [ csharp v1.16.3] .
290
290
### 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 - .
Original file line number Diff line number Diff line change @@ -96,10 +96,10 @@ public class ApiEndpointsSDK: IApiEndpointsSDK
96
96
{
97
97
public SDKConfig Config { get ; private set ; }
98
98
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 " ;
101
101
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" ;
103
103
private string _serverUrl = "" ;
104
104
private ISpeakeasyHttpClient _defaultClient ;
105
105
private ISpeakeasyHttpClient _securityClient ;
Original file line number Diff line number Diff line change @@ -92,10 +92,10 @@ public class ApisSDK: IApisSDK
92
92
{
93
93
public SDKConfig Config { get ; private set ; }
94
94
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 " ;
97
97
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" ;
99
99
private string _serverUrl = "" ;
100
100
private ISpeakeasyHttpClient _defaultClient ;
101
101
private ISpeakeasyHttpClient _securityClient ;
Original file line number Diff line number Diff line change @@ -54,10 +54,10 @@ public class EmbedsSDK: IEmbedsSDK
54
54
{
55
55
public SDKConfig Config { get ; private set ; }
56
56
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 " ;
59
59
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" ;
61
61
private string _serverUrl = "" ;
62
62
private ISpeakeasyHttpClient _defaultClient ;
63
63
private ISpeakeasyHttpClient _securityClient ;
Original file line number Diff line number Diff line change @@ -49,10 +49,10 @@ public class MetadataSDK: IMetadataSDK
49
49
{
50
50
public SDKConfig Config { get ; private set ; }
51
51
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 " ;
54
54
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" ;
56
56
private string _serverUrl = "" ;
57
57
private ISpeakeasyHttpClient _defaultClient ;
58
58
private ISpeakeasyHttpClient _securityClient ;
Original file line number Diff line number Diff line change @@ -49,10 +49,10 @@ public class PluginsSDK: IPluginsSDK
49
49
{
50
50
public SDKConfig Config { get ; private set ; }
51
51
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 " ;
54
54
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" ;
56
56
private string _serverUrl = "" ;
57
57
private ISpeakeasyHttpClient _defaultClient ;
58
58
private ISpeakeasyHttpClient _securityClient ;
Original file line number Diff line number Diff line change @@ -59,10 +59,10 @@ public class RequestsSDK: IRequestsSDK
59
59
{
60
60
public SDKConfig Config { get ; private set ; }
61
61
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 " ;
64
64
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" ;
66
66
private string _serverUrl = "" ;
67
67
private ISpeakeasyHttpClient _defaultClient ;
68
68
private ISpeakeasyHttpClient _securityClient ;
Original file line number Diff line number Diff line change @@ -94,10 +94,10 @@ public class SchemasSDK: ISchemasSDK
94
94
{
95
95
public SDKConfig Config { get ; private set ; }
96
96
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 " ;
99
99
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" ;
101
101
private string _serverUrl = "" ;
102
102
private ISpeakeasyHttpClient _defaultClient ;
103
103
private ISpeakeasyHttpClient _securityClient ;
Original file line number Diff line number Diff line change 2
2
<PropertyGroup >
3
3
<IsPackable >true</IsPackable >
4
4
<PackageId >SpeakeasySDK</PackageId >
5
- <Version >1.16.3 </Version >
5
+ <Version >1.16.4 </Version >
6
6
<Authors >Speakeasy</Authors >
7
7
<TargetFramework >net5.0</TargetFramework >
8
8
<Nullable >enable</Nullable >
Original file line number Diff line number Diff line change @@ -86,10 +86,10 @@ public class SpeakeasySDK: ISpeakeasySDK
86
86
} ;
87
87
88
88
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 " ;
91
91
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" ;
93
93
private string _serverUrl = "" ;
94
94
private ISpeakeasyHttpClient _defaultClient ;
95
95
private ISpeakeasyHttpClient _securityClient ;
You can’t perform that action at this time.
0 commit comments