Skip to content

Commit 18236a1

Browse files
committed
ci: regenerated with OpenAPI Doc 0.3.0, Speakeasy CLI 1.116.0
1 parent a1f5d0f commit 18236a1

File tree

111 files changed

+288
-276
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+288
-276
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ var res = await sdk.Apis.GetApisAsync(new GetApisRequest() {
4646

4747
* [ValidateApiKey](docs/sdks/speakeasy/README.md#validateapikey) - Validate the current api key.
4848

49-
### [.Apis](docs/sdks/apis/README.md)
49+
### [Apis](docs/sdks/apis/README.md)
5050

5151
* [DeleteApi](docs/sdks/apis/README.md#deleteapi) - Delete an Api.
5252
* [GenerateOpenApiSpec](docs/sdks/apis/README.md#generateopenapispec) - Generate an OpenAPI specification for a particular Api.
@@ -55,7 +55,7 @@ var res = await sdk.Apis.GetApisAsync(new GetApisRequest() {
5555
* [GetApis](docs/sdks/apis/README.md#getapis) - Get a list of Apis for a given workspace
5656
* [UpsertApi](docs/sdks/apis/README.md#upsertapi) - Upsert an Api
5757

58-
### [.ApiEndpoints](docs/sdks/apiendpoints/README.md)
58+
### [ApiEndpoints](docs/sdks/apiendpoints/README.md)
5959

6060
* [DeleteApiEndpoint](docs/sdks/apiendpoints/README.md#deleteapiendpoint) - Delete an ApiEndpoint.
6161
* [FindApiEndpoint](docs/sdks/apiendpoints/README.md#findapiendpoint) - Find an ApiEndpoint via its displayName.
@@ -66,13 +66,13 @@ var res = await sdk.Apis.GetApisAsync(new GetApisRequest() {
6666
* [GetApiEndpoint](docs/sdks/apiendpoints/README.md#getapiendpoint) - Get an ApiEndpoint.
6767
* [UpsertApiEndpoint](docs/sdks/apiendpoints/README.md#upsertapiendpoint) - Upsert an ApiEndpoint.
6868

69-
### [.Metadata](docs/sdks/metadata/README.md)
69+
### [Metadata](docs/sdks/metadata/README.md)
7070

7171
* [DeleteVersionMetadata](docs/sdks/metadata/README.md#deleteversionmetadata) - Delete metadata for a particular apiID and versionID.
7272
* [GetVersionMetadata](docs/sdks/metadata/README.md#getversionmetadata) - Get all metadata for a particular apiID and versionID.
7373
* [InsertVersionMetadata](docs/sdks/metadata/README.md#insertversionmetadata) - Insert metadata for a particular apiID and versionID.
7474

75-
### [.Schemas](docs/sdks/schemas/README.md)
75+
### [Schemas](docs/sdks/schemas/README.md)
7676

7777
* [DeleteSchema](docs/sdks/schemas/README.md#deleteschema) - Delete a particular schema revision for an Api.
7878
* [DownloadSchema](docs/sdks/schemas/README.md#downloadschema) - Download the latest schema for a particular apiID.
@@ -83,19 +83,19 @@ var res = await sdk.Apis.GetApisAsync(new GetApisRequest() {
8383
* [GetSchemas](docs/sdks/schemas/README.md#getschemas) - Get information about all schemas associated with a particular apiID.
8484
* [RegisterSchema](docs/sdks/schemas/README.md#registerschema) - Register a schema.
8585

86-
### [.Requests](docs/sdks/requests/README.md)
86+
### [Requests](docs/sdks/requests/README.md)
8787

8888
* [GenerateRequestPostmanCollection](docs/sdks/requests/README.md#generaterequestpostmancollection) - Generate a Postman collection for a particular request.
8989
* [GetRequestFromEventLog](docs/sdks/requests/README.md#getrequestfromeventlog) - Get information about a particular request.
9090
* [QueryEventLog](docs/sdks/requests/README.md#queryeventlog) - Query the event log to retrieve a list of requests.
9191

92-
### [.Plugins](docs/sdks/plugins/README.md)
92+
### [Plugins](docs/sdks/plugins/README.md)
9393

9494
* [GetPlugins](docs/sdks/plugins/README.md#getplugins) - Get all plugins for the current workspace.
9595
* [RunPlugin](docs/sdks/plugins/README.md#runplugin) - Run a plugin
9696
* [UpsertPlugin](docs/sdks/plugins/README.md#upsertplugin) - Upsert a plugin
9797

98-
### [.Embeds](docs/sdks/embeds/README.md)
98+
### [Embeds](docs/sdks/embeds/README.md)
9999

100100
* [GetEmbedAccessToken](docs/sdks/embeds/README.md#getembedaccesstoken) - Get an embed access token for the current workspace.
101101
* [GetValidEmbedAccessTokens](docs/sdks/embeds/README.md#getvalidembedaccesstokens) - Get all valid embed access tokens for the current workspace.

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,4 +318,14 @@ Based on:
318318
### Generated
319319
- [csharp v2.0.0] .
320320
### Releases
321-
- [NuGet v2.0.0] https://www.nuget.org/packages/SpeakeasySDK/2.0.0 - .
321+
- [NuGet v2.0.0] https://www.nuget.org/packages/SpeakeasySDK/2.0.0 - .
322+
323+
## 2023-11-09 00:03:14
324+
### Changes
325+
Based on:
326+
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
327+
- Speakeasy CLI 1.116.0 (2.185.0) https://github.com/speakeasy-api/speakeasy
328+
### Generated
329+
- [csharp v2.1.0] .
330+
### Releases
331+
- [NuGet v2.1.0] https://www.nuget.org/packages/SpeakeasySDK/2.1.0 - .

SpeakeasySDK/ApiEndpoints.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ public class ApiEndpoints: IApiEndpoints
9696
{
9797
public SDKConfig Config { get; private set; }
9898
private const string _language = "csharp";
99-
private const string _sdkVersion = "2.0.0";
100-
private const string _sdkGenVersion = "2.181.1";
99+
private const string _sdkVersion = "2.1.0";
100+
private const string _sdkGenVersion = "2.185.0";
101101
private const string _openapiDocVersion = "0.3.0";
102-
private const string _userAgent = "speakeasy-sdk/csharp 2.0.0 2.181.1 0.3.0 SpeakeasySDK";
102+
private const string _userAgent = "speakeasy-sdk/csharp 2.1.0 2.185.0 0.3.0 SpeakeasySDK";
103103
private string _serverUrl = "";
104104
private ISpeakeasyHttpClient _defaultClient;
105105
private ISpeakeasyHttpClient _securityClient;

SpeakeasySDK/Apis.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@ public class Apis: IApis
9292
{
9393
public SDKConfig Config { get; private set; }
9494
private const string _language = "csharp";
95-
private const string _sdkVersion = "2.0.0";
96-
private const string _sdkGenVersion = "2.181.1";
95+
private const string _sdkVersion = "2.1.0";
96+
private const string _sdkGenVersion = "2.185.0";
9797
private const string _openapiDocVersion = "0.3.0";
98-
private const string _userAgent = "speakeasy-sdk/csharp 2.0.0 2.181.1 0.3.0 SpeakeasySDK";
98+
private const string _userAgent = "speakeasy-sdk/csharp 2.1.0 2.185.0 0.3.0 SpeakeasySDK";
9999
private string _serverUrl = "";
100100
private ISpeakeasyHttpClient _defaultClient;
101101
private ISpeakeasyHttpClient _securityClient;

SpeakeasySDK/Embeds.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ public class Embeds: IEmbeds
5454
{
5555
public SDKConfig Config { get; private set; }
5656
private const string _language = "csharp";
57-
private const string _sdkVersion = "2.0.0";
58-
private const string _sdkGenVersion = "2.181.1";
57+
private const string _sdkVersion = "2.1.0";
58+
private const string _sdkGenVersion = "2.185.0";
5959
private const string _openapiDocVersion = "0.3.0";
60-
private const string _userAgent = "speakeasy-sdk/csharp 2.0.0 2.181.1 0.3.0 SpeakeasySDK";
60+
private const string _userAgent = "speakeasy-sdk/csharp 2.1.0 2.185.0 0.3.0 SpeakeasySDK";
6161
private string _serverUrl = "";
6262
private ISpeakeasyHttpClient _defaultClient;
6363
private ISpeakeasyHttpClient _securityClient;

SpeakeasySDK/Metadata.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ public class Metadata: IMetadata
4949
{
5050
public SDKConfig Config { get; private set; }
5151
private const string _language = "csharp";
52-
private const string _sdkVersion = "2.0.0";
53-
private const string _sdkGenVersion = "2.181.1";
52+
private const string _sdkVersion = "2.1.0";
53+
private const string _sdkGenVersion = "2.185.0";
5454
private const string _openapiDocVersion = "0.3.0";
55-
private const string _userAgent = "speakeasy-sdk/csharp 2.0.0 2.181.1 0.3.0 SpeakeasySDK";
55+
private const string _userAgent = "speakeasy-sdk/csharp 2.1.0 2.185.0 0.3.0 SpeakeasySDK";
5656
private string _serverUrl = "";
5757
private ISpeakeasyHttpClient _defaultClient;
5858
private ISpeakeasyHttpClient _securityClient;

SpeakeasySDK/Plugins.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ public class Plugins: IPlugins
4949
{
5050
public SDKConfig Config { get; private set; }
5151
private const string _language = "csharp";
52-
private const string _sdkVersion = "2.0.0";
53-
private const string _sdkGenVersion = "2.181.1";
52+
private const string _sdkVersion = "2.1.0";
53+
private const string _sdkGenVersion = "2.185.0";
5454
private const string _openapiDocVersion = "0.3.0";
55-
private const string _userAgent = "speakeasy-sdk/csharp 2.0.0 2.181.1 0.3.0 SpeakeasySDK";
55+
private const string _userAgent = "speakeasy-sdk/csharp 2.1.0 2.185.0 0.3.0 SpeakeasySDK";
5656
private string _serverUrl = "";
5757
private ISpeakeasyHttpClient _defaultClient;
5858
private ISpeakeasyHttpClient _securityClient;

SpeakeasySDK/Requests.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ public class Requests: IRequests
5959
{
6060
public SDKConfig Config { get; private set; }
6161
private const string _language = "csharp";
62-
private const string _sdkVersion = "2.0.0";
63-
private const string _sdkGenVersion = "2.181.1";
62+
private const string _sdkVersion = "2.1.0";
63+
private const string _sdkGenVersion = "2.185.0";
6464
private const string _openapiDocVersion = "0.3.0";
65-
private const string _userAgent = "speakeasy-sdk/csharp 2.0.0 2.181.1 0.3.0 SpeakeasySDK";
65+
private const string _userAgent = "speakeasy-sdk/csharp 2.1.0 2.185.0 0.3.0 SpeakeasySDK";
6666
private string _serverUrl = "";
6767
private ISpeakeasyHttpClient _defaultClient;
6868
private ISpeakeasyHttpClient _securityClient;

SpeakeasySDK/Schemas.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ public class Schemas: ISchemas
9494
{
9595
public SDKConfig Config { get; private set; }
9696
private const string _language = "csharp";
97-
private const string _sdkVersion = "2.0.0";
98-
private const string _sdkGenVersion = "2.181.1";
97+
private const string _sdkVersion = "2.1.0";
98+
private const string _sdkGenVersion = "2.185.0";
9999
private const string _openapiDocVersion = "0.3.0";
100-
private const string _userAgent = "speakeasy-sdk/csharp 2.0.0 2.181.1 0.3.0 SpeakeasySDK";
100+
private const string _userAgent = "speakeasy-sdk/csharp 2.1.0 2.185.0 0.3.0 SpeakeasySDK";
101101
private string _serverUrl = "";
102102
private ISpeakeasyHttpClient _defaultClient;
103103
private ISpeakeasyHttpClient _securityClient;

SpeakeasySDK/Speakeasy.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ public class Speakeasy: ISpeakeasy
8686
};
8787

8888
private const string _language = "csharp";
89-
private const string _sdkVersion = "2.0.0";
90-
private const string _sdkGenVersion = "2.181.1";
89+
private const string _sdkVersion = "2.1.0";
90+
private const string _sdkGenVersion = "2.185.0";
9191
private const string _openapiDocVersion = "0.3.0";
92-
private const string _userAgent = "speakeasy-sdk/csharp 2.0.0 2.181.1 0.3.0 SpeakeasySDK";
92+
private const string _userAgent = "speakeasy-sdk/csharp 2.1.0 2.185.0 0.3.0 SpeakeasySDK";
9393
private string _serverUrl = "";
9494
private ISpeakeasyHttpClient _defaultClient;
9595
private ISpeakeasyHttpClient _securityClient;

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>2.0.0</Version>
5+
<Version>2.1.0</Version>
66
<Authors>Speakeasy</Authors>
77
<TargetFramework>net5.0</TargetFramework>
88
<Nullable>enable</Nullable>

docs/models/operations/DeleteApiEndpointResponse.md renamed to docs/Models/Operations/DeleteApiEndpointResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
| Field | Type | Required | Description |
77
| -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- |
88
| `ContentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
9-
| `Error` | [Error](../../models/shared/Error.md) | :heavy_minus_sign: | Default error response |
9+
| `Error` | [Error](../../Models/Shared/Error.md) | :heavy_minus_sign: | Default error response |
1010
| `StatusCode` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
1111
| `RawResponse` | [HttpResponseMessage](https://learn.microsoft.com/en-us/dotnet/api/system.net.http.httpresponsemessage?view=net-5.0) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |

docs/models/operations/DeleteApiResponse.md renamed to docs/Models/Operations/DeleteApiResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
| Field | Type | Required | Description |
77
| -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- |
88
| `ContentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
9-
| `Error` | [Error](../../models/shared/Error.md) | :heavy_minus_sign: | Default error response |
9+
| `Error` | [Error](../../Models/Shared/Error.md) | :heavy_minus_sign: | Default error response |
1010
| `StatusCode` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
1111
| `RawResponse` | [HttpResponseMessage](https://learn.microsoft.com/en-us/dotnet/api/system.net.http.httpresponsemessage?view=net-5.0) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |

0 commit comments

Comments
 (0)