File tree Expand file tree Collapse file tree 11 files changed +30
-22
lines changed Expand file tree Collapse file tree 11 files changed +30
-22
lines changed Original file line number Diff line number Diff line change @@ -160,4 +160,12 @@ Based on:
160
160
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
161
161
- Speakeasy CLI 1.77.1 (2.91.4) https://github.com/speakeasy-api/speakeasy
162
162
### Generated
163
- - [ csharp v1.13.1] .
163
+ - [ csharp v1.13.1] .
164
+
165
+ ## 2023-09-03 00:03:46
166
+ ### Changes
167
+ Based on:
168
+ - OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
169
+ - Speakeasy CLI 1.77.2 (2.93.0) https://github.com/speakeasy-api/speakeasy
170
+ ### Generated
171
+ - [ csharp v1.13.2] .
Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ public class ApiEndpointsSDK: IApiEndpointsSDK
36
36
{
37
37
public SDKConfig Config { get ; private set ; }
38
38
private const string _language = "csharp" ;
39
- private const string _sdkVersion = "1.13.1 " ;
40
- private const string _sdkGenVersion = "2.91.4 " ;
39
+ private const string _sdkVersion = "1.13.2 " ;
40
+ private const string _sdkGenVersion = "2.93.0 " ;
41
41
private const string _openapiDocVersion = "0.3.0" ;
42
42
private string _serverUrl = "" ;
43
43
private ISpeakeasyHttpClient _defaultClient ;
Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ public class ApisSDK: IApisSDK
34
34
{
35
35
public SDKConfig Config { get ; private set ; }
36
36
private const string _language = "csharp" ;
37
- private const string _sdkVersion = "1.13.1 " ;
38
- private const string _sdkGenVersion = "2.91.4 " ;
37
+ private const string _sdkVersion = "1.13.2 " ;
38
+ private const string _sdkGenVersion = "2.93.0 " ;
39
39
private const string _openapiDocVersion = "0.3.0" ;
40
40
private string _serverUrl = "" ;
41
41
private ISpeakeasyHttpClient _defaultClient ;
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ public class EmbedsSDK: IEmbedsSDK
31
31
{
32
32
public SDKConfig Config { get ; private set ; }
33
33
private const string _language = "csharp" ;
34
- private const string _sdkVersion = "1.13.1 " ;
35
- private const string _sdkGenVersion = "2.91.4 " ;
34
+ private const string _sdkVersion = "1.13.2 " ;
35
+ private const string _sdkGenVersion = "2.93.0 " ;
36
36
private const string _openapiDocVersion = "0.3.0" ;
37
37
private string _serverUrl = "" ;
38
38
private ISpeakeasyHttpClient _defaultClient ;
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ public class MetadataSDK: IMetadataSDK
31
31
{
32
32
public SDKConfig Config { get ; private set ; }
33
33
private const string _language = "csharp" ;
34
- private const string _sdkVersion = "1.13.1 " ;
35
- private const string _sdkGenVersion = "2.91.4 " ;
34
+ private const string _sdkVersion = "1.13.2 " ;
35
+ private const string _sdkGenVersion = "2.93.0 " ;
36
36
private const string _openapiDocVersion = "0.3.0" ;
37
37
private string _serverUrl = "" ;
38
38
private ISpeakeasyHttpClient _defaultClient ;
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ public class PluginsSDK: IPluginsSDK
31
31
{
32
32
public SDKConfig Config { get ; private set ; }
33
33
private const string _language = "csharp" ;
34
- private const string _sdkVersion = "1.13.1 " ;
35
- private const string _sdkGenVersion = "2.91.4 " ;
34
+ private const string _sdkVersion = "1.13.2 " ;
35
+ private const string _sdkGenVersion = "2.93.0 " ;
36
36
private const string _openapiDocVersion = "0.3.0" ;
37
37
private string _serverUrl = "" ;
38
38
private ISpeakeasyHttpClient _defaultClient ;
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ public class RequestsSDK: IRequestsSDK
31
31
{
32
32
public SDKConfig Config { get ; private set ; }
33
33
private const string _language = "csharp" ;
34
- private const string _sdkVersion = "1.13.1 " ;
35
- private const string _sdkGenVersion = "2.91.4 " ;
34
+ private const string _sdkVersion = "1.13.2 " ;
35
+ private const string _sdkGenVersion = "2.93.0 " ;
36
36
private const string _openapiDocVersion = "0.3.0" ;
37
37
private string _serverUrl = "" ;
38
38
private ISpeakeasyHttpClient _defaultClient ;
Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ public class SchemasSDK: ISchemasSDK
36
36
{
37
37
public SDKConfig Config { get ; private set ; }
38
38
private const string _language = "csharp" ;
39
- private const string _sdkVersion = "1.13.1 " ;
40
- private const string _sdkGenVersion = "2.91.4 " ;
39
+ private const string _sdkVersion = "1.13.2 " ;
40
+ private const string _sdkGenVersion = "2.93.0 " ;
41
41
private const string _openapiDocVersion = "0.3.0" ;
42
42
private string _serverUrl = "" ;
43
43
private ISpeakeasyHttpClient _defaultClient ;
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.13.1 </Version >
5
+ <Version >1.13.2 </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 @@ -43,8 +43,8 @@ public class SpeakeasySDK: ISpeakeasySDK
43
43
} ;
44
44
45
45
private const string _language = "csharp" ;
46
- private const string _sdkVersion = "1.13.1 " ;
47
- private const string _sdkGenVersion = "2.91.4 " ;
46
+ private const string _sdkVersion = "1.13.2 " ;
47
+ private const string _sdkGenVersion = "2.93.0 " ;
48
48
private const string _openapiDocVersion = "0.3.0" ;
49
49
private string _serverUrl = "" ;
50
50
private ISpeakeasyHttpClient _defaultClient ;
Original file line number Diff line number Diff line change @@ -2,21 +2,21 @@ configVersion: 1.0.0
2
2
management :
3
3
docChecksum : 8c4f3932e054e1b349a9a34f12cf7e8c
4
4
docVersion : 0.3.0
5
- speakeasyVersion : 1.77.1
6
- generationVersion : 2.91.4
5
+ speakeasyVersion : 1.77.2
6
+ generationVersion : 2.93.0
7
7
generation :
8
8
sdkClassName : Speakeasy
9
9
singleTagPerOp : false
10
10
features :
11
11
csharp :
12
- core : 2.85.2
12
+ core : 2.85.3
13
13
examples : 2.81.1
14
14
globalSecurity : 2.81.1
15
15
globalServerURLs : 2.82.0
16
16
inputOutputModels : 2.81.1
17
17
serverIDs : 2.81.1
18
18
csharp :
19
- version : 1.13.1
19
+ version : 1.13.2
20
20
author : Speakeasy
21
21
maxMethodParams : 0
22
22
packageName : SpeakeasySDK
You can’t perform that action at this time.
0 commit comments