Skip to content

Commit efe47ba

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.440.1
1 parent b35bbb1 commit efe47ba

File tree

10 files changed

+43
-27
lines changed

10 files changed

+43
-27
lines changed

.speakeasy/gen.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 76b4d38c-5441-40d8-8002-c456a3ea1652
33
management:
4-
docChecksum: de3d2693189957170dadac38413b020f
4+
docChecksum: 9fbd6321083c0c2d44365ff84b8e2cb8
55
docVersion: 1.0.0
6-
speakeasyVersion: 1.440.0
7-
generationVersion: 2.457.9
8-
releaseVersion: 0.19.14
9-
configChecksum: a6f00c77e853485ef869be7c39bd3abd
6+
speakeasyVersion: 1.440.1
7+
generationVersion: 2.460.1
8+
releaseVersion: 0.19.15
9+
configChecksum: c0f336dad28acde53fb2ba2236dc8c89
1010
repoURL: https://github.com/ding-live/ding-csharp.git
1111
repoSubDirectory: .
1212
published: true

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
speakeasyVersion: 1.440.0
1+
speakeasyVersion: 1.440.1
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:e8b0193369738fd7656f0c344f9b8cf1e541ef1653a5773d7c4d7b0a30989d14
6-
sourceBlobDigest: sha256:704123624b1f2438447e28946a7be24c99e298c190b4ee44c3a573c16b54d185
5+
sourceRevisionDigest: sha256:4ce22db173ef718224ed5509030493e5440ddbde4148482bedf2488758ab1480
6+
sourceBlobDigest: sha256:5af8c0b479857b3c3702e2f951b863313e7be5db05d7f80a994bb3bb138ccdaa
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1731630148
9+
- speakeasy-sdk-regen-1731716527
1010
targets:
1111
DingSDK:
1212
source: my-source
1313
sourceNamespace: my-source
14-
sourceRevisionDigest: sha256:e8b0193369738fd7656f0c344f9b8cf1e541ef1653a5773d7c4d7b0a30989d14
15-
sourceBlobDigest: sha256:704123624b1f2438447e28946a7be24c99e298c190b4ee44c3a573c16b54d185
14+
sourceRevisionDigest: sha256:4ce22db173ef718224ed5509030493e5440ddbde4148482bedf2488758ab1480
15+
sourceBlobDigest: sha256:5af8c0b479857b3c3702e2f951b863313e7be5db05d7f80a994bb3bb138ccdaa
1616
codeSamplesNamespace: my-source-code-samples
17-
codeSamplesRevisionDigest: sha256:da41574dd6b345257bd1db179d87f61ea6f3a0f683f1a967d4db0c744a21ef1b
17+
codeSamplesRevisionDigest: sha256:2e966cd40e323ae120733bac1a4e19cd714c5014b2e7e0a44ce4c60185739006
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.14";
84-
private const string _sdkGenVersion = "2.457.9";
83+
private const string _sdkVersion = "0.19.15";
84+
private const string _sdkGenVersion = "2.460.1";
8585
private const string _openapiDocVersion = "1.0.0";
86-
private const string _userAgent = "speakeasy-sdk/csharp 0.19.14 2.457.9 1.0.0 DingSDK";
86+
private const string _userAgent = "speakeasy-sdk/csharp 0.19.15 2.460.1 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.14</Version>
6+
<Version>0.19.15</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.14";
45-
private const string _sdkGenVersion = "2.457.9";
44+
private const string _sdkVersion = "0.19.15";
45+
private const string _sdkGenVersion = "2.460.1";
4646
private const string _openapiDocVersion = "1.0.0";
47-
private const string _userAgent = "speakeasy-sdk/csharp 0.19.14 2.457.9 1.0.0 DingSDK";
47+
private const string _userAgent = "speakeasy-sdk/csharp 0.19.15 2.460.1 1.0.0 DingSDK";
4848
private string _serverUrl = "";
4949
private ISpeakeasyHttpClient _client;
5050
private Func<DingSDK.Models.Components.Security>? _securitySource;

DingSDK/Models/Components/AuthenticationStatusResponseDeviceType.cs

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,14 @@ namespace DingSDK.Models.Components
1818
/// </summary>
1919
public enum AuthenticationStatusResponseDeviceType
2020
{
21-
[JsonProperty("IOS")]
22-
Ios,
2321
[JsonProperty("ANDROID")]
2422
Android,
23+
[JsonProperty("IOS")]
24+
Ios,
25+
[JsonProperty("IPADOS")]
26+
Ipados,
27+
[JsonProperty("TVOS")]
28+
Tvos,
2529
[JsonProperty("WEB")]
2630
Web,
2731
}

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.14";
65-
private const string _sdkGenVersion = "2.457.9";
64+
private const string _sdkVersion = "0.19.15";
65+
private const string _sdkGenVersion = "2.460.1";
6666
private const string _openapiDocVersion = "1.0.0";
67-
private const string _userAgent = "speakeasy-sdk/csharp 0.19.14 2.457.9 1.0.0 DingSDK";
67+
private const string _userAgent = "speakeasy-sdk/csharp 0.19.15 2.460.1 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
@@ -600,4 +600,14 @@ Based on:
600600
### Generated
601601
- [csharp v0.19.14] .
602602
### Releases
603-
- [NuGet v0.19.14] https://www.nuget.org/packages/DingSDK/0.19.14 - .
603+
- [NuGet v0.19.14] https://www.nuget.org/packages/DingSDK/0.19.14 - .
604+
605+
## 2024-11-16 00:22:03
606+
### Changes
607+
Based on:
608+
- OpenAPI Doc
609+
- Speakeasy CLI 1.440.1 (2.460.1) https://github.com/speakeasy-api/speakeasy
610+
### Generated
611+
- [csharp v0.19.15] .
612+
### Releases
613+
- [NuGet v0.19.15] https://www.nuget.org/packages/DingSDK/0.19.15 - .

docs/Models/Components/AuthenticationStatusResponseDeviceType.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ The type of device the user is using.
77

88
| Name | Value |
99
| --------- | --------- |
10-
| `Ios` | IOS |
1110
| `Android` | ANDROID |
11+
| `Ios` | IOS |
12+
| `Ipados` | IPADOS |
13+
| `Tvos` | TVOS |
1214
| `Web` | WEB |

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.14
14+
version: 0.19.15
1515
additionalDependencies: []
1616
author: Ding
1717
clientServerStatusCodesAsErrors: true

0 commit comments

Comments
 (0)