File tree Expand file tree Collapse file tree 26 files changed +101
-66
lines changed Expand file tree Collapse file tree 26 files changed +101
-66
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: 9531c94b3e2fdcb61add911e4d5d1b28
4
+ docChecksum: 48caee63217cf42b334122c89dc04004
5
5
docVersion: 0.4.0 .
6
- speakeasyVersion: 1.304.0
7
- generationVersion: 2.340.3
8
- releaseVersion: 5.9.9
9
- configChecksum: c3a21eed7d5f88114e00c79549591e45
6
+ speakeasyVersion: 1.308.1
7
+ generationVersion: 2.342.6
8
+ releaseVersion: 5.9.10
9
+ configChecksum: ac1bf5eae4bb768acfc687db28521067
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.5
16
+ core: 3.9.6
17
17
deprecations: 2.81.2
18
18
examples: 2.81.3
19
19
globalSecurity: 2.83.4
Original file line number Diff line number Diff line change 1
- speakeasyVersion: 1.304.0
1
+ speakeasyVersion: 1.308.1
2
2
sources:
3
3
speakeasy:
4
4
sourceNamespace: speakeasy
5
- sourceRevisionDigest: sha256:972dbd36558053d749566819439a27c22eedfb19a13b1e3451d1dd039aa6d790
6
- sourceBlobDigest: sha256:a7861bfc66e83de04eb03e0a81fb58931d2a4e52907e98a6082fc3b11dcf94d1
5
+ sourceRevisionDigest: sha256:a8e224b03762364b409a2546840ee21386cc6be83629a947ca636037c1ab6b58
6
+ sourceBlobDigest: sha256:78ea2d02cbd69531c53e43dd727b8213f6d1fa3894ea3e064a9fcaa2d6a4c90b
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:972dbd36558053d749566819439a27c22eedfb19a13b1e3451d1dd039aa6d790
15
- sourceBlobDigest: sha256:a7861bfc66e83de04eb03e0a81fb58931d2a4e52907e98a6082fc3b11dcf94d1
14
+ sourceRevisionDigest: sha256:a8e224b03762364b409a2546840ee21386cc6be83629a947ca636037c1ab6b58
15
+ sourceBlobDigest: sha256:78ea2d02cbd69531c53e43dd727b8213f6d1fa3894ea3e064a9fcaa2d6a4c90b
16
16
outLocation: /github/workspace/repo
17
17
workflow:
18
18
workflowVersion: 1.0.0
Original file line number Diff line number Diff line change @@ -768,4 +768,14 @@ Based on:
768
768
### Generated
769
769
- [ csharp v5.9.9] .
770
770
### Releases
771
- - [ NuGet v5.9.9] https://www.nuget.org/packages/SpeakeasySDK/5.9.9 - .
771
+ - [ NuGet v5.9.9] https://www.nuget.org/packages/SpeakeasySDK/5.9.9 - .
772
+
773
+ ## 2024-06-18 00:17:00
774
+ ### Changes
775
+ Based on:
776
+ - OpenAPI Doc
777
+ - Speakeasy CLI 1.308.1 (2.342.6) https://github.com/speakeasy-api/speakeasy
778
+ ### Generated
779
+ - [ csharp v5.9.10] .
780
+ ### Releases
781
+ - [ NuGet v5.9.10] https://www.nuget.org/packages/SpeakeasySDK/5.9.10 - .
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.9 " ;
102
- private const string _sdkGenVersion = "2.340.3 " ;
101
+ private const string _sdkVersion = "5.9.10 " ;
102
+ private const string _sdkGenVersion = "2.342.6 " ;
103
103
private const string _openapiDocVersion = "0.4.0 ." ;
104
- private const string _userAgent = "speakeasy-sdk/csharp 5.9.9 2.340.3 0.4.0 . SpeakeasySDK" ;
104
+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.10 2.342.6 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.9 " ;
98
- private const string _sdkGenVersion = "2.340.3 " ;
97
+ private const string _sdkVersion = "5.9.10 " ;
98
+ private const string _sdkGenVersion = "2.342.6 " ;
99
99
private const string _openapiDocVersion = "0.4.0 ." ;
100
- private const string _userAgent = "speakeasy-sdk/csharp 5.9.9 2.340.3 0.4.0 . SpeakeasySDK" ;
100
+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.10 2.342.6 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 @@ -57,10 +57,10 @@ public class Artifacts: IArtifacts
57
57
{
58
58
public SDKConfig SDKConfiguration { get ; private set ; }
59
59
private const string _language = "csharp" ;
60
- private const string _sdkVersion = "5.9.9 " ;
61
- private const string _sdkGenVersion = "2.340.3 " ;
60
+ private const string _sdkVersion = "5.9.10 " ;
61
+ private const string _sdkGenVersion = "2.342.6 " ;
62
62
private const string _openapiDocVersion = "0.4.0 ." ;
63
- private const string _userAgent = "speakeasy-sdk/csharp 5.9.9 2.340.3 0.4.0 . SpeakeasySDK" ;
63
+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.10 2.342.6 0.4.0 . SpeakeasySDK" ;
64
64
private string _serverUrl = "" ;
65
65
private ISpeakeasyHttpClient _client ;
66
66
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.9 " ;
64
- private const string _sdkGenVersion = "2.340.3 " ;
63
+ private const string _sdkVersion = "5.9.10 " ;
64
+ private const string _sdkGenVersion = "2.342.6 " ;
65
65
private const string _openapiDocVersion = "0.4.0 ." ;
66
- private const string _userAgent = "speakeasy-sdk/csharp 5.9.9 2.340.3 0.4.0 . SpeakeasySDK" ;
66
+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.10 2.342.6 0.4.0 . SpeakeasySDK" ;
67
67
private string _serverUrl = "" ;
68
68
private ISpeakeasyHttpClient _client ;
69
69
private Func < Security > ? _securitySource ;
@@ -291,7 +291,8 @@ public async Task<GetWorkspaceAccessResponse> GetWorkspaceAccessAsync(GetWorkspa
291
291
retryConfig = new RetryConfig (
292
292
strategy : RetryConfig . RetryStrategy . BACKOFF ,
293
293
backoff : backoff ,
294
- retryConnectionErrors : true ) ;
294
+ retryConnectionErrors : true
295
+ ) ;
295
296
}
296
297
}
297
298
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.9 " ;
60
- private const string _sdkGenVersion = "2.340.3 " ;
59
+ private const string _sdkVersion = "5.9.10 " ;
60
+ private const string _sdkGenVersion = "2.342.6 " ;
61
61
private const string _openapiDocVersion = "0.4.0 ." ;
62
- private const string _userAgent = "speakeasy-sdk/csharp 5.9.9 2.340.3 0.4.0 . SpeakeasySDK" ;
62
+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.10 2.342.6 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.9 " ;
64
- private const string _sdkGenVersion = "2.340.3 " ;
63
+ private const string _sdkVersion = "5.9.10 " ;
64
+ private const string _sdkGenVersion = "2.342.6 " ;
65
65
private const string _openapiDocVersion = "0.4.0 ." ;
66
- private const string _userAgent = "speakeasy-sdk/csharp 5.9.9 2.340.3 0.4.0 . SpeakeasySDK" ;
66
+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.10 2.342.6 0.4.0 . SpeakeasySDK" ;
67
67
private string _serverUrl = "" ;
68
68
private ISpeakeasyHttpClient _client ;
69
69
private Func < Security > ? _securitySource ;
@@ -313,7 +313,8 @@ public async Task<PostWorkspaceEventsResponse> PostWorkspaceEventsAsync(PostWork
313
313
retryConfig = new RetryConfig (
314
314
strategy : RetryConfig . RetryStrategy . BACKOFF ,
315
315
backoff : backoff ,
316
- retryConnectionErrors : true ) ;
316
+ retryConnectionErrors : true
317
+ ) ;
317
318
}
318
319
}
319
320
Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ public class Github: IGithub
33
33
{
34
34
public SDKConfig SDKConfiguration { get ; private set ; }
35
35
private const string _language = "csharp" ;
36
- private const string _sdkVersion = "5.9.9 " ;
37
- private const string _sdkGenVersion = "2.340.3 " ;
36
+ private const string _sdkVersion = "5.9.10 " ;
37
+ private const string _sdkGenVersion = "2.342.6 " ;
38
38
private const string _openapiDocVersion = "0.4.0 ." ;
39
- private const string _userAgent = "speakeasy-sdk/csharp 5.9.9 2.340.3 0.4.0 . SpeakeasySDK" ;
39
+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.10 2.342.6 0.4.0 . SpeakeasySDK" ;
40
40
private string _serverUrl = "" ;
41
41
private ISpeakeasyHttpClient _client ;
42
42
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.9 " ;
55
- private const string _sdkGenVersion = "2.340.3 " ;
54
+ private const string _sdkVersion = "5.9.10 " ;
55
+ private const string _sdkGenVersion = "2.342.6 " ;
56
56
private const string _openapiDocVersion = "0.4.0 ." ;
57
- private const string _userAgent = "speakeasy-sdk/csharp 5.9.9 2.340.3 0.4.0 . SpeakeasySDK" ;
57
+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.10 2.342.6 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 9
9
#nullable enable
10
10
namespace SpeakeasySDK . Models . Operations
11
11
{
12
+ using SpeakeasySDK . Models . Shared ;
12
13
using SpeakeasySDK . Utils ;
13
14
14
15
public class SearchWorkspaceEventsRequest
15
16
{
16
17
18
+ /// <summary>
19
+ /// A specific gen lock ID for the events.
20
+ /// </summary>
21
+ [ SpeakeasyMetadata ( "queryParam:style=form,explode=true,name=generate_gen_lock_id" ) ]
22
+ public string ? GenerateGenLockId { get ; set ; }
23
+
24
+ /// <summary>
25
+ /// Specified interaction type for events.
26
+ /// </summary>
27
+ [ SpeakeasyMetadata ( "queryParam:style=form,explode=true,name=interaction_type" ) ]
28
+ public InteractionType ? InteractionType { get ; set ; }
29
+
17
30
/// <summary>
18
31
/// Unique identifier of the lint report digest.
19
32
/// </summary>
Original file line number Diff line number Diff line change @@ -34,6 +34,9 @@ public class ApiKeyDetails
34
34
[ JsonProperty ( "org_slug" ) ]
35
35
public string OrgSlug { get ; set ; } = default ! ;
36
36
37
+ [ JsonProperty ( "telemetry_disabled" ) ]
38
+ public bool TelemetryDisabled { get ; set ; } = default ! ;
39
+
37
40
[ JsonProperty ( "workspace_id" ) ]
38
41
public string WorkspaceId { get ; set ; } = default ! ;
39
42
Original file line number Diff line number Diff line change @@ -35,6 +35,9 @@ public class Organization
35
35
[ JsonProperty ( "slug" ) ]
36
36
public string ? Slug { get ; set ; }
37
37
38
+ [ JsonProperty ( "telemetry_disabled" ) ]
39
+ public bool TelemetryDisabled { get ; set ; } = default ! ;
40
+
38
41
[ JsonProperty ( "updated_at" ) ]
39
42
public DateTime ? UpdatedAt { get ; set ; }
40
43
}
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.9 " ;
60
- private const string _sdkGenVersion = "2.340.3 " ;
59
+ private const string _sdkVersion = "5.9.10 " ;
60
+ private const string _sdkGenVersion = "2.342.6 " ;
61
61
private const string _openapiDocVersion = "0.4.0 ." ;
62
- private const string _userAgent = "speakeasy-sdk/csharp 5.9.9 2.340.3 0.4.0 . SpeakeasySDK" ;
62
+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.10 2.342.6 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.9 " ;
55
- private const string _sdkGenVersion = "2.340.3 " ;
54
+ private const string _sdkVersion = "5.9.10 " ;
55
+ private const string _sdkGenVersion = "2.342.6 " ;
56
56
private const string _openapiDocVersion = "0.4.0 ." ;
57
- private const string _userAgent = "speakeasy-sdk/csharp 5.9.9 2.340.3 0.4.0 . SpeakeasySDK" ;
57
+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.10 2.342.6 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.9 " ;
65
- private const string _sdkGenVersion = "2.340.3 " ;
64
+ private const string _sdkVersion = "5.9.10 " ;
65
+ private const string _sdkGenVersion = "2.342.6 " ;
66
66
private const string _openapiDocVersion = "0.4.0 ." ;
67
- private const string _userAgent = "speakeasy-sdk/csharp 5.9.9 2.340.3 0.4.0 . SpeakeasySDK" ;
67
+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.10 2.342.6 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 @@ -147,10 +147,10 @@ public class SDK: ISDK
147
147
public SDKConfig SDKConfiguration { get ; private set ; }
148
148
149
149
private const string _language = "csharp" ;
150
- private const string _sdkVersion = "5.9.9 " ;
151
- private const string _sdkGenVersion = "2.340.3 " ;
150
+ private const string _sdkVersion = "5.9.10 " ;
151
+ private const string _sdkGenVersion = "2.342.6 " ;
152
152
private const string _openapiDocVersion = "0.4.0 ." ;
153
- private const string _userAgent = "speakeasy-sdk/csharp 5.9.9 2.340.3 0.4.0 . SpeakeasySDK" ;
153
+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.10 2.342.6 0.4.0 . SpeakeasySDK" ;
154
154
private string _serverUrl = "" ;
155
155
private SDKConfig . Server ? _server = null ;
156
156
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.9 " ;
100
- private const string _sdkGenVersion = "2.340.3 " ;
99
+ private const string _sdkVersion = "5.9.10 " ;
100
+ private const string _sdkGenVersion = "2.342.6 " ;
101
101
private const string _openapiDocVersion = "0.4.0 ." ;
102
- private const string _userAgent = "speakeasy-sdk/csharp 5.9.9 2.340.3 0.4.0 . SpeakeasySDK" ;
102
+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.10 2.342.6 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 2
2
<PropertyGroup >
3
3
<IsPackable >true</IsPackable >
4
4
<PackageId >SpeakeasySDK</PackageId >
5
- <Version >5.9.9 </Version >
5
+ <Version >5.9.10 </Version >
6
6
<Authors >Speakeasy</Authors >
7
7
<TargetFramework >net8.0</TargetFramework >
8
8
<Nullable >enable</Nullable >
13
13
</PropertyGroup >
14
14
15
15
<ItemGroup >
16
- <None Include =" ..\NUGET_README .md" Pack =" true" PackagePath =" README.md " />
16
+ <None Include =" ..\README .md" Pack =" true" PackagePath =" \ " />
17
17
<None Include =" ..\docs\**\*" Pack =" true" PackagePath =" \docs" CopyToOutputDirectory =" PreserveNewest" />
18
18
19
19
<PackageReference Include =" newtonsoft.json" Version =" 13.0.3" />
Original file line number Diff line number Diff line change @@ -45,10 +45,10 @@ public class Suggest: ISuggest
45
45
{
46
46
public SDKConfig SDKConfiguration { get ; private set ; }
47
47
private const string _language = "csharp" ;
48
- private const string _sdkVersion = "5.9.9 " ;
49
- private const string _sdkGenVersion = "2.340.3 " ;
48
+ private const string _sdkVersion = "5.9.10 " ;
49
+ private const string _sdkGenVersion = "2.342.6 " ;
50
50
private const string _openapiDocVersion = "0.4.0 ." ;
51
- private const string _userAgent = "speakeasy-sdk/csharp 5.9.9 2.340.3 0.4.0 . SpeakeasySDK" ;
51
+ private const string _userAgent = "speakeasy-sdk/csharp 5.9.10 2.342.6 0.4.0 . SpeakeasySDK" ;
52
52
private string _serverUrl = "" ;
53
53
private ISpeakeasyHttpClient _client ;
54
54
private Func < Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ public interface ISpeakeasyHttpClient
35
35
Task < HttpRequestMessage > CloneAsync ( HttpRequestMessage request ) ;
36
36
}
37
37
38
- internal class SpeakeasyHttpClient : ISpeakeasyHttpClient
38
+ public class SpeakeasyHttpClient : ISpeakeasyHttpClient
39
39
{
40
40
protected readonly HttpClient httpClient ;
41
41
You can’t perform that action at this time.
0 commit comments