File tree Expand file tree Collapse file tree 22 files changed +82
-1348
lines changed Expand file tree Collapse file tree 22 files changed +82
-1348
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -358,4 +358,14 @@ Based on:
358
358
### Generated
359
359
- [ csharp v2.2.2] .
360
360
### Releases
361
- - [ NuGet v2.2.2] https://www.nuget.org/packages/SpeakeasySDK/2.2.2 - .
361
+ - [ NuGet v2.2.2] https://www.nuget.org/packages/SpeakeasySDK/2.2.2 - .
362
+
363
+ ## 2023-12-12 00:03:42
364
+ ### Changes
365
+ Based on:
366
+ - OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
367
+ - Speakeasy CLI 1.126.0 (2.213.3) https://github.com/speakeasy-api/speakeasy
368
+ ### Generated
369
+ - [ csharp v2.3.0] .
370
+ ### Releases
371
+ - [ NuGet v2.3.0] https://www.nuget.org/packages/SpeakeasySDK/2.3.0 - .
Original file line number Diff line number Diff line change @@ -96,10 +96,10 @@ public class ApiEndpoints: IApiEndpoints
96
96
{
97
97
public SDKConfig SDKConfiguration { get ; private set ; }
98
98
private const string _language = "csharp" ;
99
- private const string _sdkVersion = "2.2.2 " ;
100
- private const string _sdkGenVersion = "2.205.0 " ;
99
+ private const string _sdkVersion = "2.3.0 " ;
100
+ private const string _sdkGenVersion = "2.213.3 " ;
101
101
private const string _openapiDocVersion = "0.3.0" ;
102
- private const string _userAgent = "speakeasy-sdk/csharp 2.2.2 2.205.0 0.3.0 SpeakeasySDK" ;
102
+ private const string _userAgent = "speakeasy-sdk/csharp 2.3.0 2.213.3 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 Apis: IApis
92
92
{
93
93
public SDKConfig SDKConfiguration { get ; private set ; }
94
94
private const string _language = "csharp" ;
95
- private const string _sdkVersion = "2.2.2 " ;
96
- private const string _sdkGenVersion = "2.205.0 " ;
95
+ private const string _sdkVersion = "2.3.0 " ;
96
+ private const string _sdkGenVersion = "2.213.3 " ;
97
97
private const string _openapiDocVersion = "0.3.0" ;
98
- private const string _userAgent = "speakeasy-sdk/csharp 2.2.2 2.205.0 0.3.0 SpeakeasySDK" ;
98
+ private const string _userAgent = "speakeasy-sdk/csharp 2.3.0 2.213.3 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 Embeds: IEmbeds
54
54
{
55
55
public SDKConfig SDKConfiguration { get ; private set ; }
56
56
private const string _language = "csharp" ;
57
- private const string _sdkVersion = "2.2.2 " ;
58
- private const string _sdkGenVersion = "2.205.0 " ;
57
+ private const string _sdkVersion = "2.3.0 " ;
58
+ private const string _sdkGenVersion = "2.213.3 " ;
59
59
private const string _openapiDocVersion = "0.3.0" ;
60
- private const string _userAgent = "speakeasy-sdk/csharp 2.2.2 2.205.0 0.3.0 SpeakeasySDK" ;
60
+ private const string _userAgent = "speakeasy-sdk/csharp 2.3.0 2.213.3 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 Metadata: IMetadata
49
49
{
50
50
public SDKConfig SDKConfiguration { get ; private set ; }
51
51
private const string _language = "csharp" ;
52
- private const string _sdkVersion = "2.2.2 " ;
53
- private const string _sdkGenVersion = "2.205.0 " ;
52
+ private const string _sdkVersion = "2.3.0 " ;
53
+ private const string _sdkGenVersion = "2.213.3 " ;
54
54
private const string _openapiDocVersion = "0.3.0" ;
55
- private const string _userAgent = "speakeasy-sdk/csharp 2.2.2 2.205.0 0.3.0 SpeakeasySDK" ;
55
+ private const string _userAgent = "speakeasy-sdk/csharp 2.3.0 2.213.3 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 Plugins: IPlugins
49
49
{
50
50
public SDKConfig SDKConfiguration { get ; private set ; }
51
51
private const string _language = "csharp" ;
52
- private const string _sdkVersion = "2.2.2 " ;
53
- private const string _sdkGenVersion = "2.205.0 " ;
52
+ private const string _sdkVersion = "2.3.0 " ;
53
+ private const string _sdkGenVersion = "2.213.3 " ;
54
54
private const string _openapiDocVersion = "0.3.0" ;
55
- private const string _userAgent = "speakeasy-sdk/csharp 2.2.2 2.205.0 0.3.0 SpeakeasySDK" ;
55
+ private const string _userAgent = "speakeasy-sdk/csharp 2.3.0 2.213.3 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 Requests: IRequests
59
59
{
60
60
public SDKConfig SDKConfiguration { get ; private set ; }
61
61
private const string _language = "csharp" ;
62
- private const string _sdkVersion = "2.2.2 " ;
63
- private const string _sdkGenVersion = "2.205.0 " ;
62
+ private const string _sdkVersion = "2.3.0 " ;
63
+ private const string _sdkGenVersion = "2.213.3 " ;
64
64
private const string _openapiDocVersion = "0.3.0" ;
65
- private const string _userAgent = "speakeasy-sdk/csharp 2.2.2 2.205.0 0.3.0 SpeakeasySDK" ;
65
+ private const string _userAgent = "speakeasy-sdk/csharp 2.3.0 2.213.3 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 Schemas: ISchemas
94
94
{
95
95
public SDKConfig SDKConfiguration { get ; private set ; }
96
96
private const string _language = "csharp" ;
97
- private const string _sdkVersion = "2.2.2 " ;
98
- private const string _sdkGenVersion = "2.205.0 " ;
97
+ private const string _sdkVersion = "2.3.0 " ;
98
+ private const string _sdkGenVersion = "2.213.3 " ;
99
99
private const string _openapiDocVersion = "0.3.0" ;
100
- private const string _userAgent = "speakeasy-sdk/csharp 2.2.2 2.205.0 0.3.0 SpeakeasySDK" ;
100
+ private const string _userAgent = "speakeasy-sdk/csharp 2.3.0 2.213.3 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 @@ -107,10 +107,10 @@ public class Speakeasy: ISpeakeasy
107
107
public SDKConfig SDKConfiguration { get ; private set ; }
108
108
109
109
private const string _language = "csharp" ;
110
- private const string _sdkVersion = "2.2.2 " ;
111
- private const string _sdkGenVersion = "2.205.0 " ;
110
+ private const string _sdkVersion = "2.3.0 " ;
111
+ private const string _sdkGenVersion = "2.213.3 " ;
112
112
private const string _openapiDocVersion = "0.3.0" ;
113
- private const string _userAgent = "speakeasy-sdk/csharp 2.2.2 2.205.0 0.3.0 SpeakeasySDK" ;
113
+ private const string _userAgent = "speakeasy-sdk/csharp 2.3.0 2.213.3 0.3.0 SpeakeasySDK" ;
114
114
private string _serverUrl = "" ;
115
115
private ISpeakeasyHttpClient _defaultClient ;
116
116
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 >2.2.2 </Version >
5
+ <Version >2.3.0 </Version >
6
6
<Authors >Speakeasy</Authors >
7
7
<TargetFramework >net5.0</TargetFramework >
8
8
<Nullable >enable</Nullable >
You can’t perform that action at this time.
0 commit comments