@codat/lending 3.3.0 → 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +447 -201
- package/dist/internal/utils/queryparams.js +7 -3
- package/dist/internal/utils/requestbody.js +28 -18
- package/dist/internal/utils/security.js +11 -3
- package/dist/internal/utils/utils.js +2 -4
- package/dist/sdk/accountbalances.d.ts +20 -0
- package/dist/sdk/accountbalances.js +174 -0
- package/dist/sdk/accounts.d.ts +34 -0
- package/dist/sdk/accounts.js +262 -0
- package/dist/sdk/accountspayable.d.ts +8 -8
- package/dist/sdk/accountspayable.js +8 -8
- package/dist/sdk/accountsreceivable.d.ts +12 -12
- package/dist/sdk/accountsreceivable.js +12 -12
- package/dist/sdk/accounttransactions.d.ts +34 -0
- package/dist/sdk/accounttransactions.js +262 -0
- package/dist/sdk/balancesheet.d.ts +24 -0
- package/dist/sdk/balancesheet.js +253 -0
- package/dist/sdk/bankaccounts.d.ts +39 -0
- package/dist/sdk/bankaccounts.js +293 -0
- package/dist/sdk/banking.d.ts +10 -10
- package/dist/sdk/banking.js +10 -10
- package/dist/sdk/banktransactions.d.ts +40 -0
- package/dist/sdk/banktransactions.js +294 -0
- package/dist/sdk/billcreditnotes.d.ts +34 -0
- package/dist/sdk/billcreditnotes.js +262 -0
- package/dist/sdk/billpayments.d.ts +34 -0
- package/dist/sdk/billpayments.js +262 -0
- package/dist/sdk/bills.d.ts +74 -0
- package/dist/sdk/bills.js +530 -0
- package/dist/sdk/cashflow.d.ts +15 -0
- package/dist/sdk/cashflow.js +169 -0
- package/dist/sdk/categorizedstatement.d.ts +19 -0
- package/dist/sdk/categorizedstatement.js +173 -0
- package/dist/sdk/codatlendingaccountingbankdata.d.ts +27 -0
- package/dist/sdk/codatlendingaccountingbankdata.js +181 -0
- package/dist/sdk/codatlendingaccounts.d.ts +34 -0
- package/dist/sdk/codatlendingaccounts.js +262 -0
- package/dist/sdk/codatlendingbankingtransactions.d.ts +34 -0
- package/dist/sdk/codatlendingbankingtransactions.js +262 -0
- package/dist/sdk/codatlendingcustomers.d.ts +34 -0
- package/dist/sdk/codatlendingcustomers.js +262 -0
- package/dist/sdk/codatlendingdirectcosts.d.ts +74 -0
- package/dist/sdk/codatlendingdirectcosts.js +530 -0
- package/dist/sdk/codatlendingfinancialstatementsaccounts.d.ts +33 -0
- package/dist/sdk/codatlendingfinancialstatementsaccounts.js +261 -0
- package/dist/sdk/codatlendingloanwritebackaccounts.d.ts +40 -0
- package/dist/sdk/codatlendingloanwritebackaccounts.js +294 -0
- package/dist/sdk/codatlendingpayments.d.ts +40 -0
- package/dist/sdk/codatlendingpayments.js +294 -0
- package/dist/sdk/codatlendingreports.d.ts +69 -0
- package/dist/sdk/codatlendingreports.js +298 -0
- package/dist/sdk/codatlendingsalespayments.d.ts +34 -0
- package/dist/sdk/codatlendingsalespayments.js +262 -0
- package/dist/sdk/codatlendingsuppliers.d.ts +40 -0
- package/dist/sdk/codatlendingsuppliers.js +294 -0
- package/dist/sdk/codatlendingtransactions.d.ts +34 -0
- package/dist/sdk/codatlendingtransactions.js +262 -0
- package/dist/sdk/codatlendingtransfers.d.ts +34 -0
- package/dist/sdk/codatlendingtransfers.js +262 -0
- package/dist/sdk/companies.d.ts +2 -2
- package/dist/sdk/companies.js +51 -51
- package/dist/sdk/companyinfo.d.ts +5 -3
- package/dist/sdk/companyinfo.js +27 -25
- package/dist/sdk/connections.d.ts +1 -1
- package/dist/sdk/connections.js +51 -51
- package/dist/sdk/createoperations.d.ts +22 -0
- package/dist/sdk/createoperations.js +250 -0
- package/dist/sdk/creditnotes.d.ts +34 -0
- package/dist/sdk/creditnotes.js +262 -0
- package/dist/sdk/customers.d.ts +74 -0
- package/dist/sdk/customers.js +530 -0
- package/dist/sdk/dataintegrity.d.ts +1 -1
- package/dist/sdk/dataintegrity.js +33 -33
- package/dist/sdk/directcosts.d.ts +40 -0
- package/dist/sdk/directcosts.js +294 -0
- package/dist/sdk/directincomes.d.ts +74 -0
- package/dist/sdk/directincomes.js +531 -0
- package/dist/sdk/disputes.d.ts +34 -0
- package/dist/sdk/disputes.js +262 -0
- package/dist/sdk/excelreports.d.ts +1 -1
- package/dist/sdk/excelreports.js +33 -33
- package/dist/sdk/fileupload.d.ts +1 -1
- package/dist/sdk/fileupload.js +31 -31
- package/dist/sdk/financialstatements.d.ts +8 -8
- package/dist/sdk/financialstatements.js +8 -8
- package/dist/sdk/invoices.d.ts +97 -0
- package/dist/sdk/invoices.js +708 -0
- package/dist/sdk/journalentries.d.ts +34 -0
- package/dist/sdk/journalentries.js +262 -0
- package/dist/sdk/journals.d.ts +34 -0
- package/dist/sdk/journals.js +262 -0
- package/dist/sdk/liabilities.d.ts +1 -1
- package/dist/sdk/liabilities.js +39 -39
- package/dist/sdk/loanwriteback.d.ts +16 -14
- package/dist/sdk/loanwriteback.js +16 -14
- package/dist/sdk/locations.d.ts +34 -0
- package/dist/sdk/locations.js +261 -0
- package/dist/sdk/managedata.d.ts +5 -5
- package/dist/sdk/managedata.js +19 -19
- package/dist/sdk/metrics.d.ts +102 -0
- package/dist/sdk/metrics.js +406 -0
- package/dist/sdk/models/operations/createaccount.d.ts +3 -3
- package/dist/sdk/models/operations/createaccount.js +3 -3
- package/dist/sdk/models/operations/createbankaccount.d.ts +44 -0
- package/dist/sdk/models/operations/createbankaccount.js +111 -0
- package/dist/sdk/models/operations/createbanktransactions.d.ts +3 -3
- package/dist/sdk/models/operations/createbanktransactions.js +1 -1
- package/dist/sdk/models/operations/createcompany.d.ts +2 -2
- package/dist/sdk/models/operations/createcompany.js +1 -1
- package/dist/sdk/models/operations/createconnection.d.ts +2 -2
- package/dist/sdk/models/operations/createconnection.js +1 -1
- package/dist/sdk/models/operations/createdirectcost.d.ts +3 -3
- package/dist/sdk/models/operations/createdirectcost.js +5 -5
- package/dist/sdk/models/operations/createpayment.d.ts +2 -2
- package/dist/sdk/models/operations/createpayment.js +1 -1
- package/dist/sdk/models/operations/createsupplier.d.ts +2 -2
- package/dist/sdk/models/operations/createsupplier.js +1 -1
- package/dist/sdk/models/operations/createtransfer.d.ts +2 -2
- package/dist/sdk/models/operations/createtransfer.js +1 -1
- package/dist/sdk/models/operations/deletecompany.d.ts +2 -2
- package/dist/sdk/models/operations/deletecompany.js +1 -1
- package/dist/sdk/models/operations/deleteconnection.d.ts +2 -2
- package/dist/sdk/models/operations/deleteconnection.js +1 -1
- package/dist/sdk/models/operations/downloadaccountingbillattachment.d.ts +2 -2
- package/dist/sdk/models/operations/downloadaccountingbillattachment.js +1 -1
- package/dist/sdk/models/operations/downloadaccountingcustomerattachment.d.ts +2 -2
- package/dist/sdk/models/operations/downloadaccountingcustomerattachment.js +1 -1
- package/dist/sdk/models/operations/downloadaccountingdirectcostattachment.d.ts +2 -2
- package/dist/sdk/models/operations/downloadaccountingdirectcostattachment.js +1 -1
- package/dist/sdk/models/operations/downloadaccountingdirectincomeattachment.d.ts +2 -2
- package/dist/sdk/models/operations/downloadaccountingdirectincomeattachment.js +1 -1
- package/dist/sdk/models/operations/downloadaccountinginvoiceattachment.d.ts +2 -2
- package/dist/sdk/models/operations/downloadaccountinginvoiceattachment.js +1 -1
- package/dist/sdk/models/operations/downloadaccountinginvoicepdf.d.ts +6 -1
- package/dist/sdk/models/operations/downloadaccountinginvoicepdf.js +28 -0
- package/dist/sdk/models/operations/downloadaccountingsupplierattachment.d.ts +2 -2
- package/dist/sdk/models/operations/downloadaccountingsupplierattachment.js +1 -1
- package/dist/sdk/models/operations/downloadexcelreport.d.ts +3 -3
- package/dist/sdk/models/operations/downloadexcelreport.js +1 -1
- package/dist/sdk/models/operations/downloadfiles.d.ts +2 -2
- package/dist/sdk/models/operations/downloadfiles.js +1 -1
- package/dist/sdk/models/operations/generateexcelreport.d.ts +3 -3
- package/dist/sdk/models/operations/generateexcelreport.js +1 -1
- package/dist/sdk/models/operations/generateloansummary.d.ts +4 -4
- package/dist/sdk/models/operations/generateloansummary.js +8 -8
- package/dist/sdk/models/operations/generateloantransactions.d.ts +5 -5
- package/dist/sdk/models/operations/generateloantransactions.js +8 -8
- package/dist/sdk/models/operations/getaccountingaccount.d.ts +2 -2
- package/dist/sdk/models/operations/getaccountingaccount.js +1 -1
- package/dist/sdk/models/operations/getaccountingaccounttransaction.d.ts +2 -2
- package/dist/sdk/models/operations/getaccountingaccounttransaction.js +1 -1
- package/dist/sdk/models/operations/getaccountingagedcreditorsreport.d.ts +3 -3
- package/dist/sdk/models/operations/getaccountingagedcreditorsreport.js +2 -2
- package/dist/sdk/models/operations/getaccountingageddebtorsreport.d.ts +3 -3
- package/dist/sdk/models/operations/getaccountingageddebtorsreport.js +2 -2
- package/dist/sdk/models/operations/getaccountingbalancesheet.d.ts +2 -2
- package/dist/sdk/models/operations/getaccountingbalancesheet.js +1 -1
- package/dist/sdk/models/operations/getaccountingbankaccount.d.ts +2 -2
- package/dist/sdk/models/operations/getaccountingbankaccount.js +1 -1
- package/dist/sdk/models/operations/getaccountingbill.d.ts +2 -2
- package/dist/sdk/models/operations/getaccountingbill.js +1 -1
- package/dist/sdk/models/operations/getaccountingbillattachment.d.ts +2 -2
- package/dist/sdk/models/operations/getaccountingbillattachment.js +1 -1
- package/dist/sdk/models/operations/getaccountingbillcreditnote.d.ts +2 -2
- package/dist/sdk/models/operations/getaccountingbillcreditnote.js +1 -1
- package/dist/sdk/models/operations/getaccountingbillpayment.d.ts +2 -2
- package/dist/sdk/models/operations/getaccountingbillpayment.js +1 -1
- package/dist/sdk/models/operations/getaccountingcashflowstatement.d.ts +2 -2
- package/dist/sdk/models/operations/getaccountingcashflowstatement.js +1 -1
- package/dist/sdk/models/operations/getaccountingcreditnote.d.ts +2 -2
- package/dist/sdk/models/operations/getaccountingcreditnote.js +1 -1
- package/dist/sdk/models/operations/getaccountingcustomer.d.ts +2 -2
- package/dist/sdk/models/operations/getaccountingcustomer.js +1 -1
- package/dist/sdk/models/operations/getaccountingcustomerattachment.d.ts +2 -2
- package/dist/sdk/models/operations/getaccountingcustomerattachment.js +1 -1
- package/dist/sdk/models/operations/getaccountingdirectcost.d.ts +2 -2
- package/dist/sdk/models/operations/getaccountingdirectcost.js +1 -1
- package/dist/sdk/models/operations/getaccountingdirectcostattachment.d.ts +2 -2
- package/dist/sdk/models/operations/getaccountingdirectcostattachment.js +1 -1
- package/dist/sdk/models/operations/getaccountingdirectincome.d.ts +2 -2
- package/dist/sdk/models/operations/getaccountingdirectincome.js +1 -1
- package/dist/sdk/models/operations/getaccountingdirectincomeattachment.d.ts +2 -2
- package/dist/sdk/models/operations/getaccountingdirectincomeattachment.js +1 -1
- package/dist/sdk/models/operations/getaccountinginvoice.d.ts +2 -2
- package/dist/sdk/models/operations/getaccountinginvoice.js +1 -1
- package/dist/sdk/models/operations/getaccountinginvoiceattachment.d.ts +2 -2
- package/dist/sdk/models/operations/getaccountinginvoiceattachment.js +1 -1
- package/dist/sdk/models/operations/getaccountingjournal.d.ts +2 -2
- package/dist/sdk/models/operations/getaccountingjournal.js +1 -1
- package/dist/sdk/models/operations/getaccountingjournalentry.d.ts +2 -2
- package/dist/sdk/models/operations/getaccountingjournalentry.js +1 -1
- package/dist/sdk/models/operations/getaccountingpayment.d.ts +2 -2
- package/dist/sdk/models/operations/getaccountingpayment.js +1 -1
- package/dist/sdk/models/operations/getaccountingprofile.d.ts +2 -2
- package/dist/sdk/models/operations/getaccountingprofile.js +1 -1
- package/dist/sdk/models/operations/getaccountingprofitandloss.d.ts +2 -2
- package/dist/sdk/models/operations/getaccountingprofitandloss.js +1 -1
- package/dist/sdk/models/operations/getaccountingsupplier.d.ts +2 -2
- package/dist/sdk/models/operations/getaccountingsupplier.js +1 -1
- package/dist/sdk/models/operations/getaccountingsupplierattachment.d.ts +2 -2
- package/dist/sdk/models/operations/getaccountingsupplierattachment.js +1 -1
- package/dist/sdk/models/operations/getaccountingtransfer.d.ts +2 -2
- package/dist/sdk/models/operations/getaccountingtransfer.js +1 -1
- package/dist/sdk/models/operations/getbankingaccount.d.ts +6 -2
- package/dist/sdk/models/operations/getbankingaccount.js +5 -1
- package/dist/sdk/models/operations/getbankingtransaction.d.ts +6 -2
- package/dist/sdk/models/operations/getbankingtransaction.js +5 -1
- package/dist/sdk/models/operations/getbankingtransactioncategory.d.ts +6 -2
- package/dist/sdk/models/operations/getbankingtransactioncategory.js +5 -1
- package/dist/sdk/models/operations/getcategorizedbalancesheetstatement.d.ts +3 -3
- package/dist/sdk/models/operations/getcategorizedbalancesheetstatement.js +1 -1
- package/dist/sdk/models/operations/getcategorizedbankstatement.d.ts +3 -3
- package/dist/sdk/models/operations/getcategorizedbankstatement.js +1 -1
- package/dist/sdk/models/operations/getcategorizedprofitandlossstatement.d.ts +3 -3
- package/dist/sdk/models/operations/getcategorizedprofitandlossstatement.js +1 -1
- package/dist/sdk/models/operations/getcommercecustomer.d.ts +2 -2
- package/dist/sdk/models/operations/getcommercecustomer.js +1 -1
- package/dist/sdk/models/operations/getcommercecustomerretentionmetrics.d.ts +3 -3
- package/dist/sdk/models/operations/getcommercecustomerretentionmetrics.js +1 -1
- package/dist/sdk/models/operations/getcommercedispute.d.ts +2 -2
- package/dist/sdk/models/operations/getcommercedispute.js +1 -1
- package/dist/sdk/models/operations/getcommercelifetimevaluemetrics.d.ts +3 -3
- package/dist/sdk/models/operations/getcommercelifetimevaluemetrics.js +1 -1
- package/dist/sdk/models/operations/getcommercelocation.d.ts +2 -2
- package/dist/sdk/models/operations/getcommercelocation.js +1 -1
- package/dist/sdk/models/operations/getcommerceorder.d.ts +2 -2
- package/dist/sdk/models/operations/getcommerceorder.js +1 -1
- package/dist/sdk/models/operations/getcommerceordersreport.d.ts +3 -3
- package/dist/sdk/models/operations/getcommerceordersreport.js +1 -1
- package/dist/sdk/models/operations/getcommercepayment.d.ts +2 -2
- package/dist/sdk/models/operations/getcommercepayment.js +1 -1
- package/dist/sdk/models/operations/getcommercepaymentmethod.d.ts +2 -2
- package/dist/sdk/models/operations/getcommercepaymentmethod.js +1 -1
- package/dist/sdk/models/operations/getcommerceproduct.d.ts +2 -2
- package/dist/sdk/models/operations/getcommerceproduct.js +1 -1
- package/dist/sdk/models/operations/getcommerceproductcategory.d.ts +2 -2
- package/dist/sdk/models/operations/getcommerceproductcategory.js +1 -1
- package/dist/sdk/models/operations/getcommerceprofile.d.ts +2 -2
- package/dist/sdk/models/operations/getcommerceprofile.js +1 -1
- package/dist/sdk/models/operations/getcommercerefundsreport.d.ts +3 -3
- package/dist/sdk/models/operations/getcommercerefundsreport.js +1 -1
- package/dist/sdk/models/operations/getcommercerevenuemetrics.d.ts +3 -3
- package/dist/sdk/models/operations/getcommercerevenuemetrics.js +1 -1
- package/dist/sdk/models/operations/getcommercetransaction.d.ts +2 -2
- package/dist/sdk/models/operations/getcommercetransaction.js +1 -1
- package/dist/sdk/models/operations/getcompany.d.ts +2 -2
- package/dist/sdk/models/operations/getcompany.js +1 -1
- package/dist/sdk/models/operations/getconnection.d.ts +2 -2
- package/dist/sdk/models/operations/getconnection.js +1 -1
- package/dist/sdk/models/operations/getcreatebanktransactionsmodel.d.ts +2 -2
- package/dist/sdk/models/operations/getcreatebanktransactionsmodel.js +1 -1
- package/dist/sdk/models/operations/getcreatechartofaccountsmodel.d.ts +2 -2
- package/dist/sdk/models/operations/getcreatechartofaccountsmodel.js +1 -1
- package/dist/sdk/models/operations/getcreatedirectcostsmodel.d.ts +2 -2
- package/dist/sdk/models/operations/getcreatedirectcostsmodel.js +1 -1
- package/dist/sdk/models/operations/getcreateoperation.d.ts +2 -2
- package/dist/sdk/models/operations/getcreateoperation.js +1 -1
- package/dist/sdk/models/operations/getcreatepaymentmodel.d.ts +35 -0
- package/dist/sdk/models/operations/getcreatepaymentmodel.js +99 -0
- package/dist/sdk/models/operations/getcreatetransfersmodel.d.ts +2 -2
- package/dist/sdk/models/operations/getcreatetransfersmodel.js +1 -1
- package/dist/sdk/models/operations/getcreateupdatebankaccountsmodel.d.ts +35 -0
- package/dist/sdk/models/operations/getcreateupdatebankaccountsmodel.js +99 -0
- package/dist/sdk/models/operations/getcreateupdatesuppliersmodel.d.ts +2 -2
- package/dist/sdk/models/operations/getcreateupdatesuppliersmodel.js +1 -1
- package/dist/sdk/models/operations/getdataintegritystatus.d.ts +2 -2
- package/dist/sdk/models/operations/getdataintegritystatus.js +1 -1
- package/dist/sdk/models/operations/getdataintegritysummaries.d.ts +3 -3
- package/dist/sdk/models/operations/getdataintegritysummaries.js +1 -1
- package/dist/sdk/models/operations/getdatastatus.d.ts +3 -3
- package/dist/sdk/models/operations/getdatastatus.js +2 -2
- package/dist/sdk/models/operations/getexcelreportgenerationstatus.d.ts +3 -3
- package/dist/sdk/models/operations/getexcelreportgenerationstatus.js +1 -1
- package/dist/sdk/models/operations/getloansummary.d.ts +4 -4
- package/dist/sdk/models/operations/getloansummary.js +8 -8
- package/dist/sdk/models/operations/getpulloperation.d.ts +2 -2
- package/dist/sdk/models/operations/getpulloperation.js +1 -1
- package/dist/sdk/models/operations/index.d.ts +3 -1
- package/dist/sdk/models/operations/index.js +3 -1
- package/dist/sdk/models/operations/isagedcreditorsreportavailable.d.ts +7 -2
- package/dist/sdk/models/operations/isagedcreditorsreportavailable.js +29 -1
- package/dist/sdk/models/operations/isageddebtorsreportavailable.d.ts +7 -2
- package/dist/sdk/models/operations/isageddebtorsreportavailable.js +29 -1
- package/dist/sdk/models/operations/listaccountingaccounts.d.ts +2 -2
- package/dist/sdk/models/operations/listaccountingaccounts.js +1 -1
- package/dist/sdk/models/operations/listaccountingaccounttransactions.d.ts +2 -2
- package/dist/sdk/models/operations/listaccountingaccounttransactions.js +1 -1
- package/dist/sdk/models/operations/listaccountingbankaccounts.d.ts +2 -2
- package/dist/sdk/models/operations/listaccountingbankaccounts.js +1 -1
- package/dist/sdk/models/operations/listaccountingbankaccounttransactions.d.ts +2 -2
- package/dist/sdk/models/operations/listaccountingbankaccounttransactions.js +1 -1
- package/dist/sdk/models/operations/listaccountingbillattachments.d.ts +2 -2
- package/dist/sdk/models/operations/listaccountingbillattachments.js +1 -1
- package/dist/sdk/models/operations/listaccountingbillcreditnotes.d.ts +2 -2
- package/dist/sdk/models/operations/listaccountingbillcreditnotes.js +1 -1
- package/dist/sdk/models/operations/listaccountingbillpayments.d.ts +2 -2
- package/dist/sdk/models/operations/listaccountingbillpayments.js +1 -1
- package/dist/sdk/models/operations/listaccountingbills.d.ts +2 -2
- package/dist/sdk/models/operations/listaccountingbills.js +1 -1
- package/dist/sdk/models/operations/listaccountingcreditnotes.d.ts +2 -2
- package/dist/sdk/models/operations/listaccountingcreditnotes.js +1 -1
- package/dist/sdk/models/operations/listaccountingcustomerattachments.d.ts +2 -2
- package/dist/sdk/models/operations/listaccountingcustomerattachments.js +1 -1
- package/dist/sdk/models/operations/listaccountingcustomers.d.ts +2 -2
- package/dist/sdk/models/operations/listaccountingcustomers.js +1 -1
- package/dist/sdk/models/operations/listaccountingdirectcostattachments.d.ts +2 -2
- package/dist/sdk/models/operations/listaccountingdirectcostattachments.js +1 -1
- package/dist/sdk/models/operations/listaccountingdirectcosts.d.ts +2 -2
- package/dist/sdk/models/operations/listaccountingdirectcosts.js +1 -1
- package/dist/sdk/models/operations/listaccountingdirectincomeattachments.d.ts +2 -2
- package/dist/sdk/models/operations/listaccountingdirectincomeattachments.js +1 -1
- package/dist/sdk/models/operations/listaccountingdirectincomes.d.ts +2 -2
- package/dist/sdk/models/operations/listaccountingdirectincomes.js +1 -1
- package/dist/sdk/models/operations/listaccountinginvoiceattachments.d.ts +2 -2
- package/dist/sdk/models/operations/listaccountinginvoiceattachments.js +1 -1
- package/dist/sdk/models/operations/listaccountinginvoices.d.ts +2 -2
- package/dist/sdk/models/operations/listaccountinginvoices.js +1 -1
- package/dist/sdk/models/operations/listaccountingjournalentries.d.ts +2 -2
- package/dist/sdk/models/operations/listaccountingjournalentries.js +1 -1
- package/dist/sdk/models/operations/listaccountingjournals.d.ts +2 -2
- package/dist/sdk/models/operations/listaccountingjournals.js +1 -1
- package/dist/sdk/models/operations/listaccountingpayments.d.ts +2 -2
- package/dist/sdk/models/operations/listaccountingpayments.js +1 -1
- package/dist/sdk/models/operations/listaccountingsupplierattachments.d.ts +2 -2
- package/dist/sdk/models/operations/listaccountingsupplierattachments.js +1 -1
- package/dist/sdk/models/operations/listaccountingsuppliers.d.ts +2 -2
- package/dist/sdk/models/operations/listaccountingsuppliers.js +1 -1
- package/dist/sdk/models/operations/listaccountingtransfers.d.ts +2 -2
- package/dist/sdk/models/operations/listaccountingtransfers.js +1 -1
- package/dist/sdk/models/operations/listbankingaccountbalances.d.ts +2 -2
- package/dist/sdk/models/operations/listbankingaccountbalances.js +1 -1
- package/dist/sdk/models/operations/listbankingaccounts.d.ts +2 -2
- package/dist/sdk/models/operations/listbankingaccounts.js +1 -1
- package/dist/sdk/models/operations/listbankingtransactioncategories.d.ts +2 -2
- package/dist/sdk/models/operations/listbankingtransactioncategories.js +1 -1
- package/dist/sdk/models/operations/listbankingtransactions.d.ts +2 -2
- package/dist/sdk/models/operations/listbankingtransactions.js +1 -1
- package/dist/sdk/models/operations/listcommercecustomers.d.ts +2 -2
- package/dist/sdk/models/operations/listcommercecustomers.js +1 -1
- package/dist/sdk/models/operations/listcommercedisputes.d.ts +2 -2
- package/dist/sdk/models/operations/listcommercedisputes.js +1 -1
- package/dist/sdk/models/operations/listcommercelocations.d.ts +3 -3
- package/dist/sdk/models/operations/listcommercelocations.js +1 -1
- package/dist/sdk/models/operations/listcommerceorders.d.ts +2 -2
- package/dist/sdk/models/operations/listcommerceorders.js +1 -1
- package/dist/sdk/models/operations/listcommercepaymentmethods.d.ts +2 -2
- package/dist/sdk/models/operations/listcommercepaymentmethods.js +1 -1
- package/dist/sdk/models/operations/listcommercepayments.d.ts +2 -2
- package/dist/sdk/models/operations/listcommercepayments.js +1 -1
- package/dist/sdk/models/operations/listcommerceproductcategories.d.ts +2 -2
- package/dist/sdk/models/operations/listcommerceproductcategories.js +1 -1
- package/dist/sdk/models/operations/listcommerceproducts.d.ts +2 -2
- package/dist/sdk/models/operations/listcommerceproducts.js +1 -1
- package/dist/sdk/models/operations/listcommercetransactions.d.ts +2 -2
- package/dist/sdk/models/operations/listcommercetransactions.js +1 -1
- package/dist/sdk/models/operations/listcompanies.d.ts +2 -2
- package/dist/sdk/models/operations/listcompanies.js +1 -1
- package/dist/sdk/models/operations/listconnections.d.ts +2 -2
- package/dist/sdk/models/operations/listconnections.js +1 -1
- package/dist/sdk/models/operations/listcreateoperations.d.ts +2 -2
- package/dist/sdk/models/operations/listcreateoperations.js +1 -1
- package/dist/sdk/models/operations/listdataintegritydetails.d.ts +3 -3
- package/dist/sdk/models/operations/listdataintegritydetails.js +1 -1
- package/dist/sdk/models/operations/listfiles.d.ts +2 -2
- package/dist/sdk/models/operations/listfiles.js +1 -1
- package/dist/sdk/models/operations/listloantransactions.d.ts +5 -5
- package/dist/sdk/models/operations/listloantransactions.js +8 -8
- package/dist/sdk/models/operations/listpulloperations.d.ts +2 -2
- package/dist/sdk/models/operations/listpulloperations.js +1 -1
- package/dist/sdk/models/operations/listreconciledinvoices.d.ts +3 -3
- package/dist/sdk/models/operations/listreconciledinvoices.js +1 -1
- package/dist/sdk/models/operations/refreshalldatatypes.d.ts +2 -2
- package/dist/sdk/models/operations/refreshalldatatypes.js +1 -1
- package/dist/sdk/models/operations/refreshdatatype.d.ts +3 -3
- package/dist/sdk/models/operations/refreshdatatype.js +1 -1
- package/dist/sdk/models/operations/unlinkconnection.d.ts +2 -2
- package/dist/sdk/models/operations/unlinkconnection.js +1 -1
- package/dist/sdk/models/operations/updatecompany.d.ts +2 -2
- package/dist/sdk/models/operations/updatecompany.js +1 -1
- package/dist/sdk/models/operations/uploadfiles.d.ts +3 -3
- package/dist/sdk/models/operations/uploadfiles.js +3 -3
- package/dist/sdk/models/shared/accountingaccount.d.ts +5 -5
- package/dist/sdk/models/shared/accountingaccount.js +5 -5
- package/dist/sdk/models/shared/accountingaccounttransaction.d.ts +2 -2
- package/dist/sdk/models/shared/accountingaccounttransaction.js +8 -8
- package/dist/sdk/models/shared/accountingbill.d.ts +4 -4
- package/dist/sdk/models/shared/accountingbill.js +19 -19
- package/dist/sdk/models/shared/accountingcompanyinfo.d.ts +2 -2
- package/dist/sdk/models/shared/accountingcompanyinfo.js +2 -2
- package/dist/sdk/models/shared/accountingcreateaccountresponse.d.ts +5 -5
- package/dist/sdk/models/shared/accountingcreatebankaccountresponse.d.ts +123 -0
- package/dist/sdk/models/shared/accountingcreatebankaccountresponse.js +118 -0
- package/dist/sdk/models/shared/accountingcreatepaymentresponse.d.ts +530 -530
- package/dist/sdk/models/shared/accountingdirectcost.d.ts +16 -3
- package/dist/sdk/models/shared/accountingdirectcost.js +25 -4
- package/dist/sdk/models/shared/accountingdirectincome.d.ts +1 -1
- package/dist/sdk/models/shared/accountinginvoice.d.ts +2 -2
- package/dist/sdk/models/shared/accountinginvoice.js +10 -10
- package/dist/sdk/models/shared/accountingpayment.d.ts +530 -530
- package/dist/sdk/models/shared/accountingpayment.js +530 -530
- package/dist/sdk/models/shared/accountingpaymentallocation.d.ts +2 -2
- package/dist/sdk/models/shared/accountingpaymentallocation.js +12 -12
- package/dist/sdk/models/shared/accountingtransfer.d.ts +3 -16
- package/dist/sdk/models/shared/accountingtransfer.js +4 -25
- package/dist/sdk/models/shared/accountprototype.d.ts +129 -0
- package/dist/sdk/models/shared/accountprototype.js +167 -0
- package/dist/sdk/models/shared/accountsreceivabletracking.d.ts +2 -2
- package/dist/sdk/models/shared/accountsreceivabletracking.js +10 -10
- package/dist/sdk/models/shared/balancesheet.d.ts +3 -2
- package/dist/sdk/models/shared/balancesheet.js +5 -4
- package/dist/sdk/models/shared/billcreditnotelineitem.d.ts +4 -4
- package/dist/sdk/models/shared/billcreditnotelineitem.js +20 -20
- package/dist/sdk/models/shared/billlineitem.d.ts +10 -9
- package/dist/sdk/models/shared/billlineitem.js +23 -18
- package/dist/sdk/models/shared/cashflowstatement.d.ts +3 -3
- package/dist/sdk/models/shared/cashflowstatement.js +5 -5
- package/dist/sdk/models/shared/commercecompanyinfo.d.ts +1 -1
- package/dist/sdk/models/shared/commercecompanyinfo.js +1 -1
- package/dist/sdk/models/shared/connection.d.ts +2 -2
- package/dist/sdk/models/shared/connection.js +9 -9
- package/dist/sdk/models/shared/contactref.d.ts +1 -1
- package/dist/sdk/models/shared/contactref.js +1 -1
- package/dist/sdk/models/shared/creditnotelineitem.d.ts +2 -2
- package/dist/sdk/models/shared/creditnotelineitem.js +3 -3
- package/dist/sdk/models/shared/datastatus.d.ts +3 -2
- package/dist/sdk/models/shared/datastatus.js +47 -46
- package/dist/sdk/models/shared/datatype.d.ts +1 -0
- package/dist/sdk/models/shared/datatype.js +1 -0
- package/dist/sdk/models/shared/directcostlineitem.d.ts +2 -2
- package/dist/sdk/models/shared/directcostlineitem.js +3 -3
- package/dist/sdk/models/shared/directcostprototype.d.ts +126 -0
- package/dist/sdk/models/shared/directcostprototype.js +129 -0
- package/dist/sdk/models/shared/directincomelineitem.d.ts +2 -2
- package/dist/sdk/models/shared/directincomelineitem.js +3 -3
- package/dist/sdk/models/shared/enhancedfinancialreport.d.ts +2 -2
- package/dist/sdk/models/shared/enhancedfinancialreport.js +13 -13
- package/dist/sdk/models/shared/index.d.ts +6 -1
- package/dist/sdk/models/shared/index.js +6 -1
- package/dist/sdk/models/shared/invoicelineitem.d.ts +2 -2
- package/dist/sdk/models/shared/invoicelineitem.js +3 -3
- package/dist/sdk/models/shared/itemref.d.ts +8 -7
- package/dist/sdk/models/shared/itemref.js +7 -5
- package/dist/sdk/models/shared/profitandlossreport.d.ts +6 -6
- package/dist/sdk/models/shared/profitandlossreport.js +11 -11
- package/dist/sdk/models/shared/propertieitemref.d.ts +14 -0
- package/dist/sdk/models/shared/propertieitemref.js +53 -0
- package/dist/sdk/models/shared/pulloperation.d.ts +7 -4
- package/dist/sdk/models/shared/pulloperation.js +5 -1
- package/dist/sdk/models/shared/reportitems.d.ts +4 -4
- package/dist/sdk/models/shared/reportitems.js +11 -11
- package/dist/sdk/models/shared/reportlineinput.d.ts +20 -0
- package/dist/sdk/models/shared/reportlineinput.js +62 -0
- package/dist/sdk/models/shared/schemadatatype.d.ts +48 -0
- package/dist/sdk/models/shared/schemadatatype.js +55 -0
- package/dist/sdk/models/shared/weblink.d.ts +2 -2
- package/dist/sdk/models/shared/weblink.js +7 -7
- package/dist/sdk/models/webhooks/accountcategoriesupdated.d.ts +1 -1
- package/dist/sdk/models/webhooks/clientratelimitreached.d.ts +1 -1
- package/dist/sdk/models/webhooks/clientratelimitreset.d.ts +1 -1
- package/dist/sdk/orders.d.ts +34 -0
- package/dist/sdk/orders.js +262 -0
- package/dist/sdk/paymentmethods.d.ts +34 -0
- package/dist/sdk/paymentmethods.js +262 -0
- package/dist/sdk/payments.d.ts +34 -0
- package/dist/sdk/payments.js +262 -0
- package/dist/sdk/productcategories.d.ts +34 -0
- package/dist/sdk/productcategories.js +262 -0
- package/dist/sdk/products.d.ts +34 -0
- package/dist/sdk/products.js +262 -0
- package/dist/sdk/profitandloss.d.ts +24 -0
- package/dist/sdk/profitandloss.js +253 -0
- package/dist/sdk/pulloperations.d.ts +22 -0
- package/dist/sdk/pulloperations.js +250 -0
- package/dist/sdk/refresh.d.ts +28 -0
- package/dist/sdk/refresh.js +250 -0
- package/dist/sdk/reports.d.ts +36 -0
- package/dist/sdk/reports.js +413 -0
- package/dist/sdk/sales.d.ts +22 -22
- package/dist/sdk/sales.js +22 -22
- package/dist/sdk/sdk.d.ts +22 -22
- package/dist/sdk/sdk.js +15 -15
- package/dist/sdk/suppliers.d.ts +74 -0
- package/dist/sdk/suppliers.js +530 -0
- package/dist/sdk/transactioncategories.d.ts +34 -0
- package/dist/sdk/transactioncategories.js +262 -0
- package/dist/sdk/transactions.d.ts +10 -10
- package/dist/sdk/transactions.js +10 -10
- package/dist/sdk/transfers.d.ts +40 -0
- package/dist/sdk/transfers.js +294 -0
- package/docs/{models → internal}/utils/retryconfig.md +0 -0
- package/docs/sdk/models/operations/createaccountrequest.md +12 -0
- package/docs/sdk/models/operations/createaccountresponse.md +12 -0
- package/docs/sdk/models/operations/createbankaccountrequest.md +12 -0
- package/docs/sdk/models/operations/createbankaccountresponse.md +12 -0
- package/docs/sdk/models/operations/createbanktransactionsrequest.md +13 -0
- package/docs/sdk/models/operations/createbanktransactionsresponse.md +12 -0
- package/docs/sdk/models/operations/createcompanyresponse.md +12 -0
- package/docs/sdk/models/operations/createconnectionrequest.md +9 -0
- package/docs/{models → sdk/models}/operations/createconnectionrequestbody.md +0 -0
- package/docs/sdk/models/operations/createconnectionresponse.md +12 -0
- package/docs/sdk/models/operations/createdirectcostrequest.md +12 -0
- package/docs/sdk/models/operations/createdirectcostresponse.md +12 -0
- package/docs/sdk/models/operations/createpaymentrequest.md +12 -0
- package/docs/sdk/models/operations/createpaymentresponse.md +12 -0
- package/docs/sdk/models/operations/createsupplierrequest.md +12 -0
- package/docs/sdk/models/operations/createsupplierresponse.md +12 -0
- package/docs/sdk/models/operations/createtransferrequest.md +12 -0
- package/docs/sdk/models/operations/createtransferresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/deletecompanyrequest.md +0 -0
- package/docs/sdk/models/operations/deletecompanyresponse.md +11 -0
- package/docs/{models → sdk/models}/operations/deleteconnectionrequest.md +0 -0
- package/docs/sdk/models/operations/deleteconnectionresponse.md +11 -0
- package/docs/{models → sdk/models}/operations/downloadaccountingbillattachmentrequest.md +0 -0
- package/docs/sdk/models/operations/downloadaccountingbillattachmentresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/downloadaccountingcustomerattachmentrequest.md +0 -0
- package/docs/sdk/models/operations/downloadaccountingcustomerattachmentresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/downloadaccountingdirectcostattachmentrequest.md +0 -0
- package/docs/sdk/models/operations/downloadaccountingdirectcostattachmentresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/downloadaccountingdirectincomeattachmentrequest.md +0 -0
- package/docs/sdk/models/operations/downloadaccountingdirectincomeattachmentresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/downloadaccountinginvoiceattachmentrequest.md +0 -0
- package/docs/sdk/models/operations/downloadaccountinginvoiceattachmentresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/downloadaccountinginvoicepdfrequest.md +0 -0
- package/docs/sdk/models/operations/downloadaccountinginvoicepdfresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/downloadaccountingsupplierattachmentrequest.md +0 -0
- package/docs/sdk/models/operations/downloadaccountingsupplierattachmentresponse.md +12 -0
- package/docs/sdk/models/operations/downloadexcelreportrequest.md +9 -0
- package/docs/sdk/models/operations/downloadexcelreportresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/downloadfilesrequest.md +0 -0
- package/docs/sdk/models/operations/downloadfilesresponse.md +12 -0
- package/docs/sdk/models/operations/generateexcelreportrequest.md +9 -0
- package/docs/sdk/models/operations/generateexcelreportresponse.md +12 -0
- package/docs/sdk/models/operations/generateloansummaryrequest.md +9 -0
- package/docs/sdk/models/operations/generateloansummaryresponse.md +11 -0
- package/docs/sdk/models/operations/generateloantransactionsrequest.md +9 -0
- package/docs/sdk/models/operations/generateloantransactionsresponse.md +11 -0
- package/docs/{models → sdk/models}/operations/getaccountingaccountrequest.md +0 -0
- package/docs/sdk/models/operations/getaccountingaccountresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/getaccountingaccounttransactionrequest.md +0 -0
- package/docs/sdk/models/operations/getaccountingaccounttransactionresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/getaccountingagedcreditorsreportrequest.md +0 -0
- package/docs/sdk/models/operations/getaccountingagedcreditorsreportresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/getaccountingageddebtorsreportrequest.md +0 -0
- package/docs/sdk/models/operations/getaccountingageddebtorsreportresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/getaccountingbalancesheetrequest.md +0 -0
- package/docs/sdk/models/operations/getaccountingbalancesheetresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/getaccountingbankaccountrequest.md +0 -0
- package/docs/sdk/models/operations/getaccountingbankaccountresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/getaccountingbillattachmentrequest.md +0 -0
- package/docs/sdk/models/operations/getaccountingbillattachmentresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/getaccountingbillcreditnoterequest.md +0 -0
- package/docs/sdk/models/operations/getaccountingbillcreditnoteresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/getaccountingbillpaymentrequest.md +0 -0
- package/docs/sdk/models/operations/getaccountingbillpaymentresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/getaccountingbillrequest.md +0 -0
- package/docs/sdk/models/operations/getaccountingbillresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/getaccountingcashflowstatementrequest.md +0 -0
- package/docs/sdk/models/operations/getaccountingcashflowstatementresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/getaccountingcreditnoterequest.md +0 -0
- package/docs/sdk/models/operations/getaccountingcreditnoteresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/getaccountingcustomerattachmentrequest.md +0 -0
- package/docs/sdk/models/operations/getaccountingcustomerattachmentresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/getaccountingcustomerrequest.md +0 -0
- package/docs/sdk/models/operations/getaccountingcustomerresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/getaccountingdirectcostattachmentrequest.md +0 -0
- package/docs/sdk/models/operations/getaccountingdirectcostattachmentresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/getaccountingdirectcostrequest.md +0 -0
- package/docs/sdk/models/operations/getaccountingdirectcostresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/getaccountingdirectincomeattachmentrequest.md +0 -0
- package/docs/sdk/models/operations/getaccountingdirectincomeattachmentresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/getaccountingdirectincomerequest.md +0 -0
- package/docs/sdk/models/operations/getaccountingdirectincomeresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/getaccountinginvoiceattachmentrequest.md +0 -0
- package/docs/sdk/models/operations/getaccountinginvoiceattachmentresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/getaccountinginvoicerequest.md +0 -0
- package/docs/sdk/models/operations/getaccountinginvoiceresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/getaccountingjournalentryrequest.md +0 -0
- package/docs/sdk/models/operations/getaccountingjournalentryresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/getaccountingjournalrequest.md +0 -0
- package/docs/sdk/models/operations/getaccountingjournalresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/getaccountingpaymentrequest.md +0 -0
- package/docs/sdk/models/operations/getaccountingpaymentresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/getaccountingprofilerequest.md +0 -0
- package/docs/sdk/models/operations/getaccountingprofileresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/getaccountingprofitandlossrequest.md +0 -0
- package/docs/sdk/models/operations/getaccountingprofitandlossresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/getaccountingsupplierattachmentrequest.md +0 -0
- package/docs/sdk/models/operations/getaccountingsupplierattachmentresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/getaccountingsupplierrequest.md +0 -0
- package/docs/sdk/models/operations/getaccountingsupplierresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/getaccountingtransferrequest.md +0 -0
- package/docs/sdk/models/operations/getaccountingtransferresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/getbankingaccountrequest.md +0 -0
- package/docs/sdk/models/operations/getbankingaccountresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/getbankingtransactioncategoryrequest.md +0 -0
- package/docs/sdk/models/operations/getbankingtransactioncategoryresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/getbankingtransactionrequest.md +0 -0
- package/docs/sdk/models/operations/getbankingtransactionresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/getcategorizedbalancesheetstatementrequest.md +0 -0
- package/docs/sdk/models/operations/getcategorizedbalancesheetstatementresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/getcategorizedbankstatementrequest.md +0 -0
- package/docs/sdk/models/operations/getcategorizedbankstatementresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/getcategorizedprofitandlossstatementrequest.md +0 -0
- package/docs/sdk/models/operations/getcategorizedprofitandlossstatementresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/getcommercecustomerrequest.md +0 -0
- package/docs/sdk/models/operations/getcommercecustomerresponse.md +12 -0
- package/docs/sdk/models/operations/getcommercecustomerretentionmetricsrequest.md +14 -0
- package/docs/sdk/models/operations/getcommercecustomerretentionmetricsresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/getcommercedisputerequest.md +0 -0
- package/docs/sdk/models/operations/getcommercedisputeresponse.md +12 -0
- package/docs/sdk/models/operations/getcommercelifetimevaluemetricsrequest.md +14 -0
- package/docs/sdk/models/operations/getcommercelifetimevaluemetricsresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/getcommercelocationrequest.md +0 -0
- package/docs/sdk/models/operations/getcommercelocationresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/getcommerceorderrequest.md +0 -0
- package/docs/sdk/models/operations/getcommerceorderresponse.md +12 -0
- package/docs/sdk/models/operations/getcommerceordersreportrequest.md +14 -0
- package/docs/sdk/models/operations/getcommerceordersreportresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/getcommercepaymentmethodrequest.md +0 -0
- package/docs/sdk/models/operations/getcommercepaymentmethodresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/getcommercepaymentrequest.md +0 -0
- package/docs/sdk/models/operations/getcommercepaymentresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/getcommerceproductcategoryrequest.md +0 -0
- package/docs/sdk/models/operations/getcommerceproductcategoryresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/getcommerceproductrequest.md +0 -0
- package/docs/sdk/models/operations/getcommerceproductresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/getcommerceprofilerequest.md +0 -0
- package/docs/sdk/models/operations/getcommerceprofileresponse.md +12 -0
- package/docs/sdk/models/operations/getcommercerefundsreportrequest.md +14 -0
- package/docs/sdk/models/operations/getcommercerefundsreportresponse.md +12 -0
- package/docs/sdk/models/operations/getcommercerevenuemetricsrequest.md +14 -0
- package/docs/sdk/models/operations/getcommercerevenuemetricsresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/getcommercetransactionrequest.md +0 -0
- package/docs/sdk/models/operations/getcommercetransactionresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/getcompanyrequest.md +0 -0
- package/docs/sdk/models/operations/getcompanyresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/getconnectionrequest.md +0 -0
- package/docs/sdk/models/operations/getconnectionresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/getcreatebanktransactionsmodelrequest.md +0 -0
- package/docs/sdk/models/operations/getcreatebanktransactionsmodelresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/getcreatechartofaccountsmodelrequest.md +0 -0
- package/docs/sdk/models/operations/getcreatechartofaccountsmodelresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/getcreatedirectcostsmodelrequest.md +0 -0
- package/docs/sdk/models/operations/getcreatedirectcostsmodelresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/getcreateoperationrequest.md +0 -0
- package/docs/sdk/models/operations/getcreateoperationresponse.md +12 -0
- package/docs/sdk/models/operations/getcreatepaymentmodelrequest.md +9 -0
- package/docs/sdk/models/operations/getcreatepaymentmodelresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/getcreatetransfersmodelrequest.md +0 -0
- package/docs/sdk/models/operations/getcreatetransfersmodelresponse.md +12 -0
- package/docs/sdk/models/operations/getcreateupdatebankaccountsmodelrequest.md +9 -0
- package/docs/sdk/models/operations/getcreateupdatebankaccountsmodelresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/getcreateupdatesuppliersmodelrequest.md +0 -0
- package/docs/sdk/models/operations/getcreateupdatesuppliersmodelresponse.md +12 -0
- package/docs/sdk/models/operations/getdataintegritystatusrequest.md +9 -0
- package/docs/sdk/models/operations/getdataintegritystatusresponse.md +12 -0
- package/docs/sdk/models/operations/getdataintegritysummariesrequest.md +10 -0
- package/docs/sdk/models/operations/getdataintegritysummariesresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/getdatastatusrequest.md +0 -0
- package/docs/sdk/models/operations/getdatastatusresponse.md +12 -0
- package/docs/sdk/models/operations/getexcelreportgenerationstatusrequest.md +9 -0
- package/docs/sdk/models/operations/getexcelreportgenerationstatusresponse.md +12 -0
- package/docs/sdk/models/operations/getloansummaryqueryparamsourcetype.md +12 -0
- package/docs/sdk/models/operations/getloansummaryrequest.md +9 -0
- package/docs/sdk/models/operations/getloansummaryresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/getpulloperationrequest.md +0 -0
- package/docs/sdk/models/operations/getpulloperationresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/isagedcreditorsreportavailablerequest.md +0 -0
- package/docs/sdk/models/operations/isagedcreditorsreportavailableresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/isageddebtorsreportavailablerequest.md +0 -0
- package/docs/sdk/models/operations/isageddebtorsreportavailableresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/listaccountingaccountsrequest.md +0 -0
- package/docs/sdk/models/operations/listaccountingaccountsresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/listaccountingaccounttransactionsrequest.md +0 -0
- package/docs/sdk/models/operations/listaccountingaccounttransactionsresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/listaccountingbankaccountsrequest.md +0 -0
- package/docs/sdk/models/operations/listaccountingbankaccountsresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/listaccountingbankaccounttransactionsrequest.md +0 -0
- package/docs/sdk/models/operations/listaccountingbankaccounttransactionsresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/listaccountingbillattachmentsrequest.md +0 -0
- package/docs/sdk/models/operations/listaccountingbillattachmentsresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/listaccountingbillcreditnotesrequest.md +0 -0
- package/docs/sdk/models/operations/listaccountingbillcreditnotesresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/listaccountingbillpaymentsrequest.md +0 -0
- package/docs/sdk/models/operations/listaccountingbillpaymentsresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/listaccountingbillsrequest.md +0 -0
- package/docs/sdk/models/operations/listaccountingbillsresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/listaccountingcreditnotesrequest.md +0 -0
- package/docs/sdk/models/operations/listaccountingcreditnotesresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/listaccountingcustomerattachmentsrequest.md +0 -0
- package/docs/sdk/models/operations/listaccountingcustomerattachmentsresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/listaccountingcustomersrequest.md +0 -0
- package/docs/sdk/models/operations/listaccountingcustomersresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/listaccountingdirectcostattachmentsrequest.md +0 -0
- package/docs/sdk/models/operations/listaccountingdirectcostattachmentsresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/listaccountingdirectcostsrequest.md +0 -0
- package/docs/sdk/models/operations/listaccountingdirectcostsresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/listaccountingdirectincomeattachmentsrequest.md +0 -0
- package/docs/sdk/models/operations/listaccountingdirectincomeattachmentsresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/listaccountingdirectincomesrequest.md +0 -0
- package/docs/sdk/models/operations/listaccountingdirectincomesresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/listaccountinginvoiceattachmentsrequest.md +0 -0
- package/docs/sdk/models/operations/listaccountinginvoiceattachmentsresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/listaccountinginvoicesrequest.md +0 -0
- package/docs/sdk/models/operations/listaccountinginvoicesresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/listaccountingjournalentriesrequest.md +0 -0
- package/docs/sdk/models/operations/listaccountingjournalentriesresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/listaccountingjournalsrequest.md +0 -0
- package/docs/sdk/models/operations/listaccountingjournalsresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/listaccountingpaymentsrequest.md +0 -0
- package/docs/sdk/models/operations/listaccountingpaymentsresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/listaccountingsupplierattachmentsrequest.md +0 -0
- package/docs/sdk/models/operations/listaccountingsupplierattachmentsresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/listaccountingsuppliersrequest.md +0 -0
- package/docs/sdk/models/operations/listaccountingsuppliersresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/listaccountingtransfersrequest.md +0 -0
- package/docs/sdk/models/operations/listaccountingtransfersresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/listbankingaccountbalancesrequest.md +0 -0
- package/docs/sdk/models/operations/listbankingaccountbalancesresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/listbankingaccountsrequest.md +0 -0
- package/docs/sdk/models/operations/listbankingaccountsresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/listbankingtransactioncategoriesrequest.md +0 -0
- package/docs/sdk/models/operations/listbankingtransactioncategoriesresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/listbankingtransactionsrequest.md +0 -0
- package/docs/sdk/models/operations/listbankingtransactionsresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/listcommercecustomersrequest.md +0 -0
- package/docs/sdk/models/operations/listcommercecustomersresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/listcommercedisputesrequest.md +0 -0
- package/docs/sdk/models/operations/listcommercedisputesresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/listcommercelocationsrequest.md +0 -0
- package/docs/sdk/models/operations/listcommercelocationsresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/listcommerceordersrequest.md +0 -0
- package/docs/sdk/models/operations/listcommerceordersresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/listcommercepaymentmethodsrequest.md +0 -0
- package/docs/sdk/models/operations/listcommercepaymentmethodsresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/listcommercepaymentsrequest.md +0 -0
- package/docs/sdk/models/operations/listcommercepaymentsresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/listcommerceproductcategoriesrequest.md +0 -0
- package/docs/sdk/models/operations/listcommerceproductcategoriesresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/listcommerceproductsrequest.md +0 -0
- package/docs/sdk/models/operations/listcommerceproductsresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/listcommercetransactionsrequest.md +0 -0
- package/docs/sdk/models/operations/listcommercetransactionsresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/listcompaniesrequest.md +0 -0
- package/docs/sdk/models/operations/listcompaniesresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/listconnectionsrequest.md +0 -0
- package/docs/sdk/models/operations/listconnectionsresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/listcreateoperationsrequest.md +0 -0
- package/docs/sdk/models/operations/listcreateoperationsresponse.md +12 -0
- package/docs/sdk/models/operations/listdataintegritydetailsrequest.md +13 -0
- package/docs/sdk/models/operations/listdataintegritydetailsresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/listfilesrequest.md +0 -0
- package/docs/sdk/models/operations/listfilesresponse.md +12 -0
- package/docs/sdk/models/operations/listloantransactionsqueryparamsourcetype.md +12 -0
- package/docs/sdk/models/operations/listloantransactionsrequest.md +9 -0
- package/docs/sdk/models/operations/listloantransactionsresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/listpulloperationsrequest.md +0 -0
- package/docs/sdk/models/operations/listpulloperationsresponse.md +12 -0
- package/docs/{models → sdk/models}/operations/listreconciledinvoicesrequest.md +0 -0
- package/docs/sdk/models/operations/listreconciledinvoicesresponse.md +12 -0
- package/docs/sdk/models/operations/queryparamsourcetype.md +12 -0
- package/docs/{models → sdk/models}/operations/refreshalldatatypesrequest.md +0 -0
- package/docs/sdk/models/operations/refreshalldatatypesresponse.md +11 -0
- package/docs/sdk/models/operations/refreshdatatyperequest.md +10 -0
- package/docs/sdk/models/operations/refreshdatatyperesponse.md +12 -0
- package/docs/sdk/models/operations/sourcetype.md +12 -0
- package/docs/sdk/models/operations/unlinkconnectionrequest.md +10 -0
- package/docs/sdk/models/operations/unlinkconnectionresponse.md +12 -0
- package/docs/sdk/models/operations/unlinkconnectionupdateconnection.md +8 -0
- package/docs/sdk/models/operations/updatecompanyrequest.md +9 -0
- package/docs/sdk/models/operations/updatecompanyresponse.md +12 -0
- package/docs/sdk/models/operations/uploadfilesrequest.md +10 -0
- package/docs/sdk/models/operations/uploadfilesrequestbody.md +9 -0
- package/docs/sdk/models/operations/uploadfilesresponse.md +11 -0
- package/docs/{models → sdk/models}/shared/accountbalance.md +0 -0
- package/docs/{models → sdk/models}/shared/accountbalanceamounts.md +0 -0
- package/docs/sdk/models/shared/accountcategoriesupdatedwebhook.md +18 -0
- package/docs/{models → sdk/models}/shared/accountcategoriesupdatedwebhookdata.md +0 -0
- package/docs/{models → sdk/models}/shared/accountcategorylevel.md +0 -0
- package/docs/sdk/models/shared/accountidentifiers.md +16 -0
- package/docs/{models → sdk/models}/shared/accountidentifiertype.md +0 -0
- package/docs/sdk/models/shared/accountingaccount.md +52 -0
- package/docs/sdk/models/shared/accountingaccounts.md +12 -0
- package/docs/sdk/models/shared/accountingaccounttransaction.md +38 -0
- package/docs/sdk/models/shared/accountingaccounttransactions.md +12 -0
- package/docs/{models → sdk/models}/shared/accountingaccountvaliddatatypelinks.md +0 -0
- package/docs/sdk/models/shared/accountingaddress.md +14 -0
- package/docs/{models → sdk/models}/shared/accountingaddresstype.md +0 -0
- package/docs/sdk/models/shared/accountingagedcreditorreport.md +43 -0
- package/docs/sdk/models/shared/accountingageddebtorreport.md +43 -0
- package/docs/{models → sdk/models}/shared/accountingattachment.md +0 -0
- package/docs/sdk/models/shared/accountingbalancesheet.md +30 -0
- package/docs/sdk/models/shared/accountingbankaccount.md +40 -0
- package/docs/sdk/models/shared/accountingbankaccounts.md +12 -0
- package/docs/{models → sdk/models}/shared/accountingbankaccounttype.md +0 -0
- package/docs/sdk/models/shared/accountingbanktransaction.md +34 -0
- package/docs/sdk/models/shared/accountingbanktransactions.md +12 -0
- package/docs/sdk/models/shared/accountingbill.md +48 -0
- package/docs/sdk/models/shared/accountingbillcreditnote.md +46 -0
- package/docs/sdk/models/shared/accountingbillcreditnotes.md +12 -0
- package/docs/sdk/models/shared/accountingbillpayment.md +174 -0
- package/docs/sdk/models/shared/accountingbillpayments.md +12 -0
- package/docs/sdk/models/shared/accountingbills.md +12 -0
- package/docs/sdk/models/shared/accountingcashflowstatement.md +27 -0
- package/docs/sdk/models/shared/accountingcompanyinfo.md +29 -0
- package/docs/sdk/models/shared/accountingcreateaccountresponse.md +21 -0
- package/docs/sdk/models/shared/accountingcreatebankaccountresponse.md +21 -0
- package/docs/sdk/models/shared/accountingcreatebanktransactions.md +9 -0
- package/docs/sdk/models/shared/accountingcreatebanktransactionsresponse.md +21 -0
- package/docs/sdk/models/shared/accountingcreatedirectcostresponse.md +21 -0
- package/docs/sdk/models/shared/accountingcreatepaymentresponse.md +21 -0
- package/docs/sdk/models/shared/accountingcreatesupplierresponse.md +21 -0
- package/docs/sdk/models/shared/accountingcreatetransferresponse.md +21 -0
- package/docs/sdk/models/shared/accountingcreditnote.md +44 -0
- package/docs/sdk/models/shared/accountingcreditnotes.md +12 -0
- package/docs/sdk/models/shared/accountingcustomer.md +31 -0
- package/docs/{models → sdk/models}/shared/accountingcustomerref.md +0 -0
- package/docs/sdk/models/shared/accountingcustomers.md +12 -0
- package/docs/sdk/models/shared/accountingdirectcost.md +39 -0
- package/docs/sdk/models/shared/accountingdirectcostcontactref.md +11 -0
- package/docs/sdk/models/shared/accountingdirectcosts.md +12 -0
- package/docs/sdk/models/shared/accountingdirectincome.md +40 -0
- package/docs/sdk/models/shared/accountingdirectincomes.md +12 -0
- package/docs/sdk/models/shared/accountinginvoice.md +63 -0
- package/docs/sdk/models/shared/accountinginvoices.md +12 -0
- package/docs/sdk/models/shared/accountingjournal.md +42 -0
- package/docs/sdk/models/shared/accountingjournalentries.md +12 -0
- package/docs/sdk/models/shared/accountingjournalentry.md +42 -0
- package/docs/sdk/models/shared/accountingjournals.md +12 -0
- package/docs/sdk/models/shared/accountingpayment.md +701 -0
- package/docs/sdk/models/shared/accountingpaymentallocation.md +9 -0
- package/docs/sdk/models/shared/accountingpayments.md +12 -0
- package/docs/sdk/models/shared/accountingprofitandlossreport.md +35 -0
- package/docs/sdk/models/shared/accountingsupplier.md +27 -0
- package/docs/sdk/models/shared/accountingsuppliers.md +12 -0
- package/docs/sdk/models/shared/accountingtransfer.md +23 -0
- package/docs/sdk/models/shared/accountingtransfers.md +12 -0
- package/docs/{models → sdk/models}/shared/accountinstitution.md +0 -0
- package/docs/sdk/models/shared/accountprototype.md +19 -0
- package/docs/{models → sdk/models}/shared/accountref.md +0 -0
- package/docs/sdk/models/shared/accounts.md +14 -0
- package/docs/sdk/models/shared/accountspayabletracking.md +14 -0
- package/docs/sdk/models/shared/accountsreceivabletracking.md +15 -0
- package/docs/{models → sdk/models}/shared/accountstatus.md +0 -0
- package/docs/sdk/models/shared/accounttransactionline.md +10 -0
- package/docs/{models → sdk/models}/shared/accounttype.md +0 -0
- package/docs/sdk/models/shared/agedcreditor.md +10 -0
- package/docs/sdk/models/shared/agedcurrencyoutstanding.md +9 -0
- package/docs/sdk/models/shared/ageddebtor.md +10 -0
- package/docs/sdk/models/shared/agedoutstandingamount.md +11 -0
- package/docs/{models → sdk/models}/shared/agedoutstandingamountdetail.md +0 -0
- package/docs/sdk/models/shared/allocation.md +11 -0
- package/docs/sdk/models/shared/attachments.md +8 -0
- package/docs/sdk/models/shared/balancesheet.md +12 -0
- package/docs/{models → sdk/models}/shared/bankaccountref.md +0 -0
- package/docs/sdk/models/shared/bankingaccount.md +24 -0
- package/docs/sdk/models/shared/bankingaccountbalance.md +22 -0
- package/docs/sdk/models/shared/bankingaccountbalances.md +12 -0
- package/docs/sdk/models/shared/bankingaccounts.md +12 -0
- package/docs/sdk/models/shared/bankingtransaction.md +25 -0
- package/docs/sdk/models/shared/bankingtransactioncategories.md +12 -0
- package/docs/sdk/models/shared/bankingtransactioncategory.md +16 -0
- package/docs/{models → sdk/models}/shared/bankingtransactionref.md +0 -0
- package/docs/sdk/models/shared/bankingtransactions.md +12 -0
- package/docs/{models → sdk/models}/shared/banktransactiontype.md +0 -0
- package/docs/sdk/models/shared/billcreditnotelineitem.md +20 -0
- package/docs/{models → sdk/models}/shared/billcreditnotestatus.md +0 -0
- package/docs/{models → sdk/models}/shared/billedtotype.md +0 -0
- package/docs/{models → sdk/models}/shared/billedtotype1.md +0 -0
- package/docs/sdk/models/shared/billlineitem.md +24 -0
- package/docs/sdk/models/shared/billlineitemdatatype.md +10 -0
- package/docs/sdk/models/shared/billpaymentline.md +10 -0
- package/docs/sdk/models/shared/billpaymentlinelink.md +11 -0
- package/docs/{models → sdk/models}/shared/billpaymentlinelinktype.md +0 -0
- package/docs/{models → sdk/models}/shared/billstatus.md +0 -0
- package/docs/sdk/models/shared/cashflowstatement.md +11 -0
- package/docs/sdk/models/shared/clientratelimitreachedwebhook.md +16 -0
- package/docs/{models → sdk/models}/shared/clientratelimitreachedwebhookdata.md +0 -0
- package/docs/sdk/models/shared/clientratelimitresetwebhook.md +16 -0
- package/docs/{models → sdk/models}/shared/clientratelimitresetwebhookdata.md +0 -0
- package/docs/sdk/models/shared/commerceaddress.md +14 -0
- package/docs/{models → sdk/models}/shared/commerceaddresstype.md +0 -0
- package/docs/sdk/models/shared/commercecompanyinfo.md +26 -0
- package/docs/sdk/models/shared/commercecustomer.md +21 -0
- package/docs/{models → sdk/models}/shared/commercecustomerref.md +0 -0
- package/docs/sdk/models/shared/commercecustomers.md +12 -0
- package/docs/sdk/models/shared/commercedispute.md +26 -0
- package/docs/sdk/models/shared/commercedisputes.md +12 -0
- package/docs/sdk/models/shared/commercelocation.md +18 -0
- package/docs/sdk/models/shared/commercelocations.md +12 -0
- package/docs/sdk/models/shared/commerceorder.md +31 -0
- package/docs/sdk/models/shared/commerceorders.md +12 -0
- package/docs/sdk/models/shared/commercepayment.md +26 -0
- package/docs/sdk/models/shared/commercepaymentmethod.md +16 -0
- package/docs/sdk/models/shared/commercepaymentmethods.md +12 -0
- package/docs/{models → sdk/models}/shared/commercepaymentmethodstatus.md +0 -0
- package/docs/sdk/models/shared/commercepayments.md +12 -0
- package/docs/sdk/models/shared/commerceproduct.md +19 -0
- package/docs/sdk/models/shared/commerceproductcategories.md +12 -0
- package/docs/sdk/models/shared/commerceproductcategory.md +17 -0
- package/docs/sdk/models/shared/commerceproducts.md +12 -0
- package/docs/{models → sdk/models}/shared/commercerecordref.md +0 -0
- package/docs/sdk/models/shared/commercereport.md +54 -0
- package/docs/sdk/models/shared/commercereportcomponent.md +13 -0
- package/docs/sdk/models/shared/commercereportdimension.md +11 -0
- package/docs/{models → sdk/models}/shared/commercereportdimensionitems.md +0 -0
- package/docs/{models → sdk/models}/shared/commercereporterror.md +0 -0
- package/docs/{models → sdk/models}/shared/commercereportmeasure.md +0 -0
- package/docs/sdk/models/shared/commercetransaction.md +29 -0
- package/docs/sdk/models/shared/commercetransactions.md +12 -0
- package/docs/sdk/models/shared/companies.md +12 -0
- package/docs/sdk/models/shared/company.md +22 -0
- package/docs/{models → sdk/models}/shared/companyrequestbody.md +0 -0
- package/docs/sdk/models/shared/connection.md +31 -0
- package/docs/sdk/models/shared/connections.md +12 -0
- package/docs/sdk/models/shared/contact.md +13 -0
- package/docs/sdk/models/shared/contactref.md +11 -0
- package/docs/{models → sdk/models}/shared/createbankaccounttransaction.md +0 -0
- package/docs/sdk/models/shared/creditnotelineitem.md +21 -0
- package/docs/{models → sdk/models}/shared/creditnotestatus.md +0 -0
- package/docs/{models → sdk/models}/shared/customerstatus.md +0 -0
- package/docs/{models → sdk/models}/shared/dataconnectionerror.md +0 -0
- package/docs/{models → sdk/models}/shared/dataconnectionstatus.md +0 -0
- package/docs/{models → sdk/models}/shared/dataintegrityamounts.md +0 -0
- package/docs/{models → sdk/models}/shared/dataintegritybyamount.md +0 -0
- package/docs/{models → sdk/models}/shared/dataintegritybycount.md +0 -0
- package/docs/{models → sdk/models}/shared/dataintegrityconnectionid.md +0 -0
- package/docs/{models → sdk/models}/shared/dataintegritydatatype.md +0 -0
- package/docs/{models → sdk/models}/shared/dataintegritydates.md +0 -0
- package/docs/sdk/models/shared/dataintegritydetail.md +15 -0
- package/docs/sdk/models/shared/dataintegritydetails.md +12 -0
- package/docs/{models → sdk/models}/shared/dataintegritymatch.md +0 -0
- package/docs/sdk/models/shared/dataintegritystatus.md +12 -0
- package/docs/sdk/models/shared/dataintegritystatuses.md +8 -0
- package/docs/sdk/models/shared/dataintegritystatusinfo.md +10 -0
- package/docs/sdk/models/shared/dataintegritysummaries.md +8 -0
- package/docs/sdk/models/shared/dataintegritysummary.md +10 -0
- package/docs/sdk/models/shared/datasource.md +8 -0
- package/docs/sdk/models/shared/datastatus.md +14 -0
- package/docs/sdk/models/shared/datatype.md +52 -0
- package/docs/sdk/models/shared/datatypes.md +52 -0
- package/docs/sdk/models/shared/directcostlineitem.md +20 -0
- package/docs/sdk/models/shared/directcostprototype.md +19 -0
- package/docs/sdk/models/shared/directcostprototypecontactref.md +11 -0
- package/docs/sdk/models/shared/directincomelineitem.md +19 -0
- package/docs/{models → sdk/models}/shared/disputestatus.md +0 -0
- package/docs/sdk/models/shared/enhancedcashflowitem.md +8 -0
- package/docs/sdk/models/shared/enhancedcashflowtransaction.md +16 -0
- package/docs/sdk/models/shared/enhancedcashflowtransactions.md +16 -0
- package/docs/sdk/models/shared/enhancedfinancialreport.md +9 -0
- package/docs/sdk/models/shared/enhancedinvoicereportitem.md +20 -0
- package/docs/sdk/models/shared/enhancedinvoicesreport.md +11 -0
- package/docs/sdk/models/shared/enhancedreportaccountcategory.md +9 -0
- package/docs/{models → sdk/models}/shared/enhancedreportinfo.md +0 -0
- package/docs/{models → sdk/models}/shared/errormessage.md +0 -0
- package/docs/{models → sdk/models}/shared/excelreporttypes.md +0 -0
- package/docs/sdk/models/shared/excelstatus.md +15 -0
- package/docs/{models → sdk/models}/shared/file.md +0 -0
- package/docs/{models → sdk/models}/shared/halref.md +0 -0
- package/docs/{models → sdk/models}/shared/integritystatus.md +0 -0
- package/docs/sdk/models/shared/invoicelineitem.md +21 -0
- package/docs/{models → sdk/models}/shared/invoicestatus.md +0 -0
- package/docs/sdk/models/shared/itemref.md +10 -0
- package/docs/sdk/models/shared/itemreference.md +11 -0
- package/docs/{models → sdk/models}/shared/items.md +0 -0
- package/docs/sdk/models/shared/journalline.md +12 -0
- package/docs/sdk/models/shared/journallinetracking.md +10 -0
- package/docs/{models → sdk/models}/shared/journalref.md +0 -0
- package/docs/{models → sdk/models}/shared/journalstatus.md +0 -0
- package/docs/{models → sdk/models}/shared/lendingcustomerref.md +0 -0
- package/docs/sdk/models/shared/links.md +11 -0
- package/docs/{models → sdk/models}/shared/loanref.md +0 -0
- package/docs/sdk/models/shared/loansummary.md +9 -0
- package/docs/{models → sdk/models}/shared/loansummaryintegrationtype.md +0 -0
- package/docs/sdk/models/shared/loansummaryrecordref.md +11 -0
- package/docs/{models → sdk/models}/shared/loansummaryrecordreftype.md +0 -0
- package/docs/{models → sdk/models}/shared/loansummaryreportinfo.md +0 -0
- package/docs/sdk/models/shared/loansummaryreportitem.md +14 -0
- package/docs/sdk/models/shared/loantransactions.md +10 -0
- package/docs/{models → sdk/models}/shared/loantransactionsreportinfo.md +0 -0
- package/docs/sdk/models/shared/loantransactiontype.md +13 -0
- package/docs/{models → sdk/models}/shared/locationref.md +0 -0
- package/docs/{models → sdk/models}/shared/metadata.md +0 -0
- package/docs/{models → sdk/models}/shared/orderdiscountallocation.md +0 -0
- package/docs/sdk/models/shared/orderlineitem.md +17 -0
- package/docs/sdk/models/shared/payment.md +14 -0
- package/docs/sdk/models/shared/paymentallocationpayment.md +15 -0
- package/docs/sdk/models/shared/paymentline.md +10 -0
- package/docs/sdk/models/shared/paymentlinelink.md +11 -0
- package/docs/{models → sdk/models}/shared/paymentlinktype.md +0 -0
- package/docs/{models → sdk/models}/shared/paymentmethodref.md +0 -0
- package/docs/sdk/models/shared/paymentref.md +17 -0
- package/docs/{models → sdk/models}/shared/paymentstatus.md +0 -0
- package/docs/{models → sdk/models}/shared/paymenttype.md +0 -0
- package/docs/{models → sdk/models}/shared/periodunit.md +0 -0
- package/docs/sdk/models/shared/phonenumber.md +9 -0
- package/docs/{models → sdk/models}/shared/phonenumbertype.md +0 -0
- package/docs/sdk/models/shared/productinventory.md +11 -0
- package/docs/sdk/models/shared/productinventorylocation.md +9 -0
- package/docs/{models → sdk/models}/shared/productprice.md +0 -0
- package/docs/{models → sdk/models}/shared/productref.md +0 -0
- package/docs/sdk/models/shared/productvariant.md +24 -0
- package/docs/{models → sdk/models}/shared/productvariantref.md +0 -0
- package/docs/{models → sdk/models}/shared/productvariantstatus.md +0 -0
- package/docs/sdk/models/shared/profitandlossreport.md +18 -0
- package/docs/{models → sdk/models}/shared/projectref.md +0 -0
- package/docs/sdk/models/shared/propertieitemref.md +11 -0
- package/docs/sdk/models/shared/pulloperation.md +22 -0
- package/docs/sdk/models/shared/pulloperations.md +12 -0
- package/docs/{models → sdk/models}/shared/pulloperationstatus.md +0 -0
- package/docs/sdk/models/shared/purchaseorderreference.md +9 -0
- package/docs/{models → sdk/models}/shared/pushchangetype.md +0 -0
- package/docs/{models → sdk/models}/shared/pushfieldvalidation.md +0 -0
- package/docs/sdk/models/shared/pushoperation.md +20 -0
- package/docs/sdk/models/shared/pushoperationchange.md +10 -0
- package/docs/sdk/models/shared/pushoperationref.md +9 -0
- package/docs/sdk/models/shared/pushoperations.md +12 -0
- package/docs/{models → sdk/models}/shared/pushoperationstatus.md +0 -0
- package/docs/sdk/models/shared/pushoption.md +14 -0
- package/docs/sdk/models/shared/pushoptionchoice.md +12 -0
- package/docs/sdk/models/shared/pushoptionproperty.md +14 -0
- package/docs/{models → sdk/models}/shared/pushoptiontype.md +0 -0
- package/docs/sdk/models/shared/pushvalidationinfo.md +9 -0
- package/docs/sdk/models/shared/recordlinereference.md +12 -0
- package/docs/{models → sdk/models}/shared/recordref.md +0 -0
- package/docs/sdk/models/shared/recordreference.md +13 -0
- package/docs/{models → sdk/models}/shared/reportbasis.md +0 -0
- package/docs/{models → sdk/models}/shared/reportcomponentmeasure.md +0 -0
- package/docs/{models → sdk/models}/shared/reportinfo.md +0 -0
- package/docs/{models → sdk/models}/shared/reportinput.md +0 -0
- package/docs/sdk/models/shared/reportitem.md +12 -0
- package/docs/sdk/models/shared/reportitems.md +13 -0
- package/docs/sdk/models/shared/reportline.md +11 -0
- package/docs/sdk/models/shared/reportlineinput.md +11 -0
- package/docs/sdk/models/shared/salesorderreference.md +9 -0
- package/docs/sdk/models/shared/schemadatatype.md +52 -0
- package/docs/{models → sdk/models}/shared/security.md +0 -0
- package/docs/sdk/models/shared/servicecharge.md +14 -0
- package/docs/{models → sdk/models}/shared/servicechargetype.md +0 -0
- package/docs/{models → sdk/models}/shared/sourceref.md +0 -0
- package/docs/sdk/models/shared/sourcetype.md +14 -0
- package/docs/sdk/models/shared/status.md +13 -0
- package/docs/{models → sdk/models}/shared/supplementaldata.md +0 -0
- package/docs/{models → sdk/models}/shared/supplierref.md +0 -0
- package/docs/{models → sdk/models}/shared/supplierstatus.md +0 -0
- package/docs/sdk/models/shared/taxcomponentallocation.md +9 -0
- package/docs/{models → sdk/models}/shared/taxcomponentref.md +0 -0
- package/docs/{models → sdk/models}/shared/taxrateref.md +0 -0
- package/docs/sdk/models/shared/taxratereference.md +21 -0
- package/docs/sdk/models/shared/tracking.md +9 -0
- package/docs/{models → sdk/models}/shared/trackingcategoryref.md +0 -0
- package/docs/{models → sdk/models}/shared/transactioncategory.md +0 -0
- package/docs/{models → sdk/models}/shared/transactioncategoryref.md +0 -0
- package/docs/{models → sdk/models}/shared/transactioncategorystatus.md +0 -0
- package/docs/{models → sdk/models}/shared/transactioncode.md +0 -0
- package/docs/sdk/models/shared/transactionsourceref.md +9 -0
- package/docs/{models → sdk/models}/shared/transactionsourcetype.md +0 -0
- package/docs/{models → sdk/models}/shared/transactiontype.md +0 -0
- package/docs/sdk/models/shared/transferaccount.md +12 -0
- package/docs/sdk/models/shared/typet.md +12 -0
- package/docs/sdk/models/shared/validation.md +11 -0
- package/docs/{models → sdk/models}/shared/validationitem.md +0 -0
- package/docs/sdk/models/shared/validdatatypelinks.md +50 -0
- package/docs/sdk/models/shared/weblink.md +11 -0
- package/docs/sdk/models/shared/withholdingtax.md +9 -0
- package/docs/sdk/models/webhooks/accountcategoriesupdatedresponse.md +10 -0
- package/docs/sdk/models/webhooks/clientratelimitreachedresponse.md +10 -0
- package/docs/sdk/models/webhooks/clientratelimitresetresponse.md +10 -0
- package/docs/sdks/accountbalances/README.md +61 -0
- package/docs/sdks/accounts/README.md +117 -0
- package/docs/sdks/accountspayable/README.md +0 -0
- package/docs/sdks/accountsreceivable/README.md +0 -0
- package/docs/sdks/accounttransactions/README.md +117 -0
- package/docs/sdks/balancesheet/README.md +105 -0
- package/docs/sdks/bankaccounts/README.md +132 -0
- package/docs/sdks/banking/README.md +0 -0
- package/docs/sdks/banktransactions/README.md +129 -0
- package/docs/sdks/billcreditnotes/README.md +115 -0
- package/docs/sdks/billpayments/README.md +115 -0
- package/docs/sdks/bills/README.md +279 -0
- package/docs/sdks/cashflow/README.md +55 -0
- package/docs/sdks/categorizedstatement/README.md +58 -0
- package/docs/sdks/codatlending/README.md +0 -0
- package/docs/sdks/codatlendingaccountingbankdata/README.md +68 -0
- package/docs/sdks/codatlendingaccounts/README.md +117 -0
- package/docs/sdks/codatlendingbankingtransactions/README.md +117 -0
- package/docs/sdks/codatlendingcustomers/README.md +117 -0
- package/docs/sdks/codatlendingdirectcosts/README.md +281 -0
- package/docs/sdks/codatlendingfinancialstatementsaccounts/README.md +114 -0
- package/docs/sdks/codatlendingloanwritebackaccounts/README.md +145 -0
- package/docs/sdks/codatlendingpayments/README.md +152 -0
- package/docs/sdks/codatlendingreports/README.md +158 -0
- package/docs/sdks/codatlendingsalespayments/README.md +117 -0
- package/docs/sdks/codatlendingsuppliers/README.md +139 -0
- package/docs/sdks/codatlendingtransactions/README.md +117 -0
- package/docs/sdks/codatlendingtransfers/README.md +117 -0
- package/docs/sdks/companies/README.md +70 -40
- package/docs/sdks/companyinfo/README.md +32 -18
- package/docs/sdks/connections/README.md +70 -40
- package/docs/sdks/createoperations/README.md +103 -0
- package/docs/sdks/creditnotes/README.md +115 -0
- package/docs/sdks/customers/README.md +279 -0
- package/docs/sdks/dataintegrity/README.md +42 -24
- package/docs/sdks/directcosts/README.md +177 -0
- package/docs/sdks/directincomes/README.md +281 -0
- package/docs/sdks/disputes/README.md +117 -0
- package/docs/sdks/excelreports/README.md +42 -24
- package/docs/sdks/fileupload/README.md +44 -26
- package/docs/sdks/financialstatements/README.md +0 -0
- package/docs/sdks/invoices/README.md +381 -0
- package/docs/sdks/journalentries/README.md +115 -0
- package/docs/sdks/journals/README.md +115 -0
- package/docs/sdks/liabilities/README.md +64 -40
- package/docs/sdks/loanwriteback/README.md +0 -0
- package/docs/sdks/locations/README.md +114 -0
- package/docs/sdks/managedata/README.md +14 -8
- package/docs/sdks/metrics/README.md +237 -0
- package/docs/sdks/orders/README.md +117 -0
- package/docs/sdks/paymentmethods/README.md +117 -0
- package/docs/sdks/payments/README.md +115 -0
- package/docs/sdks/productcategories/README.md +117 -0
- package/docs/sdks/products/README.md +117 -0
- package/docs/sdks/profitandloss/README.md +105 -0
- package/docs/sdks/pulloperations/README.md +103 -0
- package/docs/sdks/refresh/README.md +107 -0
- package/docs/sdks/reports/README.md +201 -0
- package/docs/sdks/sales/README.md +0 -0
- package/docs/sdks/suppliers/README.md +279 -0
- package/docs/sdks/transactioncategories/README.md +117 -0
- package/docs/sdks/transactions/README.md +0 -0
- package/docs/sdks/transfers/README.md +155 -0
- package/docs/types/rfcdate.md +2 -2
- package/package.json +1 -1
- package/dist/sdk/accountingbankdata.d.ts +0 -27
- package/dist/sdk/accountingbankdata.js +0 -181
- package/dist/sdk/accountingbankdataaccounts.d.ts +0 -34
- package/dist/sdk/accountingbankdataaccounts.js +0 -262
- package/dist/sdk/accountspayablebillcreditnotes.d.ts +0 -34
- package/dist/sdk/accountspayablebillcreditnotes.js +0 -262
- package/dist/sdk/accountspayablebillpayments.d.ts +0 -34
- package/dist/sdk/accountspayablebillpayments.js +0 -262
- package/dist/sdk/accountspayablebills.d.ts +0 -74
- package/dist/sdk/accountspayablebills.js +0 -530
- package/dist/sdk/accountspayablesuppliers.d.ts +0 -74
- package/dist/sdk/accountspayablesuppliers.js +0 -530
- package/dist/sdk/accountsreceivablecreditnotes.d.ts +0 -34
- package/dist/sdk/accountsreceivablecreditnotes.js +0 -262
- package/dist/sdk/accountsreceivablecustomers.d.ts +0 -74
- package/dist/sdk/accountsreceivablecustomers.js +0 -530
- package/dist/sdk/accountsreceivabledirectincomes.d.ts +0 -74
- package/dist/sdk/accountsreceivabledirectincomes.js +0 -531
- package/dist/sdk/accountsreceivableinvoices.d.ts +0 -93
- package/dist/sdk/accountsreceivableinvoices.js +0 -689
- package/dist/sdk/accountsreceivablepayments.d.ts +0 -34
- package/dist/sdk/accountsreceivablepayments.js +0 -262
- package/dist/sdk/accountsreceivablereports.d.ts +0 -36
- package/dist/sdk/accountsreceivablereports.js +0 -399
- package/dist/sdk/bankingaccountbalances.d.ts +0 -20
- package/dist/sdk/bankingaccountbalances.js +0 -174
- package/dist/sdk/bankingaccounts.d.ts +0 -34
- package/dist/sdk/bankingaccounts.js +0 -254
- package/dist/sdk/bankingcategorizedstatement.d.ts +0 -19
- package/dist/sdk/bankingcategorizedstatement.js +0 -173
- package/dist/sdk/bankingtransactioncategories.d.ts +0 -34
- package/dist/sdk/bankingtransactioncategories.js +0 -254
- package/dist/sdk/bankingtransactions.d.ts +0 -34
- package/dist/sdk/bankingtransactions.js +0 -254
- package/dist/sdk/financialstatementsaccounts.d.ts +0 -33
- package/dist/sdk/financialstatementsaccounts.js +0 -261
- package/dist/sdk/financialstatementsbalancesheet.d.ts +0 -24
- package/dist/sdk/financialstatementsbalancesheet.js +0 -253
- package/dist/sdk/financialstatementscashflow.d.ts +0 -15
- package/dist/sdk/financialstatementscashflow.js +0 -169
- package/dist/sdk/financialstatementsprofitandloss.d.ts +0 -24
- package/dist/sdk/financialstatementsprofitandloss.js +0 -253
- package/dist/sdk/loanwritebackaccounts.d.ts +0 -40
- package/dist/sdk/loanwritebackaccounts.js +0 -294
- package/dist/sdk/loanwritebackbanktransactions.d.ts +0 -40
- package/dist/sdk/loanwritebackbanktransactions.js +0 -294
- package/dist/sdk/loanwritebackcreateoperations.d.ts +0 -22
- package/dist/sdk/loanwritebackcreateoperations.js +0 -250
- package/dist/sdk/loanwritebackdirectcosts.d.ts +0 -40
- package/dist/sdk/loanwritebackdirectcosts.js +0 -294
- package/dist/sdk/loanwritebackpayments.d.ts +0 -40
- package/dist/sdk/loanwritebackpayments.js +0 -294
- package/dist/sdk/loanwritebacksuppliers.d.ts +0 -40
- package/dist/sdk/loanwritebacksuppliers.js +0 -294
- package/dist/sdk/loanwritebacktransfers.d.ts +0 -40
- package/dist/sdk/loanwritebacktransfers.js +0 -294
- package/dist/sdk/managedatapulloperations.d.ts +0 -22
- package/dist/sdk/managedatapulloperations.js +0 -250
- package/dist/sdk/managedatarefresh.d.ts +0 -28
- package/dist/sdk/managedatarefresh.js +0 -250
- package/dist/sdk/models/operations/getcreatepaymentsmodel.d.ts +0 -35
- package/dist/sdk/models/operations/getcreatepaymentsmodel.js +0 -99
- package/dist/sdk/models/shared/definitionsitemref.d.ts +0 -15
- package/dist/sdk/models/shared/definitionsitemref.js +0 -55
- package/dist/sdk/salescustomers.d.ts +0 -34
- package/dist/sdk/salescustomers.js +0 -262
- package/dist/sdk/salesdisputes.d.ts +0 -34
- package/dist/sdk/salesdisputes.js +0 -262
- package/dist/sdk/saleslocations.d.ts +0 -34
- package/dist/sdk/saleslocations.js +0 -261
- package/dist/sdk/salesmetrics.d.ts +0 -102
- package/dist/sdk/salesmetrics.js +0 -406
- package/dist/sdk/salesorders.d.ts +0 -34
- package/dist/sdk/salesorders.js +0 -262
- package/dist/sdk/salespaymentmethods.d.ts +0 -34
- package/dist/sdk/salespaymentmethods.js +0 -262
- package/dist/sdk/salespayments.d.ts +0 -34
- package/dist/sdk/salespayments.js +0 -262
- package/dist/sdk/salesproductcategories.d.ts +0 -34
- package/dist/sdk/salesproductcategories.js +0 -262
- package/dist/sdk/salesproducts.d.ts +0 -34
- package/dist/sdk/salesproducts.js +0 -262
- package/dist/sdk/salesreports.d.ts +0 -69
- package/dist/sdk/salesreports.js +0 -298
- package/dist/sdk/salestransactions.d.ts +0 -34
- package/dist/sdk/salestransactions.js +0 -262
- package/dist/sdk/transactionsaccounttransactions.d.ts +0 -34
- package/dist/sdk/transactionsaccounttransactions.js +0 -262
- package/dist/sdk/transactionsdirectcosts.d.ts +0 -74
- package/dist/sdk/transactionsdirectcosts.js +0 -530
- package/dist/sdk/transactionsjournalentries.d.ts +0 -34
- package/dist/sdk/transactionsjournalentries.js +0 -262
- package/dist/sdk/transactionsjournals.d.ts +0 -34
- package/dist/sdk/transactionsjournals.js +0 -262
- package/dist/sdk/transactionstransfers.d.ts +0 -34
- package/dist/sdk/transactionstransfers.js +0 -262
- package/docs/models/operations/createaccountrequest.md +0 -12
- package/docs/models/operations/createaccountresponse.md +0 -12
- package/docs/models/operations/createbanktransactionsrequest.md +0 -13
- package/docs/models/operations/createbanktransactionsresponse.md +0 -12
- package/docs/models/operations/createcompanyresponse.md +0 -12
- package/docs/models/operations/createconnectionrequest.md +0 -9
- package/docs/models/operations/createconnectionresponse.md +0 -12
- package/docs/models/operations/createdirectcostrequest.md +0 -12
- package/docs/models/operations/createdirectcostresponse.md +0 -12
- package/docs/models/operations/createpaymentrequest.md +0 -12
- package/docs/models/operations/createpaymentresponse.md +0 -12
- package/docs/models/operations/createsupplierrequest.md +0 -12
- package/docs/models/operations/createsupplierresponse.md +0 -12
- package/docs/models/operations/createtransferrequest.md +0 -12
- package/docs/models/operations/createtransferresponse.md +0 -12
- package/docs/models/operations/deletecompanyresponse.md +0 -11
- package/docs/models/operations/deleteconnectionresponse.md +0 -11
- package/docs/models/operations/downloadaccountingbillattachmentresponse.md +0 -12
- package/docs/models/operations/downloadaccountingcustomerattachmentresponse.md +0 -12
- package/docs/models/operations/downloadaccountingdirectcostattachmentresponse.md +0 -12
- package/docs/models/operations/downloadaccountingdirectincomeattachmentresponse.md +0 -12
- package/docs/models/operations/downloadaccountinginvoiceattachmentresponse.md +0 -12
- package/docs/models/operations/downloadaccountinginvoicepdfresponse.md +0 -11
- package/docs/models/operations/downloadaccountingsupplierattachmentresponse.md +0 -12
- package/docs/models/operations/downloadexcelreportrequest.md +0 -9
- package/docs/models/operations/downloadexcelreportresponse.md +0 -12
- package/docs/models/operations/downloadfilesresponse.md +0 -12
- package/docs/models/operations/generateexcelreportrequest.md +0 -9
- package/docs/models/operations/generateexcelreportresponse.md +0 -12
- package/docs/models/operations/generateloansummaryrequest.md +0 -9
- package/docs/models/operations/generateloansummaryresponse.md +0 -11
- package/docs/models/operations/generateloansummarysourcetype.md +0 -12
- package/docs/models/operations/generateloantransactionsrequest.md +0 -9
- package/docs/models/operations/generateloantransactionsresponse.md +0 -11
- package/docs/models/operations/generateloantransactionssourcetype.md +0 -12
- package/docs/models/operations/getaccountingaccountresponse.md +0 -12
- package/docs/models/operations/getaccountingaccounttransactionresponse.md +0 -12
- package/docs/models/operations/getaccountingagedcreditorsreportresponse.md +0 -12
- package/docs/models/operations/getaccountingageddebtorsreportresponse.md +0 -12
- package/docs/models/operations/getaccountingbalancesheetresponse.md +0 -12
- package/docs/models/operations/getaccountingbankaccountresponse.md +0 -12
- package/docs/models/operations/getaccountingbillattachmentresponse.md +0 -12
- package/docs/models/operations/getaccountingbillcreditnoteresponse.md +0 -12
- package/docs/models/operations/getaccountingbillpaymentresponse.md +0 -12
- package/docs/models/operations/getaccountingbillresponse.md +0 -12
- package/docs/models/operations/getaccountingcashflowstatementresponse.md +0 -12
- package/docs/models/operations/getaccountingcreditnoteresponse.md +0 -12
- package/docs/models/operations/getaccountingcustomerattachmentresponse.md +0 -12
- package/docs/models/operations/getaccountingcustomerresponse.md +0 -12
- package/docs/models/operations/getaccountingdirectcostattachmentresponse.md +0 -12
- package/docs/models/operations/getaccountingdirectcostresponse.md +0 -12
- package/docs/models/operations/getaccountingdirectincomeattachmentresponse.md +0 -12
- package/docs/models/operations/getaccountingdirectincomeresponse.md +0 -12
- package/docs/models/operations/getaccountinginvoiceattachmentresponse.md +0 -12
- package/docs/models/operations/getaccountinginvoiceresponse.md +0 -12
- package/docs/models/operations/getaccountingjournalentryresponse.md +0 -12
- package/docs/models/operations/getaccountingjournalresponse.md +0 -12
- package/docs/models/operations/getaccountingpaymentresponse.md +0 -12
- package/docs/models/operations/getaccountingprofileresponse.md +0 -12
- package/docs/models/operations/getaccountingprofitandlossresponse.md +0 -12
- package/docs/models/operations/getaccountingsupplierattachmentresponse.md +0 -12
- package/docs/models/operations/getaccountingsupplierresponse.md +0 -12
- package/docs/models/operations/getaccountingtransferresponse.md +0 -12
- package/docs/models/operations/getbankingaccountresponse.md +0 -11
- package/docs/models/operations/getbankingtransactioncategoryresponse.md +0 -11
- package/docs/models/operations/getbankingtransactionresponse.md +0 -11
- package/docs/models/operations/getcategorizedbalancesheetstatementresponse.md +0 -12
- package/docs/models/operations/getcategorizedbankstatementresponse.md +0 -12
- package/docs/models/operations/getcategorizedprofitandlossstatementresponse.md +0 -12
- package/docs/models/operations/getcommercecustomerresponse.md +0 -12
- package/docs/models/operations/getcommercecustomerretentionmetricsrequest.md +0 -14
- package/docs/models/operations/getcommercecustomerretentionmetricsresponse.md +0 -12
- package/docs/models/operations/getcommercedisputeresponse.md +0 -12
- package/docs/models/operations/getcommercelifetimevaluemetricsrequest.md +0 -14
- package/docs/models/operations/getcommercelifetimevaluemetricsresponse.md +0 -12
- package/docs/models/operations/getcommercelocationresponse.md +0 -12
- package/docs/models/operations/getcommerceorderresponse.md +0 -12
- package/docs/models/operations/getcommerceordersreportrequest.md +0 -14
- package/docs/models/operations/getcommerceordersreportresponse.md +0 -12
- package/docs/models/operations/getcommercepaymentmethodresponse.md +0 -12
- package/docs/models/operations/getcommercepaymentresponse.md +0 -12
- package/docs/models/operations/getcommerceproductcategoryresponse.md +0 -12
- package/docs/models/operations/getcommerceproductresponse.md +0 -12
- package/docs/models/operations/getcommerceprofileresponse.md +0 -12
- package/docs/models/operations/getcommercerefundsreportrequest.md +0 -14
- package/docs/models/operations/getcommercerefundsreportresponse.md +0 -12
- package/docs/models/operations/getcommercerevenuemetricsrequest.md +0 -14
- package/docs/models/operations/getcommercerevenuemetricsresponse.md +0 -12
- package/docs/models/operations/getcommercetransactionresponse.md +0 -12
- package/docs/models/operations/getcompanyresponse.md +0 -12
- package/docs/models/operations/getconnectionresponse.md +0 -12
- package/docs/models/operations/getcreatebanktransactionsmodelresponse.md +0 -12
- package/docs/models/operations/getcreatechartofaccountsmodelresponse.md +0 -12
- package/docs/models/operations/getcreatedirectcostsmodelresponse.md +0 -12
- package/docs/models/operations/getcreateoperationresponse.md +0 -12
- package/docs/models/operations/getcreatepaymentsmodelrequest.md +0 -9
- package/docs/models/operations/getcreatepaymentsmodelresponse.md +0 -12
- package/docs/models/operations/getcreatetransfersmodelresponse.md +0 -12
- package/docs/models/operations/getcreateupdatesuppliersmodelresponse.md +0 -12
- package/docs/models/operations/getdataintegritystatusrequest.md +0 -9
- package/docs/models/operations/getdataintegritystatusresponse.md +0 -12
- package/docs/models/operations/getdataintegritysummariesrequest.md +0 -10
- package/docs/models/operations/getdataintegritysummariesresponse.md +0 -12
- package/docs/models/operations/getdatastatusresponse.md +0 -12
- package/docs/models/operations/getexcelreportgenerationstatusrequest.md +0 -9
- package/docs/models/operations/getexcelreportgenerationstatusresponse.md +0 -12
- package/docs/models/operations/getloansummaryrequest.md +0 -9
- package/docs/models/operations/getloansummaryresponse.md +0 -12
- package/docs/models/operations/getloansummarysourcetype.md +0 -12
- package/docs/models/operations/getpulloperationresponse.md +0 -12
- package/docs/models/operations/isagedcreditorsreportavailableresponse.md +0 -11
- package/docs/models/operations/isageddebtorsreportavailableresponse.md +0 -11
- package/docs/models/operations/listaccountingaccountsresponse.md +0 -12
- package/docs/models/operations/listaccountingaccounttransactionsresponse.md +0 -12
- package/docs/models/operations/listaccountingbankaccountsresponse.md +0 -12
- package/docs/models/operations/listaccountingbankaccounttransactionsresponse.md +0 -12
- package/docs/models/operations/listaccountingbillattachmentsresponse.md +0 -12
- package/docs/models/operations/listaccountingbillcreditnotesresponse.md +0 -12
- package/docs/models/operations/listaccountingbillpaymentsresponse.md +0 -12
- package/docs/models/operations/listaccountingbillsresponse.md +0 -12
- package/docs/models/operations/listaccountingcreditnotesresponse.md +0 -12
- package/docs/models/operations/listaccountingcustomerattachmentsresponse.md +0 -12
- package/docs/models/operations/listaccountingcustomersresponse.md +0 -12
- package/docs/models/operations/listaccountingdirectcostattachmentsresponse.md +0 -12
- package/docs/models/operations/listaccountingdirectcostsresponse.md +0 -12
- package/docs/models/operations/listaccountingdirectincomeattachmentsresponse.md +0 -12
- package/docs/models/operations/listaccountingdirectincomesresponse.md +0 -12
- package/docs/models/operations/listaccountinginvoiceattachmentsresponse.md +0 -12
- package/docs/models/operations/listaccountinginvoicesresponse.md +0 -12
- package/docs/models/operations/listaccountingjournalentriesresponse.md +0 -12
- package/docs/models/operations/listaccountingjournalsresponse.md +0 -12
- package/docs/models/operations/listaccountingpaymentsresponse.md +0 -12
- package/docs/models/operations/listaccountingsupplierattachmentsresponse.md +0 -12
- package/docs/models/operations/listaccountingsuppliersresponse.md +0 -12
- package/docs/models/operations/listaccountingtransfersresponse.md +0 -12
- package/docs/models/operations/listbankingaccountbalancesresponse.md +0 -12
- package/docs/models/operations/listbankingaccountsresponse.md +0 -12
- package/docs/models/operations/listbankingtransactioncategoriesresponse.md +0 -12
- package/docs/models/operations/listbankingtransactionsresponse.md +0 -12
- package/docs/models/operations/listcommercecustomersresponse.md +0 -12
- package/docs/models/operations/listcommercedisputesresponse.md +0 -12
- package/docs/models/operations/listcommercelocationsresponse.md +0 -12
- package/docs/models/operations/listcommerceordersresponse.md +0 -12
- package/docs/models/operations/listcommercepaymentmethodsresponse.md +0 -12
- package/docs/models/operations/listcommercepaymentsresponse.md +0 -12
- package/docs/models/operations/listcommerceproductcategoriesresponse.md +0 -12
- package/docs/models/operations/listcommerceproductsresponse.md +0 -12
- package/docs/models/operations/listcommercetransactionsresponse.md +0 -12
- package/docs/models/operations/listcompaniesresponse.md +0 -12
- package/docs/models/operations/listconnectionsresponse.md +0 -12
- package/docs/models/operations/listcreateoperationsresponse.md +0 -12
- package/docs/models/operations/listdataintegritydetailsrequest.md +0 -13
- package/docs/models/operations/listdataintegritydetailsresponse.md +0 -12
- package/docs/models/operations/listfilesresponse.md +0 -12
- package/docs/models/operations/listloantransactionsrequest.md +0 -9
- package/docs/models/operations/listloantransactionsresponse.md +0 -12
- package/docs/models/operations/listloantransactionssourcetype.md +0 -12
- package/docs/models/operations/listpulloperationsresponse.md +0 -12
- package/docs/models/operations/listreconciledinvoicesresponse.md +0 -12
- package/docs/models/operations/refreshalldatatypesresponse.md +0 -11
- package/docs/models/operations/refreshdatatyperequest.md +0 -10
- package/docs/models/operations/refreshdatatyperesponse.md +0 -12
- package/docs/models/operations/unlinkconnectionrequest.md +0 -10
- package/docs/models/operations/unlinkconnectionresponse.md +0 -12
- package/docs/models/operations/unlinkconnectionupdateconnection.md +0 -8
- package/docs/models/operations/updatecompanyrequest.md +0 -9
- package/docs/models/operations/updatecompanyresponse.md +0 -12
- package/docs/models/operations/uploadfilesrequest.md +0 -10
- package/docs/models/operations/uploadfilesrequestbody.md +0 -9
- package/docs/models/operations/uploadfilesresponse.md +0 -11
- package/docs/models/shared/accountcategoriesupdatedwebhook.md +0 -18
- package/docs/models/shared/accountidentifiers.md +0 -16
- package/docs/models/shared/accountingaccount.md +0 -52
- package/docs/models/shared/accountingaccounts.md +0 -12
- package/docs/models/shared/accountingaccounttransaction.md +0 -38
- package/docs/models/shared/accountingaccounttransactions.md +0 -12
- package/docs/models/shared/accountingaccounttransactionstatus.md +0 -13
- package/docs/models/shared/accountingaddress.md +0 -14
- package/docs/models/shared/accountingagedcreditorreport.md +0 -43
- package/docs/models/shared/accountingageddebtorreport.md +0 -43
- package/docs/models/shared/accountingbalancesheet.md +0 -30
- package/docs/models/shared/accountingbankaccount.md +0 -40
- package/docs/models/shared/accountingbankaccounts.md +0 -12
- package/docs/models/shared/accountingbanktransaction.md +0 -34
- package/docs/models/shared/accountingbanktransactions.md +0 -12
- package/docs/models/shared/accountingbill.md +0 -48
- package/docs/models/shared/accountingbillcreditnote.md +0 -46
- package/docs/models/shared/accountingbillcreditnotes.md +0 -12
- package/docs/models/shared/accountingbillpayment.md +0 -174
- package/docs/models/shared/accountingbillpayments.md +0 -12
- package/docs/models/shared/accountingbillpurchaseorderreference.md +0 -9
- package/docs/models/shared/accountingbills.md +0 -12
- package/docs/models/shared/accountingbillwithholdingtax.md +0 -9
- package/docs/models/shared/accountingcashflowstatement.md +0 -27
- package/docs/models/shared/accountingcompanyinfo.md +0 -29
- package/docs/models/shared/accountingcreateaccountresponse.md +0 -21
- package/docs/models/shared/accountingcreatebanktransactions.md +0 -9
- package/docs/models/shared/accountingcreatebanktransactionsresponse.md +0 -21
- package/docs/models/shared/accountingcreatedirectcostresponse.md +0 -21
- package/docs/models/shared/accountingcreatepaymentresponse.md +0 -21
- package/docs/models/shared/accountingcreatesupplierresponse.md +0 -21
- package/docs/models/shared/accountingcreatetransferresponse.md +0 -21
- package/docs/models/shared/accountingcreditnote.md +0 -44
- package/docs/models/shared/accountingcreditnotes.md +0 -12
- package/docs/models/shared/accountingcustomer.md +0 -31
- package/docs/models/shared/accountingcustomers.md +0 -12
- package/docs/models/shared/accountingdirectcost.md +0 -39
- package/docs/models/shared/accountingdirectcosts.md +0 -12
- package/docs/models/shared/accountingdirectincome.md +0 -40
- package/docs/models/shared/accountingdirectincomes.md +0 -12
- package/docs/models/shared/accountinginvoice.md +0 -63
- package/docs/models/shared/accountinginvoices.md +0 -12
- package/docs/models/shared/accountinginvoicesalesorderreference.md +0 -9
- package/docs/models/shared/accountingjournal.md +0 -42
- package/docs/models/shared/accountingjournalentries.md +0 -12
- package/docs/models/shared/accountingjournalentry.md +0 -42
- package/docs/models/shared/accountingjournals.md +0 -12
- package/docs/models/shared/accountingpayment.md +0 -701
- package/docs/models/shared/accountingpaymentallocation.md +0 -9
- package/docs/models/shared/accountingpaymentallocationallocation.md +0 -11
- package/docs/models/shared/accountingpayments.md +0 -12
- package/docs/models/shared/accountingprofitandlossreport.md +0 -35
- package/docs/models/shared/accountingsupplier.md +0 -27
- package/docs/models/shared/accountingsuppliers.md +0 -12
- package/docs/models/shared/accountingtransfer.md +0 -23
- package/docs/models/shared/accountingtransfercontactref.md +0 -11
- package/docs/models/shared/accountingtransfers.md +0 -12
- package/docs/models/shared/accounts.md +0 -14
- package/docs/models/shared/accountspayabletracking.md +0 -14
- package/docs/models/shared/accountsreceivabletracking.md +0 -15
- package/docs/models/shared/accountsreceivabletrackingrecordreference.md +0 -13
- package/docs/models/shared/accounttransactionline.md +0 -10
- package/docs/models/shared/agedcreditor.md +0 -10
- package/docs/models/shared/agedcurrencyoutstanding.md +0 -9
- package/docs/models/shared/ageddebtor.md +0 -10
- package/docs/models/shared/agedoutstandingamount.md +0 -11
- package/docs/models/shared/attachments.md +0 -8
- package/docs/models/shared/balancesheet.md +0 -12
- package/docs/models/shared/bankingaccount.md +0 -24
- package/docs/models/shared/bankingaccountbalance.md +0 -22
- package/docs/models/shared/bankingaccountbalances.md +0 -12
- package/docs/models/shared/bankingaccounts.md +0 -12
- package/docs/models/shared/bankingtransaction.md +0 -25
- package/docs/models/shared/bankingtransactioncategories.md +0 -12
- package/docs/models/shared/bankingtransactioncategory.md +0 -16
- package/docs/models/shared/bankingtransactions.md +0 -12
- package/docs/models/shared/billcreditnotelineitem.md +0 -20
- package/docs/models/shared/billcreditnotelineitemitemreference.md +0 -11
- package/docs/models/shared/billcreditnotelineitemtaxratereference.md +0 -21
- package/docs/models/shared/billlineitem.md +0 -23
- package/docs/models/shared/billlineitemrecordlinereference.md +0 -12
- package/docs/models/shared/billlineitemrecordlinereferencedatatype.md +0 -10
- package/docs/models/shared/billpaymentline.md +0 -10
- package/docs/models/shared/billpaymentlinelink.md +0 -11
- package/docs/models/shared/cashflowstatement.md +0 -11
- package/docs/models/shared/clientratelimitreachedwebhook.md +0 -16
- package/docs/models/shared/clientratelimitresetwebhook.md +0 -16
- package/docs/models/shared/commerceaddress.md +0 -14
- package/docs/models/shared/commercecompanyinfo.md +0 -26
- package/docs/models/shared/commercecustomer.md +0 -21
- package/docs/models/shared/commercecustomers.md +0 -12
- package/docs/models/shared/commercedispute.md +0 -26
- package/docs/models/shared/commercedisputes.md +0 -12
- package/docs/models/shared/commercelocation.md +0 -18
- package/docs/models/shared/commercelocations.md +0 -12
- package/docs/models/shared/commerceorder.md +0 -31
- package/docs/models/shared/commerceorders.md +0 -12
- package/docs/models/shared/commercepayment.md +0 -26
- package/docs/models/shared/commercepaymentmethod.md +0 -16
- package/docs/models/shared/commercepaymentmethods.md +0 -12
- package/docs/models/shared/commercepayments.md +0 -12
- package/docs/models/shared/commerceproduct.md +0 -19
- package/docs/models/shared/commerceproductcategories.md +0 -12
- package/docs/models/shared/commerceproductcategory.md +0 -17
- package/docs/models/shared/commerceproducts.md +0 -12
- package/docs/models/shared/commercereport.md +0 -54
- package/docs/models/shared/commercereportcomponent.md +0 -13
- package/docs/models/shared/commercereportdimension.md +0 -11
- package/docs/models/shared/commercetransaction.md +0 -29
- package/docs/models/shared/commercetransactions.md +0 -12
- package/docs/models/shared/companies.md +0 -12
- package/docs/models/shared/company.md +0 -22
- package/docs/models/shared/connection.md +0 -31
- package/docs/models/shared/connections.md +0 -12
- package/docs/models/shared/connectionsourcetype.md +0 -14
- package/docs/models/shared/contact.md +0 -13
- package/docs/models/shared/contactref.md +0 -11
- package/docs/models/shared/creditnotelineitem.md +0 -21
- package/docs/models/shared/dataintegritydetail.md +0 -15
- package/docs/models/shared/dataintegritydetails.md +0 -12
- package/docs/models/shared/dataintegritystatus.md +0 -12
- package/docs/models/shared/dataintegritystatuses.md +0 -8
- package/docs/models/shared/dataintegritystatusinfo.md +0 -10
- package/docs/models/shared/dataintegritysummaries.md +0 -8
- package/docs/models/shared/dataintegritysummary.md +0 -10
- package/docs/models/shared/datasource.md +0 -8
- package/docs/models/shared/datastatus.md +0 -14
- package/docs/models/shared/datastatusdatatypes.md +0 -51
- package/docs/models/shared/datatype.md +0 -51
- package/docs/models/shared/definitionsitemref.md +0 -10
- package/docs/models/shared/directcostlineitem.md +0 -20
- package/docs/models/shared/directincomelineitem.md +0 -19
- package/docs/models/shared/enhancedcashflowitem.md +0 -8
- package/docs/models/shared/enhancedcashflowtransaction.md +0 -16
- package/docs/models/shared/enhancedcashflowtransactions.md +0 -16
- package/docs/models/shared/enhancedfinancialreport.md +0 -9
- package/docs/models/shared/enhancedfinancialreportreportitem.md +0 -12
- package/docs/models/shared/enhancedinvoicereportitem.md +0 -20
- package/docs/models/shared/enhancedinvoicesreport.md +0 -11
- package/docs/models/shared/enhancedreportaccountcategory.md +0 -9
- package/docs/models/shared/excelstatus.md +0 -15
- package/docs/models/shared/invoicelineitem.md +0 -21
- package/docs/models/shared/itemref.md +0 -11
- package/docs/models/shared/journalline.md +0 -12
- package/docs/models/shared/journallinetracking.md +0 -10
- package/docs/models/shared/links.md +0 -11
- package/docs/models/shared/loansummary.md +0 -9
- package/docs/models/shared/loansummaryrecordref.md +0 -11
- package/docs/models/shared/loansummaryreportitem.md +0 -14
- package/docs/models/shared/loantransactions.md +0 -10
- package/docs/models/shared/orderlineitem.md +0 -17
- package/docs/models/shared/payment.md +0 -14
- package/docs/models/shared/paymentallocationpayment.md +0 -15
- package/docs/models/shared/paymentline.md +0 -10
- package/docs/models/shared/paymentlinelink.md +0 -11
- package/docs/models/shared/paymentref.md +0 -17
- package/docs/models/shared/phonenumber.md +0 -9
- package/docs/models/shared/productinventory.md +0 -11
- package/docs/models/shared/productinventorylocation.md +0 -9
- package/docs/models/shared/productvariant.md +0 -24
- package/docs/models/shared/profitandlossreport.md +0 -18
- package/docs/models/shared/pulloperation.md +0 -21
- package/docs/models/shared/pulloperations.md +0 -12
- package/docs/models/shared/pushoperation.md +0 -20
- package/docs/models/shared/pushoperationchange.md +0 -10
- package/docs/models/shared/pushoperationref.md +0 -9
- package/docs/models/shared/pushoperations.md +0 -12
- package/docs/models/shared/pushoption.md +0 -14
- package/docs/models/shared/pushoptionchoice.md +0 -12
- package/docs/models/shared/pushoptionproperty.md +0 -14
- package/docs/models/shared/pushvalidationinfo.md +0 -9
- package/docs/models/shared/reportitems.md +0 -13
- package/docs/models/shared/reportitemsloantransactiontype.md +0 -13
- package/docs/models/shared/reportline.md +0 -11
- package/docs/models/shared/servicecharge.md +0 -14
- package/docs/models/shared/taxcomponentallocation.md +0 -9
- package/docs/models/shared/tracking.md +0 -9
- package/docs/models/shared/transactionsourceref.md +0 -9
- package/docs/models/shared/transferaccount.md +0 -12
- package/docs/models/shared/validation.md +0 -11
- package/docs/models/shared/weblink.md +0 -11
- package/docs/models/shared/weblinktype.md +0 -12
- package/docs/models/webhooks/accountcategoriesupdatedresponse.md +0 -10
- package/docs/models/webhooks/clientratelimitreachedresponse.md +0 -10
- package/docs/models/webhooks/clientratelimitresetresponse.md +0 -10
- package/docs/sdks/accountingbankdata/README.md +0 -62
- package/docs/sdks/accountingbankdataaccounts/README.md +0 -105
- package/docs/sdks/accountspayablebillcreditnotes/README.md +0 -103
- package/docs/sdks/accountspayablebillpayments/README.md +0 -103
- package/docs/sdks/accountspayablebills/README.md +0 -249
- package/docs/sdks/accountspayablesuppliers/README.md +0 -249
- package/docs/sdks/accountsreceivablecreditnotes/README.md +0 -103
- package/docs/sdks/accountsreceivablecustomers/README.md +0 -249
- package/docs/sdks/accountsreceivabledirectincomes/README.md +0 -251
- package/docs/sdks/accountsreceivableinvoices/README.md +0 -339
- package/docs/sdks/accountsreceivablepayments/README.md +0 -103
- package/docs/sdks/accountsreceivablereports/README.md +0 -177
- package/docs/sdks/bankingaccountbalances/README.md +0 -55
- package/docs/sdks/bankingaccounts/README.md +0 -105
- package/docs/sdks/bankingcategorizedstatement/README.md +0 -52
- package/docs/sdks/bankingtransactioncategories/README.md +0 -105
- package/docs/sdks/bankingtransactions/README.md +0 -105
- package/docs/sdks/financialstatementsaccounts/README.md +0 -102
- package/docs/sdks/financialstatementsbalancesheet/README.md +0 -93
- package/docs/sdks/financialstatementscashflow/README.md +0 -49
- package/docs/sdks/financialstatementsprofitandloss/README.md +0 -93
- package/docs/sdks/loanwritebackaccounts/README.md +0 -137
- package/docs/sdks/loanwritebackbanktransactions/README.md +0 -117
- package/docs/sdks/loanwritebackcreateoperations/README.md +0 -91
- package/docs/sdks/loanwritebackdirectcosts/README.md +0 -168
- package/docs/sdks/loanwritebackpayments/README.md +0 -140
- package/docs/sdks/loanwritebacksuppliers/README.md +0 -127
- package/docs/sdks/loanwritebacktransfers/README.md +0 -143
- package/docs/sdks/managedatapulloperations/README.md +0 -91
- package/docs/sdks/managedatarefresh/README.md +0 -95
- package/docs/sdks/salescustomers/README.md +0 -105
- package/docs/sdks/salesdisputes/README.md +0 -105
- package/docs/sdks/saleslocations/README.md +0 -102
- package/docs/sdks/salesmetrics/README.md +0 -219
- package/docs/sdks/salesorders/README.md +0 -105
- package/docs/sdks/salespaymentmethods/README.md +0 -105
- package/docs/sdks/salespayments/README.md +0 -105
- package/docs/sdks/salesproductcategories/README.md +0 -105
- package/docs/sdks/salesproducts/README.md +0 -105
- package/docs/sdks/salesreports/README.md +0 -146
- package/docs/sdks/salestransactions/README.md +0 -105
- package/docs/sdks/transactionsaccounttransactions/README.md +0 -105
- package/docs/sdks/transactionsdirectcosts/README.md +0 -251
- package/docs/sdks/transactionsjournalentries/README.md +0 -103
- package/docs/sdks/transactionsjournals/README.md +0 -103
- package/docs/sdks/transactionstransfers/README.md +0 -105
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SpeakeasyBase } from "../../../internal/utils";
|
|
2
2
|
import { PaymentAllocationPayment } from "./paymentallocationpayment";
|
|
3
|
-
export declare class
|
|
3
|
+
export declare class Allocation extends SpeakeasyBase {
|
|
4
4
|
/**
|
|
5
5
|
* In Codat's data model, dates and times are represented using the <a class="external" href="https://en.wikipedia.org/wiki/ISO_8601" target="_blank">ISO 8601 standard</a>. Date and time fields are formatted as strings; for example:
|
|
6
6
|
*
|
|
@@ -73,6 +73,6 @@ export declare class AccountingPaymentAllocationAllocation extends SpeakeasyBase
|
|
|
73
73
|
totalAmount?: number;
|
|
74
74
|
}
|
|
75
75
|
export declare class AccountingPaymentAllocation extends SpeakeasyBase {
|
|
76
|
-
allocation:
|
|
76
|
+
allocation: Allocation;
|
|
77
77
|
payment: PaymentAllocationPayment;
|
|
78
78
|
}
|
|
@@ -27,38 +27,38 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
27
27
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
28
28
|
};
|
|
29
29
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30
|
-
exports.AccountingPaymentAllocation = exports.
|
|
30
|
+
exports.AccountingPaymentAllocation = exports.Allocation = void 0;
|
|
31
31
|
var utils_1 = require("../../../internal/utils");
|
|
32
32
|
var paymentallocationpayment_1 = require("./paymentallocationpayment");
|
|
33
33
|
var class_transformer_1 = require("class-transformer");
|
|
34
|
-
var
|
|
35
|
-
__extends(
|
|
36
|
-
function
|
|
34
|
+
var Allocation = /** @class */ (function (_super) {
|
|
35
|
+
__extends(Allocation, _super);
|
|
36
|
+
function Allocation() {
|
|
37
37
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
38
38
|
}
|
|
39
39
|
__decorate([
|
|
40
40
|
(0, utils_1.SpeakeasyMetadata)(),
|
|
41
41
|
(0, class_transformer_1.Expose)({ name: "allocatedOnDate" }),
|
|
42
42
|
__metadata("design:type", String)
|
|
43
|
-
],
|
|
43
|
+
], Allocation.prototype, "allocatedOnDate", void 0);
|
|
44
44
|
__decorate([
|
|
45
45
|
(0, utils_1.SpeakeasyMetadata)(),
|
|
46
46
|
(0, class_transformer_1.Expose)({ name: "currency" }),
|
|
47
47
|
__metadata("design:type", String)
|
|
48
|
-
],
|
|
48
|
+
], Allocation.prototype, "currency", void 0);
|
|
49
49
|
__decorate([
|
|
50
50
|
(0, utils_1.SpeakeasyMetadata)(),
|
|
51
51
|
(0, class_transformer_1.Expose)({ name: "currencyRate" }),
|
|
52
52
|
__metadata("design:type", Number)
|
|
53
|
-
],
|
|
53
|
+
], Allocation.prototype, "currencyRate", void 0);
|
|
54
54
|
__decorate([
|
|
55
55
|
(0, utils_1.SpeakeasyMetadata)(),
|
|
56
56
|
(0, class_transformer_1.Expose)({ name: "totalAmount" }),
|
|
57
57
|
__metadata("design:type", Number)
|
|
58
|
-
],
|
|
59
|
-
return
|
|
58
|
+
], Allocation.prototype, "totalAmount", void 0);
|
|
59
|
+
return Allocation;
|
|
60
60
|
}(utils_1.SpeakeasyBase));
|
|
61
|
-
exports.
|
|
61
|
+
exports.Allocation = Allocation;
|
|
62
62
|
var AccountingPaymentAllocation = /** @class */ (function (_super) {
|
|
63
63
|
__extends(AccountingPaymentAllocation, _super);
|
|
64
64
|
function AccountingPaymentAllocation() {
|
|
@@ -67,8 +67,8 @@ var AccountingPaymentAllocation = /** @class */ (function (_super) {
|
|
|
67
67
|
__decorate([
|
|
68
68
|
(0, utils_1.SpeakeasyMetadata)(),
|
|
69
69
|
(0, class_transformer_1.Expose)({ name: "allocation" }),
|
|
70
|
-
(0, class_transformer_1.Type)(function () { return
|
|
71
|
-
__metadata("design:type",
|
|
70
|
+
(0, class_transformer_1.Type)(function () { return Allocation; }),
|
|
71
|
+
__metadata("design:type", Allocation)
|
|
72
72
|
], AccountingPaymentAllocation.prototype, "allocation", void 0);
|
|
73
73
|
__decorate([
|
|
74
74
|
(0, utils_1.SpeakeasyMetadata)(),
|
|
@@ -1,23 +1,10 @@
|
|
|
1
1
|
import { SpeakeasyBase } from "../../../internal/utils";
|
|
2
|
-
import {
|
|
2
|
+
import { ContactRef } from "./contactref";
|
|
3
3
|
import { Metadata } from "./metadata";
|
|
4
4
|
import { RecordRef } from "./recordref";
|
|
5
5
|
import { SupplementalData } from "./supplementaldata";
|
|
6
6
|
import { TrackingCategoryRef } from "./trackingcategoryref";
|
|
7
7
|
import { TransferAccount } from "./transferaccount";
|
|
8
|
-
/**
|
|
9
|
-
* The customer or supplier for the transfer, if available.
|
|
10
|
-
*/
|
|
11
|
-
export declare class AccountingTransferContactRef extends SpeakeasyBase {
|
|
12
|
-
/**
|
|
13
|
-
* Available Data types
|
|
14
|
-
*/
|
|
15
|
-
dataType?: DataType;
|
|
16
|
-
/**
|
|
17
|
-
* Unique identifier for a customer or supplier.
|
|
18
|
-
*/
|
|
19
|
-
id: string;
|
|
20
|
-
}
|
|
21
8
|
/**
|
|
22
9
|
* > View the coverage for transfers in the <a className="external" href="https://knowledge.codat.io/supported-features/accounting?view=tab-by-data-type&dataType=transfers" target="_blank">Data coverage explorer</a>.
|
|
23
10
|
*
|
|
@@ -27,9 +14,9 @@ export declare class AccountingTransferContactRef extends SpeakeasyBase {
|
|
|
27
14
|
*/
|
|
28
15
|
export declare class AccountingTransfer extends SpeakeasyBase {
|
|
29
16
|
/**
|
|
30
|
-
*
|
|
17
|
+
* A customer or supplier associated with the direct cost.
|
|
31
18
|
*/
|
|
32
|
-
contactRef?:
|
|
19
|
+
contactRef?: ContactRef;
|
|
33
20
|
/**
|
|
34
21
|
* In Codat's data model, dates and times are represented using the <a class="external" href="https://en.wikipedia.org/wiki/ISO_8601" target="_blank">ISO 8601 standard</a>. Date and time fields are formatted as strings; for example:
|
|
35
22
|
*
|
|
@@ -27,36 +27,15 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
27
27
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
28
28
|
};
|
|
29
29
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30
|
-
exports.AccountingTransfer =
|
|
30
|
+
exports.AccountingTransfer = void 0;
|
|
31
31
|
var utils_1 = require("../../../internal/utils");
|
|
32
|
-
var
|
|
32
|
+
var contactref_1 = require("./contactref");
|
|
33
33
|
var metadata_1 = require("./metadata");
|
|
34
34
|
var recordref_1 = require("./recordref");
|
|
35
35
|
var supplementaldata_1 = require("./supplementaldata");
|
|
36
36
|
var trackingcategoryref_1 = require("./trackingcategoryref");
|
|
37
37
|
var transferaccount_1 = require("./transferaccount");
|
|
38
38
|
var class_transformer_1 = require("class-transformer");
|
|
39
|
-
/**
|
|
40
|
-
* The customer or supplier for the transfer, if available.
|
|
41
|
-
*/
|
|
42
|
-
var AccountingTransferContactRef = /** @class */ (function (_super) {
|
|
43
|
-
__extends(AccountingTransferContactRef, _super);
|
|
44
|
-
function AccountingTransferContactRef() {
|
|
45
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
46
|
-
}
|
|
47
|
-
__decorate([
|
|
48
|
-
(0, utils_1.SpeakeasyMetadata)(),
|
|
49
|
-
(0, class_transformer_1.Expose)({ name: "dataType" }),
|
|
50
|
-
__metadata("design:type", String)
|
|
51
|
-
], AccountingTransferContactRef.prototype, "dataType", void 0);
|
|
52
|
-
__decorate([
|
|
53
|
-
(0, utils_1.SpeakeasyMetadata)(),
|
|
54
|
-
(0, class_transformer_1.Expose)({ name: "id" }),
|
|
55
|
-
__metadata("design:type", String)
|
|
56
|
-
], AccountingTransferContactRef.prototype, "id", void 0);
|
|
57
|
-
return AccountingTransferContactRef;
|
|
58
|
-
}(utils_1.SpeakeasyBase));
|
|
59
|
-
exports.AccountingTransferContactRef = AccountingTransferContactRef;
|
|
60
39
|
/**
|
|
61
40
|
* > View the coverage for transfers in the <a className="external" href="https://knowledge.codat.io/supported-features/accounting?view=tab-by-data-type&dataType=transfers" target="_blank">Data coverage explorer</a>.
|
|
62
41
|
*
|
|
@@ -72,8 +51,8 @@ var AccountingTransfer = /** @class */ (function (_super) {
|
|
|
72
51
|
__decorate([
|
|
73
52
|
(0, utils_1.SpeakeasyMetadata)(),
|
|
74
53
|
(0, class_transformer_1.Expose)({ name: "contactRef" }),
|
|
75
|
-
(0, class_transformer_1.Type)(function () { return
|
|
76
|
-
__metadata("design:type",
|
|
54
|
+
(0, class_transformer_1.Type)(function () { return contactref_1.ContactRef; }),
|
|
55
|
+
__metadata("design:type", contactref_1.ContactRef)
|
|
77
56
|
], AccountingTransfer.prototype, "contactRef", void 0);
|
|
78
57
|
__decorate([
|
|
79
58
|
(0, utils_1.SpeakeasyMetadata)(),
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
import { SpeakeasyBase } from "../../../internal/utils";
|
|
2
|
+
import { AccountStatus } from "./accountstatus";
|
|
3
|
+
import { AccountType } from "./accounttype";
|
|
4
|
+
import { SupplementalData } from "./supplementaldata";
|
|
5
|
+
/**
|
|
6
|
+
* When querying Codat's data model, some data types return `validDatatypeLinks` metadata in the JSON response. This indicates where that object can be used as a reference—a _valid link_—when creating or updating other data.
|
|
7
|
+
*
|
|
8
|
+
* @remarks
|
|
9
|
+
*
|
|
10
|
+
* For example, `validDatatypeLinks` might indicate the following references:
|
|
11
|
+
*
|
|
12
|
+
* - Which tax rates are valid to use on the line item of a bill.
|
|
13
|
+
* - Which items can be used when creating an invoice.
|
|
14
|
+
*
|
|
15
|
+
* You can use `validDatatypeLinks` to present your SMB customers with only valid choices when selecting objects from a list, for example.
|
|
16
|
+
*
|
|
17
|
+
* ## `validDatatypeLinks` example
|
|
18
|
+
*
|
|
19
|
+
* The following example uses the `Accounting.Accounts` data type. It shows that, on the linked integration, this account is valid as the account on a payment or bill payment; and as the account referenced on the line item of a direct income or direct cost. Because there is no valid link to Invoices or Bills, using this account on those data types will result in an error.
|
|
20
|
+
*
|
|
21
|
+
* ```json validDatatypeLinks for an account
|
|
22
|
+
* {
|
|
23
|
+
* "id": "bd9e85e0-0478-433d-ae9f-0b3c4f04bfe4",
|
|
24
|
+
* "nominalCode": "090",
|
|
25
|
+
* "name": "Business Bank Account",
|
|
26
|
+
* #...
|
|
27
|
+
* "validDatatypeLinks": [
|
|
28
|
+
* {
|
|
29
|
+
* "property": "Id",
|
|
30
|
+
* "links": [
|
|
31
|
+
* "Payment.AccountRef.Id",
|
|
32
|
+
* "BillPayment.AccountRef.Id",
|
|
33
|
+
* "DirectIncome.LineItems.AccountRef.Id",
|
|
34
|
+
* "DirectCost.LineItems.AccountRef.Id"
|
|
35
|
+
* ]
|
|
36
|
+
* }
|
|
37
|
+
* ]
|
|
38
|
+
* }
|
|
39
|
+
* ```
|
|
40
|
+
*
|
|
41
|
+
*
|
|
42
|
+
*
|
|
43
|
+
* ## Support for `validDatatypeLinks`
|
|
44
|
+
*
|
|
45
|
+
* Codat currently supports `validDatatypeLinks` for some data types on our Xero, QuickBooks Online, QuickBooks Desktop, Exact (NL), and Sage Business Cloud integrations.
|
|
46
|
+
*
|
|
47
|
+
* If you'd like us to extend support to more data types or integrations, suggest or vote for this on our <a href="https://portal.productboard.com/codat/5-product-roadmap">Product Roadmap</a>.
|
|
48
|
+
*/
|
|
49
|
+
export declare class ValidDataTypeLinks extends SpeakeasyBase {
|
|
50
|
+
/**
|
|
51
|
+
* Supported `dataTypes` that the record can be linked to.
|
|
52
|
+
*/
|
|
53
|
+
links?: string[];
|
|
54
|
+
/**
|
|
55
|
+
* The property from the account that can be linked.
|
|
56
|
+
*/
|
|
57
|
+
property?: string;
|
|
58
|
+
}
|
|
59
|
+
export declare class AccountPrototype extends SpeakeasyBase {
|
|
60
|
+
/**
|
|
61
|
+
* The currency data type in Codat is the [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) currency code, e.g. _GBP_.
|
|
62
|
+
*
|
|
63
|
+
* @remarks
|
|
64
|
+
*
|
|
65
|
+
* ## Unknown currencies
|
|
66
|
+
*
|
|
67
|
+
* In line with the ISO 4217 specification, the code _XXX_ is used when the data source does not return a currency for a transaction.
|
|
68
|
+
*
|
|
69
|
+
* There are only a very small number of edge cases where this currency code is returned by the Codat system.
|
|
70
|
+
*/
|
|
71
|
+
currency?: string;
|
|
72
|
+
/**
|
|
73
|
+
* Current balance in the account.
|
|
74
|
+
*/
|
|
75
|
+
currentBalance?: number;
|
|
76
|
+
/**
|
|
77
|
+
* Description for the account.
|
|
78
|
+
*/
|
|
79
|
+
description?: string;
|
|
80
|
+
/**
|
|
81
|
+
* Full category of the account.
|
|
82
|
+
*
|
|
83
|
+
* @remarks
|
|
84
|
+
*
|
|
85
|
+
* For example, `Liability.Current` or `Income.Revenue`. To determine a list of possible categories for each integration, see our examples, follow our [Create, update, delete data](https://docs.codat.io/using-the-api/push) guide, or refer to the integration's own documentation.
|
|
86
|
+
*/
|
|
87
|
+
fullyQualifiedCategory?: string;
|
|
88
|
+
/**
|
|
89
|
+
* Full name of the account, for example:
|
|
90
|
+
*
|
|
91
|
+
* @remarks
|
|
92
|
+
* - `Cash On Hand`
|
|
93
|
+
* - `Rents Held In Trust`
|
|
94
|
+
* - `Fixed Asset`
|
|
95
|
+
*/
|
|
96
|
+
fullyQualifiedName?: string;
|
|
97
|
+
/**
|
|
98
|
+
* Confirms whether the account is a bank account or not.
|
|
99
|
+
*/
|
|
100
|
+
isBankAccount?: boolean;
|
|
101
|
+
/**
|
|
102
|
+
* Name of the account.
|
|
103
|
+
*/
|
|
104
|
+
name?: string;
|
|
105
|
+
/**
|
|
106
|
+
* Reference given to each nominal account for a business. It ensures money is allocated to the correct account. This code isn't a unique identifier in the Codat system.
|
|
107
|
+
*/
|
|
108
|
+
nominalCode?: string;
|
|
109
|
+
/**
|
|
110
|
+
* Status of the account
|
|
111
|
+
*/
|
|
112
|
+
status?: AccountStatus;
|
|
113
|
+
/**
|
|
114
|
+
* Supplemental data is additional data you can include in our standard data types.
|
|
115
|
+
*
|
|
116
|
+
* @remarks
|
|
117
|
+
*
|
|
118
|
+
* It is referenced as a configured dynamic key value pair that is unique to the accounting platform. [Learn more](https://docs.codat.io/using-the-api/supplemental-data/overview) about supplemental data.
|
|
119
|
+
*/
|
|
120
|
+
supplementalData?: SupplementalData;
|
|
121
|
+
/**
|
|
122
|
+
* Type of account
|
|
123
|
+
*/
|
|
124
|
+
type?: AccountType;
|
|
125
|
+
/**
|
|
126
|
+
* The validDatatypeLinks can be used to determine whether an account can be correctly mapped to another object; for example, accounts with a `type` of `income` might only support being used on an Invoice and Direct Income. For more information, see [Valid Data Type Links](/lending-api#/schemas/ValidDataTypeLinks).
|
|
127
|
+
*/
|
|
128
|
+
validDatatypeLinks?: ValidDataTypeLinks[];
|
|
129
|
+
}
|
|
@@ -0,0 +1,167 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
|
4
|
+
*/
|
|
5
|
+
var __extends = (this && this.__extends) || (function () {
|
|
6
|
+
var extendStatics = function (d, b) {
|
|
7
|
+
extendStatics = Object.setPrototypeOf ||
|
|
8
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
9
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
10
|
+
return extendStatics(d, b);
|
|
11
|
+
};
|
|
12
|
+
return function (d, b) {
|
|
13
|
+
if (typeof b !== "function" && b !== null)
|
|
14
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
15
|
+
extendStatics(d, b);
|
|
16
|
+
function __() { this.constructor = d; }
|
|
17
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
18
|
+
};
|
|
19
|
+
})();
|
|
20
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
21
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
22
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
23
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
24
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
25
|
+
};
|
|
26
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
27
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
28
|
+
};
|
|
29
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30
|
+
exports.AccountPrototype = exports.ValidDataTypeLinks = void 0;
|
|
31
|
+
var utils_1 = require("../../../internal/utils");
|
|
32
|
+
var accountstatus_1 = require("./accountstatus");
|
|
33
|
+
var accounttype_1 = require("./accounttype");
|
|
34
|
+
var supplementaldata_1 = require("./supplementaldata");
|
|
35
|
+
var class_transformer_1 = require("class-transformer");
|
|
36
|
+
/**
|
|
37
|
+
* When querying Codat's data model, some data types return `validDatatypeLinks` metadata in the JSON response. This indicates where that object can be used as a reference—a _valid link_—when creating or updating other data.
|
|
38
|
+
*
|
|
39
|
+
* @remarks
|
|
40
|
+
*
|
|
41
|
+
* For example, `validDatatypeLinks` might indicate the following references:
|
|
42
|
+
*
|
|
43
|
+
* - Which tax rates are valid to use on the line item of a bill.
|
|
44
|
+
* - Which items can be used when creating an invoice.
|
|
45
|
+
*
|
|
46
|
+
* You can use `validDatatypeLinks` to present your SMB customers with only valid choices when selecting objects from a list, for example.
|
|
47
|
+
*
|
|
48
|
+
* ## `validDatatypeLinks` example
|
|
49
|
+
*
|
|
50
|
+
* The following example uses the `Accounting.Accounts` data type. It shows that, on the linked integration, this account is valid as the account on a payment or bill payment; and as the account referenced on the line item of a direct income or direct cost. Because there is no valid link to Invoices or Bills, using this account on those data types will result in an error.
|
|
51
|
+
*
|
|
52
|
+
* ```json validDatatypeLinks for an account
|
|
53
|
+
* {
|
|
54
|
+
* "id": "bd9e85e0-0478-433d-ae9f-0b3c4f04bfe4",
|
|
55
|
+
* "nominalCode": "090",
|
|
56
|
+
* "name": "Business Bank Account",
|
|
57
|
+
* #...
|
|
58
|
+
* "validDatatypeLinks": [
|
|
59
|
+
* {
|
|
60
|
+
* "property": "Id",
|
|
61
|
+
* "links": [
|
|
62
|
+
* "Payment.AccountRef.Id",
|
|
63
|
+
* "BillPayment.AccountRef.Id",
|
|
64
|
+
* "DirectIncome.LineItems.AccountRef.Id",
|
|
65
|
+
* "DirectCost.LineItems.AccountRef.Id"
|
|
66
|
+
* ]
|
|
67
|
+
* }
|
|
68
|
+
* ]
|
|
69
|
+
* }
|
|
70
|
+
* ```
|
|
71
|
+
*
|
|
72
|
+
*
|
|
73
|
+
*
|
|
74
|
+
* ## Support for `validDatatypeLinks`
|
|
75
|
+
*
|
|
76
|
+
* Codat currently supports `validDatatypeLinks` for some data types on our Xero, QuickBooks Online, QuickBooks Desktop, Exact (NL), and Sage Business Cloud integrations.
|
|
77
|
+
*
|
|
78
|
+
* If you'd like us to extend support to more data types or integrations, suggest or vote for this on our <a href="https://portal.productboard.com/codat/5-product-roadmap">Product Roadmap</a>.
|
|
79
|
+
*/
|
|
80
|
+
var ValidDataTypeLinks = /** @class */ (function (_super) {
|
|
81
|
+
__extends(ValidDataTypeLinks, _super);
|
|
82
|
+
function ValidDataTypeLinks() {
|
|
83
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
84
|
+
}
|
|
85
|
+
__decorate([
|
|
86
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
87
|
+
(0, class_transformer_1.Expose)({ name: "links" }),
|
|
88
|
+
__metadata("design:type", Array)
|
|
89
|
+
], ValidDataTypeLinks.prototype, "links", void 0);
|
|
90
|
+
__decorate([
|
|
91
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
92
|
+
(0, class_transformer_1.Expose)({ name: "property" }),
|
|
93
|
+
__metadata("design:type", String)
|
|
94
|
+
], ValidDataTypeLinks.prototype, "property", void 0);
|
|
95
|
+
return ValidDataTypeLinks;
|
|
96
|
+
}(utils_1.SpeakeasyBase));
|
|
97
|
+
exports.ValidDataTypeLinks = ValidDataTypeLinks;
|
|
98
|
+
var AccountPrototype = /** @class */ (function (_super) {
|
|
99
|
+
__extends(AccountPrototype, _super);
|
|
100
|
+
function AccountPrototype() {
|
|
101
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
102
|
+
}
|
|
103
|
+
__decorate([
|
|
104
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
105
|
+
(0, class_transformer_1.Expose)({ name: "currency" }),
|
|
106
|
+
__metadata("design:type", String)
|
|
107
|
+
], AccountPrototype.prototype, "currency", void 0);
|
|
108
|
+
__decorate([
|
|
109
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
110
|
+
(0, class_transformer_1.Expose)({ name: "currentBalance" }),
|
|
111
|
+
__metadata("design:type", Number)
|
|
112
|
+
], AccountPrototype.prototype, "currentBalance", void 0);
|
|
113
|
+
__decorate([
|
|
114
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
115
|
+
(0, class_transformer_1.Expose)({ name: "description" }),
|
|
116
|
+
__metadata("design:type", String)
|
|
117
|
+
], AccountPrototype.prototype, "description", void 0);
|
|
118
|
+
__decorate([
|
|
119
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
120
|
+
(0, class_transformer_1.Expose)({ name: "fullyQualifiedCategory" }),
|
|
121
|
+
__metadata("design:type", String)
|
|
122
|
+
], AccountPrototype.prototype, "fullyQualifiedCategory", void 0);
|
|
123
|
+
__decorate([
|
|
124
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
125
|
+
(0, class_transformer_1.Expose)({ name: "fullyQualifiedName" }),
|
|
126
|
+
__metadata("design:type", String)
|
|
127
|
+
], AccountPrototype.prototype, "fullyQualifiedName", void 0);
|
|
128
|
+
__decorate([
|
|
129
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
130
|
+
(0, class_transformer_1.Expose)({ name: "isBankAccount" }),
|
|
131
|
+
__metadata("design:type", Boolean)
|
|
132
|
+
], AccountPrototype.prototype, "isBankAccount", void 0);
|
|
133
|
+
__decorate([
|
|
134
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
135
|
+
(0, class_transformer_1.Expose)({ name: "name" }),
|
|
136
|
+
__metadata("design:type", String)
|
|
137
|
+
], AccountPrototype.prototype, "name", void 0);
|
|
138
|
+
__decorate([
|
|
139
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
140
|
+
(0, class_transformer_1.Expose)({ name: "nominalCode" }),
|
|
141
|
+
__metadata("design:type", String)
|
|
142
|
+
], AccountPrototype.prototype, "nominalCode", void 0);
|
|
143
|
+
__decorate([
|
|
144
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
145
|
+
(0, class_transformer_1.Expose)({ name: "status" }),
|
|
146
|
+
__metadata("design:type", String)
|
|
147
|
+
], AccountPrototype.prototype, "status", void 0);
|
|
148
|
+
__decorate([
|
|
149
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
150
|
+
(0, class_transformer_1.Expose)({ name: "supplementalData" }),
|
|
151
|
+
(0, class_transformer_1.Type)(function () { return supplementaldata_1.SupplementalData; }),
|
|
152
|
+
__metadata("design:type", supplementaldata_1.SupplementalData)
|
|
153
|
+
], AccountPrototype.prototype, "supplementalData", void 0);
|
|
154
|
+
__decorate([
|
|
155
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
156
|
+
(0, class_transformer_1.Expose)({ name: "type" }),
|
|
157
|
+
__metadata("design:type", String)
|
|
158
|
+
], AccountPrototype.prototype, "type", void 0);
|
|
159
|
+
__decorate([
|
|
160
|
+
(0, utils_1.SpeakeasyMetadata)({ elemType: ValidDataTypeLinks }),
|
|
161
|
+
(0, class_transformer_1.Expose)({ name: "validDatatypeLinks" }),
|
|
162
|
+
(0, class_transformer_1.Type)(function () { return ValidDataTypeLinks; }),
|
|
163
|
+
__metadata("design:type", Array)
|
|
164
|
+
], AccountPrototype.prototype, "validDatatypeLinks", void 0);
|
|
165
|
+
return AccountPrototype;
|
|
166
|
+
}(utils_1.SpeakeasyBase));
|
|
167
|
+
exports.AccountPrototype = AccountPrototype;
|
|
@@ -10,7 +10,7 @@ import { TrackingCategoryRef } from "./trackingcategoryref";
|
|
|
10
10
|
*
|
|
11
11
|
* For example, if a journal entry is generated based on an invoice, this property allows you to connect the journal entry to the underlying invoice in our data model.
|
|
12
12
|
*/
|
|
13
|
-
export declare class
|
|
13
|
+
export declare class RecordReference extends SpeakeasyBase {
|
|
14
14
|
/**
|
|
15
15
|
* Allowed name of the 'dataType'.
|
|
16
16
|
*/
|
|
@@ -42,5 +42,5 @@ export declare class AccountsReceivableTracking extends SpeakeasyBase {
|
|
|
42
42
|
*
|
|
43
43
|
* For example, if a journal entry is generated based on an invoice, this property allows you to connect the journal entry to the underlying invoice in our data model.
|
|
44
44
|
*/
|
|
45
|
-
recordRef?:
|
|
45
|
+
recordRef?: RecordReference;
|
|
46
46
|
}
|
|
@@ -27,7 +27,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
27
27
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
28
28
|
};
|
|
29
29
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30
|
-
exports.AccountsReceivableTracking = exports.
|
|
30
|
+
exports.AccountsReceivableTracking = exports.RecordReference = void 0;
|
|
31
31
|
var utils_1 = require("../../../internal/utils");
|
|
32
32
|
var accountingcustomerref_1 = require("./accountingcustomerref");
|
|
33
33
|
var billedtotype1_1 = require("./billedtotype1");
|
|
@@ -41,24 +41,24 @@ var class_transformer_1 = require("class-transformer");
|
|
|
41
41
|
*
|
|
42
42
|
* For example, if a journal entry is generated based on an invoice, this property allows you to connect the journal entry to the underlying invoice in our data model.
|
|
43
43
|
*/
|
|
44
|
-
var
|
|
45
|
-
__extends(
|
|
46
|
-
function
|
|
44
|
+
var RecordReference = /** @class */ (function (_super) {
|
|
45
|
+
__extends(RecordReference, _super);
|
|
46
|
+
function RecordReference() {
|
|
47
47
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
48
48
|
}
|
|
49
49
|
__decorate([
|
|
50
50
|
(0, utils_1.SpeakeasyMetadata)(),
|
|
51
51
|
(0, class_transformer_1.Expose)({ name: "dataType" }),
|
|
52
52
|
__metadata("design:type", String)
|
|
53
|
-
],
|
|
53
|
+
], RecordReference.prototype, "dataType", void 0);
|
|
54
54
|
__decorate([
|
|
55
55
|
(0, utils_1.SpeakeasyMetadata)(),
|
|
56
56
|
(0, class_transformer_1.Expose)({ name: "id" }),
|
|
57
57
|
__metadata("design:type", String)
|
|
58
|
-
],
|
|
59
|
-
return
|
|
58
|
+
], RecordReference.prototype, "id", void 0);
|
|
59
|
+
return RecordReference;
|
|
60
60
|
}(utils_1.SpeakeasyBase));
|
|
61
|
-
exports.
|
|
61
|
+
exports.RecordReference = RecordReference;
|
|
62
62
|
/**
|
|
63
63
|
* Categories, and a project and customer, against which the item is tracked.
|
|
64
64
|
*/
|
|
@@ -98,8 +98,8 @@ var AccountsReceivableTracking = /** @class */ (function (_super) {
|
|
|
98
98
|
__decorate([
|
|
99
99
|
(0, utils_1.SpeakeasyMetadata)(),
|
|
100
100
|
(0, class_transformer_1.Expose)({ name: "recordRef" }),
|
|
101
|
-
(0, class_transformer_1.Type)(function () { return
|
|
102
|
-
__metadata("design:type",
|
|
101
|
+
(0, class_transformer_1.Type)(function () { return RecordReference; }),
|
|
102
|
+
__metadata("design:type", RecordReference)
|
|
103
103
|
], AccountsReceivableTracking.prototype, "recordRef", void 0);
|
|
104
104
|
return AccountsReceivableTracking;
|
|
105
105
|
}(utils_1.SpeakeasyBase));
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { SpeakeasyBase } from "../../../internal/utils";
|
|
2
2
|
import { ReportLine } from "./reportline";
|
|
3
|
+
import { ReportLineInput } from "./reportlineinput";
|
|
3
4
|
export declare class BalanceSheet extends SpeakeasyBase {
|
|
4
5
|
assets?: ReportLine;
|
|
5
6
|
/**
|
|
@@ -26,8 +27,8 @@ export declare class BalanceSheet extends SpeakeasyBase {
|
|
|
26
27
|
* > Where it is not available from the underlying platform, Codat will return these as times local to the business whose data has been synced.
|
|
27
28
|
*/
|
|
28
29
|
date?: string;
|
|
29
|
-
equity?:
|
|
30
|
-
liabilities?:
|
|
30
|
+
equity?: ReportLineInput;
|
|
31
|
+
liabilities?: ReportLineInput;
|
|
31
32
|
/**
|
|
32
33
|
* Value of net assets for a company in their base currency.
|
|
33
34
|
*/
|
|
@@ -30,6 +30,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
30
30
|
exports.BalanceSheet = void 0;
|
|
31
31
|
var utils_1 = require("../../../internal/utils");
|
|
32
32
|
var reportline_1 = require("./reportline");
|
|
33
|
+
var reportlineinput_1 = require("./reportlineinput");
|
|
33
34
|
var class_transformer_1 = require("class-transformer");
|
|
34
35
|
var BalanceSheet = /** @class */ (function (_super) {
|
|
35
36
|
__extends(BalanceSheet, _super);
|
|
@@ -50,14 +51,14 @@ var BalanceSheet = /** @class */ (function (_super) {
|
|
|
50
51
|
__decorate([
|
|
51
52
|
(0, utils_1.SpeakeasyMetadata)(),
|
|
52
53
|
(0, class_transformer_1.Expose)({ name: "equity" }),
|
|
53
|
-
(0, class_transformer_1.Type)(function () { return
|
|
54
|
-
__metadata("design:type",
|
|
54
|
+
(0, class_transformer_1.Type)(function () { return reportlineinput_1.ReportLineInput; }),
|
|
55
|
+
__metadata("design:type", reportlineinput_1.ReportLineInput)
|
|
55
56
|
], BalanceSheet.prototype, "equity", void 0);
|
|
56
57
|
__decorate([
|
|
57
58
|
(0, utils_1.SpeakeasyMetadata)(),
|
|
58
59
|
(0, class_transformer_1.Expose)({ name: "liabilities" }),
|
|
59
|
-
(0, class_transformer_1.Type)(function () { return
|
|
60
|
-
__metadata("design:type",
|
|
60
|
+
(0, class_transformer_1.Type)(function () { return reportlineinput_1.ReportLineInput; }),
|
|
61
|
+
__metadata("design:type", reportlineinput_1.ReportLineInput)
|
|
61
62
|
], BalanceSheet.prototype, "liabilities", void 0);
|
|
62
63
|
__decorate([
|
|
63
64
|
(0, utils_1.SpeakeasyMetadata)(),
|
|
@@ -5,7 +5,7 @@ import { TrackingCategoryRef } from "./trackingcategoryref";
|
|
|
5
5
|
/**
|
|
6
6
|
* Reference to the item the line is linked to.
|
|
7
7
|
*/
|
|
8
|
-
export declare class
|
|
8
|
+
export declare class ItemReference extends SpeakeasyBase {
|
|
9
9
|
/**
|
|
10
10
|
* Unique identifier for the item in the accounting platform.
|
|
11
11
|
*/
|
|
@@ -29,7 +29,7 @@ export declare class BillCreditNoteLineItemItemReference extends SpeakeasyBase {
|
|
|
29
29
|
* - Invoice line items
|
|
30
30
|
* - Items
|
|
31
31
|
*/
|
|
32
|
-
export declare class
|
|
32
|
+
export declare class TaxRateReference extends SpeakeasyBase {
|
|
33
33
|
/**
|
|
34
34
|
* Applicable tax rate.
|
|
35
35
|
*/
|
|
@@ -63,7 +63,7 @@ export declare class BillCreditNoteLineItem extends SpeakeasyBase {
|
|
|
63
63
|
/**
|
|
64
64
|
* Reference to the item the line is linked to.
|
|
65
65
|
*/
|
|
66
|
-
itemRef?:
|
|
66
|
+
itemRef?: ItemReference;
|
|
67
67
|
/**
|
|
68
68
|
* Number of units of the goods or service for which credit has been received.
|
|
69
69
|
*/
|
|
@@ -90,7 +90,7 @@ export declare class BillCreditNoteLineItem extends SpeakeasyBase {
|
|
|
90
90
|
* - Invoice line items
|
|
91
91
|
* - Items
|
|
92
92
|
*/
|
|
93
|
-
taxRateRef?:
|
|
93
|
+
taxRateRef?: TaxRateReference;
|
|
94
94
|
/**
|
|
95
95
|
* Total amount of the line item, including discounts and tax.
|
|
96
96
|
*/
|