Skip to content

Commit 8d7b498

Browse files
authored
Merge pull request #30 from speakeasy-api/speakeasy-sdk-regen-1721434611
chore: 🐝 Update SDK - Generate
2 parents 83735f7 + a243f31 commit 8d7b498

25 files changed

+600
-599
lines changed

.speakeasy/gen.lock

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
lockVersion: 2.0.0
22
id: f73d2126-985b-4d69-88ee-b7c69254d8bf
33
management:
4-
docChecksum: 638dbecd668cc1d7818c3b5aefd2d3e1
4+
docChecksum: 5b362866a3e7a85c830c6cb1f1cf4896
55
docVersion: 0.4.0 .
6-
speakeasyVersion: 1.340.0
7-
generationVersion: 2.375.5
8-
releaseVersion: 5.9.25
9-
configChecksum: 3160f3d1c4782c44dbd5c8eeca3678c1
6+
speakeasyVersion: 1.345.1
7+
generationVersion: 2.378.1
8+
releaseVersion: 5.9.26
9+
configChecksum: 1bbbd2cdc4b0f56108f08104f21dc5b1
1010
repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-csharp.git
1111
repoSubDirectory: .
1212
published: true
1313
features:
1414
csharp:
1515
additionalDependencies: 0.1.0
16-
core: 3.9.10
16+
core: 3.9.11
1717
deprecations: 2.81.2
1818
examples: 2.81.3
1919
globalSecurity: 2.83.4
@@ -62,6 +62,7 @@ generatedFiles:
6262
- SpeakeasySDK/Utils/SpeakeasyMetadata.cs
6363
- SpeakeasySDK/Utils/URLBuilder.cs
6464
- SpeakeasySDK/Utils/Utilities.cs
65+
- SpeakeasySDK/SpeakeasySDK.csproj
6566
- SpeakeasySDK/Models/Errors/SDKException.cs
6667
- SpeakeasySDK/Models/Operations/DeleteApiRequest.cs
6768
- SpeakeasySDK/Models/Operations/DeleteApiResponse.cs

.speakeasy/workflow.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
speakeasyVersion: 1.340.0
1+
speakeasyVersion: 1.345.1
22
sources:
33
speakeasy:
44
sourceNamespace: speakeasy
5-
sourceRevisionDigest: sha256:2abea1e5606491bfda6fef150cb22c313dcd73d3badc83b477728fe05904c271
6-
sourceBlobDigest: sha256:737a2b2b04835c2c2cc2fc048afd3ef94564413cc03a772c72edec23cf32f09d
5+
sourceRevisionDigest: sha256:f33ab8702b74f883b542dfa5c253b34c23181fc5e9376e48c584874564c30bbf
6+
sourceBlobDigest: sha256:294343d415959c5446475b79660c1b8de6acffe372b58553275ed2afcbd5e229
77
tags:
88
- latest
99
- main
1010
targets:
1111
speakeasy-client-sdk-csharp:
1212
source: speakeasy
1313
sourceNamespace: speakeasy
14-
sourceRevisionDigest: sha256:2abea1e5606491bfda6fef150cb22c313dcd73d3badc83b477728fe05904c271
15-
sourceBlobDigest: sha256:737a2b2b04835c2c2cc2fc048afd3ef94564413cc03a772c72edec23cf32f09d
14+
sourceRevisionDigest: sha256:f33ab8702b74f883b542dfa5c253b34c23181fc5e9376e48c584874564c30bbf
15+
sourceBlobDigest: sha256:294343d415959c5446475b79660c1b8de6acffe372b58553275ed2afcbd5e229
1616
codeSamplesNamespace: code-samples-csharp-speakeasy-client-sdk-csharp
17-
codeSamplesRevisionDigest: sha256:6280790ceac2994656c3e9d93e231626ad533e0b4d459f8e6aa5d9b290c932a1
17+
codeSamplesRevisionDigest: sha256:0e4a0c37efb17c70aff2038504176744db4da09e13a0425071c4fcb09d43bbd7
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
@@ -888,4 +888,14 @@ Based on:
888888
### Generated
889889
- [csharp v5.9.25] .
890890
### Releases
891-
- [NuGet v5.9.25] https://www.nuget.org/packages/SpeakeasySDK/5.9.25 - .
891+
- [NuGet v5.9.25] https://www.nuget.org/packages/SpeakeasySDK/5.9.25 - .
892+
893+
## 2024-07-23 00:17:29
894+
### Changes
895+
Based on:
896+
- OpenAPI Doc
897+
- Speakeasy CLI 1.345.1 (2.378.1) https://github.com/speakeasy-api/speakeasy
898+
### Generated
899+
- [csharp v5.9.26] .
900+
### Releases
901+
- [NuGet v5.9.26] https://www.nuget.org/packages/SpeakeasySDK/5.9.26 - .

SpeakeasySDK/ApiEndpoints.cs

Lines changed: 3 additions & 3 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.25";
102-
private const string _sdkGenVersion = "2.375.5";
101+
private const string _sdkVersion = "5.9.26";
102+
private const string _sdkGenVersion = "2.378.1";
103103
private const string _openapiDocVersion = "0.4.0 .";
104-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.25 2.375.5 0.4.0 . SpeakeasySDK";
104+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.26 2.378.1 0.4.0 . SpeakeasySDK";
105105
private string _serverUrl = "";
106106
private ISpeakeasyHttpClient _client;
107107
private Func<Security>? _securitySource;

SpeakeasySDK/Apis.cs

Lines changed: 3 additions & 3 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.25";
98-
private const string _sdkGenVersion = "2.375.5";
97+
private const string _sdkVersion = "5.9.26";
98+
private const string _sdkGenVersion = "2.378.1";
9999
private const string _openapiDocVersion = "0.4.0 .";
100-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.25 2.375.5 0.4.0 . SpeakeasySDK";
100+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.26 2.378.1 0.4.0 . SpeakeasySDK";
101101
private string _serverUrl = "";
102102
private ISpeakeasyHttpClient _client;
103103
private Func<Security>? _securitySource;

SpeakeasySDK/Artifacts.cs

Lines changed: 3 additions & 3 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.25";
68-
private const string _sdkGenVersion = "2.375.5";
67+
private const string _sdkVersion = "5.9.26";
68+
private const string _sdkGenVersion = "2.378.1";
6969
private const string _openapiDocVersion = "0.4.0 .";
70-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.25 2.375.5 0.4.0 . SpeakeasySDK";
70+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.26 2.378.1 0.4.0 . SpeakeasySDK";
7171
private string _serverUrl = "";
7272
private ISpeakeasyHttpClient _client;
7373
private Func<Security>? _securitySource;

SpeakeasySDK/Auth.cs

Lines changed: 3 additions & 3 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.25";
64-
private const string _sdkGenVersion = "2.375.5";
63+
private const string _sdkVersion = "5.9.26";
64+
private const string _sdkGenVersion = "2.378.1";
6565
private const string _openapiDocVersion = "0.4.0 .";
66-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.25 2.375.5 0.4.0 . SpeakeasySDK";
66+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.26 2.378.1 0.4.0 . SpeakeasySDK";
6767
private string _serverUrl = "";
6868
private ISpeakeasyHttpClient _client;
6969
private Func<Security>? _securitySource;

SpeakeasySDK/Embeds.cs

Lines changed: 3 additions & 3 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.25";
60-
private const string _sdkGenVersion = "2.375.5";
59+
private const string _sdkVersion = "5.9.26";
60+
private const string _sdkGenVersion = "2.378.1";
6161
private const string _openapiDocVersion = "0.4.0 .";
62-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.25 2.375.5 0.4.0 . SpeakeasySDK";
62+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.26 2.378.1 0.4.0 . SpeakeasySDK";
6363
private string _serverUrl = "";
6464
private ISpeakeasyHttpClient _client;
6565
private Func<Security>? _securitySource;

SpeakeasySDK/Events.cs

Lines changed: 3 additions & 3 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.25";
64-
private const string _sdkGenVersion = "2.375.5";
63+
private const string _sdkVersion = "5.9.26";
64+
private const string _sdkGenVersion = "2.378.1";
6565
private const string _openapiDocVersion = "0.4.0 .";
66-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.25 2.375.5 0.4.0 . SpeakeasySDK";
66+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.26 2.378.1 0.4.0 . SpeakeasySDK";
6767
private string _serverUrl = "";
6868
private ISpeakeasyHttpClient _client;
6969
private Func<Security>? _securitySource;

SpeakeasySDK/Github.cs

Lines changed: 3 additions & 3 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.25";
43-
private const string _sdkGenVersion = "2.375.5";
42+
private const string _sdkVersion = "5.9.26";
43+
private const string _sdkGenVersion = "2.378.1";
4444
private const string _openapiDocVersion = "0.4.0 .";
45-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.25 2.375.5 0.4.0 . SpeakeasySDK";
45+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.26 2.378.1 0.4.0 . SpeakeasySDK";
4646
private string _serverUrl = "";
4747
private ISpeakeasyHttpClient _client;
4848
private Func<Security>? _securitySource;

SpeakeasySDK/Metadata.cs

Lines changed: 3 additions & 3 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.25";
55-
private const string _sdkGenVersion = "2.375.5";
54+
private const string _sdkVersion = "5.9.26";
55+
private const string _sdkGenVersion = "2.378.1";
5656
private const string _openapiDocVersion = "0.4.0 .";
57-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.25 2.375.5 0.4.0 . SpeakeasySDK";
57+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.26 2.378.1 0.4.0 . SpeakeasySDK";
5858
private string _serverUrl = "";
5959
private ISpeakeasyHttpClient _client;
6060
private Func<Security>? _securitySource;

SpeakeasySDK/Models/Shared/CliEvent.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public class CliEvent
5454
public string ExecutionId { get; set; } = default!;
5555

5656
/// <summary>
57-
/// Bump type of the lock file (calculated semver delta, or a custom change (manual release))
57+
/// Bump type of the lock file (calculated semver delta, custom change (manual release), or prerelease/graduate)
5858
/// </summary>
5959
[JsonProperty("generate_bump_type")]
6060
public GenerateBumpType? GenerateBumpType { get; set; }

SpeakeasySDK/Models/Shared/GenerateBumpType.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace SpeakeasySDK.Models.Shared
1414
using System;
1515

1616
/// <summary>
17-
/// Bump type of the lock file (calculated semver delta, or a custom change (manual release))
17+
/// Bump type of the lock file (calculated semver delta, custom change (manual release), or prerelease/graduate)
1818
/// </summary>
1919
public enum GenerateBumpType
2020
{
@@ -26,6 +26,10 @@ public enum GenerateBumpType
2626
Patch,
2727
[JsonProperty("custom")]
2828
Custom,
29+
[JsonProperty("graduate")]
30+
Graduate,
31+
[JsonProperty("prerelease")]
32+
Prerelease,
2933
[JsonProperty("none")]
3034
None,
3135
}

SpeakeasySDK/Organizations.cs

Lines changed: 3 additions & 3 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.25";
60-
private const string _sdkGenVersion = "2.375.5";
59+
private const string _sdkVersion = "5.9.26";
60+
private const string _sdkGenVersion = "2.378.1";
6161
private const string _openapiDocVersion = "0.4.0 .";
62-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.25 2.375.5 0.4.0 . SpeakeasySDK";
62+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.26 2.378.1 0.4.0 . SpeakeasySDK";
6363
private string _serverUrl = "";
6464
private ISpeakeasyHttpClient _client;
6565
private Func<Security>? _securitySource;

SpeakeasySDK/Reports.cs

Lines changed: 3 additions & 3 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.25";
55-
private const string _sdkGenVersion = "2.375.5";
54+
private const string _sdkVersion = "5.9.26";
55+
private const string _sdkGenVersion = "2.378.1";
5656
private const string _openapiDocVersion = "0.4.0 .";
57-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.25 2.375.5 0.4.0 . SpeakeasySDK";
57+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.26 2.378.1 0.4.0 . SpeakeasySDK";
5858
private string _serverUrl = "";
5959
private ISpeakeasyHttpClient _client;
6060
private Func<Security>? _securitySource;

SpeakeasySDK/Requests.cs

Lines changed: 3 additions & 3 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.25";
65-
private const string _sdkGenVersion = "2.375.5";
64+
private const string _sdkVersion = "5.9.26";
65+
private const string _sdkGenVersion = "2.378.1";
6666
private const string _openapiDocVersion = "0.4.0 .";
67-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.25 2.375.5 0.4.0 . SpeakeasySDK";
67+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.26 2.378.1 0.4.0 . SpeakeasySDK";
6868
private string _serverUrl = "";
6969
private ISpeakeasyHttpClient _client;
7070
private Func<Security>? _securitySource;

SpeakeasySDK/SDK.cs

Lines changed: 3 additions & 3 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.25";
160-
private const string _sdkGenVersion = "2.375.5";
159+
private const string _sdkVersion = "5.9.26";
160+
private const string _sdkGenVersion = "2.378.1";
161161
private const string _openapiDocVersion = "0.4.0 .";
162-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.25 2.375.5 0.4.0 . SpeakeasySDK";
162+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.26 2.378.1 0.4.0 . SpeakeasySDK";
163163
private string _serverUrl = "";
164164
private SDKConfig.Server? _server = null;
165165
private ISpeakeasyHttpClient _client;

SpeakeasySDK/Schemas.cs

Lines changed: 3 additions & 3 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.25";
100-
private const string _sdkGenVersion = "2.375.5";
99+
private const string _sdkVersion = "5.9.26";
100+
private const string _sdkGenVersion = "2.378.1";
101101
private const string _openapiDocVersion = "0.4.0 .";
102-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.25 2.375.5 0.4.0 . SpeakeasySDK";
102+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.26 2.378.1 0.4.0 . SpeakeasySDK";
103103
private string _serverUrl = "";
104104
private ISpeakeasyHttpClient _client;
105105
private Func<Security>? _securitySource;

SpeakeasySDK/ShortURLs.cs

Lines changed: 3 additions & 3 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.25";
45-
private const string _sdkGenVersion = "2.375.5";
44+
private const string _sdkVersion = "5.9.26";
45+
private const string _sdkGenVersion = "2.378.1";
4646
private const string _openapiDocVersion = "0.4.0 .";
47-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.25 2.375.5 0.4.0 . SpeakeasySDK";
47+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.26 2.378.1 0.4.0 . SpeakeasySDK";
4848
private string _serverUrl = "";
4949
private ISpeakeasyHttpClient _client;
5050
private Func<Security>? _securitySource;

SpeakeasySDK/SpeakeasySDK.csproj

Lines changed: 4 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,14 @@
33
<PropertyGroup>
44
<IsPackable>true</IsPackable>
55
<PackageId>SpeakeasySDK</PackageId>
6-
<Version>5.9.25</Version>
6+
<Version>5.9.26</Version>
77
<TargetFramework>net8.0</TargetFramework>
88
<Authors>Speakeasy</Authors>
99
<Copyright>Copyright (c) Speakeasy 2024</Copyright>
1010
<RepositoryUrl>https://github.com/speakeasy-api/speakeasy-client-sdk-csharp.git</RepositoryUrl>
1111
<RepositoryType>git</RepositoryType>
12-
<PackageProjectUrl>https://speakeasyapi.dev</PackageProjectUrl>
13-
<PackageTags>Speakeasy API SDK-Generation</PackageTags>
14-
<Description>
15-
This SDK was automatically generated and published by Speakeasy.
16-
Speakeasy lets you service your API community with best in class developer experience
17-
without having to build it and maintain it yourself.
18-
</Description>
12+
<PackageProjectUrl>/docs</PackageProjectUrl>
13+
<Description>Speakeasy API: The Speakeasy API allows teams to manage common operations with their APIs</Description>
1914
</PropertyGroup>
2015

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

40-
<PropertyGroup>
41-
<IncludeSymbols>true</IncludeSymbols>
42-
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
43-
<DebugSymbols>true</DebugSymbols>
44-
<DebugType>portable</DebugType>
45-
</PropertyGroup>
46-
47-
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
48-
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
49-
<PublishRepositoryUrl>true</PublishRepositoryUrl>
50-
<EmbedAllSources>true</EmbedAllSources>
51-
</PropertyGroup>
52-
5335
<ItemGroup>
5436
<PackageReference Include="newtonsoft.json" Version="13.0.3" />
5537
<PackageReference Include="nodatime" Version="3.1.9" />
56-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>
5738
</ItemGroup>
5839

59-
</Project>
40+
</Project>

SpeakeasySDK/Suggest.cs

Lines changed: 3 additions & 3 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.25";
63-
private const string _sdkGenVersion = "2.375.5";
62+
private const string _sdkVersion = "5.9.26";
63+
private const string _sdkGenVersion = "2.378.1";
6464
private const string _openapiDocVersion = "0.4.0 .";
65-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.25 2.375.5 0.4.0 . SpeakeasySDK";
65+
private const string _userAgent = "speakeasy-sdk/csharp 5.9.26 2.378.1 0.4.0 . SpeakeasySDK";
6666
private string _serverUrl = "";
6767
private ISpeakeasyHttpClient _client;
6868
private Func<Security>? _securitySource;

0 commit comments

Comments
 (0)