Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: f306da52-7172-441d-9f8c-9d055cef9c2a
management:
docChecksum: b766d9ca887b04899e77f724c613fe8d
docChecksum: 4d3762f1431f5a9416d23130ae5bddef
docVersion: 10.21.15
speakeasyVersion: 1.658.1
generationVersion: 2.755.6
releaseVersion: 0.19.8
configChecksum: 48b9c066a117f97d12dab96a269ee8a1
speakeasyVersion: 1.658.2
generationVersion: 2.755.9
releaseVersion: 0.19.9
configChecksum: 0bdf5bc3f1fd1c27c6864e35443bde5f
repoURL: https://github.com/apideck-libraries/sdk-csharp.git
published: true
features:
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ generation:
generateNewTests: false
skipResponseBodyAssertions: false
csharp:
version: 0.19.8
version: 0.19.9
additionalDependencies: []
author: Speakeasy
baseErrorName: BaseException
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.658.1
speakeasyVersion: 1.658.2
sources:
Apideck:
sourceNamespace: apideck
sourceRevisionDigest: sha256:ea33a5975ac415119a059eb1c86f571292d3dd53eee6213bbf27f3e85234989c
sourceBlobDigest: sha256:14c3157b0705627bfb0aa18ab750465a5c2f843cb53a47ecef4c0e1d791f2806
sourceRevisionDigest: sha256:38731f59ebe557d903d2922559804cbd1fc1708d59db53f824e018b9fdf9975b
sourceBlobDigest: sha256:cd8d4014fea095312cdfd23c454c99a2db4465ddcfcb7123b65095b6da53d2d9
tags:
- latest
- speakeasy-sdk-regen-1763370092
- speakeasy-sdk-regen-1763537225
- 10.21.15
targets:
apideck:
source: Apideck
sourceNamespace: apideck
sourceRevisionDigest: sha256:ea33a5975ac415119a059eb1c86f571292d3dd53eee6213bbf27f3e85234989c
sourceBlobDigest: sha256:14c3157b0705627bfb0aa18ab750465a5c2f843cb53a47ecef4c0e1d791f2806
sourceRevisionDigest: sha256:38731f59ebe557d903d2922559804cbd1fc1708d59db53f824e018b9fdf9975b
sourceBlobDigest: sha256:cd8d4014fea095312cdfd23c454c99a2db4465ddcfcb7123b65095b6da53d2d9
codeSamplesNamespace: apideck-csharp-code-samples
codeSamplesRevisionDigest: sha256:5b1864092ac4f06befbe215664262c29f62c3584f9c3c880d15e36652df2214b
codeSamplesRevisionDigest: sha256:77ad5c8b9e5a28672ba69f8c8452578a4cef34b52a1b069fb790c8b7402b384a
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -558,4 +558,14 @@ Based on:
### Generated
- [csharp v0.19.8] .
### Releases
- [NuGet v0.19.8] https://www.nuget.org/packages/ApideckUnifySdk/0.19.8 - .
- [NuGet v0.19.8] https://www.nuget.org/packages/ApideckUnifySdk/0.19.8 - .

## 2025-11-19 07:26:45
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.658.2 (2.755.9) https://github.com/speakeasy-api/speakeasy
### Generated
- [csharp v0.19.9] .
### Releases
- [NuGet v0.19.9] https://www.nuget.org/packages/ApideckUnifySdk/0.19.9 - .
4 changes: 2 additions & 2 deletions docs/sdks/connectionsettings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,13 @@ VaultConnectionSettingsUpdateRequest req = new VaultConnectionSettingsUpdateRequ
Connection = new ConnectionInput() {
Enabled = true,
Settings = new Dictionary<string, object>() {
{ "instance_url", "https://eu28.salesforce.com" },
{ "api_key", "12345xxxxxx" },
{ "instance_url", "https://eu28.salesforce.com" },
},
Metadata = new Dictionary<string, object>() {
{ "account", new Dictionary<string, object>() {
{ "id", "c01458a5-7276-41ce-bc19-639906b0450a" },
{ "name", "My Company" },
{ "id", "c01458a5-7276-41ce-bc19-639906b0450a" },
} },
{ "plan", "enterprise" },
},
Expand Down
4 changes: 2 additions & 2 deletions src/ApideckUnifySdk/Accounting.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ public class Accounting: IAccounting
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.19.8";
private const string _sdkGenVersion = "2.755.6";
private const string _sdkVersion = "0.19.9";
private const string _sdkGenVersion = "2.755.9";
private const string _openapiDocVersion = "10.21.15";
public ITaxRates TaxRates { get; private set; }
public IBills Bills { get; private set; }
Expand Down
4 changes: 2 additions & 2 deletions src/ApideckUnifySdk/Activities.cs
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ public class Activities: IActivities
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.19.8";
private const string _sdkGenVersion = "2.755.6";
private const string _sdkVersion = "0.19.9";
private const string _sdkGenVersion = "2.755.9";
private const string _openapiDocVersion = "10.21.15";

public Activities(SDKConfig config)
Expand Down
4 changes: 2 additions & 2 deletions src/ApideckUnifySdk/AgedCreditors.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ public class AgedCreditors: IAgedCreditors
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.19.8";
private const string _sdkGenVersion = "2.755.6";
private const string _sdkVersion = "0.19.9";
private const string _sdkGenVersion = "2.755.9";
private const string _openapiDocVersion = "10.21.15";

public AgedCreditors(SDKConfig config)
Expand Down
4 changes: 2 additions & 2 deletions src/ApideckUnifySdk/AgedDebtors.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ public class AgedDebtors: IAgedDebtors
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.19.8";
private const string _sdkGenVersion = "2.755.6";
private const string _sdkVersion = "0.19.9";
private const string _sdkGenVersion = "2.755.9";
private const string _openapiDocVersion = "10.21.15";

public AgedDebtors(SDKConfig config)
Expand Down
4 changes: 2 additions & 2 deletions src/ApideckUnifySdk/ApiResourceCoverage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ public class ApiResourceCoverage: IApiResourceCoverage
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.19.8";
private const string _sdkGenVersion = "2.755.6";
private const string _sdkVersion = "0.19.9";
private const string _sdkGenVersion = "2.755.9";
private const string _openapiDocVersion = "10.21.15";

public ApiResourceCoverage(SDKConfig config)
Expand Down
4 changes: 2 additions & 2 deletions src/ApideckUnifySdk/ApiResources.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ public class ApiResources: IApiResources
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.19.8";
private const string _sdkGenVersion = "2.755.6";
private const string _sdkVersion = "0.19.9";
private const string _sdkGenVersion = "2.755.9";
private const string _openapiDocVersion = "10.21.15";

public ApiResources(SDKConfig config)
Expand Down
4 changes: 2 additions & 2 deletions src/ApideckUnifySdk/Apideck.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ public class Apideck: IApideck
public SDKConfig SDKConfiguration { get; private set; }

private const string _language = "csharp";
private const string _sdkVersion = "0.19.8";
private const string _sdkGenVersion = "2.755.6";
private const string _sdkVersion = "0.19.9";
private const string _sdkGenVersion = "2.755.9";
private const string _openapiDocVersion = "10.21.15";
public IAccounting Accounting { get; private set; }
public IAts Ats { get; private set; }
Expand Down
4 changes: 2 additions & 2 deletions src/ApideckUnifySdk/ApideckCompanies.cs
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ public class ApideckCompanies: IApideckCompanies
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.19.8";
private const string _sdkGenVersion = "2.755.6";
private const string _sdkVersion = "0.19.9";
private const string _sdkGenVersion = "2.755.9";
private const string _openapiDocVersion = "10.21.15";

public ApideckCompanies(SDKConfig config)
Expand Down
4 changes: 2 additions & 2 deletions src/ApideckUnifySdk/ApideckCustomers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ public class ApideckCustomers: IApideckCustomers
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.19.8";
private const string _sdkGenVersion = "2.755.6";
private const string _sdkVersion = "0.19.9";
private const string _sdkGenVersion = "2.755.9";
private const string _openapiDocVersion = "10.21.15";

public ApideckCustomers(SDKConfig config)
Expand Down
4 changes: 2 additions & 2 deletions src/ApideckUnifySdk/ApideckDepartments.cs
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ public class ApideckDepartments: IApideckDepartments
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.19.8";
private const string _sdkGenVersion = "2.755.6";
private const string _sdkVersion = "0.19.9";
private const string _sdkGenVersion = "2.755.9";
private const string _openapiDocVersion = "10.21.15";

public ApideckDepartments(SDKConfig config)
Expand Down
2 changes: 1 addition & 1 deletion src/ApideckUnifySdk/ApideckUnifySdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<IsPackable>true</IsPackable>
<PackageId>ApideckUnifySdk</PackageId>
<Version>0.19.8</Version>
<Version>0.19.9</Version>
<TargetFramework>net8.0</TargetFramework>
<Authors>Speakeasy</Authors>
<Copyright>Copyright (c) Speakeasy 2025</Copyright>
Expand Down
4 changes: 2 additions & 2 deletions src/ApideckUnifySdk/Apis.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ public class Apis: IApis
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.19.8";
private const string _sdkGenVersion = "2.755.6";
private const string _sdkVersion = "0.19.9";
private const string _sdkGenVersion = "2.755.9";
private const string _openapiDocVersion = "10.21.15";

public Apis(SDKConfig config)
Expand Down
4 changes: 2 additions & 2 deletions src/ApideckUnifySdk/Applicants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ public class Applicants: IApplicants
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.19.8";
private const string _sdkGenVersion = "2.755.6";
private const string _sdkVersion = "0.19.9";
private const string _sdkGenVersion = "2.755.9";
private const string _openapiDocVersion = "10.21.15";

public Applicants(SDKConfig config)
Expand Down
4 changes: 2 additions & 2 deletions src/ApideckUnifySdk/Applications.cs
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ public class Applications: IApplications
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.19.8";
private const string _sdkGenVersion = "2.755.6";
private const string _sdkVersion = "0.19.9";
private const string _sdkGenVersion = "2.755.9";
private const string _openapiDocVersion = "10.21.15";

public Applications(SDKConfig config)
Expand Down
4 changes: 2 additions & 2 deletions src/ApideckUnifySdk/Ats.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ public class Ats: IAts
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.19.8";
private const string _sdkGenVersion = "2.755.6";
private const string _sdkVersion = "0.19.9";
private const string _sdkGenVersion = "2.755.9";
private const string _openapiDocVersion = "10.21.15";
public IJobs Jobs { get; private set; }
public IApplicants Applicants { get; private set; }
Expand Down
4 changes: 2 additions & 2 deletions src/ApideckUnifySdk/Attachments.cs
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ public class Attachments: IAttachments
};
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.19.8";
private const string _sdkGenVersion = "2.755.6";
private const string _sdkVersion = "0.19.9";
private const string _sdkGenVersion = "2.755.9";
private const string _openapiDocVersion = "10.21.15";

public Attachments(SDKConfig config)
Expand Down
4 changes: 2 additions & 2 deletions src/ApideckUnifySdk/BalanceSheet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ public class BalanceSheet: IBalanceSheet
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.19.8";
private const string _sdkGenVersion = "2.755.6";
private const string _sdkVersion = "0.19.9";
private const string _sdkGenVersion = "2.755.9";
private const string _openapiDocVersion = "10.21.15";

public BalanceSheet(SDKConfig config)
Expand Down
4 changes: 2 additions & 2 deletions src/ApideckUnifySdk/BankAccounts.cs
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ public class BankAccounts: IBankAccounts
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.19.8";
private const string _sdkGenVersion = "2.755.6";
private const string _sdkVersion = "0.19.9";
private const string _sdkGenVersion = "2.755.9";
private const string _openapiDocVersion = "10.21.15";

public BankAccounts(SDKConfig config)
Expand Down
4 changes: 2 additions & 2 deletions src/ApideckUnifySdk/BankFeedAccounts.cs
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ public class BankFeedAccounts: IBankFeedAccounts
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.19.8";
private const string _sdkGenVersion = "2.755.6";
private const string _sdkVersion = "0.19.9";
private const string _sdkGenVersion = "2.755.9";
private const string _openapiDocVersion = "10.21.15";

public BankFeedAccounts(SDKConfig config)
Expand Down
4 changes: 2 additions & 2 deletions src/ApideckUnifySdk/BankFeedStatements.cs
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ public class BankFeedStatements: IBankFeedStatements
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.19.8";
private const string _sdkGenVersion = "2.755.6";
private const string _sdkVersion = "0.19.9";
private const string _sdkGenVersion = "2.755.9";
private const string _openapiDocVersion = "10.21.15";

public BankFeedStatements(SDKConfig config)
Expand Down
4 changes: 2 additions & 2 deletions src/ApideckUnifySdk/BillPayments.cs
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ public class BillPayments: IBillPayments
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.19.8";
private const string _sdkGenVersion = "2.755.6";
private const string _sdkVersion = "0.19.9";
private const string _sdkGenVersion = "2.755.9";
private const string _openapiDocVersion = "10.21.15";

public BillPayments(SDKConfig config)
Expand Down
4 changes: 2 additions & 2 deletions src/ApideckUnifySdk/Bills.cs
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ public class Bills: IBills
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.19.8";
private const string _sdkGenVersion = "2.755.6";
private const string _sdkVersion = "0.19.9";
private const string _sdkGenVersion = "2.755.9";
private const string _openapiDocVersion = "10.21.15";

public Bills(SDKConfig config)
Expand Down
4 changes: 2 additions & 2 deletions src/ApideckUnifySdk/Categories.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ public class Categories: ICategories
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.19.8";
private const string _sdkGenVersion = "2.755.6";
private const string _sdkVersion = "0.19.9";
private const string _sdkGenVersion = "2.755.9";
private const string _openapiDocVersion = "10.21.15";

public Categories(SDKConfig config)
Expand Down
4 changes: 2 additions & 2 deletions src/ApideckUnifySdk/CollectionTags.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ public class CollectionTags: ICollectionTags
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.19.8";
private const string _sdkGenVersion = "2.755.6";
private const string _sdkVersion = "0.19.9";
private const string _sdkGenVersion = "2.755.9";
private const string _openapiDocVersion = "10.21.15";

public CollectionTags(SDKConfig config)
Expand Down
4 changes: 2 additions & 2 deletions src/ApideckUnifySdk/CollectionTicketComments.cs
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ public class CollectionTicketComments: ICollectionTicketComments
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.19.8";
private const string _sdkGenVersion = "2.755.6";
private const string _sdkVersion = "0.19.9";
private const string _sdkGenVersion = "2.755.9";
private const string _openapiDocVersion = "10.21.15";

public CollectionTicketComments(SDKConfig config)
Expand Down
4 changes: 2 additions & 2 deletions src/ApideckUnifySdk/CollectionTickets.cs
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ public class CollectionTickets: ICollectionTickets
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.19.8";
private const string _sdkGenVersion = "2.755.6";
private const string _sdkVersion = "0.19.9";
private const string _sdkGenVersion = "2.755.9";
private const string _openapiDocVersion = "10.21.15";

public CollectionTickets(SDKConfig config)
Expand Down
4 changes: 2 additions & 2 deletions src/ApideckUnifySdk/CollectionUsers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ public class CollectionUsers: ICollectionUsers
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.19.8";
private const string _sdkGenVersion = "2.755.6";
private const string _sdkVersion = "0.19.9";
private const string _sdkGenVersion = "2.755.9";
private const string _openapiDocVersion = "10.21.15";

public CollectionUsers(SDKConfig config)
Expand Down
4 changes: 2 additions & 2 deletions src/ApideckUnifySdk/Collections.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ public class Collections: ICollections
{
public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp";
private const string _sdkVersion = "0.19.8";
private const string _sdkGenVersion = "2.755.6";
private const string _sdkVersion = "0.19.9";
private const string _sdkGenVersion = "2.755.9";
private const string _openapiDocVersion = "10.21.15";

public Collections(SDKConfig config)
Expand Down
Loading