Skip to content

Commit 1888a34

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.446.0
1 parent 21a36fc commit 1888a34

21 files changed

+187
-92
lines changed

.speakeasy/gen.lock

Lines changed: 29 additions & 25 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,18 @@ generation:
1111
requestResponseComponentNamesFeb2024: true
1212
auth:
1313
oAuth2ClientCredentialsEnabled: false
14+
oAuth2PasswordEnabled: false
1415
csharp:
15-
version: 0.3.0
16+
version: 0.4.0
1617
additionalDependencies: []
1718
author: Speakeasy
1819
clientServerStatusCodesAsErrors: true
20+
defaultErrorName: SDKException
1921
disableNamespacePascalCasingApr2024: true
2022
dotnetVersion: net8.0
2123
enableSourceLink: false
2224
flattenGlobalSecurity: true
25+
flatteningOrder: ""
2326
imports:
2427
option: openapi
2528
paths:
@@ -31,6 +34,7 @@ csharp:
3134
includeDebugSymbols: false
3235
inputModelSuffix: input
3336
maxMethodParams: 4
37+
methodArguments: infer-optional-args
3438
outputModelSuffix: output
3539
packageName: Boltpay.SDK
3640
packageTags: ""

.speakeasy/workflow.lock

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
1-
speakeasyVersion: 1.421.2
1+
speakeasyVersion: 1.446.0
22
sources:
33
bolt-csharp-api:
44
sourceNamespace: bolt-csharp-api
5-
sourceRevisionDigest: sha256:e6d1652183b280c58d60fd08b6c61af949eedae16c2132d08f6c24654f2e12d0
6-
sourceBlobDigest: sha256:27ef8260eccf290aa1e165a587971b1472681ad89653dbbf18fcaf785d2f22b2
5+
sourceRevisionDigest: sha256:e2b326948e81c7cb593d168783a30c6fc367813a6840dff5519e43bb4819ca7a
6+
sourceBlobDigest: sha256:0ba32db401957a274c014d3f824ed12e26ced169b6d211c494e2ab5761046c6f
77
tags:
88
- latest
9-
- master
9+
- speakeasy-sdk-regen-1732581010
10+
- 3.2.4
1011
targets:
1112
bolt-sdk:
1213
source: bolt-csharp-api
1314
sourceNamespace: bolt-csharp-api
14-
sourceRevisionDigest: sha256:e6d1652183b280c58d60fd08b6c61af949eedae16c2132d08f6c24654f2e12d0
15-
sourceBlobDigest: sha256:27ef8260eccf290aa1e165a587971b1472681ad89653dbbf18fcaf785d2f22b2
15+
sourceRevisionDigest: sha256:e2b326948e81c7cb593d168783a30c6fc367813a6840dff5519e43bb4819ca7a
16+
sourceBlobDigest: sha256:0ba32db401957a274c014d3f824ed12e26ced169b6d211c494e2ab5761046c6f
17+
codeSamplesNamespace: bolt-csharp-api-code-samples
18+
codeSamplesRevisionDigest: sha256:67afb7044b2e9fd2aa413e1ba105cdec6706f96685451ffb5eba3a0408126be8
1619
workflow:
1720
workflowVersion: 1.0.0
1821
speakeasyVersion: latest
@@ -26,3 +29,7 @@ workflow:
2629
bolt-sdk:
2730
target: csharp
2831
source: bolt-csharp-api
32+
codeSamples:
33+
registry:
34+
location: registry.speakeasyapi.dev/bolt/boltpublicapi/bolt-csharp-api-code-samples
35+
blocking: false

.speakeasy/workflow.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@ targets:
1010
bolt-sdk:
1111
target: csharp
1212
source: bolt-csharp-api
13+
codeSamples:
14+
registry:
15+
location: registry.speakeasyapi.dev/bolt/boltpublicapi/bolt-csharp-api-code-samples
16+
blocking: false

Boltpay/SDK/Account.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@ public class Account: IAccount
9090
{
9191
public SDKConfig SDKConfiguration { get; private set; }
9292
private const string _language = "csharp";
93-
private const string _sdkVersion = "0.3.0";
94-
private const string _sdkGenVersion = "2.438.15";
95-
private const string _openapiDocVersion = "3.2.3";
96-
private const string _userAgent = "speakeasy-sdk/csharp 0.3.0 2.438.15 3.2.3 Boltpay.SDK";
93+
private const string _sdkVersion = "0.4.0";
94+
private const string _sdkGenVersion = "2.462.0";
95+
private const string _openapiDocVersion = "3.2.4";
96+
private const string _userAgent = "speakeasy-sdk/csharp 0.4.0 2.462.0 3.2.4 Boltpay.SDK";
9797
private string _serverUrl = "";
9898
private ISpeakeasyHttpClient _client;
9999
private Func<Boltpay.SDK.Models.Components.Security>? _securitySource;

Boltpay/SDK/BoltSDK.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,10 @@ public class BoltSDK: IBoltSDK
136136
public SDKConfig SDKConfiguration { get; private set; }
137137

138138
private const string _language = "csharp";
139-
private const string _sdkVersion = "0.3.0";
140-
private const string _sdkGenVersion = "2.438.15";
141-
private const string _openapiDocVersion = "3.2.3";
142-
private const string _userAgent = "speakeasy-sdk/csharp 0.3.0 2.438.15 3.2.3 Boltpay.SDK";
139+
private const string _sdkVersion = "0.4.0";
140+
private const string _sdkGenVersion = "2.462.0";
141+
private const string _openapiDocVersion = "3.2.4";
142+
private const string _userAgent = "speakeasy-sdk/csharp 0.4.0 2.462.0 3.2.4 Boltpay.SDK";
143143
private string _serverUrl = "";
144144
private int _serverIndex = 0;
145145
private ISpeakeasyHttpClient _client;

Boltpay/SDK/Boltpay.SDK.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<IsPackable>true</IsPackable>
55
<PackageId>Boltpay.SDK</PackageId>
6-
<Version>0.3.0</Version>
6+
<Version>0.4.0</Version>
77
<TargetFramework>net8.0</TargetFramework>
88
<Authors>Speakeasy</Authors>
99
<Copyright>Copyright (c) Speakeasy 2024</Copyright>

Boltpay/SDK/Guest.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ public class Guest: IGuest
4848
{
4949
public SDKConfig SDKConfiguration { get; private set; }
5050
private const string _language = "csharp";
51-
private const string _sdkVersion = "0.3.0";
52-
private const string _sdkGenVersion = "2.438.15";
53-
private const string _openapiDocVersion = "3.2.3";
54-
private const string _userAgent = "speakeasy-sdk/csharp 0.3.0 2.438.15 3.2.3 Boltpay.SDK";
51+
private const string _sdkVersion = "0.4.0";
52+
private const string _sdkGenVersion = "2.462.0";
53+
private const string _openapiDocVersion = "3.2.4";
54+
private const string _userAgent = "speakeasy-sdk/csharp 0.4.0 2.462.0 3.2.4 Boltpay.SDK";
5555
private string _serverUrl = "";
5656
private ISpeakeasyHttpClient _client;
5757
private Func<Boltpay.SDK.Models.Components.Security>? _securitySource;

Boltpay/SDK/LoggedIn.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ public class LoggedIn: ILoggedIn
4949
{
5050
public SDKConfig SDKConfiguration { get; private set; }
5151
private const string _language = "csharp";
52-
private const string _sdkVersion = "0.3.0";
53-
private const string _sdkGenVersion = "2.438.15";
54-
private const string _openapiDocVersion = "3.2.3";
55-
private const string _userAgent = "speakeasy-sdk/csharp 0.3.0 2.438.15 3.2.3 Boltpay.SDK";
52+
private const string _sdkVersion = "0.4.0";
53+
private const string _sdkGenVersion = "2.462.0";
54+
private const string _openapiDocVersion = "3.2.4";
55+
private const string _userAgent = "speakeasy-sdk/csharp 0.4.0 2.462.0 3.2.4 Boltpay.SDK";
5656
private string _serverUrl = "";
5757
private ISpeakeasyHttpClient _client;
5858
private Func<Boltpay.SDK.Models.Components.Security>? _securitySource;
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
//------------------------------------------------------------------------------
2+
// <auto-generated>
3+
// This code was generated by Speakeasy (https://speakeasy.com). 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 Boltpay.SDK.Models.Components
11+
{
12+
using Boltpay.SDK.Utils;
13+
using Newtonsoft.Json;
14+
15+
/// <summary>
16+
/// Raw authorization response from the payment processor
17+
/// </summary>
18+
public class ProcessorResponse
19+
{
20+
21+
[JsonProperty("content_type")]
22+
public string? ContentType { get; set; }
23+
24+
[JsonProperty("api_version")]
25+
public string? ApiVersion { get; set; }
26+
27+
[JsonProperty("text")]
28+
public string? Text { get; set; }
29+
}
30+
}

0 commit comments

Comments
 (0)