Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.454.2
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Dec 13, 2024
1 parent 2a3cf99 commit 17d1ecb
Show file tree
Hide file tree
Showing 13 changed files with 60 additions and 50 deletions.
14 changes: 7 additions & 7 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
lockVersion: 2.0.0
id: 6be0ff6b-aa40-4b34-a3eb-72d091b3c545
management:
docChecksum: 8ff3e37e3bcdf4b0ef72f37df29c2c47
docVersion: 3.3.0
speakeasyVersion: 1.449.0
generationVersion: 2.467.4
releaseVersion: 0.5.0
configChecksum: 53afcfd3f663695977d7e8589f51f2c3
docChecksum: cd02dacb5ea03529426acee148b52684
docVersion: 3.3.1
speakeasyVersion: 1.454.2
generationVersion: 2.477.4
releaseVersion: 0.5.1
configChecksum: 93cb51184cf30bb3219748ac104597e2
repoURL: https://github.com/BoltApp/Bolt-CSharp-SDK.git
features:
csharp:
additionalDependencies: 0.1.0
core: 3.10.6
core: 3.10.7
errorUnions: 0.1.1
flattening: 2.81.3
globalSecurity: 2.83.6
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.0
version: 0.5.1
additionalDependencies: []
author: Speakeasy
clientServerStatusCodesAsErrors: true
Expand Down
16 changes: 8 additions & 8 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
speakeasyVersion: 1.449.0
speakeasyVersion: 1.454.2
sources:
bolt-csharp-api:
sourceNamespace: bolt-csharp-api
sourceRevisionDigest: sha256:0a1817afa56dd122fa887b7c8df99062e9d899d29bc46af209e03738c4d1e75a
sourceBlobDigest: sha256:51c81ecaaa90446ad8968d89a42a84bcd2b3bfa0f97ba4cb8aae067637538117
sourceRevisionDigest: sha256:bb4801bc69eb28178bf852aa7f4605d3b1b493ecfc4287a0371957db3426923e
sourceBlobDigest: sha256:13a47f75ea523066457c04434bb9431410e7b4b9454d7d0049f421cab0a1ebd8
tags:
- latest
- speakeasy-sdk-regen-1733185923
- 3.3.0
- speakeasy-sdk-regen-1734049885
- 3.3.1
targets:
bolt-sdk:
source: bolt-csharp-api
sourceNamespace: bolt-csharp-api
sourceRevisionDigest: sha256:0a1817afa56dd122fa887b7c8df99062e9d899d29bc46af209e03738c4d1e75a
sourceBlobDigest: sha256:51c81ecaaa90446ad8968d89a42a84bcd2b3bfa0f97ba4cb8aae067637538117
sourceRevisionDigest: sha256:bb4801bc69eb28178bf852aa7f4605d3b1b493ecfc4287a0371957db3426923e
sourceBlobDigest: sha256:13a47f75ea523066457c04434bb9431410e7b4b9454d7d0049f421cab0a1ebd8
codeSamplesNamespace: bolt-csharp-api-code-samples
codeSamplesRevisionDigest: sha256:8d19b56b300b5fbfe771442a578084d888dd830cf41482639e30b55f9b94d2fe
codeSamplesRevisionDigest: sha256:1a8789f2f84ca3720fb92ffa954df4e4e7b7ca51fd28bd0e563d5a2577e76fa4
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
8 changes: 4 additions & 4 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.0";
private const string _sdkGenVersion = "2.467.4";
private const string _openapiDocVersion = "3.3.0";
private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.467.4 3.3.0 Boltpay.SDK";
private const string _sdkVersion = "0.5.1";
private const string _sdkGenVersion = "2.477.4";
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 string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Boltpay.SDK.Models.Components.Security>? _securitySource;
Expand Down
8 changes: 4 additions & 4 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.0";
private const string _sdkGenVersion = "2.467.4";
private const string _openapiDocVersion = "3.3.0";
private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.467.4 3.3.0 Boltpay.SDK";
private const string _sdkVersion = "0.5.1";
private const string _sdkGenVersion = "2.477.4";
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 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.0</Version>
<Version>0.5.1</Version>
<TargetFramework>net8.0</TargetFramework>
<Authors>Speakeasy</Authors>
<Copyright>Copyright (c) Speakeasy 2024</Copyright>
Expand Down
8 changes: 4 additions & 4 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.0";
private const string _sdkGenVersion = "2.467.4";
private const string _openapiDocVersion = "3.3.0";
private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.467.4 3.3.0 Boltpay.SDK";
private const string _sdkVersion = "0.5.1";
private const string _sdkGenVersion = "2.477.4";
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 string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Boltpay.SDK.Models.Components.Security>? _securitySource;
Expand Down
8 changes: 4 additions & 4 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.0";
private const string _sdkGenVersion = "2.467.4";
private const string _openapiDocVersion = "3.3.0";
private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.467.4 3.3.0 Boltpay.SDK";
private const string _sdkVersion = "0.5.1";
private const string _sdkGenVersion = "2.477.4";
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 string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Boltpay.SDK.Models.Components.Security>? _securitySource;
Expand Down
8 changes: 4 additions & 4 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.0";
private const string _sdkGenVersion = "2.467.4";
private const string _openapiDocVersion = "3.3.0";
private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.467.4 3.3.0 Boltpay.SDK";
private const string _sdkVersion = "0.5.1";
private const string _sdkGenVersion = "2.477.4";
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 string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Boltpay.SDK.Models.Components.Security>? _securitySource;
Expand Down
8 changes: 4 additions & 4 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.0";
private const string _sdkGenVersion = "2.467.4";
private const string _openapiDocVersion = "3.3.0";
private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.467.4 3.3.0 Boltpay.SDK";
private const string _sdkVersion = "0.5.1";
private const string _sdkGenVersion = "2.477.4";
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 string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Boltpay.SDK.Models.Components.Security>? _securitySource;
Expand Down
8 changes: 4 additions & 4 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.0";
private const string _sdkGenVersion = "2.467.4";
private const string _openapiDocVersion = "3.3.0";
private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.467.4 3.3.0 Boltpay.SDK";
private const string _sdkVersion = "0.5.1";
private const string _sdkGenVersion = "2.477.4";
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 string _serverUrl = "";
private ISpeakeasyHttpClient _client;
private Func<Boltpay.SDK.Models.Components.Security>? _securitySource;
Expand Down
8 changes: 4 additions & 4 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.0";
private const string _sdkGenVersion = "2.467.4";
private const string _openapiDocVersion = "3.3.0";
private const string _userAgent = "speakeasy-sdk/csharp 0.5.0 2.467.4 3.3.0 Boltpay.SDK";
private const string _sdkVersion = "0.5.1";
private const string _sdkGenVersion = "2.477.4";
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 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 @@ -88,4 +88,14 @@ Based on:
### Generated
- [csharp v0.5.0] .
### Releases
- [NuGet v0.5.0] https://www.nuget.org/packages/Boltpay.SDK/0.5.0 - .
- [NuGet v0.5.0] https://www.nuget.org/packages/Boltpay.SDK/0.5.0 - .

## 2024-12-13 00:31:23
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.454.2 (2.477.4) https://github.com/speakeasy-api/speakeasy
### Generated
- [csharp v0.5.1] .
### Releases
- [NuGet v0.5.1] https://www.nuget.org/packages/Boltpay.SDK/0.5.1 - .

0 comments on commit 17d1ecb

Please sign in to comment.