Skip to content

chore: 🐝 Update SDK - Generate #25

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ management:
docVersion: 0.4.0 .
speakeasyVersion: 1.339.0
generationVersion: 2.375.5
releaseVersion: 5.9.19
configChecksum: 685790c151f89c6b713a59d49dc41ab0
releaseVersion: 5.9.20
configChecksum: 807cb63b4c5d7df78395e778b9b2d27c
repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-csharp.git
repoSubDirectory: .
published: true
Expand Down
10 changes: 5 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ speakeasyVersion: 1.339.0
sources:
speakeasy:
sourceNamespace: speakeasy
sourceRevisionDigest: sha256:2974cb2cac3a16f4617fe0bb141dd68c49bf6fe1f5545f8fad0d211ecba7ca23
sourceBlobDigest: sha256:2c4fcaff2b9a316009c41967455836cc7d1d8e5d57bac59360ce10988cee7066
sourceRevisionDigest: sha256:0e85f130ef362fbf5e8dc75c9bce61d9dbe0e91bf047a627bb691bdf8c0d9820
sourceBlobDigest: sha256:45490a1660951ec6acca1647331452928f8a1e84bac64c2137aadbb1c2233548
tags:
- latest
- main
targets:
speakeasy-client-sdk-csharp:
source: speakeasy
sourceNamespace: speakeasy
sourceRevisionDigest: sha256:2974cb2cac3a16f4617fe0bb141dd68c49bf6fe1f5545f8fad0d211ecba7ca23
sourceBlobDigest: sha256:2c4fcaff2b9a316009c41967455836cc7d1d8e5d57bac59360ce10988cee7066
sourceRevisionDigest: sha256:0e85f130ef362fbf5e8dc75c9bce61d9dbe0e91bf047a627bb691bdf8c0d9820
sourceBlobDigest: sha256:45490a1660951ec6acca1647331452928f8a1e84bac64c2137aadbb1c2233548
codeSamplesNamespace: code-samples-csharp-speakeasy-client-sdk-csharp
codeSamplesRevisionDigest: sha256:d5445c0c4ed026559a5646c374695ecfd8320c4f92db745bfd5d2cb97b261780
codeSamplesRevisionDigest: sha256:6cd8df22b6265b750270bd34c723562a2d1873dec648bcfcfb8b1d08db12ca96
outLocation: /github/workspace/repo
workflow:
workflowVersion: 1.0.0
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -838,4 +838,14 @@ Based on:
### Generated
- [csharp v5.9.19] .
### Releases
- [NuGet v5.9.19] https://www.nuget.org/packages/SpeakeasySDK/5.9.19 - .
- [NuGet v5.9.19] https://www.nuget.org/packages/SpeakeasySDK/5.9.19 - .

## 2024-07-17 19:22:37
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.339.0 (2.375.5) https://github.com/speakeasy-api/speakeasy
### Generated
- [csharp v5.9.20] .
### Releases
- [NuGet v5.9.20] https://www.nuget.org/packages/SpeakeasySDK/5.9.20 - .
4 changes: 2 additions & 2 deletions SpeakeasySDK/ApiEndpoints.cs
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@ public class ApiEndpoints: IApiEndpoints
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "5.9.19";
private const string _sdkVersion = "5.9.20";
private const string _sdkGenVersion = "2.375.5";
private const string _openapiDocVersion = "0.4.0 .";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.19 2.375.5 0.4.0 . SpeakeasySDK";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.20 2.375.5 0.4.0 . SpeakeasySDK";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Security>? _securitySource;
Expand Down
4 changes: 2 additions & 2 deletions SpeakeasySDK/Apis.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ public class Apis: IApis
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "5.9.19";
private const string _sdkVersion = "5.9.20";
private const string _sdkGenVersion = "2.375.5";
private const string _openapiDocVersion = "0.4.0 .";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.19 2.375.5 0.4.0 . SpeakeasySDK";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.20 2.375.5 0.4.0 . SpeakeasySDK";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Security>? _securitySource;
Expand Down
4 changes: 2 additions & 2 deletions SpeakeasySDK/Artifacts.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ public class Artifacts: IArtifacts
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "5.9.19";
private const string _sdkVersion = "5.9.20";
private const string _sdkGenVersion = "2.375.5";
private const string _openapiDocVersion = "0.4.0 .";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.19 2.375.5 0.4.0 . SpeakeasySDK";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.20 2.375.5 0.4.0 . SpeakeasySDK";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Security>? _securitySource;
Expand Down
4 changes: 2 additions & 2 deletions SpeakeasySDK/Auth.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ public class Auth: IAuth
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "5.9.19";
private const string _sdkVersion = "5.9.20";
private const string _sdkGenVersion = "2.375.5";
private const string _openapiDocVersion = "0.4.0 .";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.19 2.375.5 0.4.0 . SpeakeasySDK";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.20 2.375.5 0.4.0 . SpeakeasySDK";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Security>? _securitySource;
Expand Down
4 changes: 2 additions & 2 deletions SpeakeasySDK/Embeds.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ public class Embeds: IEmbeds
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "5.9.19";
private const string _sdkVersion = "5.9.20";
private const string _sdkGenVersion = "2.375.5";
private const string _openapiDocVersion = "0.4.0 .";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.19 2.375.5 0.4.0 . SpeakeasySDK";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.20 2.375.5 0.4.0 . SpeakeasySDK";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Security>? _securitySource;
Expand Down
4 changes: 2 additions & 2 deletions SpeakeasySDK/Events.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ public class Events: IEvents
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "5.9.19";
private const string _sdkVersion = "5.9.20";
private const string _sdkGenVersion = "2.375.5";
private const string _openapiDocVersion = "0.4.0 .";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.19 2.375.5 0.4.0 . SpeakeasySDK";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.20 2.375.5 0.4.0 . SpeakeasySDK";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Security>? _securitySource;
Expand Down
4 changes: 2 additions & 2 deletions SpeakeasySDK/Github.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ public class Github: IGithub
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "5.9.19";
private const string _sdkVersion = "5.9.20";
private const string _sdkGenVersion = "2.375.5";
private const string _openapiDocVersion = "0.4.0 .";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.19 2.375.5 0.4.0 . SpeakeasySDK";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.20 2.375.5 0.4.0 . SpeakeasySDK";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Security>? _securitySource;
Expand Down
4 changes: 2 additions & 2 deletions SpeakeasySDK/Metadata.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ public class Metadata: IMetadata
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "5.9.19";
private const string _sdkVersion = "5.9.20";
private const string _sdkGenVersion = "2.375.5";
private const string _openapiDocVersion = "0.4.0 .";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.19 2.375.5 0.4.0 . SpeakeasySDK";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.20 2.375.5 0.4.0 . SpeakeasySDK";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Security>? _securitySource;
Expand Down
4 changes: 2 additions & 2 deletions SpeakeasySDK/Organizations.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ public class Organizations: IOrganizations
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "5.9.19";
private const string _sdkVersion = "5.9.20";
private const string _sdkGenVersion = "2.375.5";
private const string _openapiDocVersion = "0.4.0 .";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.19 2.375.5 0.4.0 . SpeakeasySDK";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.20 2.375.5 0.4.0 . SpeakeasySDK";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Security>? _securitySource;
Expand Down
4 changes: 2 additions & 2 deletions SpeakeasySDK/Reports.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ public class Reports: IReports
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "5.9.19";
private const string _sdkVersion = "5.9.20";
private const string _sdkGenVersion = "2.375.5";
private const string _openapiDocVersion = "0.4.0 .";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.19 2.375.5 0.4.0 . SpeakeasySDK";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.20 2.375.5 0.4.0 . SpeakeasySDK";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Security>? _securitySource;
Expand Down
4 changes: 2 additions & 2 deletions SpeakeasySDK/Requests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ public class Requests: IRequests
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "5.9.19";
private const string _sdkVersion = "5.9.20";
private const string _sdkGenVersion = "2.375.5";
private const string _openapiDocVersion = "0.4.0 .";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.19 2.375.5 0.4.0 . SpeakeasySDK";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.20 2.375.5 0.4.0 . SpeakeasySDK";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Security>? _securitySource;
Expand Down
4 changes: 2 additions & 2 deletions SpeakeasySDK/SDK.cs
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,10 @@ public class SDK: ISDK
public SDKConfig SDKConfiguration { get; private set; }

private const string _language = "csharp";
private const string _sdkVersion = "5.9.19";
private const string _sdkVersion = "5.9.20";
private const string _sdkGenVersion = "2.375.5";
private const string _openapiDocVersion = "0.4.0 .";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.19 2.375.5 0.4.0 . SpeakeasySDK";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.20 2.375.5 0.4.0 . SpeakeasySDK";
private string _serverUrl = "";
private SDKConfig.Server? _server = null;
private ISpeakeasyHttpClient _client;
Expand Down
4 changes: 2 additions & 2 deletions SpeakeasySDK/Schemas.cs
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@ public class Schemas: ISchemas
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "5.9.19";
private const string _sdkVersion = "5.9.20";
private const string _sdkGenVersion = "2.375.5";
private const string _openapiDocVersion = "0.4.0 .";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.19 2.375.5 0.4.0 . SpeakeasySDK";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.20 2.375.5 0.4.0 . SpeakeasySDK";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Security>? _securitySource;
Expand Down
4 changes: 2 additions & 2 deletions SpeakeasySDK/ShortURLs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ public class ShortURLs: IShortURLs
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "5.9.19";
private const string _sdkVersion = "5.9.20";
private const string _sdkGenVersion = "2.375.5";
private const string _openapiDocVersion = "0.4.0 .";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.19 2.375.5 0.4.0 . SpeakeasySDK";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.20 2.375.5 0.4.0 . SpeakeasySDK";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Security>? _securitySource;
Expand Down
4 changes: 2 additions & 2 deletions SpeakeasySDK/Suggest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ public class Suggest: ISuggest
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "5.9.19";
private const string _sdkVersion = "5.9.20";
private const string _sdkGenVersion = "2.375.5";
private const string _openapiDocVersion = "0.4.0 .";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.19 2.375.5 0.4.0 . SpeakeasySDK";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.20 2.375.5 0.4.0 . SpeakeasySDK";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Security>? _securitySource;
Expand Down
Loading