File tree Expand file tree Collapse file tree 21 files changed +187
-92
lines changed Expand file tree Collapse file tree 21 files changed +187
-92
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -11,15 +11,18 @@ generation:
11
11
requestResponseComponentNamesFeb2024 : true
12
12
auth :
13
13
oAuth2ClientCredentialsEnabled : false
14
+ oAuth2PasswordEnabled : false
14
15
csharp :
15
- version : 0.3 .0
16
+ version : 0.4 .0
16
17
additionalDependencies : []
17
18
author : Speakeasy
18
19
clientServerStatusCodesAsErrors : true
20
+ defaultErrorName : SDKException
19
21
disableNamespacePascalCasingApr2024 : true
20
22
dotnetVersion : net8.0
21
23
enableSourceLink : false
22
24
flattenGlobalSecurity : true
25
+ flatteningOrder : " "
23
26
imports :
24
27
option : openapi
25
28
paths :
@@ -31,6 +34,7 @@ csharp:
31
34
includeDebugSymbols : false
32
35
inputModelSuffix : input
33
36
maxMethodParams : 4
37
+ methodArguments : infer-optional-args
34
38
outputModelSuffix : output
35
39
packageName : Boltpay.SDK
36
40
packageTags : " "
Original file line number Diff line number Diff line change 1
- speakeasyVersion: 1.421.2
1
+ speakeasyVersion: 1.446.0
2
2
sources:
3
3
bolt-csharp-api:
4
4
sourceNamespace: bolt-csharp-api
5
- sourceRevisionDigest: sha256:e6d1652183b280c58d60fd08b6c61af949eedae16c2132d08f6c24654f2e12d0
6
- sourceBlobDigest: sha256:27ef8260eccf290aa1e165a587971b1472681ad89653dbbf18fcaf785d2f22b2
5
+ sourceRevisionDigest: sha256:e2b326948e81c7cb593d168783a30c6fc367813a6840dff5519e43bb4819ca7a
6
+ sourceBlobDigest: sha256:0ba32db401957a274c014d3f824ed12e26ced169b6d211c494e2ab5761046c6f
7
7
tags:
8
8
- latest
9
- - master
9
+ - speakeasy-sdk-regen-1732581010
10
+ - 3.2.4
10
11
targets:
11
12
bolt-sdk:
12
13
source: bolt-csharp-api
13
14
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
16
19
workflow:
17
20
workflowVersion: 1.0.0
18
21
speakeasyVersion: latest
@@ -26,3 +29,7 @@ workflow:
26
29
bolt-sdk:
27
30
target: csharp
28
31
source: bolt-csharp-api
32
+ codeSamples:
33
+ registry:
34
+ location: registry.speakeasyapi.dev/bolt/boltpublicapi/bolt-csharp-api-code-samples
35
+ blocking: false
Original file line number Diff line number Diff line change @@ -10,3 +10,7 @@ targets:
10
10
bolt-sdk :
11
11
target : csharp
12
12
source : bolt-csharp-api
13
+ codeSamples :
14
+ registry :
15
+ location : registry.speakeasyapi.dev/bolt/boltpublicapi/bolt-csharp-api-code-samples
16
+ blocking : false
Original file line number Diff line number Diff line change @@ -90,10 +90,10 @@ public class Account: IAccount
90
90
{
91
91
public SDKConfig SDKConfiguration { get ; private set ; }
92
92
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" ;
97
97
private string _serverUrl = "" ;
98
98
private ISpeakeasyHttpClient _client ;
99
99
private Func < Boltpay . SDK . Models . Components . Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -136,10 +136,10 @@ public class BoltSDK: IBoltSDK
136
136
public SDKConfig SDKConfiguration { get ; private set ; }
137
137
138
138
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" ;
143
143
private string _serverUrl = "" ;
144
144
private int _serverIndex = 0 ;
145
145
private ISpeakeasyHttpClient _client ;
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<IsPackable >true</IsPackable >
5
5
<PackageId >Boltpay.SDK</PackageId >
6
- <Version >0.3 .0</Version >
6
+ <Version >0.4 .0</Version >
7
7
<TargetFramework >net8.0</TargetFramework >
8
8
<Authors >Speakeasy</Authors >
9
9
<Copyright >Copyright (c) Speakeasy 2024</Copyright >
Original file line number Diff line number Diff line change @@ -48,10 +48,10 @@ public class Guest: IGuest
48
48
{
49
49
public SDKConfig SDKConfiguration { get ; private set ; }
50
50
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" ;
55
55
private string _serverUrl = "" ;
56
56
private ISpeakeasyHttpClient _client ;
57
57
private Func < Boltpay . SDK . Models . Components . Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -49,10 +49,10 @@ public class LoggedIn: ILoggedIn
49
49
{
50
50
public SDKConfig SDKConfiguration { get ; private set ; }
51
51
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" ;
56
56
private string _serverUrl = "" ;
57
57
private ISpeakeasyHttpClient _client ;
58
58
private Func < Boltpay . SDK . Models . Components . Security > ? _securitySource ;
Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments