Skip to content

Commit e31068b

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.455.3
1 parent 17d1ecb commit e31068b

13 files changed

+49
-39
lines changed

.speakeasy/gen.lock

+5-5
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: cd02dacb5ea03529426acee148b52684
4+
docChecksum: e92c1e68d37f07d463ab2154ed38739c
55
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
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.5.1
16+
version: 0.5.2
1717
additionalDependencies: []
1818
author: Speakeasy
1919
clientServerStatusCodesAsErrors: true

.speakeasy/workflow.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.454.2
1+
speakeasyVersion: 1.455.3
22
sources:
33
bolt-csharp-api:
44
sourceNamespace: bolt-csharp-api
5-
sourceRevisionDigest: sha256:bb4801bc69eb28178bf852aa7f4605d3b1b493ecfc4287a0371957db3426923e
6-
sourceBlobDigest: sha256:13a47f75ea523066457c04434bb9431410e7b4b9454d7d0049f421cab0a1ebd8
5+
sourceRevisionDigest: sha256:18f192f2f01936f9e7e60c2895dd6cf0b4fcdafb9d754fb33a6b2e5e83d5f173
6+
sourceBlobDigest: sha256:bddd8ef5c99d287a6326f63b27df516bd07206f2f42262a541d7ae103c0efc83
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1734049885
9+
- speakeasy-sdk-regen-1734136203
1010
- 3.3.1
1111
targets:
1212
bolt-sdk:
1313
source: bolt-csharp-api
1414
sourceNamespace: bolt-csharp-api
15-
sourceRevisionDigest: sha256:bb4801bc69eb28178bf852aa7f4605d3b1b493ecfc4287a0371957db3426923e
16-
sourceBlobDigest: sha256:13a47f75ea523066457c04434bb9431410e7b4b9454d7d0049f421cab0a1ebd8
15+
sourceRevisionDigest: sha256:18f192f2f01936f9e7e60c2895dd6cf0b4fcdafb9d754fb33a6b2e5e83d5f173
16+
sourceBlobDigest: sha256:bddd8ef5c99d287a6326f63b27df516bd07206f2f42262a541d7ae103c0efc83
1717
codeSamplesNamespace: bolt-csharp-api-code-samples
18-
codeSamplesRevisionDigest: sha256:1a8789f2f84ca3720fb92ffa954df4e4e7b7ca51fd28bd0e563d5a2577e76fa4
18+
codeSamplesRevisionDigest: sha256:3e061cfaca805b54bf41b817faab18bbaaac8392b4d4ee872b1a2408c61b8fc9
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

Boltpay/SDK/Account.cs

+3-3
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.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";
9595
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";
9797
private string _serverUrl = "";
9898
private ISpeakeasyHttpClient _client;
9999
private Func<Boltpay.SDK.Models.Components.Security>? _securitySource;

Boltpay/SDK/BoltSDK.cs

+3-3
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.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";
141141
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";
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.1</Version>
6+
<Version>0.5.2</Version>
77
<TargetFramework>net8.0</TargetFramework>
88
<Authors>Speakeasy</Authors>
99
<Copyright>Copyright (c) Speakeasy 2024</Copyright>

Boltpay/SDK/Guest.cs

+3-3
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.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";
5353
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";
5555
private string _serverUrl = "";
5656
private ISpeakeasyHttpClient _client;
5757
private Func<Boltpay.SDK.Models.Components.Security>? _securitySource;

Boltpay/SDK/LoggedIn.cs

+3-3
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.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";
5454
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";
5656
private string _serverUrl = "";
5757
private ISpeakeasyHttpClient _client;
5858
private Func<Boltpay.SDK.Models.Components.Security>? _securitySource;

Boltpay/SDK/OAuth.cs

+3-3
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.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";
5454
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";
5656
private string _serverUrl = "";
5757
private ISpeakeasyHttpClient _client;
5858
private Func<Boltpay.SDK.Models.Components.Security>? _securitySource;

Boltpay/SDK/Orders.cs

+3-3
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.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";
5050
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";
5252
private string _serverUrl = "";
5353
private ISpeakeasyHttpClient _client;
5454
private Func<Boltpay.SDK.Models.Components.Security>? _securitySource;

Boltpay/SDK/Payments.cs

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

Boltpay/SDK/Testing.cs

+3-3
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.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";
6868
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";
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
@@ -98,4 +98,14 @@ Based on:
9898
### Generated
9999
- [csharp v0.5.1] .
100100
### 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 - .

0 commit comments

Comments
 (0)