File tree Expand file tree Collapse file tree 10 files changed +42
-25
lines changed Expand file tree Collapse file tree 10 files changed +42
-25
lines changed Original file line number Diff line number Diff line change 1
1
lockVersion: 2.0.0
2
2
id: 76b4d38c-5441-40d8-8002-c456a3ea1652
3
3
management:
4
- docChecksum: 1d3b55136fdbb238cda72c160e9237df
4
+ docChecksum: de3d2693189957170dadac38413b020f
5
5
docVersion: 1.0.0
6
- speakeasyVersion: 1.438.1
7
- generationVersion: 2.457.2
8
- releaseVersion: 0.19.12
9
- configChecksum: 36ee1b8cbdc9e21d8de856ca2310acd5
6
+ speakeasyVersion: 1.438.3
7
+ generationVersion: 2.457.9
8
+ releaseVersion: 0.19.13
9
+ configChecksum: 539511d58ede24a0aee34c28ab6cc7d9
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.4
16
+ core: 3.10.5
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.438.1
1
+ speakeasyVersion: 1.438.3
2
2
sources:
3
3
my-source:
4
4
sourceNamespace: my-source
5
- sourceRevisionDigest: sha256:e3aa80293a290f548d20c2167be8f57fa6996fe0f83570dbc15a64ba98d912c3
6
- sourceBlobDigest: sha256:cdc65d23f585154d34e19b8e830d032f548ab8a33cfcbd00901a8432e5c93b4d
5
+ sourceRevisionDigest: sha256:3a901a719dd4e4d81f56457a3bf4e2454238e11ab6cb1162335244298ab8fce8
6
+ sourceBlobDigest: sha256:704123624b1f2438447e28946a7be24c99e298c190b4ee44c3a573c16b54d185
7
7
tags:
8
8
- latest
9
9
- main
10
10
targets:
11
11
DingSDK:
12
12
source: my-source
13
13
sourceNamespace: my-source
14
- sourceRevisionDigest: sha256:e3aa80293a290f548d20c2167be8f57fa6996fe0f83570dbc15a64ba98d912c3
15
- sourceBlobDigest: sha256:cdc65d23f585154d34e19b8e830d032f548ab8a33cfcbd00901a8432e5c93b4d
14
+ sourceRevisionDigest: sha256:3a901a719dd4e4d81f56457a3bf4e2454238e11ab6cb1162335244298ab8fce8
15
+ sourceBlobDigest: sha256:704123624b1f2438447e28946a7be24c99e298c190b4ee44c3a573c16b54d185
16
16
codeSamplesNamespace: my-source-code-samples
17
- codeSamplesRevisionDigest: sha256:d06db13a40d0aa923866bdd3e5a59ade3ddad007db329588f4c20b19fe4f7b95
17
+ codeSamplesRevisionDigest: sha256:49a94ab40ac15a95577f9f3f1a192a7c706ad3c780f4956c4c7d4756da07fffe
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.12 " ;
84
- private const string _sdkGenVersion = "2.457.2 " ;
83
+ private const string _sdkVersion = "0.19.13 " ;
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.12 2.457.2 1.0.0 DingSDK" ;
86
+ private const string _userAgent = "speakeasy-sdk/csharp 0.19.13 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.12 </Version >
6
+ <Version >0.19.13 </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.12 " ;
45
- private const string _sdkGenVersion = "2.457.2 " ;
44
+ private const string _sdkVersion = "0.19.13 " ;
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.12 2.457.2 1.0.0 DingSDK" ;
47
+ private const string _userAgent = "speakeasy-sdk/csharp 0.19.13 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 @@ -80,5 +80,11 @@ public class LookupResponse
80
80
/// </summary>
81
81
[ JsonProperty ( "phone_number" ) ]
82
82
public string ? PhoneNumber { get ; set ; }
83
+
84
+ /// <summary>
85
+ /// Whether the phone number is in our database of disposable, temporary phone numbers
86
+ /// </summary>
87
+ [ JsonProperty ( "temporary_phone_number" ) ]
88
+ public bool ? TemporaryPhoneNumber { get ; set ; }
83
89
}
84
90
}
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.12 " ;
65
- private const string _sdkGenVersion = "2.457.2 " ;
64
+ private const string _sdkVersion = "0.19.13 " ;
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.12 2.457.2 1.0.0 DingSDK" ;
67
+ private const string _userAgent = "speakeasy-sdk/csharp 0.19.13 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 @@ -580,4 +580,14 @@ Based on:
580
580
### Generated
581
581
- [ csharp v0.19.12] .
582
582
### Releases
583
- - [ NuGet v0.19.12] https://www.nuget.org/packages/DingSDK/0.19.12 - .
583
+ - [ NuGet v0.19.12] https://www.nuget.org/packages/DingSDK/0.19.12 - .
584
+
585
+ ## 2024-11-14 00:20:50
586
+ ### Changes
587
+ Based on:
588
+ - OpenAPI Doc
589
+ - Speakeasy CLI 1.438.3 (2.457.9) https://github.com/speakeasy-api/speakeasy
590
+ ### Generated
591
+ - [ csharp v0.19.13] .
592
+ ### Releases
593
+ - [ NuGet v0.19.13] https://www.nuget.org/packages/DingSDK/0.19.13 - .
Load Diff Large diffs are not rendered by default.
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.12
14
+ version : 0.19.13
15
15
additionalDependencies : []
16
16
author : Ding
17
17
clientServerStatusCodesAsErrors : true
You can’t perform that action at this time.
0 commit comments