Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 0.3.0, Speakeay CLI 1.99.2
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Oct 17, 2023
1 parent cf7f5ba commit aa96b91
Show file tree
Hide file tree
Showing 12 changed files with 43 additions and 33 deletions.
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,4 +278,14 @@ Based on:
### Generated
- [csharp v1.16.2] .
### Releases
- [NuGet v1.16.2] https://www.nuget.org/packages/SpeakeasySDK/1.16.2 - .
- [NuGet v1.16.2] https://www.nuget.org/packages/SpeakeasySDK/1.16.2 - .

## 2023-10-17 00:03:48
### Changes
Based on:
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
- Speakeasy CLI 1.99.2 (2.155.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [csharp v1.16.3] .
### Releases
- [NuGet v1.16.3] https://www.nuget.org/packages/SpeakeasySDK/1.16.3 - .
6 changes: 3 additions & 3 deletions Speakeasy/ApiEndpoints.cs
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@ public class ApiEndpointsSDK: IApiEndpointsSDK
{
public SDKConfig Config { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "1.16.2";
private const string _sdkGenVersion = "2.150.0";
private const string _sdkVersion = "1.16.3";
private const string _sdkGenVersion = "2.155.1";
private const string _openapiDocVersion = "0.3.0";
private const string _userAgent = "speakeasy-sdk/csharp 1.16.2 2.150.0 0.3.0 SpeakeasySDK";
private const string _userAgent = "speakeasy-sdk/csharp 1.16.3 2.155.1 0.3.0 SpeakeasySDK";
private string _serverUrl = "";
private ISpeakeasyHttpClient _defaultClient;
private ISpeakeasyHttpClient _securityClient;
Expand Down
6 changes: 3 additions & 3 deletions Speakeasy/Apis.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ public class ApisSDK: IApisSDK
{
public SDKConfig Config { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "1.16.2";
private const string _sdkGenVersion = "2.150.0";
private const string _sdkVersion = "1.16.3";
private const string _sdkGenVersion = "2.155.1";
private const string _openapiDocVersion = "0.3.0";
private const string _userAgent = "speakeasy-sdk/csharp 1.16.2 2.150.0 0.3.0 SpeakeasySDK";
private const string _userAgent = "speakeasy-sdk/csharp 1.16.3 2.155.1 0.3.0 SpeakeasySDK";
private string _serverUrl = "";
private ISpeakeasyHttpClient _defaultClient;
private ISpeakeasyHttpClient _securityClient;
Expand Down
6 changes: 3 additions & 3 deletions Speakeasy/Embeds.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ public class EmbedsSDK: IEmbedsSDK
{
public SDKConfig Config { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "1.16.2";
private const string _sdkGenVersion = "2.150.0";
private const string _sdkVersion = "1.16.3";
private const string _sdkGenVersion = "2.155.1";
private const string _openapiDocVersion = "0.3.0";
private const string _userAgent = "speakeasy-sdk/csharp 1.16.2 2.150.0 0.3.0 SpeakeasySDK";
private const string _userAgent = "speakeasy-sdk/csharp 1.16.3 2.155.1 0.3.0 SpeakeasySDK";
private string _serverUrl = "";
private ISpeakeasyHttpClient _defaultClient;
private ISpeakeasyHttpClient _securityClient;
Expand Down
6 changes: 3 additions & 3 deletions Speakeasy/Metadata.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ public class MetadataSDK: IMetadataSDK
{
public SDKConfig Config { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "1.16.2";
private const string _sdkGenVersion = "2.150.0";
private const string _sdkVersion = "1.16.3";
private const string _sdkGenVersion = "2.155.1";
private const string _openapiDocVersion = "0.3.0";
private const string _userAgent = "speakeasy-sdk/csharp 1.16.2 2.150.0 0.3.0 SpeakeasySDK";
private const string _userAgent = "speakeasy-sdk/csharp 1.16.3 2.155.1 0.3.0 SpeakeasySDK";
private string _serverUrl = "";
private ISpeakeasyHttpClient _defaultClient;
private ISpeakeasyHttpClient _securityClient;
Expand Down
6 changes: 3 additions & 3 deletions Speakeasy/Plugins.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ public class PluginsSDK: IPluginsSDK
{
public SDKConfig Config { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "1.16.2";
private const string _sdkGenVersion = "2.150.0";
private const string _sdkVersion = "1.16.3";
private const string _sdkGenVersion = "2.155.1";
private const string _openapiDocVersion = "0.3.0";
private const string _userAgent = "speakeasy-sdk/csharp 1.16.2 2.150.0 0.3.0 SpeakeasySDK";
private const string _userAgent = "speakeasy-sdk/csharp 1.16.3 2.155.1 0.3.0 SpeakeasySDK";
private string _serverUrl = "";
private ISpeakeasyHttpClient _defaultClient;
private ISpeakeasyHttpClient _securityClient;
Expand Down
6 changes: 3 additions & 3 deletions Speakeasy/Requests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ public class RequestsSDK: IRequestsSDK
{
public SDKConfig Config { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "1.16.2";
private const string _sdkGenVersion = "2.150.0";
private const string _sdkVersion = "1.16.3";
private const string _sdkGenVersion = "2.155.1";
private const string _openapiDocVersion = "0.3.0";
private const string _userAgent = "speakeasy-sdk/csharp 1.16.2 2.150.0 0.3.0 SpeakeasySDK";
private const string _userAgent = "speakeasy-sdk/csharp 1.16.3 2.155.1 0.3.0 SpeakeasySDK";
private string _serverUrl = "";
private ISpeakeasyHttpClient _defaultClient;
private ISpeakeasyHttpClient _securityClient;
Expand Down
6 changes: 3 additions & 3 deletions Speakeasy/Schemas.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ public class SchemasSDK: ISchemasSDK
{
public SDKConfig Config { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "1.16.2";
private const string _sdkGenVersion = "2.150.0";
private const string _sdkVersion = "1.16.3";
private const string _sdkGenVersion = "2.155.1";
private const string _openapiDocVersion = "0.3.0";
private const string _userAgent = "speakeasy-sdk/csharp 1.16.2 2.150.0 0.3.0 SpeakeasySDK";
private const string _userAgent = "speakeasy-sdk/csharp 1.16.3 2.155.1 0.3.0 SpeakeasySDK";
private string _serverUrl = "";
private ISpeakeasyHttpClient _defaultClient;
private ISpeakeasyHttpClient _securityClient;
Expand Down
2 changes: 1 addition & 1 deletion Speakeasy/Speakeasy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<IsPackable>true</IsPackable>
<PackageId>SpeakeasySDK</PackageId>
<Version>1.16.2</Version>
<Version>1.16.3</Version>
<Authors>Speakeasy</Authors>
<TargetFramework>net5.0</TargetFramework>
<Nullable>enable</Nullable>
Expand Down
10 changes: 5 additions & 5 deletions Speakeasy/SpeakeasySDK.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ namespace Speakeasy
/// <summary>
/// Speakeasy API: The Speakeasy API allows teams to manage common operations with their APIs
///
/// <see>https://speakeasyapi.dev/docs/} - The Speakeasy Platform Documentation</see>
/// <see>/docs} - The Speakeasy Platform Documentation</see>
/// </summary>
public interface ISpeakeasySDK
{
Expand Down Expand Up @@ -75,7 +75,7 @@ public class SDKConfig
/// <summary>
/// Speakeasy API: The Speakeasy API allows teams to manage common operations with their APIs
///
/// <see>https://speakeasyapi.dev/docs/} - The Speakeasy Platform Documentation</see>
/// <see>/docs} - The Speakeasy Platform Documentation</see>
/// </summary>
public class SpeakeasySDK: ISpeakeasySDK
{
Expand All @@ -86,10 +86,10 @@ public class SpeakeasySDK: ISpeakeasySDK
};

private const string _language = "csharp";
private const string _sdkVersion = "1.16.2";
private const string _sdkGenVersion = "2.150.0";
private const string _sdkVersion = "1.16.3";
private const string _sdkGenVersion = "2.155.1";
private const string _openapiDocVersion = "0.3.0";
private const string _userAgent = "speakeasy-sdk/csharp 1.16.2 2.150.0 0.3.0 SpeakeasySDK";
private const string _userAgent = "speakeasy-sdk/csharp 1.16.3 2.155.1 0.3.0 SpeakeasySDK";
private string _serverUrl = "";
private ISpeakeasyHttpClient _defaultClient;
private ISpeakeasyHttpClient _securityClient;
Expand Down
2 changes: 1 addition & 1 deletion docs/sdks/speakeasy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Speakeasy API: The Speakeasy API allows teams to manage common operations with their APIs

The Speakeasy Platform Documentation
<https://speakeasyapi.dev/docs/>
</docs>
### Available Operations

* [ValidateApiKey](#validateapikey) - Validate the current api key.
Expand Down
8 changes: 4 additions & 4 deletions gen.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
configVersion: 1.0.0
management:
docChecksum: 8c4f3932e054e1b349a9a34f12cf7e8c
docChecksum: ba638b2ad28966c596e28321a2003686
docVersion: 0.3.0
speakeasyVersion: 1.96.1
generationVersion: 2.150.0
speakeasyVersion: 1.99.2
generationVersion: 2.155.1
generation:
sdkClassName: Speakeasy
singleTagPerOp: false
Expand All @@ -16,7 +16,7 @@ features:
inputOutputModels: 2.81.1
serverIDs: 2.81.1
csharp:
version: 1.16.2
version: 1.16.3
author: Speakeasy
dotnetVersion: net5.0
maxMethodParams: 0
Expand Down

0 comments on commit aa96b91

Please sign in to comment.