Skip to content

Commit 15e1eac

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.453.8
1 parent 0a21592 commit 15e1eac

File tree

8 files changed

+32
-22
lines changed

8 files changed

+32
-22
lines changed

.speakeasy/gen.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ id: 76b4d38c-5441-40d8-8002-c456a3ea1652
33
management:
44
docChecksum: 9fbd6321083c0c2d44365ff84b8e2cb8
55
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
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.6
16+
core: 3.10.7
1717
examples: 2.81.3
1818
flattening: 2.81.3
1919
globalSecurity: 2.83.6

.speakeasy/workflow.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.453.4
1+
speakeasyVersion: 1.453.8
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:fac9e9353bd34661de2be019d7ef279b3d5246f2899c5e36b2294f45be30b154
5+
sourceRevisionDigest: sha256:06f8d793d89a8ecafe709781468f719864aa6d672ddc62b39b5b29d70195073b
66
sourceBlobDigest: sha256:4d3dd890b21d2c069d944869e00ea2505c58a172c1b06fa3cb7b59c56c21a500
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1733703854
9+
- speakeasy-sdk-regen-1733790216
1010
- 1.0.0
1111
targets:
1212
DingSDK:
1313
source: my-source
1414
sourceNamespace: my-source
15-
sourceRevisionDigest: sha256:fac9e9353bd34661de2be019d7ef279b3d5246f2899c5e36b2294f45be30b154
15+
sourceRevisionDigest: sha256:06f8d793d89a8ecafe709781468f719864aa6d672ddc62b39b5b29d70195073b
1616
sourceBlobDigest: sha256:4d3dd890b21d2c069d944869e00ea2505c58a172c1b06fa3cb7b59c56c21a500
1717
codeSamplesNamespace: my-source-csharp-code-samples
18-
codeSamplesRevisionDigest: sha256:b1780fc80951d0bcdc8e2ad5d4deaee7a26d378f270d9d7537b11504afc23c81
18+
codeSamplesRevisionDigest: sha256:ed081ce32bfdfec0d481bebfcd9aacd18e9b3cd9931979b1264c16bd7eaf15e0
1919
workflow:
2020
workflowVersion: 1.0.0
2121
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.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";
8585
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";
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.38</Version>
6+
<Version>0.19.39</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.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";
4646
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";
4848
private string _serverUrl = "";
4949
private ISpeakeasyHttpClient _client;
5050
private Func<DingSDK.Models.Components.Security>? _securitySource;

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.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";
6666
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";
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
@@ -840,4 +840,14 @@ Based on:
840840
### Generated
841841
- [csharp v0.19.38] .
842842
### 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 - .

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

0 commit comments

Comments
 (0)