Skip to content

Commit 5b3b6c9

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.335.0
1 parent e5f5044 commit 5b3b6c9

13 files changed

+35
-25
lines changed

.speakeasy/gen.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ management:
55
docVersion: 3.1.0
66
speakeasyVersion: 1.335.0
77
generationVersion: 2.370.2
8-
releaseVersion: 0.0.2
9-
configChecksum: 7fa01a5316d19830c903cb5c190cf28b
8+
releaseVersion: 0.0.3
9+
configChecksum: d41c4dd5448f6b31d422386248d2a5b0
1010
repoURL: https://github.com/BoltApp/Bolt-CSharp-SDK.git
1111
features:
1212
csharp:

.speakeasy/gen.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ generation:
1212
auth:
1313
oAuth2ClientCredentialsEnabled: false
1414
csharp:
15-
version: 0.0.2
15+
version: 0.0.3
1616
additionalDependencies: []
1717
author: Speakeasy
1818
clientServerStatusCodesAsErrors: true

.speakeasy/workflow.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ speakeasyVersion: 1.335.0
22
sources:
33
bolt-csharp-api:
44
sourceNamespace: bolt-csharp-api
5-
sourceRevisionDigest: sha256:5b4f0fe7fddfb5db34e8076d7fadaed61e73faa2ce2cc978db1e363aac4ee69b
6-
sourceBlobDigest: sha256:4789390f288893b1f7890f77dff7653f423670f4c118e5bda1a6847730fb00b2
5+
sourceRevisionDigest: sha256:c3a777d13cc74ca1c3bd6939c6dfbc029e49bc1339736b7f234289036e8c1735
6+
sourceBlobDigest: sha256:a77794aed1632fc0b912bb540d7fd20c2bfa147dc0c9b31b217d34f8e9b1af69
77
tags:
88
- latest
99
- master
1010
targets:
1111
bolt-sdk:
1212
source: bolt-csharp-api
1313
sourceNamespace: bolt-csharp-api
14-
sourceRevisionDigest: sha256:5b4f0fe7fddfb5db34e8076d7fadaed61e73faa2ce2cc978db1e363aac4ee69b
15-
sourceBlobDigest: sha256:4789390f288893b1f7890f77dff7653f423670f4c118e5bda1a6847730fb00b2
14+
sourceRevisionDigest: sha256:c3a777d13cc74ca1c3bd6939c6dfbc029e49bc1339736b7f234289036e8c1735
15+
sourceBlobDigest: sha256:a77794aed1632fc0b912bb540d7fd20c2bfa147dc0c9b31b217d34f8e9b1af69
1616
outLocation: /github/workspace/repo
1717
workflow:
1818
workflowVersion: 1.0.0

Boltpay/SDK/Account.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,10 @@ public class Account: IAccount
111111
{
112112
public SDKConfig SDKConfiguration { get; private set; }
113113
private const string _language = "csharp";
114-
private const string _sdkVersion = "0.0.2";
114+
private const string _sdkVersion = "0.0.3";
115115
private const string _sdkGenVersion = "2.370.2";
116116
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";
118118
private string _serverUrl = "";
119119
private ISpeakeasyHttpClient _client;
120120
private Func<Security>? _securitySource;

Boltpay/SDK/BoltSDK.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,10 @@ public class BoltSDK: IBoltSDK
155155
public SDKConfig SDKConfiguration { get; private set; }
156156

157157
private const string _language = "csharp";
158-
private const string _sdkVersion = "0.0.2";
158+
private const string _sdkVersion = "0.0.3";
159159
private const string _sdkGenVersion = "2.370.2";
160160
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";
162162
private string _serverUrl = "";
163163
private int _serverIndex = 0;
164164
private ISpeakeasyHttpClient _client;

Boltpay/SDK/Boltpay.SDK.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<IsPackable>true</IsPackable>
44
<PackageId>Boltpay.SDK</PackageId>
5-
<Version>0.0.2</Version>
5+
<Version>0.0.3</Version>
66
<Authors>Speakeasy</Authors>
77
<TargetFramework>net8.0</TargetFramework>
88
<Nullable>enable</Nullable>

Boltpay/SDK/Guest.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ public class Guest: IGuest
6161
{
6262
public SDKConfig SDKConfiguration { get; private set; }
6363
private const string _language = "csharp";
64-
private const string _sdkVersion = "0.0.2";
64+
private const string _sdkVersion = "0.0.3";
6565
private const string _sdkGenVersion = "2.370.2";
6666
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";
6868
private string _serverUrl = "";
6969
private ISpeakeasyHttpClient _client;
7070
private Func<Security>? _securitySource;

Boltpay/SDK/LoggedIn.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ public class LoggedIn: ILoggedIn
6161
{
6262
public SDKConfig SDKConfiguration { get; private set; }
6363
private const string _language = "csharp";
64-
private const string _sdkVersion = "0.0.2";
64+
private const string _sdkVersion = "0.0.3";
6565
private const string _sdkGenVersion = "2.370.2";
6666
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";
6868
private string _serverUrl = "";
6969
private ISpeakeasyHttpClient _client;
7070
private Func<Security>? _securitySource;

Boltpay/SDK/OAuth.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ public class OAuth: IOAuth
5959
{
6060
public SDKConfig SDKConfiguration { get; private set; }
6161
private const string _language = "csharp";
62-
private const string _sdkVersion = "0.0.2";
62+
private const string _sdkVersion = "0.0.3";
6363
private const string _sdkGenVersion = "2.370.2";
6464
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";
6666
private string _serverUrl = "";
6767
private ISpeakeasyHttpClient _client;
6868
private Func<Security>? _securitySource;

Boltpay/SDK/Orders.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ public class Orders: IOrders
5454
{
5555
public SDKConfig SDKConfiguration { get; private set; }
5656
private const string _language = "csharp";
57-
private const string _sdkVersion = "0.0.2";
57+
private const string _sdkVersion = "0.0.3";
5858
private const string _sdkGenVersion = "2.370.2";
5959
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";
6161
private string _serverUrl = "";
6262
private ISpeakeasyHttpClient _client;
6363
private Func<Security>? _securitySource;

Boltpay/SDK/Payments.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ public class Payments: IPayments
2424
{
2525
public SDKConfig SDKConfiguration { get; private set; }
2626
private const string _language = "csharp";
27-
private const string _sdkVersion = "0.0.2";
27+
private const string _sdkVersion = "0.0.3";
2828
private const string _sdkGenVersion = "2.370.2";
2929
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";
3131
private string _serverUrl = "";
3232
private ISpeakeasyHttpClient _client;
3333
private Func<Security>? _securitySource;

Boltpay/SDK/Testing.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ public class Testing: ITesting
7676
{
7777
public SDKConfig SDKConfiguration { get; private set; }
7878
private const string _language = "csharp";
79-
private const string _sdkVersion = "0.0.2";
79+
private const string _sdkVersion = "0.0.3";
8080
private const string _sdkGenVersion = "2.370.2";
8181
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";
8383
private string _serverUrl = "";
8484
private ISpeakeasyHttpClient _client;
8585
private Func<Security>? _securitySource;

RELEASES.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,14 @@ Based on:
88
### Generated
99
- [csharp v0.0.2] .
1010
### 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 - .

0 commit comments

Comments
 (0)