File tree 13 files changed +59
-49
lines changed
13 files changed +59
-49
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: 50f02d66997bd07ff1539ec5c7048116
5
- docVersion: 3.2.4
6
- speakeasyVersion: 1.446 .0
7
- generationVersion: 2.462 .0
8
- releaseVersion: 0.4.0
9
- configChecksum: ac004c377d9dccdba7be9eff8606010d
4
+ docChecksum: 4872a098e96fdd74a02537943961bed7
5
+ docVersion: 3.2.5
6
+ speakeasyVersion: 1.448 .0
7
+ generationVersion: 2.466 .0
8
+ releaseVersion: 0.4.1
9
+ configChecksum: d185556e87f2ddeec66e007d4dc7d70f
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 @@ -13,7 +13,7 @@ generation:
13
13
oAuth2ClientCredentialsEnabled : false
14
14
oAuth2PasswordEnabled : false
15
15
csharp :
16
- version : 0.4.0
16
+ version : 0.4.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.446 .0
1
+ speakeasyVersion: 1.448 .0
2
2
sources:
3
3
bolt-csharp-api:
4
4
sourceNamespace: bolt-csharp-api
5
- sourceRevisionDigest: sha256:e2b326948e81c7cb593d168783a30c6fc367813a6840dff5519e43bb4819ca7a
6
- sourceBlobDigest: sha256:0ba32db401957a274c014d3f824ed12e26ced169b6d211c494e2ab5761046c6f
5
+ sourceRevisionDigest: sha256:539bafcd23aedcb7bdcc67c61a97cd1e0c65a1d1a2d57d739f0c0a1073025732
6
+ sourceBlobDigest: sha256:6a2aeb90866b3a655e132aaf94933f5edeb2b5d182423e38c1fde6af06d74aed
7
7
tags:
8
8
- latest
9
- - speakeasy-sdk-regen-1732581010
10
- - 3.2.4
9
+ - speakeasy-sdk-regen-1732667414
10
+ - 3.2.5
11
11
targets:
12
12
bolt-sdk:
13
13
source: bolt-csharp-api
14
14
sourceNamespace: bolt-csharp-api
15
- sourceRevisionDigest: sha256:e2b326948e81c7cb593d168783a30c6fc367813a6840dff5519e43bb4819ca7a
16
- sourceBlobDigest: sha256:0ba32db401957a274c014d3f824ed12e26ced169b6d211c494e2ab5761046c6f
15
+ sourceRevisionDigest: sha256:539bafcd23aedcb7bdcc67c61a97cd1e0c65a1d1a2d57d739f0c0a1073025732
16
+ sourceBlobDigest: sha256:6a2aeb90866b3a655e132aaf94933f5edeb2b5d182423e38c1fde6af06d74aed
17
17
codeSamplesNamespace: bolt-csharp-api-code-samples
18
- codeSamplesRevisionDigest: sha256:67afb7044b2e9fd2aa413e1ba105cdec6706f96685451ffb5eba3a0408126be8
18
+ codeSamplesRevisionDigest: sha256:d2f4eaf74c2442ae4de0cf4a885c019a3c918e0f4eddc11ebb993c834ddacfc0
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.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" ;
93
+ private const string _sdkVersion = "0.4.1 " ;
94
+ private const string _sdkGenVersion = "2.466 .0" ;
95
+ private const string _openapiDocVersion = "3.2.5 " ;
96
+ private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.466 .0 3.2.5 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.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" ;
139
+ private const string _sdkVersion = "0.4.1 " ;
140
+ private const string _sdkGenVersion = "2.466 .0" ;
141
+ private const string _openapiDocVersion = "3.2.5 " ;
142
+ private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.466 .0 3.2.5 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.4.0 </Version >
6
+ <Version >0.4.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.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" ;
51
+ private const string _sdkVersion = "0.4.1 " ;
52
+ private const string _sdkGenVersion = "2.466 .0" ;
53
+ private const string _openapiDocVersion = "3.2.5 " ;
54
+ private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.466 .0 3.2.5 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.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" ;
52
+ private const string _sdkVersion = "0.4.1 " ;
53
+ private const string _sdkGenVersion = "2.466 .0" ;
54
+ private const string _openapiDocVersion = "3.2.5 " ;
55
+ private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.466 .0 3.2.5 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.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" ;
52
+ private const string _sdkVersion = "0.4.1 " ;
53
+ private const string _sdkGenVersion = "2.466 .0" ;
54
+ private const string _openapiDocVersion = "3.2.5 " ;
55
+ private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.466 .0 3.2.5 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.4.0 " ;
49
- private const string _sdkGenVersion = "2.462 .0" ;
50
- private const string _openapiDocVersion = "3.2.4 " ;
51
- private const string _userAgent = "speakeasy-sdk/csharp 0.4.0 2.462 .0 3.2.4 Boltpay.SDK" ;
48
+ private const string _sdkVersion = "0.4.1 " ;
49
+ private const string _sdkGenVersion = "2.466 .0" ;
50
+ private const string _openapiDocVersion = "3.2.5 " ;
51
+ private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.466 .0 3.2.5 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.4.0 " ;
28
- private const string _sdkGenVersion = "2.462 .0" ;
29
- private const string _openapiDocVersion = "3.2.4 " ;
30
- private const string _userAgent = "speakeasy-sdk/csharp 0.4.0 2.462 .0 3.2.4 Boltpay.SDK" ;
27
+ private const string _sdkVersion = "0.4.1 " ;
28
+ private const string _sdkGenVersion = "2.466 .0" ;
29
+ private const string _openapiDocVersion = "3.2.5 " ;
30
+ private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.466 .0 3.2.5 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.4.0 " ;
67
- private const string _sdkGenVersion = "2.462 .0" ;
68
- private const string _openapiDocVersion = "3.2.4 " ;
69
- private const string _userAgent = "speakeasy-sdk/csharp 0.4.0 2.462 .0 3.2.4 Boltpay.SDK" ;
66
+ private const string _sdkVersion = "0.4.1 " ;
67
+ private const string _sdkGenVersion = "2.466 .0" ;
68
+ private const string _openapiDocVersion = "3.2.5 " ;
69
+ private const string _userAgent = "speakeasy-sdk/csharp 0.4.1 2.466 .0 3.2.5 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 @@ -68,4 +68,14 @@ Based on:
68
68
### Generated
69
69
- [ csharp v0.4.0] .
70
70
### Releases
71
- - [ NuGet v0.4.0] https://www.nuget.org/packages/Boltpay.SDK/0.4.0 - .
71
+ - [ NuGet v0.4.0] https://www.nuget.org/packages/Boltpay.SDK/0.4.0 - .
72
+
73
+ ## 2024-11-27 00:30:12
74
+ ### Changes
75
+ Based on:
76
+ - OpenAPI Doc
77
+ - Speakeasy CLI 1.448.0 (2.466.0) https://github.com/speakeasy-api/speakeasy
78
+ ### Generated
79
+ - [ csharp v0.4.1] .
80
+ ### Releases
81
+ - [ NuGet v0.4.1] https://www.nuget.org/packages/Boltpay.SDK/0.4.1 - .
You can’t perform that action at this time.
0 commit comments