Skip to content

Commit 6dcfef6

Browse files
authored
Merge pull request #6 from speakeasy-api/speakeasy-sdk-regen-1718032363
chore: 🐝 Update SDK - Generate
2 parents 5b373a7 + 5b14016 commit 6dcfef6

20 files changed

+74
-33
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.3
9-
configChecksum: f4b55564817d04155699f9166432d2a5
8+
releaseVersion: 5.9.4
9+
configChecksum: c04f5403d0014003ffb7251e63fc8b38
1010
repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-csharp.git
1111
repoSubDirectory: .
1212
published: true

.speakeasy/workflow.lock

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
speakeasyVersion: 1.300.1
2+
sources:
3+
speakeasy:
4+
sourceNamespace: speakeasy
5+
sourceRevisionDigest: sha256:7a512505598c101feeb47f4df2312135393560fb070ca1b9e70db9da256ba355
6+
sourceBlobDigest: sha256:db9a84a04b8bcfa591baffa9d62d797f1f0965495d5dc5599c2b80667badca00
7+
tags:
8+
- latest
9+
- main
10+
targets:
11+
speakeasy-client-sdk-csharp:
12+
source: speakeasy
13+
sourceNamespace: speakeasy
14+
sourceRevisionDigest: sha256:7a512505598c101feeb47f4df2312135393560fb070ca1b9e70db9da256ba355
15+
sourceBlobDigest: sha256:db9a84a04b8bcfa591baffa9d62d797f1f0965495d5dc5599c2b80667badca00
16+
outLocation: /github/workspace/repo
17+
workflow:
18+
workflowVersion: 1.0.0
19+
speakeasyVersion: latest
20+
sources:
21+
speakeasy:
22+
inputs:
23+
- location: https://docs.speakeasyapi.dev/openapi.yaml
24+
registry:
25+
location: registry.speakeasyapi.dev/speakeasy-self/speakeasy-self/speakeasy
26+
targets:
27+
speakeasy-client-sdk-csharp:
28+
target: csharp
29+
source: speakeasy

.speakeasy/workflow.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ sources:
44
speakeasy:
55
inputs:
66
- location: https://docs.speakeasyapi.dev/openapi.yaml
7+
registry:
8+
location: registry.speakeasyapi.dev/speakeasy-self/speakeasy-self/speakeasy
79
targets:
810
speakeasy-client-sdk-csharp:
911
target: csharp

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,4 +708,14 @@ Based on:
708708
### Generated
709709
- [csharp v5.9.3] .
710710
### Releases
711-
- [NuGet v5.9.3] https://www.nuget.org/packages/SpeakeasySDK/5.9.3 - .
711+
- [NuGet v5.9.3] https://www.nuget.org/packages/SpeakeasySDK/5.9.3 - .
712+
713+
## 2024-06-10 15:12:40
714+
### Changes
715+
Based on:
716+
- OpenAPI Doc
717+
- Speakeasy CLI 1.300.1 (2.339.1) https://github.com/speakeasy-api/speakeasy
718+
### Generated
719+
- [csharp v5.9.4] .
720+
### Releases
721+
- [NuGet v5.9.4] https://www.nuget.org/packages/SpeakeasySDK/5.9.4 - .

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.3";
101+
private const string _sdkVersion = "5.9.4";
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.3 2.339.1 0.4.0 . SpeakeasySDK";
104+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.4 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.3";
97+
private const string _sdkVersion = "5.9.4";
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.3 2.339.1 0.4.0 . SpeakeasySDK";
100+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.4 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.3";
60+
private const string _sdkVersion = "5.9.4";
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.3 2.339.1 0.4.0 . SpeakeasySDK";
63+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.4 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.3";
63+
private const string _sdkVersion = "5.9.4";
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.3 2.339.1 0.4.0 . SpeakeasySDK";
66+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.4 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.3";
59+
private const string _sdkVersion = "5.9.4";
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.3 2.339.1 0.4.0 . SpeakeasySDK";
62+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.4 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.3";
63+
private const string _sdkVersion = "5.9.4";
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.3 2.339.1 0.4.0 . SpeakeasySDK";
66+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.4 2.339.1 0.4.0 . SpeakeasySDK";
6767
private string _serverUrl = "";
6868
private ISpeakeasyHttpClient _client;
6969
private Func<Security>? _securitySource;

0 commit comments

Comments
 (0)