Skip to content

Commit 1553712

Browse files
committed
ci: regenerated with OpenAPI Doc 1.0.0, Speakeasy CLI 1.345.1
1 parent 05b141a commit 1553712

File tree

7 files changed

+48
-22
lines changed

7 files changed

+48
-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: 85248a8dd6a5cd6fea1b82dfc30249e9
55
docVersion: 1.0.0
6-
speakeasyVersion: 1.337.1
7-
generationVersion: 2.373.2
8-
releaseVersion: 0.17.7
9-
configChecksum: 37376666571b0645fd5ae0741aa02705
6+
speakeasyVersion: 1.345.1
7+
generationVersion: 2.378.1
8+
releaseVersion: 0.17.8
9+
configChecksum: 869308be4512f66cdef3cb17cc170daa
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.9.10
16+
core: 3.9.11
1717
examples: 2.81.3
1818
flattening: 2.81.2
1919
globalSecurity: 2.83.4

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.17.7";
84-
private const string _sdkGenVersion = "2.373.2";
83+
private const string _sdkVersion = "0.17.8";
84+
private const string _sdkGenVersion = "2.378.1";
8585
private const string _openapiDocVersion = "1.0.0";
86-
private const string _userAgent = "speakeasy-sdk/csharp 0.17.7 2.373.2 1.0.0 DingSDK";
86+
private const string _userAgent = "speakeasy-sdk/csharp 0.17.8 2.378.1 1.0.0 DingSDK";
8787
private string _serverUrl = "";
8888
private int _serverIndex = 0;
8989
private ISpeakeasyHttpClient _client;

DingSDK/DingSDK.csproj

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,37 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2+
23
<PropertyGroup>
34
<IsPackable>true</IsPackable>
45
<PackageId>DingSDK</PackageId>
5-
<Version>0.17.7</Version>
6-
<Authors>Ding</Authors>
6+
<Version>0.17.8</Version>
77
<TargetFramework>net5.0</TargetFramework>
8+
<Authors>Ding</Authors>
9+
<Copyright>Copyright (c) Ding 2024</Copyright>
10+
<RepositoryUrl>https://github.com/ding-live/ding-csharp.git</RepositoryUrl>
11+
<RepositoryType>git</RepositoryType>
12+
<Description>Ding: The OTP API allows you to send authentication codes to your users using their phone numbers.</Description>
13+
</PropertyGroup>
14+
15+
<PropertyGroup>
816
<Nullable>enable</Nullable>
17+
<NoWarn>1591</NoWarn>
18+
</PropertyGroup>
19+
20+
<PropertyGroup>
21+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
922
<PackageReadmeFile>README.md</PackageReadmeFile>
1023
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
11-
<GenerateDocumentationFile>true</GenerateDocumentationFile>
12-
<NoWarn>1591</NoWarn>
13-
<RepositoryUrl>https://github.com/ding-live/ding-csharp</RepositoryUrl>
1424
</PropertyGroup>
1525

1626
<ItemGroup>
1727
<None Include="..\NUGET.md" Pack="true" PackagePath="README.md"/>
1828
<None Include="..\LICENSE.md" Pack="true" PackagePath="\"/>
1929
<None Include="..\docs\**\*" Pack="true" PackagePath="\docs" CopyToOutputDirectory="PreserveNewest"/>
30+
</ItemGroup>
2031

32+
<ItemGroup>
2133
<PackageReference Include="newtonsoft.json" Version="13.0.3" />
2234
<PackageReference Include="nodatime" Version="3.1.9" />
2335
</ItemGroup>
24-
</Project>
36+
37+
</Project>

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.17.7";
45-
private const string _sdkGenVersion = "2.373.2";
44+
private const string _sdkVersion = "0.17.8";
45+
private const string _sdkGenVersion = "2.378.1";
4646
private const string _openapiDocVersion = "1.0.0";
47-
private const string _userAgent = "speakeasy-sdk/csharp 0.17.7 2.373.2 1.0.0 DingSDK";
47+
private const string _userAgent = "speakeasy-sdk/csharp 0.17.8 2.378.1 1.0.0 DingSDK";
4848
private string _serverUrl = "";
4949
private ISpeakeasyHttpClient _client;
5050
private Func<Security>? _securitySource;

DingSDK/Otp.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ public class Otp: IOtp
5656
{
5757
public SDKConfig SDKConfiguration { get; private set; }
5858
private const string _language = "csharp";
59-
private const string _sdkVersion = "0.17.7";
60-
private const string _sdkGenVersion = "2.373.2";
59+
private const string _sdkVersion = "0.17.8";
60+
private const string _sdkGenVersion = "2.378.1";
6161
private const string _openapiDocVersion = "1.0.0";
62-
private const string _userAgent = "speakeasy-sdk/csharp 0.17.7 2.373.2 1.0.0 DingSDK";
62+
private const string _userAgent = "speakeasy-sdk/csharp 0.17.8 2.378.1 1.0.0 DingSDK";
6363
private string _serverUrl = "";
6464
private ISpeakeasyHttpClient _client;
6565
private Func<Security>? _securitySource;

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,4 +410,14 @@ Based on:
410410
### Generated
411411
- [csharp v0.17.7] .
412412
### Releases
413-
- [NuGet v0.17.7] https://www.nuget.org/packages/DingSDK/0.17.7 - .
413+
- [NuGet v0.17.7] https://www.nuget.org/packages/DingSDK/0.17.7 - .
414+
415+
## 2024-07-23 00:18:30
416+
### Changes
417+
Based on:
418+
- OpenAPI Doc 1.0.0
419+
- Speakeasy CLI 1.345.1 (2.378.1) https://github.com/speakeasy-api/speakeasy
420+
### Generated
421+
- [csharp v0.17.8] .
422+
### Releases
423+
- [NuGet v0.17.8] https://www.nuget.org/packages/DingSDK/0.17.8 - .

gen.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@ generation:
1010
auth:
1111
oAuth2ClientCredentialsEnabled: false
1212
csharp:
13-
version: 0.17.7
13+
version: 0.17.8
1414
additionalDependencies: []
1515
author: Ding
1616
clientServerStatusCodesAsErrors: true
1717
company: ""
1818
disableNamespacePascalCasingApr2024: false
1919
dotnetVersion: net5.0
20+
enableSourceLink: false
2021
flattenGlobalSecurity: false
2122
imports:
2223
option: openapi
@@ -26,9 +27,11 @@ csharp:
2627
operations: Models/Requests
2728
shared: Models/Components
2829
webhooks: Models/Webhooks
30+
includeDebugSymbols: false
2931
inputModelSuffix: input
3032
maxMethodParams: 4
3133
outputModelSuffix: output
3234
packageName: DingSDK
35+
packageTags: ""
3336
product: ""
3437
responseFormat: envelope

0 commit comments

Comments
 (0)