Skip to content

Commit 1348292

Browse files
committed
ci: regenerated with OpenAPI Doc 1.0.0, Speakeasy CLI 1.147.0
1 parent 8c8266b commit 1348292

File tree

14 files changed

+35
-19
lines changed

14 files changed

+35
-19
lines changed

.speakeasy/gen.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ management:
44
docChecksum: 5e4ef027bc51f54368e8b1607b77c098
55
docVersion: 1.0.0
66
speakeasyVersion: internal
7-
generationVersion: 2.225.2
8-
releaseVersion: 0.7.0
9-
configChecksum: d2b1de074685c0f57ee427f0c5271bb1
7+
generationVersion: 2.237.2
8+
releaseVersion: 0.7.1
9+
configChecksum: a72fe7dd5674374e3de2b364ac25fe95
1010
repoURL: https://github.com/ding-live/ding-csharp.git
1111
repoSubDirectory: .
1212
published: true
1313
features:
1414
csharp:
15-
core: 3.3.0
15+
core: 3.3.1
1616
examples: 2.81.3
1717
flattening: 2.81.1
18-
globalSecurity: 2.81.2
18+
globalSecurity: 2.81.3
1919
globalServerURLs: 2.82.2
2020
serverIDs: 2.82.0
2121
generatedFiles:

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.7.0";
76-
private const string _sdkGenVersion = "2.225.2";
75+
private const string _sdkVersion = "0.7.1";
76+
private const string _sdkGenVersion = "2.237.2";
7777
private const string _openapiDocVersion = "1.0.0";
78-
private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.225.2 1.0.0 DingSDK";
78+
private const string _userAgent = "speakeasy-sdk/csharp 0.7.1 2.237.2 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.7.0</Version>
5+
<Version>0.7.1</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.7.0";
42-
private const string _sdkGenVersion = "2.225.2";
41+
private const string _sdkVersion = "0.7.1";
42+
private const string _sdkGenVersion = "2.237.2";
4343
private const string _openapiDocVersion = "1.0.0";
44-
private const string _userAgent = "speakeasy-sdk/csharp 0.7.0 2.225.2 1.0.0 DingSDK";
44+
private const string _userAgent = "speakeasy-sdk/csharp 0.7.1 2.237.2 1.0.0 DingSDK";
4545
private string _serverUrl = "";
4646
private ISpeakeasyHttpClient _defaultClient;
4747
private ISpeakeasyHttpClient _securityClient;

DingSDK/Models/Components/Code.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,5 @@ public static Code ToEnum(this string value)
101101
throw new Exception($"Unknown value {value} for enum Code");
102102
}
103103
}
104+
104105
}

DingSDK/Models/Components/CreateCheckResponseStatus.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,5 @@ public static CreateCheckResponseStatus ToEnum(this string value)
7474
throw new Exception($"Unknown value {value} for enum CreateCheckResponseStatus");
7575
}
7676
}
77+
7778
}

DingSDK/Models/Components/DeviceType.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,5 @@ public static DeviceType ToEnum(this string value)
5858
throw new Exception($"Unknown value {value} for enum DeviceType");
5959
}
6060
}
61+
6162
}

DingSDK/Models/Components/LineType.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,5 @@ public static LineType ToEnum(this string value)
7474
throw new Exception($"Unknown value {value} for enum LineType");
7575
}
7676
}
77+
7778
}

DingSDK/Models/Components/RetryAuthenticationResponseStatus.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,5 @@ public static RetryAuthenticationResponseStatus ToEnum(this string value)
7474
throw new Exception($"Unknown value {value} for enum RetryAuthenticationResponseStatus");
7575
}
7676
}
77+
7778
}

DingSDK/Models/Components/Status.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,5 @@ public static Status ToEnum(this string value)
6565
throw new Exception($"Unknown value {value} for enum Status");
6666
}
6767
}
68+
6869
}

0 commit comments

Comments
 (0)