File tree Expand file tree Collapse file tree 20 files changed +458
-448
lines changed Expand file tree Collapse file tree 20 files changed +458
-448
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ management:
5
5
docVersion: 0.4.0 .
6
6
speakeasyVersion: 1.340.0
7
7
generationVersion: 2.375.5
8
- releaseVersion: 5.9.23
9
- configChecksum: 3e309217cdd20b622a629d9c0dfd5818
8
+ releaseVersion: 5.9.25
9
+ configChecksum: 3160f3d1c4782c44dbd5c8eeca3678c1
10
10
repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-csharp.git
11
11
repoSubDirectory: .
12
12
published: true
Original file line number Diff line number Diff line change @@ -2,19 +2,19 @@ speakeasyVersion: 1.340.0
2
2
sources:
3
3
speakeasy:
4
4
sourceNamespace: speakeasy
5
- sourceRevisionDigest: sha256:3cea3a7a44a50744d0370cd3ff2c21d18b0533dc71d0f5d7f055109737766235
6
- sourceBlobDigest: sha256:1ffe7689a51d2c809f426514f81dc0c0ae6cc448665a2f938c58e9bd8c821e4b
5
+ sourceRevisionDigest: sha256:2abea1e5606491bfda6fef150cb22c313dcd73d3badc83b477728fe05904c271
6
+ sourceBlobDigest: sha256:737a2b2b04835c2c2cc2fc048afd3ef94564413cc03a772c72edec23cf32f09d
7
7
tags:
8
8
- latest
9
9
- main
10
10
targets:
11
11
speakeasy-client-sdk-csharp:
12
12
source: speakeasy
13
13
sourceNamespace: speakeasy
14
- sourceRevisionDigest: sha256:3cea3a7a44a50744d0370cd3ff2c21d18b0533dc71d0f5d7f055109737766235
15
- sourceBlobDigest: sha256:1ffe7689a51d2c809f426514f81dc0c0ae6cc448665a2f938c58e9bd8c821e4b
14
+ sourceRevisionDigest: sha256:2abea1e5606491bfda6fef150cb22c313dcd73d3badc83b477728fe05904c271
15
+ sourceBlobDigest: sha256:737a2b2b04835c2c2cc2fc048afd3ef94564413cc03a772c72edec23cf32f09d
16
16
codeSamplesNamespace: code-samples-csharp-speakeasy-client-sdk-csharp
17
- codeSamplesRevisionDigest: sha256:f4f98de578f29bbb1ce5306229b041bc5e5ae285515863423b6e688a225a8554
17
+ codeSamplesRevisionDigest: sha256:6280790ceac2994656c3e9d93e231626ad533e0b4d459f8e6aa5d9b290c932a1
18
18
outLocation: /github/workspace/repo
19
19
workflow:
20
20
workflowVersion: 1.0.0
Original file line number Diff line number Diff line change @@ -878,4 +878,14 @@ Based on:
878
878
### Generated
879
879
- [ csharp v5.9.23] .
880
880
### Releases
881
- - [ NuGet v5.9.23] https://www.nuget.org/packages/SpeakeasySDK/5.9.23 - .
881
+ - [ NuGet v5.9.23] https://www.nuget.org/packages/SpeakeasySDK/5.9.23 - .
882
+
883
+ ## 2024-07-18 19:44:10
884
+ ### Changes
885
+ Based on:
886
+ - OpenAPI Doc
887
+ - Speakeasy CLI 1.344.0 (2.376.0) https://github.com/speakeasy-api/speakeasy
888
+ ### Generated
889
+ - [ csharp v5.9.25] .
890
+ ### Releases
891
+ - [ NuGet v5.9.25] https://www.nuget.org/packages/SpeakeasySDK/5.9.25 - .
Original file line number Diff line number Diff line change @@ -98,10 +98,10 @@ public class ApiEndpoints: IApiEndpoints
98
98
{
99
99
public SDKConfig SDKConfiguration { get ; private set ; }
100
100
private const string _language = "csharp" ;
101
- private const string _sdkVersion = "5.9.23 " ;
101
+ private const string _sdkVersion = "5.9.25 " ;
102
102
private const string _sdkGenVersion = "2.375.5" ;
103
103
private const string _openapiDocVersion = "0.4.0 ." ;
104
- private const string _userAgent = "speakeasy-sdk/csharp 5.9.23 2.375.5 0.4.0 . SpeakeasySDK" ;
104
+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.25 2.375.5 0.4.0 . SpeakeasySDK" ;
105
105
private string _serverUrl = "" ;
106
106
private ISpeakeasyHttpClient _client ;
107
107
private Func < Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -94,10 +94,10 @@ public class Apis: IApis
94
94
{
95
95
public SDKConfig SDKConfiguration { get ; private set ; }
96
96
private const string _language = "csharp" ;
97
- private const string _sdkVersion = "5.9.23 " ;
97
+ private const string _sdkVersion = "5.9.25 " ;
98
98
private const string _sdkGenVersion = "2.375.5" ;
99
99
private const string _openapiDocVersion = "0.4.0 ." ;
100
- private const string _userAgent = "speakeasy-sdk/csharp 5.9.23 2.375.5 0.4.0 . SpeakeasySDK" ;
100
+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.25 2.375.5 0.4.0 . SpeakeasySDK" ;
101
101
private string _serverUrl = "" ;
102
102
private ISpeakeasyHttpClient _client ;
103
103
private Func < Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -64,10 +64,10 @@ public class Artifacts: IArtifacts
64
64
{
65
65
public SDKConfig SDKConfiguration { get ; private set ; }
66
66
private const string _language = "csharp" ;
67
- private const string _sdkVersion = "5.9.23 " ;
67
+ private const string _sdkVersion = "5.9.25 " ;
68
68
private const string _sdkGenVersion = "2.375.5" ;
69
69
private const string _openapiDocVersion = "0.4.0 ." ;
70
- private const string _userAgent = "speakeasy-sdk/csharp 5.9.23 2.375.5 0.4.0 . SpeakeasySDK" ;
70
+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.25 2.375.5 0.4.0 . SpeakeasySDK" ;
71
71
private string _serverUrl = "" ;
72
72
private ISpeakeasyHttpClient _client ;
73
73
private Func < Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -60,10 +60,10 @@ public class Auth: IAuth
60
60
{
61
61
public SDKConfig SDKConfiguration { get ; private set ; }
62
62
private const string _language = "csharp" ;
63
- private const string _sdkVersion = "5.9.23 " ;
63
+ private const string _sdkVersion = "5.9.25 " ;
64
64
private const string _sdkGenVersion = "2.375.5" ;
65
65
private const string _openapiDocVersion = "0.4.0 ." ;
66
- private const string _userAgent = "speakeasy-sdk/csharp 5.9.23 2.375.5 0.4.0 . SpeakeasySDK" ;
66
+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.25 2.375.5 0.4.0 . SpeakeasySDK" ;
67
67
private string _serverUrl = "" ;
68
68
private ISpeakeasyHttpClient _client ;
69
69
private Func < Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -56,10 +56,10 @@ public class Embeds: IEmbeds
56
56
{
57
57
public SDKConfig SDKConfiguration { get ; private set ; }
58
58
private const string _language = "csharp" ;
59
- private const string _sdkVersion = "5.9.23 " ;
59
+ private const string _sdkVersion = "5.9.25 " ;
60
60
private const string _sdkGenVersion = "2.375.5" ;
61
61
private const string _openapiDocVersion = "0.4.0 ." ;
62
- private const string _userAgent = "speakeasy-sdk/csharp 5.9.23 2.375.5 0.4.0 . SpeakeasySDK" ;
62
+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.25 2.375.5 0.4.0 . SpeakeasySDK" ;
63
63
private string _serverUrl = "" ;
64
64
private ISpeakeasyHttpClient _client ;
65
65
private Func < Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -60,10 +60,10 @@ public class Events: IEvents
60
60
{
61
61
public SDKConfig SDKConfiguration { get ; private set ; }
62
62
private const string _language = "csharp" ;
63
- private const string _sdkVersion = "5.9.23 " ;
63
+ private const string _sdkVersion = "5.9.25 " ;
64
64
private const string _sdkGenVersion = "2.375.5" ;
65
65
private const string _openapiDocVersion = "0.4.0 ." ;
66
- private const string _userAgent = "speakeasy-sdk/csharp 5.9.23 2.375.5 0.4.0 . SpeakeasySDK" ;
66
+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.25 2.375.5 0.4.0 . SpeakeasySDK" ;
67
67
private string _serverUrl = "" ;
68
68
private ISpeakeasyHttpClient _client ;
69
69
private Func < Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -39,10 +39,10 @@ public class Github: IGithub
39
39
{
40
40
public SDKConfig SDKConfiguration { get ; private set ; }
41
41
private const string _language = "csharp" ;
42
- private const string _sdkVersion = "5.9.23 " ;
42
+ private const string _sdkVersion = "5.9.25 " ;
43
43
private const string _sdkGenVersion = "2.375.5" ;
44
44
private const string _openapiDocVersion = "0.4.0 ." ;
45
- private const string _userAgent = "speakeasy-sdk/csharp 5.9.23 2.375.5 0.4.0 . SpeakeasySDK" ;
45
+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.25 2.375.5 0.4.0 . SpeakeasySDK" ;
46
46
private string _serverUrl = "" ;
47
47
private ISpeakeasyHttpClient _client ;
48
48
private Func < Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -51,10 +51,10 @@ public class Metadata: IMetadata
51
51
{
52
52
public SDKConfig SDKConfiguration { get ; private set ; }
53
53
private const string _language = "csharp" ;
54
- private const string _sdkVersion = "5.9.23 " ;
54
+ private const string _sdkVersion = "5.9.25 " ;
55
55
private const string _sdkGenVersion = "2.375.5" ;
56
56
private const string _openapiDocVersion = "0.4.0 ." ;
57
- private const string _userAgent = "speakeasy-sdk/csharp 5.9.23 2.375.5 0.4.0 . SpeakeasySDK" ;
57
+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.25 2.375.5 0.4.0 . SpeakeasySDK" ;
58
58
private string _serverUrl = "" ;
59
59
private ISpeakeasyHttpClient _client ;
60
60
private Func < Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -56,10 +56,10 @@ public class Organizations: IOrganizations
56
56
{
57
57
public SDKConfig SDKConfiguration { get ; private set ; }
58
58
private const string _language = "csharp" ;
59
- private const string _sdkVersion = "5.9.23 " ;
59
+ private const string _sdkVersion = "5.9.25 " ;
60
60
private const string _sdkGenVersion = "2.375.5" ;
61
61
private const string _openapiDocVersion = "0.4.0 ." ;
62
- private const string _userAgent = "speakeasy-sdk/csharp 5.9.23 2.375.5 0.4.0 . SpeakeasySDK" ;
62
+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.25 2.375.5 0.4.0 . SpeakeasySDK" ;
63
63
private string _serverUrl = "" ;
64
64
private ISpeakeasyHttpClient _client ;
65
65
private Func < Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -51,10 +51,10 @@ public class Reports: IReports
51
51
{
52
52
public SDKConfig SDKConfiguration { get ; private set ; }
53
53
private const string _language = "csharp" ;
54
- private const string _sdkVersion = "5.9.23 " ;
54
+ private const string _sdkVersion = "5.9.25 " ;
55
55
private const string _sdkGenVersion = "2.375.5" ;
56
56
private const string _openapiDocVersion = "0.4.0 ." ;
57
- private const string _userAgent = "speakeasy-sdk/csharp 5.9.23 2.375.5 0.4.0 . SpeakeasySDK" ;
57
+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.25 2.375.5 0.4.0 . SpeakeasySDK" ;
58
58
private string _serverUrl = "" ;
59
59
private ISpeakeasyHttpClient _client ;
60
60
private Func < Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -61,10 +61,10 @@ public class Requests: IRequests
61
61
{
62
62
public SDKConfig SDKConfiguration { get ; private set ; }
63
63
private const string _language = "csharp" ;
64
- private const string _sdkVersion = "5.9.23 " ;
64
+ private const string _sdkVersion = "5.9.25 " ;
65
65
private const string _sdkGenVersion = "2.375.5" ;
66
66
private const string _openapiDocVersion = "0.4.0 ." ;
67
- private const string _userAgent = "speakeasy-sdk/csharp 5.9.23 2.375.5 0.4.0 . SpeakeasySDK" ;
67
+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.25 2.375.5 0.4.0 . SpeakeasySDK" ;
68
68
private string _serverUrl = "" ;
69
69
private ISpeakeasyHttpClient _client ;
70
70
private Func < Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -156,10 +156,10 @@ public class SDK: ISDK
156
156
public SDKConfig SDKConfiguration { get ; private set ; }
157
157
158
158
private const string _language = "csharp" ;
159
- private const string _sdkVersion = "5.9.23 " ;
159
+ private const string _sdkVersion = "5.9.25 " ;
160
160
private const string _sdkGenVersion = "2.375.5" ;
161
161
private const string _openapiDocVersion = "0.4.0 ." ;
162
- private const string _userAgent = "speakeasy-sdk/csharp 5.9.23 2.375.5 0.4.0 . SpeakeasySDK" ;
162
+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.25 2.375.5 0.4.0 . SpeakeasySDK" ;
163
163
private string _serverUrl = "" ;
164
164
private SDKConfig . Server ? _server = null ;
165
165
private ISpeakeasyHttpClient _client ;
Original file line number Diff line number Diff line change @@ -96,10 +96,10 @@ public class Schemas: ISchemas
96
96
{
97
97
public SDKConfig SDKConfiguration { get ; private set ; }
98
98
private const string _language = "csharp" ;
99
- private const string _sdkVersion = "5.9.23 " ;
99
+ private const string _sdkVersion = "5.9.25 " ;
100
100
private const string _sdkGenVersion = "2.375.5" ;
101
101
private const string _openapiDocVersion = "0.4.0 ." ;
102
- private const string _userAgent = "speakeasy-sdk/csharp 5.9.23 2.375.5 0.4.0 . SpeakeasySDK" ;
102
+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.25 2.375.5 0.4.0 . SpeakeasySDK" ;
103
103
private string _serverUrl = "" ;
104
104
private ISpeakeasyHttpClient _client ;
105
105
private Func < Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ public class ShortURLs: IShortURLs
41
41
{
42
42
public SDKConfig SDKConfiguration { get ; private set ; }
43
43
private const string _language = "csharp" ;
44
- private const string _sdkVersion = "5.9.23 " ;
44
+ private const string _sdkVersion = "5.9.25 " ;
45
45
private const string _sdkGenVersion = "2.375.5" ;
46
46
private const string _openapiDocVersion = "0.4.0 ." ;
47
- private const string _userAgent = "speakeasy-sdk/csharp 5.9.23 2.375.5 0.4.0 . SpeakeasySDK" ;
47
+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.25 2.375.5 0.4.0 . SpeakeasySDK" ;
48
48
private string _serverUrl = "" ;
49
49
private ISpeakeasyHttpClient _client ;
50
50
private Func < Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -59,10 +59,10 @@ public class Suggest: ISuggest
59
59
{
60
60
public SDKConfig SDKConfiguration { get ; private set ; }
61
61
private const string _language = "csharp" ;
62
- private const string _sdkVersion = "5.9.23 " ;
62
+ private const string _sdkVersion = "5.9.25 " ;
63
63
private const string _sdkGenVersion = "2.375.5" ;
64
64
private const string _openapiDocVersion = "0.4.0 ." ;
65
- private const string _userAgent = "speakeasy-sdk/csharp 5.9.23 2.375.5 0.4.0 . SpeakeasySDK" ;
65
+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.25 2.375.5 0.4.0 . SpeakeasySDK" ;
66
66
private string _serverUrl = "" ;
67
67
private ISpeakeasyHttpClient _client ;
68
68
private Func < Security > ? _securitySource ;
You can’t perform that action at this time.
0 commit comments