Skip to content

Commit

Permalink
Merge pull request #30 from speakeasy-api/speakeasy-sdk-regen-1721434611
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate
  • Loading branch information
2ynn authored Jul 23, 2024
2 parents 83735f7 + a243f31 commit 8d7b498
Show file tree
Hide file tree
Showing 25 changed files with 600 additions and 599 deletions.
13 changes: 7 additions & 6 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
lockVersion: 2.0.0
id: f73d2126-985b-4d69-88ee-b7c69254d8bf
management:
docChecksum: 638dbecd668cc1d7818c3b5aefd2d3e1
docChecksum: 5b362866a3e7a85c830c6cb1f1cf4896
docVersion: 0.4.0 .
speakeasyVersion: 1.340.0
generationVersion: 2.375.5
releaseVersion: 5.9.25
configChecksum: 3160f3d1c4782c44dbd5c8eeca3678c1
speakeasyVersion: 1.345.1
generationVersion: 2.378.1
releaseVersion: 5.9.26
configChecksum: 1bbbd2cdc4b0f56108f08104f21dc5b1
repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-csharp.git
repoSubDirectory: .
published: true
features:
csharp:
additionalDependencies: 0.1.0
core: 3.9.10
core: 3.9.11
deprecations: 2.81.2
examples: 2.81.3
globalSecurity: 2.83.4
Expand Down Expand Up @@ -62,6 +62,7 @@ generatedFiles:
- SpeakeasySDK/Utils/SpeakeasyMetadata.cs
- SpeakeasySDK/Utils/URLBuilder.cs
- SpeakeasySDK/Utils/Utilities.cs
- SpeakeasySDK/SpeakeasySDK.csproj
- SpeakeasySDK/Models/Errors/SDKException.cs
- SpeakeasySDK/Models/Operations/DeleteApiRequest.cs
- SpeakeasySDK/Models/Operations/DeleteApiResponse.cs
Expand Down
12 changes: 6 additions & 6 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
speakeasyVersion: 1.340.0
speakeasyVersion: 1.345.1
sources:
speakeasy:
sourceNamespace: speakeasy
sourceRevisionDigest: sha256:2abea1e5606491bfda6fef150cb22c313dcd73d3badc83b477728fe05904c271
sourceBlobDigest: sha256:737a2b2b04835c2c2cc2fc048afd3ef94564413cc03a772c72edec23cf32f09d
sourceRevisionDigest: sha256:f33ab8702b74f883b542dfa5c253b34c23181fc5e9376e48c584874564c30bbf
sourceBlobDigest: sha256:294343d415959c5446475b79660c1b8de6acffe372b58553275ed2afcbd5e229
tags:
- latest
- main
targets:
speakeasy-client-sdk-csharp:
source: speakeasy
sourceNamespace: speakeasy
sourceRevisionDigest: sha256:2abea1e5606491bfda6fef150cb22c313dcd73d3badc83b477728fe05904c271
sourceBlobDigest: sha256:737a2b2b04835c2c2cc2fc048afd3ef94564413cc03a772c72edec23cf32f09d
sourceRevisionDigest: sha256:f33ab8702b74f883b542dfa5c253b34c23181fc5e9376e48c584874564c30bbf
sourceBlobDigest: sha256:294343d415959c5446475b79660c1b8de6acffe372b58553275ed2afcbd5e229
codeSamplesNamespace: code-samples-csharp-speakeasy-client-sdk-csharp
codeSamplesRevisionDigest: sha256:6280790ceac2994656c3e9d93e231626ad533e0b4d459f8e6aa5d9b290c932a1
codeSamplesRevisionDigest: sha256:0e4a0c37efb17c70aff2038504176744db4da09e13a0425071c4fcb09d43bbd7
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 @@ -888,4 +888,14 @@ Based on:
### Generated
- [csharp v5.9.25] .
### Releases
- [NuGet v5.9.25] https://www.nuget.org/packages/SpeakeasySDK/5.9.25 - .
- [NuGet v5.9.25] https://www.nuget.org/packages/SpeakeasySDK/5.9.25 - .

## 2024-07-23 00:17:29
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.345.1 (2.378.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [csharp v5.9.26] .
### Releases
- [NuGet v5.9.26] https://www.nuget.org/packages/SpeakeasySDK/5.9.26 - .
6 changes: 3 additions & 3 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.25";
private const string _sdkGenVersion = "2.375.5";
private const string _sdkVersion = "5.9.26";
private const string _sdkGenVersion = "2.378.1";
private const string _openapiDocVersion = "0.4.0 .";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.25 2.375.5 0.4.0 . SpeakeasySDK";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.26 2.378.1 0.4.0 . SpeakeasySDK";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Security>? _securitySource;
Expand Down
6 changes: 3 additions & 3 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.25";
private const string _sdkGenVersion = "2.375.5";
private const string _sdkVersion = "5.9.26";
private const string _sdkGenVersion = "2.378.1";
private const string _openapiDocVersion = "0.4.0 .";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.25 2.375.5 0.4.0 . SpeakeasySDK";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.26 2.378.1 0.4.0 . SpeakeasySDK";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Security>? _securitySource;
Expand Down
6 changes: 3 additions & 3 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.25";
private const string _sdkGenVersion = "2.375.5";
private const string _sdkVersion = "5.9.26";
private const string _sdkGenVersion = "2.378.1";
private const string _openapiDocVersion = "0.4.0 .";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.25 2.375.5 0.4.0 . SpeakeasySDK";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.26 2.378.1 0.4.0 . SpeakeasySDK";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Security>? _securitySource;
Expand Down
6 changes: 3 additions & 3 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.25";
private const string _sdkGenVersion = "2.375.5";
private const string _sdkVersion = "5.9.26";
private const string _sdkGenVersion = "2.378.1";
private const string _openapiDocVersion = "0.4.0 .";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.25 2.375.5 0.4.0 . SpeakeasySDK";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.26 2.378.1 0.4.0 . SpeakeasySDK";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Security>? _securitySource;
Expand Down
6 changes: 3 additions & 3 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.25";
private const string _sdkGenVersion = "2.375.5";
private const string _sdkVersion = "5.9.26";
private const string _sdkGenVersion = "2.378.1";
private const string _openapiDocVersion = "0.4.0 .";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.25 2.375.5 0.4.0 . SpeakeasySDK";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.26 2.378.1 0.4.0 . SpeakeasySDK";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Security>? _securitySource;
Expand Down
6 changes: 3 additions & 3 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.25";
private const string _sdkGenVersion = "2.375.5";
private const string _sdkVersion = "5.9.26";
private const string _sdkGenVersion = "2.378.1";
private const string _openapiDocVersion = "0.4.0 .";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.25 2.375.5 0.4.0 . SpeakeasySDK";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.26 2.378.1 0.4.0 . SpeakeasySDK";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Security>? _securitySource;
Expand Down
6 changes: 3 additions & 3 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.25";
private const string _sdkGenVersion = "2.375.5";
private const string _sdkVersion = "5.9.26";
private const string _sdkGenVersion = "2.378.1";
private const string _openapiDocVersion = "0.4.0 .";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.25 2.375.5 0.4.0 . SpeakeasySDK";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.26 2.378.1 0.4.0 . SpeakeasySDK";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Security>? _securitySource;
Expand Down
6 changes: 3 additions & 3 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.25";
private const string _sdkGenVersion = "2.375.5";
private const string _sdkVersion = "5.9.26";
private const string _sdkGenVersion = "2.378.1";
private const string _openapiDocVersion = "0.4.0 .";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.25 2.375.5 0.4.0 . SpeakeasySDK";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.26 2.378.1 0.4.0 . SpeakeasySDK";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Security>? _securitySource;
Expand Down
2 changes: 1 addition & 1 deletion SpeakeasySDK/Models/Shared/CliEvent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public class CliEvent
public string ExecutionId { get; set; } = default!;

/// <summary>
/// Bump type of the lock file (calculated semver delta, or a custom change (manual release))
/// Bump type of the lock file (calculated semver delta, custom change (manual release), or prerelease/graduate)
/// </summary>
[JsonProperty("generate_bump_type")]
public GenerateBumpType? GenerateBumpType { get; set; }
Expand Down
6 changes: 5 additions & 1 deletion SpeakeasySDK/Models/Shared/GenerateBumpType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace SpeakeasySDK.Models.Shared
using System;

/// <summary>
/// Bump type of the lock file (calculated semver delta, or a custom change (manual release))
/// Bump type of the lock file (calculated semver delta, custom change (manual release), or prerelease/graduate)
/// </summary>
public enum GenerateBumpType
{
Expand All @@ -26,6 +26,10 @@ public enum GenerateBumpType
Patch,
[JsonProperty("custom")]
Custom,
[JsonProperty("graduate")]
Graduate,
[JsonProperty("prerelease")]
Prerelease,
[JsonProperty("none")]
None,
}
Expand Down
6 changes: 3 additions & 3 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.25";
private const string _sdkGenVersion = "2.375.5";
private const string _sdkVersion = "5.9.26";
private const string _sdkGenVersion = "2.378.1";
private const string _openapiDocVersion = "0.4.0 .";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.25 2.375.5 0.4.0 . SpeakeasySDK";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.26 2.378.1 0.4.0 . SpeakeasySDK";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Security>? _securitySource;
Expand Down
6 changes: 3 additions & 3 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.25";
private const string _sdkGenVersion = "2.375.5";
private const string _sdkVersion = "5.9.26";
private const string _sdkGenVersion = "2.378.1";
private const string _openapiDocVersion = "0.4.0 .";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.25 2.375.5 0.4.0 . SpeakeasySDK";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.26 2.378.1 0.4.0 . SpeakeasySDK";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Security>? _securitySource;
Expand Down
6 changes: 3 additions & 3 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.25";
private const string _sdkGenVersion = "2.375.5";
private const string _sdkVersion = "5.9.26";
private const string _sdkGenVersion = "2.378.1";
private const string _openapiDocVersion = "0.4.0 .";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.25 2.375.5 0.4.0 . SpeakeasySDK";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.26 2.378.1 0.4.0 . SpeakeasySDK";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Security>? _securitySource;
Expand Down
6 changes: 3 additions & 3 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.25";
private const string _sdkGenVersion = "2.375.5";
private const string _sdkVersion = "5.9.26";
private const string _sdkGenVersion = "2.378.1";
private const string _openapiDocVersion = "0.4.0 .";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.25 2.375.5 0.4.0 . SpeakeasySDK";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.26 2.378.1 0.4.0 . SpeakeasySDK";
private string _serverUrl = "";
private SDKConfig.Server? _server = null;
private ISpeakeasyHttpClient _client;
Expand Down
6 changes: 3 additions & 3 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.25";
private const string _sdkGenVersion = "2.375.5";
private const string _sdkVersion = "5.9.26";
private const string _sdkGenVersion = "2.378.1";
private const string _openapiDocVersion = "0.4.0 .";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.25 2.375.5 0.4.0 . SpeakeasySDK";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.26 2.378.1 0.4.0 . SpeakeasySDK";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Security>? _securitySource;
Expand Down
6 changes: 3 additions & 3 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.25";
private const string _sdkGenVersion = "2.375.5";
private const string _sdkVersion = "5.9.26";
private const string _sdkGenVersion = "2.378.1";
private const string _openapiDocVersion = "0.4.0 .";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.25 2.375.5 0.4.0 . SpeakeasySDK";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.26 2.378.1 0.4.0 . SpeakeasySDK";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Security>? _securitySource;
Expand Down
27 changes: 4 additions & 23 deletions SpeakeasySDK/SpeakeasySDK.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,14 @@
<PropertyGroup>
<IsPackable>true</IsPackable>
<PackageId>SpeakeasySDK</PackageId>
<Version>5.9.25</Version>
<Version>5.9.26</Version>
<TargetFramework>net8.0</TargetFramework>
<Authors>Speakeasy</Authors>
<Copyright>Copyright (c) Speakeasy 2024</Copyright>
<RepositoryUrl>https://github.com/speakeasy-api/speakeasy-client-sdk-csharp.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageProjectUrl>https://speakeasyapi.dev</PackageProjectUrl>
<PackageTags>Speakeasy API SDK-Generation</PackageTags>
<Description>
This SDK was automatically generated and published by Speakeasy.
Speakeasy lets you service your API community with best in class developer experience
without having to build it and maintain it yourself.
</Description>
<PackageProjectUrl>/docs</PackageProjectUrl>
<Description>Speakeasy API: The Speakeasy API allows teams to manage common operations with their APIs</Description>
</PropertyGroup>

<PropertyGroup>
Expand All @@ -37,23 +32,9 @@
<None Include="..\docs\**\*" Pack="true" PackagePath="\docs" CopyToOutputDirectory="PreserveNewest"/>
</ItemGroup>

<PropertyGroup>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<DebugSymbols>true</DebugSymbols>
<DebugType>portable</DebugType>
</PropertyGroup>

<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedAllSources>true</EmbedAllSources>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="newtonsoft.json" Version="13.0.3" />
<PackageReference Include="nodatime" Version="3.1.9" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>
</ItemGroup>

</Project>
</Project>
6 changes: 3 additions & 3 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.25";
private const string _sdkGenVersion = "2.375.5";
private const string _sdkVersion = "5.9.26";
private const string _sdkGenVersion = "2.378.1";
private const string _openapiDocVersion = "0.4.0 .";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.25 2.375.5 0.4.0 . SpeakeasySDK";
private const string _userAgent = "speakeasy-sdk/csharp 5.9.26 2.378.1 0.4.0 . SpeakeasySDK";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Security>? _securitySource;
Expand Down
Loading

0 comments on commit 8d7b498

Please sign in to comment.