File tree Expand file tree Collapse file tree 18 files changed +75
-44
lines changed Expand file tree Collapse file tree 18 files changed +75
-44
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: 95815a9501527c69c4aab613380685a5
4
+ docChecksum: 141a9989778e09b7c6bb43e496b49905
5
5
docVersion: 0.4.0
6
- speakeasyVersion: 1.260.6
7
- generationVersion: 2.311.1
8
- releaseVersion: 5.4.4
9
- configChecksum: 4a374149f9c34c8981c518324bd89667
6
+ speakeasyVersion: 1.267.0
7
+ generationVersion: 2.312.0
8
+ releaseVersion: 5.4.5
9
+ configChecksum: c312adcab0e9184fcb2e1a993f3a69cc
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 @@ -558,4 +558,14 @@ Based on:
558
558
### Generated
559
559
- [ csharp v5.4.4] .
560
560
### Releases
561
- - [ NuGet v5.4.4] https://www.nuget.org/packages/SpeakeasySDK/5.4.4 - .
561
+ - [ NuGet v5.4.4] https://www.nuget.org/packages/SpeakeasySDK/5.4.4 - .
562
+
563
+ ## 2024-04-20 00:03:20
564
+ ### Changes
565
+ Based on:
566
+ - OpenAPI Doc 0.4.0 https://docs.speakeasyapi.dev/openapi.yaml
567
+ - Speakeasy CLI 1.267.0 (2.312.0) https://github.com/speakeasy-api/speakeasy
568
+ ### Generated
569
+ - [ csharp v5.4.5] .
570
+ ### Releases
571
+ - [ NuGet v5.4.5] https://www.nuget.org/packages/SpeakeasySDK/5.4.5 - .
Original file line number Diff line number Diff line change @@ -97,10 +97,10 @@ public class ApiEndpoints: IApiEndpoints
97
97
{
98
98
public SDKConfig SDKConfiguration { get ; private set ; }
99
99
private const string _language = "csharp" ;
100
- private const string _sdkVersion = "5.4.4 " ;
101
- private const string _sdkGenVersion = "2.311.1 " ;
100
+ private const string _sdkVersion = "5.4.5 " ;
101
+ private const string _sdkGenVersion = "2.312.0 " ;
102
102
private const string _openapiDocVersion = "0.4.0" ;
103
- private const string _userAgent = "speakeasy-sdk/csharp 5.4.4 2.311.1 0.4.0 SpeakeasySDK" ;
103
+ private const string _userAgent = "speakeasy-sdk/csharp 5.4.5 2.312.0 0.4.0 SpeakeasySDK" ;
104
104
private string _serverUrl = "" ;
105
105
private ISpeakeasyHttpClient _defaultClient ;
106
106
private Func < Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -93,10 +93,10 @@ public class Apis: IApis
93
93
{
94
94
public SDKConfig SDKConfiguration { get ; private set ; }
95
95
private const string _language = "csharp" ;
96
- private const string _sdkVersion = "5.4.4 " ;
97
- private const string _sdkGenVersion = "2.311.1 " ;
96
+ private const string _sdkVersion = "5.4.5 " ;
97
+ private const string _sdkGenVersion = "2.312.0 " ;
98
98
private const string _openapiDocVersion = "0.4.0" ;
99
- private const string _userAgent = "speakeasy-sdk/csharp 5.4.4 2.311.1 0.4.0 SpeakeasySDK" ;
99
+ private const string _userAgent = "speakeasy-sdk/csharp 5.4.5 2.312.0 0.4.0 SpeakeasySDK" ;
100
100
private string _serverUrl = "" ;
101
101
private ISpeakeasyHttpClient _defaultClient ;
102
102
private Func < Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -51,10 +51,10 @@ public class Artifacts: IArtifacts
51
51
{
52
52
public SDKConfig SDKConfiguration { get ; private set ; }
53
53
private const string _language = "csharp" ;
54
- private const string _sdkVersion = "5.4.4 " ;
55
- private const string _sdkGenVersion = "2.311.1 " ;
54
+ private const string _sdkVersion = "5.4.5 " ;
55
+ private const string _sdkGenVersion = "2.312.0 " ;
56
56
private const string _openapiDocVersion = "0.4.0" ;
57
- private const string _userAgent = "speakeasy-sdk/csharp 5.4.4 2.311.1 0.4.0 SpeakeasySDK" ;
57
+ private const string _userAgent = "speakeasy-sdk/csharp 5.4.5 2.312.0 0.4.0 SpeakeasySDK" ;
58
58
private string _serverUrl = "" ;
59
59
private ISpeakeasyHttpClient _defaultClient ;
60
60
private Func < Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -59,10 +59,10 @@ public class Auth: IAuth
59
59
{
60
60
public SDKConfig SDKConfiguration { get ; private set ; }
61
61
private const string _language = "csharp" ;
62
- private const string _sdkVersion = "5.4.4 " ;
63
- private const string _sdkGenVersion = "2.311.1 " ;
62
+ private const string _sdkVersion = "5.4.5 " ;
63
+ private const string _sdkGenVersion = "2.312.0 " ;
64
64
private const string _openapiDocVersion = "0.4.0" ;
65
- private const string _userAgent = "speakeasy-sdk/csharp 5.4.4 2.311.1 0.4.0 SpeakeasySDK" ;
65
+ private const string _userAgent = "speakeasy-sdk/csharp 5.4.5 2.312.0 0.4.0 SpeakeasySDK" ;
66
66
private string _serverUrl = "" ;
67
67
private ISpeakeasyHttpClient _defaultClient ;
68
68
private Func < Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -55,10 +55,10 @@ public class Embeds: IEmbeds
55
55
{
56
56
public SDKConfig SDKConfiguration { get ; private set ; }
57
57
private const string _language = "csharp" ;
58
- private const string _sdkVersion = "5.4.4 " ;
59
- private const string _sdkGenVersion = "2.311.1 " ;
58
+ private const string _sdkVersion = "5.4.5 " ;
59
+ private const string _sdkGenVersion = "2.312.0 " ;
60
60
private const string _openapiDocVersion = "0.4.0" ;
61
- private const string _userAgent = "speakeasy-sdk/csharp 5.4.4 2.311.1 0.4.0 SpeakeasySDK" ;
61
+ private const string _userAgent = "speakeasy-sdk/csharp 5.4.5 2.312.0 0.4.0 SpeakeasySDK" ;
62
62
private string _serverUrl = "" ;
63
63
private ISpeakeasyHttpClient _defaultClient ;
64
64
private Func < Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -54,10 +54,10 @@ public class Events: IEvents
54
54
{
55
55
public SDKConfig SDKConfiguration { get ; private set ; }
56
56
private const string _language = "csharp" ;
57
- private const string _sdkVersion = "5.4.4 " ;
58
- private const string _sdkGenVersion = "2.311.1 " ;
57
+ private const string _sdkVersion = "5.4.5 " ;
58
+ private const string _sdkGenVersion = "2.312.0 " ;
59
59
private const string _openapiDocVersion = "0.4.0" ;
60
- private const string _userAgent = "speakeasy-sdk/csharp 5.4.4 2.311.1 0.4.0 SpeakeasySDK" ;
60
+ private const string _userAgent = "speakeasy-sdk/csharp 5.4.5 2.312.0 0.4.0 SpeakeasySDK" ;
61
61
private string _serverUrl = "" ;
62
62
private ISpeakeasyHttpClient _defaultClient ;
63
63
private Func < Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -50,10 +50,10 @@ public class Metadata: IMetadata
50
50
{
51
51
public SDKConfig SDKConfiguration { get ; private set ; }
52
52
private const string _language = "csharp" ;
53
- private const string _sdkVersion = "5.4.4 " ;
54
- private const string _sdkGenVersion = "2.311.1 " ;
53
+ private const string _sdkVersion = "5.4.5 " ;
54
+ private const string _sdkGenVersion = "2.312.0 " ;
55
55
private const string _openapiDocVersion = "0.4.0" ;
56
- private const string _userAgent = "speakeasy-sdk/csharp 5.4.4 2.311.1 0.4.0 SpeakeasySDK" ;
56
+ private const string _userAgent = "speakeasy-sdk/csharp 5.4.5 2.312.0 0.4.0 SpeakeasySDK" ;
57
57
private string _serverUrl = "" ;
58
58
private ISpeakeasyHttpClient _defaultClient ;
59
59
private Func < Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -168,6 +168,24 @@ public class TargetSDK
168
168
[ JsonProperty ( "repo_label" ) ]
169
169
public string ? RepoLabel { get ; set ; }
170
170
171
+ /// <summary>
172
+ /// The blob digest of the source.
173
+ /// </summary>
174
+ [ JsonProperty ( "source_blob_digest" ) ]
175
+ public string ? SourceBlobDigest { get ; set ; }
176
+
177
+ /// <summary>
178
+ /// The namespace name of the source.
179
+ /// </summary>
180
+ [ JsonProperty ( "source_namespace_name" ) ]
181
+ public string ? SourceNamespaceName { get ; set ; }
182
+
183
+ /// <summary>
184
+ /// The revision digest of the source.
185
+ /// </summary>
186
+ [ JsonProperty ( "source_revision_digest" ) ]
187
+ public string ? SourceRevisionDigest { get ; set ; }
188
+
171
189
/// <summary>
172
190
/// Indicates whether the event was successful.
173
191
/// </summary>
You can’t perform that action at this time.
0 commit comments