diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index a1a5d97..85b7e7b 100644 --- a/.speakeasy/gen.lock +++ b/.speakeasy/gen.lock @@ -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: diff --git a/.speakeasy/gen.yaml b/.speakeasy/gen.yaml index 7312e51..3c61189 100644 --- a/.speakeasy/gen.yaml +++ b/.speakeasy/gen.yaml @@ -13,7 +13,7 @@ generation: oAuth2ClientCredentialsEnabled: false oAuth2PasswordEnabled: false csharp: - version: 0.5.1 + version: 0.5.2 additionalDependencies: [] author: Speakeasy clientServerStatusCodesAsErrors: true diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index 77f12fd..7eb94bc 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -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 diff --git a/Boltpay/SDK/Account.cs b/Boltpay/SDK/Account.cs index 9195f06..26d2269 100644 --- a/Boltpay/SDK/Account.cs +++ b/Boltpay/SDK/Account.cs @@ -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? _securitySource; diff --git a/Boltpay/SDK/BoltSDK.cs b/Boltpay/SDK/BoltSDK.cs index d66d136..8a4767e 100644 --- a/Boltpay/SDK/BoltSDK.cs +++ b/Boltpay/SDK/BoltSDK.cs @@ -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; diff --git a/Boltpay/SDK/Boltpay.SDK.csproj b/Boltpay/SDK/Boltpay.SDK.csproj index 9ca72a9..e7e9abb 100644 --- a/Boltpay/SDK/Boltpay.SDK.csproj +++ b/Boltpay/SDK/Boltpay.SDK.csproj @@ -3,7 +3,7 @@ true Boltpay.SDK - 0.5.1 + 0.5.2 net8.0 Speakeasy Copyright (c) Speakeasy 2024 diff --git a/Boltpay/SDK/Guest.cs b/Boltpay/SDK/Guest.cs index a55b778..6ad7b44 100644 --- a/Boltpay/SDK/Guest.cs +++ b/Boltpay/SDK/Guest.cs @@ -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? _securitySource; diff --git a/Boltpay/SDK/LoggedIn.cs b/Boltpay/SDK/LoggedIn.cs index 1d1d786..0f0fac6 100644 --- a/Boltpay/SDK/LoggedIn.cs +++ b/Boltpay/SDK/LoggedIn.cs @@ -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? _securitySource; diff --git a/Boltpay/SDK/OAuth.cs b/Boltpay/SDK/OAuth.cs index e21d33f..d1d7396 100644 --- a/Boltpay/SDK/OAuth.cs +++ b/Boltpay/SDK/OAuth.cs @@ -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? _securitySource; diff --git a/Boltpay/SDK/Orders.cs b/Boltpay/SDK/Orders.cs index 7c86fb5..e38df39 100644 --- a/Boltpay/SDK/Orders.cs +++ b/Boltpay/SDK/Orders.cs @@ -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? _securitySource; diff --git a/Boltpay/SDK/Payments.cs b/Boltpay/SDK/Payments.cs index 55fbfc2..868016f 100644 --- a/Boltpay/SDK/Payments.cs +++ b/Boltpay/SDK/Payments.cs @@ -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? _securitySource; diff --git a/Boltpay/SDK/Testing.cs b/Boltpay/SDK/Testing.cs index 649b11c..d01de61 100644 --- a/Boltpay/SDK/Testing.cs +++ b/Boltpay/SDK/Testing.cs @@ -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? _securitySource; diff --git a/RELEASES.md b/RELEASES.md index d7050e0..6f84e15 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -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 - . \ No newline at end of file +- [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 - . \ No newline at end of file