Skip to content

Commit b22efa4

Browse files
authored
Merge pull request #34 from speakeasy-api/speakeasy-sdk-regen-1726741591
chore: 🐝 Update SDK - Generate 5.10.0
2 parents bcd3215 + b85a360 commit b22efa4

File tree

253 files changed

+337
-316
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

253 files changed

+337
-316
lines changed

β€Ž.speakeasy/gen.lock

Lines changed: 256 additions & 251 deletions
Large diffs are not rendered by default.

β€Ž.speakeasy/workflow.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
speakeasyVersion: 1.399.2
1+
speakeasyVersion: 1.400.0
22
sources:
33
speakeasy:
44
sourceNamespace: speakeasy
5-
sourceRevisionDigest: sha256:c3f47f9740aebf3b24e24c0df0e12a713f3b0e53814878b5683ed4a36707b052
5+
sourceRevisionDigest: sha256:780f67279a06564bd229dec0bc85843b7304309e58668de26325742aa8c7b921
66
sourceBlobDigest: sha256:88704527b94e0f552679a1b9305054543883de59097a5102e669d5f049d7929e
77
tags:
88
- latest
@@ -11,10 +11,10 @@ targets:
1111
speakeasy-client-sdk-csharp:
1212
source: speakeasy
1313
sourceNamespace: speakeasy
14-
sourceRevisionDigest: sha256:c3f47f9740aebf3b24e24c0df0e12a713f3b0e53814878b5683ed4a36707b052
14+
sourceRevisionDigest: sha256:780f67279a06564bd229dec0bc85843b7304309e58668de26325742aa8c7b921
1515
sourceBlobDigest: sha256:88704527b94e0f552679a1b9305054543883de59097a5102e669d5f049d7929e
1616
codeSamplesNamespace: code-samples-csharp-speakeasy-client-sdk-csharp
17-
codeSamplesRevisionDigest: sha256:4654b6467fa525870f9523de86c710be302bbaa9e945d25108cbb097b4e6145c
17+
codeSamplesRevisionDigest: sha256:f4c81795d8921b1fc5c4ada4b7c29196d1435a034ec4c259d2c889209884384e
1818
workflow:
1919
workflowVersion: 1.0.0
2020
speakeasyVersion: latest

β€ŽREADME.md

Lines changed: 1 addition & 1 deletion

β€ŽRELEASES.md

Lines changed: 11 additions & 1 deletion

β€ŽSpeakeasySDK.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SpeakeasySDK", "SpeakeasySDK\SpeakeasySDK.csproj", "{F0CE92B5-F3CC-45A2-AA83-118C38724EB1}"
3+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SpeakeasySDK", "src\SpeakeasySDK\SpeakeasySDK.csproj", "{F0CE92B5-F3CC-45A2-AA83-118C38724EB1}"
44
EndProject
55

66
Global

β€Žgen.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ generation:
1010
auth:
1111
oAuth2ClientCredentialsEnabled: false
1212
csharp:
13-
version: 5.9.28
13+
version: 5.10.0
1414
additionalDependencies: []
1515
author: Speakeasy
1616
clientServerStatusCodesAsErrors: true
@@ -30,7 +30,7 @@ csharp:
3030
inputModelSuffix: input
3131
maxMethodParams: 0
3232
outputModelSuffix: output
33-
sourceDirectory: src
3433
packageName: SpeakeasySDK
3534
packageTags: Speakeasy SDK Generation
3635
responseFormat: envelope
36+
sourceDirectory: src

β€ŽSpeakeasySDK/ApiEndpoints.cs renamed to β€Žsrc/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.28";
102-
private const string _sdkGenVersion = "2.416.6";
101+
private const string _sdkVersion = "5.10.0";
102+
private const string _sdkGenVersion = "2.420.2";
103103
private const string _openapiDocVersion = "0.4.0 .";
104-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.28 2.416.6 0.4.0 . SpeakeasySDK";
104+
private const string _userAgent = "speakeasy-sdk/csharp 5.10.0 2.420.2 0.4.0 . SpeakeasySDK";
105105
private string _serverUrl = "";
106106
private ISpeakeasyHttpClient _client;
107107
private Func<SpeakeasySDK.Models.Shared.Security>? _securitySource;

β€ŽSpeakeasySDK/Apis.cs renamed to β€Žsrc/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.28";
98-
private const string _sdkGenVersion = "2.416.6";
97+
private const string _sdkVersion = "5.10.0";
98+
private const string _sdkGenVersion = "2.420.2";
9999
private const string _openapiDocVersion = "0.4.0 .";
100-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.28 2.416.6 0.4.0 . SpeakeasySDK";
100+
private const string _userAgent = "speakeasy-sdk/csharp 5.10.0 2.420.2 0.4.0 . SpeakeasySDK";
101101
private string _serverUrl = "";
102102
private ISpeakeasyHttpClient _client;
103103
private Func<SpeakeasySDK.Models.Shared.Security>? _securitySource;

β€ŽSpeakeasySDK/Artifacts.cs renamed to β€Žsrc/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.28";
68-
private const string _sdkGenVersion = "2.416.6";
67+
private const string _sdkVersion = "5.10.0";
68+
private const string _sdkGenVersion = "2.420.2";
6969
private const string _openapiDocVersion = "0.4.0 .";
70-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.28 2.416.6 0.4.0 . SpeakeasySDK";
70+
private const string _userAgent = "speakeasy-sdk/csharp 5.10.0 2.420.2 0.4.0 . SpeakeasySDK";
7171
private string _serverUrl = "";
7272
private ISpeakeasyHttpClient _client;
7373
private Func<SpeakeasySDK.Models.Shared.Security>? _securitySource;

β€ŽSpeakeasySDK/Auth.cs renamed to β€Žsrc/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.28";
64-
private const string _sdkGenVersion = "2.416.6";
63+
private const string _sdkVersion = "5.10.0";
64+
private const string _sdkGenVersion = "2.420.2";
6565
private const string _openapiDocVersion = "0.4.0 .";
66-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.28 2.416.6 0.4.0 . SpeakeasySDK";
66+
private const string _userAgent = "speakeasy-sdk/csharp 5.10.0 2.420.2 0.4.0 . SpeakeasySDK";
6767
private string _serverUrl = "";
6868
private ISpeakeasyHttpClient _client;
6969
private Func<SpeakeasySDK.Models.Shared.Security>? _securitySource;

β€ŽSpeakeasySDK/Embeds.cs renamed to β€Žsrc/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.28";
60-
private const string _sdkGenVersion = "2.416.6";
59+
private const string _sdkVersion = "5.10.0";
60+
private const string _sdkGenVersion = "2.420.2";
6161
private const string _openapiDocVersion = "0.4.0 .";
62-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.28 2.416.6 0.4.0 . SpeakeasySDK";
62+
private const string _userAgent = "speakeasy-sdk/csharp 5.10.0 2.420.2 0.4.0 . SpeakeasySDK";
6363
private string _serverUrl = "";
6464
private ISpeakeasyHttpClient _client;
6565
private Func<SpeakeasySDK.Models.Shared.Security>? _securitySource;

β€ŽSpeakeasySDK/Events.cs renamed to β€Žsrc/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.28";
64-
private const string _sdkGenVersion = "2.416.6";
63+
private const string _sdkVersion = "5.10.0";
64+
private const string _sdkGenVersion = "2.420.2";
6565
private const string _openapiDocVersion = "0.4.0 .";
66-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.28 2.416.6 0.4.0 . SpeakeasySDK";
66+
private const string _userAgent = "speakeasy-sdk/csharp 5.10.0 2.420.2 0.4.0 . SpeakeasySDK";
6767
private string _serverUrl = "";
6868
private ISpeakeasyHttpClient _client;
6969
private Func<SpeakeasySDK.Models.Shared.Security>? _securitySource;

β€ŽSpeakeasySDK/Github.cs renamed to β€Žsrc/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.28";
43-
private const string _sdkGenVersion = "2.416.6";
42+
private const string _sdkVersion = "5.10.0";
43+
private const string _sdkGenVersion = "2.420.2";
4444
private const string _openapiDocVersion = "0.4.0 .";
45-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.28 2.416.6 0.4.0 . SpeakeasySDK";
45+
private const string _userAgent = "speakeasy-sdk/csharp 5.10.0 2.420.2 0.4.0 . SpeakeasySDK";
4646
private string _serverUrl = "";
4747
private ISpeakeasyHttpClient _client;
4848
private Func<SpeakeasySDK.Models.Shared.Security>? _securitySource;

β€ŽSpeakeasySDK/Hooks/HookRegistration.cs renamed to β€Žsrc/SpeakeasySDK/Hooks/HookRegistration.cs

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,27 @@
22
namespace SpeakeasySDK.Hooks
33
{
44
/// <summary>
5+
/// Hook Registration File.
6+
/// </summary>
7+
/// <remarks>
58
/// This file is only ever generated once on the first generation and then is free to be modified.
69
/// Any hooks you wish to add should be registered in the InitHooks function. Feel free to define them
710
/// in this file or in separate files in the Hooks folder.
8-
/// </summary>
11+
/// </remarks>
912
public static class HookRegistration
1013
{
1114
/// <summary>
15+
/// Initializes hooks.
16+
/// </summary>
17+
/// <remarks>
1218
/// Add hooks by calling `SpeakeasySDK.Hooks.Register&lt;HookInterface&gt;(myHook);`
1319
/// where `I&lt;HookInterface&gt;` is one of the following interfaces defined in HookTypes.cs:
1420
/// - ISDKInitHook
1521
/// - IBeforeRequestHook
1622
/// - IAfterSuccess
1723
/// - IAfterError
1824
/// and `myHook` an instance that implements that specific interface.
19-
/// </summary>
25+
/// </remarks>
2026
public static void InitHooks(IHooks hooks)
2127
{
2228
// var myHook = new MyHook();
@@ -27,4 +33,4 @@ public static void InitHooks(IHooks hooks)
2733
// hooks.RegisterAfterErrorHook(myHook;
2834
}
2935
}
30-
}
36+
}

β€ŽSpeakeasySDK/Metadata.cs renamed to β€Žsrc/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.28";
55-
private const string _sdkGenVersion = "2.416.6";
54+
private const string _sdkVersion = "5.10.0";
55+
private const string _sdkGenVersion = "2.420.2";
5656
private const string _openapiDocVersion = "0.4.0 .";
57-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.28 2.416.6 0.4.0 . SpeakeasySDK";
57+
private const string _userAgent = "speakeasy-sdk/csharp 5.10.0 2.420.2 0.4.0 . SpeakeasySDK";
5858
private string _serverUrl = "";
5959
private ISpeakeasyHttpClient _client;
6060
private Func<SpeakeasySDK.Models.Shared.Security>? _securitySource;

β€ŽSpeakeasySDK/Organizations.cs renamed to β€Žsrc/SpeakeasySDK/Organizations.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ public class Organizations: IOrganizations
6666
{
6767
public SDKConfig SDKConfiguration { get; private set; }
6868
private const string _language = "csharp";
69-
private const string _sdkVersion = "5.9.28";
70-
private const string _sdkGenVersion = "2.416.6";
69+
private const string _sdkVersion = "5.10.0";
70+
private const string _sdkGenVersion = "2.420.2";
7171
private const string _openapiDocVersion = "0.4.0 .";
72-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.28 2.416.6 0.4.0 . SpeakeasySDK";
72+
private const string _userAgent = "speakeasy-sdk/csharp 5.10.0 2.420.2 0.4.0 . SpeakeasySDK";
7373
private string _serverUrl = "";
7474
private ISpeakeasyHttpClient _client;
7575
private Func<SpeakeasySDK.Models.Shared.Security>? _securitySource;

β€ŽSpeakeasySDK/Reports.cs renamed to β€Žsrc/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.28";
55-
private const string _sdkGenVersion = "2.416.6";
54+
private const string _sdkVersion = "5.10.0";
55+
private const string _sdkGenVersion = "2.420.2";
5656
private const string _openapiDocVersion = "0.4.0 .";
57-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.28 2.416.6 0.4.0 . SpeakeasySDK";
57+
private const string _userAgent = "speakeasy-sdk/csharp 5.10.0 2.420.2 0.4.0 . SpeakeasySDK";
5858
private string _serverUrl = "";
5959
private ISpeakeasyHttpClient _client;
6060
private Func<SpeakeasySDK.Models.Shared.Security>? _securitySource;

β€ŽSpeakeasySDK/Requests.cs renamed to β€Žsrc/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.28";
65-
private const string _sdkGenVersion = "2.416.6";
64+
private const string _sdkVersion = "5.10.0";
65+
private const string _sdkGenVersion = "2.420.2";
6666
private const string _openapiDocVersion = "0.4.0 .";
67-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.28 2.416.6 0.4.0 . SpeakeasySDK";
67+
private const string _userAgent = "speakeasy-sdk/csharp 5.10.0 2.420.2 0.4.0 . SpeakeasySDK";
6868
private string _serverUrl = "";
6969
private ISpeakeasyHttpClient _client;
7070
private Func<SpeakeasySDK.Models.Shared.Security>? _securitySource;

β€ŽSpeakeasySDK/SDK.cs renamed to β€Žsrc/SpeakeasySDK/SDK.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,10 +157,10 @@ public class SDK: ISDK
157157
public SDKConfig SDKConfiguration { get; private set; }
158158

159159
private const string _language = "csharp";
160-
private const string _sdkVersion = "5.9.28";
161-
private const string _sdkGenVersion = "2.416.6";
160+
private const string _sdkVersion = "5.10.0";
161+
private const string _sdkGenVersion = "2.420.2";
162162
private const string _openapiDocVersion = "0.4.0 .";
163-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.28 2.416.6 0.4.0 . SpeakeasySDK";
163+
private const string _userAgent = "speakeasy-sdk/csharp 5.10.0 2.420.2 0.4.0 . SpeakeasySDK";
164164
private string _serverUrl = "";
165165
private SDKConfig.Server? _server = null;
166166
private ISpeakeasyHttpClient _client;

β€ŽSpeakeasySDK/Schemas.cs renamed to β€Žsrc/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.28";
100-
private const string _sdkGenVersion = "2.416.6";
99+
private const string _sdkVersion = "5.10.0";
100+
private const string _sdkGenVersion = "2.420.2";
101101
private const string _openapiDocVersion = "0.4.0 .";
102-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.28 2.416.6 0.4.0 . SpeakeasySDK";
102+
private const string _userAgent = "speakeasy-sdk/csharp 5.10.0 2.420.2 0.4.0 . SpeakeasySDK";
103103
private string _serverUrl = "";
104104
private ISpeakeasyHttpClient _client;
105105
private Func<SpeakeasySDK.Models.Shared.Security>? _securitySource;

β€ŽSpeakeasySDK/ShortURLs.cs renamed to β€Žsrc/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.28";
45-
private const string _sdkGenVersion = "2.416.6";
44+
private const string _sdkVersion = "5.10.0";
45+
private const string _sdkGenVersion = "2.420.2";
4646
private const string _openapiDocVersion = "0.4.0 .";
47-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.28 2.416.6 0.4.0 . SpeakeasySDK";
47+
private const string _userAgent = "speakeasy-sdk/csharp 5.10.0 2.420.2 0.4.0 . SpeakeasySDK";
4848
private string _serverUrl = "";
4949
private ISpeakeasyHttpClient _client;
5050
private Func<SpeakeasySDK.Models.Shared.Security>? _securitySource;

β€ŽSpeakeasySDK/SpeakeasySDK.csproj renamed to β€Žsrc/SpeakeasySDK/SpeakeasySDK.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<IsPackable>true</IsPackable>
55
<PackageId>SpeakeasySDK</PackageId>
6-
<Version>5.9.28</Version>
6+
<Version>5.10.0</Version>
77
<TargetFramework>net8.0</TargetFramework>
88
<Authors>Speakeasy</Authors>
99
<Copyright>Copyright (c) Speakeasy 2024</Copyright>
@@ -26,10 +26,10 @@
2626
</PropertyGroup>
2727

2828
<ItemGroup>
29-
<None Include="..\NUGET.md" Pack="true" PackagePath="README.md"/>
30-
<None Include="..\LICENSE.md" Pack="true" PackagePath="\"/>
31-
<None Include="..\icon.png" Pack="true" PackagePath="\"/>
32-
<None Include="..\docs\**\*" Pack="true" PackagePath="\docs" CopyToOutputDirectory="PreserveNewest"/>
29+
<None Include="..\..\NUGET.md" Pack="true" PackagePath="README.md"/>
30+
<None Include="..\..\LICENSE.md" Pack="true" PackagePath="\"/>
31+
<None Include="..\..\icon.png" Pack="true" PackagePath="\"/>
32+
<None Include="..\..\docs\**\*" Pack="true" PackagePath="\docs" CopyToOutputDirectory="PreserveNewest"/>
3333
</ItemGroup>
3434

3535
<PropertyGroup>

β€ŽSpeakeasySDK/Suggest.cs renamed to β€Žsrc/SpeakeasySDK/Suggest.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ public class Suggest: ISuggest
6262
{
6363
public SDKConfig SDKConfiguration { get; private set; }
6464
private const string _language = "csharp";
65-
private const string _sdkVersion = "5.9.28";
66-
private const string _sdkGenVersion = "2.416.6";
65+
private const string _sdkVersion = "5.10.0";
66+
private const string _sdkGenVersion = "2.420.2";
6767
private const string _openapiDocVersion = "0.4.0 .";
68-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.28 2.416.6 0.4.0 . SpeakeasySDK";
68+
private const string _userAgent = "speakeasy-sdk/csharp 5.10.0 2.420.2 0.4.0 . SpeakeasySDK";
6969
private string _serverUrl = "";
7070
private ISpeakeasyHttpClient _client;
7171
private Func<SpeakeasySDK.Models.Shared.Security>? _securitySource;

β€ŽSpeakeasySDK/Workspaces.cs renamed to β€Žsrc/SpeakeasySDK/Workspaces.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ public class Workspaces: IWorkspaces
4444
{
4545
public SDKConfig SDKConfiguration { get; private set; }
4646
private const string _language = "csharp";
47-
private const string _sdkVersion = "5.9.28";
48-
private const string _sdkGenVersion = "2.416.6";
47+
private const string _sdkVersion = "5.10.0";
48+
private const string _sdkGenVersion = "2.420.2";
4949
private const string _openapiDocVersion = "0.4.0 .";
50-
private const string _userAgent = "speakeasy-sdk/csharp 5.9.28 2.416.6 0.4.0 . SpeakeasySDK";
50+
private const string _userAgent = "speakeasy-sdk/csharp 5.10.0 2.420.2 0.4.0 . SpeakeasySDK";
5151
private string _serverUrl = "";
5252
private ISpeakeasyHttpClient _client;
5353
private Func<SpeakeasySDK.Models.Shared.Security>? _securitySource;

0 commit comments

Comments
Β (0)