Skip to content

chore: 🐝 Update SDK - Generate #20

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
Jun 20, 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.310.0
generationVersion: 2.347.4
releaseVersion: 5.9.11
configChecksum: 1fe92dec81ad68d374c6099ee42d0b1c
releaseVersion: 5.9.12
configChecksum: 866dc5c61f8a08bac3866f4e459a347e
repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-csharp.git
repoSubDirectory: .
published: true
Expand Down
8 changes: 4 additions & 4 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ speakeasyVersion: 1.310.0
sources:
speakeasy:
sourceNamespace: speakeasy
sourceRevisionDigest: sha256:db7f568178a0c39139ceb79445d85bb418d7a92f3e0c1876b6b242d608801a3b
sourceBlobDigest: sha256:4254982abe7d5dd7903eb44fa8040f4356dbd8439efdb6565f5d333324459f1e
sourceRevisionDigest: sha256:84949598f73d933731cb0f0a1dd4a21de84fef36f2ae080ce0cb22cc92c98440
sourceBlobDigest: sha256:0d89cdbf8ac2e4e345aa15d0bce2237326df81a77e6491d8b923dfb8178b19e1
tags:
- latest
- main
targets:
speakeasy-client-sdk-csharp:
source: speakeasy
sourceNamespace: speakeasy
sourceRevisionDigest: sha256:db7f568178a0c39139ceb79445d85bb418d7a92f3e0c1876b6b242d608801a3b
sourceBlobDigest: sha256:4254982abe7d5dd7903eb44fa8040f4356dbd8439efdb6565f5d333324459f1e
sourceRevisionDigest: sha256:84949598f73d933731cb0f0a1dd4a21de84fef36f2ae080ce0cb22cc92c98440
sourceBlobDigest: sha256:0d89cdbf8ac2e4e345aa15d0bce2237326df81a77e6491d8b923dfb8178b19e1
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 @@ -788,4 +788,14 @@ Based on:
### Generated
- [csharp v5.9.11] .
### Releases
- [NuGet v5.9.11] https://www.nuget.org/packages/SpeakeasySDK/5.9.11 - .
- [NuGet v5.9.11] https://www.nuget.org/packages/SpeakeasySDK/5.9.11 - .

## 2024-06-20 16:25:47
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.310.0 (2.347.4) https://github.com/speakeasy-api/speakeasy
### Generated
- [csharp v5.9.12] .
### Releases
- [NuGet v5.9.12] https://www.nuget.org/packages/SpeakeasySDK/5.9.12 - .
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.11";
private const string _sdkVersion = "5.9.12";
private const string _sdkGenVersion = "2.347.4";
private const string _openapiDocVersion = "0.4.0 .";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.11 2.347.4 0.4.0 . SpeakeasySDK";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.12 2.347.4 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.11";
private const string _sdkVersion = "5.9.12";
private const string _sdkGenVersion = "2.347.4";
private const string _openapiDocVersion = "0.4.0 .";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.11 2.347.4 0.4.0 . SpeakeasySDK";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.12 2.347.4 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 @@ -57,10 +57,10 @@ public class Artifacts: IArtifacts
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "5.9.11";
private const string _sdkVersion = "5.9.12";
private const string _sdkGenVersion = "2.347.4";
private const string _openapiDocVersion = "0.4.0 .";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.11 2.347.4 0.4.0 . SpeakeasySDK";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.12 2.347.4 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.11";
private const string _sdkVersion = "5.9.12";
private const string _sdkGenVersion = "2.347.4";
private const string _openapiDocVersion = "0.4.0 .";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.11 2.347.4 0.4.0 . SpeakeasySDK";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.12 2.347.4 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.11";
private const string _sdkVersion = "5.9.12";
private const string _sdkGenVersion = "2.347.4";
private const string _openapiDocVersion = "0.4.0 .";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.11 2.347.4 0.4.0 . SpeakeasySDK";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.12 2.347.4 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.11";
private const string _sdkVersion = "5.9.12";
private const string _sdkGenVersion = "2.347.4";
private const string _openapiDocVersion = "0.4.0 .";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.11 2.347.4 0.4.0 . SpeakeasySDK";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.12 2.347.4 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 @@ -36,10 +36,10 @@ public class Github: IGithub
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "5.9.11";
private const string _sdkVersion = "5.9.12";
private const string _sdkGenVersion = "2.347.4";
private const string _openapiDocVersion = "0.4.0 .";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.11 2.347.4 0.4.0 . SpeakeasySDK";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.12 2.347.4 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.11";
private const string _sdkVersion = "5.9.12";
private const string _sdkGenVersion = "2.347.4";
private const string _openapiDocVersion = "0.4.0 .";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.11 2.347.4 0.4.0 . SpeakeasySDK";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.12 2.347.4 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.11";
private const string _sdkVersion = "5.9.12";
private const string _sdkGenVersion = "2.347.4";
private const string _openapiDocVersion = "0.4.0 .";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.11 2.347.4 0.4.0 . SpeakeasySDK";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.12 2.347.4 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.11";
private const string _sdkVersion = "5.9.12";
private const string _sdkGenVersion = "2.347.4";
private const string _openapiDocVersion = "0.4.0 .";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.11 2.347.4 0.4.0 . SpeakeasySDK";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.12 2.347.4 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.11";
private const string _sdkVersion = "5.9.12";
private const string _sdkGenVersion = "2.347.4";
private const string _openapiDocVersion = "0.4.0 .";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.11 2.347.4 0.4.0 . SpeakeasySDK";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.12 2.347.4 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 @@ -147,10 +147,10 @@ public class SDK: ISDK
public SDKConfig SDKConfiguration { get; private set; }

private const string _language = "csharp";
private const string _sdkVersion = "5.9.11";
private const string _sdkVersion = "5.9.12";
private const string _sdkGenVersion = "2.347.4";
private const string _openapiDocVersion = "0.4.0 .";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.11 2.347.4 0.4.0 . SpeakeasySDK";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.12 2.347.4 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.11";
private const string _sdkVersion = "5.9.12";
private const string _sdkGenVersion = "2.347.4";
private const string _openapiDocVersion = "0.4.0 .";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.11 2.347.4 0.4.0 . SpeakeasySDK";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.12 2.347.4 0.4.0 . SpeakeasySDK";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Security>? _securitySource;
Expand Down
8 changes: 4 additions & 4 deletions SpeakeasySDK/SpeakeasySDK.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
<PropertyGroup>
<IsPackable>true</IsPackable>
<PackageId>SpeakeasySDK</PackageId>
<Version>5.9.11</Version>
<Version>5.9.12</Version>
<Authors>Speakeasy</Authors>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>1591</NoWarn>
<RepositoryUrl>https://github.com/speakeasy-api/speakeasy-client-sdk-csharp</RepositoryUrl>
</PropertyGroup>

<ItemGroup>
<None Include="..\NUGET.md" Pack="true" PackagePath="\"/>
<None Include="..\LICENSE" Pack="true" PackagePath="\"/>
<None Include="..\NUGET.md" Pack="true" PackagePath="\README.md"/>
<None Include="..\LICENSE" Pack="true" PackagePath="\LICENSE.txt"/>
<None Include="..\docs\**\*" Pack="true" PackagePath="\docs" CopyToOutputDirectory="PreserveNewest"/>

<PackageReference Include="newtonsoft.json" Version="13.0.3" />
Expand Down
4 changes: 2 additions & 2 deletions SpeakeasySDK/Suggest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ public class Suggest: ISuggest
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "5.9.11";
private const string _sdkVersion = "5.9.12";
private const string _sdkGenVersion = "2.347.4";
private const string _openapiDocVersion = "0.4.0 .";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.11 2.347.4 0.4.0 . SpeakeasySDK";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.12 2.347.4 0.4.0 . SpeakeasySDK";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Security>? _securitySource;
Expand Down
2 changes: 1 addition & 1 deletion gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: false
csharp:
version: 5.9.11
version: 5.9.12
additionalDependencies: []
author: Speakeasy
clientServerStatusCodesAsErrors: true
Expand Down