|
1 | 1 | //------------------------------------------------------------------------------
|
2 | 2 | // <auto-generated>
|
3 |
| -// This code was generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT. |
| 3 | +// This code was generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. |
4 | 4 | //
|
5 | 5 | // Changes to this file may cause incorrect behavior and will be lost when
|
6 | 6 | // the code is regenerated.
|
@@ -136,21 +136,21 @@ public class BoltSDK: IBoltSDK
|
136 | 136 | public SDKConfig SDKConfiguration { get; private set; }
|
137 | 137 |
|
138 | 138 | private const string _language = "csharp";
|
139 |
| - private const string _sdkVersion = "0.1.0"; |
140 |
| - private const string _sdkGenVersion = "2.376.0"; |
| 139 | + private const string _sdkVersion = "0.2.0"; |
| 140 | + private const string _sdkGenVersion = "2.390.0"; |
141 | 141 | private const string _openapiDocVersion = "3.2.0";
|
142 |
| - private const string _userAgent = "speakeasy-sdk/csharp 0.1.0 2.376.0 3.2.0 Boltpay.SDK"; |
| 142 | + private const string _userAgent = "speakeasy-sdk/csharp 0.2.0 2.390.0 3.2.0 Boltpay.SDK"; |
143 | 143 | private string _serverUrl = "";
|
144 | 144 | private int _serverIndex = 0;
|
145 | 145 | private ISpeakeasyHttpClient _client;
|
146 |
| - private Func<Security>? _securitySource; |
| 146 | + private Func<Boltpay.SDK.Models.Components.Security>? _securitySource; |
147 | 147 | public IAccount Account { get; private set; }
|
148 | 148 | public IPayments Payments { get; private set; }
|
149 | 149 | public IOrders Orders { get; private set; }
|
150 | 150 | public IOAuth OAuth { get; private set; }
|
151 | 151 | public ITesting Testing { get; private set; }
|
152 | 152 |
|
153 |
| - public BoltSDK(Security? security = null, Func<Security>? securitySource = null, int? serverIndex = null, ServerEnvironment? environment = null, string? serverUrl = null, Dictionary<string, string>? urlParams = null, ISpeakeasyHttpClient? client = null, RetryConfig? retryConfig = null) |
| 153 | + public BoltSDK(Boltpay.SDK.Models.Components.Security? security = null, Func<Boltpay.SDK.Models.Components.Security>? securitySource = null, int? serverIndex = null, ServerEnvironment? environment = null, string? serverUrl = null, Dictionary<string, string>? urlParams = null, ISpeakeasyHttpClient? client = null, RetryConfig? retryConfig = null) |
154 | 154 | {
|
155 | 155 | if (serverIndex != null)
|
156 | 156 | {
|
|
0 commit comments