Skip to content

Commit 524deab

Browse files
committed
ci: regenerated with OpenAPI Doc 1.0.0, Speakeasy CLI 1.213.0
1 parent 6d78d63 commit 524deab

17 files changed

+46
-19
lines changed

.speakeasy/gen.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ id: 76b4d38c-5441-40d8-8002-c456a3ea1652
33
management:
44
docChecksum: 761ff7b72b6a6546da651525ba52b429
55
docVersion: 1.0.0
6-
speakeasyVersion: 1.209.3
7-
generationVersion: 2.281.2
8-
releaseVersion: 0.11.2
9-
configChecksum: b2e537071b828350ea0bb3801b08e50e
6+
speakeasyVersion: 1.213.0
7+
generationVersion: 2.283.1
8+
releaseVersion: 0.11.3
9+
configChecksum: 5c85799aeefe30487e9ef007719aa0f6
1010
repoURL: https://github.com/ding-live/ding-csharp.git
1111
repoSubDirectory: .
1212
published: true
@@ -15,7 +15,7 @@ features:
1515
core: 3.4.3
1616
examples: 2.81.3
1717
flattening: 2.81.1
18-
globalSecurity: 2.83.3
18+
globalSecurity: 2.83.4
1919
globalServerURLs: 2.82.3
2020
generatedFiles:
2121
- DingSDK/Otp.cs

DingSDK/Ding.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ public class Ding: IDing
6565
public SDKConfig SDKConfiguration { get; private set; }
6666

6767
private const string _language = "csharp";
68-
private const string _sdkVersion = "0.11.2";
69-
private const string _sdkGenVersion = "2.281.2";
68+
private const string _sdkVersion = "0.11.3";
69+
private const string _sdkGenVersion = "2.283.1";
7070
private const string _openapiDocVersion = "1.0.0";
71-
private const string _userAgent = "speakeasy-sdk/csharp 0.11.2 2.281.2 1.0.0 DingSDK";
71+
private const string _userAgent = "speakeasy-sdk/csharp 0.11.3 2.283.1 1.0.0 DingSDK";
7272
private string _serverUrl = "";
7373
private int _serverIndex = 0;
7474
private ISpeakeasyHttpClient _defaultClient;

DingSDK/DingSDK.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>DingSDK</PackageId>
5-
<Version>0.11.2</Version>
5+
<Version>0.11.3</Version>
66
<Authors>Ding</Authors>
77
<TargetFramework>net5.0</TargetFramework>
88
<Nullable>enable</Nullable>

DingSDK/Lookup.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ public class Lookup: ILookup
3838
{
3939
public SDKConfig SDKConfiguration { get; private set; }
4040
private const string _language = "csharp";
41-
private const string _sdkVersion = "0.11.2";
42-
private const string _sdkGenVersion = "2.281.2";
41+
private const string _sdkVersion = "0.11.3";
42+
private const string _sdkGenVersion = "2.283.1";
4343
private const string _openapiDocVersion = "1.0.0";
44-
private const string _userAgent = "speakeasy-sdk/csharp 0.11.2 2.281.2 1.0.0 DingSDK";
44+
private const string _userAgent = "speakeasy-sdk/csharp 0.11.3 2.283.1 1.0.0 DingSDK";
4545
private string _serverUrl = "";
4646
private ISpeakeasyHttpClient _defaultClient;
4747
private Func<Security>? _securitySource;

DingSDK/Models/Components/CreateAuthenticationRequest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#nullable enable
1111
namespace DingSDK.Models.Components
1212
{
13+
using DingSDK.Models.Components;
1314
using Newtonsoft.Json;
1415

1516
public class CreateAuthenticationRequest

DingSDK/Models/Components/CreateAuthenticationResponse.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#nullable enable
1111
namespace DingSDK.Models.Components
1212
{
13+
using DingSDK.Models.Components;
1314
using Newtonsoft.Json;
1415
using System;
1516

DingSDK/Models/Components/CreateCheckResponse.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#nullable enable
1111
namespace DingSDK.Models.Components
1212
{
13+
using DingSDK.Models.Components;
1314
using Newtonsoft.Json;
1415

1516
public class CreateCheckResponse

DingSDK/Models/Components/ErrorResponse.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#nullable enable
1111
namespace DingSDK.Models.Components
1212
{
13+
using DingSDK.Models.Components;
1314
using Newtonsoft.Json;
1415

1516
public class ErrorResponse

DingSDK/Models/Components/FeedbackRequest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#nullable enable
1111
namespace DingSDK.Models.Components
1212
{
13+
using DingSDK.Models.Components;
1314
using Newtonsoft.Json;
1415

1516
public class FeedbackRequest

DingSDK/Models/Components/LookupResponse.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#nullable enable
1111
namespace DingSDK.Models.Components
1212
{
13+
using DingSDK.Models.Components;
1314
using Newtonsoft.Json;
1415

1516
public class LookupResponse

0 commit comments

Comments
 (0)