Skip to content

Commit 5b3fe04

Browse files
committed
ci: regenerated with OpenAPI Doc 0.4.0 ., Speakeasy CLI 1.295.2
1 parent e8f3308 commit 5b3fe04

File tree

203 files changed

+235
-243
lines changed

Some content is hidden

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

203 files changed

+235
-243
lines changed

.speakeasy/gen.lock

Lines changed: 8 additions & 6 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: f85cf38fea71c78f79ca43b23b176863
4+
docChecksum: c1d828d0e8ecf8fac6bec9e95f0ca086
55
docVersion: 0.4.0 .
6-
speakeasyVersion: 1.294.0
7-
generationVersion: 2.333.3
8-
releaseVersion: 5.8.2
9-
configChecksum: b7a48a304c9b3af0077803cbbc3169db
6+
speakeasyVersion: 1.295.2
7+
generationVersion: 2.335.5
8+
releaseVersion: 5.8.3
9+
configChecksum: 2e537590c08d279cd427da9026778633
1010
repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-csharp.git
1111
repoSubDirectory: .
1212
published: true
@@ -23,7 +23,7 @@ features:
2323
inputOutputModels: 2.83.0
2424
intellisenseMarkdownSupport: 0.1.0
2525
nullables: 0.1.0
26-
responseFormat: 0.0.3
26+
responseFormat: 0.0.4
2727
retries: 0.0.1
2828
sdkHooks: 0.1.0
2929
serverIDs: 2.82.1
@@ -144,6 +144,7 @@ generatedFiles:
144144
- SpeakeasySDK/Models/Operations/GithubCheckAccessResponse.cs
145145
- SpeakeasySDK/Models/Operations/GithubConfigureTargetResponse.cs
146146
- SpeakeasySDK/Models/Operations/GithubTriggerActionResponse.cs
147+
- SpeakeasySDK/Models/Operations/CreateFreeTrialResponse.cs
147148
- SpeakeasySDK/Models/Operations/GetOrganizationUsageResponse.cs
148149
- SpeakeasySDK/Models/Operations/GetOrganizationsResponse.cs
149150
- SpeakeasySDK/Models/Operations/GetChangesReportSignedUrlRequest.cs
@@ -306,6 +307,7 @@ generatedFiles:
306307
- docs/Models/Operations/GithubCheckAccessResponse.md
307308
- docs/Models/Operations/GithubConfigureTargetResponse.md
308309
- docs/Models/Operations/GithubTriggerActionResponse.md
310+
- docs/Models/Operations/CreateFreeTrialResponse.md
309311
- docs/Models/Operations/GetOrganizationUsageResponse.md
310312
- docs/Models/Operations/GetOrganizationsResponse.md
311313
- docs/Models/Operations/GetChangesReportSignedUrlRequest.md

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ var res = await sdk.Apis.GetApisAsync(req);
104104

105105
### [Organizations](docs/sdks/organizations/README.md)
106106

107+
* [CreateFreeTrial](docs/sdks/organizations/README.md#createfreetrial) - Create a free trial for an organization
107108
* [GetOrganizationUsage](docs/sdks/organizations/README.md#getorganizationusage) - Get billing usage summary for a particular organization
108109
* [GetOrganizations](docs/sdks/organizations/README.md#getorganizations) - Get organizations for a user
109110

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,4 +658,14 @@ Based on:
658658
### Generated
659659
- [csharp v5.8.2] .
660660
### Releases
661-
- [NuGet v5.8.2] https://www.nuget.org/packages/SpeakeasySDK/5.8.2 - .
661+
- [NuGet v5.8.2] https://www.nuget.org/packages/SpeakeasySDK/5.8.2 - .
662+
663+
## 2024-05-24 00:04:04
664+
### Changes
665+
Based on:
666+
- OpenAPI Doc 0.4.0 . https://docs.speakeasyapi.dev/openapi.yaml
667+
- Speakeasy CLI 1.295.2 (2.335.5) https://github.com/speakeasy-api/speakeasy
668+
### Generated
669+
- [csharp v5.8.3] .
670+
### Releases
671+
- [NuGet v5.8.3] https://www.nuget.org/packages/SpeakeasySDK/5.8.3 - .

SpeakeasySDK/ApiEndpoints.cs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
//------------------------------------------------------------------------------
32
// <auto-generated>
43
// This code was generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
@@ -99,10 +98,10 @@ public class ApiEndpoints: IApiEndpoints
9998
{
10099
public SDKConfig SDKConfiguration { get; private set; }
101100
private const string _language = "csharp";
102-
private const string _sdkVersion = "5.8.2";
103-
private const string _sdkGenVersion = "2.333.3";
101+
private const string _sdkVersion = "5.8.3";
102+
private const string _sdkGenVersion = "2.335.5";
104103
private const string _openapiDocVersion = "0.4.0 .";
105-
private const string _userAgent = "speakeasy-sdk/csharp 5.8.2 2.333.3 0.4.0 . SpeakeasySDK";
104+
private const string _userAgent = "speakeasy-sdk/csharp 5.8.3 2.335.5 0.4.0 . SpeakeasySDK";
106105
private string _serverUrl = "";
107106
private ISpeakeasyHttpClient _defaultClient;
108107
private Func<Security>? _securitySource;

SpeakeasySDK/Apis.cs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
//------------------------------------------------------------------------------
32
// <auto-generated>
43
// This code was generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
@@ -95,10 +94,10 @@ public class Apis: IApis
9594
{
9695
public SDKConfig SDKConfiguration { get; private set; }
9796
private const string _language = "csharp";
98-
private const string _sdkVersion = "5.8.2";
99-
private const string _sdkGenVersion = "2.333.3";
97+
private const string _sdkVersion = "5.8.3";
98+
private const string _sdkGenVersion = "2.335.5";
10099
private const string _openapiDocVersion = "0.4.0 .";
101-
private const string _userAgent = "speakeasy-sdk/csharp 5.8.2 2.333.3 0.4.0 . SpeakeasySDK";
100+
private const string _userAgent = "speakeasy-sdk/csharp 5.8.3 2.335.5 0.4.0 . SpeakeasySDK";
102101
private string _serverUrl = "";
103102
private ISpeakeasyHttpClient _defaultClient;
104103
private Func<Security>? _securitySource;

SpeakeasySDK/Artifacts.cs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
//------------------------------------------------------------------------------
32
// <auto-generated>
43
// This code was generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
@@ -58,10 +57,10 @@ public class Artifacts: IArtifacts
5857
{
5958
public SDKConfig SDKConfiguration { get; private set; }
6059
private const string _language = "csharp";
61-
private const string _sdkVersion = "5.8.2";
62-
private const string _sdkGenVersion = "2.333.3";
60+
private const string _sdkVersion = "5.8.3";
61+
private const string _sdkGenVersion = "2.335.5";
6362
private const string _openapiDocVersion = "0.4.0 .";
64-
private const string _userAgent = "speakeasy-sdk/csharp 5.8.2 2.333.3 0.4.0 . SpeakeasySDK";
63+
private const string _userAgent = "speakeasy-sdk/csharp 5.8.3 2.335.5 0.4.0 . SpeakeasySDK";
6564
private string _serverUrl = "";
6665
private ISpeakeasyHttpClient _defaultClient;
6766
private Func<Security>? _securitySource;

SpeakeasySDK/Auth.cs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
//------------------------------------------------------------------------------
32
// <auto-generated>
43
// This code was generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
@@ -61,10 +60,10 @@ public class Auth: IAuth
6160
{
6261
public SDKConfig SDKConfiguration { get; private set; }
6362
private const string _language = "csharp";
64-
private const string _sdkVersion = "5.8.2";
65-
private const string _sdkGenVersion = "2.333.3";
63+
private const string _sdkVersion = "5.8.3";
64+
private const string _sdkGenVersion = "2.335.5";
6665
private const string _openapiDocVersion = "0.4.0 .";
67-
private const string _userAgent = "speakeasy-sdk/csharp 5.8.2 2.333.3 0.4.0 . SpeakeasySDK";
66+
private const string _userAgent = "speakeasy-sdk/csharp 5.8.3 2.335.5 0.4.0 . SpeakeasySDK";
6867
private string _serverUrl = "";
6968
private ISpeakeasyHttpClient _defaultClient;
7069
private Func<Security>? _securitySource;

SpeakeasySDK/Embeds.cs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
//------------------------------------------------------------------------------
32
// <auto-generated>
43
// This code was generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
@@ -57,10 +56,10 @@ public class Embeds: IEmbeds
5756
{
5857
public SDKConfig SDKConfiguration { get; private set; }
5958
private const string _language = "csharp";
60-
private const string _sdkVersion = "5.8.2";
61-
private const string _sdkGenVersion = "2.333.3";
59+
private const string _sdkVersion = "5.8.3";
60+
private const string _sdkGenVersion = "2.335.5";
6261
private const string _openapiDocVersion = "0.4.0 .";
63-
private const string _userAgent = "speakeasy-sdk/csharp 5.8.2 2.333.3 0.4.0 . SpeakeasySDK";
62+
private const string _userAgent = "speakeasy-sdk/csharp 5.8.3 2.335.5 0.4.0 . SpeakeasySDK";
6463
private string _serverUrl = "";
6564
private ISpeakeasyHttpClient _defaultClient;
6665
private Func<Security>? _securitySource;

SpeakeasySDK/Events.cs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
//------------------------------------------------------------------------------
32
// <auto-generated>
43
// This code was generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
@@ -61,10 +60,10 @@ public class Events: IEvents
6160
{
6261
public SDKConfig SDKConfiguration { get; private set; }
6362
private const string _language = "csharp";
64-
private const string _sdkVersion = "5.8.2";
65-
private const string _sdkGenVersion = "2.333.3";
63+
private const string _sdkVersion = "5.8.3";
64+
private const string _sdkGenVersion = "2.335.5";
6665
private const string _openapiDocVersion = "0.4.0 .";
67-
private const string _userAgent = "speakeasy-sdk/csharp 5.8.2 2.333.3 0.4.0 . SpeakeasySDK";
66+
private const string _userAgent = "speakeasy-sdk/csharp 5.8.3 2.335.5 0.4.0 . SpeakeasySDK";
6867
private string _serverUrl = "";
6968
private ISpeakeasyHttpClient _defaultClient;
7069
private Func<Security>? _securitySource;

SpeakeasySDK/Github.cs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
//------------------------------------------------------------------------------
32
// <auto-generated>
43
// This code was generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
@@ -34,10 +33,10 @@ public class Github: IGithub
3433
{
3534
public SDKConfig SDKConfiguration { get; private set; }
3635
private const string _language = "csharp";
37-
private const string _sdkVersion = "5.8.2";
38-
private const string _sdkGenVersion = "2.333.3";
36+
private const string _sdkVersion = "5.8.3";
37+
private const string _sdkGenVersion = "2.335.5";
3938
private const string _openapiDocVersion = "0.4.0 .";
40-
private const string _userAgent = "speakeasy-sdk/csharp 5.8.2 2.333.3 0.4.0 . SpeakeasySDK";
39+
private const string _userAgent = "speakeasy-sdk/csharp 5.8.3 2.335.5 0.4.0 . SpeakeasySDK";
4140
private string _serverUrl = "";
4241
private ISpeakeasyHttpClient _defaultClient;
4342
private Func<Security>? _securitySource;

SpeakeasySDK/Hooks/HookTypes.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
//------------------------------------------------------------------------------
32
// <auto-generated>
43
// This code was generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.

SpeakeasySDK/Hooks/SDKHooks.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
//------------------------------------------------------------------------------
32
// <auto-generated>
43
// This code was generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.

SpeakeasySDK/Metadata.cs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
//------------------------------------------------------------------------------
32
// <auto-generated>
43
// This code was generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
@@ -52,10 +51,10 @@ public class Metadata: IMetadata
5251
{
5352
public SDKConfig SDKConfiguration { get; private set; }
5453
private const string _language = "csharp";
55-
private const string _sdkVersion = "5.8.2";
56-
private const string _sdkGenVersion = "2.333.3";
54+
private const string _sdkVersion = "5.8.3";
55+
private const string _sdkGenVersion = "2.335.5";
5756
private const string _openapiDocVersion = "0.4.0 .";
58-
private const string _userAgent = "speakeasy-sdk/csharp 5.8.2 2.333.3 0.4.0 . SpeakeasySDK";
57+
private const string _userAgent = "speakeasy-sdk/csharp 5.8.3 2.335.5 0.4.0 . SpeakeasySDK";
5958
private string _serverUrl = "";
6059
private ISpeakeasyHttpClient _defaultClient;
6160
private Func<Security>? _securitySource;

SpeakeasySDK/Models/Errors/Error.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
//------------------------------------------------------------------------------
32
// <auto-generated>
43
// This code was generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.

SpeakeasySDK/Models/Errors/SDKException.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
//------------------------------------------------------------------------------
32
// <auto-generated>
43
// This code was generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
//------------------------------------------------------------------------------
2+
// <auto-generated>
3+
// This code was generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
4+
//
5+
// Changes to this file may cause incorrect behavior and will be lost when
6+
// the code is regenerated.
7+
// </auto-generated>
8+
//------------------------------------------------------------------------------
9+
#nullable enable
10+
namespace SpeakeasySDK.Models.Operations
11+
{
12+
using SpeakeasySDK.Models.Errors;
13+
using SpeakeasySDK.Utils;
14+
using System.Net.Http;
15+
using System;
16+
17+
public class CreateFreeTrialResponse
18+
{
19+
20+
/// <summary>
21+
/// HTTP response content type for this operation
22+
/// </summary>
23+
public string? ContentType { get; set; } = default!;
24+
25+
/// <summary>
26+
/// Default error response
27+
/// </summary>
28+
public Error? Error { get; set; }
29+
30+
/// <summary>
31+
/// HTTP response status code for this operation
32+
/// </summary>
33+
public int StatusCode { get; set; } = default!;
34+
35+
/// <summary>
36+
/// Raw HTTP response; suitable for custom response parsing
37+
/// </summary>
38+
public HttpResponseMessage RawResponse { get; set; } = default!;
39+
}
40+
}

SpeakeasySDK/Models/Operations/DeleteApiEndpointRequest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
//------------------------------------------------------------------------------
32
// <auto-generated>
43
// This code was generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.

SpeakeasySDK/Models/Operations/DeleteApiEndpointResponse.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
//------------------------------------------------------------------------------
32
// <auto-generated>
43
// This code was generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.

SpeakeasySDK/Models/Operations/DeleteApiRequest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
//------------------------------------------------------------------------------
32
// <auto-generated>
43
// This code was generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.

SpeakeasySDK/Models/Operations/DeleteApiResponse.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
//------------------------------------------------------------------------------
32
// <auto-generated>
43
// This code was generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.

SpeakeasySDK/Models/Operations/DeleteSchemaRequest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
//------------------------------------------------------------------------------
32
// <auto-generated>
43
// This code was generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.

SpeakeasySDK/Models/Operations/DeleteSchemaResponse.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
//------------------------------------------------------------------------------
32
// <auto-generated>
43
// This code was generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.

SpeakeasySDK/Models/Operations/DeleteVersionMetadataRequest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
//------------------------------------------------------------------------------
32
// <auto-generated>
43
// This code was generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.

SpeakeasySDK/Models/Operations/DeleteVersionMetadataResponse.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
//------------------------------------------------------------------------------
32
// <auto-generated>
43
// This code was generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.

SpeakeasySDK/Models/Operations/DownloadSchemaRequest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
//------------------------------------------------------------------------------
32
// <auto-generated>
43
// This code was generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.

SpeakeasySDK/Models/Operations/DownloadSchemaResponse.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
//------------------------------------------------------------------------------
32
// <auto-generated>
43
// This code was generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.

SpeakeasySDK/Models/Operations/DownloadSchemaRevisionRequest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
//------------------------------------------------------------------------------
32
// <auto-generated>
43
// This code was generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.

SpeakeasySDK/Models/Operations/DownloadSchemaRevisionResponse.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
//------------------------------------------------------------------------------
32
// <auto-generated>
43
// This code was generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.

SpeakeasySDK/Models/Operations/File.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
//------------------------------------------------------------------------------
32
// <auto-generated>
43
// This code was generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.

SpeakeasySDK/Models/Operations/FindApiEndpointRequest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
//------------------------------------------------------------------------------
32
// <auto-generated>
43
// This code was generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.

SpeakeasySDK/Models/Operations/FindApiEndpointResponse.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
//------------------------------------------------------------------------------
32
// <auto-generated>
43
// This code was generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.

SpeakeasySDK/Models/Operations/GenerateOpenApiSpecForApiEndpointRequest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
//------------------------------------------------------------------------------
32
// <auto-generated>
43
// This code was generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.

SpeakeasySDK/Models/Operations/GenerateOpenApiSpecForApiEndpointResponse.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
//------------------------------------------------------------------------------
32
// <auto-generated>
43
// This code was generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.

SpeakeasySDK/Models/Operations/GenerateOpenApiSpecRequest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
//------------------------------------------------------------------------------
32
// <auto-generated>
43
// This code was generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.

SpeakeasySDK/Models/Operations/GenerateOpenApiSpecResponse.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
//------------------------------------------------------------------------------
32
// <auto-generated>
43
// This code was generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.

SpeakeasySDK/Models/Operations/GeneratePostmanCollectionForApiEndpointRequest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
//------------------------------------------------------------------------------
32
// <auto-generated>
43
// This code was generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.

SpeakeasySDK/Models/Operations/GeneratePostmanCollectionForApiEndpointResponse.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
//------------------------------------------------------------------------------
32
// <auto-generated>
43
// This code was generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.

SpeakeasySDK/Models/Operations/GeneratePostmanCollectionRequest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
//------------------------------------------------------------------------------
32
// <auto-generated>
43
// This code was generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.

SpeakeasySDK/Models/Operations/GeneratePostmanCollectionResponse.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
//------------------------------------------------------------------------------
32
// <auto-generated>
43
// This code was generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.

0 commit comments

Comments
 (0)