File tree 13 files changed +49
-39
lines changed
13 files changed +49
-39
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: cd02dacb5ea03529426acee148b52684
4
+ docChecksum: e92c1e68d37f07d463ab2154ed38739c
5
5
docVersion: 3.3.1
6
- speakeasyVersion: 1.454.2
7
- generationVersion: 2.477.4
8
- releaseVersion: 0.5.1
9
- configChecksum: 93cb51184cf30bb3219748ac104597e2
6
+ speakeasyVersion: 1.455.3
7
+ generationVersion: 2.479.3
8
+ releaseVersion: 0.5.2
9
+ configChecksum: 416621dd8629ad4f01bb7d72c09966df
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.5.1
16
+ version : 0.5.2
17
17
additionalDependencies : []
18
18
author : Speakeasy
19
19
clientServerStatusCodesAsErrors : true
Original file line number Diff line number Diff line change 1
- speakeasyVersion: 1.454.2
1
+ speakeasyVersion: 1.455.3
2
2
sources:
3
3
bolt-csharp-api:
4
4
sourceNamespace: bolt-csharp-api
5
- sourceRevisionDigest: sha256:bb4801bc69eb28178bf852aa7f4605d3b1b493ecfc4287a0371957db3426923e
6
- sourceBlobDigest: sha256:13a47f75ea523066457c04434bb9431410e7b4b9454d7d0049f421cab0a1ebd8
5
+ sourceRevisionDigest: sha256:18f192f2f01936f9e7e60c2895dd6cf0b4fcdafb9d754fb33a6b2e5e83d5f173
6
+ sourceBlobDigest: sha256:bddd8ef5c99d287a6326f63b27df516bd07206f2f42262a541d7ae103c0efc83
7
7
tags:
8
8
- latest
9
- - speakeasy-sdk-regen-1734049885
9
+ - speakeasy-sdk-regen-1734136203
10
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:bb4801bc69eb28178bf852aa7f4605d3b1b493ecfc4287a0371957db3426923e
16
- sourceBlobDigest: sha256:13a47f75ea523066457c04434bb9431410e7b4b9454d7d0049f421cab0a1ebd8
15
+ sourceRevisionDigest: sha256:18f192f2f01936f9e7e60c2895dd6cf0b4fcdafb9d754fb33a6b2e5e83d5f173
16
+ sourceBlobDigest: sha256:bddd8ef5c99d287a6326f63b27df516bd07206f2f42262a541d7ae103c0efc83
17
17
codeSamplesNamespace: bolt-csharp-api-code-samples
18
- codeSamplesRevisionDigest: sha256:1a8789f2f84ca3720fb92ffa954df4e4e7b7ca51fd28bd0e563d5a2577e76fa4
18
+ codeSamplesRevisionDigest: sha256:3e061cfaca805b54bf41b817faab18bbaaac8392b4d4ee872b1a2408c61b8fc9
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.1 " ;
94
- private const string _sdkGenVersion = "2.477.4 " ;
93
+ private const string _sdkVersion = "0.5.2 " ;
94
+ private const string _sdkGenVersion = "2.479.3 " ;
95
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" ;
96
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.2 2.479.3 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.1 " ;
140
- private const string _sdkGenVersion = "2.477.4 " ;
139
+ private const string _sdkVersion = "0.5.2 " ;
140
+ private const string _sdkGenVersion = "2.479.3 " ;
141
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" ;
142
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.2 2.479.3 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.1 </Version >
6
+ <Version >0.5.2 </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.1 " ;
52
- private const string _sdkGenVersion = "2.477.4 " ;
51
+ private const string _sdkVersion = "0.5.2 " ;
52
+ private const string _sdkGenVersion = "2.479.3 " ;
53
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" ;
54
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.2 2.479.3 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.1 " ;
53
- private const string _sdkGenVersion = "2.477.4 " ;
52
+ private const string _sdkVersion = "0.5.2 " ;
53
+ private const string _sdkGenVersion = "2.479.3 " ;
54
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" ;
55
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.2 2.479.3 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.1 " ;
53
- private const string _sdkGenVersion = "2.477.4 " ;
52
+ private const string _sdkVersion = "0.5.2 " ;
53
+ private const string _sdkGenVersion = "2.479.3 " ;
54
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" ;
55
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.2 2.479.3 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.1 " ;
49
- private const string _sdkGenVersion = "2.477.4 " ;
48
+ private const string _sdkVersion = "0.5.2 " ;
49
+ private const string _sdkGenVersion = "2.479.3 " ;
50
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" ;
51
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.2 2.479.3 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.1 " ;
28
- private const string _sdkGenVersion = "2.477.4 " ;
27
+ private const string _sdkVersion = "0.5.2 " ;
28
+ private const string _sdkGenVersion = "2.479.3 " ;
29
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" ;
30
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.2 2.479.3 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.1 " ;
67
- private const string _sdkGenVersion = "2.477.4 " ;
66
+ private const string _sdkVersion = "0.5.2 " ;
67
+ private const string _sdkGenVersion = "2.479.3 " ;
68
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" ;
69
+ private const string _userAgent = "speakeasy-sdk/csharp 0.5.2 2.479.3 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 @@ -98,4 +98,14 @@ Based on:
98
98
### Generated
99
99
- [ csharp v0.5.1] .
100
100
### Releases
101
- - [ NuGet v0.5.1] https://www.nuget.org/packages/Boltpay.SDK/0.5.1 - .
101
+ - [ NuGet v0.5.1] https://www.nuget.org/packages/Boltpay.SDK/0.5.1 - .
102
+
103
+ ## 2024-12-14 00:30:01
104
+ ### Changes
105
+ Based on:
106
+ - OpenAPI Doc
107
+ - Speakeasy CLI 1.455.3 (2.479.3) https://github.com/speakeasy-api/speakeasy
108
+ ### Generated
109
+ - [ csharp v0.5.2] .
110
+ ### Releases
111
+ - [ NuGet v0.5.2] https://www.nuget.org/packages/Boltpay.SDK/0.5.2 - .
You can’t perform that action at this time.
0 commit comments