Skip to content

Commit 4a05e7a

Browse files
authored
Merge pull request #11 from speakeasy-api/speakeasy-sdk-regen-1718045269
chore: 🐝 Update SDK - Generate
2 parents 3fc8ff8 + f7082d5 commit 4a05e7a

20 files changed

+53
-37
lines changed

.speakeasy/gen.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ management:
55
docVersion: 0.4.0 .
66
speakeasyVersion: 1.300.1
77
generationVersion: 2.339.1
8-
releaseVersion: 5.9.5
9-
configChecksum: eebc409de646c542bfea1702ad5ff420
8+
releaseVersion: 5.9.6
9+
configChecksum: 837e595d8d25643ea6bbfd478979d54f
1010
repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-csharp.git
1111
repoSubDirectory: .
1212
published: true

.speakeasy/workflow.lock

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ speakeasyVersion: 1.300.1
22
sources:
33
speakeasy:
44
sourceNamespace: speakeasy
5-
sourceRevisionDigest: sha256:b36e759769a7cd49691af8f372ba7fdd8914170f6ee247631ae7da90b1bbd8b3
6-
sourceBlobDigest: sha256:158c8e1a2f99f1736b6676e7bc0d97b097aa62f9b3e4abb357e6f35aa1700ef8
5+
sourceRevisionDigest: sha256:81dfe70544c7661046cce71d816228095f7b7067c287c0a53821b809f0c49ed3
6+
sourceBlobDigest: sha256:b140ffbff4b14cb3dc8380f8f47a672ee911cf46cee03a3703633ddc16a06ae8
77
tags:
88
- latest
99
- main
1010
targets:
1111
speakeasy-client-sdk-csharp:
1212
source: speakeasy
1313
sourceNamespace: speakeasy
14-
sourceRevisionDigest: sha256:b36e759769a7cd49691af8f372ba7fdd8914170f6ee247631ae7da90b1bbd8b3
15-
sourceBlobDigest: sha256:158c8e1a2f99f1736b6676e7bc0d97b097aa62f9b3e4abb357e6f35aa1700ef8
14+
sourceRevisionDigest: sha256:81dfe70544c7661046cce71d816228095f7b7067c287c0a53821b809f0c49ed3
15+
sourceBlobDigest: sha256:b140ffbff4b14cb3dc8380f8f47a672ee911cf46cee03a3703633ddc16a06ae8
1616
outLocation: /github/workspace/repo
1717
workflow:
1818
workflowVersion: 1.0.0
@@ -27,3 +27,6 @@ workflow:
2727
speakeasy-client-sdk-csharp:
2828
target: csharp
2929
source: speakeasy
30+
publish:
31+
nuget:
32+
apiKey: $nuget_api_key

.speakeasy/workflow.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
workflowVersion: 1.0.0
2+
speakeasyVersion: latest
23
sources:
34
speakeasy:
45
inputs:
56
- location: https://docs.speakeasyapi.dev/openapi.yaml
7+
registry:
8+
location: registry.speakeasyapi.dev/speakeasy-self/speakeasy-self/speakeasy
69
targets:
710
speakeasy-client-sdk-csharp:
811
target: csharp

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,4 +728,14 @@ Based on:
728728
### Generated
729729
- [csharp v5.9.5] .
730730
### Releases
731-
- [NuGet v5.9.5] https://www.nuget.org/packages/SpeakeasySDK/5.9.5 - .
731+
- [NuGet v5.9.5] https://www.nuget.org/packages/SpeakeasySDK/5.9.5 - .
732+
733+
## 2024-06-10 18:47:47
734+
### Changes
735+
Based on:
736+
- OpenAPI Doc
737+
- Speakeasy CLI 1.300.1 (2.339.1) https://github.com/speakeasy-api/speakeasy
738+
### Generated
739+
- [csharp v5.9.6] .
740+
### Releases
741+
- [NuGet v5.9.6] https://www.nuget.org/packages/SpeakeasySDK/5.9.6 - .

SpeakeasySDK/ApiEndpoints.cs

Lines changed: 2 additions & 2 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.5";
101+
private const string _sdkVersion = "5.9.6";
102102
private const string _sdkGenVersion = "2.339.1";
103103
private const string _openapiDocVersion = "0.4.0 .";
104-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.5 2.339.1 0.4.0 . SpeakeasySDK";
104+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.6 2.339.1 0.4.0 . SpeakeasySDK";
105105
private string _serverUrl = "";
106106
private ISpeakeasyHttpClient _client;
107107
private Func<Security>? _securitySource;

SpeakeasySDK/Apis.cs

Lines changed: 2 additions & 2 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.5";
97+
private const string _sdkVersion = "5.9.6";
9898
private const string _sdkGenVersion = "2.339.1";
9999
private const string _openapiDocVersion = "0.4.0 .";
100-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.5 2.339.1 0.4.0 . SpeakeasySDK";
100+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.6 2.339.1 0.4.0 . SpeakeasySDK";
101101
private string _serverUrl = "";
102102
private ISpeakeasyHttpClient _client;
103103
private Func<Security>? _securitySource;

SpeakeasySDK/Artifacts.cs

Lines changed: 2 additions & 2 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.5";
60+
private const string _sdkVersion = "5.9.6";
6161
private const string _sdkGenVersion = "2.339.1";
6262
private const string _openapiDocVersion = "0.4.0 .";
63-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.5 2.339.1 0.4.0 . SpeakeasySDK";
63+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.6 2.339.1 0.4.0 . SpeakeasySDK";
6464
private string _serverUrl = "";
6565
private ISpeakeasyHttpClient _client;
6666
private Func<Security>? _securitySource;

SpeakeasySDK/Auth.cs

Lines changed: 2 additions & 2 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.5";
63+
private const string _sdkVersion = "5.9.6";
6464
private const string _sdkGenVersion = "2.339.1";
6565
private const string _openapiDocVersion = "0.4.0 .";
66-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.5 2.339.1 0.4.0 . SpeakeasySDK";
66+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.6 2.339.1 0.4.0 . SpeakeasySDK";
6767
private string _serverUrl = "";
6868
private ISpeakeasyHttpClient _client;
6969
private Func<Security>? _securitySource;

SpeakeasySDK/Embeds.cs

Lines changed: 2 additions & 2 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.5";
59+
private const string _sdkVersion = "5.9.6";
6060
private const string _sdkGenVersion = "2.339.1";
6161
private const string _openapiDocVersion = "0.4.0 .";
62-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.5 2.339.1 0.4.0 . SpeakeasySDK";
62+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.6 2.339.1 0.4.0 . SpeakeasySDK";
6363
private string _serverUrl = "";
6464
private ISpeakeasyHttpClient _client;
6565
private Func<Security>? _securitySource;

SpeakeasySDK/Events.cs

Lines changed: 2 additions & 2 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.5";
63+
private const string _sdkVersion = "5.9.6";
6464
private const string _sdkGenVersion = "2.339.1";
6565
private const string _openapiDocVersion = "0.4.0 .";
66-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.5 2.339.1 0.4.0 . SpeakeasySDK";
66+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.6 2.339.1 0.4.0 . SpeakeasySDK";
6767
private string _serverUrl = "";
6868
private ISpeakeasyHttpClient _client;
6969
private Func<Security>? _securitySource;

SpeakeasySDK/Github.cs

Lines changed: 2 additions & 2 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.5";
36+
private const string _sdkVersion = "5.9.6";
3737
private const string _sdkGenVersion = "2.339.1";
3838
private const string _openapiDocVersion = "0.4.0 .";
39-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.5 2.339.1 0.4.0 . SpeakeasySDK";
39+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.6 2.339.1 0.4.0 . SpeakeasySDK";
4040
private string _serverUrl = "";
4141
private ISpeakeasyHttpClient _client;
4242
private Func<Security>? _securitySource;

SpeakeasySDK/Metadata.cs

Lines changed: 2 additions & 2 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.5";
54+
private const string _sdkVersion = "5.9.6";
5555
private const string _sdkGenVersion = "2.339.1";
5656
private const string _openapiDocVersion = "0.4.0 .";
57-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.5 2.339.1 0.4.0 . SpeakeasySDK";
57+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.6 2.339.1 0.4.0 . SpeakeasySDK";
5858
private string _serverUrl = "";
5959
private ISpeakeasyHttpClient _client;
6060
private Func<Security>? _securitySource;

SpeakeasySDK/Organizations.cs

Lines changed: 2 additions & 2 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.5";
59+
private const string _sdkVersion = "5.9.6";
6060
private const string _sdkGenVersion = "2.339.1";
6161
private const string _openapiDocVersion = "0.4.0 .";
62-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.5 2.339.1 0.4.0 . SpeakeasySDK";
62+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.6 2.339.1 0.4.0 . SpeakeasySDK";
6363
private string _serverUrl = "";
6464
private ISpeakeasyHttpClient _client;
6565
private Func<Security>? _securitySource;

SpeakeasySDK/Reports.cs

Lines changed: 2 additions & 2 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.5";
54+
private const string _sdkVersion = "5.9.6";
5555
private const string _sdkGenVersion = "2.339.1";
5656
private const string _openapiDocVersion = "0.4.0 .";
57-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.5 2.339.1 0.4.0 . SpeakeasySDK";
57+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.6 2.339.1 0.4.0 . SpeakeasySDK";
5858
private string _serverUrl = "";
5959
private ISpeakeasyHttpClient _client;
6060
private Func<Security>? _securitySource;

SpeakeasySDK/Requests.cs

Lines changed: 2 additions & 2 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.5";
64+
private const string _sdkVersion = "5.9.6";
6565
private const string _sdkGenVersion = "2.339.1";
6666
private const string _openapiDocVersion = "0.4.0 .";
67-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.5 2.339.1 0.4.0 . SpeakeasySDK";
67+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.6 2.339.1 0.4.0 . SpeakeasySDK";
6868
private string _serverUrl = "";
6969
private ISpeakeasyHttpClient _client;
7070
private Func<Security>? _securitySource;

SpeakeasySDK/Schemas.cs

Lines changed: 2 additions & 2 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.5";
99+
private const string _sdkVersion = "5.9.6";
100100
private const string _sdkGenVersion = "2.339.1";
101101
private const string _openapiDocVersion = "0.4.0 .";
102-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.5 2.339.1 0.4.0 . SpeakeasySDK";
102+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.6 2.339.1 0.4.0 . SpeakeasySDK";
103103
private string _serverUrl = "";
104104
private ISpeakeasyHttpClient _client;
105105
private Func<Security>? _securitySource;

SpeakeasySDK/Speakeasy.cs

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

149149
private const string _language = "csharp";
150-
private const string _sdkVersion = "5.9.5";
150+
private const string _sdkVersion = "5.9.6";
151151
private const string _sdkGenVersion = "2.339.1";
152152
private const string _openapiDocVersion = "0.4.0 .";
153-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.5 2.339.1 0.4.0 . SpeakeasySDK";
153+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.6 2.339.1 0.4.0 . SpeakeasySDK";
154154
private string _serverUrl = "";
155155
private SDKConfig.Server? _server = null;
156156
private ISpeakeasyHttpClient _client;

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.5</Version>
5+
<Version>5.9.6</Version>
66
<Authors>Speakeasy</Authors>
77
<TargetFramework>net5.0</TargetFramework>
88
<Nullable>enable</Nullable>

SpeakeasySDK/Suggest.cs

Lines changed: 2 additions & 2 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.5";
48+
private const string _sdkVersion = "5.9.6";
4949
private const string _sdkGenVersion = "2.339.1";
5050
private const string _openapiDocVersion = "0.4.0 .";
51-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.5 2.339.1 0.4.0 . SpeakeasySDK";
51+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.6 2.339.1 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.5
13+
version: 5.9.6
1414
additionalDependencies: []
1515
author: Speakeasy
1616
clientServerStatusCodesAsErrors: true

0 commit comments

Comments
 (0)