Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.455.3
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Dec 14, 2024
1 parent 17d1ecb commit e31068b
Show file tree
Hide file tree
Showing 13 changed files with 49 additions and 39 deletions.
10 changes: 5 additions & 5 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: 6be0ff6b-aa40-4b34-a3eb-72d091b3c545
management:
docChecksum: cd02dacb5ea03529426acee148b52684
docChecksum: e92c1e68d37f07d463ab2154ed38739c
docVersion: 3.3.1
speakeasyVersion: 1.454.2
generationVersion: 2.477.4
releaseVersion: 0.5.1
configChecksum: 93cb51184cf30bb3219748ac104597e2
speakeasyVersion: 1.455.3
generationVersion: 2.479.3
releaseVersion: 0.5.2
configChecksum: 416621dd8629ad4f01bb7d72c09966df
repoURL: https://github.com/BoltApp/Bolt-CSharp-SDK.git
features:
csharp:
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ generation:
oAuth2ClientCredentialsEnabled: false
oAuth2PasswordEnabled: false
csharp:
version: 0.5.1
version: 0.5.2
additionalDependencies: []
author: Speakeasy
clientServerStatusCodesAsErrors: true
Expand Down
14 changes: 7 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
speakeasyVersion: 1.454.2
speakeasyVersion: 1.455.3
sources:
bolt-csharp-api:
sourceNamespace: bolt-csharp-api
sourceRevisionDigest: sha256:bb4801bc69eb28178bf852aa7f4605d3b1b493ecfc4287a0371957db3426923e
sourceBlobDigest: sha256:13a47f75ea523066457c04434bb9431410e7b4b9454d7d0049f421cab0a1ebd8
sourceRevisionDigest: sha256:18f192f2f01936f9e7e60c2895dd6cf0b4fcdafb9d754fb33a6b2e5e83d5f173
sourceBlobDigest: sha256:bddd8ef5c99d287a6326f63b27df516bd07206f2f42262a541d7ae103c0efc83
tags:
- latest
- speakeasy-sdk-regen-1734049885
- speakeasy-sdk-regen-1734136203
- 3.3.1
targets:
bolt-sdk:
source: bolt-csharp-api
sourceNamespace: bolt-csharp-api
sourceRevisionDigest: sha256:bb4801bc69eb28178bf852aa7f4605d3b1b493ecfc4287a0371957db3426923e
sourceBlobDigest: sha256:13a47f75ea523066457c04434bb9431410e7b4b9454d7d0049f421cab0a1ebd8
sourceRevisionDigest: sha256:18f192f2f01936f9e7e60c2895dd6cf0b4fcdafb9d754fb33a6b2e5e83d5f173
sourceBlobDigest: sha256:bddd8ef5c99d287a6326f63b27df516bd07206f2f42262a541d7ae103c0efc83
codeSamplesNamespace: bolt-csharp-api-code-samples
codeSamplesRevisionDigest: sha256:1a8789f2f84ca3720fb92ffa954df4e4e7b7ca51fd28bd0e563d5a2577e76fa4
codeSamplesRevisionDigest: sha256:3e061cfaca805b54bf41b817faab18bbaaac8392b4d4ee872b1a2408c61b8fc9
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
6 changes: 3 additions & 3 deletions Boltpay/SDK/Account.cs
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ public class Account: IAccount
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.5.1";
private const string _sdkGenVersion = "2.477.4";
private const string _sdkVersion = "0.5.2";
private const string _sdkGenVersion = "2.479.3";
private const string _openapiDocVersion = "3.3.1";
private const string _userAgent = "speakeasy-sdk/csharp 0.5.1 2.477.4 3.3.1 Boltpay.SDK";
private const string _userAgent = "speakeasy-sdk/csharp 0.5.2 2.479.3 3.3.1 Boltpay.SDK";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Boltpay.SDK.Models.Components.Security>? _securitySource;
Expand Down
6 changes: 3 additions & 3 deletions Boltpay/SDK/BoltSDK.cs
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,10 @@ public class BoltSDK: IBoltSDK
public SDKConfig SDKConfiguration { get; private set; }

private const string _language = "csharp";
private const string _sdkVersion = "0.5.1";
private const string _sdkGenVersion = "2.477.4";
private const string _sdkVersion = "0.5.2";
private const string _sdkGenVersion = "2.479.3";
private const string _openapiDocVersion = "3.3.1";
private const string _userAgent = "speakeasy-sdk/csharp 0.5.1 2.477.4 3.3.1 Boltpay.SDK";
private const string _userAgent = "speakeasy-sdk/csharp 0.5.2 2.479.3 3.3.1 Boltpay.SDK";
private string _serverUrl = "";
private int _serverIndex = 0;
private ISpeakeasyHttpClient _client;
Expand Down
2 changes: 1 addition & 1 deletion Boltpay/SDK/Boltpay.SDK.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<IsPackable>true</IsPackable>
<PackageId>Boltpay.SDK</PackageId>
<Version>0.5.1</Version>
<Version>0.5.2</Version>
<TargetFramework>net8.0</TargetFramework>
<Authors>Speakeasy</Authors>
<Copyright>Copyright (c) Speakeasy 2024</Copyright>
Expand Down
6 changes: 3 additions & 3 deletions Boltpay/SDK/Guest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ public class Guest: IGuest
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.5.1";
private const string _sdkGenVersion = "2.477.4";
private const string _sdkVersion = "0.5.2";
private const string _sdkGenVersion = "2.479.3";
private const string _openapiDocVersion = "3.3.1";
private const string _userAgent = "speakeasy-sdk/csharp 0.5.1 2.477.4 3.3.1 Boltpay.SDK";
private const string _userAgent = "speakeasy-sdk/csharp 0.5.2 2.479.3 3.3.1 Boltpay.SDK";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Boltpay.SDK.Models.Components.Security>? _securitySource;
Expand Down
6 changes: 3 additions & 3 deletions Boltpay/SDK/LoggedIn.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ public class LoggedIn: ILoggedIn
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.5.1";
private const string _sdkGenVersion = "2.477.4";
private const string _sdkVersion = "0.5.2";
private const string _sdkGenVersion = "2.479.3";
private const string _openapiDocVersion = "3.3.1";
private const string _userAgent = "speakeasy-sdk/csharp 0.5.1 2.477.4 3.3.1 Boltpay.SDK";
private const string _userAgent = "speakeasy-sdk/csharp 0.5.2 2.479.3 3.3.1 Boltpay.SDK";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Boltpay.SDK.Models.Components.Security>? _securitySource;
Expand Down
6 changes: 3 additions & 3 deletions Boltpay/SDK/OAuth.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ public class OAuth: IOAuth
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.5.1";
private const string _sdkGenVersion = "2.477.4";
private const string _sdkVersion = "0.5.2";
private const string _sdkGenVersion = "2.479.3";
private const string _openapiDocVersion = "3.3.1";
private const string _userAgent = "speakeasy-sdk/csharp 0.5.1 2.477.4 3.3.1 Boltpay.SDK";
private const string _userAgent = "speakeasy-sdk/csharp 0.5.2 2.479.3 3.3.1 Boltpay.SDK";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Boltpay.SDK.Models.Components.Security>? _securitySource;
Expand Down
6 changes: 3 additions & 3 deletions Boltpay/SDK/Orders.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ public class Orders: IOrders
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.5.1";
private const string _sdkGenVersion = "2.477.4";
private const string _sdkVersion = "0.5.2";
private const string _sdkGenVersion = "2.479.3";
private const string _openapiDocVersion = "3.3.1";
private const string _userAgent = "speakeasy-sdk/csharp 0.5.1 2.477.4 3.3.1 Boltpay.SDK";
private const string _userAgent = "speakeasy-sdk/csharp 0.5.2 2.479.3 3.3.1 Boltpay.SDK";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Boltpay.SDK.Models.Components.Security>? _securitySource;
Expand Down
6 changes: 3 additions & 3 deletions Boltpay/SDK/Payments.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ public class Payments: IPayments
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.5.1";
private const string _sdkGenVersion = "2.477.4";
private const string _sdkVersion = "0.5.2";
private const string _sdkGenVersion = "2.479.3";
private const string _openapiDocVersion = "3.3.1";
private const string _userAgent = "speakeasy-sdk/csharp 0.5.1 2.477.4 3.3.1 Boltpay.SDK";
private const string _userAgent = "speakeasy-sdk/csharp 0.5.2 2.479.3 3.3.1 Boltpay.SDK";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Boltpay.SDK.Models.Components.Security>? _securitySource;
Expand Down
6 changes: 3 additions & 3 deletions Boltpay/SDK/Testing.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ public class Testing: ITesting
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.5.1";
private const string _sdkGenVersion = "2.477.4";
private const string _sdkVersion = "0.5.2";
private const string _sdkGenVersion = "2.479.3";
private const string _openapiDocVersion = "3.3.1";
private const string _userAgent = "speakeasy-sdk/csharp 0.5.1 2.477.4 3.3.1 Boltpay.SDK";
private const string _userAgent = "speakeasy-sdk/csharp 0.5.2 2.479.3 3.3.1 Boltpay.SDK";
private string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Boltpay.SDK.Models.Components.Security>? _securitySource;
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,14 @@ Based on:
### Generated
- [csharp v0.5.1] .
### Releases
- [NuGet v0.5.1] https://www.nuget.org/packages/Boltpay.SDK/0.5.1 - .
- [NuGet v0.5.1] https://www.nuget.org/packages/Boltpay.SDK/0.5.1 - .

## 2024-12-14 00:30:01
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.455.3 (2.479.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [csharp v0.5.2] .
### Releases
- [NuGet v0.5.2] https://www.nuget.org/packages/Boltpay.SDK/0.5.2 - .

0 comments on commit e31068b

Please sign in to comment.