Skip to content

Commit 2d73eb0

Browse files
authored
Merge pull request #29 from speakeasy-api/speakeasy-sdk-regen-1721331853
chore: 🐝 Update SDK - Generate
2 parents 5a37e9f + 2deec5f commit 2d73eb0

20 files changed

+458
-448
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.340.0
77
generationVersion: 2.375.5
8-
releaseVersion: 5.9.23
9-
configChecksum: 3e309217cdd20b622a629d9c0dfd5818
8+
releaseVersion: 5.9.25
9+
configChecksum: 3160f3d1c4782c44dbd5c8eeca3678c1
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
@@ -2,19 +2,19 @@ speakeasyVersion: 1.340.0
22
sources:
33
speakeasy:
44
sourceNamespace: speakeasy
5-
sourceRevisionDigest: sha256:3cea3a7a44a50744d0370cd3ff2c21d18b0533dc71d0f5d7f055109737766235
6-
sourceBlobDigest: sha256:1ffe7689a51d2c809f426514f81dc0c0ae6cc448665a2f938c58e9bd8c821e4b
5+
sourceRevisionDigest: sha256:2abea1e5606491bfda6fef150cb22c313dcd73d3badc83b477728fe05904c271
6+
sourceBlobDigest: sha256:737a2b2b04835c2c2cc2fc048afd3ef94564413cc03a772c72edec23cf32f09d
77
tags:
88
- latest
99
- main
1010
targets:
1111
speakeasy-client-sdk-csharp:
1212
source: speakeasy
1313
sourceNamespace: speakeasy
14-
sourceRevisionDigest: sha256:3cea3a7a44a50744d0370cd3ff2c21d18b0533dc71d0f5d7f055109737766235
15-
sourceBlobDigest: sha256:1ffe7689a51d2c809f426514f81dc0c0ae6cc448665a2f938c58e9bd8c821e4b
14+
sourceRevisionDigest: sha256:2abea1e5606491bfda6fef150cb22c313dcd73d3badc83b477728fe05904c271
15+
sourceBlobDigest: sha256:737a2b2b04835c2c2cc2fc048afd3ef94564413cc03a772c72edec23cf32f09d
1616
codeSamplesNamespace: code-samples-csharp-speakeasy-client-sdk-csharp
17-
codeSamplesRevisionDigest: sha256:f4f98de578f29bbb1ce5306229b041bc5e5ae285515863423b6e688a225a8554
17+
codeSamplesRevisionDigest: sha256:6280790ceac2994656c3e9d93e231626ad533e0b4d459f8e6aa5d9b290c932a1
1818
outLocation: /github/workspace/repo
1919
workflow:
2020
workflowVersion: 1.0.0

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -878,4 +878,14 @@ Based on:
878878
### Generated
879879
- [csharp v5.9.23] .
880880
### Releases
881-
- [NuGet v5.9.23] https://www.nuget.org/packages/SpeakeasySDK/5.9.23 - .
881+
- [NuGet v5.9.23] https://www.nuget.org/packages/SpeakeasySDK/5.9.23 - .
882+
883+
## 2024-07-18 19:44:10
884+
### Changes
885+
Based on:
886+
- OpenAPI Doc
887+
- Speakeasy CLI 1.344.0 (2.376.0) https://github.com/speakeasy-api/speakeasy
888+
### Generated
889+
- [csharp v5.9.25] .
890+
### Releases
891+
- [NuGet v5.9.25] https://www.nuget.org/packages/SpeakeasySDK/5.9.25 - .

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.23";
101+
private const string _sdkVersion = "5.9.25";
102102
private const string _sdkGenVersion = "2.375.5";
103103
private const string _openapiDocVersion = "0.4.0 .";
104-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.23 2.375.5 0.4.0 . SpeakeasySDK";
104+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.25 2.375.5 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.23";
97+
private const string _sdkVersion = "5.9.25";
9898
private const string _sdkGenVersion = "2.375.5";
9999
private const string _openapiDocVersion = "0.4.0 .";
100-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.23 2.375.5 0.4.0 . SpeakeasySDK";
100+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.25 2.375.5 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
@@ -64,10 +64,10 @@ public class Artifacts: IArtifacts
6464
{
6565
public SDKConfig SDKConfiguration { get; private set; }
6666
private const string _language = "csharp";
67-
private const string _sdkVersion = "5.9.23";
67+
private const string _sdkVersion = "5.9.25";
6868
private const string _sdkGenVersion = "2.375.5";
6969
private const string _openapiDocVersion = "0.4.0 .";
70-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.23 2.375.5 0.4.0 . SpeakeasySDK";
70+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.25 2.375.5 0.4.0 . SpeakeasySDK";
7171
private string _serverUrl = "";
7272
private ISpeakeasyHttpClient _client;
7373
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.23";
63+
private const string _sdkVersion = "5.9.25";
6464
private const string _sdkGenVersion = "2.375.5";
6565
private const string _openapiDocVersion = "0.4.0 .";
66-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.23 2.375.5 0.4.0 . SpeakeasySDK";
66+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.25 2.375.5 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.23";
59+
private const string _sdkVersion = "5.9.25";
6060
private const string _sdkGenVersion = "2.375.5";
6161
private const string _openapiDocVersion = "0.4.0 .";
62-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.23 2.375.5 0.4.0 . SpeakeasySDK";
62+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.25 2.375.5 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.23";
63+
private const string _sdkVersion = "5.9.25";
6464
private const string _sdkGenVersion = "2.375.5";
6565
private const string _openapiDocVersion = "0.4.0 .";
66-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.23 2.375.5 0.4.0 . SpeakeasySDK";
66+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.25 2.375.5 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
@@ -39,10 +39,10 @@ public class Github: IGithub
3939
{
4040
public SDKConfig SDKConfiguration { get; private set; }
4141
private const string _language = "csharp";
42-
private const string _sdkVersion = "5.9.23";
42+
private const string _sdkVersion = "5.9.25";
4343
private const string _sdkGenVersion = "2.375.5";
4444
private const string _openapiDocVersion = "0.4.0 .";
45-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.23 2.375.5 0.4.0 . SpeakeasySDK";
45+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.25 2.375.5 0.4.0 . SpeakeasySDK";
4646
private string _serverUrl = "";
4747
private ISpeakeasyHttpClient _client;
4848
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.23";
54+
private const string _sdkVersion = "5.9.25";
5555
private const string _sdkGenVersion = "2.375.5";
5656
private const string _openapiDocVersion = "0.4.0 .";
57-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.23 2.375.5 0.4.0 . SpeakeasySDK";
57+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.25 2.375.5 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.23";
59+
private const string _sdkVersion = "5.9.25";
6060
private const string _sdkGenVersion = "2.375.5";
6161
private const string _openapiDocVersion = "0.4.0 .";
62-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.23 2.375.5 0.4.0 . SpeakeasySDK";
62+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.25 2.375.5 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.23";
54+
private const string _sdkVersion = "5.9.25";
5555
private const string _sdkGenVersion = "2.375.5";
5656
private const string _openapiDocVersion = "0.4.0 .";
57-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.23 2.375.5 0.4.0 . SpeakeasySDK";
57+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.25 2.375.5 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.23";
64+
private const string _sdkVersion = "5.9.25";
6565
private const string _sdkGenVersion = "2.375.5";
6666
private const string _openapiDocVersion = "0.4.0 .";
67-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.23 2.375.5 0.4.0 . SpeakeasySDK";
67+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.25 2.375.5 0.4.0 . SpeakeasySDK";
6868
private string _serverUrl = "";
6969
private ISpeakeasyHttpClient _client;
7070
private Func<Security>? _securitySource;

SpeakeasySDK/SDK.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,10 @@ public class SDK: ISDK
156156
public SDKConfig SDKConfiguration { get; private set; }
157157

158158
private const string _language = "csharp";
159-
private const string _sdkVersion = "5.9.23";
159+
private const string _sdkVersion = "5.9.25";
160160
private const string _sdkGenVersion = "2.375.5";
161161
private const string _openapiDocVersion = "0.4.0 .";
162-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.23 2.375.5 0.4.0 . SpeakeasySDK";
162+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.25 2.375.5 0.4.0 . SpeakeasySDK";
163163
private string _serverUrl = "";
164164
private SDKConfig.Server? _server = null;
165165
private ISpeakeasyHttpClient _client;

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.23";
99+
private const string _sdkVersion = "5.9.25";
100100
private const string _sdkGenVersion = "2.375.5";
101101
private const string _openapiDocVersion = "0.4.0 .";
102-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.23 2.375.5 0.4.0 . SpeakeasySDK";
102+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.25 2.375.5 0.4.0 . SpeakeasySDK";
103103
private string _serverUrl = "";
104104
private ISpeakeasyHttpClient _client;
105105
private Func<Security>? _securitySource;

SpeakeasySDK/ShortURLs.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ public class ShortURLs: IShortURLs
4141
{
4242
public SDKConfig SDKConfiguration { get; private set; }
4343
private const string _language = "csharp";
44-
private const string _sdkVersion = "5.9.23";
44+
private const string _sdkVersion = "5.9.25";
4545
private const string _sdkGenVersion = "2.375.5";
4646
private const string _openapiDocVersion = "0.4.0 .";
47-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.23 2.375.5 0.4.0 . SpeakeasySDK";
47+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.25 2.375.5 0.4.0 . SpeakeasySDK";
4848
private string _serverUrl = "";
4949
private ISpeakeasyHttpClient _client;
5050
private Func<Security>? _securitySource;

SpeakeasySDK/Suggest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ public class Suggest: ISuggest
5959
{
6060
public SDKConfig SDKConfiguration { get; private set; }
6161
private const string _language = "csharp";
62-
private const string _sdkVersion = "5.9.23";
62+
private const string _sdkVersion = "5.9.25";
6363
private const string _sdkGenVersion = "2.375.5";
6464
private const string _openapiDocVersion = "0.4.0 .";
65-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.23 2.375.5 0.4.0 . SpeakeasySDK";
65+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.25 2.375.5 0.4.0 . SpeakeasySDK";
6666
private string _serverUrl = "";
6767
private ISpeakeasyHttpClient _client;
6868
private Func<Security>? _securitySource;

0 commit comments

Comments
 (0)