Skip to content

Commit c638bd6

Browse files
github-actions[bot]speakeasybotspeakeasy-github[bot]
authored
chore: 🐝 Update SDK - Generate 0.19.2 (#63)
* ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.651.0 * empty commit to trigger [run-tests] workflow --------- Co-authored-by: speakeasybot <[email protected]> Co-authored-by: speakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>
1 parent ad82d11 commit c638bd6

File tree

105 files changed

+321
-312
lines changed

Some content is hidden

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

105 files changed

+321
-312
lines changed

.speakeasy/gen.lock

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: f306da52-7172-441d-9f8c-9d055cef9c2a
33
management:
4-
docChecksum: 57b4bbe6a7692f54a6b642d0741788e2
5-
docVersion: 10.21.11
6-
speakeasyVersion: 1.650.0
7-
generationVersion: 2.743.2
8-
releaseVersion: 0.19.1
9-
configChecksum: 1b1b98b831878f66ff912611e0a495bb
4+
docChecksum: 37075682a3ec50b147e5d33dd5c7eeb9
5+
docVersion: 10.21.12
6+
speakeasyVersion: 1.651.0
7+
generationVersion: 2.745.2
8+
releaseVersion: 0.19.2
9+
configChecksum: 8679bfeb0d385b16edebebe4cf9a335e
1010
repoURL: https://github.com/apideck-libraries/sdk-csharp.git
1111
published: true
1212
features:
@@ -18687,4 +18687,3 @@ examples:
1868718687
application/json: {"status_code": 400, "error": "Bad Request", "type_name": "RequestHeadersValidationError", "message": "Invalid Params", "detail": "Missing Header: x-apideck-consumer-id", "ref": "https://developers.apideck.com/errors#unauthorizederror"}
1868818688
examplesVersion: 1.0.2
1868918689
generatedTests: {}
18690-
releaseNotes: "## Csharp SDK Changes Detected:\n* `Apideck.Accounting.Expenses.List()`: `response.data.[]` **Changed** **Breaking** :warning:\n* `Apideck.Accounting.Expenses.Update()`: \n * `request.Expense` **Changed** **Breaking** :warning:\n* `Apideck.Accounting.Expenses.Get()`: `response.data` **Changed** **Breaking** :warning:\n* `Apideck.Accounting.Expenses.Create()`: \n * `request.Expense` **Changed** **Breaking** :warning:\n* `Apideck.Accounting.CreditNotes.Create()`: \n * `request.CreditNote` **Changed**\n* `Apideck.Accounting.JournalEntries.Update()`: \n * `request.JournalEntry.LineItems.[]` **Changed**\n* `Apideck.Accounting.InvoiceItems.Create()`: \n * `request.InvoiceItem` **Changed**\n* `Apideck.Accounting.InvoiceItems.Update()`: \n * `request.InvoiceItem` **Changed**\n* `Apideck.Accounting.Bills.Create()`: \n * `request.Bill.LineItems.[]` **Changed**\n* `Apideck.Accounting.CreditNotes.Update()`: \n * `request.CreditNote` **Changed**\n* `Apideck.Accounting.Customers.Create()`: \n * `request.Customer` **Changed**\n* `Apideck.Accounting.Customers.Update()`: \n * `request.Customer` **Changed**\n* `Apideck.Accounting.Suppliers.Create()`: \n * `request.Supplier` **Changed**\n* `Apideck.Accounting.Suppliers.Update()`: \n * `request.Supplier` **Changed**\n* `Apideck.Accounting.Payments.Create()`: \n * `request.Payment.Account.Name` **Added**\n* `Apideck.Accounting.Payments.Update()`: \n * `request.Payment.Account.Name` **Added**\n* `Apideck.Accounting.JournalEntries.Create()`: \n * `request.JournalEntry.LineItems.[]` **Changed**\n* `Apideck.Accounting.LedgerAccounts.Update()`: \n * `request.LedgerAccount.TaxRate.Code` **Added**\n* `Apideck.Accounting.PurchaseOrders.Create()`: \n * `request.PurchaseOrder.LineItems.[]` **Changed**\n* `Apideck.Accounting.PurchaseOrders.Update()`: \n * `request.PurchaseOrder.LineItems.[]` **Changed**\n* `Apideck.Accounting.BankAccounts.Create()`: \n * `request.AccountingBankAccount.LedgerAccount.Name` **Added**\n* `Apideck.Accounting.BankAccounts.Update()`: \n * `request.AccountingBankAccount.LedgerAccount.Name` **Added**\n* `Apideck.Accounting.BillPayments.Create()`: \n * `request.BillPayment.Account.Name` **Added**\n* `Apideck.Accounting.BillPayments.Update()`: \n * `request.BillPayment.Account.Name` **Added**\n* `Apideck.Accounting.LedgerAccounts.Create()`: \n * `request.LedgerAccount.TaxRate.Code` **Added**\n* `Apideck.Accounting.Invoices.Update()`: \n * `request.Invoice.LineItems.[]` **Changed**\n* `Apideck.Accounting.Invoices.Create()`: \n * `request.Invoice.LineItems.[]` **Changed**\n* `Apideck.Accounting.Bills.Update()`: \n * `request.Bill.LineItems.[]` **Changed**\n* `Apideck.Accounting.Quotes.Create()`: \n * `request.Quote.LineItems.[]` **Changed**\n* `Apideck.Accounting.Quotes.Update()`: \n * `request.Quote.LineItems.[]` **Changed**\n* `Apideck.Accounting.Projects.Create()`: \n * `request.Project.TaxRate.Code` **Added**\n* `Apideck.Accounting.Projects.Update()`: \n * `request.Project.TaxRate.Code` **Added**\n"

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ generation:
2525
generateNewTests: false
2626
skipResponseBodyAssertions: false
2727
csharp:
28-
version: 0.19.1
28+
version: 0.19.2
2929
additionalDependencies: []
3030
author: Speakeasy
3131
baseErrorName: BaseException

.speakeasy/workflow.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.650.0
1+
speakeasyVersion: 1.651.0
22
sources:
33
Apideck:
44
sourceNamespace: apideck
5-
sourceRevisionDigest: sha256:b31dca0e2abcc3e920ba36075604c6c51728ca7c98ff9376c34a8f0df0e3e61a
6-
sourceBlobDigest: sha256:430e9bfae78eb3fc88153280a823c2949f707f61de86c3167b498d6e738156e2
5+
sourceRevisionDigest: sha256:b39824351a1f49a40ef382ed58c815f739ec76004a439643b61592390e43d6b8
6+
sourceBlobDigest: sha256:c74c632e12d40ab996dcefd8b7ff49341c85e5e0ad24fe3a78fbdd6268f6bb54
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1762445114
10-
- 10.21.11
9+
- speakeasy-sdk-regen-1762767179
10+
- 10.21.12
1111
targets:
1212
apideck:
1313
source: Apideck
1414
sourceNamespace: apideck
15-
sourceRevisionDigest: sha256:b31dca0e2abcc3e920ba36075604c6c51728ca7c98ff9376c34a8f0df0e3e61a
16-
sourceBlobDigest: sha256:430e9bfae78eb3fc88153280a823c2949f707f61de86c3167b498d6e738156e2
15+
sourceRevisionDigest: sha256:b39824351a1f49a40ef382ed58c815f739ec76004a439643b61592390e43d6b8
16+
sourceBlobDigest: sha256:c74c632e12d40ab996dcefd8b7ff49341c85e5e0ad24fe3a78fbdd6268f6bb54
1717
codeSamplesNamespace: apideck-csharp-code-samples
18-
codeSamplesRevisionDigest: sha256:825886ea7c3a553747ee849ac804c9ae4039dabf29abdb7a060d233ebe447b96
18+
codeSamplesRevisionDigest: sha256:d223f66c14d29a81969ea19f945e6b7be0eb2debe540c8be64cf26c824608efa
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,4 +488,14 @@ Based on:
488488
### Generated
489489
- [csharp v0.19.1] .
490490
### Releases
491-
- [NuGet v0.19.1] https://www.nuget.org/packages/ApideckUnifySdk/0.19.1 - .
491+
- [NuGet v0.19.1] https://www.nuget.org/packages/ApideckUnifySdk/0.19.1 - .
492+
493+
## 2025-11-10 09:32:34
494+
### Changes
495+
Based on:
496+
- OpenAPI Doc
497+
- Speakeasy CLI 1.651.0 (2.745.2) https://github.com/speakeasy-api/speakeasy
498+
### Generated
499+
- [csharp v0.19.2] .
500+
### Releases
501+
- [NuGet v0.19.2] https://www.nuget.org/packages/ApideckUnifySdk/0.19.2 - .

docs/sdks/connections/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,8 +366,8 @@ VaultConnectionsImportRequest req = new VaultConnectionsImportRequest() {
366366
},
367367
Metadata = new Dictionary<string, object>() {
368368
{ "account", new Dictionary<string, object>() {
369-
{ "name", "My Company" },
370369
{ "id", "c01458a5-7276-41ce-bc19-639906b0450a" },
370+
{ "name", "My Company" },
371371
} },
372372
{ "plan", "enterprise" },
373373
},

docs/sdks/connectionsettings/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@ VaultConnectionSettingsUpdateRequest req = new VaultConnectionSettingsUpdateRequ
8989
{ "instance_url", "https://eu28.salesforce.com" },
9090
},
9191
Metadata = new Dictionary<string, object>() {
92+
{ "plan", "enterprise" },
9293
{ "account", new Dictionary<string, object>() {
9394
{ "name", "My Company" },
9495
{ "id", "c01458a5-7276-41ce-bc19-639906b0450a" },
9596
} },
96-
{ "plan", "enterprise" },
9797
},
9898
Configuration = new List<ConnectionConfiguration>() {
9999
new ConnectionConfiguration() {

src/ApideckUnifySdk/Accounting.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ public class Accounting: IAccounting
5151
{
5252
public SDKConfig SDKConfiguration { get; private set; }
5353
private const string _language = "csharp";
54-
private const string _sdkVersion = "0.19.1";
55-
private const string _sdkGenVersion = "2.743.2";
56-
private const string _openapiDocVersion = "10.21.11";
54+
private const string _sdkVersion = "0.19.2";
55+
private const string _sdkGenVersion = "2.745.2";
56+
private const string _openapiDocVersion = "10.21.12";
5757
public ITaxRates TaxRates { get; private set; }
5858
public IBills Bills { get; private set; }
5959
public IInvoices Invoices { get; private set; }

src/ApideckUnifySdk/Activities.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ public class Activities: IActivities
7777
{
7878
public SDKConfig SDKConfiguration { get; private set; }
7979
private const string _language = "csharp";
80-
private const string _sdkVersion = "0.19.1";
81-
private const string _sdkGenVersion = "2.743.2";
82-
private const string _openapiDocVersion = "10.21.11";
80+
private const string _sdkVersion = "0.19.2";
81+
private const string _sdkGenVersion = "2.745.2";
82+
private const string _openapiDocVersion = "10.21.12";
8383

8484
public Activities(SDKConfig config)
8585
{

src/ApideckUnifySdk/AgedCreditors.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ public class AgedCreditors: IAgedCreditors
3939
{
4040
public SDKConfig SDKConfiguration { get; private set; }
4141
private const string _language = "csharp";
42-
private const string _sdkVersion = "0.19.1";
43-
private const string _sdkGenVersion = "2.743.2";
44-
private const string _openapiDocVersion = "10.21.11";
42+
private const string _sdkVersion = "0.19.2";
43+
private const string _sdkGenVersion = "2.745.2";
44+
private const string _openapiDocVersion = "10.21.12";
4545

4646
public AgedCreditors(SDKConfig config)
4747
{

src/ApideckUnifySdk/AgedDebtors.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ public class AgedDebtors: IAgedDebtors
3939
{
4040
public SDKConfig SDKConfiguration { get; private set; }
4141
private const string _language = "csharp";
42-
private const string _sdkVersion = "0.19.1";
43-
private const string _sdkGenVersion = "2.743.2";
44-
private const string _openapiDocVersion = "10.21.11";
42+
private const string _sdkVersion = "0.19.2";
43+
private const string _sdkGenVersion = "2.745.2";
44+
private const string _openapiDocVersion = "10.21.12";
4545

4646
public AgedDebtors(SDKConfig config)
4747
{

0 commit comments

Comments
 (0)