Skip to content

Commit 7d895de

Browse files
committed
ci: regenerated with OpenAPI Doc 1.0.0, Speakeasy CLI 1.346.0
1 parent 1553712 commit 7d895de

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

+74
-64
lines changed

.speakeasy/gen.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ id: 76b4d38c-5441-40d8-8002-c456a3ea1652
33
management:
44
docChecksum: 85248a8dd6a5cd6fea1b82dfc30249e9
55
docVersion: 1.0.0
6-
speakeasyVersion: 1.345.1
7-
generationVersion: 2.378.1
8-
releaseVersion: 0.17.8
9-
configChecksum: 869308be4512f66cdef3cb17cc170daa
6+
speakeasyVersion: 1.346.0
7+
generationVersion: 2.379.3
8+
releaseVersion: 0.17.9
9+
configChecksum: 522acb2d9052c789025a15487330f123
1010
repoURL: https://github.com/ding-live/ding-csharp.git
1111
repoSubDirectory: .
1212
published: true
1313
features:
1414
csharp:
1515
additionalDependencies: 0.1.0
16-
core: 3.9.11
16+
core: 3.9.13
1717
examples: 2.81.3
1818
flattening: 2.81.2
1919
globalSecurity: 2.83.4

DingSDK/Ding.cs

Lines changed: 4 additions & 4 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.dev). DO NOT EDIT.
3+
// This code was generated by Speakeasy (https://speakeasyapi.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,10 +80,10 @@ 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.8";
84-
private const string _sdkGenVersion = "2.378.1";
83+
private const string _sdkVersion = "0.17.9";
84+
private const string _sdkGenVersion = "2.379.3";
8585
private const string _openapiDocVersion = "1.0.0";
86-
private const string _userAgent = "speakeasy-sdk/csharp 0.17.8 2.378.1 1.0.0 DingSDK";
86+
private const string _userAgent = "speakeasy-sdk/csharp 0.17.9 2.379.3 1.0.0 DingSDK";
8787
private string _serverUrl = "";
8888
private int _serverIndex = 0;
8989
private ISpeakeasyHttpClient _client;

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.8</Version>
6+
<Version>0.17.9</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.dev). DO NOT EDIT.
3+
// This code was generated by Speakeasy (https://speakeasyapi.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.dev). DO NOT EDIT.
3+
// This code was generated by Speakeasy (https://speakeasyapi.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: 4 additions & 4 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.dev). DO NOT EDIT.
3+
// This code was generated by Speakeasy (https://speakeasyapi.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,10 +41,10 @@ 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.8";
45-
private const string _sdkGenVersion = "2.378.1";
44+
private const string _sdkVersion = "0.17.9";
45+
private const string _sdkGenVersion = "2.379.3";
4646
private const string _openapiDocVersion = "1.0.0";
47-
private const string _userAgent = "speakeasy-sdk/csharp 0.17.8 2.378.1 1.0.0 DingSDK";
47+
private const string _userAgent = "speakeasy-sdk/csharp 0.17.9 2.379.3 1.0.0 DingSDK";
4848
private string _serverUrl = "";
4949
private ISpeakeasyHttpClient _client;
5050
private Func<Security>? _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.dev). DO NOT EDIT.
3+
// This code was generated by Speakeasy (https://speakeasyapi.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.dev). DO NOT EDIT.
3+
// This code was generated by Speakeasy (https://speakeasyapi.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.dev). DO NOT EDIT.
3+
// This code was generated by Speakeasy (https://speakeasyapi.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.dev). DO NOT EDIT.
3+
// This code was generated by Speakeasy (https://speakeasyapi.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)