File tree Expand file tree Collapse file tree 8 files changed +32
-22
lines changed Expand file tree Collapse file tree 8 files changed +32
-22
lines changed Original file line number Diff line number Diff line change @@ -3,17 +3,17 @@ id: 76b4d38c-5441-40d8-8002-c456a3ea1652
3
3
management:
4
4
docChecksum: 9fbd6321083c0c2d44365ff84b8e2cb8
5
5
docVersion: 1.0.0
6
- speakeasyVersion: 1.453.4
7
- generationVersion: 2.474.6
8
- releaseVersion: 0.19.38
9
- configChecksum: 9b9a85fd42818e8ae78cc01ddd81cb50
6
+ speakeasyVersion: 1.453.8
7
+ generationVersion: 2.474.15
8
+ releaseVersion: 0.19.39
9
+ configChecksum: c3f9d79d63560c81f4f342066e0bd2eb
10
10
repoURL: https://github.com/ding-live/ding-csharp.git
11
11
repoSubDirectory: .
12
12
published: true
13
13
features:
14
14
csharp:
15
15
additionalDependencies: 0.1.0
16
- core: 3.10.6
16
+ core: 3.10.7
17
17
examples: 2.81.3
18
18
flattening: 2.81.3
19
19
globalSecurity: 2.83.6
Original file line number Diff line number Diff line change 1
- speakeasyVersion: 1.453.4
1
+ speakeasyVersion: 1.453.8
2
2
sources:
3
3
my-source:
4
4
sourceNamespace: my-source
5
- sourceRevisionDigest: sha256:fac9e9353bd34661de2be019d7ef279b3d5246f2899c5e36b2294f45be30b154
5
+ sourceRevisionDigest: sha256:06f8d793d89a8ecafe709781468f719864aa6d672ddc62b39b5b29d70195073b
6
6
sourceBlobDigest: sha256:4d3dd890b21d2c069d944869e00ea2505c58a172c1b06fa3cb7b59c56c21a500
7
7
tags:
8
8
- latest
9
- - speakeasy-sdk-regen-1733703854
9
+ - speakeasy-sdk-regen-1733790216
10
10
- 1.0.0
11
11
targets:
12
12
DingSDK:
13
13
source: my-source
14
14
sourceNamespace: my-source
15
- sourceRevisionDigest: sha256:fac9e9353bd34661de2be019d7ef279b3d5246f2899c5e36b2294f45be30b154
15
+ sourceRevisionDigest: sha256:06f8d793d89a8ecafe709781468f719864aa6d672ddc62b39b5b29d70195073b
16
16
sourceBlobDigest: sha256:4d3dd890b21d2c069d944869e00ea2505c58a172c1b06fa3cb7b59c56c21a500
17
17
codeSamplesNamespace: my-source-csharp-code-samples
18
- codeSamplesRevisionDigest: sha256:b1780fc80951d0bcdc8e2ad5d4deaee7a26d378f270d9d7537b11504afc23c81
18
+ codeSamplesRevisionDigest: sha256:ed081ce32bfdfec0d481bebfcd9aacd18e9b3cd9931979b1264c16bd7eaf15e0
19
19
workflow:
20
20
workflowVersion: 1.0.0
21
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.38 " ;
84
- private const string _sdkGenVersion = "2.474.6 " ;
83
+ private const string _sdkVersion = "0.19.39 " ;
84
+ private const string _sdkGenVersion = "2.474.15 " ;
85
85
private const string _openapiDocVersion = "1.0.0" ;
86
- private const string _userAgent = "speakeasy-sdk/csharp 0.19.38 2.474.6 1.0.0 DingSDK" ;
86
+ private const string _userAgent = "speakeasy-sdk/csharp 0.19.39 2.474.15 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.38 </Version >
6
+ <Version >0.19.39 </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.38 " ;
45
- private const string _sdkGenVersion = "2.474.6 " ;
44
+ private const string _sdkVersion = "0.19.39 " ;
45
+ private const string _sdkGenVersion = "2.474.15 " ;
46
46
private const string _openapiDocVersion = "1.0.0" ;
47
- private const string _userAgent = "speakeasy-sdk/csharp 0.19.38 2.474.6 1.0.0 DingSDK" ;
47
+ private const string _userAgent = "speakeasy-sdk/csharp 0.19.39 2.474.15 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.38 " ;
65
- private const string _sdkGenVersion = "2.474.6 " ;
64
+ private const string _sdkVersion = "0.19.39 " ;
65
+ private const string _sdkGenVersion = "2.474.15 " ;
66
66
private const string _openapiDocVersion = "1.0.0" ;
67
- private const string _userAgent = "speakeasy-sdk/csharp 0.19.38 2.474.6 1.0.0 DingSDK" ;
67
+ private const string _userAgent = "speakeasy-sdk/csharp 0.19.39 2.474.15 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 @@ -840,4 +840,14 @@ Based on:
840
840
### Generated
841
841
- [ csharp v0.19.38] .
842
842
### Releases
843
- - [ NuGet v0.19.38] https://www.nuget.org/packages/DingSDK/0.19.38 - .
843
+ - [ NuGet v0.19.38] https://www.nuget.org/packages/DingSDK/0.19.38 - .
844
+
845
+ ## 2024-12-10 00:23:33
846
+ ### Changes
847
+ Based on:
848
+ - OpenAPI Doc
849
+ - Speakeasy CLI 1.453.8 (2.474.15) https://github.com/speakeasy-api/speakeasy
850
+ ### Generated
851
+ - [ csharp v0.19.39] .
852
+ ### Releases
853
+ - [ NuGet v0.19.39] https://www.nuget.org/packages/DingSDK/0.19.39 - .
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.38
14
+ version : 0.19.39
15
15
additionalDependencies : []
16
16
author : Ding
17
17
clientServerStatusCodesAsErrors : true
You can’t perform that action at this time.
0 commit comments