File tree 13 files changed +35
-25
lines changed
13 files changed +35
-25
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ management:
5
5
docVersion: 3.1.0
6
6
speakeasyVersion: 1.335.0
7
7
generationVersion: 2.370.2
8
- releaseVersion: 0.0.2
9
- configChecksum: 7fa01a5316d19830c903cb5c190cf28b
8
+ releaseVersion: 0.0.3
9
+ configChecksum: d41c4dd5448f6b31d422386248d2a5b0
10
10
repoURL: https://github.com/BoltApp/Bolt-CSharp-SDK.git
11
11
features:
12
12
csharp:
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ generation:
12
12
auth :
13
13
oAuth2ClientCredentialsEnabled : false
14
14
csharp :
15
- version : 0.0.2
15
+ version : 0.0.3
16
16
additionalDependencies : []
17
17
author : Speakeasy
18
18
clientServerStatusCodesAsErrors : true
Original file line number Diff line number Diff line change @@ -2,17 +2,17 @@ speakeasyVersion: 1.335.0
2
2
sources:
3
3
bolt-csharp-api:
4
4
sourceNamespace: bolt-csharp-api
5
- sourceRevisionDigest: sha256:5b4f0fe7fddfb5db34e8076d7fadaed61e73faa2ce2cc978db1e363aac4ee69b
6
- sourceBlobDigest: sha256:4789390f288893b1f7890f77dff7653f423670f4c118e5bda1a6847730fb00b2
5
+ sourceRevisionDigest: sha256:c3a777d13cc74ca1c3bd6939c6dfbc029e49bc1339736b7f234289036e8c1735
6
+ sourceBlobDigest: sha256:a77794aed1632fc0b912bb540d7fd20c2bfa147dc0c9b31b217d34f8e9b1af69
7
7
tags:
8
8
- latest
9
9
- master
10
10
targets:
11
11
bolt-sdk:
12
12
source: bolt-csharp-api
13
13
sourceNamespace: bolt-csharp-api
14
- sourceRevisionDigest: sha256:5b4f0fe7fddfb5db34e8076d7fadaed61e73faa2ce2cc978db1e363aac4ee69b
15
- sourceBlobDigest: sha256:4789390f288893b1f7890f77dff7653f423670f4c118e5bda1a6847730fb00b2
14
+ sourceRevisionDigest: sha256:c3a777d13cc74ca1c3bd6939c6dfbc029e49bc1339736b7f234289036e8c1735
15
+ sourceBlobDigest: sha256:a77794aed1632fc0b912bb540d7fd20c2bfa147dc0c9b31b217d34f8e9b1af69
16
16
outLocation: /github/workspace/repo
17
17
workflow:
18
18
workflowVersion: 1.0.0
Original file line number Diff line number Diff line change @@ -111,10 +111,10 @@ public class Account: IAccount
111
111
{
112
112
public SDKConfig SDKConfiguration { get ; private set ; }
113
113
private const string _language = "csharp" ;
114
- private const string _sdkVersion = "0.0.2 " ;
114
+ private const string _sdkVersion = "0.0.3 " ;
115
115
private const string _sdkGenVersion = "2.370.2" ;
116
116
private const string _openapiDocVersion = "3.1.0" ;
117
- private const string _userAgent = "speakeasy-sdk/csharp 0.0.2 2.370.2 3.1.0 Boltpay.SDK" ;
117
+ private const string _userAgent = "speakeasy-sdk/csharp 0.0.3 2.370.2 3.1.0 Boltpay.SDK" ;
118
118
private string _serverUrl = "" ;
119
119
private ISpeakeasyHttpClient _client ;
120
120
private Func < Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -155,10 +155,10 @@ public class BoltSDK: IBoltSDK
155
155
public SDKConfig SDKConfiguration { get ; private set ; }
156
156
157
157
private const string _language = "csharp" ;
158
- private const string _sdkVersion = "0.0.2 " ;
158
+ private const string _sdkVersion = "0.0.3 " ;
159
159
private const string _sdkGenVersion = "2.370.2" ;
160
160
private const string _openapiDocVersion = "3.1.0" ;
161
- private const string _userAgent = "speakeasy-sdk/csharp 0.0.2 2.370.2 3.1.0 Boltpay.SDK" ;
161
+ private const string _userAgent = "speakeasy-sdk/csharp 0.0.3 2.370.2 3.1.0 Boltpay.SDK" ;
162
162
private string _serverUrl = "" ;
163
163
private int _serverIndex = 0 ;
164
164
private ISpeakeasyHttpClient _client ;
Original file line number Diff line number Diff line change 2
2
<PropertyGroup >
3
3
<IsPackable >true</IsPackable >
4
4
<PackageId >Boltpay.SDK</PackageId >
5
- <Version >0.0.2 </Version >
5
+ <Version >0.0.3 </Version >
6
6
<Authors >Speakeasy</Authors >
7
7
<TargetFramework >net8.0</TargetFramework >
8
8
<Nullable >enable</Nullable >
Original file line number Diff line number Diff line change @@ -61,10 +61,10 @@ public class Guest: IGuest
61
61
{
62
62
public SDKConfig SDKConfiguration { get ; private set ; }
63
63
private const string _language = "csharp" ;
64
- private const string _sdkVersion = "0.0.2 " ;
64
+ private const string _sdkVersion = "0.0.3 " ;
65
65
private const string _sdkGenVersion = "2.370.2" ;
66
66
private const string _openapiDocVersion = "3.1.0" ;
67
- private const string _userAgent = "speakeasy-sdk/csharp 0.0.2 2.370.2 3.1.0 Boltpay.SDK" ;
67
+ private const string _userAgent = "speakeasy-sdk/csharp 0.0.3 2.370.2 3.1.0 Boltpay.SDK" ;
68
68
private string _serverUrl = "" ;
69
69
private ISpeakeasyHttpClient _client ;
70
70
private Func < Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -61,10 +61,10 @@ public class LoggedIn: ILoggedIn
61
61
{
62
62
public SDKConfig SDKConfiguration { get ; private set ; }
63
63
private const string _language = "csharp" ;
64
- private const string _sdkVersion = "0.0.2 " ;
64
+ private const string _sdkVersion = "0.0.3 " ;
65
65
private const string _sdkGenVersion = "2.370.2" ;
66
66
private const string _openapiDocVersion = "3.1.0" ;
67
- private const string _userAgent = "speakeasy-sdk/csharp 0.0.2 2.370.2 3.1.0 Boltpay.SDK" ;
67
+ private const string _userAgent = "speakeasy-sdk/csharp 0.0.3 2.370.2 3.1.0 Boltpay.SDK" ;
68
68
private string _serverUrl = "" ;
69
69
private ISpeakeasyHttpClient _client ;
70
70
private Func < Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -59,10 +59,10 @@ public class OAuth: IOAuth
59
59
{
60
60
public SDKConfig SDKConfiguration { get ; private set ; }
61
61
private const string _language = "csharp" ;
62
- private const string _sdkVersion = "0.0.2 " ;
62
+ private const string _sdkVersion = "0.0.3 " ;
63
63
private const string _sdkGenVersion = "2.370.2" ;
64
64
private const string _openapiDocVersion = "3.1.0" ;
65
- private const string _userAgent = "speakeasy-sdk/csharp 0.0.2 2.370.2 3.1.0 Boltpay.SDK" ;
65
+ private const string _userAgent = "speakeasy-sdk/csharp 0.0.3 2.370.2 3.1.0 Boltpay.SDK" ;
66
66
private string _serverUrl = "" ;
67
67
private ISpeakeasyHttpClient _client ;
68
68
private Func < Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -54,10 +54,10 @@ public class Orders: IOrders
54
54
{
55
55
public SDKConfig SDKConfiguration { get ; private set ; }
56
56
private const string _language = "csharp" ;
57
- private const string _sdkVersion = "0.0.2 " ;
57
+ private const string _sdkVersion = "0.0.3 " ;
58
58
private const string _sdkGenVersion = "2.370.2" ;
59
59
private const string _openapiDocVersion = "3.1.0" ;
60
- private const string _userAgent = "speakeasy-sdk/csharp 0.0.2 2.370.2 3.1.0 Boltpay.SDK" ;
60
+ private const string _userAgent = "speakeasy-sdk/csharp 0.0.3 2.370.2 3.1.0 Boltpay.SDK" ;
61
61
private string _serverUrl = "" ;
62
62
private ISpeakeasyHttpClient _client ;
63
63
private Func < Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ public class Payments: IPayments
24
24
{
25
25
public SDKConfig SDKConfiguration { get ; private set ; }
26
26
private const string _language = "csharp" ;
27
- private const string _sdkVersion = "0.0.2 " ;
27
+ private const string _sdkVersion = "0.0.3 " ;
28
28
private const string _sdkGenVersion = "2.370.2" ;
29
29
private const string _openapiDocVersion = "3.1.0" ;
30
- private const string _userAgent = "speakeasy-sdk/csharp 0.0.2 2.370.2 3.1.0 Boltpay.SDK" ;
30
+ private const string _userAgent = "speakeasy-sdk/csharp 0.0.3 2.370.2 3.1.0 Boltpay.SDK" ;
31
31
private string _serverUrl = "" ;
32
32
private ISpeakeasyHttpClient _client ;
33
33
private Func < Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -76,10 +76,10 @@ public class Testing: ITesting
76
76
{
77
77
public SDKConfig SDKConfiguration { get ; private set ; }
78
78
private const string _language = "csharp" ;
79
- private const string _sdkVersion = "0.0.2 " ;
79
+ private const string _sdkVersion = "0.0.3 " ;
80
80
private const string _sdkGenVersion = "2.370.2" ;
81
81
private const string _openapiDocVersion = "3.1.0" ;
82
- private const string _userAgent = "speakeasy-sdk/csharp 0.0.2 2.370.2 3.1.0 Boltpay.SDK" ;
82
+ private const string _userAgent = "speakeasy-sdk/csharp 0.0.3 2.370.2 3.1.0 Boltpay.SDK" ;
83
83
private string _serverUrl = "" ;
84
84
private ISpeakeasyHttpClient _client ;
85
85
private Func < Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -8,4 +8,14 @@ Based on:
8
8
### Generated
9
9
- [ csharp v0.0.2] .
10
10
### Releases
11
- - [ NuGet v0.0.2] https://www.nuget.org/packages/Boltpay.SDK/0.0.2 - .
11
+ - [ NuGet v0.0.2] https://www.nuget.org/packages/Boltpay.SDK/0.0.2 - .
12
+
13
+ ## 2024-07-15 09:23:27
14
+ ### Changes
15
+ Based on:
16
+ - OpenAPI Doc
17
+ - Speakeasy CLI 1.335.0 (2.370.2) https://github.com/speakeasy-api/speakeasy
18
+ ### Generated
19
+ - [ csharp v0.0.3] .
20
+ ### Releases
21
+ - [ NuGet v0.0.3] https://www.nuget.org/packages/Boltpay.SDK/0.0.3 - .
You can’t perform that action at this time.
0 commit comments