File tree Expand file tree Collapse file tree 8 files changed +30
-19
lines changed Expand file tree Collapse file tree 8 files changed +30
-19
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: 9fbd6321083c0c2d44365ff84b8e2cb8
5
5
docVersion: 1.0.0
6
- speakeasyVersion: 1.444.1
6
+ speakeasyVersion: 1.444.3
7
7
generationVersion: 2.461.4
8
- releaseVersion: 0.19.23
9
- configChecksum: 6aa4276096f14ddcc67aeacbdc8df403
8
+ releaseVersion: 0.19.24
9
+ configChecksum: e3d4c0c0d7e20a37805ca582db916085
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.444.1
1
+ speakeasyVersion: 1.444.3
2
2
sources:
3
3
my-source:
4
4
sourceNamespace: my-source
5
- sourceRevisionDigest: sha256:c9014488d7148bfeb47aadde6da3ed05b16ed308b9a0a5d7da1edba51a9c8dd0
6
- sourceBlobDigest: sha256:5af8c0b479857b3c3702e2f951b863313e7be5db05d7f80a994bb3bb138ccdaa
5
+ sourceRevisionDigest: sha256:591e352d97084b2b9e0bb7b1fc7d812bba041582de7370d57acc49788313c955
6
+ sourceBlobDigest: sha256:4d3dd890b21d2c069d944869e00ea2505c58a172c1b06fa3cb7b59c56c21a500
7
7
tags:
8
8
- latest
9
- - speakeasy-sdk-regen-1732407898
9
+ - speakeasy-sdk-regen-1732494189
10
+ - 1.0.0
10
11
targets:
11
12
DingSDK:
12
13
source: my-source
13
14
sourceNamespace: my-source
14
- sourceRevisionDigest: sha256:c9014488d7148bfeb47aadde6da3ed05b16ed308b9a0a5d7da1edba51a9c8dd0
15
- sourceBlobDigest: sha256:5af8c0b479857b3c3702e2f951b863313e7be5db05d7f80a994bb3bb138ccdaa
15
+ sourceRevisionDigest: sha256:591e352d97084b2b9e0bb7b1fc7d812bba041582de7370d57acc49788313c955
16
+ sourceBlobDigest: sha256:4d3dd890b21d2c069d944869e00ea2505c58a172c1b06fa3cb7b59c56c21a500
16
17
codeSamplesNamespace: my-source-code-samples
17
- codeSamplesRevisionDigest: sha256:3be070903613f5e64d45b886d037cf3d8fb787b81d4c30ce39532de9e357e92e
18
+ codeSamplesRevisionDigest: sha256:25d7a412c759b7577e2c364cb74790f8b16df2665254779c772db11e2bcceecb
18
19
workflow:
19
20
workflowVersion: 1.0.0
20
21
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.23 " ;
83
+ private const string _sdkVersion = "0.19.24 " ;
84
84
private const string _sdkGenVersion = "2.461.4" ;
85
85
private const string _openapiDocVersion = "1.0.0" ;
86
- private const string _userAgent = "speakeasy-sdk/csharp 0.19.23 2.461.4 1.0.0 DingSDK" ;
86
+ private const string _userAgent = "speakeasy-sdk/csharp 0.19.24 2.461.4 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.23 </Version >
6
+ <Version >0.19.24 </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.23 " ;
44
+ private const string _sdkVersion = "0.19.24 " ;
45
45
private const string _sdkGenVersion = "2.461.4" ;
46
46
private const string _openapiDocVersion = "1.0.0" ;
47
- private const string _userAgent = "speakeasy-sdk/csharp 0.19.23 2.461.4 1.0.0 DingSDK" ;
47
+ private const string _userAgent = "speakeasy-sdk/csharp 0.19.24 2.461.4 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.23 " ;
64
+ private const string _sdkVersion = "0.19.24 " ;
65
65
private const string _sdkGenVersion = "2.461.4" ;
66
66
private const string _openapiDocVersion = "1.0.0" ;
67
- private const string _userAgent = "speakeasy-sdk/csharp 0.19.23 2.461.4 1.0.0 DingSDK" ;
67
+ private const string _userAgent = "speakeasy-sdk/csharp 0.19.24 2.461.4 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 @@ -690,4 +690,14 @@ Based on:
690
690
### Generated
691
691
- [ csharp v0.19.23] .
692
692
### Releases
693
- - [ NuGet v0.19.23] https://www.nuget.org/packages/DingSDK/0.19.23 - .
693
+ - [ NuGet v0.19.23] https://www.nuget.org/packages/DingSDK/0.19.23 - .
694
+
695
+ ## 2024-11-25 00:23:06
696
+ ### Changes
697
+ Based on:
698
+ - OpenAPI Doc
699
+ - Speakeasy CLI 1.444.3 (2.461.4) https://github.com/speakeasy-api/speakeasy
700
+ ### Generated
701
+ - [ csharp v0.19.24] .
702
+ ### Releases
703
+ - [ NuGet v0.19.24] https://www.nuget.org/packages/DingSDK/0.19.24 - .
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.23
14
+ version : 0.19.24
15
15
additionalDependencies : []
16
16
author : Ding
17
17
clientServerStatusCodesAsErrors : true
You can’t perform that action at this time.
0 commit comments