Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 0.1.0, Speakeasy CLI 1.112.1
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Nov 6, 2023
1 parent 329fa5d commit 480b526
Show file tree
Hide file tree
Showing 210 changed files with 4,021 additions and 308 deletions.
19 changes: 18 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -959,4 +959,21 @@ Based on:
- OpenAPI Doc 0.1.0
- Speakeasy CLI 1.112.1 (2.173.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [php v1.36.1] php-client-sdk
- [php v1.36.1] php-client-sdk

## 2023-11-06 10:14:09
### Changes
Based on:
- OpenAPI Doc 0.1.0
- Speakeasy CLI 1.112.1 (2.173.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [swift v0.1.2] swift-client-sdk
- [typescript v1.40.3] typescript-client-sdk
- [csharp v0.1.2] csharp-client-sdk
- [go v1.39.4] go-client-sdk
- [java v1.38.2] java-client-sdk
- [php v1.36.2] php-client-sdk
- [python v2.0.4] python-client-sdk
- [ruby v1.36.2] ruby-client-sdk
### Releases
- [Go v1.39.4] https://github.com/speakeasy-api/openapi-generation-tests/releases/tag/go-client-sdk/v1.39.4 - go-client-sdk
2 changes: 2 additions & 0 deletions csharp-client-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,9 @@ var res = await sdk.Generation.UsageExamplePostAsync(new UsageExamplePostSecurit
* [StronglyTypedOneOfPost](docs/sdks/unions/README.md#stronglytypedoneofpost)
* [TypedObjectNullableOneOfPost](docs/sdks/unions/README.md#typedobjectnullableoneofpost)
* [TypedObjectOneOfPost](docs/sdks/unions/README.md#typedobjectoneofpost)
* [UnionBigIntDecimal](docs/sdks/unions/README.md#unionbigintdecimal)
* [UnionDateNull](docs/sdks/unions/README.md#uniondatenull)
* [UnionDateTimeBigInt](docs/sdks/unions/README.md#uniondatetimebigint)
* [UnionDateTimeNull](docs/sdks/unions/README.md#uniondatetimenull)
* [WeaklyTypedOneOfPost](docs/sdks/unions/README.md#weaklytypedoneofpost)
<!-- End SDK Available Operations -->
Expand Down
4 changes: 2 additions & 2 deletions csharp-client-sdk/SDK/Auth.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ public class AuthSDK: IAuthSDK
{
public SDKConfig Config { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.1.1";
private const string _sdkVersion = "0.1.2";
private const string _sdkGenVersion = "2.173.0";
private const string _openapiDocVersion = "0.1.0";
private const string _userAgent = "speakeasy-sdk/csharp 0.1.1 2.173.0 0.1.0 openapi";
private const string _userAgent = "speakeasy-sdk/csharp 0.1.2 2.173.0 0.1.0 openapi";
private string _serverUrl = "";
private ISpeakeasyHttpClient _defaultClient;
private ISpeakeasyHttpClient _securityClient;
Expand Down
4 changes: 2 additions & 2 deletions csharp-client-sdk/SDK/AuthNew.cs
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,10 @@ public class AuthNewSDK: IAuthNewSDK

public SDKConfig Config { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.1.1";
private const string _sdkVersion = "0.1.2";
private const string _sdkGenVersion = "2.173.0";
private const string _openapiDocVersion = "0.1.0";
private const string _userAgent = "speakeasy-sdk/csharp 0.1.1 2.173.0 0.1.0 openapi";
private const string _userAgent = "speakeasy-sdk/csharp 0.1.2 2.173.0 0.1.0 openapi";
private string _serverUrl = "";
private ISpeakeasyHttpClient _defaultClient;
private ISpeakeasyHttpClient _securityClient;
Expand Down
4 changes: 2 additions & 2 deletions csharp-client-sdk/SDK/Documentation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ public class DocumentationSDK: IDocumentationSDK
{
public SDKConfig Config { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.1.1";
private const string _sdkVersion = "0.1.2";
private const string _sdkGenVersion = "2.173.0";
private const string _openapiDocVersion = "0.1.0";
private const string _userAgent = "speakeasy-sdk/csharp 0.1.1 2.173.0 0.1.0 openapi";
private const string _userAgent = "speakeasy-sdk/csharp 0.1.2 2.173.0 0.1.0 openapi";
private string _serverUrl = "";
private ISpeakeasyHttpClient _defaultClient;
private ISpeakeasyHttpClient _securityClient;
Expand Down
4 changes: 2 additions & 2 deletions csharp-client-sdk/SDK/Errors.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ public class ErrorsSDK: IErrorsSDK

public SDKConfig Config { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.1.1";
private const string _sdkVersion = "0.1.2";
private const string _sdkGenVersion = "2.173.0";
private const string _openapiDocVersion = "0.1.0";
private const string _userAgent = "speakeasy-sdk/csharp 0.1.1 2.173.0 0.1.0 openapi";
private const string _userAgent = "speakeasy-sdk/csharp 0.1.2 2.173.0 0.1.0 openapi";
private string _serverUrl = "";
private ISpeakeasyHttpClient _defaultClient;
private ISpeakeasyHttpClient _securityClient;
Expand Down
4 changes: 2 additions & 2 deletions csharp-client-sdk/SDK/First.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ public class FirstSDK: IFirstSDK
{
public SDKConfig Config { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.1.1";
private const string _sdkVersion = "0.1.2";
private const string _sdkGenVersion = "2.173.0";
private const string _openapiDocVersion = "0.1.0";
private const string _userAgent = "speakeasy-sdk/csharp 0.1.1 2.173.0 0.1.0 openapi";
private const string _userAgent = "speakeasy-sdk/csharp 0.1.2 2.173.0 0.1.0 openapi";
private string _serverUrl = "";
private ISpeakeasyHttpClient _defaultClient;
private ISpeakeasyHttpClient _securityClient;
Expand Down
4 changes: 2 additions & 2 deletions csharp-client-sdk/SDK/Flattening.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ public class FlatteningSDK: IFlatteningSDK
{
public SDKConfig Config { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.1.1";
private const string _sdkVersion = "0.1.2";
private const string _sdkGenVersion = "2.173.0";
private const string _openapiDocVersion = "0.1.0";
private const string _userAgent = "speakeasy-sdk/csharp 0.1.1 2.173.0 0.1.0 openapi";
private const string _userAgent = "speakeasy-sdk/csharp 0.1.2 2.173.0 0.1.0 openapi";
private string _serverUrl = "";
private ISpeakeasyHttpClient _defaultClient;
private ISpeakeasyHttpClient _securityClient;
Expand Down
4 changes: 2 additions & 2 deletions csharp-client-sdk/SDK/Generation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ public class GenerationSDK: IGenerationSDK
{
public SDKConfig Config { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.1.1";
private const string _sdkVersion = "0.1.2";
private const string _sdkGenVersion = "2.173.0";
private const string _openapiDocVersion = "0.1.0";
private const string _userAgent = "speakeasy-sdk/csharp 0.1.1 2.173.0 0.1.0 openapi";
private const string _userAgent = "speakeasy-sdk/csharp 0.1.2 2.173.0 0.1.0 openapi";
private string _serverUrl = "";
private ISpeakeasyHttpClient _defaultClient;
private ISpeakeasyHttpClient _securityClient;
Expand Down
4 changes: 2 additions & 2 deletions csharp-client-sdk/SDK/Globals.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ public class GlobalsSDK: IGlobalsSDK
{
public SDKConfig Config { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.1.1";
private const string _sdkVersion = "0.1.2";
private const string _sdkGenVersion = "2.173.0";
private const string _openapiDocVersion = "0.1.0";
private const string _userAgent = "speakeasy-sdk/csharp 0.1.1 2.173.0 0.1.0 openapi";
private const string _userAgent = "speakeasy-sdk/csharp 0.1.2 2.173.0 0.1.0 openapi";
private string _serverUrl = "";
private ISpeakeasyHttpClient _defaultClient;
private ISpeakeasyHttpClient _securityClient;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,8 @@ public class RequestBodyPostFormSimpleRes

[JsonProperty("form")]
public RequestBodyPostFormSimpleResForm Form { get; set; } = default!;

[JsonProperty("headers")]
public RequestBodyPostFormSimpleResHeaders Headers { get; set; } = default!;
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@

//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
//
// Changes to this file may cause incorrect behavior and will be lost when
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
#nullable enable
namespace SDK.Models.Operations
{
using Newtonsoft.Json;

public class RequestBodyPostFormSimpleResHeaders
{

[JsonProperty("Content-Type")]
public string ContentType { get; set; } = default!;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,8 @@ public class RequestBodyPutMultipartSimpleRes

[JsonProperty("form")]
public RequestBodyPutMultipartSimpleResForm Form { get; set; } = default!;

[JsonProperty("headers")]
public RequestBodyPutMultipartSimpleResHeaders Headers { get; set; } = default!;
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@

//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
//
// Changes to this file may cause incorrect behavior and will be lost when
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
#nullable enable
namespace SDK.Models.Operations
{
using Newtonsoft.Json;

public class RequestBodyPutMultipartSimpleResHeaders
{

[JsonProperty("Content-Type")]
public string ContentType { get; set; } = default!;
}
}
24 changes: 24 additions & 0 deletions csharp-client-sdk/SDK/Models/Operations/UnionBigIntDecimalRes.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@

//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
//
// Changes to this file may cause incorrect behavior and will be lost when
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
#nullable enable
namespace SDK.Models.Operations
{
using Newtonsoft.Json;

/// <summary>
/// OK
/// </summary>
public class UnionBigIntDecimalRes
{

[JsonProperty("json")]
public object Json { get; set; } = default!;
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@

//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
//
// Changes to this file may cause incorrect behavior and will be lost when
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
#nullable enable
namespace SDK.Models.Operations
{
using System.Net.Http;
using System;

public class UnionBigIntDecimalResponse
{

/// <summary>
/// HTTP response content type for this operation
/// </summary>
public string? ContentType { get; set; } = default!;

/// <summary>
/// HTTP response status code for this operation
/// </summary>
public int StatusCode { get; set; } = default!;

/// <summary>
/// Raw HTTP response; suitable for custom response parsing
/// </summary>
public HttpResponseMessage? RawResponse { get; set; }

/// <summary>
/// OK
/// </summary>
public UnionBigIntDecimalRes? Res { get; set; }
}
}
24 changes: 24 additions & 0 deletions csharp-client-sdk/SDK/Models/Operations/UnionDateTimeBigIntRes.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@

//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
//
// Changes to this file may cause incorrect behavior and will be lost when
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
#nullable enable
namespace SDK.Models.Operations
{
using Newtonsoft.Json;

/// <summary>
/// OK
/// </summary>
public class UnionDateTimeBigIntRes
{

[JsonProperty("json")]
public object Json { get; set; } = default!;
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@

//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
//
// Changes to this file may cause incorrect behavior and will be lost when
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
#nullable enable
namespace SDK.Models.Operations
{
using System.Net.Http;
using System;

public class UnionDateTimeBigIntResponse
{

/// <summary>
/// HTTP response content type for this operation
/// </summary>
public string? ContentType { get; set; } = default!;

/// <summary>
/// HTTP response status code for this operation
/// </summary>
public int StatusCode { get; set; } = default!;

/// <summary>
/// Raw HTTP response; suitable for custom response parsing
/// </summary>
public HttpResponseMessage? RawResponse { get; set; }

/// <summary>
/// OK
/// </summary>
public UnionDateTimeBigIntRes? Res { get; set; }
}
}
4 changes: 2 additions & 2 deletions csharp-client-sdk/SDK/Nest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ public class NestSDK: INestSDK
{
public SDKConfig Config { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.1.1";
private const string _sdkVersion = "0.1.2";
private const string _sdkGenVersion = "2.173.0";
private const string _openapiDocVersion = "0.1.0";
private const string _userAgent = "speakeasy-sdk/csharp 0.1.1 2.173.0 0.1.0 openapi";
private const string _userAgent = "speakeasy-sdk/csharp 0.1.2 2.173.0 0.1.0 openapi";
private string _serverUrl = "";
private ISpeakeasyHttpClient _defaultClient;
private ISpeakeasyHttpClient _securityClient;
Expand Down
4 changes: 2 additions & 2 deletions csharp-client-sdk/SDK/NestFirst.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ public class NestFirstSDK: INestFirstSDK
{
public SDKConfig Config { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.1.1";
private const string _sdkVersion = "0.1.2";
private const string _sdkGenVersion = "2.173.0";
private const string _openapiDocVersion = "0.1.0";
private const string _userAgent = "speakeasy-sdk/csharp 0.1.1 2.173.0 0.1.0 openapi";
private const string _userAgent = "speakeasy-sdk/csharp 0.1.2 2.173.0 0.1.0 openapi";
private string _serverUrl = "";
private ISpeakeasyHttpClient _defaultClient;
private ISpeakeasyHttpClient _securityClient;
Expand Down
4 changes: 2 additions & 2 deletions csharp-client-sdk/SDK/Nested.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ public class NestedSDK: INestedSDK
{
public SDKConfig Config { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.1.1";
private const string _sdkVersion = "0.1.2";
private const string _sdkGenVersion = "2.173.0";
private const string _openapiDocVersion = "0.1.0";
private const string _userAgent = "speakeasy-sdk/csharp 0.1.1 2.173.0 0.1.0 openapi";
private const string _userAgent = "speakeasy-sdk/csharp 0.1.2 2.173.0 0.1.0 openapi";
private string _serverUrl = "";
private ISpeakeasyHttpClient _defaultClient;
private ISpeakeasyHttpClient _securityClient;
Expand Down
4 changes: 2 additions & 2 deletions csharp-client-sdk/SDK/NestedFirst.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ public class NestedFirstSDK: INestedFirstSDK
{
public SDKConfig Config { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.1.1";
private const string _sdkVersion = "0.1.2";
private const string _sdkGenVersion = "2.173.0";
private const string _openapiDocVersion = "0.1.0";
private const string _userAgent = "speakeasy-sdk/csharp 0.1.1 2.173.0 0.1.0 openapi";
private const string _userAgent = "speakeasy-sdk/csharp 0.1.2 2.173.0 0.1.0 openapi";
private string _serverUrl = "";
private ISpeakeasyHttpClient _defaultClient;
private ISpeakeasyHttpClient _securityClient;
Expand Down
Loading

0 comments on commit 480b526

Please sign in to comment.