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>
Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ public class Organizations: IOrganizations
37
37
{
38
38
public SDKConfig SDKConfiguration { get ; private set ; }
39
39
private const string _language = "csharp" ;
40
- private const string _sdkVersion = "5.4.4 " ;
41
- private const string _sdkGenVersion = "2.311.1 " ;
40
+ private const string _sdkVersion = "5.4.5 " ;
41
+ private const string _sdkGenVersion = "2.312.0 " ;
42
42
private const string _openapiDocVersion = "0.4.0" ;
43
- private const string _userAgent = "speakeasy-sdk/csharp 5.4.4 2.311.1 0.4.0 SpeakeasySDK" ;
43
+ private const string _userAgent = "speakeasy-sdk/csharp 5.4.5 2.312.0 0.4.0 SpeakeasySDK" ;
44
44
private string _serverUrl = "" ;
45
45
private ISpeakeasyHttpClient _defaultClient ;
46
46
private Func < Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -50,10 +50,10 @@ public class Reports: IReports
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 @@ -60,10 +60,10 @@ public class Requests: IRequests
60
60
{
61
61
public SDKConfig SDKConfiguration { get ; private set ; }
62
62
private const string _language = "csharp" ;
63
- private const string _sdkVersion = "5.4.4 " ;
64
- private const string _sdkGenVersion = "2.311.1 " ;
63
+ private const string _sdkVersion = "5.4.5 " ;
64
+ private const string _sdkGenVersion = "2.312.0 " ;
65
65
private const string _openapiDocVersion = "0.4.0" ;
66
- private const string _userAgent = "speakeasy-sdk/csharp 5.4.4 2.311.1 0.4.0 SpeakeasySDK" ;
66
+ private const string _userAgent = "speakeasy-sdk/csharp 5.4.5 2.312.0 0.4.0 SpeakeasySDK" ;
67
67
private string _serverUrl = "" ;
68
68
private ISpeakeasyHttpClient _defaultClient ;
69
69
private Func < Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -95,10 +95,10 @@ public class Schemas: ISchemas
95
95
{
96
96
public SDKConfig SDKConfiguration { get ; private set ; }
97
97
private const string _language = "csharp" ;
98
- private const string _sdkVersion = "5.4.4 " ;
99
- private const string _sdkGenVersion = "2.311.1 " ;
98
+ private const string _sdkVersion = "5.4.5 " ;
99
+ private const string _sdkGenVersion = "2.312.0 " ;
100
100
private const string _openapiDocVersion = "0.4.0" ;
101
- private const string _userAgent = "speakeasy-sdk/csharp 5.4.4 2.311.1 0.4.0 SpeakeasySDK" ;
101
+ private const string _userAgent = "speakeasy-sdk/csharp 5.4.5 2.312.0 0.4.0 SpeakeasySDK" ;
102
102
private string _serverUrl = "" ;
103
103
private ISpeakeasyHttpClient _defaultClient ;
104
104
private Func < Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -127,10 +127,10 @@ public class Speakeasy: ISpeakeasy
127
127
public SDKConfig SDKConfiguration { get ; private set ; }
128
128
129
129
private const string _language = "csharp" ;
130
- private const string _sdkVersion = "5.4.4 " ;
131
- private const string _sdkGenVersion = "2.311.1 " ;
130
+ private const string _sdkVersion = "5.4.5 " ;
131
+ private const string _sdkGenVersion = "2.312.0 " ;
132
132
private const string _openapiDocVersion = "0.4.0" ;
133
- private const string _userAgent = "speakeasy-sdk/csharp 5.4.4 2.311.1 0.4.0 SpeakeasySDK" ;
133
+ private const string _userAgent = "speakeasy-sdk/csharp 5.4.5 2.312.0 0.4.0 SpeakeasySDK" ;
134
134
private string _serverUrl = "" ;
135
135
private SDKConfig . Server ? _server = null ;
136
136
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 >5.4.4 </Version >
5
+ <Version >5.4.5 </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 30
30
| ` LastEventId ` | * string* | :heavy_check_mark : | Unique identifier of the last event for the target |
31
31
| ` LastEventInteractionType ` | [ InteractionType] ( ../../Models/Shared/InteractionType.md ) | :heavy_check_mark : | Type of interaction. |
32
32
| ` RepoLabel ` | * string* | :heavy_minus_sign : | Label of the git repository. |
33
+ | ` SourceBlobDigest ` | * string* | :heavy_minus_sign : | The blob digest of the source. |
34
+ | ` SourceNamespaceName ` | * string* | :heavy_minus_sign : | The namespace name of the source. |
35
+ | ` SourceRevisionDigest ` | * string* | :heavy_minus_sign : | The revision digest of the source. |
33
36
| ` Success ` | * bool* | :heavy_minus_sign : | Indicates whether the event was successful. |
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ generation:
10
10
auth :
11
11
oAuth2ClientCredentialsEnabled : false
12
12
csharp :
13
- version : 5.4.4
13
+ version : 5.4.5
14
14
author : Speakeasy
15
15
clientServerStatusCodesAsErrors : true
16
16
disableNamespacePascalCasingApr2024 : false
You can’t perform that action at this time.
0 commit comments