@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,38 +0,0 @@
|
|
|
1
|
-
# AccountingAccountTransaction
|
|
2
|
-
|
|
3
|
-
> **Language tip:** In Codat, account transactions represent all transactions posted to a bank account within an accounting platform. For bank transactions posted within a banking platform, refer to [Banking transactions](https://docs.codat.io/lending-api#/operations/list-all-banking-transactions).
|
|
4
|
-
|
|
5
|
-
> View the coverage for account transactions in the <a className="external" href="https://knowledge.codat.io/supported-features/accounting?view=tab-by-data-type&dataType=accountTransactions" target="_blank">Data coverage explorer</a>.
|
|
6
|
-
|
|
7
|
-
## Overview
|
|
8
|
-
|
|
9
|
-
In Codat’s data model, account transactions represent bank activity within an accounting platform. All transactions that go through a bank account are recorded as account transactions.
|
|
10
|
-
|
|
11
|
-
Account transactions are created as a result of different business activities, for example:
|
|
12
|
-
|
|
13
|
-
* Payments: for example, receiving money for payment against an invoice.
|
|
14
|
-
* Bill payments: for example, spending money for a payment against a bill.
|
|
15
|
-
* Direct costs: for example, withdrawing money from a bank account, either for cash purposes or to make a payment.
|
|
16
|
-
* Direct incomes: for example, selling an item directly to a contact and receiving payment at point of sale.
|
|
17
|
-
* Transfers: for example, transferring money between two bank accounts.
|
|
18
|
-
|
|
19
|
-
Account transactions is the parent data type of [payments](https://docs.codat.io/lending-api#/schemas/Payment), [bill payments](https://docs.codat.io/lending-api#/schemas/BillPayment), [direct costs](https://docs.codat.io/lending-api#/schemas/DirectCost), [direct incomes](https://docs.codat.io/lending-api#/schemas/DirectIncome), and [transfers](https://docs.codat.io/lending-api#/schemas/Transfer).
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
## Fields
|
|
23
|
-
|
|
24
|
-
| Field | Type | Required | Description | Example |
|
|
25
|
-
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
26
|
-
| `bankAccountRef` | [BankAccountRef](../../models/shared/bankaccountref.md) | :heavy_minus_sign: | Links to the Account transactions data type. | |
|
|
27
|
-
| `currency` | *string* | :heavy_minus_sign: | The currency data type in Codat is the [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) currency code, e.g. _GBP_.<br/><br/>## Unknown currencies<br/><br/>In line with the ISO 4217 specification, the code _XXX_ is used when the data source does not return a currency for a transaction. <br/><br/>There are only a very small number of edge cases where this currency code is returned by the Codat system. | GBP |
|
|
28
|
-
| `currencyRate` | *number* | :heavy_minus_sign: | Rate to convert the total amount of the payment into the base currency for the company at the time of the payment.<br/><br/>Currency rates in Codat are implemented as the multiple of foreign currency units to each base currency unit. <br/><br/>It is not possible to perform the currency conversion with two or more non-base currencies participating in the transaction. For example, if a company's base currency is USD, and it has a bill issued in EUR, then the bill payment must happen in USD or EUR.<br/><br/>Where the currency rate is provided by the underlying accounting platform, it will be available from Codat with the same precision (up to a maximum of 9 decimal places). <br/><br/>For accounting platforms which do not provide an explicit currency rate, it is calculated as `baseCurrency / foreignCurrency` and will be returned to 9 decimal places.<br/><br/>## Examples with base currency of GBP<br/><br/>\| Foreign Currency \| Foreign Amount \| Currency Rate \| Base Currency Amount (GBP) \|<br/>\| :--------------- \| :------------- \| :------------ \| :------------------------- \|<br/>\| **USD** \| $20 \| 0.781 \| £15.62 \|<br/>\| **EUR** \| €20 \| 0.885 \| £17.70 \|<br/>\| **RUB** \| ₽20 \| 0.011 \| £0.22 \|<br/><br/>## Examples with base currency of USD<br/><br/>\| Foreign Currency \| Foreign Amount \| Currency Rate \| Base Currency Amount (USD) \|<br/>\| :--------------- \| :------------- \| :------------ \| :------------------------- \|<br/>\| **GBP** \| £20 \| 1.277 \| $25.54 \|<br/>\| **EUR** \| €20 \| 1.134 \| $22.68 \|<br/>\| **RUB** \| ₽20 \| 0.015 \| $0.30 \| | |
|
|
29
|
-
| `date` | *string* | :heavy_minus_sign: | 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:<br/><br/>```<br/>2020-10-08T22:40:50Z<br/>2021-01-01T00:00:00<br/>```<br/><br/><br/><br/>When syncing data that contains `DateTime` fields from Codat, make sure you support the following cases when reading time information:<br/><br/>- Coordinated Universal Time (UTC): `2021-11-15T06:00:00Z`<br/>- Unqualified local time: `2021-11-15T01:00:00`<br/>- UTC time offsets: `2021-11-15T01:00:00-05:00`<br/><br/>> Time zones<br/>> <br/>> Not all dates from Codat will contain information about time zones. <br/>> Where it is not available from the underlying platform, Codat will return these as times local to the business whose data has been synced. | 2022-10-23T00:00:00.000Z |
|
|
30
|
-
| `id` | *string* | :heavy_minus_sign: | Identifier of the direct cost (unique to the company). | |
|
|
31
|
-
| `lines` | [AccountTransactionLine](../../models/shared/accounttransactionline.md)[] | :heavy_minus_sign: | Array of account transaction lines. | |
|
|
32
|
-
| `metadata` | [Metadata](../../models/shared/metadata.md) | :heavy_minus_sign: | N/A | |
|
|
33
|
-
| `modifiedDate` | *string* | :heavy_minus_sign: | N/A | 2022-10-23T00:00:00.000Z |
|
|
34
|
-
| `note` | *string* | :heavy_minus_sign: | Additional information about the account transaction, if available. | |
|
|
35
|
-
| `sourceModifiedDate` | *string* | :heavy_minus_sign: | N/A | 2022-10-23T00:00:00.000Z |
|
|
36
|
-
| `status` | [AccountingAccountTransactionStatus](../../models/shared/accountingaccounttransactionstatus.md) | :heavy_minus_sign: | The status of the account transaction. | |
|
|
37
|
-
| `totalAmount` | *number* | :heavy_minus_sign: | Total amount of the account transactions, inclusive of tax. | |
|
|
38
|
-
| `transactionId` | *string* | :heavy_minus_sign: | Identifier of the transaction (unique to the company). | |
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
# AccountingAccountTransactions
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
## Fields
|
|
5
|
-
|
|
6
|
-
| Field | Type | Required | Description |
|
|
7
|
-
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
|
|
8
|
-
| `links` | [Links](../../models/shared/links.md) | :heavy_check_mark: | N/A |
|
|
9
|
-
| `pageNumber` | *number* | :heavy_check_mark: | Current page number. |
|
|
10
|
-
| `pageSize` | *number* | :heavy_check_mark: | Number of items to return in results array. |
|
|
11
|
-
| `results` | [AccountingAccountTransaction](../../models/shared/accountingaccounttransaction.md)[] | :heavy_minus_sign: | N/A |
|
|
12
|
-
| `totalResults` | *number* | :heavy_check_mark: | Total number of items. |
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
# AccountingAccountTransactionStatus
|
|
2
|
-
|
|
3
|
-
The status of the account transaction.
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
## Values
|
|
7
|
-
|
|
8
|
-
| Name | Value |
|
|
9
|
-
| -------------- | -------------- |
|
|
10
|
-
| `Unknown` | Unknown |
|
|
11
|
-
| `Unreconciled` | Unreconciled |
|
|
12
|
-
| `Reconciled` | Reconciled |
|
|
13
|
-
| `Void` | Void |
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
# AccountingAddress
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
## Fields
|
|
5
|
-
|
|
6
|
-
| Field | Type | Required | Description |
|
|
7
|
-
| --------------------------------------------------------------------- | --------------------------------------------------------------------- | --------------------------------------------------------------------- | --------------------------------------------------------------------- |
|
|
8
|
-
| `city` | *string* | :heavy_minus_sign: | City of the customer address. |
|
|
9
|
-
| `country` | *string* | :heavy_minus_sign: | Country of the customer address. |
|
|
10
|
-
| `line1` | *string* | :heavy_minus_sign: | Line 1 of the customer address. |
|
|
11
|
-
| `line2` | *string* | :heavy_minus_sign: | Line 2 of the customer address. |
|
|
12
|
-
| `postalCode` | *string* | :heavy_minus_sign: | Postal code or zip code. |
|
|
13
|
-
| `region` | *string* | :heavy_minus_sign: | Region of the customer address. |
|
|
14
|
-
| `type` | [AccountingAddressType](../../models/shared/accountingaddresstype.md) | :heavy_check_mark: | The type of the address |
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
# AccountingAgedCreditorReport
|
|
2
|
-
|
|
3
|
-
The Aged Creditors report shows the total balance owed by a business to its suppliers over time.
|
|
4
|
-
|
|
5
|
-
You can generate it for a company based on recently synced data from your customers' accounting platforms. The report is available in the **Reports** tab in the Codat portal.
|
|
6
|
-
|
|
7
|
-
Total assets or liabilities are grouped into 30-day periods for each supplier, up to the current date. You can adjust the report date, period length, and number of periods to show on each report. The data can be grouped by customer or currency.
|
|
8
|
-
|
|
9
|
-
> It is not guaranteed that write-offs are included in the Aged Creditors report.
|
|
10
|
-
|
|
11
|
-
## Underlying data
|
|
12
|
-
|
|
13
|
-
The Aged Creditors report is generated from a set of required data types: [Suppliers](https://docs.codat.io/lending-api#/schemas/Supplier), [Bills](https://docs.codat.io/lending-api#/schemas/Bill), [Bill credit notes](https://docs.codat.io/lending-api#/schemas/BillCreditNote), and [Bill payments](https://docs.codat.io/lending-api#/schemas/BillPayment).
|
|
14
|
-
|
|
15
|
-
To generate the report, the underlying data types must have been synced within 24 hours of each other. Otherwise an error is displayed when you try to run the report. Sync the required data types by clicking the link in the error, and then run the report again.
|
|
16
|
-
|
|
17
|
-
> The Aged Creditor report runs based on the **issue dates** of the underlying data types rather than the due date.
|
|
18
|
-
|
|
19
|
-
## Accessing the Aged Creditors report in Portal
|
|
20
|
-
|
|
21
|
-
Apart from returning the report via the API as JSON and query, you can also return the Aged Creditors report in the Codat portal.
|
|
22
|
-
|
|
23
|
-
1. In the navigation bar, click **Companies**.
|
|
24
|
-
2. Click the name of the company you want to generate the report for. The company's data page is displayed.
|
|
25
|
-
3. Click the **Accounting** tab then click **Reports**.
|
|
26
|
-
4. Select **Aged Creditors**.
|
|
27
|
-
5. _(Optional)_ Edit the default reporting parameters.
|
|
28
|
-
a. You can change the report date in the **Date** box. By default, the report includes transactions that occurred up to, but not including, today's date. To include transactions for today, enter tomorrow's date.
|
|
29
|
-
b. In the **Period Length Days** box, select the default period length for each column (the default is 30 days).
|
|
30
|
-
b. In the **Number of Periods** box, enter the number of periods to show as columns in the report (the default is 4 periods).
|
|
31
|
-
6. To run the report, click **Load aged creditors**.
|
|
32
|
-
7. The report is generated and displayed at the bottom of the page.
|
|
33
|
-
|
|
34
|
-
The report will be grouped per supplier and depending on the periods requested. The details indicates whether the amounts owed come from outstanding bills or bill credit notes.
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
## Fields
|
|
38
|
-
|
|
39
|
-
| Field | Type | Required | Description | Example |
|
|
40
|
-
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
41
|
-
| `data` | [AgedCreditor](../../models/shared/agedcreditor.md)[] | :heavy_minus_sign: | Array of aged creditor. | |
|
|
42
|
-
| `generated` | *string* | :heavy_minus_sign: | 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:<br/><br/>```<br/>2020-10-08T22:40:50Z<br/>2021-01-01T00:00:00<br/>```<br/><br/><br/><br/>When syncing data that contains `DateTime` fields from Codat, make sure you support the following cases when reading time information:<br/><br/>- Coordinated Universal Time (UTC): `2021-11-15T06:00:00Z`<br/>- Unqualified local time: `2021-11-15T01:00:00`<br/>- UTC time offsets: `2021-11-15T01:00:00-05:00`<br/><br/>> Time zones<br/>> <br/>> Not all dates from Codat will contain information about time zones. <br/>> Where it is not available from the underlying platform, Codat will return these as times local to the business whose data has been synced. | 2022-10-23T00:00:00.000Z |
|
|
43
|
-
| `reportDate` | *string* | :heavy_minus_sign: | 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:<br/><br/>```<br/>2020-10-08T22:40:50Z<br/>2021-01-01T00:00:00<br/>```<br/><br/><br/><br/>When syncing data that contains `DateTime` fields from Codat, make sure you support the following cases when reading time information:<br/><br/>- Coordinated Universal Time (UTC): `2021-11-15T06:00:00Z`<br/>- Unqualified local time: `2021-11-15T01:00:00`<br/>- UTC time offsets: `2021-11-15T01:00:00-05:00`<br/><br/>> Time zones<br/>> <br/>> Not all dates from Codat will contain information about time zones. <br/>> Where it is not available from the underlying platform, Codat will return these as times local to the business whose data has been synced. | 2022-10-23T00:00:00.000Z |
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
# AccountingAgedDebtorReport
|
|
2
|
-
|
|
3
|
-
The Aged Debtors report shows the total outstanding balance due from customers to the business over time.
|
|
4
|
-
|
|
5
|
-
You can generate it for a company based on recently synced data from your customers' accounting platforms. The report is available in the **Reports** tab in the Codat portal.
|
|
6
|
-
|
|
7
|
-
Total assets or liabilities are grouped into 30-day periods for each customer, up to the current date. You can adjust the report date, period length, and number of periods to show on each report. The data can be grouped by customer or currency.
|
|
8
|
-
|
|
9
|
-
> It is not guaranteed that write-offs are included in the Aged Debtors report.
|
|
10
|
-
|
|
11
|
-
## Underlying data
|
|
12
|
-
|
|
13
|
-
The Aged Debtors report is generated from a set of required data types: [Customers](https://docs.codat.io/lending-api#/schemas/Customer), [Invoices](https://docs.codat.io/lending-api#/schemas/Invoice), [Credit notes](https://docs.codat.io/lending-api#/schemas/CreditNote), and [Payments](https://docs.codat.io/lending-api#/schemas/Payment).
|
|
14
|
-
|
|
15
|
-
To generate the report, the underlying data types must have been synced within 24 hours of each other. Otherwise an error is displayed when you try to run the report. Sync the required data types by clicking the link in the error, and then run the report again.
|
|
16
|
-
|
|
17
|
-
> The Aged Debtors report runs based on the **issue dates** of the underlying data types rather than the due date.
|
|
18
|
-
|
|
19
|
-
## Accessing the Aged Debtors report in Portal
|
|
20
|
-
|
|
21
|
-
Apart from returning the report via the API as JSON and query, you can also return the Aged Debtors report in the Codat portal.
|
|
22
|
-
|
|
23
|
-
1. In the navigation bar, click **Companies**.
|
|
24
|
-
2. Click the name of the company you want to generate the report for. The company's data page is displayed.
|
|
25
|
-
3. Click the **Accounting** tab then click **Reports**.
|
|
26
|
-
4. Select **Aged Debtors**.
|
|
27
|
-
5. _(Optional)_ Edit the default reporting parameters.
|
|
28
|
-
a. You can change the report date in the **Date** box. By default, the report includes transactions that occurred up to, but not including, today's date. To include transactions for today, enter tomorrow's date.
|
|
29
|
-
b. In the **Period Length Days** box, select the default period length for each column (the default is 30 days).
|
|
30
|
-
b. In the **Number of Periods** box, enter the number of periods to show as columns in the report (the default is 4 periods).
|
|
31
|
-
6. To run the report, click **Load aged debtors**.
|
|
32
|
-
7. The report is generated and displayed at the bottom of the page.
|
|
33
|
-
|
|
34
|
-
The report will be grouped per supplier and depending on the periods requested. The details indicates whether the amounts owed come from outstanding invoices or credit notes.
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
## Fields
|
|
38
|
-
|
|
39
|
-
| Field | Type | Required | Description | Example |
|
|
40
|
-
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
41
|
-
| `data` | [AgedDebtor](../../models/shared/ageddebtor.md)[] | :heavy_minus_sign: | Array of aged debtors. | |
|
|
42
|
-
| `generated` | *string* | :heavy_minus_sign: | 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:<br/><br/>```<br/>2020-10-08T22:40:50Z<br/>2021-01-01T00:00:00<br/>```<br/><br/><br/><br/>When syncing data that contains `DateTime` fields from Codat, make sure you support the following cases when reading time information:<br/><br/>- Coordinated Universal Time (UTC): `2021-11-15T06:00:00Z`<br/>- Unqualified local time: `2021-11-15T01:00:00`<br/>- UTC time offsets: `2021-11-15T01:00:00-05:00`<br/><br/>> Time zones<br/>> <br/>> Not all dates from Codat will contain information about time zones. <br/>> Where it is not available from the underlying platform, Codat will return these as times local to the business whose data has been synced. | 2022-10-23T00:00:00.000Z |
|
|
43
|
-
| `reportDate` | *string* | :heavy_minus_sign: | 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:<br/><br/>```<br/>2020-10-08T22:40:50Z<br/>2021-01-01T00:00:00<br/>```<br/><br/><br/><br/>When syncing data that contains `DateTime` fields from Codat, make sure you support the following cases when reading time information:<br/><br/>- Coordinated Universal Time (UTC): `2021-11-15T06:00:00Z`<br/>- Unqualified local time: `2021-11-15T01:00:00`<br/>- UTC time offsets: `2021-11-15T01:00:00-05:00`<br/><br/>> Time zones<br/>> <br/>> Not all dates from Codat will contain information about time zones. <br/>> Where it is not available from the underlying platform, Codat will return these as times local to the business whose data has been synced. | 2022-10-23T00:00:00.000Z |
|