File tree Expand file tree Collapse file tree 25 files changed +600
-599
lines changed Expand file tree Collapse file tree 25 files changed +600
-599
lines changed Original file line number Diff line number Diff line change 1
1
lockVersion: 2.0.0
2
2
id: f73d2126-985b-4d69-88ee-b7c69254d8bf
3
3
management:
4
- docChecksum: 638dbecd668cc1d7818c3b5aefd2d3e1
4
+ docChecksum: 5b362866a3e7a85c830c6cb1f1cf4896
5
5
docVersion: 0.4.0 .
6
- speakeasyVersion: 1.340.0
7
- generationVersion: 2.375.5
8
- releaseVersion: 5.9.25
9
- configChecksum: 3160f3d1c4782c44dbd5c8eeca3678c1
6
+ speakeasyVersion: 1.345.1
7
+ generationVersion: 2.378.1
8
+ releaseVersion: 5.9.26
9
+ configChecksum: 1bbbd2cdc4b0f56108f08104f21dc5b1
10
10
repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-csharp.git
11
11
repoSubDirectory: .
12
12
published: true
13
13
features:
14
14
csharp:
15
15
additionalDependencies: 0.1.0
16
- core: 3.9.10
16
+ core: 3.9.11
17
17
deprecations: 2.81.2
18
18
examples: 2.81.3
19
19
globalSecurity: 2.83.4
@@ -62,6 +62,7 @@ generatedFiles:
62
62
- SpeakeasySDK/Utils/SpeakeasyMetadata.cs
63
63
- SpeakeasySDK/Utils/URLBuilder.cs
64
64
- SpeakeasySDK/Utils/Utilities.cs
65
+ - SpeakeasySDK/SpeakeasySDK.csproj
65
66
- SpeakeasySDK/Models/Errors/SDKException.cs
66
67
- SpeakeasySDK/Models/Operations/DeleteApiRequest.cs
67
68
- SpeakeasySDK/Models/Operations/DeleteApiResponse.cs
Original file line number Diff line number Diff line change 1
- speakeasyVersion: 1.340.0
1
+ speakeasyVersion: 1.345.1
2
2
sources:
3
3
speakeasy:
4
4
sourceNamespace: speakeasy
5
- sourceRevisionDigest: sha256:2abea1e5606491bfda6fef150cb22c313dcd73d3badc83b477728fe05904c271
6
- sourceBlobDigest: sha256:737a2b2b04835c2c2cc2fc048afd3ef94564413cc03a772c72edec23cf32f09d
5
+ sourceRevisionDigest: sha256:f33ab8702b74f883b542dfa5c253b34c23181fc5e9376e48c584874564c30bbf
6
+ sourceBlobDigest: sha256:294343d415959c5446475b79660c1b8de6acffe372b58553275ed2afcbd5e229
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:2abea1e5606491bfda6fef150cb22c313dcd73d3badc83b477728fe05904c271
15
- sourceBlobDigest: sha256:737a2b2b04835c2c2cc2fc048afd3ef94564413cc03a772c72edec23cf32f09d
14
+ sourceRevisionDigest: sha256:f33ab8702b74f883b542dfa5c253b34c23181fc5e9376e48c584874564c30bbf
15
+ sourceBlobDigest: sha256:294343d415959c5446475b79660c1b8de6acffe372b58553275ed2afcbd5e229
16
16
codeSamplesNamespace: code-samples-csharp-speakeasy-client-sdk-csharp
17
- codeSamplesRevisionDigest: sha256:6280790ceac2994656c3e9d93e231626ad533e0b4d459f8e6aa5d9b290c932a1
17
+ codeSamplesRevisionDigest: sha256:0e4a0c37efb17c70aff2038504176744db4da09e13a0425071c4fcb09d43bbd7
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 @@ -888,4 +888,14 @@ Based on:
888
888
### Generated
889
889
- [ csharp v5.9.25] .
890
890
### Releases
891
- - [ NuGet v5.9.25] https://www.nuget.org/packages/SpeakeasySDK/5.9.25 - .
891
+ - [ NuGet v5.9.25] https://www.nuget.org/packages/SpeakeasySDK/5.9.25 - .
892
+
893
+ ## 2024-07-23 00:17:29
894
+ ### Changes
895
+ Based on:
896
+ - OpenAPI Doc
897
+ - Speakeasy CLI 1.345.1 (2.378.1) https://github.com/speakeasy-api/speakeasy
898
+ ### Generated
899
+ - [ csharp v5.9.26] .
900
+ ### Releases
901
+ - [ NuGet v5.9.26] https://www.nuget.org/packages/SpeakeasySDK/5.9.26 - .
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.25 " ;
102
- private const string _sdkGenVersion = "2.375.5 " ;
101
+ private const string _sdkVersion = "5.9.26 " ;
102
+ private const string _sdkGenVersion = "2.378.1 " ;
103
103
private const string _openapiDocVersion = "0.4.0 ." ;
104
- private const string _userAgent = "speakeasy-sdk/csharp 5.9.25 2.375.5 0.4.0 . SpeakeasySDK" ;
104
+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.26 2.378.1 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.25 " ;
98
- private const string _sdkGenVersion = "2.375.5 " ;
97
+ private const string _sdkVersion = "5.9.26 " ;
98
+ private const string _sdkGenVersion = "2.378.1 " ;
99
99
private const string _openapiDocVersion = "0.4.0 ." ;
100
- private const string _userAgent = "speakeasy-sdk/csharp 5.9.25 2.375.5 0.4.0 . SpeakeasySDK" ;
100
+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.26 2.378.1 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.25 " ;
68
- private const string _sdkGenVersion = "2.375.5 " ;
67
+ private const string _sdkVersion = "5.9.26 " ;
68
+ private const string _sdkGenVersion = "2.378.1 " ;
69
69
private const string _openapiDocVersion = "0.4.0 ." ;
70
- private const string _userAgent = "speakeasy-sdk/csharp 5.9.25 2.375.5 0.4.0 . SpeakeasySDK" ;
70
+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.26 2.378.1 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.25 " ;
64
- private const string _sdkGenVersion = "2.375.5 " ;
63
+ private const string _sdkVersion = "5.9.26 " ;
64
+ private const string _sdkGenVersion = "2.378.1 " ;
65
65
private const string _openapiDocVersion = "0.4.0 ." ;
66
- private const string _userAgent = "speakeasy-sdk/csharp 5.9.25 2.375.5 0.4.0 . SpeakeasySDK" ;
66
+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.26 2.378.1 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.25 " ;
60
- private const string _sdkGenVersion = "2.375.5 " ;
59
+ private const string _sdkVersion = "5.9.26 " ;
60
+ private const string _sdkGenVersion = "2.378.1 " ;
61
61
private const string _openapiDocVersion = "0.4.0 ." ;
62
- private const string _userAgent = "speakeasy-sdk/csharp 5.9.25 2.375.5 0.4.0 . SpeakeasySDK" ;
62
+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.26 2.378.1 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.25 " ;
64
- private const string _sdkGenVersion = "2.375.5 " ;
63
+ private const string _sdkVersion = "5.9.26 " ;
64
+ private const string _sdkGenVersion = "2.378.1 " ;
65
65
private const string _openapiDocVersion = "0.4.0 ." ;
66
- private const string _userAgent = "speakeasy-sdk/csharp 5.9.25 2.375.5 0.4.0 . SpeakeasySDK" ;
66
+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.26 2.378.1 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.25 " ;
43
- private const string _sdkGenVersion = "2.375.5 " ;
42
+ private const string _sdkVersion = "5.9.26 " ;
43
+ private const string _sdkGenVersion = "2.378.1 " ;
44
44
private const string _openapiDocVersion = "0.4.0 ." ;
45
- private const string _userAgent = "speakeasy-sdk/csharp 5.9.25 2.375.5 0.4.0 . SpeakeasySDK" ;
45
+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.26 2.378.1 0.4.0 . SpeakeasySDK" ;
46
46
private string _serverUrl = "" ;
47
47
private ISpeakeasyHttpClient _client ;
48
48
private Func < Security > ? _securitySource ;
You can’t perform that action at this time.
0 commit comments