Skip to content

Commit b35bbb1

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

File tree

8 files changed

+27
-17
lines changed

8 files changed

+27
-17
lines changed

.speakeasy/gen.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ id: 76b4d38c-5441-40d8-8002-c456a3ea1652
33
management:
44
docChecksum: de3d2693189957170dadac38413b020f
55
docVersion: 1.0.0
6-
speakeasyVersion: 1.438.3
6+
speakeasyVersion: 1.440.0
77
generationVersion: 2.457.9
8-
releaseVersion: 0.19.13
9-
configChecksum: 539511d58ede24a0aee34c28ab6cc7d9
8+
releaseVersion: 0.19.14
9+
configChecksum: a6f00c77e853485ef869be7c39bd3abd
1010
repoURL: https://github.com/ding-live/ding-csharp.git
1111
repoSubDirectory: .
1212
published: true

.speakeasy/workflow.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
speakeasyVersion: 1.438.3
1+
speakeasyVersion: 1.440.0
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:3a901a719dd4e4d81f56457a3bf4e2454238e11ab6cb1162335244298ab8fce8
5+
sourceRevisionDigest: sha256:e8b0193369738fd7656f0c344f9b8cf1e541ef1653a5773d7c4d7b0a30989d14
66
sourceBlobDigest: sha256:704123624b1f2438447e28946a7be24c99e298c190b4ee44c3a573c16b54d185
77
tags:
88
- latest
9-
- main
9+
- speakeasy-sdk-regen-1731630148
1010
targets:
1111
DingSDK:
1212
source: my-source
1313
sourceNamespace: my-source
14-
sourceRevisionDigest: sha256:3a901a719dd4e4d81f56457a3bf4e2454238e11ab6cb1162335244298ab8fce8
14+
sourceRevisionDigest: sha256:e8b0193369738fd7656f0c344f9b8cf1e541ef1653a5773d7c4d7b0a30989d14
1515
sourceBlobDigest: sha256:704123624b1f2438447e28946a7be24c99e298c190b4ee44c3a573c16b54d185
1616
codeSamplesNamespace: my-source-code-samples
17-
codeSamplesRevisionDigest: sha256:49a94ab40ac15a95577f9f3f1a192a7c706ad3c780f4956c4c7d4756da07fffe
17+
codeSamplesRevisionDigest: sha256:da41574dd6b345257bd1db179d87f61ea6f3a0f683f1a967d4db0c744a21ef1b
1818
workflow:
1919
workflowVersion: 1.0.0
2020
speakeasyVersion: latest

DingSDK/Ding.cs

Lines changed: 2 additions & 2 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.13";
83+
private const string _sdkVersion = "0.19.14";
8484
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.13 2.457.9 1.0.0 DingSDK";
86+
private const string _userAgent = "speakeasy-sdk/csharp 0.19.14 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.13</Version>
6+
<Version>0.19.14</Version>
77
<TargetFramework>net5.0</TargetFramework>
88
<Authors>Ding</Authors>
99
<Copyright>Copyright (c) Ding 2024</Copyright>

DingSDK/Lookup.cs

Lines changed: 2 additions & 2 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.13";
44+
private const string _sdkVersion = "0.19.14";
4545
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.13 2.457.9 1.0.0 DingSDK";
47+
private const string _userAgent = "speakeasy-sdk/csharp 0.19.14 2.457.9 1.0.0 DingSDK";
4848
private string _serverUrl = "";
4949
private ISpeakeasyHttpClient _client;
5050
private Func<DingSDK.Models.Components.Security>? _securitySource;

DingSDK/Otp.cs

Lines changed: 2 additions & 2 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.13";
64+
private const string _sdkVersion = "0.19.14";
6565
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.13 2.457.9 1.0.0 DingSDK";
67+
private const string _userAgent = "speakeasy-sdk/csharp 0.19.14 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
@@ -590,4 +590,14 @@ Based on:
590590
### Generated
591591
- [csharp v0.19.13] .
592592
### Releases
593-
- [NuGet v0.19.13] https://www.nuget.org/packages/DingSDK/0.19.13 - .
593+
- [NuGet v0.19.13] https://www.nuget.org/packages/DingSDK/0.19.13 - .
594+
595+
## 2024-11-15 00:22:25
596+
### Changes
597+
Based on:
598+
- OpenAPI Doc
599+
- Speakeasy CLI 1.440.0 (2.457.9) https://github.com/speakeasy-api/speakeasy
600+
### Generated
601+
- [csharp v0.19.14] .
602+
### Releases
603+
- [NuGet v0.19.14] https://www.nuget.org/packages/DingSDK/0.19.14 - .

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

0 commit comments

Comments
 (0)