Skip to content

Commit 1233e5c

Browse files
committed
ci: regenerated with OpenAPI Doc 0.3.0, Speakeay CLI 1.75.0
1 parent 597b564 commit 1233e5c

File tree

13 files changed

+34
-23
lines changed

13 files changed

+34
-23
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# This allows generated code to be indexed correctly
2+
*.cs linguist-generated=false

RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,12 @@ Based on:
136136
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
137137
- Speakeasy CLI 1.74.15 (2.88.2) https://github.com/speakeasy-api/speakeasy
138138
### Generated
139-
- [csharp v1.11.0] .
139+
- [csharp v1.11.0] .
140+
141+
## 2023-08-31 00:03:15
142+
### Changes
143+
Based on:
144+
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
145+
- Speakeasy CLI 1.75.0 (2.89.1) https://github.com/speakeasy-api/speakeasy
146+
### Generated
147+
- [csharp v1.12.0] .

Speakeasy/ApiEndpoints.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ public class ApiEndpointsSDK: IApiEndpointsSDK
3535

3636
public SDKConfig Config { get; private set; }
3737
private const string _language = "csharp";
38-
private const string _sdkVersion = "1.11.0";
39-
private const string _sdkGenVersion = "2.88.2";
38+
private const string _sdkVersion = "1.12.0";
39+
private const string _sdkGenVersion = "2.89.1";
4040
private const string _openapiDocVersion = "0.3.0";
4141
public Uri ServerUrl { get { return _defaultClient.Client.BaseAddress; } }
4242
private SpeakeasyHttpClient _defaultClient;

Speakeasy/Apis.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ public class ApisSDK: IApisSDK
3333

3434
public SDKConfig Config { get; private set; }
3535
private const string _language = "csharp";
36-
private const string _sdkVersion = "1.11.0";
37-
private const string _sdkGenVersion = "2.88.2";
36+
private const string _sdkVersion = "1.12.0";
37+
private const string _sdkGenVersion = "2.89.1";
3838
private const string _openapiDocVersion = "0.3.0";
3939
public Uri ServerUrl { get { return _defaultClient.Client.BaseAddress; } }
4040
private SpeakeasyHttpClient _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.11.0";
35-
private const string _sdkGenVersion = "2.88.2";
34+
private const string _sdkVersion = "1.12.0";
35+
private const string _sdkGenVersion = "2.89.1";
3636
private const string _openapiDocVersion = "0.3.0";
3737
public Uri ServerUrl { get { return _defaultClient.Client.BaseAddress; } }
3838
private SpeakeasyHttpClient _defaultClient;

Speakeasy/Metadata.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ public class MetadataSDK: IMetadataSDK
3030

3131
public SDKConfig Config { get; private set; }
3232
private const string _language = "csharp";
33-
private const string _sdkVersion = "1.11.0";
34-
private const string _sdkGenVersion = "2.88.2";
33+
private const string _sdkVersion = "1.12.0";
34+
private const string _sdkGenVersion = "2.89.1";
3535
private const string _openapiDocVersion = "0.3.0";
3636
public Uri ServerUrl { get { return _defaultClient.Client.BaseAddress; } }
3737
private SpeakeasyHttpClient _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.11.0";
35-
private const string _sdkGenVersion = "2.88.2";
34+
private const string _sdkVersion = "1.12.0";
35+
private const string _sdkGenVersion = "2.89.1";
3636
private const string _openapiDocVersion = "0.3.0";
3737
public Uri ServerUrl { get { return _defaultClient.Client.BaseAddress; } }
3838
private SpeakeasyHttpClient _defaultClient;

Speakeasy/Requests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ public class RequestsSDK: IRequestsSDK
3030

3131
public SDKConfig Config { get; private set; }
3232
private const string _language = "csharp";
33-
private const string _sdkVersion = "1.11.0";
34-
private const string _sdkGenVersion = "2.88.2";
33+
private const string _sdkVersion = "1.12.0";
34+
private const string _sdkGenVersion = "2.89.1";
3535
private const string _openapiDocVersion = "0.3.0";
3636
public Uri ServerUrl { get { return _defaultClient.Client.BaseAddress; } }
3737
private SpeakeasyHttpClient _defaultClient;

Speakeasy/Schemas.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ public class SchemasSDK: ISchemasSDK
3535

3636
public SDKConfig Config { get; private set; }
3737
private const string _language = "csharp";
38-
private const string _sdkVersion = "1.11.0";
39-
private const string _sdkGenVersion = "2.88.2";
38+
private const string _sdkVersion = "1.12.0";
39+
private const string _sdkGenVersion = "2.89.1";
4040
private const string _openapiDocVersion = "0.3.0";
4141
public Uri ServerUrl { get { return _defaultClient.Client.BaseAddress; } }
4242
private SpeakeasyHttpClient _defaultClient;

Speakeasy/Sdk.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ public class SpeakeasySDK: ISpeakeasySDK
4949
};
5050

5151
private const string _language = "csharp";
52-
private const string _sdkVersion = "1.11.0";
53-
private const string _sdkGenVersion = "2.88.2";
52+
private const string _sdkVersion = "1.12.0";
53+
private const string _sdkGenVersion = "2.89.1";
5454
private const string _openapiDocVersion = "0.3.0";
5555
public Uri ServerUrl { get { return _defaultClient.Client.BaseAddress; } }
5656
private SpeakeasyHttpClient _defaultClient;

0 commit comments

Comments
 (0)