Skip to content

Commit 17d1ecb

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.454.2
1 parent 2a3cf99 commit 17d1ecb

13 files changed

+60
-50
lines changed

.speakeasy/gen.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
lockVersion: 2.0.0
22
id: 6be0ff6b-aa40-4b34-a3eb-72d091b3c545
33
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
1010
repoURL: https://github.com/BoltApp/Bolt-CSharp-SDK.git
1111
features:
1212
csharp:
1313
additionalDependencies: 0.1.0
14-
core: 3.10.6
14+
core: 3.10.7
1515
errorUnions: 0.1.1
1616
flattening: 2.81.3
1717
globalSecurity: 2.83.6

.speakeasy/gen.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ generation:
1313
oAuth2ClientCredentialsEnabled: false
1414
oAuth2PasswordEnabled: false
1515
csharp:
16-
version: 0.5.0
16+
version: 0.5.1
1717
additionalDependencies: []
1818
author: Speakeasy
1919
clientServerStatusCodesAsErrors: true

.speakeasy/workflow.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.449.0
1+
speakeasyVersion: 1.454.2
22
sources:
33
bolt-csharp-api:
44
sourceNamespace: bolt-csharp-api
5-
sourceRevisionDigest: sha256:0a1817afa56dd122fa887b7c8df99062e9d899d29bc46af209e03738c4d1e75a
6-
sourceBlobDigest: sha256:51c81ecaaa90446ad8968d89a42a84bcd2b3bfa0f97ba4cb8aae067637538117
5+
sourceRevisionDigest: sha256:bb4801bc69eb28178bf852aa7f4605d3b1b493ecfc4287a0371957db3426923e
6+
sourceBlobDigest: sha256:13a47f75ea523066457c04434bb9431410e7b4b9454d7d0049f421cab0a1ebd8
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1733185923
10-
- 3.3.0
9+
- speakeasy-sdk-regen-1734049885
10+
- 3.3.1
1111
targets:
1212
bolt-sdk:
1313
source: bolt-csharp-api
1414
sourceNamespace: bolt-csharp-api
15-
sourceRevisionDigest: sha256:0a1817afa56dd122fa887b7c8df99062e9d899d29bc46af209e03738c4d1e75a
16-
sourceBlobDigest: sha256:51c81ecaaa90446ad8968d89a42a84bcd2b3bfa0f97ba4cb8aae067637538117
15+
sourceRevisionDigest: sha256:bb4801bc69eb28178bf852aa7f4605d3b1b493ecfc4287a0371957db3426923e
16+
sourceBlobDigest: sha256:13a47f75ea523066457c04434bb9431410e7b4b9454d7d0049f421cab0a1ebd8
1717
codeSamplesNamespace: bolt-csharp-api-code-samples
18-
codeSamplesRevisionDigest: sha256:8d19b56b300b5fbfe771442a578084d888dd830cf41482639e30b55f9b94d2fe
18+
codeSamplesRevisionDigest: sha256:1a8789f2f84ca3720fb92ffa954df4e4e7b7ca51fd28bd0e563d5a2577e76fa4
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

Boltpay/SDK/Account.cs

+4-4
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@ public class Account: IAccount
9090
{
9191
public SDKConfig SDKConfiguration { get; private set; }
9292
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";
9797
private string _serverUrl = "";
9898
private ISpeakeasyHttpClient _client;
9999
private Func<Boltpay.SDK.Models.Components.Security>? _securitySource;

Boltpay/SDK/BoltSDK.cs

+4-4
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,10 @@ public class BoltSDK: IBoltSDK
136136
public SDKConfig SDKConfiguration { get; private set; }
137137

138138
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";
143143
private string _serverUrl = "";
144144
private int _serverIndex = 0;
145145
private ISpeakeasyHttpClient _client;

Boltpay/SDK/Boltpay.SDK.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<IsPackable>true</IsPackable>
55
<PackageId>Boltpay.SDK</PackageId>
6-
<Version>0.5.0</Version>
6+
<Version>0.5.1</Version>
77
<TargetFramework>net8.0</TargetFramework>
88
<Authors>Speakeasy</Authors>
99
<Copyright>Copyright (c) Speakeasy 2024</Copyright>

Boltpay/SDK/Guest.cs

+4-4
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ public class Guest: IGuest
4848
{
4949
public SDKConfig SDKConfiguration { get; private set; }
5050
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";
5555
private string _serverUrl = "";
5656
private ISpeakeasyHttpClient _client;
5757
private Func<Boltpay.SDK.Models.Components.Security>? _securitySource;

Boltpay/SDK/LoggedIn.cs

+4-4
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ public class LoggedIn: ILoggedIn
4949
{
5050
public SDKConfig SDKConfiguration { get; private set; }
5151
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";
5656
private string _serverUrl = "";
5757
private ISpeakeasyHttpClient _client;
5858
private Func<Boltpay.SDK.Models.Components.Security>? _securitySource;

Boltpay/SDK/OAuth.cs

+4-4
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ public class OAuth: IOAuth
4949
{
5050
public SDKConfig SDKConfiguration { get; private set; }
5151
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";
5656
private string _serverUrl = "";
5757
private ISpeakeasyHttpClient _client;
5858
private Func<Boltpay.SDK.Models.Components.Security>? _securitySource;

Boltpay/SDK/Orders.cs

+4-4
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ public class Orders: IOrders
4545
{
4646
public SDKConfig SDKConfiguration { get; private set; }
4747
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";
5252
private string _serverUrl = "";
5353
private ISpeakeasyHttpClient _client;
5454
private Func<Boltpay.SDK.Models.Components.Security>? _securitySource;

Boltpay/SDK/Payments.cs

+4-4
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.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";
3131
private string _serverUrl = "";
3232
private ISpeakeasyHttpClient _client;
3333
private Func<Boltpay.SDK.Models.Components.Security>? _securitySource;

Boltpay/SDK/Testing.cs

+4-4
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ public class Testing: ITesting
6363
{
6464
public SDKConfig SDKConfiguration { get; private set; }
6565
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";
7070
private string _serverUrl = "";
7171
private ISpeakeasyHttpClient _client;
7272
private Func<Boltpay.SDK.Models.Components.Security>? _securitySource;

RELEASES.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,14 @@ Based on:
8888
### Generated
8989
- [csharp v0.5.0] .
9090
### 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 - .

0 commit comments

Comments
 (0)