Skip to content

Commit 6ed11ab

Browse files
committed
ci: regenerated with OpenAPI Doc 0.3.0, Speakeay CLI 1.79.0
1 parent 042bb1e commit 6ed11ab

File tree

20 files changed

+142
-195
lines changed

20 files changed

+142
-195
lines changed

README.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,8 @@ var sdk = new SpeakeasySDK(
2727

2828
var res = await sdk.Apis.GetApisAsync(new GetApisRequest() {
2929
Metadata = new Dictionary<string, List<string>>() {
30-
{ "provident", new List<string>() {
31-
"quibusdam",
32-
"unde",
33-
"nulla",
34-
} },
3530
{ "corrupti", new List<string>() {
36-
"vel",
37-
"error",
38-
"deserunt",
39-
"suscipit",
40-
} },
41-
{ "iure", new List<string>() {
42-
"debitis",
43-
"ipsa",
31+
"provident",
4432
} },
4533
},
4634
Op = new GetApisOp() {

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,4 +178,14 @@ Based on:
178178
### Generated
179179
- [csharp v1.13.3] .
180180
### Releases
181-
- [NuGet v1.13.3] https://www.nuget.org/packages/SpeakeasySDK/1.13.3 - .
181+
- [NuGet v1.13.3] https://www.nuget.org/packages/SpeakeasySDK/1.13.3 - .
182+
183+
## 2023-09-07 00:03:23
184+
### Changes
185+
Based on:
186+
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
187+
- Speakeasy CLI 1.79.0 (2.101.0) https://github.com/speakeasy-api/speakeasy
188+
### Generated
189+
- [csharp v1.13.4] .
190+
### Releases
191+
- [NuGet v1.13.4] https://www.nuget.org/packages/SpeakeasySDK/1.13.4 - .

Speakeasy/ApiEndpoints.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ public class ApiEndpointsSDK: IApiEndpointsSDK
3636
{
3737
public SDKConfig Config { get; private set; }
3838
private const string _language = "csharp";
39-
private const string _sdkVersion = "1.13.3";
40-
private const string _sdkGenVersion = "2.96.3";
39+
private const string _sdkVersion = "1.13.4";
40+
private const string _sdkGenVersion = "2.101.0";
4141
private const string _openapiDocVersion = "0.3.0";
4242
private string _serverUrl = "";
4343
private ISpeakeasyHttpClient _defaultClient;

Speakeasy/Apis.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ public class ApisSDK: IApisSDK
3434
{
3535
public SDKConfig Config { get; private set; }
3636
private const string _language = "csharp";
37-
private const string _sdkVersion = "1.13.3";
38-
private const string _sdkGenVersion = "2.96.3";
37+
private const string _sdkVersion = "1.13.4";
38+
private const string _sdkGenVersion = "2.101.0";
3939
private const string _openapiDocVersion = "0.3.0";
4040
private string _serverUrl = "";
4141
private ISpeakeasyHttpClient _defaultClient;

Speakeasy/Embeds.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ public class EmbedsSDK: IEmbedsSDK
3131
{
3232
public SDKConfig Config { get; private set; }
3333
private const string _language = "csharp";
34-
private const string _sdkVersion = "1.13.3";
35-
private const string _sdkGenVersion = "2.96.3";
34+
private const string _sdkVersion = "1.13.4";
35+
private const string _sdkGenVersion = "2.101.0";
3636
private const string _openapiDocVersion = "0.3.0";
3737
private string _serverUrl = "";
3838
private ISpeakeasyHttpClient _defaultClient;

Speakeasy/Metadata.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ public class MetadataSDK: IMetadataSDK
3131
{
3232
public SDKConfig Config { get; private set; }
3333
private const string _language = "csharp";
34-
private const string _sdkVersion = "1.13.3";
35-
private const string _sdkGenVersion = "2.96.3";
34+
private const string _sdkVersion = "1.13.4";
35+
private const string _sdkGenVersion = "2.101.0";
3636
private const string _openapiDocVersion = "0.3.0";
3737
private string _serverUrl = "";
3838
private ISpeakeasyHttpClient _defaultClient;

Speakeasy/Plugins.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ public class PluginsSDK: IPluginsSDK
3131
{
3232
public SDKConfig Config { get; private set; }
3333
private const string _language = "csharp";
34-
private const string _sdkVersion = "1.13.3";
35-
private const string _sdkGenVersion = "2.96.3";
34+
private const string _sdkVersion = "1.13.4";
35+
private const string _sdkGenVersion = "2.101.0";
3636
private const string _openapiDocVersion = "0.3.0";
3737
private string _serverUrl = "";
3838
private ISpeakeasyHttpClient _defaultClient;

Speakeasy/Requests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ public class RequestsSDK: IRequestsSDK
3131
{
3232
public SDKConfig Config { get; private set; }
3333
private const string _language = "csharp";
34-
private const string _sdkVersion = "1.13.3";
35-
private const string _sdkGenVersion = "2.96.3";
34+
private const string _sdkVersion = "1.13.4";
35+
private const string _sdkGenVersion = "2.101.0";
3636
private const string _openapiDocVersion = "0.3.0";
3737
private string _serverUrl = "";
3838
private ISpeakeasyHttpClient _defaultClient;

Speakeasy/Schemas.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ public class SchemasSDK: ISchemasSDK
3636
{
3737
public SDKConfig Config { get; private set; }
3838
private const string _language = "csharp";
39-
private const string _sdkVersion = "1.13.3";
40-
private const string _sdkGenVersion = "2.96.3";
39+
private const string _sdkVersion = "1.13.4";
40+
private const string _sdkGenVersion = "2.101.0";
4141
private const string _openapiDocVersion = "0.3.0";
4242
private string _serverUrl = "";
4343
private ISpeakeasyHttpClient _defaultClient;

Speakeasy/Speakeasy.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<IsPackable>true</IsPackable>
44
<PackageId>SpeakeasySDK</PackageId>
5-
<Version>1.13.3</Version>
5+
<Version>1.13.4</Version>
66
<Authors>Speakeasy</Authors>
77
<TargetFramework>net5.0</TargetFramework>
88
<Nullable>enable</Nullable>

0 commit comments

Comments
 (0)