Skip to content

Commit d23ebac

Browse files
authored
Merge pull request #18 from speakeasy-api/speakeasy-sdk-regen-1718237810
chore: 🐝 Update SDK - Generate
2 parents 1ab1e85 + ca8d5a5 commit d23ebac

26 files changed

+101
-66
lines changed

.speakeasy/gen.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
lockVersion: 2.0.0
22
id: f73d2126-985b-4d69-88ee-b7c69254d8bf
33
management:
4-
docChecksum: 9531c94b3e2fdcb61add911e4d5d1b28
4+
docChecksum: 48caee63217cf42b334122c89dc04004
55
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
1010
repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-csharp.git
1111
repoSubDirectory: .
1212
published: true
1313
features:
1414
csharp:
1515
additionalDependencies: 0.1.0
16-
core: 3.9.5
16+
core: 3.9.6
1717
deprecations: 2.81.2
1818
examples: 2.81.3
1919
globalSecurity: 2.83.4

.speakeasy/workflow.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
speakeasyVersion: 1.304.0
1+
speakeasyVersion: 1.308.1
22
sources:
33
speakeasy:
44
sourceNamespace: speakeasy
5-
sourceRevisionDigest: sha256:972dbd36558053d749566819439a27c22eedfb19a13b1e3451d1dd039aa6d790
6-
sourceBlobDigest: sha256:a7861bfc66e83de04eb03e0a81fb58931d2a4e52907e98a6082fc3b11dcf94d1
5+
sourceRevisionDigest: sha256:a8e224b03762364b409a2546840ee21386cc6be83629a947ca636037c1ab6b58
6+
sourceBlobDigest: sha256:78ea2d02cbd69531c53e43dd727b8213f6d1fa3894ea3e064a9fcaa2d6a4c90b
77
tags:
88
- latest
99
- main
1010
targets:
1111
speakeasy-client-sdk-csharp:
1212
source: speakeasy
1313
sourceNamespace: speakeasy
14-
sourceRevisionDigest: sha256:972dbd36558053d749566819439a27c22eedfb19a13b1e3451d1dd039aa6d790
15-
sourceBlobDigest: sha256:a7861bfc66e83de04eb03e0a81fb58931d2a4e52907e98a6082fc3b11dcf94d1
14+
sourceRevisionDigest: sha256:a8e224b03762364b409a2546840ee21386cc6be83629a947ca636037c1ab6b58
15+
sourceBlobDigest: sha256:78ea2d02cbd69531c53e43dd727b8213f6d1fa3894ea3e064a9fcaa2d6a4c90b
1616
outLocation: /github/workspace/repo
1717
workflow:
1818
workflowVersion: 1.0.0

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -768,4 +768,14 @@ Based on:
768768
### Generated
769769
- [csharp v5.9.9] .
770770
### 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 - .

SpeakeasySDK/ApiEndpoints.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,10 @@ public class ApiEndpoints: IApiEndpoints
9898
{
9999
public SDKConfig SDKConfiguration { get; private set; }
100100
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";
103103
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";
105105
private string _serverUrl = "";
106106
private ISpeakeasyHttpClient _client;
107107
private Func<Security>? _securitySource;

SpeakeasySDK/Apis.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ public class Apis: IApis
9494
{
9595
public SDKConfig SDKConfiguration { get; private set; }
9696
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";
9999
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";
101101
private string _serverUrl = "";
102102
private ISpeakeasyHttpClient _client;
103103
private Func<Security>? _securitySource;

SpeakeasySDK/Artifacts.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ public class Artifacts: IArtifacts
5757
{
5858
public SDKConfig SDKConfiguration { get; private set; }
5959
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";
6262
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";
6464
private string _serverUrl = "";
6565
private ISpeakeasyHttpClient _client;
6666
private Func<Security>? _securitySource;

SpeakeasySDK/Auth.cs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ public class Auth: IAuth
6060
{
6161
public SDKConfig SDKConfiguration { get; private set; }
6262
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";
6565
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";
6767
private string _serverUrl = "";
6868
private ISpeakeasyHttpClient _client;
6969
private Func<Security>? _securitySource;
@@ -291,7 +291,8 @@ public async Task<GetWorkspaceAccessResponse> GetWorkspaceAccessAsync(GetWorkspa
291291
retryConfig = new RetryConfig(
292292
strategy: RetryConfig.RetryStrategy.BACKOFF,
293293
backoff: backoff,
294-
retryConnectionErrors: true);
294+
retryConnectionErrors: true
295+
);
295296
}
296297
}
297298

SpeakeasySDK/Embeds.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ public class Embeds: IEmbeds
5656
{
5757
public SDKConfig SDKConfiguration { get; private set; }
5858
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";
6161
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";
6363
private string _serverUrl = "";
6464
private ISpeakeasyHttpClient _client;
6565
private Func<Security>? _securitySource;

SpeakeasySDK/Events.cs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ public class Events: IEvents
6060
{
6161
public SDKConfig SDKConfiguration { get; private set; }
6262
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";
6565
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";
6767
private string _serverUrl = "";
6868
private ISpeakeasyHttpClient _client;
6969
private Func<Security>? _securitySource;
@@ -313,7 +313,8 @@ public async Task<PostWorkspaceEventsResponse> PostWorkspaceEventsAsync(PostWork
313313
retryConfig = new RetryConfig(
314314
strategy: RetryConfig.RetryStrategy.BACKOFF,
315315
backoff: backoff,
316-
retryConnectionErrors: true);
316+
retryConnectionErrors: true
317+
);
317318
}
318319
}
319320

SpeakeasySDK/Github.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ public class Github: IGithub
3333
{
3434
public SDKConfig SDKConfiguration { get; private set; }
3535
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";
3838
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";
4040
private string _serverUrl = "";
4141
private ISpeakeasyHttpClient _client;
4242
private Func<Security>? _securitySource;

0 commit comments

Comments
 (0)