File tree 13 files changed +60
-50
lines changed
13 files changed +60
-50
lines changed Original file line number Diff line number Diff line change 1
1
lockVersion: 2.0.0
2
2
id: 6be0ff6b-aa40-4b34-a3eb-72d091b3c545
3
3
management:
4
- docChecksum: 8ff3e37e3bcdf4b0ef72f37df29c2c47
5
- docVersion: 3.3.0
6
- speakeasyVersion: 1.449.0
7
- generationVersion: 2.467 .4
8
- releaseVersion: 0.5.0
9
- configChecksum: 53afcfd3f663695977d7e8589f51f2c3
4
+ docChecksum: cd02dacb5ea03529426acee148b52684
5
+ docVersion: 3.3.1
6
+ speakeasyVersion: 1.454.2
7
+ generationVersion: 2.477 .4
8
+ releaseVersion: 0.5.1
9
+ configChecksum: 93cb51184cf30bb3219748ac104597e2
10
10
repoURL: https://github.com/BoltApp/Bolt-CSharp-SDK.git
11
11
features:
12
12
csharp:
13
13
additionalDependencies: 0.1.0
14
- core: 3.10.6
14
+ core: 3.10.7
15
15
errorUnions: 0.1.1
16
16
flattening: 2.81.3
17
17
globalSecurity: 2.83.6
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ generation:
13
13
oAuth2ClientCredentialsEnabled : false
14
14
oAuth2PasswordEnabled : false
15
15
csharp :
16
- version : 0.5.0
16
+ version : 0.5.1
17
17
additionalDependencies : []
18
18
author : Speakeasy
19
19
clientServerStatusCodesAsErrors : true
Original file line number Diff line number Diff line change 1
- speakeasyVersion: 1.449.0
1
+ speakeasyVersion: 1.454.2
2
2
sources:
3
3
bolt-csharp-api:
4
4
sourceNamespace: bolt-csharp-api
5
- sourceRevisionDigest: sha256:0a1817afa56dd122fa887b7c8df99062e9d899d29bc46af209e03738c4d1e75a
6
- sourceBlobDigest: sha256:51c81ecaaa90446ad8968d89a42a84bcd2b3bfa0f97ba4cb8aae067637538117
5
+ sourceRevisionDigest: sha256:bb4801bc69eb28178bf852aa7f4605d3b1b493ecfc4287a0371957db3426923e
6
+ sourceBlobDigest: sha256:13a47f75ea523066457c04434bb9431410e7b4b9454d7d0049f421cab0a1ebd8
7
7
tags:
8
8
- latest
9
- - speakeasy-sdk-regen-1733185923
10
- - 3.3.0
9
+ - speakeasy-sdk-regen-1734049885
10
+ - 3.3.1
11
11
targets:
12
12
bolt-sdk:
13
13
source: bolt-csharp-api
14
14
sourceNamespace: bolt-csharp-api
15
- sourceRevisionDigest: sha256:0a1817afa56dd122fa887b7c8df99062e9d899d29bc46af209e03738c4d1e75a
16
- sourceBlobDigest: sha256:51c81ecaaa90446ad8968d89a42a84bcd2b3bfa0f97ba4cb8aae067637538117
15
+ sourceRevisionDigest: sha256:bb4801bc69eb28178bf852aa7f4605d3b1b493ecfc4287a0371957db3426923e
16
+ sourceBlobDigest: sha256:13a47f75ea523066457c04434bb9431410e7b4b9454d7d0049f421cab0a1ebd8
17
17
codeSamplesNamespace: bolt-csharp-api-code-samples
18
- codeSamplesRevisionDigest: sha256:8d19b56b300b5fbfe771442a578084d888dd830cf41482639e30b55f9b94d2fe
18
+ codeSamplesRevisionDigest: sha256:1a8789f2f84ca3720fb92ffa954df4e4e7b7ca51fd28bd0e563d5a2577e76fa4
19
19
workflow:
20
20
workflowVersion: 1.0.0
21
21
speakeasyVersion: latest
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.5.0 " ;
94
- private const string _sdkGenVersion = "2.467 .4" ;
95
- private const string _openapiDocVersion = "3.3.0 " ;
96
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.467 .4 3.3.0 Boltpay.SDK" ;
93
+ private const string _sdkVersion = "0.5.1 " ;
94
+ private const string _sdkGenVersion = "2.477 .4" ;
95
+ private const string _openapiDocVersion = "3.3.1 " ;
96
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.1 2.477 .4 3.3.1 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.5.0 " ;
140
- private const string _sdkGenVersion = "2.467 .4" ;
141
- private const string _openapiDocVersion = "3.3.0 " ;
142
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.467 .4 3.3.0 Boltpay.SDK" ;
139
+ private const string _sdkVersion = "0.5.1 " ;
140
+ private const string _sdkGenVersion = "2.477 .4" ;
141
+ private const string _openapiDocVersion = "3.3.1 " ;
142
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.1 2.477 .4 3.3.1 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.5.0 </Version >
6
+ <Version >0.5.1 </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.5.0 " ;
52
- private const string _sdkGenVersion = "2.467 .4" ;
53
- private const string _openapiDocVersion = "3.3.0 " ;
54
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.467 .4 3.3.0 Boltpay.SDK" ;
51
+ private const string _sdkVersion = "0.5.1 " ;
52
+ private const string _sdkGenVersion = "2.477 .4" ;
53
+ private const string _openapiDocVersion = "3.3.1 " ;
54
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.1 2.477 .4 3.3.1 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.5.0 " ;
53
- private const string _sdkGenVersion = "2.467 .4" ;
54
- private const string _openapiDocVersion = "3.3.0 " ;
55
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.467 .4 3.3.0 Boltpay.SDK" ;
52
+ private const string _sdkVersion = "0.5.1 " ;
53
+ private const string _sdkGenVersion = "2.477 .4" ;
54
+ private const string _openapiDocVersion = "3.3.1 " ;
55
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.1 2.477 .4 3.3.1 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 @@ -49,10 +49,10 @@ public class OAuth: IOAuth
49
49
{
50
50
public SDKConfig SDKConfiguration { get ; private set ; }
51
51
private const string _language = "csharp" ;
52
- private const string _sdkVersion = "0.5.0 " ;
53
- private const string _sdkGenVersion = "2.467 .4" ;
54
- private const string _openapiDocVersion = "3.3.0 " ;
55
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.467 .4 3.3.0 Boltpay.SDK" ;
52
+ private const string _sdkVersion = "0.5.1 " ;
53
+ private const string _sdkGenVersion = "2.477 .4" ;
54
+ private const string _openapiDocVersion = "3.3.1 " ;
55
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.1 2.477 .4 3.3.1 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 @@ -45,10 +45,10 @@ public class Orders: IOrders
45
45
{
46
46
public SDKConfig SDKConfiguration { get ; private set ; }
47
47
private const string _language = "csharp" ;
48
- private const string _sdkVersion = "0.5.0 " ;
49
- private const string _sdkGenVersion = "2.467 .4" ;
50
- private const string _openapiDocVersion = "3.3.0 " ;
51
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.467 .4 3.3.0 Boltpay.SDK" ;
48
+ private const string _sdkVersion = "0.5.1 " ;
49
+ private const string _sdkGenVersion = "2.477 .4" ;
50
+ private const string _openapiDocVersion = "3.3.1 " ;
51
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.1 2.477 .4 3.3.1 Boltpay.SDK" ;
52
52
private string _serverUrl = "" ;
53
53
private ISpeakeasyHttpClient _client ;
54
54
private Func < Boltpay . SDK . Models . Components . 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.5.0 " ;
28
- private const string _sdkGenVersion = "2.467 .4" ;
29
- private const string _openapiDocVersion = "3.3.0 " ;
30
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.467 .4 3.3.0 Boltpay.SDK" ;
27
+ private const string _sdkVersion = "0.5.1 " ;
28
+ private const string _sdkGenVersion = "2.477 .4" ;
29
+ private const string _openapiDocVersion = "3.3.1 " ;
30
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.1 2.477 .4 3.3.1 Boltpay.SDK" ;
31
31
private string _serverUrl = "" ;
32
32
private ISpeakeasyHttpClient _client ;
33
33
private Func < Boltpay . SDK . Models . Components . Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -63,10 +63,10 @@ public class Testing: ITesting
63
63
{
64
64
public SDKConfig SDKConfiguration { get ; private set ; }
65
65
private const string _language = "csharp" ;
66
- private const string _sdkVersion = "0.5.0 " ;
67
- private const string _sdkGenVersion = "2.467 .4" ;
68
- private const string _openapiDocVersion = "3.3.0 " ;
69
- private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.467 .4 3.3.0 Boltpay.SDK" ;
66
+ private const string _sdkVersion = "0.5.1 " ;
67
+ private const string _sdkGenVersion = "2.477 .4" ;
68
+ private const string _openapiDocVersion = "3.3.1 " ;
69
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.1 2.477 .4 3.3.1 Boltpay.SDK" ;
70
70
private string _serverUrl = "" ;
71
71
private ISpeakeasyHttpClient _client ;
72
72
private Func < Boltpay . SDK . Models . Components . Security > ? _securitySource ;
Original file line number Diff line number Diff line change @@ -88,4 +88,14 @@ Based on:
88
88
### Generated
89
89
- [ csharp v0.5.0] .
90
90
### Releases
91
- - [ NuGet v0.5.0] https://www.nuget.org/packages/Boltpay.SDK/0.5.0 - .
91
+ - [ NuGet v0.5.0] https://www.nuget.org/packages/Boltpay.SDK/0.5.0 - .
92
+
93
+ ## 2024-12-13 00:31:23
94
+ ### Changes
95
+ Based on:
96
+ - OpenAPI Doc
97
+ - Speakeasy CLI 1.454.2 (2.477.4) https://github.com/speakeasy-api/speakeasy
98
+ ### Generated
99
+ - [ csharp v0.5.1] .
100
+ ### Releases
101
+ - [ NuGet v0.5.1] https://www.nuget.org/packages/Boltpay.SDK/0.5.1 - .
You can’t perform that action at this time.
0 commit comments