Skip to content

Commit e9d6c33

Browse files
committed
ci: regenerated with OpenAPI Doc 1.0.0, Speakeasy CLI 1.126.0
1 parent 688a8ec commit e9d6c33

File tree

8 files changed

+26
-48
lines changed

8 files changed

+26
-48
lines changed

DingSDK/Ding.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ public class Ding: IDing
7272
public SDKConfig SDKConfiguration { get; private set; }
7373

7474
private const string _language = "csharp";
75-
private const string _sdkVersion = "0.6.2";
76-
private const string _sdkGenVersion = "2.205.0";
75+
private const string _sdkVersion = "0.7.0";
76+
private const string _sdkGenVersion = "2.213.3";
7777
private const string _openapiDocVersion = "1.0.0";
78-
private const string _userAgent = "speakeasy-sdk/csharp 0.6.2 2.205.0 1.0.0 DingSDK";
78+
private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.213.3 1.0.0 DingSDK";
7979
private string _serverUrl = "";
8080
private ISpeakeasyHttpClient _defaultClient;
8181
private ISpeakeasyHttpClient _securityClient;

DingSDK/DingSDK.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<IsPackable>true</IsPackable>
44
<PackageId>DingSDK</PackageId>
5-
<Version>0.6.2</Version>
5+
<Version>0.7.0</Version>
66
<Authors>Ding</Authors>
77
<TargetFramework>net5.0</TargetFramework>
88
<Nullable>enable</Nullable>

DingSDK/Lookup.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ public class Lookup: ILookup
3838
{
3939
public SDKConfig SDKConfiguration { get; private set; }
4040
private const string _language = "csharp";
41-
private const string _sdkVersion = "0.6.2";
42-
private const string _sdkGenVersion = "2.205.0";
41+
private const string _sdkVersion = "0.7.0";
42+
private const string _sdkGenVersion = "2.213.3";
4343
private const string _openapiDocVersion = "1.0.0";
44-
private const string _userAgent = "speakeasy-sdk/csharp 0.6.2 2.205.0 1.0.0 DingSDK";
44+
private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.213.3 1.0.0 DingSDK";
4545
private string _serverUrl = "";
4646
private ISpeakeasyHttpClient _defaultClient;
4747
private ISpeakeasyHttpClient _securityClient;

DingSDK/Otp.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ public class Otp: IOtp
4848
{
4949
public SDKConfig SDKConfiguration { get; private set; }
5050
private const string _language = "csharp";
51-
private const string _sdkVersion = "0.6.2";
52-
private const string _sdkGenVersion = "2.205.0";
51+
private const string _sdkVersion = "0.7.0";
52+
private const string _sdkGenVersion = "2.213.3";
5353
private const string _openapiDocVersion = "1.0.0";
54-
private const string _userAgent = "speakeasy-sdk/csharp 0.6.2 2.205.0 1.0.0 DingSDK";
54+
private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.213.3 1.0.0 DingSDK";
5555
private string _serverUrl = "";
5656
private ISpeakeasyHttpClient _defaultClient;
5757
private ISpeakeasyHttpClient _securityClient;

README.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,6 @@ dotnet add package DingSDK
1717
<!-- Start SDK Example Usage [usage] -->
1818
## SDK Example Usage
1919

20-
### Example 1
21-
22-
```csharp
23-
using DingSDK;
24-
using DingSDK.Models.Components;
25-
using DingSDK.Models.Requests;
26-
27-
var sdk = new Ding(
28-
security: new Security() {
29-
APIKey = "YOUR_API_KEY",
30-
});
31-
32-
var res = await sdk.Lookup.LookupAsync(CustomerUuid: "6e93aa15-9177-4d09-8395-b69ce50db1c8", PhoneNumber: "string");
33-
34-
// handle response
35-
```
36-
3720
### Send a code
3821

3922
Send an OTP code to a user's phone number.

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,14 @@ Based on:
110110
### Generated
111111
- [csharp v0.6.2] .
112112
### Releases
113-
- [NuGet v0.6.2] https://www.nuget.org/packages/DingSDK/0.6.2 - .
113+
- [NuGet v0.6.2] https://www.nuget.org/packages/DingSDK/0.6.2 - .
114+
115+
## 2023-12-12 00:17:08
116+
### Changes
117+
Based on:
118+
- OpenAPI Doc 1.0.0
119+
- Speakeasy CLI 1.126.0 (2.213.3) https://github.com/speakeasy-api/speakeasy
120+
### Generated
121+
- [csharp v0.7.0] .
122+
### Releases
123+
- [NuGet v0.7.0] https://www.nuget.org/packages/DingSDK/0.7.0 - .

USAGE.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,4 @@
11
<!-- Start SDK Example Usage [usage] -->
2-
```csharp
3-
using DingSDK;
4-
using DingSDK.Models.Components;
5-
using DingSDK.Models.Requests;
6-
7-
var sdk = new Ding(
8-
security: new Security() {
9-
APIKey = "YOUR_API_KEY",
10-
});
11-
12-
var res = await sdk.Lookup.LookupAsync(CustomerUuid: "6e93aa15-9177-4d09-8395-b69ce50db1c8", PhoneNumber: "string");
13-
14-
// handle response
15-
```
16-
172
### Send a code
183

194
Send an OTP code to a user's phone number.

gen.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ configVersion: 1.0.0
22
management:
33
docChecksum: 5e4ef027bc51f54368e8b1607b77c098
44
docVersion: 1.0.0
5-
speakeasyVersion: 1.124.1
6-
generationVersion: 2.205.0
5+
speakeasyVersion: 1.126.0
6+
generationVersion: 2.213.3
77
generation:
88
comments: {}
99
sdkClassName: Ding
@@ -12,14 +12,14 @@ generation:
1212
optionalPropertyRendering: withExample
1313
features:
1414
csharp:
15-
core: 3.1.3
15+
core: 3.2.0
1616
examples: 2.81.3
1717
flattening: 2.81.1
18-
globalSecurity: 2.81.1
18+
globalSecurity: 2.81.2
1919
globalServerURLs: 2.82.2
2020
serverIDs: 2.82.0
2121
csharp:
22-
version: 0.6.2
22+
version: 0.7.0
2323
author: Ding
2424
dotnetVersion: net5.0
2525
imports:

0 commit comments

Comments
 (0)