Skip to content

Commit e8f3308

Browse files
committed
ci: regenerated with OpenAPI Doc 0.4.0 ., Speakeasy CLI 1.294.0
1 parent d320416 commit e8f3308

File tree

19 files changed

+45
-35
lines changed

19 files changed

+45
-35
lines changed

.speakeasy/gen.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: f73d2126-985b-4d69-88ee-b7c69254d8bf
33
management:
4-
docChecksum: 5dd84d4ef84bb4a4426881954f176d08
4+
docChecksum: f85cf38fea71c78f79ca43b23b176863
55
docVersion: 0.4.0 .
6-
speakeasyVersion: 1.293.1
6+
speakeasyVersion: 1.294.0
77
generationVersion: 2.333.3
8-
releaseVersion: 5.8.1
9-
configChecksum: 0cfd7d89602331c1a4791a02bd562f8b
8+
releaseVersion: 5.8.2
9+
configChecksum: b7a48a304c9b3af0077803cbbc3169db
1010
repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-csharp.git
1111
repoSubDirectory: .
1212
published: true

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,4 +648,14 @@ Based on:
648648
### Generated
649649
- [csharp v5.8.1] .
650650
### Releases
651-
- [NuGet v5.8.1] https://www.nuget.org/packages/SpeakeasySDK/5.8.1 - .
651+
- [NuGet v5.8.1] https://www.nuget.org/packages/SpeakeasySDK/5.8.1 - .
652+
653+
## 2024-05-21 00:03:27
654+
### Changes
655+
Based on:
656+
- OpenAPI Doc 0.4.0 . https://docs.speakeasyapi.dev/openapi.yaml
657+
- Speakeasy CLI 1.294.0 (2.333.3) https://github.com/speakeasy-api/speakeasy
658+
### Generated
659+
- [csharp v5.8.2] .
660+
### Releases
661+
- [NuGet v5.8.2] https://www.nuget.org/packages/SpeakeasySDK/5.8.2 - .

SpeakeasySDK/ApiEndpoints.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,10 @@ public class ApiEndpoints: IApiEndpoints
9999
{
100100
public SDKConfig SDKConfiguration { get; private set; }
101101
private const string _language = "csharp";
102-
private const string _sdkVersion = "5.8.1";
102+
private const string _sdkVersion = "5.8.2";
103103
private const string _sdkGenVersion = "2.333.3";
104104
private const string _openapiDocVersion = "0.4.0 .";
105-
private const string _userAgent = "speakeasy-sdk/csharp 5.8.1 2.333.3 0.4.0 . SpeakeasySDK";
105+
private const string _userAgent = "speakeasy-sdk/csharp 5.8.2 2.333.3 0.4.0 . SpeakeasySDK";
106106
private string _serverUrl = "";
107107
private ISpeakeasyHttpClient _defaultClient;
108108
private Func<Security>? _securitySource;

SpeakeasySDK/Apis.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@ public class Apis: IApis
9595
{
9696
public SDKConfig SDKConfiguration { get; private set; }
9797
private const string _language = "csharp";
98-
private const string _sdkVersion = "5.8.1";
98+
private const string _sdkVersion = "5.8.2";
9999
private const string _sdkGenVersion = "2.333.3";
100100
private const string _openapiDocVersion = "0.4.0 .";
101-
private const string _userAgent = "speakeasy-sdk/csharp 5.8.1 2.333.3 0.4.0 . SpeakeasySDK";
101+
private const string _userAgent = "speakeasy-sdk/csharp 5.8.2 2.333.3 0.4.0 . SpeakeasySDK";
102102
private string _serverUrl = "";
103103
private ISpeakeasyHttpClient _defaultClient;
104104
private Func<Security>? _securitySource;

SpeakeasySDK/Artifacts.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ public class Artifacts: IArtifacts
5858
{
5959
public SDKConfig SDKConfiguration { get; private set; }
6060
private const string _language = "csharp";
61-
private const string _sdkVersion = "5.8.1";
61+
private const string _sdkVersion = "5.8.2";
6262
private const string _sdkGenVersion = "2.333.3";
6363
private const string _openapiDocVersion = "0.4.0 .";
64-
private const string _userAgent = "speakeasy-sdk/csharp 5.8.1 2.333.3 0.4.0 . SpeakeasySDK";
64+
private const string _userAgent = "speakeasy-sdk/csharp 5.8.2 2.333.3 0.4.0 . SpeakeasySDK";
6565
private string _serverUrl = "";
6666
private ISpeakeasyHttpClient _defaultClient;
6767
private Func<Security>? _securitySource;

SpeakeasySDK/Auth.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ public class Auth: IAuth
6161
{
6262
public SDKConfig SDKConfiguration { get; private set; }
6363
private const string _language = "csharp";
64-
private const string _sdkVersion = "5.8.1";
64+
private const string _sdkVersion = "5.8.2";
6565
private const string _sdkGenVersion = "2.333.3";
6666
private const string _openapiDocVersion = "0.4.0 .";
67-
private const string _userAgent = "speakeasy-sdk/csharp 5.8.1 2.333.3 0.4.0 . SpeakeasySDK";
67+
private const string _userAgent = "speakeasy-sdk/csharp 5.8.2 2.333.3 0.4.0 . SpeakeasySDK";
6868
private string _serverUrl = "";
6969
private ISpeakeasyHttpClient _defaultClient;
7070
private Func<Security>? _securitySource;

SpeakeasySDK/Embeds.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ public class Embeds: IEmbeds
5757
{
5858
public SDKConfig SDKConfiguration { get; private set; }
5959
private const string _language = "csharp";
60-
private const string _sdkVersion = "5.8.1";
60+
private const string _sdkVersion = "5.8.2";
6161
private const string _sdkGenVersion = "2.333.3";
6262
private const string _openapiDocVersion = "0.4.0 .";
63-
private const string _userAgent = "speakeasy-sdk/csharp 5.8.1 2.333.3 0.4.0 . SpeakeasySDK";
63+
private const string _userAgent = "speakeasy-sdk/csharp 5.8.2 2.333.3 0.4.0 . SpeakeasySDK";
6464
private string _serverUrl = "";
6565
private ISpeakeasyHttpClient _defaultClient;
6666
private Func<Security>? _securitySource;

SpeakeasySDK/Events.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ public class Events: IEvents
6161
{
6262
public SDKConfig SDKConfiguration { get; private set; }
6363
private const string _language = "csharp";
64-
private const string _sdkVersion = "5.8.1";
64+
private const string _sdkVersion = "5.8.2";
6565
private const string _sdkGenVersion = "2.333.3";
6666
private const string _openapiDocVersion = "0.4.0 .";
67-
private const string _userAgent = "speakeasy-sdk/csharp 5.8.1 2.333.3 0.4.0 . SpeakeasySDK";
67+
private const string _userAgent = "speakeasy-sdk/csharp 5.8.2 2.333.3 0.4.0 . SpeakeasySDK";
6868
private string _serverUrl = "";
6969
private ISpeakeasyHttpClient _defaultClient;
7070
private Func<Security>? _securitySource;

SpeakeasySDK/Github.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ public class Github: IGithub
3434
{
3535
public SDKConfig SDKConfiguration { get; private set; }
3636
private const string _language = "csharp";
37-
private const string _sdkVersion = "5.8.1";
37+
private const string _sdkVersion = "5.8.2";
3838
private const string _sdkGenVersion = "2.333.3";
3939
private const string _openapiDocVersion = "0.4.0 .";
40-
private const string _userAgent = "speakeasy-sdk/csharp 5.8.1 2.333.3 0.4.0 . SpeakeasySDK";
40+
private const string _userAgent = "speakeasy-sdk/csharp 5.8.2 2.333.3 0.4.0 . SpeakeasySDK";
4141
private string _serverUrl = "";
4242
private ISpeakeasyHttpClient _defaultClient;
4343
private Func<Security>? _securitySource;

SpeakeasySDK/Metadata.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ public class Metadata: IMetadata
5252
{
5353
public SDKConfig SDKConfiguration { get; private set; }
5454
private const string _language = "csharp";
55-
private const string _sdkVersion = "5.8.1";
55+
private const string _sdkVersion = "5.8.2";
5656
private const string _sdkGenVersion = "2.333.3";
5757
private const string _openapiDocVersion = "0.4.0 .";
58-
private const string _userAgent = "speakeasy-sdk/csharp 5.8.1 2.333.3 0.4.0 . SpeakeasySDK";
58+
private const string _userAgent = "speakeasy-sdk/csharp 5.8.2 2.333.3 0.4.0 . SpeakeasySDK";
5959
private string _serverUrl = "";
6060
private ISpeakeasyHttpClient _defaultClient;
6161
private Func<Security>? _securitySource;

SpeakeasySDK/Models/Shared/ApiKeyDetails.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class ApiKeyDetails
2323
public AccountType AccountType { get; set; } = default!;
2424

2525
[JsonProperty("enabled_features")]
26-
public List<FeatureFlag> EnabledFeatures { get; set; } = default!;
26+
public List<string> EnabledFeatures { get; set; } = default!;
2727

2828
[Obsolete("This field will be removed in a future release, please migrate away from it as soon as possible")]
2929
[JsonProperty("feature_flags")]

SpeakeasySDK/Organizations.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ public class Organizations: IOrganizations
4848
{
4949
public SDKConfig SDKConfiguration { get; private set; }
5050
private const string _language = "csharp";
51-
private const string _sdkVersion = "5.8.1";
51+
private const string _sdkVersion = "5.8.2";
5252
private const string _sdkGenVersion = "2.333.3";
5353
private const string _openapiDocVersion = "0.4.0 .";
54-
private const string _userAgent = "speakeasy-sdk/csharp 5.8.1 2.333.3 0.4.0 . SpeakeasySDK";
54+
private const string _userAgent = "speakeasy-sdk/csharp 5.8.2 2.333.3 0.4.0 . SpeakeasySDK";
5555
private string _serverUrl = "";
5656
private ISpeakeasyHttpClient _defaultClient;
5757
private Func<Security>? _securitySource;

SpeakeasySDK/Reports.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ public class Reports: IReports
5252
{
5353
public SDKConfig SDKConfiguration { get; private set; }
5454
private const string _language = "csharp";
55-
private const string _sdkVersion = "5.8.1";
55+
private const string _sdkVersion = "5.8.2";
5656
private const string _sdkGenVersion = "2.333.3";
5757
private const string _openapiDocVersion = "0.4.0 .";
58-
private const string _userAgent = "speakeasy-sdk/csharp 5.8.1 2.333.3 0.4.0 . SpeakeasySDK";
58+
private const string _userAgent = "speakeasy-sdk/csharp 5.8.2 2.333.3 0.4.0 . SpeakeasySDK";
5959
private string _serverUrl = "";
6060
private ISpeakeasyHttpClient _defaultClient;
6161
private Func<Security>? _securitySource;

SpeakeasySDK/Requests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ public class Requests: IRequests
6262
{
6363
public SDKConfig SDKConfiguration { get; private set; }
6464
private const string _language = "csharp";
65-
private const string _sdkVersion = "5.8.1";
65+
private const string _sdkVersion = "5.8.2";
6666
private const string _sdkGenVersion = "2.333.3";
6767
private const string _openapiDocVersion = "0.4.0 .";
68-
private const string _userAgent = "speakeasy-sdk/csharp 5.8.1 2.333.3 0.4.0 . SpeakeasySDK";
68+
private const string _userAgent = "speakeasy-sdk/csharp 5.8.2 2.333.3 0.4.0 . SpeakeasySDK";
6969
private string _serverUrl = "";
7070
private ISpeakeasyHttpClient _defaultClient;
7171
private Func<Security>? _securitySource;

SpeakeasySDK/Schemas.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@ public class Schemas: ISchemas
9797
{
9898
public SDKConfig SDKConfiguration { get; private set; }
9999
private const string _language = "csharp";
100-
private const string _sdkVersion = "5.8.1";
100+
private const string _sdkVersion = "5.8.2";
101101
private const string _sdkGenVersion = "2.333.3";
102102
private const string _openapiDocVersion = "0.4.0 .";
103-
private const string _userAgent = "speakeasy-sdk/csharp 5.8.1 2.333.3 0.4.0 . SpeakeasySDK";
103+
private const string _userAgent = "speakeasy-sdk/csharp 5.8.2 2.333.3 0.4.0 . SpeakeasySDK";
104104
private string _serverUrl = "";
105105
private ISpeakeasyHttpClient _defaultClient;
106106
private Func<Security>? _securitySource;

SpeakeasySDK/Speakeasy.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,10 @@ public class Speakeasy: ISpeakeasy
143143
public SDKConfig SDKConfiguration { get; private set; }
144144

145145
private const string _language = "csharp";
146-
private const string _sdkVersion = "5.8.1";
146+
private const string _sdkVersion = "5.8.2";
147147
private const string _sdkGenVersion = "2.333.3";
148148
private const string _openapiDocVersion = "0.4.0 .";
149-
private const string _userAgent = "speakeasy-sdk/csharp 5.8.1 2.333.3 0.4.0 . SpeakeasySDK";
149+
private const string _userAgent = "speakeasy-sdk/csharp 5.8.2 2.333.3 0.4.0 . SpeakeasySDK";
150150
private string _serverUrl = "";
151151
private SDKConfig.Server? _server = null;
152152
private ISpeakeasyHttpClient _defaultClient;

SpeakeasySDK/SpeakeasySDK.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>SpeakeasySDK</PackageId>
5-
<Version>5.8.1</Version>
5+
<Version>5.8.2</Version>
66
<Authors>Speakeasy</Authors>
77
<TargetFramework>net5.0</TargetFramework>
88
<Nullable>enable</Nullable>

docs/Models/Shared/ApiKeyDetails.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
| Field | Type | Required | Description |
77
| ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- |
88
| `AccountType` | [AccountType](../../Models/Shared/AccountType.md) | :heavy_check_mark: | N/A |
9-
| `EnabledFeatures` | List<[FeatureFlag](../../Models/Shared/FeatureFlag.md)> | :heavy_check_mark: | N/A |
9+
| `EnabledFeatures` | List<*string*> | :heavy_check_mark: | N/A |
1010
| ~~`FeatureFlags`~~ | List<*string*> | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible. |
1111
| `GenerationAccessUnlimited` | *bool* | :heavy_minus_sign: | N/A |
1212
| `OrgSlug` | *string* | :heavy_check_mark: | N/A |

gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ generation:
1010
auth:
1111
oAuth2ClientCredentialsEnabled: false
1212
csharp:
13-
version: 5.8.1
13+
version: 5.8.2
1414
additionalDependencies: []
1515
author: Speakeasy
1616
clientServerStatusCodesAsErrors: true

0 commit comments

Comments
 (0)