File tree Expand file tree Collapse file tree 8 files changed +27
-17
lines changed Expand file tree Collapse file tree 8 files changed +27
-17
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ id: 76b4d38c-5441-40d8-8002-c456a3ea1652
3
3
management:
4
4
docChecksum: de3d2693189957170dadac38413b020f
5
5
docVersion: 1.0.0
6
- speakeasyVersion: 1.438.3
6
+ speakeasyVersion: 1.440.0
7
7
generationVersion: 2.457.9
8
- releaseVersion: 0.19.13
9
- configChecksum: 539511d58ede24a0aee34c28ab6cc7d9
8
+ releaseVersion: 0.19.14
9
+ configChecksum: a6f00c77e853485ef869be7c39bd3abd
10
10
repoURL: https://github.com/ding-live/ding-csharp.git
11
11
repoSubDirectory: .
12
12
published: true
Original file line number Diff line number Diff line change 1
- speakeasyVersion: 1.438.3
1
+ speakeasyVersion: 1.440.0
2
2
sources:
3
3
my-source:
4
4
sourceNamespace: my-source
5
- sourceRevisionDigest: sha256:3a901a719dd4e4d81f56457a3bf4e2454238e11ab6cb1162335244298ab8fce8
5
+ sourceRevisionDigest: sha256:e8b0193369738fd7656f0c344f9b8cf1e541ef1653a5773d7c4d7b0a30989d14
6
6
sourceBlobDigest: sha256:704123624b1f2438447e28946a7be24c99e298c190b4ee44c3a573c16b54d185
7
7
tags:
8
8
- latest
9
- - main
9
+ - speakeasy-sdk-regen-1731630148
10
10
targets:
11
11
DingSDK:
12
12
source: my-source
13
13
sourceNamespace: my-source
14
- sourceRevisionDigest: sha256:3a901a719dd4e4d81f56457a3bf4e2454238e11ab6cb1162335244298ab8fce8
14
+ sourceRevisionDigest: sha256:e8b0193369738fd7656f0c344f9b8cf1e541ef1653a5773d7c4d7b0a30989d14
15
15
sourceBlobDigest: sha256:704123624b1f2438447e28946a7be24c99e298c190b4ee44c3a573c16b54d185
16
16
codeSamplesNamespace: my-source-code-samples
17
- codeSamplesRevisionDigest: sha256:49a94ab40ac15a95577f9f3f1a192a7c706ad3c780f4956c4c7d4756da07fffe
17
+ codeSamplesRevisionDigest: sha256:da41574dd6b345257bd1db179d87f61ea6f3a0f683f1a967d4db0c744a21ef1b
18
18
workflow:
19
19
workflowVersion: 1.0.0
20
20
speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -80,10 +80,10 @@ public class Ding: IDing
80
80
public SDKConfig SDKConfiguration { get ; private set ; }
81
81
82
82
private const string _language = "csharp" ;
83
- private const string _sdkVersion = "0.19.13 " ;
83
+ private const string _sdkVersion = "0.19.14 " ;
84
84
private const string _sdkGenVersion = "2.457.9" ;
85
85
private const string _openapiDocVersion = "1.0.0" ;
86
- private const string _userAgent = "speakeasy-sdk/csharp 0.19.13 2.457.9 1.0.0 DingSDK" ;
86
+ private const string _userAgent = "speakeasy-sdk/csharp 0.19.14 2.457.9 1.0.0 DingSDK" ;
87
87
private string _serverUrl = "" ;
88
88
private int _serverIndex = 0 ;
89
89
private ISpeakeasyHttpClient _client ;
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<IsPackable >true</IsPackable >
5
5
<PackageId >DingSDK</PackageId >
6
- <Version >0.19.13 </Version >
6
+ <Version >0.19.14 </Version >
7
7
<TargetFramework >net5.0</TargetFramework >
8
8
<Authors >Ding</Authors >
9
9
<Copyright >Copyright (c) Ding 2024</Copyright >
Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ public class Lookup: ILookup
41
41
{
42
42
public SDKConfig SDKConfiguration { get ; private set ; }
43
43
private const string _language = "csharp" ;
44
- private const string _sdkVersion = "0.19.13 " ;
44
+ private const string _sdkVersion = "0.19.14 " ;
45
45
private const string _sdkGenVersion = "2.457.9" ;
46
46
private const string _openapiDocVersion = "1.0.0" ;
47
- private const string _userAgent = "speakeasy-sdk/csharp 0.19.13 2.457.9 1.0.0 DingSDK" ;
47
+ private const string _userAgent = "speakeasy-sdk/csharp 0.19.14 2.457.9 1.0.0 DingSDK" ;
48
48
private string _serverUrl = "" ;
49
49
private ISpeakeasyHttpClient _client ;
50
50
private Func < DingSDK . Models . Components . Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -61,10 +61,10 @@ public class Otp: IOtp
61
61
{
62
62
public SDKConfig SDKConfiguration { get ; private set ; }
63
63
private const string _language = "csharp" ;
64
- private const string _sdkVersion = "0.19.13 " ;
64
+ private const string _sdkVersion = "0.19.14 " ;
65
65
private const string _sdkGenVersion = "2.457.9" ;
66
66
private const string _openapiDocVersion = "1.0.0" ;
67
- private const string _userAgent = "speakeasy-sdk/csharp 0.19.13 2.457.9 1.0.0 DingSDK" ;
67
+ private const string _userAgent = "speakeasy-sdk/csharp 0.19.14 2.457.9 1.0.0 DingSDK" ;
68
68
private string _serverUrl = "" ;
69
69
private ISpeakeasyHttpClient _client ;
70
70
private Func < DingSDK . Models . Components . Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -590,4 +590,14 @@ Based on:
590
590
### Generated
591
591
- [ csharp v0.19.13] .
592
592
### Releases
593
- - [ NuGet v0.19.13] https://www.nuget.org/packages/DingSDK/0.19.13 - .
593
+ - [ NuGet v0.19.13] https://www.nuget.org/packages/DingSDK/0.19.13 - .
594
+
595
+ ## 2024-11-15 00:22:25
596
+ ### Changes
597
+ Based on:
598
+ - OpenAPI Doc
599
+ - Speakeasy CLI 1.440.0 (2.457.9) https://github.com/speakeasy-api/speakeasy
600
+ ### Generated
601
+ - [ csharp v0.19.14] .
602
+ ### Releases
603
+ - [ NuGet v0.19.14] https://www.nuget.org/packages/DingSDK/0.19.14 - .
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ generation:
11
11
oAuth2ClientCredentialsEnabled : false
12
12
oAuth2PasswordEnabled : false
13
13
csharp :
14
- version : 0.19.13
14
+ version : 0.19.14
15
15
additionalDependencies : []
16
16
author : Ding
17
17
clientServerStatusCodesAsErrors : true
You can’t perform that action at this time.
0 commit comments