Skip to content

Commit c30b816

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.438.3
1 parent eb7edb7 commit c30b816

File tree

10 files changed

+42
-25
lines changed

10 files changed

+42
-25
lines changed

.speakeasy/gen.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
lockVersion: 2.0.0
22
id: 76b4d38c-5441-40d8-8002-c456a3ea1652
33
management:
4-
docChecksum: 1d3b55136fdbb238cda72c160e9237df
4+
docChecksum: de3d2693189957170dadac38413b020f
55
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
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.10.4
16+
core: 3.10.5
1717
examples: 2.81.3
1818
flattening: 2.81.3
1919
globalSecurity: 2.83.6

.speakeasy/workflow.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
speakeasyVersion: 1.438.1
1+
speakeasyVersion: 1.438.3
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:e3aa80293a290f548d20c2167be8f57fa6996fe0f83570dbc15a64ba98d912c3
6-
sourceBlobDigest: sha256:cdc65d23f585154d34e19b8e830d032f548ab8a33cfcbd00901a8432e5c93b4d
5+
sourceRevisionDigest: sha256:3a901a719dd4e4d81f56457a3bf4e2454238e11ab6cb1162335244298ab8fce8
6+
sourceBlobDigest: sha256:704123624b1f2438447e28946a7be24c99e298c190b4ee44c3a573c16b54d185
77
tags:
88
- latest
99
- main
1010
targets:
1111
DingSDK:
1212
source: my-source
1313
sourceNamespace: my-source
14-
sourceRevisionDigest: sha256:e3aa80293a290f548d20c2167be8f57fa6996fe0f83570dbc15a64ba98d912c3
15-
sourceBlobDigest: sha256:cdc65d23f585154d34e19b8e830d032f548ab8a33cfcbd00901a8432e5c93b4d
14+
sourceRevisionDigest: sha256:3a901a719dd4e4d81f56457a3bf4e2454238e11ab6cb1162335244298ab8fce8
15+
sourceBlobDigest: sha256:704123624b1f2438447e28946a7be24c99e298c190b4ee44c3a573c16b54d185
1616
codeSamplesNamespace: my-source-code-samples
17-
codeSamplesRevisionDigest: sha256:d06db13a40d0aa923866bdd3e5a59ade3ddad007db329588f4c20b19fe4f7b95
17+
codeSamplesRevisionDigest: sha256:49a94ab40ac15a95577f9f3f1a192a7c706ad3c780f4956c4c7d4756da07fffe
1818
workflow:
1919
workflowVersion: 1.0.0
2020
speakeasyVersion: latest

DingSDK/Ding.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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.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";
8585
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";
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.19.12</Version>
6+
<Version>0.19.13</Version>
77
<TargetFramework>net5.0</TargetFramework>
88
<Authors>Ding</Authors>
99
<Copyright>Copyright (c) Ding 2024</Copyright>

DingSDK/Lookup.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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.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";
4646
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";
4848
private string _serverUrl = "";
4949
private ISpeakeasyHttpClient _client;
5050
private Func<DingSDK.Models.Components.Security>? _securitySource;

DingSDK/Models/Components/LookupResponse.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,11 @@ public class LookupResponse
8080
/// </summary>
8181
[JsonProperty("phone_number")]
8282
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; }
8389
}
8490
}

DingSDK/Otp.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ public class Otp: IOtp
6161
{
6262
public SDKConfig SDKConfiguration { get; private set; }
6363
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";
6666
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";
6868
private string _serverUrl = "";
6969
private ISpeakeasyHttpClient _client;
7070
private Func<DingSDK.Models.Components.Security>? _securitySource;

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,4 +580,14 @@ Based on:
580580
### Generated
581581
- [csharp v0.19.12] .
582582
### 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 - .

docs/Models/Components/LookupResponse.md

Lines changed: 2 additions & 1 deletion
Large diffs are not rendered by default.

gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ generation:
1111
oAuth2ClientCredentialsEnabled: false
1212
oAuth2PasswordEnabled: false
1313
csharp:
14-
version: 0.19.12
14+
version: 0.19.13
1515
additionalDependencies: []
1616
author: Ding
1717
clientServerStatusCodesAsErrors: true

0 commit comments

Comments
 (0)