Skip to content

Commit 2ab64f7

Browse files
committed
ci: regenerated with OpenAPI Doc 1.0.0, Speakeasy CLI 1.352.2
1 parent 7d895de commit 2ab64f7

Some content is hidden

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

51 files changed

+80
-70
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: 85248a8dd6a5cd6fea1b82dfc30249e9
55
docVersion: 1.0.0
6-
speakeasyVersion: 1.346.0
7-
generationVersion: 2.379.3
8-
releaseVersion: 0.17.9
9-
configChecksum: 522acb2d9052c789025a15487330f123
6+
speakeasyVersion: 1.352.2
7+
generationVersion: 2.385.2
8+
releaseVersion: 0.17.10
9+
configChecksum: 9fc0a21552f5c7976782158d803acfa8
1010
repoURL: https://github.com/ding-live/ding-csharp.git
1111
repoSubDirectory: .
1212
published: true
@@ -16,7 +16,7 @@ features:
1616
core: 3.9.13
1717
examples: 2.81.3
1818
flattening: 2.81.2
19-
globalSecurity: 2.83.4
19+
globalSecurity: 2.83.5
2020
globalSecurityCallbacks: 0.1.0
2121
globalServerURLs: 2.82.3
2222
intellisenseMarkdownSupport: 0.1.0

DingSDK/Ding.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//------------------------------------------------------------------------------
22
// <auto-generated>
3-
// This code was generated by Speakeasy (https://speakeasyapi.com). DO NOT EDIT.
3+
// This code was generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
44
//
55
// Changes to this file may cause incorrect behavior and will be lost when
66
// the code is regenerated.
@@ -80,18 +80,18 @@ public class Ding: IDing
8080
public SDKConfig SDKConfiguration { get; private set; }
8181

8282
private const string _language = "csharp";
83-
private const string _sdkVersion = "0.17.9";
84-
private const string _sdkGenVersion = "2.379.3";
83+
private const string _sdkVersion = "0.17.10";
84+
private const string _sdkGenVersion = "2.385.2";
8585
private const string _openapiDocVersion = "1.0.0";
86-
private const string _userAgent = "speakeasy-sdk/csharp 0.17.9 2.379.3 1.0.0 DingSDK";
86+
private const string _userAgent = "speakeasy-sdk/csharp 0.17.10 2.385.2 1.0.0 DingSDK";
8787
private string _serverUrl = "";
8888
private int _serverIndex = 0;
8989
private ISpeakeasyHttpClient _client;
90-
private Func<Security>? _securitySource;
90+
private Func<DingSDK.Models.Components.Security>? _securitySource;
9191
public IOtp Otp { get; private set; }
9292
public ILookup Lookup { get; private set; }
9393

94-
public Ding(Security? security = null, Func<Security>? securitySource = null, int? serverIndex = null, string? serverUrl = null, Dictionary<string, string>? urlParams = null, ISpeakeasyHttpClient? client = null, RetryConfig? retryConfig = null)
94+
public Ding(DingSDK.Models.Components.Security? security = null, Func<DingSDK.Models.Components.Security>? securitySource = null, int? serverIndex = null, string? serverUrl = null, Dictionary<string, string>? urlParams = null, ISpeakeasyHttpClient? client = null, RetryConfig? retryConfig = null)
9595
{
9696
if (serverIndex != null)
9797
{

DingSDK/DingSDK.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<IsPackable>true</IsPackable>
55
<PackageId>DingSDK</PackageId>
6-
<Version>0.17.9</Version>
6+
<Version>0.17.10</Version>
77
<TargetFramework>net5.0</TargetFramework>
88
<Authors>Ding</Authors>
99
<Copyright>Copyright (c) Ding 2024</Copyright>

DingSDK/Hooks/HookTypes.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//------------------------------------------------------------------------------
22
// <auto-generated>
3-
// This code was generated by Speakeasy (https://speakeasyapi.com). DO NOT EDIT.
3+
// This code was generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
44
//
55
// Changes to this file may cause incorrect behavior and will be lost when
66
// the code is regenerated.

DingSDK/Hooks/SDKHooks.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//------------------------------------------------------------------------------
22
// <auto-generated>
3-
// This code was generated by Speakeasy (https://speakeasyapi.com). DO NOT EDIT.
3+
// This code was generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
44
//
55
// Changes to this file may cause incorrect behavior and will be lost when
66
// the code is regenerated.

DingSDK/Lookup.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//------------------------------------------------------------------------------
22
// <auto-generated>
3-
// This code was generated by Speakeasy (https://speakeasyapi.com). DO NOT EDIT.
3+
// This code was generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
44
//
55
// Changes to this file may cause incorrect behavior and will be lost when
66
// the code is regenerated.
@@ -41,15 +41,15 @@ public class Lookup: ILookup
4141
{
4242
public SDKConfig SDKConfiguration { get; private set; }
4343
private const string _language = "csharp";
44-
private const string _sdkVersion = "0.17.9";
45-
private const string _sdkGenVersion = "2.379.3";
44+
private const string _sdkVersion = "0.17.10";
45+
private const string _sdkGenVersion = "2.385.2";
4646
private const string _openapiDocVersion = "1.0.0";
47-
private const string _userAgent = "speakeasy-sdk/csharp 0.17.9 2.379.3 1.0.0 DingSDK";
47+
private const string _userAgent = "speakeasy-sdk/csharp 0.17.10 2.385.2 1.0.0 DingSDK";
4848
private string _serverUrl = "";
4949
private ISpeakeasyHttpClient _client;
50-
private Func<Security>? _securitySource;
50+
private Func<DingSDK.Models.Components.Security>? _securitySource;
5151

52-
public Lookup(ISpeakeasyHttpClient client, Func<Security>? securitySource, string serverUrl, SDKConfig config)
52+
public Lookup(ISpeakeasyHttpClient client, Func<DingSDK.Models.Components.Security>? securitySource, string serverUrl, SDKConfig config)
5353
{
5454
_client = client;
5555
_securitySource = securitySource;

DingSDK/Models/Components/CreateAuthenticationRequest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//------------------------------------------------------------------------------
22
// <auto-generated>
3-
// This code was generated by Speakeasy (https://speakeasyapi.com). DO NOT EDIT.
3+
// This code was generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
44
//
55
// Changes to this file may cause incorrect behavior and will be lost when
66
// the code is regenerated.

DingSDK/Models/Components/CreateAuthenticationResponse.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//------------------------------------------------------------------------------
22
// <auto-generated>
3-
// This code was generated by Speakeasy (https://speakeasyapi.com). DO NOT EDIT.
3+
// This code was generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
44
//
55
// Changes to this file may cause incorrect behavior and will be lost when
66
// the code is regenerated.

DingSDK/Models/Components/CreateCheckRequest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//------------------------------------------------------------------------------
22
// <auto-generated>
3-
// This code was generated by Speakeasy (https://speakeasyapi.com). DO NOT EDIT.
3+
// This code was generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
44
//
55
// Changes to this file may cause incorrect behavior and will be lost when
66
// the code is regenerated.

DingSDK/Models/Components/CreateCheckResponse.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//------------------------------------------------------------------------------
22
// <auto-generated>
3-
// This code was generated by Speakeasy (https://speakeasyapi.com). DO NOT EDIT.
3+
// This code was generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
44
//
55
// Changes to this file may cause incorrect behavior and will be lost when
66
// the code is regenerated.

0 commit comments

Comments
 (0)