Skip to content

Commit 1ab1e85

Browse files
authored
Merge pull request #17 from speakeasy-api/speakeasy-sdk-regen-1718141802
chore: 🐝 Update SDK - Generate
2 parents c6cd179 + 95623b7 commit 1ab1e85

19 files changed

+64
-54
lines changed

.speakeasy/gen.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ id: f73d2126-985b-4d69-88ee-b7c69254d8bf
33
management:
44
docChecksum: 9531c94b3e2fdcb61add911e4d5d1b28
55
docVersion: 0.4.0 .
6-
speakeasyVersion: 1.303.4
7-
generationVersion: 2.340.2
8-
releaseVersion: 5.9.8
9-
configChecksum: 791fd2f911bf25fb6994d0ce5c4f2a35
6+
speakeasyVersion: 1.304.0
7+
generationVersion: 2.340.3
8+
releaseVersion: 5.9.9
9+
configChecksum: c3a21eed7d5f88114e00c79549591e45
1010
repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-csharp.git
1111
repoSubDirectory: .
1212
published: true

.speakeasy/workflow.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
speakeasyVersion: 1.303.4
1+
speakeasyVersion: 1.304.0
22
sources:
33
speakeasy:
44
sourceNamespace: speakeasy
5-
sourceRevisionDigest: sha256:893e2efb5965c9a3d939a95ceb8331a259741baabcbefa684c19629583e54a25
6-
sourceBlobDigest: sha256:948da304561cceb9369aaff4c1bfe218a30e5ca930fedc36a4ccb0855ccae956
5+
sourceRevisionDigest: sha256:972dbd36558053d749566819439a27c22eedfb19a13b1e3451d1dd039aa6d790
6+
sourceBlobDigest: sha256:a7861bfc66e83de04eb03e0a81fb58931d2a4e52907e98a6082fc3b11dcf94d1
77
tags:
88
- latest
99
- main
1010
targets:
1111
speakeasy-client-sdk-csharp:
1212
source: speakeasy
1313
sourceNamespace: speakeasy
14-
sourceRevisionDigest: sha256:893e2efb5965c9a3d939a95ceb8331a259741baabcbefa684c19629583e54a25
15-
sourceBlobDigest: sha256:948da304561cceb9369aaff4c1bfe218a30e5ca930fedc36a4ccb0855ccae956
14+
sourceRevisionDigest: sha256:972dbd36558053d749566819439a27c22eedfb19a13b1e3451d1dd039aa6d790
15+
sourceBlobDigest: sha256:a7861bfc66e83de04eb03e0a81fb58931d2a4e52907e98a6082fc3b11dcf94d1
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
@@ -758,4 +758,14 @@ Based on:
758758
### Generated
759759
- [csharp v5.9.8] .
760760
### Releases
761-
- [NuGet v5.9.8] https://www.nuget.org/packages/SpeakeasySDK/5.9.8 - .
761+
- [NuGet v5.9.8] https://www.nuget.org/packages/SpeakeasySDK/5.9.8 - .
762+
763+
## 2024-06-11 21:36:40
764+
### Changes
765+
Based on:
766+
- OpenAPI Doc
767+
- Speakeasy CLI 1.304.0 (2.340.3) https://github.com/speakeasy-api/speakeasy
768+
### Generated
769+
- [csharp v5.9.9] .
770+
### Releases
771+
- [NuGet v5.9.9] https://www.nuget.org/packages/SpeakeasySDK/5.9.9 - .

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.8";
102-
private const string _sdkGenVersion = "2.340.2";
101+
private const string _sdkVersion = "5.9.9";
102+
private const string _sdkGenVersion = "2.340.3";
103103
private const string _openapiDocVersion = "0.4.0 .";
104-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.8 2.340.2 0.4.0 . SpeakeasySDK";
104+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.9 2.340.3 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.8";
98-
private const string _sdkGenVersion = "2.340.2";
97+
private const string _sdkVersion = "5.9.9";
98+
private const string _sdkGenVersion = "2.340.3";
9999
private const string _openapiDocVersion = "0.4.0 .";
100-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.8 2.340.2 0.4.0 . SpeakeasySDK";
100+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.9 2.340.3 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.8";
61-
private const string _sdkGenVersion = "2.340.2";
60+
private const string _sdkVersion = "5.9.9";
61+
private const string _sdkGenVersion = "2.340.3";
6262
private const string _openapiDocVersion = "0.4.0 .";
63-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.8 2.340.2 0.4.0 . SpeakeasySDK";
63+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.9 2.340.3 0.4.0 . SpeakeasySDK";
6464
private string _serverUrl = "";
6565
private ISpeakeasyHttpClient _client;
6666
private Func<Security>? _securitySource;

SpeakeasySDK/Auth.cs

Lines changed: 3 additions & 3 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.8";
64-
private const string _sdkGenVersion = "2.340.2";
63+
private const string _sdkVersion = "5.9.9";
64+
private const string _sdkGenVersion = "2.340.3";
6565
private const string _openapiDocVersion = "0.4.0 .";
66-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.8 2.340.2 0.4.0 . SpeakeasySDK";
66+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.9 2.340.3 0.4.0 . SpeakeasySDK";
6767
private string _serverUrl = "";
6868
private ISpeakeasyHttpClient _client;
6969
private Func<Security>? _securitySource;

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.8";
60-
private const string _sdkGenVersion = "2.340.2";
59+
private const string _sdkVersion = "5.9.9";
60+
private const string _sdkGenVersion = "2.340.3";
6161
private const string _openapiDocVersion = "0.4.0 .";
62-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.8 2.340.2 0.4.0 . SpeakeasySDK";
62+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.9 2.340.3 0.4.0 . SpeakeasySDK";
6363
private string _serverUrl = "";
6464
private ISpeakeasyHttpClient _client;
6565
private Func<Security>? _securitySource;

SpeakeasySDK/Events.cs

Lines changed: 3 additions & 3 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.8";
64-
private const string _sdkGenVersion = "2.340.2";
63+
private const string _sdkVersion = "5.9.9";
64+
private const string _sdkGenVersion = "2.340.3";
6565
private const string _openapiDocVersion = "0.4.0 .";
66-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.8 2.340.2 0.4.0 . SpeakeasySDK";
66+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.9 2.340.3 0.4.0 . SpeakeasySDK";
6767
private string _serverUrl = "";
6868
private ISpeakeasyHttpClient _client;
6969
private Func<Security>? _securitySource;

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.8";
37-
private const string _sdkGenVersion = "2.340.2";
36+
private const string _sdkVersion = "5.9.9";
37+
private const string _sdkGenVersion = "2.340.3";
3838
private const string _openapiDocVersion = "0.4.0 .";
39-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.8 2.340.2 0.4.0 . SpeakeasySDK";
39+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.9 2.340.3 0.4.0 . SpeakeasySDK";
4040
private string _serverUrl = "";
4141
private ISpeakeasyHttpClient _client;
4242
private Func<Security>? _securitySource;

SpeakeasySDK/Metadata.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ public class Metadata: IMetadata
5151
{
5252
public SDKConfig SDKConfiguration { get; private set; }
5353
private const string _language = "csharp";
54-
private const string _sdkVersion = "5.9.8";
55-
private const string _sdkGenVersion = "2.340.2";
54+
private const string _sdkVersion = "5.9.9";
55+
private const string _sdkGenVersion = "2.340.3";
5656
private const string _openapiDocVersion = "0.4.0 .";
57-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.8 2.340.2 0.4.0 . SpeakeasySDK";
57+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.9 2.340.3 0.4.0 . SpeakeasySDK";
5858
private string _serverUrl = "";
5959
private ISpeakeasyHttpClient _client;
6060
private Func<Security>? _securitySource;

SpeakeasySDK/Organizations.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ public class Organizations: IOrganizations
5656
{
5757
public SDKConfig SDKConfiguration { get; private set; }
5858
private const string _language = "csharp";
59-
private const string _sdkVersion = "5.9.8";
60-
private const string _sdkGenVersion = "2.340.2";
59+
private const string _sdkVersion = "5.9.9";
60+
private const string _sdkGenVersion = "2.340.3";
6161
private const string _openapiDocVersion = "0.4.0 .";
62-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.8 2.340.2 0.4.0 . SpeakeasySDK";
62+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.9 2.340.3 0.4.0 . SpeakeasySDK";
6363
private string _serverUrl = "";
6464
private ISpeakeasyHttpClient _client;
6565
private Func<Security>? _securitySource;

SpeakeasySDK/Reports.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ public class Reports: IReports
5151
{
5252
public SDKConfig SDKConfiguration { get; private set; }
5353
private const string _language = "csharp";
54-
private const string _sdkVersion = "5.9.8";
55-
private const string _sdkGenVersion = "2.340.2";
54+
private const string _sdkVersion = "5.9.9";
55+
private const string _sdkGenVersion = "2.340.3";
5656
private const string _openapiDocVersion = "0.4.0 .";
57-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.8 2.340.2 0.4.0 . SpeakeasySDK";
57+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.9 2.340.3 0.4.0 . SpeakeasySDK";
5858
private string _serverUrl = "";
5959
private ISpeakeasyHttpClient _client;
6060
private Func<Security>? _securitySource;

SpeakeasySDK/Requests.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ public class Requests: IRequests
6161
{
6262
public SDKConfig SDKConfiguration { get; private set; }
6363
private const string _language = "csharp";
64-
private const string _sdkVersion = "5.9.8";
65-
private const string _sdkGenVersion = "2.340.2";
64+
private const string _sdkVersion = "5.9.9";
65+
private const string _sdkGenVersion = "2.340.3";
6666
private const string _openapiDocVersion = "0.4.0 .";
67-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.8 2.340.2 0.4.0 . SpeakeasySDK";
67+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.9 2.340.3 0.4.0 . SpeakeasySDK";
6868
private string _serverUrl = "";
6969
private ISpeakeasyHttpClient _client;
7070
private Func<Security>? _securitySource;

SpeakeasySDK/SDK.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,10 @@ public class SDK: ISDK
147147
public SDKConfig SDKConfiguration { get; private set; }
148148

149149
private const string _language = "csharp";
150-
private const string _sdkVersion = "5.9.8";
151-
private const string _sdkGenVersion = "2.340.2";
150+
private const string _sdkVersion = "5.9.9";
151+
private const string _sdkGenVersion = "2.340.3";
152152
private const string _openapiDocVersion = "0.4.0 .";
153-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.8 2.340.2 0.4.0 . SpeakeasySDK";
153+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.9 2.340.3 0.4.0 . SpeakeasySDK";
154154
private string _serverUrl = "";
155155
private SDKConfig.Server? _server = null;
156156
private ISpeakeasyHttpClient _client;

SpeakeasySDK/Schemas.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ public class Schemas: ISchemas
9696
{
9797
public SDKConfig SDKConfiguration { get; private set; }
9898
private const string _language = "csharp";
99-
private const string _sdkVersion = "5.9.8";
100-
private const string _sdkGenVersion = "2.340.2";
99+
private const string _sdkVersion = "5.9.9";
100+
private const string _sdkGenVersion = "2.340.3";
101101
private const string _openapiDocVersion = "0.4.0 .";
102-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.8 2.340.2 0.4.0 . SpeakeasySDK";
102+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.9 2.340.3 0.4.0 . SpeakeasySDK";
103103
private string _serverUrl = "";
104104
private ISpeakeasyHttpClient _client;
105105
private Func<Security>? _securitySource;

SpeakeasySDK/SpeakeasySDK.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<IsPackable>true</IsPackable>
44
<PackageId>SpeakeasySDK</PackageId>
5-
<Version>5.9.8</Version>
5+
<Version>5.9.9</Version>
66
<Authors>Speakeasy</Authors>
77
<TargetFramework>net8.0</TargetFramework>
88
<Nullable>enable</Nullable>

SpeakeasySDK/Suggest.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ public class Suggest: ISuggest
4545
{
4646
public SDKConfig SDKConfiguration { get; private set; }
4747
private const string _language = "csharp";
48-
private const string _sdkVersion = "5.9.8";
49-
private const string _sdkGenVersion = "2.340.2";
48+
private const string _sdkVersion = "5.9.9";
49+
private const string _sdkGenVersion = "2.340.3";
5050
private const string _openapiDocVersion = "0.4.0 .";
51-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.8 2.340.2 0.4.0 . SpeakeasySDK";
51+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.9 2.340.3 0.4.0 . SpeakeasySDK";
5252
private string _serverUrl = "";
5353
private ISpeakeasyHttpClient _client;
5454
private Func<Security>? _securitySource;

gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ generation:
1010
auth:
1111
oAuth2ClientCredentialsEnabled: false
1212
csharp:
13-
version: 5.9.8
13+
version: 5.9.9
1414
additionalDependencies: []
1515
author: Speakeasy
1616
clientServerStatusCodesAsErrors: true

0 commit comments

Comments
 (0)