Skip to content

Commit a20fa56

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.357.1
1 parent 7620f43 commit a20fa56

File tree

163 files changed

+360
-216
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

163 files changed

+360
-216
lines changed

.speakeasy/gen.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ id: 6be0ff6b-aa40-4b34-a3eb-72d091b3c545
33
management:
44
docChecksum: 8c2776c2cbcdc065c8bb4d1442f50ef5
55
docVersion: 3.2.0
6-
speakeasyVersion: 1.343.0
7-
generationVersion: 2.376.0
8-
releaseVersion: 0.1.0
9-
configChecksum: 27191b201ea859cbe26f76a3507b6d48
6+
speakeasyVersion: 1.357.1
7+
generationVersion: 2.390.0
8+
releaseVersion: 0.2.0
9+
configChecksum: 2284b4e17ce83208fa0f4b8a9943df69
1010
repoURL: https://github.com/BoltApp/Bolt-CSharp-SDK.git
1111
features:
1212
csharp:
1313
additionalDependencies: 0.1.0
14-
core: 3.9.10
14+
core: 3.9.13
1515
errorUnions: 0.1.0
1616
flattening: 2.81.2
17-
globalSecurity: 2.83.4
17+
globalSecurity: 2.83.6
1818
globalSecurityCallbacks: 0.1.0
1919
globalServerURLs: 2.82.3
2020
groups: 2.81.2
@@ -25,7 +25,7 @@ features:
2525
nameOverrides: 2.81.2
2626
responseFormat: 0.0.4
2727
sdkHooks: 0.1.0
28-
unions: 0.1.1
28+
unions: 0.2.0
2929
generatedFiles:
3030
- Boltpay/SDK/Account.cs
3131
- Boltpay/SDK/LoggedIn.cs

.speakeasy/gen.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,13 @@ generation:
1212
auth:
1313
oAuth2ClientCredentialsEnabled: false
1414
csharp:
15-
version: 0.1.0
15+
version: 0.2.0
1616
additionalDependencies: []
1717
author: Speakeasy
1818
clientServerStatusCodesAsErrors: true
1919
disableNamespacePascalCasingApr2024: true
2020
dotnetVersion: net8.0
21+
enableSourceLink: false
2122
flattenGlobalSecurity: true
2223
imports:
2324
option: openapi
@@ -27,8 +28,10 @@ csharp:
2728
operations: Models/Requests
2829
shared: Models/Components
2930
webhooks: Models/Webhooks
31+
includeDebugSymbols: false
3032
inputModelSuffix: input
3133
maxMethodParams: 4
3234
outputModelSuffix: output
3335
packageName: Boltpay.SDK
36+
packageTags: ""
3437
responseFormat: envelope-http

.speakeasy/workflow.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
speakeasyVersion: 1.343.0
1+
speakeasyVersion: 1.357.1
22
sources:
33
bolt-csharp-api:
44
sourceNamespace: bolt-csharp-api
5-
sourceRevisionDigest: sha256:db3b4aa375e37ee2decce246cc3da3d423d1ff70f91fb07587fcc7691be35b5f
6-
sourceBlobDigest: sha256:7a91be379d22da373358989e5d3966989afcc5b13c5d65e50a3c91acea2e0a17
5+
sourceRevisionDigest: sha256:089191ece4615c6cdfcd96595c89708045e7b49bb220202fca89eebe914f94af
6+
sourceBlobDigest: sha256:edef54369746b4047687d76d7f92f2adf18f1b45329e3325de4cdd4417f9997c
77
tags:
88
- latest
99
- master
1010
targets:
1111
bolt-sdk:
1212
source: bolt-csharp-api
1313
sourceNamespace: bolt-csharp-api
14-
sourceRevisionDigest: sha256:db3b4aa375e37ee2decce246cc3da3d423d1ff70f91fb07587fcc7691be35b5f
15-
sourceBlobDigest: sha256:7a91be379d22da373358989e5d3966989afcc5b13c5d65e50a3c91acea2e0a17
14+
sourceRevisionDigest: sha256:089191ece4615c6cdfcd96595c89708045e7b49bb220202fca89eebe914f94af
15+
sourceBlobDigest: sha256:edef54369746b4047687d76d7f92f2adf18f1b45329e3325de4cdd4417f9997c
1616
outLocation: /github/workspace/repo
1717
workflow:
1818
workflowVersion: 1.0.0

Boltpay/SDK/Account.cs

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//------------------------------------------------------------------------------
22
// <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.
44
//
55
// Changes to this file may cause incorrect behavior and will be lost when
66
// the code is regenerated.
@@ -90,15 +90,15 @@ public class Account: IAccount
9090
{
9191
public SDKConfig SDKConfiguration { get; private set; }
9292
private const string _language = "csharp";
93-
private const string _sdkVersion = "0.1.0";
94-
private const string _sdkGenVersion = "2.376.0";
93+
private const string _sdkVersion = "0.2.0";
94+
private const string _sdkGenVersion = "2.390.0";
9595
private const string _openapiDocVersion = "3.2.0";
96-
private const string _userAgent = "speakeasy-sdk/csharp 0.1.0 2.376.0 3.2.0 Boltpay.SDK";
96+
private const string _userAgent = "speakeasy-sdk/csharp 0.2.0 2.390.0 3.2.0 Boltpay.SDK";
9797
private string _serverUrl = "";
9898
private ISpeakeasyHttpClient _client;
99-
private Func<Security>? _securitySource;
99+
private Func<Boltpay.SDK.Models.Components.Security>? _securitySource;
100100

101-
public Account(ISpeakeasyHttpClient client, Func<Security>? securitySource, string serverUrl, SDKConfig config)
101+
public Account(ISpeakeasyHttpClient client, Func<Boltpay.SDK.Models.Components.Security>? securitySource, string serverUrl, SDKConfig config)
102102
{
103103
_client = client;
104104
_securitySource = securitySource;

Boltpay/SDK/BoltSDK.cs

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//------------------------------------------------------------------------------
22
// <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.
44
//
55
// Changes to this file may cause incorrect behavior and will be lost when
66
// the code is regenerated.
@@ -136,21 +136,21 @@ public class BoltSDK: IBoltSDK
136136
public SDKConfig SDKConfiguration { get; private set; }
137137

138138
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";
141141
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";
143143
private string _serverUrl = "";
144144
private int _serverIndex = 0;
145145
private ISpeakeasyHttpClient _client;
146-
private Func<Security>? _securitySource;
146+
private Func<Boltpay.SDK.Models.Components.Security>? _securitySource;
147147
public IAccount Account { get; private set; }
148148
public IPayments Payments { get; private set; }
149149
public IOrders Orders { get; private set; }
150150
public IOAuth OAuth { get; private set; }
151151
public ITesting Testing { get; private set; }
152152

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)
154154
{
155155
if (serverIndex != null)
156156
{

Boltpay/SDK/Boltpay.SDK.csproj

+19-6
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,35 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2+
23
<PropertyGroup>
34
<IsPackable>true</IsPackable>
45
<PackageId>Boltpay.SDK</PackageId>
5-
<Version>0.1.0</Version>
6-
<Authors>Speakeasy</Authors>
6+
<Version>0.2.0</Version>
77
<TargetFramework>net8.0</TargetFramework>
8+
<Authors>Speakeasy</Authors>
9+
<Copyright>Copyright (c) Speakeasy 2024</Copyright>
10+
<RepositoryUrl>https://github.com/BoltApp/Bolt-CSharp-SDK.git</RepositoryUrl>
11+
<RepositoryType>git</RepositoryType>
12+
<Description>Bolt API Reference: A comprehensive Bolt API reference for interacting with Accounts, Payments, Orders and more.</Description>
13+
</PropertyGroup>
14+
15+
<PropertyGroup>
816
<Nullable>enable</Nullable>
9-
<PackageReadmeFile>README.md</PackageReadmeFile>
10-
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1117
<NoWarn>1591</NoWarn>
12-
<RepositoryUrl>https://github.com/BoltApp/Bolt-CSharp-SDK</RepositoryUrl>
18+
</PropertyGroup>
19+
20+
<PropertyGroup>
21+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
22+
<PackageReadmeFile>README.md</PackageReadmeFile>
1323
</PropertyGroup>
1424

1525
<ItemGroup>
1626
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>
1727
<None Include="..\..\docs\**\*" Pack="true" PackagePath="\docs" CopyToOutputDirectory="PreserveNewest"/>
28+
</ItemGroup>
1829

30+
<ItemGroup>
1931
<PackageReference Include="newtonsoft.json" Version="13.0.3" />
2032
<PackageReference Include="nodatime" Version="3.1.9" />
2133
</ItemGroup>
22-
</Project>
34+
35+
</Project>

Boltpay/SDK/Guest.cs

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//------------------------------------------------------------------------------
22
// <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.
44
//
55
// Changes to this file may cause incorrect behavior and will be lost when
66
// the code is regenerated.
@@ -48,15 +48,15 @@ public class Guest: IGuest
4848
{
4949
public SDKConfig SDKConfiguration { get; private set; }
5050
private const string _language = "csharp";
51-
private const string _sdkVersion = "0.1.0";
52-
private const string _sdkGenVersion = "2.376.0";
51+
private const string _sdkVersion = "0.2.0";
52+
private const string _sdkGenVersion = "2.390.0";
5353
private const string _openapiDocVersion = "3.2.0";
54-
private const string _userAgent = "speakeasy-sdk/csharp 0.1.0 2.376.0 3.2.0 Boltpay.SDK";
54+
private const string _userAgent = "speakeasy-sdk/csharp 0.2.0 2.390.0 3.2.0 Boltpay.SDK";
5555
private string _serverUrl = "";
5656
private ISpeakeasyHttpClient _client;
57-
private Func<Security>? _securitySource;
57+
private Func<Boltpay.SDK.Models.Components.Security>? _securitySource;
5858

59-
public Guest(ISpeakeasyHttpClient client, Func<Security>? securitySource, string serverUrl, SDKConfig config)
59+
public Guest(ISpeakeasyHttpClient client, Func<Boltpay.SDK.Models.Components.Security>? securitySource, string serverUrl, SDKConfig config)
6060
{
6161
_client = client;
6262
_securitySource = securitySource;

Boltpay/SDK/Hooks/HookTypes.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//------------------------------------------------------------------------------
22
// <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.
44
//
55
// Changes to this file may cause incorrect behavior and will be lost when
66
// the code is regenerated.

Boltpay/SDK/Hooks/SDKHooks.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//------------------------------------------------------------------------------
22
// <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.
44
//
55
// Changes to this file may cause incorrect behavior and will be lost when
66
// the code is regenerated.

Boltpay/SDK/LoggedIn.cs

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//------------------------------------------------------------------------------
22
// <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.
44
//
55
// Changes to this file may cause incorrect behavior and will be lost when
66
// the code is regenerated.
@@ -49,15 +49,15 @@ public class LoggedIn: ILoggedIn
4949
{
5050
public SDKConfig SDKConfiguration { get; private set; }
5151
private const string _language = "csharp";
52-
private const string _sdkVersion = "0.1.0";
53-
private const string _sdkGenVersion = "2.376.0";
52+
private const string _sdkVersion = "0.2.0";
53+
private const string _sdkGenVersion = "2.390.0";
5454
private const string _openapiDocVersion = "3.2.0";
55-
private const string _userAgent = "speakeasy-sdk/csharp 0.1.0 2.376.0 3.2.0 Boltpay.SDK";
55+
private const string _userAgent = "speakeasy-sdk/csharp 0.2.0 2.390.0 3.2.0 Boltpay.SDK";
5656
private string _serverUrl = "";
5757
private ISpeakeasyHttpClient _client;
58-
private Func<Security>? _securitySource;
58+
private Func<Boltpay.SDK.Models.Components.Security>? _securitySource;
5959

60-
public LoggedIn(ISpeakeasyHttpClient client, Func<Security>? securitySource, string serverUrl, SDKConfig config)
60+
public LoggedIn(ISpeakeasyHttpClient client, Func<Boltpay.SDK.Models.Components.Security>? securitySource, string serverUrl, SDKConfig config)
6161
{
6262
_client = client;
6363
_securitySource = securitySource;

Boltpay/SDK/Models/Components/Account.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//------------------------------------------------------------------------------
22
// <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.
44
//
55
// Changes to this file may cause incorrect behavior and will be lost when
66
// the code is regenerated.

Boltpay/SDK/Models/Components/AccountTestCreationData.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//------------------------------------------------------------------------------
22
// <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.
44
//
55
// Changes to this file may cause incorrect behavior and will be lost when
66
// the code is regenerated.

Boltpay/SDK/Models/Components/AccountTestCreationDataOutput.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//------------------------------------------------------------------------------
22
// <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.
44
//
55
// Changes to this file may cause incorrect behavior and will be lost when
66
// the code is regenerated.

Boltpay/SDK/Models/Components/AccountTestPhoneData.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//------------------------------------------------------------------------------
22
// <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.
44
//
55
// Changes to this file may cause incorrect behavior and will be lost when
66
// the code is regenerated.

Boltpay/SDK/Models/Components/Action.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//------------------------------------------------------------------------------
22
// <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.
44
//
55
// Changes to this file may cause incorrect behavior and will be lost when
66
// the code is regenerated.

Boltpay/SDK/Models/Components/AddressListing.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//------------------------------------------------------------------------------
22
// <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.
44
//
55
// Changes to this file may cause incorrect behavior and will be lost when
66
// the code is regenerated.

Boltpay/SDK/Models/Components/AddressListingInput.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//------------------------------------------------------------------------------
22
// <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.
44
//
55
// Changes to this file may cause incorrect behavior and will be lost when
66
// the code is regenerated.

Boltpay/SDK/Models/Components/AddressReference.cs

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//------------------------------------------------------------------------------
22
// <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.
44
//
55
// Changes to this file may cause incorrect behavior and will be lost when
66
// the code is regenerated.
@@ -60,7 +60,11 @@ public class AddressReference {
6060
public AddressReference(AddressReferenceType type) {
6161
Type = type;
6262
}
63+
64+
[SpeakeasyMetadata("form:explode=true")]
6365
public AddressReferenceId? AddressReferenceId { get; set; }
66+
67+
[SpeakeasyMetadata("form:explode=true")]
6468
public AddressReferenceExplicit? AddressReferenceExplicit { get; set; }
6569

6670
public AddressReferenceType Type { get; set; }

Boltpay/SDK/Models/Components/AddressReferenceExplicit.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//------------------------------------------------------------------------------
22
// <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.
44
//
55
// Changes to this file may cause incorrect behavior and will be lost when
66
// the code is regenerated.

Boltpay/SDK/Models/Components/AddressReferenceExplicitInput.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//------------------------------------------------------------------------------
22
// <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.
44
//
55
// Changes to this file may cause incorrect behavior and will be lost when
66
// the code is regenerated.

Boltpay/SDK/Models/Components/AddressReferenceExplicitTag.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//------------------------------------------------------------------------------
22
// <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.
44
//
55
// Changes to this file may cause incorrect behavior and will be lost when
66
// the code is regenerated.

Boltpay/SDK/Models/Components/AddressReferenceId.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//------------------------------------------------------------------------------
22
// <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.
44
//
55
// Changes to this file may cause incorrect behavior and will be lost when
66
// the code is regenerated.

Boltpay/SDK/Models/Components/AddressReferenceIdTag.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//------------------------------------------------------------------------------
22
// <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.
44
//
55
// Changes to this file may cause incorrect behavior and will be lost when
66
// the code is regenerated.

0 commit comments

Comments
 (0)