Skip to content

Commit 133cdb1

Browse files
ci: regenerated with OpenAPI Doc 3.0.0, Speakeay CLI 1.91.0 (#138)
Co-authored-by: speakeasybot <bot@speakeasyapi.dev>
1 parent 7455f80 commit 133cdb1

File tree

151 files changed

+458
-448
lines changed

Some content is hidden

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

151 files changed

+458
-448
lines changed

lending/CodatLending/AccountingBankData.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ public interface IAccountingBankDataSDK
3030
/// List bank account transactions
3131
///
3232
/// <remarks>
33-
/// The *List account bank transactions* endpoint returns a list of <a href="https://docs.codat.io/accounting-api#/schemas/BankTransactions">bank account transactions</a> for a given company&apos;s connection.<br/>
33+
/// The *List account bank transactions* endpoint returns a list of <a href="https://docs.codat.io/lending-api#/schemas/BankTransactions">bank account transactions</a> for a given company&apos;s connection.<br/>
3434
/// <br/>
35-
/// <a href="https://docs.codat.io/accounting-api#/schemas/BankTransactions">Bank account transactions</a> are records of money that has moved in and out of an SMB&apos;s bank account.<br/>
35+
/// <a href="https://docs.codat.io/lending-api#/schemas/BankTransactions">Bank account transactions</a> are records of money that has moved in and out of an SMB&apos;s bank account.<br/>
3636
/// <br/>
3737
/// Check out our <a href="https://knowledge.codat.io/supported-features/accounting?view=tab-by-data-type&amp;dataType=bankTransactions">coverage explorer</a> for integrations that support listing bank transactions.<br/>
3838
/// <br/>
@@ -50,7 +50,7 @@ public class AccountingBankDataSDK: IAccountingBankDataSDK
5050
{
5151
public SDKConfig Config { get; private set; }
5252
private const string _language = "csharp";
53-
private const string _sdkVersion = "4.2.0";
53+
private const string _sdkVersion = "4.2.1";
5454
private const string _sdkGenVersion = "2.129.1";
5555
private const string _openapiDocVersion = "3.0.0";
5656
private string _serverUrl = "";

lending/CodatLending/AccountingBankDataAccounts.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public interface IAccountingBankDataAccountsSDK
2828
/// <remarks>
2929
/// The *Get bank account* endpoint returns a single account for a given accountId.<br/>
3030
/// <br/>
31-
/// <a href="https://docs.codat.io/accounting-api#/schemas/BankAccount">Bank accounts</a> are financial accounts maintained by a bank or other financial institution.<br/>
31+
/// <a href="https://docs.codat.io/lending-api#/schemas/BankAccount">Bank accounts</a> are financial accounts maintained by a bank or other financial institution.<br/>
3232
/// <br/>
3333
/// Check out our <a href="https://knowledge.codat.io/supported-features/accounting?view=tab-by-data-type&amp;dataType=bankAccounts">coverage explorer</a> for integrations that support getting a specific bank account.<br/>
3434
/// <br/>
@@ -42,9 +42,9 @@ public interface IAccountingBankDataAccountsSDK
4242
/// List bank accounts
4343
///
4444
/// <remarks>
45-
/// The *List bank accounts* endpoint returns a list of <a href="https://docs.codat.io/accounting-api#/schemas/BankAccount">bank accounts</a> for a given company&apos;s connection.<br/>
45+
/// The *List bank accounts* endpoint returns a list of <a href="https://docs.codat.io/lending-api#/schemas/BankAccount">bank accounts</a> for a given company&apos;s connection.<br/>
4646
/// <br/>
47-
/// <a href="https://docs.codat.io/accounting-api#/schemas/BankAccount">Bank accounts</a> are financial accounts maintained by a bank or other financial institution.<br/>
47+
/// <a href="https://docs.codat.io/lending-api#/schemas/BankAccount">Bank accounts</a> are financial accounts maintained by a bank or other financial institution.<br/>
4848
/// <br/>
4949
/// Before using this endpoint, you must have <a href="https://docs.codat.io/lending-api#/operations/refresh-company-data">retrieved data for the company</a>.<br/>
5050
///
@@ -57,7 +57,7 @@ public class AccountingBankDataAccountsSDK: IAccountingBankDataAccountsSDK
5757
{
5858
public SDKConfig Config { get; private set; }
5959
private const string _language = "csharp";
60-
private const string _sdkVersion = "4.2.0";
60+
private const string _sdkVersion = "4.2.1";
6161
private const string _sdkGenVersion = "2.129.1";
6262
private const string _openapiDocVersion = "3.0.0";
6363
private string _serverUrl = "";

lending/CodatLending/AccountsPayable.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public class AccountsPayableSDK: IAccountsPayableSDK
2525
{
2626
public SDKConfig Config { get; private set; }
2727
private const string _language = "csharp";
28-
private const string _sdkVersion = "4.2.0";
28+
private const string _sdkVersion = "4.2.1";
2929
private const string _sdkGenVersion = "2.129.1";
3030
private const string _openapiDocVersion = "3.0.0";
3131
private string _serverUrl = "";

lending/CodatLending/AccountsPayableBillCreditNotes.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public interface IAccountsPayableBillCreditNotesSDK
2828
/// <remarks>
2929
/// The *Get bill credit note* endpoint returns a single bill credit note for a given billCreditNoteId.<br/>
3030
/// <br/>
31-
/// <a href="https://docs.codat.io/accounting-api#/schemas/BillCreditNote">Bill credit notes</a> are issued by a supplier for the purpose of recording credit.<br/>
31+
/// <a href="https://docs.codat.io/lending-api#/schemas/BillCreditNote">Bill credit notes</a> are issued by a supplier for the purpose of recording credit.<br/>
3232
/// <br/>
3333
/// Check out our <a href="https://knowledge.codat.io/supported-features/accounting?view=tab-by-data-type&amp;dataType=billCreditNotes">coverage explorer</a> for integrations that support getting a specific bill credit note.<br/>
3434
/// <br/>
@@ -42,9 +42,9 @@ public interface IAccountsPayableBillCreditNotesSDK
4242
/// List bill credit notes
4343
///
4444
/// <remarks>
45-
/// The *List bill credit notes* endpoint returns a list of <a href="https://docs.codat.io/accounting-api#/schemas/BillCreditNote">bill credit notes</a> for a given company&apos;s connection.<br/>
45+
/// The *List bill credit notes* endpoint returns a list of <a href="https://docs.codat.io/lending-api#/schemas/BillCreditNote">bill credit notes</a> for a given company&apos;s connection.<br/>
4646
/// <br/>
47-
/// <a href="https://docs.codat.io/accounting-api#/schemas/BillCreditNote">Bill credit notes</a> are issued by a supplier for the purpose of recording credit.<br/>
47+
/// <a href="https://docs.codat.io/lending-api#/schemas/BillCreditNote">Bill credit notes</a> are issued by a supplier for the purpose of recording credit.<br/>
4848
/// <br/>
4949
/// Before using this endpoint, you must have <a href="https://docs.codat.io/lending-api#/operations/refresh-company-data">retrieved data for the company</a>.<br/>
5050
///
@@ -57,7 +57,7 @@ public class AccountsPayableBillCreditNotesSDK: IAccountsPayableBillCreditNotesS
5757
{
5858
public SDKConfig Config { get; private set; }
5959
private const string _language = "csharp";
60-
private const string _sdkVersion = "4.2.0";
60+
private const string _sdkVersion = "4.2.1";
6161
private const string _sdkGenVersion = "2.129.1";
6262
private const string _openapiDocVersion = "3.0.0";
6363
private string _serverUrl = "";

lending/CodatLending/AccountsPayableBillPayments.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public interface IAccountsPayableBillPaymentsSDK
2828
/// <remarks>
2929
/// The *Get bill payment* endpoint returns a single bill payment for a given billPaymentId.<br/>
3030
/// <br/>
31-
/// <a href="https://docs.codat.io/accounting-api#/schemas/BillPayment">Bill payments</a> are an allocation of money within any customer accounts payable account.<br/>
31+
/// <a href="https://docs.codat.io/lending-api#/schemas/BillPayment">Bill payments</a> are an allocation of money within any customer accounts payable account.<br/>
3232
/// <br/>
3333
/// Check out our <a href="https://knowledge.codat.io/supported-features/accounting?view=tab-by-data-type&amp;dataType=billPayments">coverage explorer</a> for integrations that support getting a specific bill payment.<br/>
3434
/// <br/>
@@ -42,9 +42,9 @@ public interface IAccountsPayableBillPaymentsSDK
4242
/// List bill payments
4343
///
4444
/// <remarks>
45-
/// The *List bill payments* endpoint returns a list of <a href="https://docs.codat.io/accounting-api#/schemas/BillPayment">bill payments</a> for a given company&apos;s connection.<br/>
45+
/// The *List bill payments* endpoint returns a list of <a href="https://docs.codat.io/lending-api#/schemas/BillPayment">bill payments</a> for a given company&apos;s connection.<br/>
4646
/// <br/>
47-
/// <a href="https://docs.codat.io/accounting-api#/schemas/BillPayment">Bill payments</a> are an allocation of money within any customer accounts payable account.<br/>
47+
/// <a href="https://docs.codat.io/lending-api#/schemas/BillPayment">Bill payments</a> are an allocation of money within any customer accounts payable account.<br/>
4848
/// <br/>
4949
/// Before using this endpoint, you must have <a href="https://docs.codat.io/lending-api#/operations/refresh-company-data">retrieved data for the company</a>.<br/>
5050
///
@@ -57,7 +57,7 @@ public class AccountsPayableBillPaymentsSDK: IAccountsPayableBillPaymentsSDK
5757
{
5858
public SDKConfig Config { get; private set; }
5959
private const string _language = "csharp";
60-
private const string _sdkVersion = "4.2.0";
60+
private const string _sdkVersion = "4.2.1";
6161
private const string _sdkGenVersion = "2.129.1";
6262
private const string _openapiDocVersion = "3.0.0";
6363
private string _serverUrl = "";

lending/CodatLending/AccountsPayableBills.cs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public interface IAccountsPayableBillsSDK
2828
/// <remarks>
2929
/// The *Download bill attachment* endpoint downloads a specific attachment for a given `billId` and `attachmentId`.<br/>
3030
/// <br/>
31-
/// <a href="https://docs.codat.io/accounting-api#/schemas/Bill">Bills</a> are invoices that represent the SMB&apos;s financial obligations to their supplier for a purchase of goods or services.<br/>
31+
/// <a href="https://docs.codat.io/lending-api#/schemas/Bill">Bills</a> are invoices that represent the SMB&apos;s financial obligations to their supplier for a purchase of goods or services.<br/>
3232
/// <br/>
3333
/// Check out our <a href="https://knowledge.codat.io/supported-features/accounting?view=tab-by-data-type&amp;dataType=bills">coverage explorer</a> for integrations that support downloading a bill attachment.<br/>
3434
///
@@ -42,7 +42,7 @@ public interface IAccountsPayableBillsSDK
4242
/// <remarks>
4343
/// The *Get bill* endpoint returns a single bill for a given billId.<br/>
4444
/// <br/>
45-
/// <a href="https://docs.codat.io/accounting-api#/schemas/Bill">Bills</a> are invoices that represent the SMB&apos;s financial obligations to their supplier for a purchase of goods or services.<br/>
45+
/// <a href="https://docs.codat.io/lending-api#/schemas/Bill">Bills</a> are invoices that represent the SMB&apos;s financial obligations to their supplier for a purchase of goods or services.<br/>
4646
/// <br/>
4747
/// Check out our <a href="https://knowledge.codat.io/supported-features/accounting?view=tab-by-data-type&amp;dataType=bills">coverage explorer</a> for integrations that support getting a specific bill.<br/>
4848
/// <br/>
@@ -58,7 +58,7 @@ public interface IAccountsPayableBillsSDK
5858
/// <remarks>
5959
/// The *Get bill attachment* endpoint returns a specific attachment for a given `billId` and `attachmentId`.<br/>
6060
/// <br/>
61-
/// <a href="https://docs.codat.io/accounting-api#/schemas/Bill">Bills</a> are invoices that represent the SMB&apos;s financial obligations to their supplier for a purchase of goods or services.<br/>
61+
/// <a href="https://docs.codat.io/lending-api#/schemas/Bill">Bills</a> are invoices that represent the SMB&apos;s financial obligations to their supplier for a purchase of goods or services.<br/>
6262
/// <br/>
6363
/// Check out our <a href="https://knowledge.codat.io/supported-features/accounting?view=tab-by-data-type&amp;dataType=bills">coverage explorer</a> for integrations that support getting a bill attachment.<br/>
6464
///
@@ -70,9 +70,9 @@ public interface IAccountsPayableBillsSDK
7070
/// List bills
7171
///
7272
/// <remarks>
73-
/// The *List bills* endpoint returns a list of <a href="https://docs.codat.io/accounting-api#/schemas/Bill">bills</a> for a given company&apos;s connection.<br/>
73+
/// The *List bills* endpoint returns a list of <a href="https://docs.codat.io/lending-api#/schemas/Bill">bills</a> for a given company&apos;s connection.<br/>
7474
/// <br/>
75-
/// <a href="https://docs.codat.io/accounting-api#/schemas/Bill">Bills</a> are invoices that represent the SMB&apos;s financial obligations to their supplier for a purchase of goods or services.<br/>
75+
/// <a href="https://docs.codat.io/lending-api#/schemas/Bill">Bills</a> are invoices that represent the SMB&apos;s financial obligations to their supplier for a purchase of goods or services.<br/>
7676
/// <br/>
7777
/// Before using this endpoint, you must have <a href="https://docs.codat.io/lending-api#/operations/refresh-company-data">retrieved data for the company</a>.<br/>
7878
///
@@ -86,7 +86,7 @@ public interface IAccountsPayableBillsSDK
8686
/// <remarks>
8787
/// The *List bill attachments* endpoint returns a list of attachments available to download for a given `billId`.<br/>
8888
/// <br/>
89-
/// <a href="https://docs.codat.io/accounting-api#/schemas/Bill">Bills</a> are invoices that represent the SMB&apos;s financial obligations to their supplier for a purchase of goods or services.<br/>
89+
/// <a href="https://docs.codat.io/lending-api#/schemas/Bill">Bills</a> are invoices that represent the SMB&apos;s financial obligations to their supplier for a purchase of goods or services.<br/>
9090
/// <br/>
9191
/// Check out our <a href="https://knowledge.codat.io/supported-features/accounting?view=tab-by-data-type&amp;dataType=bills">coverage explorer</a> for integrations that support listing bill attachments.<br/>
9292
///
@@ -99,7 +99,7 @@ public class AccountsPayableBillsSDK: IAccountsPayableBillsSDK
9999
{
100100
public SDKConfig Config { get; private set; }
101101
private const string _language = "csharp";
102-
private const string _sdkVersion = "4.2.0";
102+
private const string _sdkVersion = "4.2.1";
103103
private const string _sdkGenVersion = "2.129.1";
104104
private const string _openapiDocVersion = "3.0.0";
105105
private string _serverUrl = "";

lending/CodatLending/AccountsPayableSuppliers.cs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public interface IAccountsPayableSuppliersSDK
2828
/// <remarks>
2929
/// The *Download supplier attachment* endpoint downloads a specific attachment for a given `supplierId` and `attachmentId`.<br/>
3030
/// <br/>
31-
/// <a href="https://docs.codat.io/accounting-api#/schemas/Supplier">Suppliers</a> are people or organizations that provide something, such as a product or service.<br/>
31+
/// <a href="https://docs.codat.io/lending-api#/schemas/Supplier">Suppliers</a> are people or organizations that provide something, such as a product or service.<br/>
3232
/// <br/>
3333
/// Check out our <a href="https://knowledge.codat.io/supported-features/accounting?view=tab-by-data-type&amp;dataType=suppliers">coverage explorer</a> for integrations that support downloading a supplier attachment.<br/>
3434
///
@@ -42,7 +42,7 @@ public interface IAccountsPayableSuppliersSDK
4242
/// <remarks>
4343
/// The *Get supplier* endpoint returns a single supplier for a given supplierId.<br/>
4444
/// <br/>
45-
/// <a href="https://docs.codat.io/accounting-api#/schemas/Supplier">Suppliers</a> are people or organizations that provide something, such as a product or service.<br/>
45+
/// <a href="https://docs.codat.io/lending-api#/schemas/Supplier">Suppliers</a> are people or organizations that provide something, such as a product or service.<br/>
4646
/// <br/>
4747
/// Check out our <a href="https://knowledge.codat.io/supported-features/accounting?view=tab-by-data-type&amp;dataType=suppliers">coverage explorer</a> for integrations that support getting a specific supplier.<br/>
4848
/// <br/>
@@ -58,7 +58,7 @@ public interface IAccountsPayableSuppliersSDK
5858
/// <remarks>
5959
/// The *Get supplier attachment* endpoint returns a specific attachment for a given `supplierId` and `attachmentId`.<br/>
6060
/// <br/>
61-
/// <a href="https://docs.codat.io/accounting-api#/schemas/Supplier">Suppliers</a> are people or organizations that provide something, such as a product or service.<br/>
61+
/// <a href="https://docs.codat.io/lending-api#/schemas/Supplier">Suppliers</a> are people or organizations that provide something, such as a product or service.<br/>
6262
/// <br/>
6363
/// Check out our <a href="https://knowledge.codat.io/supported-features/accounting?view=tab-by-data-type&amp;dataType=suppliers">coverage explorer</a> for integrations that support getting a supplier attachment.<br/>
6464
///
@@ -70,9 +70,9 @@ public interface IAccountsPayableSuppliersSDK
7070
/// List suppliers
7171
///
7272
/// <remarks>
73-
/// The *List suppliers* endpoint returns a list of <a href="https://docs.codat.io/accounting-api#/schemas/Supplier">suppliers</a> for a given company&apos;s connection.<br/>
73+
/// The *List suppliers* endpoint returns a list of <a href="https://docs.codat.io/lending-api#/schemas/Supplier">suppliers</a> for a given company&apos;s connection.<br/>
7474
/// <br/>
75-
/// <a href="https://docs.codat.io/accounting-api#/schemas/Supplier">Suppliers</a> are people or organizations that provide something, such as a product or service.<br/>
75+
/// <a href="https://docs.codat.io/lending-api#/schemas/Supplier">Suppliers</a> are people or organizations that provide something, such as a product or service.<br/>
7676
/// <br/>
7777
/// Before using this endpoint, you must have <a href="https://docs.codat.io/lending-api#/operations/refresh-company-data">retrieved data for the company</a>.<br/>
7878
///
@@ -86,7 +86,7 @@ public interface IAccountsPayableSuppliersSDK
8686
/// <remarks>
8787
/// The *List supplier attachments* endpoint returns a list of attachments available to download for given `supplierId`.<br/>
8888
/// <br/>
89-
/// <a href="https://docs.codat.io/accounting-api#/schemas/Supplier">Suppliers</a> are people or organizations that provide something, such as a product or service.<br/>
89+
/// <a href="https://docs.codat.io/lending-api#/schemas/Supplier">Suppliers</a> are people or organizations that provide something, such as a product or service.<br/>
9090
/// <br/>
9191
/// Check out our <a href="https://knowledge.codat.io/supported-features/accounting?view=tab-by-data-type&amp;dataType=suppliers">coverage explorer</a> for integrations that support listing supplier attachments.<br/>
9292
///
@@ -99,7 +99,7 @@ public class AccountsPayableSuppliersSDK: IAccountsPayableSuppliersSDK
9999
{
100100
public SDKConfig Config { get; private set; }
101101
private const string _language = "csharp";
102-
private const string _sdkVersion = "4.2.0";
102+
private const string _sdkVersion = "4.2.1";
103103
private const string _sdkGenVersion = "2.129.1";
104104
private const string _openapiDocVersion = "3.0.0";
105105
private string _serverUrl = "";

lending/CodatLending/AccountsReceivable.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public class AccountsReceivableSDK: IAccountsReceivableSDK
2727
{
2828
public SDKConfig Config { get; private set; }
2929
private const string _language = "csharp";
30-
private const string _sdkVersion = "4.2.0";
30+
private const string _sdkVersion = "4.2.1";
3131
private const string _sdkGenVersion = "2.129.1";
3232
private const string _openapiDocVersion = "3.0.0";
3333
private string _serverUrl = "";

0 commit comments

Comments
 (0)