Skip to content

Commit 973dd4f

Browse files
committed
ci: regenerated with OpenAPI Doc 0.3.0, Speakeasy CLI 1.147.0
1 parent 66dddaf commit 973dd4f

File tree

13 files changed

+44
-34
lines changed

13 files changed

+44
-34
lines changed

.speakeasy/gen.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ management:
44
docChecksum: ba638b2ad28966c596e28321a2003686
55
docVersion: 0.3.0
66
speakeasyVersion: internal
7-
generationVersion: 2.225.2
8-
releaseVersion: 2.3.0
9-
configChecksum: 8128fcf5f1e728c102d2b9f00bdf7aaf
7+
generationVersion: 2.237.2
8+
releaseVersion: 2.3.1
9+
configChecksum: 80c8ab98feea932ef9ce06465f8c6375
1010
repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-csharp.git
1111
repoSubDirectory: .
1212
published: true
1313
features:
1414
csharp:
15-
core: 3.3.0
15+
core: 3.3.1
1616
examples: 2.81.3
17-
globalSecurity: 2.81.2
17+
globalSecurity: 2.81.3
1818
globalServerURLs: 2.82.2
1919
inputOutputModels: 2.83.0
2020
serverIDs: 2.82.0

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,4 +378,14 @@ Based on:
378378
### Generated
379379
- [csharp v2.3.0] .
380380
### Releases
381-
- [NuGet v2.3.0] https://www.nuget.org/packages/SpeakeasySDK/2.3.0 - .
381+
- [NuGet v2.3.0] https://www.nuget.org/packages/SpeakeasySDK/2.3.0 - .
382+
383+
## 2024-01-19 00:03:43
384+
### Changes
385+
Based on:
386+
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
387+
- Speakeasy CLI 1.147.0 (2.237.2) https://github.com/speakeasy-api/speakeasy
388+
### Generated
389+
- [csharp v2.3.1] .
390+
### Releases
391+
- [NuGet v2.3.1] https://www.nuget.org/packages/SpeakeasySDK/2.3.1 - .

SpeakeasySDK/ApiEndpoints.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ public class ApiEndpoints: IApiEndpoints
9696
{
9797
public SDKConfig SDKConfiguration { get; private set; }
9898
private const string _language = "csharp";
99-
private const string _sdkVersion = "2.3.0";
100-
private const string _sdkGenVersion = "2.225.2";
99+
private const string _sdkVersion = "2.3.1";
100+
private const string _sdkGenVersion = "2.237.2";
101101
private const string _openapiDocVersion = "0.3.0";
102-
private const string _userAgent = "speakeasy-sdk/csharp 2.3.0 2.225.2 0.3.0 SpeakeasySDK";
102+
private const string _userAgent = "speakeasy-sdk/csharp 2.3.1 2.237.2 0.3.0 SpeakeasySDK";
103103
private string _serverUrl = "";
104104
private ISpeakeasyHttpClient _defaultClient;
105105
private ISpeakeasyHttpClient _securityClient;

SpeakeasySDK/Apis.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@ public class Apis: IApis
9292
{
9393
public SDKConfig SDKConfiguration { get; private set; }
9494
private const string _language = "csharp";
95-
private const string _sdkVersion = "2.3.0";
96-
private const string _sdkGenVersion = "2.225.2";
95+
private const string _sdkVersion = "2.3.1";
96+
private const string _sdkGenVersion = "2.237.2";
9797
private const string _openapiDocVersion = "0.3.0";
98-
private const string _userAgent = "speakeasy-sdk/csharp 2.3.0 2.225.2 0.3.0 SpeakeasySDK";
98+
private const string _userAgent = "speakeasy-sdk/csharp 2.3.1 2.237.2 0.3.0 SpeakeasySDK";
9999
private string _serverUrl = "";
100100
private ISpeakeasyHttpClient _defaultClient;
101101
private ISpeakeasyHttpClient _securityClient;

SpeakeasySDK/Embeds.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ public class Embeds: IEmbeds
5454
{
5555
public SDKConfig SDKConfiguration { get; private set; }
5656
private const string _language = "csharp";
57-
private const string _sdkVersion = "2.3.0";
58-
private const string _sdkGenVersion = "2.225.2";
57+
private const string _sdkVersion = "2.3.1";
58+
private const string _sdkGenVersion = "2.237.2";
5959
private const string _openapiDocVersion = "0.3.0";
60-
private const string _userAgent = "speakeasy-sdk/csharp 2.3.0 2.225.2 0.3.0 SpeakeasySDK";
60+
private const string _userAgent = "speakeasy-sdk/csharp 2.3.1 2.237.2 0.3.0 SpeakeasySDK";
6161
private string _serverUrl = "";
6262
private ISpeakeasyHttpClient _defaultClient;
6363
private ISpeakeasyHttpClient _securityClient;

SpeakeasySDK/Metadata.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ public class Metadata: IMetadata
4949
{
5050
public SDKConfig SDKConfiguration { get; private set; }
5151
private const string _language = "csharp";
52-
private const string _sdkVersion = "2.3.0";
53-
private const string _sdkGenVersion = "2.225.2";
52+
private const string _sdkVersion = "2.3.1";
53+
private const string _sdkGenVersion = "2.237.2";
5454
private const string _openapiDocVersion = "0.3.0";
55-
private const string _userAgent = "speakeasy-sdk/csharp 2.3.0 2.225.2 0.3.0 SpeakeasySDK";
55+
private const string _userAgent = "speakeasy-sdk/csharp 2.3.1 2.237.2 0.3.0 SpeakeasySDK";
5656
private string _serverUrl = "";
5757
private ISpeakeasyHttpClient _defaultClient;
5858
private ISpeakeasyHttpClient _securityClient;

SpeakeasySDK/Plugins.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ public class Plugins: IPlugins
4949
{
5050
public SDKConfig SDKConfiguration { get; private set; }
5151
private const string _language = "csharp";
52-
private const string _sdkVersion = "2.3.0";
53-
private const string _sdkGenVersion = "2.225.2";
52+
private const string _sdkVersion = "2.3.1";
53+
private const string _sdkGenVersion = "2.237.2";
5454
private const string _openapiDocVersion = "0.3.0";
55-
private const string _userAgent = "speakeasy-sdk/csharp 2.3.0 2.225.2 0.3.0 SpeakeasySDK";
55+
private const string _userAgent = "speakeasy-sdk/csharp 2.3.1 2.237.2 0.3.0 SpeakeasySDK";
5656
private string _serverUrl = "";
5757
private ISpeakeasyHttpClient _defaultClient;
5858
private ISpeakeasyHttpClient _securityClient;

SpeakeasySDK/Requests.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ public class Requests: IRequests
5959
{
6060
public SDKConfig SDKConfiguration { get; private set; }
6161
private const string _language = "csharp";
62-
private const string _sdkVersion = "2.3.0";
63-
private const string _sdkGenVersion = "2.225.2";
62+
private const string _sdkVersion = "2.3.1";
63+
private const string _sdkGenVersion = "2.237.2";
6464
private const string _openapiDocVersion = "0.3.0";
65-
private const string _userAgent = "speakeasy-sdk/csharp 2.3.0 2.225.2 0.3.0 SpeakeasySDK";
65+
private const string _userAgent = "speakeasy-sdk/csharp 2.3.1 2.237.2 0.3.0 SpeakeasySDK";
6666
private string _serverUrl = "";
6767
private ISpeakeasyHttpClient _defaultClient;
6868
private ISpeakeasyHttpClient _securityClient;

SpeakeasySDK/Schemas.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ public class Schemas: ISchemas
9494
{
9595
public SDKConfig SDKConfiguration { get; private set; }
9696
private const string _language = "csharp";
97-
private const string _sdkVersion = "2.3.0";
98-
private const string _sdkGenVersion = "2.225.2";
97+
private const string _sdkVersion = "2.3.1";
98+
private const string _sdkGenVersion = "2.237.2";
9999
private const string _openapiDocVersion = "0.3.0";
100-
private const string _userAgent = "speakeasy-sdk/csharp 2.3.0 2.225.2 0.3.0 SpeakeasySDK";
100+
private const string _userAgent = "speakeasy-sdk/csharp 2.3.1 2.237.2 0.3.0 SpeakeasySDK";
101101
private string _serverUrl = "";
102102
private ISpeakeasyHttpClient _defaultClient;
103103
private ISpeakeasyHttpClient _securityClient;

SpeakeasySDK/Speakeasy.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,10 @@ public class Speakeasy: ISpeakeasy
107107
public SDKConfig SDKConfiguration { get; private set; }
108108

109109
private const string _language = "csharp";
110-
private const string _sdkVersion = "2.3.0";
111-
private const string _sdkGenVersion = "2.225.2";
110+
private const string _sdkVersion = "2.3.1";
111+
private const string _sdkGenVersion = "2.237.2";
112112
private const string _openapiDocVersion = "0.3.0";
113-
private const string _userAgent = "speakeasy-sdk/csharp 2.3.0 2.225.2 0.3.0 SpeakeasySDK";
113+
private const string _userAgent = "speakeasy-sdk/csharp 2.3.1 2.237.2 0.3.0 SpeakeasySDK";
114114
private string _serverUrl = "";
115115
private ISpeakeasyHttpClient _defaultClient;
116116
private ISpeakeasyHttpClient _securityClient;

SpeakeasySDK/SpeakeasySDK.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>2.3.0</Version>
5+
<Version>2.3.1</Version>
66
<Authors>Speakeasy</Authors>
77
<TargetFramework>net5.0</TargetFramework>
88
<Nullable>enable</Nullable>

SpeakeasySDK/Utils/SecuritySerializer.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,10 @@ object value
165165
}
166166
break;
167167
case "openIdConnect":
168-
client.AddHeader(valueMetadata.Name, Utilities.ValueToString(value));
168+
client.AddHeader(valueMetadata.Name, Utilities.PrefixBearer(Utilities.ValueToString(value)));
169169
break;
170170
case "oauth2":
171-
client.AddHeader(valueMetadata.Name, Utilities.ValueToString(value));
171+
client.AddHeader(valueMetadata.Name, Utilities.PrefixBearer(Utilities.ValueToString(value)));
172172
break;
173173
case "http":
174174
switch (schemeMetadata.SubType)

gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ generation:
66
fixes:
77
nameResolutionDec2023: false
88
csharp:
9-
version: 2.3.0
9+
version: 2.3.1
1010
author: Speakeasy
1111
dotnetVersion: net5.0
1212
imports:

0 commit comments

Comments
 (0)