Skip to content

Commit c2be80b

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.448.0
1 parent 1888a34 commit c2be80b

13 files changed

+59
-49
lines changed

.speakeasy/gen.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 6be0ff6b-aa40-4b34-a3eb-72d091b3c545
33
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
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
@@ -13,7 +13,7 @@ generation:
1313
oAuth2ClientCredentialsEnabled: false
1414
oAuth2PasswordEnabled: false
1515
csharp:
16-
version: 0.4.0
16+
version: 0.4.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.446.0
1+
speakeasyVersion: 1.448.0
22
sources:
33
bolt-csharp-api:
44
sourceNamespace: bolt-csharp-api
5-
sourceRevisionDigest: sha256:e2b326948e81c7cb593d168783a30c6fc367813a6840dff5519e43bb4819ca7a
6-
sourceBlobDigest: sha256:0ba32db401957a274c014d3f824ed12e26ced169b6d211c494e2ab5761046c6f
5+
sourceRevisionDigest: sha256:539bafcd23aedcb7bdcc67c61a97cd1e0c65a1d1a2d57d739f0c0a1073025732
6+
sourceBlobDigest: sha256:6a2aeb90866b3a655e132aaf94933f5edeb2b5d182423e38c1fde6af06d74aed
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1732581010
10-
- 3.2.4
9+
- speakeasy-sdk-regen-1732667414
10+
- 3.2.5
1111
targets:
1212
bolt-sdk:
1313
source: bolt-csharp-api
1414
sourceNamespace: bolt-csharp-api
15-
sourceRevisionDigest: sha256:e2b326948e81c7cb593d168783a30c6fc367813a6840dff5519e43bb4819ca7a
16-
sourceBlobDigest: sha256:0ba32db401957a274c014d3f824ed12e26ced169b6d211c494e2ab5761046c6f
15+
sourceRevisionDigest: sha256:539bafcd23aedcb7bdcc67c61a97cd1e0c65a1d1a2d57d739f0c0a1073025732
16+
sourceBlobDigest: sha256:6a2aeb90866b3a655e132aaf94933f5edeb2b5d182423e38c1fde6af06d74aed
1717
codeSamplesNamespace: bolt-csharp-api-code-samples
18-
codeSamplesRevisionDigest: sha256:67afb7044b2e9fd2aa413e1ba105cdec6706f96685451ffb5eba3a0408126be8
18+
codeSamplesRevisionDigest: sha256:d2f4eaf74c2442ae4de0cf4a885c019a3c918e0f4eddc11ebb993c834ddacfc0
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.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";
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.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";
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.4.0</Version>
6+
<Version>0.4.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.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";
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.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";
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.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";
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.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";
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.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";
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.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";
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
@@ -68,4 +68,14 @@ Based on:
6868
### Generated
6969
- [csharp v0.4.0] .
7070
### 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 - .

0 commit comments

Comments
 (0)