@codat/lending 3.2.0 → 3.3.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 +98 -83
- package/dist/internal/utils/requestbody.js +1 -1
- package/dist/internal/utils/utils.js +1 -1
- package/dist/sdk/accountingbankdata.d.ts +2 -2
- package/dist/sdk/accountingbankdata.js +3 -3
- package/dist/sdk/accountingbankdataaccounts.d.ts +3 -3
- package/dist/sdk/accountingbankdataaccounts.js +5 -5
- package/dist/sdk/accountspayablebillcreditnotes.d.ts +3 -3
- package/dist/sdk/accountspayablebillcreditnotes.js +5 -5
- package/dist/sdk/accountspayablebillpayments.d.ts +3 -3
- package/dist/sdk/accountspayablebillpayments.js +5 -5
- package/dist/sdk/accountspayablebills.d.ts +6 -6
- package/dist/sdk/accountspayablebills.js +11 -11
- package/dist/sdk/accountspayablesuppliers.d.ts +6 -6
- package/dist/sdk/accountspayablesuppliers.js +11 -11
- package/dist/sdk/accountsreceivablecreditnotes.d.ts +3 -3
- package/dist/sdk/accountsreceivablecreditnotes.js +5 -5
- package/dist/sdk/accountsreceivablecustomers.d.ts +6 -6
- package/dist/sdk/accountsreceivablecustomers.js +11 -11
- package/dist/sdk/accountsreceivabledirectincomes.d.ts +6 -6
- package/dist/sdk/accountsreceivabledirectincomes.js +11 -11
- package/dist/sdk/accountsreceivableinvoices.d.ts +6 -6
- package/dist/sdk/accountsreceivableinvoices.js +13 -13
- package/dist/sdk/accountsreceivablepayments.d.ts +3 -3
- package/dist/sdk/accountsreceivablepayments.js +5 -5
- package/dist/sdk/accountsreceivablereports.js +4 -4
- package/dist/sdk/bankingaccountbalances.d.ts +2 -2
- package/dist/sdk/bankingaccountbalances.js +3 -3
- package/dist/sdk/bankingaccounts.d.ts +3 -3
- package/dist/sdk/bankingaccounts.js +5 -5
- package/dist/sdk/bankingcategorizedstatement.js +1 -1
- package/dist/sdk/bankingtransactioncategories.d.ts +3 -3
- package/dist/sdk/bankingtransactioncategories.js +5 -5
- package/dist/sdk/bankingtransactions.d.ts +3 -3
- package/dist/sdk/bankingtransactions.js +5 -5
- package/dist/sdk/companies.js +5 -5
- package/dist/sdk/companyinfo.js +2 -2
- package/dist/sdk/connections.js +5 -5
- package/dist/sdk/dataintegrity.js +3 -3
- package/dist/sdk/excelreports.js +3 -3
- package/dist/sdk/fileupload.js +3 -3
- package/dist/sdk/financialstatementsaccounts.d.ts +3 -3
- package/dist/sdk/financialstatementsaccounts.js +5 -5
- package/dist/sdk/financialstatementsbalancesheet.js +2 -2
- package/dist/sdk/financialstatementscashflow.js +1 -1
- package/dist/sdk/financialstatementsprofitandloss.js +2 -2
- package/dist/sdk/liabilities.d.ts +25 -1
- package/dist/sdk/liabilities.js +172 -9
- package/dist/sdk/loanwriteback.d.ts +2 -2
- package/dist/sdk/loanwriteback.js +2 -2
- package/dist/sdk/loanwritebackaccounts.d.ts +5 -5
- package/dist/sdk/loanwritebackaccounts.js +7 -7
- package/dist/sdk/loanwritebackbanktransactions.d.ts +5 -5
- package/dist/sdk/loanwritebackbanktransactions.js +7 -7
- package/dist/sdk/loanwritebackcreateoperations.js +2 -2
- package/dist/sdk/loanwritebackdirectcosts.d.ts +5 -5
- package/dist/sdk/loanwritebackdirectcosts.js +7 -7
- package/dist/sdk/loanwritebackpayments.d.ts +40 -0
- package/dist/sdk/{loanwritebackbankaccounts.js → loanwritebackpayments.js} +27 -26
- package/dist/sdk/loanwritebacksuppliers.d.ts +5 -5
- package/dist/sdk/loanwritebacksuppliers.js +7 -7
- package/dist/sdk/loanwritebacktransfers.d.ts +5 -5
- package/dist/sdk/loanwritebacktransfers.js +7 -7
- package/dist/sdk/managedata.js +1 -1
- package/dist/sdk/managedatapulloperations.js +2 -2
- package/dist/sdk/managedatarefresh.js +2 -2
- package/dist/sdk/models/operations/createaccount.d.ts +19 -2
- package/dist/sdk/models/operations/createaccount.js +0 -4
- package/dist/sdk/models/operations/createbanktransactions.d.ts +20 -3
- package/dist/sdk/models/operations/createbanktransactions.js +0 -4
- package/dist/sdk/models/operations/createcompany.d.ts +9 -0
- package/dist/sdk/models/operations/createconnection.d.ts +15 -0
- package/dist/sdk/models/operations/createdirectcost.d.ts +19 -2
- package/dist/sdk/models/operations/createdirectcost.js +0 -4
- package/dist/sdk/models/operations/createpayment.d.ts +44 -0
- package/dist/sdk/models/operations/{createbankaccount.js → createpayment.js} +23 -27
- package/dist/sdk/models/operations/createsupplier.d.ts +19 -2
- package/dist/sdk/models/operations/createsupplier.js +0 -4
- package/dist/sdk/models/operations/createtransfer.d.ts +19 -2
- package/dist/sdk/models/operations/createtransfer.js +0 -4
- package/dist/sdk/models/operations/deletecompany.d.ts +12 -0
- package/dist/sdk/models/operations/deleteconnection.d.ts +15 -0
- package/dist/sdk/models/operations/downloadaccountingbillattachment.d.ts +17 -2
- package/dist/sdk/models/operations/downloadaccountingcustomerattachment.d.ts +19 -1
- package/dist/sdk/models/operations/downloadaccountingdirectcostattachment.d.ts +17 -2
- package/dist/sdk/models/operations/downloadaccountingdirectincomeattachment.d.ts +17 -2
- package/dist/sdk/models/operations/downloadaccountinginvoiceattachment.d.ts +17 -2
- package/dist/sdk/models/operations/downloadaccountinginvoicepdf.d.ts +13 -1
- package/dist/sdk/models/operations/downloadaccountingsupplierattachment.d.ts +17 -2
- package/dist/sdk/models/operations/downloadexcelreport.d.ts +12 -0
- package/dist/sdk/models/operations/downloadfiles.d.ts +12 -0
- package/dist/sdk/models/operations/generateexcelreport.d.ts +12 -0
- package/dist/sdk/models/operations/generateloansummary.d.ts +39 -0
- package/dist/sdk/models/operations/generateloansummary.js +104 -0
- package/dist/sdk/models/operations/generateloantransactions.d.ts +39 -0
- package/dist/sdk/models/operations/generateloantransactions.js +104 -0
- package/dist/sdk/models/operations/getaccountingaccount.d.ts +13 -1
- package/dist/sdk/models/operations/getaccountingaccounttransaction.d.ts +18 -0
- package/dist/sdk/models/operations/getaccountingagedcreditorsreport.d.ts +12 -0
- package/dist/sdk/models/operations/getaccountingageddebtorsreport.d.ts +12 -0
- package/dist/sdk/models/operations/getaccountingbalancesheet.d.ts +15 -0
- package/dist/sdk/models/operations/getaccountingbankaccount.d.ts +16 -1
- package/dist/sdk/models/operations/getaccountingbill.d.ts +13 -1
- package/dist/sdk/models/operations/getaccountingbillattachment.d.ts +17 -2
- package/dist/sdk/models/operations/getaccountingbillcreditnote.d.ts +15 -0
- package/dist/sdk/models/operations/getaccountingbillpayment.d.ts +15 -0
- package/dist/sdk/models/operations/getaccountingcashflowstatement.d.ts +15 -0
- package/dist/sdk/models/operations/getaccountingcreditnote.d.ts +15 -0
- package/dist/sdk/models/operations/getaccountingcustomer.d.ts +15 -0
- package/dist/sdk/models/operations/getaccountingcustomerattachment.d.ts +19 -1
- package/dist/sdk/models/operations/getaccountingdirectcost.d.ts +16 -1
- package/dist/sdk/models/operations/getaccountingdirectcostattachment.d.ts +17 -2
- package/dist/sdk/models/operations/getaccountingdirectincome.d.ts +18 -0
- package/dist/sdk/models/operations/getaccountingdirectincomeattachment.d.ts +20 -2
- package/dist/sdk/models/operations/getaccountinginvoice.d.ts +13 -1
- package/dist/sdk/models/operations/getaccountinginvoiceattachment.d.ts +17 -2
- package/dist/sdk/models/operations/getaccountingjournal.d.ts +15 -0
- package/dist/sdk/models/operations/getaccountingjournalentry.d.ts +15 -0
- package/dist/sdk/models/operations/getaccountingpayment.d.ts +15 -0
- package/dist/sdk/models/operations/getaccountingprofile.d.ts +12 -0
- package/dist/sdk/models/operations/getaccountingprofitandloss.d.ts +15 -0
- package/dist/sdk/models/operations/getaccountingsupplier.d.ts +13 -1
- package/dist/sdk/models/operations/getaccountingsupplierattachment.d.ts +17 -2
- package/dist/sdk/models/operations/getaccountingtransfer.d.ts +18 -0
- package/dist/sdk/models/operations/getbankingaccount.d.ts +16 -1
- package/dist/sdk/models/operations/getbankingtransaction.d.ts +15 -0
- package/dist/sdk/models/operations/getbankingtransactioncategory.d.ts +15 -0
- package/dist/sdk/models/operations/getcategorizedbalancesheetstatement.d.ts +12 -0
- package/dist/sdk/models/operations/getcategorizedbankstatement.d.ts +12 -0
- package/dist/sdk/models/operations/getcategorizedprofitandlossstatement.d.ts +13 -1
- package/dist/sdk/models/operations/getcommercecustomer.d.ts +15 -0
- package/dist/sdk/models/operations/getcommercecustomerretentionmetrics.d.ts +15 -0
- package/dist/sdk/models/operations/getcommercedispute.d.ts +15 -0
- package/dist/sdk/models/operations/getcommercelifetimevaluemetrics.d.ts +15 -0
- package/dist/sdk/models/operations/getcommercelocation.d.ts +15 -0
- package/dist/sdk/models/operations/getcommerceorder.d.ts +15 -0
- package/dist/sdk/models/operations/getcommerceordersreport.d.ts +15 -0
- package/dist/sdk/models/operations/getcommercepayment.d.ts +15 -0
- package/dist/sdk/models/operations/getcommercepaymentmethod.d.ts +15 -0
- package/dist/sdk/models/operations/getcommerceproduct.d.ts +15 -0
- package/dist/sdk/models/operations/getcommerceproductcategory.d.ts +15 -0
- package/dist/sdk/models/operations/getcommerceprofile.d.ts +15 -0
- package/dist/sdk/models/operations/getcommercerefundsreport.d.ts +15 -0
- package/dist/sdk/models/operations/getcommercerevenuemetrics.d.ts +15 -0
- package/dist/sdk/models/operations/getcommercetransaction.d.ts +15 -0
- package/dist/sdk/models/operations/getcompany.d.ts +12 -0
- package/dist/sdk/models/operations/getconnection.d.ts +15 -0
- package/dist/sdk/models/operations/getcreatebanktransactionsmodel.d.ts +16 -1
- package/dist/sdk/models/operations/getcreatechartofaccountsmodel.d.ts +15 -0
- package/dist/sdk/models/operations/getcreatedirectcostsmodel.d.ts +15 -0
- package/dist/sdk/models/operations/getcreateoperation.d.ts +12 -0
- package/dist/sdk/models/operations/getcreatepaymentsmodel.d.ts +35 -0
- package/dist/sdk/models/operations/{getcreateupdatebankaccountsmodel.js → getcreatepaymentsmodel.js} +18 -18
- package/dist/sdk/models/operations/getcreatetransfersmodel.d.ts +15 -0
- package/dist/sdk/models/operations/getcreateupdatesuppliersmodel.d.ts +15 -0
- package/dist/sdk/models/operations/getdataintegritystatus.d.ts +12 -0
- package/dist/sdk/models/operations/getdataintegritysummaries.d.ts +12 -0
- package/dist/sdk/models/operations/getdatastatus.d.ts +12 -0
- package/dist/sdk/models/operations/getexcelreportgenerationstatus.d.ts +12 -0
- package/dist/sdk/models/operations/getloansummary.d.ts +24 -0
- package/dist/sdk/models/operations/getloansummary.js +14 -1
- package/dist/sdk/models/operations/getpulloperation.d.ts +13 -1
- package/dist/sdk/models/operations/index.d.ts +4 -2
- package/dist/sdk/models/operations/index.js +4 -2
- package/dist/sdk/models/operations/isagedcreditorsreportavailable.d.ts +12 -0
- package/dist/sdk/models/operations/isageddebtorsreportavailable.d.ts +12 -0
- package/dist/sdk/models/operations/listaccountingaccounts.d.ts +12 -0
- package/dist/sdk/models/operations/listaccountingaccounttransactions.d.ts +15 -0
- package/dist/sdk/models/operations/listaccountingbankaccounts.d.ts +15 -0
- package/dist/sdk/models/operations/listaccountingbankaccounttransactions.d.ts +16 -1
- package/dist/sdk/models/operations/listaccountingbillattachments.d.ts +16 -1
- package/dist/sdk/models/operations/listaccountingbillcreditnotes.d.ts +12 -0
- package/dist/sdk/models/operations/listaccountingbillpayments.d.ts +12 -0
- package/dist/sdk/models/operations/listaccountingbills.d.ts +12 -0
- package/dist/sdk/models/operations/listaccountingcreditnotes.d.ts +12 -0
- package/dist/sdk/models/operations/listaccountingcustomerattachments.d.ts +18 -0
- package/dist/sdk/models/operations/listaccountingcustomers.d.ts +12 -0
- package/dist/sdk/models/operations/listaccountingdirectcostattachments.d.ts +16 -1
- package/dist/sdk/models/operations/listaccountingdirectcosts.d.ts +15 -0
- package/dist/sdk/models/operations/listaccountingdirectincomeattachments.d.ts +16 -1
- package/dist/sdk/models/operations/listaccountingdirectincomes.d.ts +15 -0
- package/dist/sdk/models/operations/listaccountinginvoiceattachments.d.ts +16 -1
- package/dist/sdk/models/operations/listaccountinginvoices.d.ts +12 -0
- package/dist/sdk/models/operations/listaccountingjournalentries.d.ts +12 -0
- package/dist/sdk/models/operations/listaccountingjournals.d.ts +12 -0
- package/dist/sdk/models/operations/listaccountingpayments.d.ts +12 -0
- package/dist/sdk/models/operations/listaccountingsupplierattachments.d.ts +16 -1
- package/dist/sdk/models/operations/listaccountingsuppliers.d.ts +12 -0
- package/dist/sdk/models/operations/listaccountingtransfers.d.ts +15 -0
- package/dist/sdk/models/operations/listbankingaccountbalances.d.ts +15 -0
- package/dist/sdk/models/operations/listbankingaccounts.d.ts +15 -0
- package/dist/sdk/models/operations/listbankingtransactioncategories.d.ts +15 -0
- package/dist/sdk/models/operations/listbankingtransactions.d.ts +15 -0
- package/dist/sdk/models/operations/listcommercecustomers.d.ts +15 -0
- package/dist/sdk/models/operations/listcommercedisputes.d.ts +15 -0
- package/dist/sdk/models/operations/listcommercelocations.d.ts +15 -0
- package/dist/sdk/models/operations/listcommerceorders.d.ts +15 -0
- package/dist/sdk/models/operations/listcommercepaymentmethods.d.ts +15 -0
- package/dist/sdk/models/operations/listcommercepayments.d.ts +15 -0
- package/dist/sdk/models/operations/listcommerceproductcategories.d.ts +15 -0
- package/dist/sdk/models/operations/listcommerceproducts.d.ts +15 -0
- package/dist/sdk/models/operations/listcommercetransactions.d.ts +15 -0
- package/dist/sdk/models/operations/listcompanies.d.ts +9 -0
- package/dist/sdk/models/operations/listconnections.d.ts +12 -0
- package/dist/sdk/models/operations/listcreateoperations.d.ts +12 -0
- package/dist/sdk/models/operations/listdataintegritydetails.d.ts +12 -0
- package/dist/sdk/models/operations/listfiles.d.ts +12 -0
- package/dist/sdk/models/operations/listloantransactions.d.ts +14 -2
- package/dist/sdk/models/operations/listloantransactions.js +1 -1
- package/dist/sdk/models/operations/listpulloperations.d.ts +12 -0
- package/dist/sdk/models/operations/listreconciledinvoices.d.ts +12 -0
- package/dist/sdk/models/operations/refreshalldatatypes.d.ts +12 -0
- package/dist/sdk/models/operations/refreshdatatype.d.ts +12 -0
- package/dist/sdk/models/operations/unlinkconnection.d.ts +15 -0
- package/dist/sdk/models/operations/updatecompany.d.ts +12 -0
- package/dist/sdk/models/operations/uploadfiles.d.ts +15 -0
- package/dist/sdk/models/shared/accountingaccount.d.ts +11 -2
- package/dist/sdk/models/shared/accountingaccount.js +8 -1
- package/dist/sdk/models/shared/accountingaccounts.d.ts +9 -0
- package/dist/sdk/models/shared/accountingaccounttransaction.d.ts +2 -2
- package/dist/sdk/models/shared/accountingaccounttransaction.js +2 -2
- package/dist/sdk/models/shared/accountingaccounttransactions.d.ts +9 -0
- package/dist/sdk/models/shared/accountingagedcreditorreport.d.ts +1 -1
- package/dist/sdk/models/shared/accountingagedcreditorreport.js +1 -1
- package/dist/sdk/models/shared/accountingageddebtorreport.d.ts +1 -1
- package/dist/sdk/models/shared/accountingageddebtorreport.js +1 -1
- package/dist/sdk/models/shared/accountingattachment.d.ts +1 -1
- package/dist/sdk/models/shared/accountingattachment.js +1 -1
- package/dist/sdk/models/shared/accountingbankaccount.d.ts +10 -1
- package/dist/sdk/models/shared/accountingbankaccount.js +8 -1
- package/dist/sdk/models/shared/accountingbankaccounts.d.ts +9 -0
- package/dist/sdk/models/shared/accountingbanktransaction.d.ts +20 -2
- package/dist/sdk/models/shared/accountingbanktransaction.js +1 -1
- package/dist/sdk/models/shared/accountingbanktransactions.d.ts +9 -0
- package/dist/sdk/models/shared/accountingbill.d.ts +8 -2
- package/dist/sdk/models/shared/accountingbill.js +2 -2
- package/dist/sdk/models/shared/accountingbillcreditnote.d.ts +3 -3
- package/dist/sdk/models/shared/accountingbillcreditnote.js +3 -3
- package/dist/sdk/models/shared/accountingbillcreditnotes.d.ts +9 -0
- package/dist/sdk/models/shared/accountingbillpayment.d.ts +6 -5
- package/dist/sdk/models/shared/accountingbillpayment.js +7 -5
- package/dist/sdk/models/shared/accountingbillpayments.d.ts +9 -0
- package/dist/sdk/models/shared/accountingbills.d.ts +9 -0
- package/dist/sdk/models/shared/accountingcompanyinfo.d.ts +9 -0
- package/dist/sdk/models/shared/accountingcompanyinfo.js +7 -0
- package/dist/sdk/models/shared/accountingcreateaccountresponse.d.ts +12 -1
- package/dist/sdk/models/shared/accountingcreatebanktransactions.d.ts +3 -0
- package/dist/sdk/models/shared/accountingcreatebanktransactionsresponse.d.ts +11 -0
- package/dist/sdk/models/shared/accountingcreatedirectcostresponse.d.ts +12 -1
- package/dist/sdk/models/shared/accountingcreatepaymentresponse.d.ts +785 -0
- package/dist/sdk/models/shared/{accountingcreatebankaccountresponse.js → accountingcreatepaymentresponse.js} +23 -23
- package/dist/sdk/models/shared/accountingcreatesupplierresponse.d.ts +12 -1
- package/dist/sdk/models/shared/accountingcreatetransferresponse.d.ts +12 -1
- package/dist/sdk/models/shared/accountingcreditnote.d.ts +10 -1
- package/dist/sdk/models/shared/accountingcreditnote.js +1 -1
- package/dist/sdk/models/shared/accountingcreditnotes.d.ts +9 -0
- package/dist/sdk/models/shared/accountingcustomer.d.ts +1 -1
- package/dist/sdk/models/shared/accountingcustomer.js +1 -1
- package/dist/sdk/models/shared/accountingcustomers.d.ts +9 -0
- package/dist/sdk/models/shared/accountingdirectcost.d.ts +1 -1
- package/dist/sdk/models/shared/accountingdirectcost.js +1 -1
- package/dist/sdk/models/shared/accountingdirectcosts.d.ts +9 -0
- package/dist/sdk/models/shared/accountingdirectincome.d.ts +4 -1
- package/dist/sdk/models/shared/accountingdirectincome.js +1 -1
- package/dist/sdk/models/shared/accountingdirectincomes.d.ts +9 -0
- package/dist/sdk/models/shared/accountinginvoice.d.ts +18 -5
- package/dist/sdk/models/shared/accountinginvoice.js +5 -4
- package/dist/sdk/models/shared/accountinginvoices.d.ts +9 -0
- package/dist/sdk/models/shared/accountingjournal.d.ts +2 -2
- package/dist/sdk/models/shared/accountingjournal.js +2 -2
- package/dist/sdk/models/shared/accountingjournalentries.d.ts +9 -0
- package/dist/sdk/models/shared/accountingjournalentry.d.ts +2 -2
- package/dist/sdk/models/shared/accountingjournalentry.js +2 -2
- package/dist/sdk/models/shared/accountingjournals.d.ts +9 -0
- package/dist/sdk/models/shared/accountingpayment.d.ts +8 -4
- package/dist/sdk/models/shared/accountingpayment.js +6 -4
- package/dist/sdk/models/shared/accountingpayments.d.ts +9 -0
- package/dist/sdk/models/shared/accountingsupplier.d.ts +1 -1
- package/dist/sdk/models/shared/accountingsupplier.js +1 -1
- package/dist/sdk/models/shared/accountingsuppliers.d.ts +9 -0
- package/dist/sdk/models/shared/accountingtransfer.d.ts +15 -2
- package/dist/sdk/models/shared/accountingtransfer.js +2 -1
- package/dist/sdk/models/shared/accountingtransfers.d.ts +9 -0
- package/dist/sdk/models/shared/accountspayabletracking.d.ts +6 -0
- package/dist/sdk/models/shared/accountsreceivabletracking.d.ts +6 -0
- package/dist/sdk/models/shared/bankingaccountbalance.d.ts +1 -1
- package/dist/sdk/models/shared/bankingaccountbalance.js +1 -1
- package/dist/sdk/models/shared/bankingaccountbalances.d.ts +9 -0
- package/dist/sdk/models/shared/bankingaccounts.d.ts +9 -0
- package/dist/sdk/models/shared/bankingtransactioncategories.d.ts +9 -0
- package/dist/sdk/models/shared/bankingtransactioncategory.d.ts +3 -0
- package/dist/sdk/models/shared/bankingtransactionref.d.ts +18 -0
- package/dist/sdk/models/shared/bankingtransactions.d.ts +9 -0
- package/dist/sdk/models/shared/banktransactiontype.d.ts +1 -1
- package/dist/sdk/models/shared/banktransactiontype.js +1 -1
- package/dist/sdk/models/shared/billedtotype.d.ts +3 -0
- package/dist/sdk/models/shared/billedtotype.js +3 -0
- package/dist/sdk/models/shared/billedtotype1.d.ts +3 -0
- package/dist/sdk/models/shared/billedtotype1.js +3 -0
- package/dist/sdk/models/shared/billlineitem.d.ts +37 -0
- package/dist/sdk/models/shared/billlineitem.js +45 -1
- package/dist/sdk/models/shared/commercecustomers.d.ts +9 -0
- package/dist/sdk/models/shared/commercedisputes.d.ts +9 -0
- package/dist/sdk/models/shared/commercelocations.d.ts +9 -0
- package/dist/sdk/models/shared/commerceorder.d.ts +6 -15
- package/dist/sdk/models/shared/commerceorder.js +4 -23
- package/dist/sdk/models/shared/commerceorders.d.ts +9 -0
- package/dist/sdk/models/shared/commercepayment.d.ts +14 -1
- package/dist/sdk/models/shared/commercepayment.js +10 -1
- package/dist/sdk/models/shared/commercepaymentmethod.d.ts +10 -3
- package/dist/sdk/models/shared/commercepaymentmethod.js +10 -2
- package/dist/sdk/models/shared/commercepaymentmethods.d.ts +9 -0
- package/dist/sdk/models/shared/commercepayments.d.ts +9 -0
- package/dist/sdk/models/shared/commerceproduct.d.ts +11 -2
- package/dist/sdk/models/shared/commerceproduct.js +7 -0
- package/dist/sdk/models/shared/commerceproductcategories.d.ts +9 -0
- package/dist/sdk/models/shared/commerceproducts.d.ts +9 -0
- package/dist/sdk/models/shared/commercereportcomponent.d.ts +12 -0
- package/dist/sdk/models/shared/commercereportdimension.d.ts +12 -0
- package/dist/sdk/models/shared/commercereporterror.d.ts +9 -0
- package/dist/sdk/models/shared/commercereportmeasure.d.ts +12 -0
- package/dist/sdk/models/shared/commercetransaction.d.ts +9 -0
- package/dist/sdk/models/shared/commercetransaction.js +7 -0
- package/dist/sdk/models/shared/commercetransactions.d.ts +9 -0
- package/dist/sdk/models/shared/companies.d.ts +9 -0
- package/dist/sdk/models/shared/company.d.ts +5 -0
- package/dist/sdk/models/shared/connection.d.ts +6 -0
- package/dist/sdk/models/shared/connections.d.ts +9 -0
- package/dist/sdk/models/shared/contactref.d.ts +8 -1
- package/dist/sdk/models/shared/contactref.js +1 -0
- package/dist/sdk/models/shared/createbankaccounttransaction.d.ts +12 -0
- package/dist/sdk/models/shared/creditnotelineitem.d.ts +3 -0
- package/dist/sdk/models/shared/creditnotestatus.d.ts +3 -0
- package/dist/sdk/models/shared/creditnotestatus.js +3 -0
- package/dist/sdk/models/shared/dataconnectionerror.d.ts +9 -0
- package/dist/sdk/models/shared/dataintegritydetails.d.ts +9 -0
- package/dist/sdk/models/shared/datastatus.d.ts +60 -1
- package/dist/sdk/models/shared/datastatus.js +49 -1
- package/dist/sdk/models/shared/enhancedcashflowtransaction.d.ts +11 -0
- package/dist/sdk/models/shared/enhancedcashflowtransactions.d.ts +1 -1
- package/dist/sdk/models/shared/enhancedinvoicereportitem.d.ts +10 -1
- package/dist/sdk/models/shared/enhancedinvoicesreport.d.ts +1 -1
- package/dist/sdk/models/shared/errormessage.d.ts +18 -0
- package/dist/sdk/models/shared/file.d.ts +9 -0
- package/dist/sdk/models/shared/halref.d.ts +3 -0
- package/dist/sdk/models/shared/index.d.ts +2 -2
- package/dist/sdk/models/shared/index.js +2 -2
- package/dist/sdk/models/shared/invoicelineitem.d.ts +3 -0
- package/dist/sdk/models/shared/items.d.ts +6 -0
- package/dist/sdk/models/shared/lendingcustomerref.d.ts +2 -2
- package/dist/sdk/models/shared/loansummaryreportitem.d.ts +4 -0
- package/dist/sdk/models/shared/loansummaryreportitem.js +5 -0
- package/dist/sdk/models/shared/orderdiscountallocation.d.ts +1 -1
- package/dist/sdk/models/shared/orderlineitem.d.ts +5 -5
- package/dist/sdk/models/shared/payment.d.ts +7 -1
- package/dist/sdk/models/shared/paymentmethodref.d.ts +14 -0
- package/dist/sdk/models/shared/paymentmethodref.js +53 -0
- package/dist/sdk/models/shared/productinventory.d.ts +3 -0
- package/dist/sdk/models/shared/productinventorylocation.d.ts +3 -0
- package/dist/sdk/models/shared/productprice.d.ts +3 -0
- package/dist/sdk/models/shared/productref.d.ts +1 -1
- package/dist/sdk/models/shared/productvariant.d.ts +3 -0
- package/dist/sdk/models/shared/productvariantref.d.ts +1 -1
- package/dist/sdk/models/shared/productvariantstatus.d.ts +3 -0
- package/dist/sdk/models/shared/productvariantstatus.js +3 -0
- package/dist/sdk/models/shared/projectref.d.ts +6 -0
- package/dist/sdk/models/shared/pulloperation.d.ts +57 -1
- package/dist/sdk/models/shared/pulloperation.js +14 -0
- package/dist/sdk/models/shared/pulloperations.d.ts +9 -0
- package/dist/sdk/models/shared/pushchangetype.d.ts +3 -0
- package/dist/sdk/models/shared/pushchangetype.js +3 -0
- package/dist/sdk/models/shared/pushfieldvalidation.d.ts +9 -0
- package/dist/sdk/models/shared/pushoperation.d.ts +11 -0
- package/dist/sdk/models/shared/pushoperationchange.d.ts +6 -0
- package/dist/sdk/models/shared/pushoperationref.d.ts +3 -0
- package/dist/sdk/models/shared/pushoperations.d.ts +9 -0
- package/dist/sdk/models/shared/pushoption.d.ts +12 -0
- package/dist/sdk/models/shared/pushoptionchoice.d.ts +12 -0
- package/dist/sdk/models/shared/pushoptionproperty.d.ts +12 -0
- package/dist/sdk/models/shared/pushoptiontype.d.ts +3 -0
- package/dist/sdk/models/shared/pushoptiontype.js +3 -0
- package/dist/sdk/models/shared/reportcomponentmeasure.d.ts +9 -0
- package/dist/sdk/models/shared/reportinfo.d.ts +3 -3
- package/dist/sdk/models/shared/reportinfo.js +1 -1
- package/dist/sdk/models/shared/reportitems.d.ts +10 -0
- package/dist/sdk/models/shared/reportitems.js +8 -0
- package/dist/sdk/models/shared/servicecharge.d.ts +1 -1
- package/dist/sdk/models/shared/trackingcategoryref.d.ts +6 -0
- package/dist/sdk/models/shared/transactioncategorystatus.d.ts +3 -0
- package/dist/sdk/models/shared/transactioncategorystatus.js +3 -0
- package/dist/sdk/models/shared/transactionsourceref.d.ts +3 -0
- package/dist/sdk/models/shared/transactionsourcetype.d.ts +3 -0
- package/dist/sdk/models/shared/transactionsourcetype.js +3 -0
- package/dist/sdk/models/shared/transferaccount.d.ts +3 -0
- package/dist/sdk/models/shared/transferaccount.js +3 -0
- package/dist/sdk/models/shared/validationitem.d.ts +9 -0
- package/dist/sdk/models/webhooks/accountcategoriesupdated.d.ts +9 -0
- package/dist/sdk/models/webhooks/clientratelimitreached.d.ts +9 -0
- package/dist/sdk/models/webhooks/clientratelimitreset.d.ts +9 -0
- package/dist/sdk/salescustomers.d.ts +3 -3
- package/dist/sdk/salescustomers.js +5 -5
- package/dist/sdk/salesdisputes.d.ts +3 -3
- package/dist/sdk/salesdisputes.js +5 -5
- package/dist/sdk/saleslocations.d.ts +3 -3
- package/dist/sdk/saleslocations.js +5 -5
- package/dist/sdk/salesmetrics.js +3 -3
- package/dist/sdk/salesorders.d.ts +3 -3
- package/dist/sdk/salesorders.js +5 -5
- package/dist/sdk/salespaymentmethods.d.ts +3 -3
- package/dist/sdk/salespaymentmethods.js +5 -5
- package/dist/sdk/salespayments.d.ts +3 -3
- package/dist/sdk/salespayments.js +5 -5
- package/dist/sdk/salesproductcategories.d.ts +3 -3
- package/dist/sdk/salesproductcategories.js +5 -5
- package/dist/sdk/salesproducts.d.ts +3 -3
- package/dist/sdk/salesproducts.js +5 -5
- package/dist/sdk/salesreports.js +2 -2
- package/dist/sdk/salestransactions.d.ts +3 -3
- package/dist/sdk/salestransactions.js +5 -5
- package/dist/sdk/sdk.d.ts +1 -0
- package/dist/sdk/sdk.js +3 -2
- package/dist/sdk/transactionsaccounttransactions.d.ts +3 -3
- package/dist/sdk/transactionsaccounttransactions.js +5 -5
- package/dist/sdk/transactionsdirectcosts.d.ts +6 -6
- package/dist/sdk/transactionsdirectcosts.js +11 -11
- package/dist/sdk/transactionsjournalentries.d.ts +3 -3
- package/dist/sdk/transactionsjournalentries.js +5 -5
- package/dist/sdk/transactionsjournals.d.ts +3 -3
- package/dist/sdk/transactionsjournals.js +5 -5
- package/dist/sdk/transactionstransfers.d.ts +3 -3
- package/dist/sdk/transactionstransfers.js +5 -5
- package/docs/models/operations/createaccountrequest.md +7 -8
- package/docs/models/operations/createaccountresponse.md +3 -3
- package/docs/models/operations/createbanktransactionsrequest.md +8 -9
- package/docs/models/operations/createbanktransactionsresponse.md +3 -3
- package/docs/models/operations/createcompanyresponse.md +3 -3
- package/docs/models/operations/createconnectionrequest.md +1 -1
- package/docs/models/operations/createconnectionrequestbody.md +3 -3
- package/docs/models/operations/createconnectionresponse.md +3 -3
- package/docs/models/operations/createdirectcostrequest.md +7 -8
- package/docs/models/operations/createdirectcostresponse.md +3 -3
- package/docs/models/operations/createpaymentrequest.md +12 -0
- package/docs/models/operations/createpaymentresponse.md +12 -0
- package/docs/models/operations/createsupplierrequest.md +7 -8
- package/docs/models/operations/createsupplierresponse.md +3 -3
- package/docs/models/operations/createtransferrequest.md +7 -8
- package/docs/models/operations/createtransferresponse.md +3 -3
- package/docs/models/operations/deletecompanyrequest.md +1 -1
- package/docs/models/operations/deletecompanyresponse.md +3 -3
- package/docs/models/operations/deleteconnectionrequest.md +2 -2
- package/docs/models/operations/deleteconnectionresponse.md +3 -3
- package/docs/models/operations/downloadaccountingbillattachmentrequest.md +4 -4
- package/docs/models/operations/downloadaccountingbillattachmentresponse.md +3 -3
- package/docs/models/operations/downloadaccountingcustomerattachmentrequest.md +4 -4
- package/docs/models/operations/downloadaccountingcustomerattachmentresponse.md +3 -3
- package/docs/models/operations/downloadaccountingdirectcostattachmentrequest.md +4 -4
- package/docs/models/operations/downloadaccountingdirectcostattachmentresponse.md +3 -3
- package/docs/models/operations/downloadaccountingdirectincomeattachmentrequest.md +6 -6
- package/docs/models/operations/downloadaccountingdirectincomeattachmentresponse.md +3 -3
- package/docs/models/operations/downloadaccountinginvoiceattachmentrequest.md +4 -4
- package/docs/models/operations/downloadaccountinginvoiceattachmentresponse.md +3 -3
- package/docs/models/operations/downloadaccountinginvoicepdfrequest.md +2 -2
- package/docs/models/operations/downloadaccountinginvoicepdfresponse.md +6 -6
- package/docs/models/operations/downloadaccountingsupplierattachmentrequest.md +4 -4
- package/docs/models/operations/downloadaccountingsupplierattachmentresponse.md +3 -3
- package/docs/models/operations/downloadexcelreportrequest.md +1 -1
- package/docs/models/operations/downloadexcelreportresponse.md +3 -3
- package/docs/models/operations/downloadfilesrequest.md +1 -1
- package/docs/models/operations/downloadfilesresponse.md +3 -3
- package/docs/models/operations/generateexcelreportrequest.md +1 -1
- package/docs/models/operations/generateexcelreportresponse.md +3 -3
- package/docs/models/operations/generateloansummaryrequest.md +9 -0
- package/docs/models/operations/generateloansummaryresponse.md +11 -0
- package/docs/models/operations/generateloansummarysourcetype.md +12 -0
- package/docs/models/operations/generateloantransactionsrequest.md +9 -0
- package/docs/models/operations/generateloantransactionsresponse.md +11 -0
- package/docs/models/operations/generateloantransactionssourcetype.md +12 -0
- package/docs/models/operations/getaccountingaccountrequest.md +2 -2
- package/docs/models/operations/getaccountingaccountresponse.md +3 -3
- package/docs/models/operations/getaccountingaccounttransactionrequest.md +5 -5
- package/docs/models/operations/getaccountingaccounttransactionresponse.md +3 -3
- package/docs/models/operations/getaccountingagedcreditorsreportrequest.md +1 -1
- package/docs/models/operations/getaccountingagedcreditorsreportresponse.md +3 -3
- package/docs/models/operations/getaccountingageddebtorsreportrequest.md +1 -1
- package/docs/models/operations/getaccountingageddebtorsreportresponse.md +3 -3
- package/docs/models/operations/getaccountingbalancesheetrequest.md +2 -2
- package/docs/models/operations/getaccountingbalancesheetresponse.md +3 -3
- package/docs/models/operations/getaccountingbankaccountrequest.md +3 -3
- package/docs/models/operations/getaccountingbankaccountresponse.md +3 -3
- package/docs/models/operations/getaccountingbillattachmentrequest.md +4 -4
- package/docs/models/operations/getaccountingbillattachmentresponse.md +3 -3
- package/docs/models/operations/getaccountingbillcreditnoterequest.md +4 -4
- package/docs/models/operations/getaccountingbillcreditnoteresponse.md +3 -3
- package/docs/models/operations/getaccountingbillpaymentrequest.md +4 -4
- package/docs/models/operations/getaccountingbillpaymentresponse.md +3 -3
- package/docs/models/operations/getaccountingbillrequest.md +2 -2
- package/docs/models/operations/getaccountingbillresponse.md +3 -3
- package/docs/models/operations/getaccountingcashflowstatementrequest.md +2 -2
- package/docs/models/operations/getaccountingcashflowstatementresponse.md +3 -3
- package/docs/models/operations/getaccountingcreditnoterequest.md +2 -2
- package/docs/models/operations/getaccountingcreditnoteresponse.md +3 -3
- package/docs/models/operations/getaccountingcustomerattachmentrequest.md +4 -4
- package/docs/models/operations/getaccountingcustomerattachmentresponse.md +3 -3
- package/docs/models/operations/getaccountingcustomerrequest.md +2 -2
- package/docs/models/operations/getaccountingcustomerresponse.md +3 -3
- package/docs/models/operations/getaccountingdirectcostattachmentrequest.md +4 -4
- package/docs/models/operations/getaccountingdirectcostattachmentresponse.md +3 -3
- package/docs/models/operations/getaccountingdirectcostrequest.md +3 -3
- package/docs/models/operations/getaccountingdirectcostresponse.md +3 -3
- package/docs/models/operations/getaccountingdirectincomeattachmentrequest.md +7 -7
- package/docs/models/operations/getaccountingdirectincomeattachmentresponse.md +3 -3
- package/docs/models/operations/getaccountingdirectincomerequest.md +5 -5
- package/docs/models/operations/getaccountingdirectincomeresponse.md +3 -3
- package/docs/models/operations/getaccountinginvoiceattachmentrequest.md +4 -4
- package/docs/models/operations/getaccountinginvoiceattachmentresponse.md +3 -3
- package/docs/models/operations/getaccountinginvoicerequest.md +2 -2
- package/docs/models/operations/getaccountinginvoiceresponse.md +3 -3
- package/docs/models/operations/getaccountingjournalentryrequest.md +4 -4
- package/docs/models/operations/getaccountingjournalentryresponse.md +3 -3
- package/docs/models/operations/getaccountingjournalrequest.md +2 -2
- package/docs/models/operations/getaccountingjournalresponse.md +3 -3
- package/docs/models/operations/getaccountingpaymentrequest.md +2 -2
- package/docs/models/operations/getaccountingpaymentresponse.md +3 -3
- package/docs/models/operations/getaccountingprofilerequest.md +1 -1
- package/docs/models/operations/getaccountingprofileresponse.md +3 -3
- package/docs/models/operations/getaccountingprofitandlossrequest.md +2 -2
- package/docs/models/operations/getaccountingprofitandlossresponse.md +3 -3
- package/docs/models/operations/getaccountingsupplierattachmentrequest.md +4 -4
- package/docs/models/operations/getaccountingsupplierattachmentresponse.md +3 -3
- package/docs/models/operations/getaccountingsupplierrequest.md +2 -2
- package/docs/models/operations/getaccountingsupplierresponse.md +3 -3
- package/docs/models/operations/getaccountingtransferrequest.md +3 -3
- package/docs/models/operations/getaccountingtransferresponse.md +3 -3
- package/docs/models/operations/getbankingaccountrequest.md +3 -3
- package/docs/models/operations/getbankingaccountresponse.md +3 -3
- package/docs/models/operations/getbankingtransactioncategoryrequest.md +2 -2
- package/docs/models/operations/getbankingtransactioncategoryresponse.md +3 -3
- package/docs/models/operations/getbankingtransactionrequest.md +2 -2
- package/docs/models/operations/getbankingtransactionresponse.md +3 -3
- package/docs/models/operations/getcategorizedbalancesheetstatementrequest.md +1 -1
- package/docs/models/operations/getcategorizedbalancesheetstatementresponse.md +3 -3
- package/docs/models/operations/getcategorizedbankstatementrequest.md +1 -1
- package/docs/models/operations/getcategorizedbankstatementresponse.md +3 -3
- package/docs/models/operations/getcategorizedprofitandlossstatementrequest.md +2 -2
- package/docs/models/operations/getcategorizedprofitandlossstatementresponse.md +3 -3
- package/docs/models/operations/getcommercecustomerrequest.md +2 -2
- package/docs/models/operations/getcommercecustomerresponse.md +3 -3
- package/docs/models/operations/getcommercecustomerretentionmetricsrequest.md +2 -2
- package/docs/models/operations/getcommercecustomerretentionmetricsresponse.md +3 -3
- package/docs/models/operations/getcommercedisputerequest.md +2 -2
- package/docs/models/operations/getcommercedisputeresponse.md +3 -3
- package/docs/models/operations/getcommercelifetimevaluemetricsrequest.md +2 -2
- package/docs/models/operations/getcommercelifetimevaluemetricsresponse.md +3 -3
- package/docs/models/operations/getcommercelocationrequest.md +2 -2
- package/docs/models/operations/getcommercelocationresponse.md +3 -3
- package/docs/models/operations/getcommerceorderrequest.md +2 -2
- package/docs/models/operations/getcommerceorderresponse.md +3 -3
- package/docs/models/operations/getcommerceordersreportrequest.md +2 -2
- package/docs/models/operations/getcommerceordersreportresponse.md +3 -3
- package/docs/models/operations/getcommercepaymentmethodrequest.md +2 -2
- package/docs/models/operations/getcommercepaymentmethodresponse.md +3 -3
- package/docs/models/operations/getcommercepaymentrequest.md +2 -2
- package/docs/models/operations/getcommercepaymentresponse.md +3 -3
- package/docs/models/operations/getcommerceproductcategoryrequest.md +2 -2
- package/docs/models/operations/getcommerceproductcategoryresponse.md +3 -3
- package/docs/models/operations/getcommerceproductrequest.md +2 -2
- package/docs/models/operations/getcommerceproductresponse.md +3 -3
- package/docs/models/operations/getcommerceprofilerequest.md +2 -2
- package/docs/models/operations/getcommerceprofileresponse.md +3 -3
- package/docs/models/operations/getcommercerefundsreportrequest.md +2 -2
- package/docs/models/operations/getcommercerefundsreportresponse.md +3 -3
- package/docs/models/operations/getcommercerevenuemetricsrequest.md +2 -2
- package/docs/models/operations/getcommercerevenuemetricsresponse.md +3 -3
- package/docs/models/operations/getcommercetransactionrequest.md +2 -2
- package/docs/models/operations/getcommercetransactionresponse.md +3 -3
- package/docs/models/operations/getcompanyrequest.md +1 -1
- package/docs/models/operations/getcompanyresponse.md +3 -3
- package/docs/models/operations/getconnectionrequest.md +2 -2
- package/docs/models/operations/getconnectionresponse.md +3 -3
- package/docs/models/operations/getcreatebanktransactionsmodelrequest.md +3 -3
- package/docs/models/operations/getcreatebanktransactionsmodelresponse.md +3 -3
- package/docs/models/operations/getcreatechartofaccountsmodelrequest.md +2 -2
- package/docs/models/operations/getcreatechartofaccountsmodelresponse.md +3 -3
- package/docs/models/operations/getcreatedirectcostsmodelrequest.md +2 -2
- package/docs/models/operations/getcreatedirectcostsmodelresponse.md +3 -3
- package/docs/models/operations/getcreateoperationrequest.md +1 -1
- package/docs/models/operations/getcreateoperationresponse.md +3 -3
- package/docs/models/operations/{getcreateupdatebankaccountsmodelrequest.md → getcreatepaymentsmodelrequest.md} +3 -3
- package/docs/models/operations/{getcreateupdatebankaccountsmodelresponse.md → getcreatepaymentsmodelresponse.md} +4 -4
- package/docs/models/operations/getcreatetransfersmodelrequest.md +2 -2
- package/docs/models/operations/getcreatetransfersmodelresponse.md +3 -3
- package/docs/models/operations/getcreateupdatesuppliersmodelrequest.md +2 -2
- package/docs/models/operations/getcreateupdatesuppliersmodelresponse.md +3 -3
- package/docs/models/operations/getdataintegritystatusrequest.md +1 -1
- package/docs/models/operations/getdataintegritystatusresponse.md +3 -3
- package/docs/models/operations/getdataintegritysummariesrequest.md +1 -1
- package/docs/models/operations/getdataintegritysummariesresponse.md +3 -3
- package/docs/models/operations/getdatastatusrequest.md +1 -1
- package/docs/models/operations/getdatastatusresponse.md +3 -3
- package/docs/models/operations/getexcelreportgenerationstatusrequest.md +1 -1
- package/docs/models/operations/getexcelreportgenerationstatusresponse.md +3 -3
- package/docs/models/operations/getloansummaryrequest.md +4 -3
- package/docs/models/operations/getloansummaryresponse.md +3 -3
- package/docs/models/operations/getloansummarysourcetype.md +12 -0
- package/docs/models/operations/getpulloperationrequest.md +4 -4
- package/docs/models/operations/getpulloperationresponse.md +3 -3
- package/docs/models/operations/isagedcreditorsreportavailablerequest.md +1 -1
- package/docs/models/operations/isagedcreditorsreportavailableresponse.md +3 -3
- package/docs/models/operations/isageddebtorsreportavailablerequest.md +1 -1
- package/docs/models/operations/isageddebtorsreportavailableresponse.md +6 -6
- package/docs/models/operations/listaccountingaccountsrequest.md +1 -1
- package/docs/models/operations/listaccountingaccountsresponse.md +3 -3
- package/docs/models/operations/listaccountingaccounttransactionsrequest.md +2 -2
- package/docs/models/operations/listaccountingaccounttransactionsresponse.md +3 -3
- package/docs/models/operations/listaccountingbankaccountsrequest.md +2 -2
- package/docs/models/operations/listaccountingbankaccountsresponse.md +3 -3
- package/docs/models/operations/listaccountingbankaccounttransactionsrequest.md +3 -3
- package/docs/models/operations/listaccountingbankaccounttransactionsresponse.md +3 -3
- package/docs/models/operations/listaccountingbillattachmentsrequest.md +3 -3
- package/docs/models/operations/listaccountingbillattachmentsresponse.md +3 -3
- package/docs/models/operations/listaccountingbillcreditnotesrequest.md +1 -1
- package/docs/models/operations/listaccountingbillcreditnotesresponse.md +3 -3
- package/docs/models/operations/listaccountingbillpaymentsrequest.md +1 -1
- package/docs/models/operations/listaccountingbillpaymentsresponse.md +3 -3
- package/docs/models/operations/listaccountingbillsrequest.md +1 -1
- package/docs/models/operations/listaccountingbillsresponse.md +3 -3
- package/docs/models/operations/listaccountingcreditnotesrequest.md +1 -1
- package/docs/models/operations/listaccountingcreditnotesresponse.md +3 -3
- package/docs/models/operations/listaccountingcustomerattachmentsrequest.md +3 -3
- package/docs/models/operations/listaccountingcustomerattachmentsresponse.md +3 -3
- package/docs/models/operations/listaccountingcustomersrequest.md +1 -1
- package/docs/models/operations/listaccountingcustomersresponse.md +3 -3
- package/docs/models/operations/listaccountingdirectcostattachmentsrequest.md +3 -3
- package/docs/models/operations/listaccountingdirectcostattachmentsresponse.md +3 -3
- package/docs/models/operations/listaccountingdirectcostsrequest.md +2 -2
- package/docs/models/operations/listaccountingdirectcostsresponse.md +3 -3
- package/docs/models/operations/listaccountingdirectincomeattachmentsrequest.md +5 -5
- package/docs/models/operations/listaccountingdirectincomeattachmentsresponse.md +3 -3
- package/docs/models/operations/listaccountingdirectincomesrequest.md +2 -2
- package/docs/models/operations/listaccountingdirectincomesresponse.md +3 -3
- package/docs/models/operations/listaccountinginvoiceattachmentsrequest.md +3 -3
- package/docs/models/operations/listaccountinginvoiceattachmentsresponse.md +3 -3
- package/docs/models/operations/listaccountinginvoicesrequest.md +1 -1
- package/docs/models/operations/listaccountinginvoicesresponse.md +3 -3
- package/docs/models/operations/listaccountingjournalentriesrequest.md +1 -1
- package/docs/models/operations/listaccountingjournalentriesresponse.md +3 -3
- package/docs/models/operations/listaccountingjournalsrequest.md +1 -1
- package/docs/models/operations/listaccountingjournalsresponse.md +3 -3
- package/docs/models/operations/listaccountingpaymentsrequest.md +1 -1
- package/docs/models/operations/listaccountingpaymentsresponse.md +3 -3
- package/docs/models/operations/listaccountingsupplierattachmentsrequest.md +3 -3
- package/docs/models/operations/listaccountingsupplierattachmentsresponse.md +3 -3
- package/docs/models/operations/listaccountingsuppliersrequest.md +1 -1
- package/docs/models/operations/listaccountingsuppliersresponse.md +3 -3
- package/docs/models/operations/listaccountingtransfersrequest.md +2 -2
- package/docs/models/operations/listaccountingtransfersresponse.md +3 -3
- package/docs/models/operations/listbankingaccountbalancesrequest.md +2 -2
- package/docs/models/operations/listbankingaccountbalancesresponse.md +3 -3
- package/docs/models/operations/listbankingaccountsrequest.md +2 -2
- package/docs/models/operations/listbankingaccountsresponse.md +3 -3
- package/docs/models/operations/listbankingtransactioncategoriesrequest.md +2 -2
- package/docs/models/operations/listbankingtransactioncategoriesresponse.md +3 -3
- package/docs/models/operations/listbankingtransactionsrequest.md +2 -2
- package/docs/models/operations/listbankingtransactionsresponse.md +3 -3
- package/docs/models/operations/listcommercecustomersrequest.md +2 -2
- package/docs/models/operations/listcommercecustomersresponse.md +3 -3
- package/docs/models/operations/listcommercedisputesrequest.md +2 -2
- package/docs/models/operations/listcommercedisputesresponse.md +3 -3
- package/docs/models/operations/listcommercelocationsrequest.md +2 -2
- package/docs/models/operations/listcommercelocationsresponse.md +3 -3
- package/docs/models/operations/listcommerceordersrequest.md +2 -2
- package/docs/models/operations/listcommerceordersresponse.md +3 -3
- package/docs/models/operations/listcommercepaymentmethodsrequest.md +2 -2
- package/docs/models/operations/listcommercepaymentmethodsresponse.md +3 -3
- package/docs/models/operations/listcommercepaymentsrequest.md +2 -2
- package/docs/models/operations/listcommercepaymentsresponse.md +3 -3
- package/docs/models/operations/listcommerceproductcategoriesrequest.md +2 -2
- package/docs/models/operations/listcommerceproductcategoriesresponse.md +3 -3
- package/docs/models/operations/listcommerceproductsrequest.md +2 -2
- package/docs/models/operations/listcommerceproductsresponse.md +3 -3
- package/docs/models/operations/listcommercetransactionsrequest.md +2 -2
- package/docs/models/operations/listcommercetransactionsresponse.md +3 -3
- package/docs/models/operations/listcompaniesresponse.md +3 -3
- package/docs/models/operations/listconnectionsrequest.md +1 -1
- package/docs/models/operations/listconnectionsresponse.md +3 -3
- package/docs/models/operations/listcreateoperationsrequest.md +1 -1
- package/docs/models/operations/listcreateoperationsresponse.md +3 -3
- package/docs/models/operations/listdataintegritydetailsrequest.md +1 -1
- package/docs/models/operations/listdataintegritydetailsresponse.md +3 -3
- package/docs/models/operations/listfilesrequest.md +1 -1
- package/docs/models/operations/listfilesresponse.md +3 -3
- package/docs/models/operations/listloantransactionsrequest.md +2 -2
- package/docs/models/operations/listloantransactionsresponse.md +3 -3
- package/docs/models/operations/listloantransactionssourcetype.md +1 -1
- package/docs/models/operations/listpulloperationsrequest.md +1 -1
- package/docs/models/operations/listpulloperationsresponse.md +3 -3
- package/docs/models/operations/listreconciledinvoicesrequest.md +1 -1
- package/docs/models/operations/listreconciledinvoicesresponse.md +3 -3
- package/docs/models/operations/refreshalldatatypesrequest.md +1 -1
- package/docs/models/operations/refreshalldatatypesresponse.md +3 -3
- package/docs/models/operations/refreshdatatyperequest.md +1 -1
- package/docs/models/operations/refreshdatatyperesponse.md +3 -3
- package/docs/models/operations/unlinkconnectionrequest.md +2 -2
- package/docs/models/operations/unlinkconnectionresponse.md +3 -3
- package/docs/models/operations/updatecompanyrequest.md +1 -1
- package/docs/models/operations/updatecompanyresponse.md +3 -3
- package/docs/models/operations/uploadfilesrequest.md +2 -2
- package/docs/models/operations/uploadfilesresponse.md +3 -3
- package/docs/models/shared/accountingaccount.md +3 -2
- package/docs/models/shared/accountingaccounts.md +3 -3
- package/docs/models/shared/accountingaccounttransaction.md +2 -2
- package/docs/models/shared/accountingaccounttransactions.md +3 -3
- package/docs/models/shared/accountingagedcreditorreport.md +1 -1
- package/docs/models/shared/accountingageddebtorreport.md +1 -1
- package/docs/models/shared/accountingattachment.md +1 -1
- package/docs/models/shared/accountingbankaccount.md +3 -2
- package/docs/models/shared/accountingbankaccounts.md +3 -3
- package/docs/models/shared/accountingbanktransaction.md +8 -8
- package/docs/models/shared/accountingbanktransactions.md +3 -3
- package/docs/models/shared/accountingbill.md +2 -2
- package/docs/models/shared/accountingbillcreditnote.md +3 -3
- package/docs/models/shared/accountingbillcreditnotes.md +3 -3
- package/docs/models/shared/accountingbillpayment.md +5 -5
- package/docs/models/shared/accountingbillpayments.md +3 -3
- package/docs/models/shared/accountingbills.md +3 -3
- package/docs/models/shared/accountingbillwithholdingtax.md +4 -4
- package/docs/models/shared/accountingcompanyinfo.md +1 -0
- package/docs/models/shared/accountingcreateaccountresponse.md +16 -16
- package/docs/models/shared/accountingcreatebanktransactions.md +4 -4
- package/docs/models/shared/accountingcreatebanktransactionsresponse.md +4 -4
- package/docs/models/shared/accountingcreatedirectcostresponse.md +16 -16
- package/docs/models/shared/accountingcreatepaymentresponse.md +21 -0
- package/docs/models/shared/accountingcreatesupplierresponse.md +5 -5
- package/docs/models/shared/accountingcreatetransferresponse.md +5 -5
- package/docs/models/shared/accountingcreditnote.md +4 -4
- package/docs/models/shared/accountingcreditnotes.md +3 -3
- package/docs/models/shared/accountingcustomer.md +1 -1
- package/docs/models/shared/accountingcustomers.md +3 -3
- package/docs/models/shared/accountingdirectcost.md +1 -1
- package/docs/models/shared/accountingdirectcosts.md +3 -3
- package/docs/models/shared/accountingdirectincome.md +2 -2
- package/docs/models/shared/accountingdirectincomes.md +3 -3
- package/docs/models/shared/accountinginvoice.md +6 -6
- package/docs/models/shared/accountinginvoices.md +3 -3
- package/docs/models/shared/accountinginvoicesalesorderreference.md +4 -4
- package/docs/models/shared/accountingjournal.md +2 -2
- package/docs/models/shared/accountingjournalentries.md +3 -3
- package/docs/models/shared/accountingjournalentry.md +2 -2
- package/docs/models/shared/accountingjournals.md +3 -3
- package/docs/models/shared/accountingpayment.md +4 -4
- package/docs/models/shared/accountingpayments.md +3 -3
- package/docs/models/shared/accountingsupplier.md +1 -1
- package/docs/models/shared/accountingsuppliers.md +3 -3
- package/docs/models/shared/accountingtransfer.md +3 -3
- package/docs/models/shared/accountingtransfercontactref.md +4 -4
- package/docs/models/shared/accountingtransfers.md +3 -3
- package/docs/models/shared/accountspayabletracking.md +7 -7
- package/docs/models/shared/accountsreceivabletracking.md +2 -2
- package/docs/models/shared/bankingaccountbalance.md +1 -1
- package/docs/models/shared/bankingaccountbalances.md +3 -3
- package/docs/models/shared/bankingaccounts.md +3 -3
- package/docs/models/shared/bankingtransactioncategories.md +3 -3
- package/docs/models/shared/bankingtransactioncategory.md +1 -1
- package/docs/models/shared/bankingtransactionref.md +6 -6
- package/docs/models/shared/bankingtransactions.md +3 -3
- package/docs/models/shared/banktransactiontype.md +1 -1
- package/docs/models/shared/billedtotype.md +2 -0
- package/docs/models/shared/billedtotype1.md +2 -0
- package/docs/models/shared/billlineitem.md +4 -2
- package/docs/models/shared/billlineitemrecordlinereference.md +12 -0
- package/docs/models/shared/billlineitemrecordlinereferencedatatype.md +10 -0
- package/docs/models/shared/commercecompanyinfo.md +1 -1
- package/docs/models/shared/commercecustomers.md +3 -3
- package/docs/models/shared/commercedispute.md +1 -1
- package/docs/models/shared/commercedisputes.md +3 -3
- package/docs/models/shared/commercelocations.md +3 -3
- package/docs/models/shared/commerceorder.md +5 -5
- package/docs/models/shared/commerceorders.md +3 -3
- package/docs/models/shared/commercepayment.md +3 -2
- package/docs/models/shared/commercepaymentmethod.md +7 -7
- package/docs/models/shared/commercepaymentmethods.md +3 -3
- package/docs/models/shared/commercepaymentmethodstatus.md +12 -0
- package/docs/models/shared/commercepayments.md +3 -3
- package/docs/models/shared/commerceproduct.md +9 -8
- package/docs/models/shared/commerceproductcategories.md +3 -3
- package/docs/models/shared/commerceproducts.md +3 -3
- package/docs/models/shared/commercereportcomponent.md +4 -4
- package/docs/models/shared/commercereportdimension.md +3 -3
- package/docs/models/shared/commercereportdimensionitems.md +3 -3
- package/docs/models/shared/commercereporterror.md +5 -5
- package/docs/models/shared/commercereportmeasure.md +6 -6
- package/docs/models/shared/commercetransaction.md +1 -0
- package/docs/models/shared/commercetransactions.md +3 -3
- package/docs/models/shared/companies.md +3 -3
- package/docs/models/shared/company.md +2 -2
- package/docs/models/shared/connection.md +2 -2
- package/docs/models/shared/connections.md +3 -3
- package/docs/models/shared/contactref.md +4 -4
- package/docs/models/shared/createbankaccounttransaction.md +4 -4
- package/docs/models/shared/creditnotelineitem.md +1 -1
- package/docs/models/shared/creditnotestatus.md +2 -0
- package/docs/models/shared/dataconnectionerror.md +3 -3
- package/docs/models/shared/dataintegritydetails.md +3 -3
- package/docs/models/shared/datastatus.md +4 -4
- package/docs/models/shared/datastatusdatatypes.md +51 -0
- package/docs/models/shared/enhancedcashflowtransaction.md +1 -1
- package/docs/models/shared/enhancedcashflowtransactions.md +5 -5
- package/docs/models/shared/enhancedinvoicereportitem.md +4 -4
- package/docs/models/shared/enhancedinvoicesreport.md +1 -1
- package/docs/models/shared/errormessage.md +8 -8
- package/docs/models/shared/file.md +3 -3
- package/docs/models/shared/halref.md +3 -3
- package/docs/models/shared/invoicelineitem.md +1 -1
- package/docs/models/shared/items.md +4 -4
- package/docs/models/shared/lendingcustomerref.md +4 -4
- package/docs/models/shared/loansummaryreportitem.md +1 -0
- package/docs/models/shared/orderdiscountallocation.md +4 -4
- package/docs/models/shared/orderlineitem.md +5 -5
- package/docs/models/shared/payment.md +3 -3
- package/docs/models/shared/paymentmethodref.md +11 -0
- package/docs/models/shared/productinventory.md +1 -1
- package/docs/models/shared/productinventorylocation.md +1 -1
- package/docs/models/shared/productprice.md +1 -1
- package/docs/models/shared/productref.md +4 -4
- package/docs/models/shared/productvariant.md +1 -1
- package/docs/models/shared/productvariantref.md +4 -4
- package/docs/models/shared/productvariantstatus.md +2 -0
- package/docs/models/shared/projectref.md +4 -4
- package/docs/models/shared/pulloperation.md +10 -8
- package/docs/models/shared/pulloperations.md +3 -3
- package/docs/models/shared/pulloperationstatus.md +2 -0
- package/docs/models/shared/pushchangetype.md +2 -0
- package/docs/models/shared/pushfieldvalidation.md +5 -5
- package/docs/models/shared/pushoperation.md +4 -4
- package/docs/models/shared/pushoperationchange.md +5 -5
- package/docs/models/shared/pushoperationref.md +1 -1
- package/docs/models/shared/pushoperations.md +3 -3
- package/docs/models/shared/pushoption.md +4 -4
- package/docs/models/shared/pushoptionchoice.md +4 -4
- package/docs/models/shared/pushoptionproperty.md +4 -4
- package/docs/models/shared/pushoptiontype.md +2 -0
- package/docs/models/shared/reportcomponentmeasure.md +5 -5
- package/docs/models/shared/reportinfo.md +3 -3
- package/docs/models/shared/reportitems.md +2 -1
- package/docs/models/shared/reportitemsloantransactiontype.md +2 -0
- package/docs/models/shared/servicecharge.md +1 -1
- package/docs/models/shared/trackingcategoryref.md +4 -4
- package/docs/models/shared/transactioncategorystatus.md +2 -0
- package/docs/models/shared/transactionsourceref.md +1 -1
- package/docs/models/shared/transactionsourcetype.md +2 -0
- package/docs/models/shared/transferaccount.md +2 -0
- package/docs/models/shared/validationitem.md +5 -5
- package/docs/models/webhooks/accountcategoriesupdatedresponse.md +5 -5
- package/docs/models/webhooks/clientratelimitreachedresponse.md +5 -5
- package/docs/models/webhooks/clientratelimitresetresponse.md +5 -5
- package/docs/sdks/accountingbankdata/README.md +21 -20
- package/docs/sdks/accountingbankdataaccounts/README.md +37 -35
- package/docs/sdks/accountspayable/README.md +1 -0
- package/docs/sdks/accountspayablebillcreditnotes/README.md +35 -33
- package/docs/sdks/accountspayablebillpayments/README.md +35 -33
- package/docs/sdks/accountspayablebills/README.md +85 -80
- package/docs/sdks/accountspayablesuppliers/README.md +85 -80
- package/docs/sdks/accountsreceivable/README.md +1 -0
- package/docs/sdks/accountsreceivablecreditnotes/README.md +35 -33
- package/docs/sdks/accountsreceivablecustomers/README.md +85 -80
- package/docs/sdks/accountsreceivabledirectincomes/README.md +87 -83
- package/docs/sdks/accountsreceivableinvoices/README.md +114 -108
- package/docs/sdks/accountsreceivablepayments/README.md +35 -33
- package/docs/sdks/accountsreceivablereports/README.md +54 -49
- package/docs/sdks/banking/README.md +1 -0
- package/docs/sdks/bankingaccountbalances/README.md +21 -20
- package/docs/sdks/bankingaccounts/README.md +37 -35
- package/docs/sdks/bankingcategorizedstatement/README.md +19 -18
- package/docs/sdks/bankingtransactioncategories/README.md +37 -35
- package/docs/sdks/bankingtransactions/README.md +37 -35
- package/docs/sdks/codatlending/README.md +1 -0
- package/docs/sdks/companies/README.md +67 -62
- package/docs/sdks/companyinfo/README.md +26 -23
- package/docs/sdks/connections/README.md +75 -72
- package/docs/sdks/dataintegrity/README.md +42 -40
- package/docs/sdks/excelreports/README.md +37 -33
- package/docs/sdks/fileupload/README.md +44 -40
- package/docs/sdks/financialstatements/README.md +1 -0
- package/docs/sdks/financialstatementsaccounts/README.md +35 -33
- package/docs/sdks/financialstatementsbalancesheet/README.md +32 -30
- package/docs/sdks/financialstatementscashflow/README.md +18 -16
- package/docs/sdks/financialstatementsprofitandloss/README.md +32 -30
- package/docs/sdks/liabilities/README.md +126 -24
- package/docs/sdks/loanwriteback/README.md +1 -0
- package/docs/sdks/loanwritebackaccounts/README.md +61 -58
- package/docs/sdks/loanwritebackbanktransactions/README.md +45 -49
- package/docs/sdks/loanwritebackcreateoperations/README.md +32 -30
- package/docs/sdks/loanwritebackdirectcosts/README.md +84 -116
- package/docs/sdks/loanwritebackpayments/README.md +140 -0
- package/docs/sdks/loanwritebacksuppliers/README.md +49 -64
- package/docs/sdks/loanwritebacktransfers/README.md +64 -77
- package/docs/sdks/managedata/README.md +12 -10
- package/docs/sdks/managedatapulloperations/README.md +32 -30
- package/docs/sdks/managedatarefresh/README.md +26 -24
- package/docs/sdks/sales/README.md +1 -0
- package/docs/sdks/salescustomers/README.md +37 -35
- package/docs/sdks/salesdisputes/README.md +37 -35
- package/docs/sdks/saleslocations/README.md +34 -31
- package/docs/sdks/salesmetrics/README.md +53 -52
- package/docs/sdks/salesorders/README.md +37 -35
- package/docs/sdks/salespaymentmethods/README.md +37 -35
- package/docs/sdks/salespayments/README.md +37 -35
- package/docs/sdks/salesproductcategories/README.md +37 -35
- package/docs/sdks/salesproducts/README.md +37 -35
- package/docs/sdks/salesreports/README.md +36 -35
- package/docs/sdks/salestransactions/README.md +37 -35
- package/docs/sdks/transactions/README.md +1 -0
- package/docs/sdks/transactionsaccounttransactions/README.md +37 -35
- package/docs/sdks/transactionsdirectcosts/README.md +87 -82
- package/docs/sdks/transactionsjournalentries/README.md +35 -33
- package/docs/sdks/transactionsjournals/README.md +35 -33
- package/docs/sdks/transactionstransfers/README.md +37 -35
- package/package.json +5 -2
- package/dist/sdk/loanwritebackbankaccounts.d.ts +0 -39
- package/dist/sdk/models/operations/createbankaccount.d.ts +0 -27
- package/dist/sdk/models/operations/getcreateupdatebankaccountsmodel.d.ts +0 -20
- package/dist/sdk/models/shared/accountingcreatebankaccountresponse.d.ts +0 -112
- package/dist/sdk/models/shared/paymentmethodstatus.d.ts +0 -8
- package/dist/sdk/models/shared/paymentmethodstatus.js +0 -15
- package/docs/models/operations/createbankaccountrequest.md +0 -13
- package/docs/models/operations/createbankaccountresponse.md +0 -12
- package/docs/models/shared/accountingcreatebankaccountresponse.md +0 -21
- package/docs/models/shared/commerceordersupplementaldata.md +0 -12
- package/docs/models/shared/paymentmethodstatus.md +0 -12
- package/docs/sdks/loanwritebackbankaccounts/README.md +0 -126
package/README.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
# Lending
|
|
2
|
-
|
|
2
|
+
|
|
3
|
+
<!-- Start Codat Library Description -->
|
|
3
4
|
Lending helps you make smarter credit decisions on small businesses by enabling you to pull your customers' latest data from the operating systems they are already using. You can use that data for automating decisioning and surfacing new insights on the customer, all via one API.
|
|
5
|
+
<!-- End Codat Library Description -->
|
|
4
6
|
|
|
5
7
|
<!-- Start SDK Installation -->
|
|
6
8
|
## SDK Installation
|
|
@@ -20,31 +22,30 @@ yarn add @codat/lending
|
|
|
20
22
|
|
|
21
23
|
## Example Usage
|
|
22
24
|
<!-- Start SDK Example Usage -->
|
|
23
|
-
|
|
24
|
-
|
|
25
25
|
```typescript
|
|
26
26
|
import { CodatLending } from "@codat/lending";
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
const sdk = new CodatLending({
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
});
|
|
34
|
-
|
|
35
|
-
sdk.accountingBankData.listTransactions({
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
});
|
|
27
|
+
|
|
28
|
+
(async () => {
|
|
29
|
+
const sdk = new CodatLending({
|
|
30
|
+
security: {
|
|
31
|
+
authHeader: "Basic BASE_64_ENCODED(API_KEY)",
|
|
32
|
+
},
|
|
33
|
+
});
|
|
34
|
+
|
|
35
|
+
const res = await sdk.accountingBankData.listTransactions({
|
|
36
|
+
accountId: "Anchorage Product",
|
|
37
|
+
companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
|
|
38
|
+
connectionId: "2e9d2c44-f675-40ba-8049-353bfcb5e171",
|
|
39
|
+
orderBy: "-modifiedDate",
|
|
40
|
+
page: 1,
|
|
41
|
+
pageSize: 100,
|
|
42
|
+
});
|
|
43
|
+
|
|
44
|
+
if (res.statusCode == 200) {
|
|
45
|
+
// handle response
|
|
46
|
+
}
|
|
47
|
+
})();
|
|
48
|
+
|
|
48
49
|
```
|
|
49
50
|
<!-- End SDK Example Usage -->
|
|
50
51
|
|
|
@@ -52,16 +53,16 @@ sdk.accountingBankData.listTransactions({
|
|
|
52
53
|
## Available Resources and Operations
|
|
53
54
|
|
|
54
55
|
|
|
55
|
-
### [
|
|
56
|
+
### [accountingBankData](docs/sdks/accountingbankdata/README.md)
|
|
56
57
|
|
|
57
58
|
* [listTransactions](docs/sdks/accountingbankdata/README.md#listtransactions) - List bank account transactions
|
|
58
59
|
|
|
59
|
-
### [
|
|
60
|
+
### [accountingBankData.accounts](docs/sdks/accountingbankdataaccounts/README.md)
|
|
60
61
|
|
|
61
62
|
* [get](docs/sdks/accountingbankdataaccounts/README.md#get) - Get bank account
|
|
62
63
|
* [list](docs/sdks/accountingbankdataaccounts/README.md#list) - List bank accounts
|
|
63
64
|
|
|
64
|
-
### [
|
|
65
|
+
### [companies](docs/sdks/companies/README.md)
|
|
65
66
|
|
|
66
67
|
* [create](docs/sdks/companies/README.md#create) - Create company
|
|
67
68
|
* [delete](docs/sdks/companies/README.md#delete) - Delete a company
|
|
@@ -69,12 +70,12 @@ sdk.accountingBankData.listTransactions({
|
|
|
69
70
|
* [list](docs/sdks/companies/README.md#list) - List companies
|
|
70
71
|
* [update](docs/sdks/companies/README.md#update) - Update company
|
|
71
72
|
|
|
72
|
-
### [
|
|
73
|
+
### [companyInfo](docs/sdks/companyinfo/README.md)
|
|
73
74
|
|
|
74
75
|
* [getAccountingProfile](docs/sdks/companyinfo/README.md#getaccountingprofile) - Get company accounting profile
|
|
75
76
|
* [getCommerceProfile](docs/sdks/companyinfo/README.md#getcommerceprofile) - Get company commerce profile
|
|
76
77
|
|
|
77
|
-
### [
|
|
78
|
+
### [connections](docs/sdks/connections/README.md)
|
|
78
79
|
|
|
79
80
|
* [create](docs/sdks/connections/README.md#create) - Create connection
|
|
80
81
|
* [delete](docs/sdks/connections/README.md#delete) - Delete connection
|
|
@@ -82,41 +83,43 @@ sdk.accountingBankData.listTransactions({
|
|
|
82
83
|
* [list](docs/sdks/connections/README.md#list) - List connections
|
|
83
84
|
* [unlink](docs/sdks/connections/README.md#unlink) - Unlink connection
|
|
84
85
|
|
|
85
|
-
### [
|
|
86
|
+
### [dataIntegrity](docs/sdks/dataintegrity/README.md)
|
|
86
87
|
|
|
87
88
|
* [details](docs/sdks/dataintegrity/README.md#details) - List data integrity details
|
|
88
89
|
* [status](docs/sdks/dataintegrity/README.md#status) - Get data integrity status
|
|
89
90
|
* [summaries](docs/sdks/dataintegrity/README.md#summaries) - Get data integrity summaries
|
|
90
91
|
|
|
91
|
-
### [
|
|
92
|
+
### [excelReports](docs/sdks/excelreports/README.md)
|
|
92
93
|
|
|
93
94
|
* [download](docs/sdks/excelreports/README.md#download) - Download Excel report
|
|
94
95
|
* [generate](docs/sdks/excelreports/README.md#generate) - Generate Excel report
|
|
95
96
|
* [getStatus](docs/sdks/excelreports/README.md#getstatus) - Get Excel report status
|
|
96
97
|
|
|
97
|
-
### [
|
|
98
|
+
### [fileUpload](docs/sdks/fileupload/README.md)
|
|
98
99
|
|
|
99
100
|
* [download](docs/sdks/fileupload/README.md#download) - Download all files for a company
|
|
100
101
|
* [listUploaded](docs/sdks/fileupload/README.md#listuploaded) - List all files uploaded by a company
|
|
101
102
|
* [upload](docs/sdks/fileupload/README.md#upload) - Upload files for a company
|
|
102
103
|
|
|
103
|
-
### [
|
|
104
|
+
### [liabilities](docs/sdks/liabilities/README.md)
|
|
104
105
|
|
|
106
|
+
* [generateLoanSummary](docs/sdks/liabilities/README.md#generateloansummary) - Generate loan summaries report
|
|
107
|
+
* [generateLoanTransactions](docs/sdks/liabilities/README.md#generateloantransactions) - Generate loan transactions report
|
|
105
108
|
* [getLoanSummary](docs/sdks/liabilities/README.md#getloansummary) - Get loan summaries
|
|
106
109
|
* [listLoanTransactions](docs/sdks/liabilities/README.md#listloantransactions) - List loan transactions
|
|
107
110
|
|
|
108
111
|
|
|
109
|
-
### [
|
|
112
|
+
### [accountsPayable.billCreditNotes](docs/sdks/accountspayablebillcreditnotes/README.md)
|
|
110
113
|
|
|
111
114
|
* [get](docs/sdks/accountspayablebillcreditnotes/README.md#get) - Get bill credit note
|
|
112
115
|
* [list](docs/sdks/accountspayablebillcreditnotes/README.md#list) - List bill credit notes
|
|
113
116
|
|
|
114
|
-
### [
|
|
117
|
+
### [accountsPayable.billPayments](docs/sdks/accountspayablebillpayments/README.md)
|
|
115
118
|
|
|
116
119
|
* [get](docs/sdks/accountspayablebillpayments/README.md#get) - Get bill payment
|
|
117
120
|
* [list](docs/sdks/accountspayablebillpayments/README.md#list) - List bill payments
|
|
118
121
|
|
|
119
|
-
### [
|
|
122
|
+
### [accountsPayable.bills](docs/sdks/accountspayablebills/README.md)
|
|
120
123
|
|
|
121
124
|
* [downloadAttachment](docs/sdks/accountspayablebills/README.md#downloadattachment) - Download bill attachment
|
|
122
125
|
* [get](docs/sdks/accountspayablebills/README.md#get) - Get bill
|
|
@@ -124,7 +127,7 @@ sdk.accountingBankData.listTransactions({
|
|
|
124
127
|
* [list](docs/sdks/accountspayablebills/README.md#list) - List bills
|
|
125
128
|
* [listAttachments](docs/sdks/accountspayablebills/README.md#listattachments) - List bill attachments
|
|
126
129
|
|
|
127
|
-
### [
|
|
130
|
+
### [accountsPayable.suppliers](docs/sdks/accountspayablesuppliers/README.md)
|
|
128
131
|
|
|
129
132
|
* [downloadAttachment](docs/sdks/accountspayablesuppliers/README.md#downloadattachment) - Download supplier attachment
|
|
130
133
|
* [get](docs/sdks/accountspayablesuppliers/README.md#get) - Get supplier
|
|
@@ -133,12 +136,12 @@ sdk.accountingBankData.listTransactions({
|
|
|
133
136
|
* [listAttachments](docs/sdks/accountspayablesuppliers/README.md#listattachments) - List supplier attachments
|
|
134
137
|
|
|
135
138
|
|
|
136
|
-
### [
|
|
139
|
+
### [accountsReceivable.creditNotes](docs/sdks/accountsreceivablecreditnotes/README.md)
|
|
137
140
|
|
|
138
141
|
* [get](docs/sdks/accountsreceivablecreditnotes/README.md#get) - Get credit note
|
|
139
142
|
* [list](docs/sdks/accountsreceivablecreditnotes/README.md#list) - List credit notes
|
|
140
143
|
|
|
141
|
-
### [
|
|
144
|
+
### [accountsReceivable.customers](docs/sdks/accountsreceivablecustomers/README.md)
|
|
142
145
|
|
|
143
146
|
* [downloadAttachment](docs/sdks/accountsreceivablecustomers/README.md#downloadattachment) - Download customer attachment
|
|
144
147
|
* [get](docs/sdks/accountsreceivablecustomers/README.md#get) - Get customer
|
|
@@ -146,7 +149,7 @@ sdk.accountingBankData.listTransactions({
|
|
|
146
149
|
* [list](docs/sdks/accountsreceivablecustomers/README.md#list) - List customers
|
|
147
150
|
* [listAttachments](docs/sdks/accountsreceivablecustomers/README.md#listattachments) - List customer attachments
|
|
148
151
|
|
|
149
|
-
### [
|
|
152
|
+
### [accountsReceivable.directIncomes](docs/sdks/accountsreceivabledirectincomes/README.md)
|
|
150
153
|
|
|
151
154
|
* [downloadAttachment](docs/sdks/accountsreceivabledirectincomes/README.md#downloadattachment) - Download direct income attachment
|
|
152
155
|
* [get](docs/sdks/accountsreceivabledirectincomes/README.md#get) - Get direct income
|
|
@@ -154,7 +157,7 @@ sdk.accountingBankData.listTransactions({
|
|
|
154
157
|
* [list](docs/sdks/accountsreceivabledirectincomes/README.md#list) - List direct incomes
|
|
155
158
|
* [listAttachments](docs/sdks/accountsreceivabledirectincomes/README.md#listattachments) - List direct income attachments
|
|
156
159
|
|
|
157
|
-
### [
|
|
160
|
+
### [accountsReceivable.invoices](docs/sdks/accountsreceivableinvoices/README.md)
|
|
158
161
|
|
|
159
162
|
* [downloadAttachment](docs/sdks/accountsreceivableinvoices/README.md#downloadattachment) - Download invoice attachment
|
|
160
163
|
* [downloadPdf](docs/sdks/accountsreceivableinvoices/README.md#downloadpdf) - Get invoice as PDF
|
|
@@ -164,12 +167,12 @@ sdk.accountingBankData.listTransactions({
|
|
|
164
167
|
* [listAttachments](docs/sdks/accountsreceivableinvoices/README.md#listattachments) - List invoice attachments
|
|
165
168
|
* [listReconciled](docs/sdks/accountsreceivableinvoices/README.md#listreconciled) - List reconciled invoices
|
|
166
169
|
|
|
167
|
-
### [
|
|
170
|
+
### [accountsReceivable.payments](docs/sdks/accountsreceivablepayments/README.md)
|
|
168
171
|
|
|
169
172
|
* [get](docs/sdks/accountsreceivablepayments/README.md#get) - Get payment
|
|
170
173
|
* [list](docs/sdks/accountsreceivablepayments/README.md#list) - List payments
|
|
171
174
|
|
|
172
|
-
### [
|
|
175
|
+
### [accountsReceivable.reports](docs/sdks/accountsreceivablereports/README.md)
|
|
173
176
|
|
|
174
177
|
* [getAgedCreditors](docs/sdks/accountsreceivablereports/README.md#getagedcreditors) - Aged creditors report
|
|
175
178
|
* [getAgedDebtors](docs/sdks/accountsreceivablereports/README.md#getageddebtors) - Aged debtors report
|
|
@@ -177,163 +180,163 @@ sdk.accountingBankData.listTransactions({
|
|
|
177
180
|
* [isAgedDebtorsAvailable](docs/sdks/accountsreceivablereports/README.md#isageddebtorsavailable) - Aged debtors report available
|
|
178
181
|
|
|
179
182
|
|
|
180
|
-
### [
|
|
183
|
+
### [banking.accountBalances](docs/sdks/bankingaccountbalances/README.md)
|
|
181
184
|
|
|
182
185
|
* [list](docs/sdks/bankingaccountbalances/README.md#list) - List account balances
|
|
183
186
|
|
|
184
|
-
### [
|
|
187
|
+
### [banking.accounts](docs/sdks/bankingaccounts/README.md)
|
|
185
188
|
|
|
186
189
|
* [get](docs/sdks/bankingaccounts/README.md#get) - Get account
|
|
187
190
|
* [list](docs/sdks/bankingaccounts/README.md#list) - List accounts
|
|
188
191
|
|
|
189
|
-
### [
|
|
192
|
+
### [banking.categorizedStatement](docs/sdks/bankingcategorizedstatement/README.md)
|
|
190
193
|
|
|
191
194
|
* [get](docs/sdks/bankingcategorizedstatement/README.md#get) - Get categorized bank statement
|
|
192
195
|
|
|
193
|
-
### [
|
|
196
|
+
### [banking.transactionCategories](docs/sdks/bankingtransactioncategories/README.md)
|
|
194
197
|
|
|
195
198
|
* [get](docs/sdks/bankingtransactioncategories/README.md#get) - Get transaction category
|
|
196
199
|
* [list](docs/sdks/bankingtransactioncategories/README.md#list) - List transaction categories
|
|
197
200
|
|
|
198
|
-
### [
|
|
201
|
+
### [banking.transactions](docs/sdks/bankingtransactions/README.md)
|
|
199
202
|
|
|
200
203
|
* [get](docs/sdks/bankingtransactions/README.md#get) - Get bank transaction
|
|
201
204
|
* [list](docs/sdks/bankingtransactions/README.md#list) - List transactions
|
|
202
205
|
|
|
203
206
|
|
|
204
|
-
### [
|
|
207
|
+
### [financialStatements.accounts](docs/sdks/financialstatementsaccounts/README.md)
|
|
205
208
|
|
|
206
209
|
* [get](docs/sdks/financialstatementsaccounts/README.md#get) - Get account
|
|
207
210
|
* [list](docs/sdks/financialstatementsaccounts/README.md#list) - List accounts
|
|
208
211
|
|
|
209
|
-
### [
|
|
212
|
+
### [financialStatements.balanceSheet](docs/sdks/financialstatementsbalancesheet/README.md)
|
|
210
213
|
|
|
211
214
|
* [get](docs/sdks/financialstatementsbalancesheet/README.md#get) - Get balance sheet
|
|
212
215
|
* [getCategorizedAccounts](docs/sdks/financialstatementsbalancesheet/README.md#getcategorizedaccounts) - Get categorized balance sheet statement
|
|
213
216
|
|
|
214
|
-
### [
|
|
217
|
+
### [financialStatements.cashFlow](docs/sdks/financialstatementscashflow/README.md)
|
|
215
218
|
|
|
216
219
|
* [get](docs/sdks/financialstatementscashflow/README.md#get) - Get cash flow statement
|
|
217
220
|
|
|
218
|
-
### [
|
|
221
|
+
### [financialStatements.profitAndLoss](docs/sdks/financialstatementsprofitandloss/README.md)
|
|
219
222
|
|
|
220
223
|
* [get](docs/sdks/financialstatementsprofitandloss/README.md#get) - Get profit and loss
|
|
221
224
|
* [getCategorizedAccounts](docs/sdks/financialstatementsprofitandloss/README.md#getcategorizedaccounts) - Get categorized profit and loss statement
|
|
222
225
|
|
|
223
226
|
|
|
224
|
-
### [
|
|
227
|
+
### [loanWriteback.accounts](docs/sdks/loanwritebackaccounts/README.md)
|
|
225
228
|
|
|
226
229
|
* [create](docs/sdks/loanwritebackaccounts/README.md#create) - Create account
|
|
227
230
|
* [getCreateModel](docs/sdks/loanwritebackaccounts/README.md#getcreatemodel) - Get create account model
|
|
228
231
|
|
|
229
|
-
### [
|
|
230
|
-
|
|
231
|
-
* [create](docs/sdks/loanwritebackbankaccounts/README.md#create) - Create bank account
|
|
232
|
-
* [getCreateUpdateModel](docs/sdks/loanwritebackbankaccounts/README.md#getcreateupdatemodel) - Get create/update bank account model
|
|
233
|
-
|
|
234
|
-
### [LoanWriteback.BankTransactions](docs/sdks/loanwritebackbanktransactions/README.md)
|
|
232
|
+
### [loanWriteback.bankTransactions](docs/sdks/loanwritebackbanktransactions/README.md)
|
|
235
233
|
|
|
236
234
|
* [create](docs/sdks/loanwritebackbanktransactions/README.md#create) - Create bank account transactions
|
|
237
235
|
* [getCreateModel](docs/sdks/loanwritebackbanktransactions/README.md#getcreatemodel) - Get create bank account transactions model
|
|
238
236
|
|
|
239
|
-
### [
|
|
237
|
+
### [loanWriteback.createOperations](docs/sdks/loanwritebackcreateoperations/README.md)
|
|
240
238
|
|
|
241
239
|
* [get](docs/sdks/loanwritebackcreateoperations/README.md#get) - Get create operation
|
|
242
240
|
* [list](docs/sdks/loanwritebackcreateoperations/README.md#list) - List create operations
|
|
243
241
|
|
|
244
|
-
### [
|
|
242
|
+
### [loanWriteback.directCosts](docs/sdks/loanwritebackdirectcosts/README.md)
|
|
245
243
|
|
|
246
244
|
* [create](docs/sdks/loanwritebackdirectcosts/README.md#create) - Create direct cost
|
|
247
245
|
* [getCreateModel](docs/sdks/loanwritebackdirectcosts/README.md#getcreatemodel) - Get create direct cost model
|
|
248
246
|
|
|
249
|
-
### [
|
|
247
|
+
### [loanWriteback.payments](docs/sdks/loanwritebackpayments/README.md)
|
|
248
|
+
|
|
249
|
+
* [create](docs/sdks/loanwritebackpayments/README.md#create) - Create payment
|
|
250
|
+
* [getCreateModel](docs/sdks/loanwritebackpayments/README.md#getcreatemodel) - Get create payment model
|
|
251
|
+
|
|
252
|
+
### [loanWriteback.suppliers](docs/sdks/loanwritebacksuppliers/README.md)
|
|
250
253
|
|
|
251
254
|
* [create](docs/sdks/loanwritebacksuppliers/README.md#create) - Create supplier
|
|
252
255
|
* [getCreateUpdateModel](docs/sdks/loanwritebacksuppliers/README.md#getcreateupdatemodel) - Get create/update supplier model
|
|
253
256
|
|
|
254
|
-
### [
|
|
257
|
+
### [loanWriteback.transfers](docs/sdks/loanwritebacktransfers/README.md)
|
|
255
258
|
|
|
256
259
|
* [create](docs/sdks/loanwritebacktransfers/README.md#create) - Create transfer
|
|
257
260
|
* [getCreateModel](docs/sdks/loanwritebacktransfers/README.md#getcreatemodel) - Get create transfer model
|
|
258
261
|
|
|
259
|
-
### [
|
|
262
|
+
### [manageData](docs/sdks/managedata/README.md)
|
|
260
263
|
|
|
261
264
|
* [getStatus](docs/sdks/managedata/README.md#getstatus) - Get data status
|
|
262
265
|
|
|
263
|
-
### [
|
|
266
|
+
### [manageData.pullOperations](docs/sdks/managedatapulloperations/README.md)
|
|
264
267
|
|
|
265
268
|
* [get](docs/sdks/managedatapulloperations/README.md#get) - Get pull operation
|
|
266
269
|
* [list](docs/sdks/managedatapulloperations/README.md#list) - List pull operations
|
|
267
270
|
|
|
268
|
-
### [
|
|
271
|
+
### [manageData.refresh](docs/sdks/managedatarefresh/README.md)
|
|
269
272
|
|
|
270
273
|
* [allDataTypes](docs/sdks/managedatarefresh/README.md#alldatatypes) - Refresh all data
|
|
271
274
|
* [dataType](docs/sdks/managedatarefresh/README.md#datatype) - Refresh data type
|
|
272
275
|
|
|
273
276
|
|
|
274
|
-
### [
|
|
277
|
+
### [sales.customers](docs/sdks/salescustomers/README.md)
|
|
275
278
|
|
|
276
279
|
* [get](docs/sdks/salescustomers/README.md#get) - Get customer
|
|
277
280
|
* [list](docs/sdks/salescustomers/README.md#list) - List customers
|
|
278
281
|
|
|
279
|
-
### [
|
|
282
|
+
### [sales.disputes](docs/sdks/salesdisputes/README.md)
|
|
280
283
|
|
|
281
284
|
* [get](docs/sdks/salesdisputes/README.md#get) - Get dispute
|
|
282
285
|
* [list](docs/sdks/salesdisputes/README.md#list) - List disputes
|
|
283
286
|
|
|
284
|
-
### [
|
|
287
|
+
### [sales.locations](docs/sdks/saleslocations/README.md)
|
|
285
288
|
|
|
286
289
|
* [get](docs/sdks/saleslocations/README.md#get) - Get location
|
|
287
290
|
* [list](docs/sdks/saleslocations/README.md#list) - List locations
|
|
288
291
|
|
|
289
|
-
### [
|
|
292
|
+
### [sales.metrics](docs/sdks/salesmetrics/README.md)
|
|
290
293
|
|
|
291
294
|
* [getCustomerRetention](docs/sdks/salesmetrics/README.md#getcustomerretention) - Get customer retention metrics
|
|
292
295
|
* [getLifetimeValue](docs/sdks/salesmetrics/README.md#getlifetimevalue) - Get lifetime value metrics
|
|
293
296
|
* [getRevenue](docs/sdks/salesmetrics/README.md#getrevenue) - Get commerce revenue metrics
|
|
294
297
|
|
|
295
|
-
### [
|
|
298
|
+
### [sales.orders](docs/sdks/salesorders/README.md)
|
|
296
299
|
|
|
297
300
|
* [get](docs/sdks/salesorders/README.md#get) - Get order
|
|
298
301
|
* [list](docs/sdks/salesorders/README.md#list) - List orders
|
|
299
302
|
|
|
300
|
-
### [
|
|
303
|
+
### [sales.paymentMethods](docs/sdks/salespaymentmethods/README.md)
|
|
301
304
|
|
|
302
305
|
* [get](docs/sdks/salespaymentmethods/README.md#get) - Get payment method
|
|
303
306
|
* [list](docs/sdks/salespaymentmethods/README.md#list) - List payment methods
|
|
304
307
|
|
|
305
|
-
### [
|
|
308
|
+
### [sales.payments](docs/sdks/salespayments/README.md)
|
|
306
309
|
|
|
307
310
|
* [get](docs/sdks/salespayments/README.md#get) - Get payment
|
|
308
311
|
* [list](docs/sdks/salespayments/README.md#list) - List payments
|
|
309
312
|
|
|
310
|
-
### [
|
|
313
|
+
### [sales.productCategories](docs/sdks/salesproductcategories/README.md)
|
|
311
314
|
|
|
312
315
|
* [get](docs/sdks/salesproductcategories/README.md#get) - Get product category
|
|
313
316
|
* [list](docs/sdks/salesproductcategories/README.md#list) - List product categories
|
|
314
317
|
|
|
315
|
-
### [
|
|
318
|
+
### [sales.products](docs/sdks/salesproducts/README.md)
|
|
316
319
|
|
|
317
320
|
* [get](docs/sdks/salesproducts/README.md#get) - Get product
|
|
318
321
|
* [list](docs/sdks/salesproducts/README.md#list) - List products
|
|
319
322
|
|
|
320
|
-
### [
|
|
323
|
+
### [sales.reports](docs/sdks/salesreports/README.md)
|
|
321
324
|
|
|
322
325
|
* [getOrders](docs/sdks/salesreports/README.md#getorders) - Get orders report
|
|
323
326
|
* [getRefunds](docs/sdks/salesreports/README.md#getrefunds) - Get refunds report
|
|
324
327
|
|
|
325
|
-
### [
|
|
328
|
+
### [sales.transactions](docs/sdks/salestransactions/README.md)
|
|
326
329
|
|
|
327
330
|
* [get](docs/sdks/salestransactions/README.md#get) - Get transaction
|
|
328
331
|
* [list](docs/sdks/salestransactions/README.md#list) - List transactions
|
|
329
332
|
|
|
330
333
|
|
|
331
|
-
### [
|
|
334
|
+
### [transactions.accountTransactions](docs/sdks/transactionsaccounttransactions/README.md)
|
|
332
335
|
|
|
333
336
|
* [get](docs/sdks/transactionsaccounttransactions/README.md#get) - Get account transaction
|
|
334
337
|
* [list](docs/sdks/transactionsaccounttransactions/README.md#list) - List account transactions
|
|
335
338
|
|
|
336
|
-
### [
|
|
339
|
+
### [transactions.directCosts](docs/sdks/transactionsdirectcosts/README.md)
|
|
337
340
|
|
|
338
341
|
* [downloadAttachment](docs/sdks/transactionsdirectcosts/README.md#downloadattachment) - Download direct cost attachment
|
|
339
342
|
* [get](docs/sdks/transactionsdirectcosts/README.md#get) - Get direct cost
|
|
@@ -341,19 +344,31 @@ sdk.accountingBankData.listTransactions({
|
|
|
341
344
|
* [list](docs/sdks/transactionsdirectcosts/README.md#list) - List direct costs
|
|
342
345
|
* [listAttachments](docs/sdks/transactionsdirectcosts/README.md#listattachments) - List direct cost attachments
|
|
343
346
|
|
|
344
|
-
### [
|
|
347
|
+
### [transactions.journalEntries](docs/sdks/transactionsjournalentries/README.md)
|
|
345
348
|
|
|
346
349
|
* [get](docs/sdks/transactionsjournalentries/README.md#get) - Get journal entry
|
|
347
350
|
* [list](docs/sdks/transactionsjournalentries/README.md#list) - List journal entries
|
|
348
351
|
|
|
349
|
-
### [
|
|
352
|
+
### [transactions.journals](docs/sdks/transactionsjournals/README.md)
|
|
350
353
|
|
|
351
354
|
* [get](docs/sdks/transactionsjournals/README.md#get) - Get journal
|
|
352
355
|
* [list](docs/sdks/transactionsjournals/README.md#list) - List journals
|
|
353
356
|
|
|
354
|
-
### [
|
|
357
|
+
### [transactions.transfers](docs/sdks/transactionstransfers/README.md)
|
|
355
358
|
|
|
356
359
|
* [get](docs/sdks/transactionstransfers/README.md#get) - Get transfer
|
|
357
360
|
* [list](docs/sdks/transactionstransfers/README.md#list) - List transfers
|
|
358
361
|
<!-- End SDK Available Operations -->
|
|
359
|
-
|
|
362
|
+
|
|
363
|
+
|
|
364
|
+
|
|
365
|
+
<!-- Start Dev Containers -->
|
|
366
|
+
|
|
367
|
+
|
|
368
|
+
|
|
369
|
+
<!-- End Dev Containers -->
|
|
370
|
+
|
|
371
|
+
<!-- Placeholder for Future Speakeasy SDK Sections -->
|
|
372
|
+
|
|
373
|
+
|
|
374
|
+
### Library generated by [Speakeasy](https://docs.speakeasyapi.dev/docs/using-speakeasy/client-sdks)
|
|
@@ -268,7 +268,7 @@ function encodeMultipartFormDataFile(formData, file) {
|
|
|
268
268
|
if (mpFormDecoratorName === "" || fileName === "" || content == null) {
|
|
269
269
|
throw new Error("invalid multipart/form-data file");
|
|
270
270
|
}
|
|
271
|
-
formData.append(
|
|
271
|
+
formData.append(mpFormDecoratorName, Buffer.from(content), fileName);
|
|
272
272
|
return formData;
|
|
273
273
|
}
|
|
274
274
|
function parseMultipartFormDecorator(mpFormAnn) {
|
|
@@ -104,7 +104,7 @@ var SpeakeasyBase = /** @class */ (function () {
|
|
|
104
104
|
var prop = props_1_1.value;
|
|
105
105
|
if (payload && payload.hasOwnProperty(prop.key)) {
|
|
106
106
|
var value = payload[prop.key];
|
|
107
|
-
if (isSpeakeasyBase(prop.type)) {
|
|
107
|
+
if (isSpeakeasyBase(prop.type) && value != null) {
|
|
108
108
|
this[prop.key] = new prop.type(value);
|
|
109
109
|
}
|
|
110
110
|
else if (prop.type.name == "Array" &&
|
|
@@ -14,9 +14,9 @@ export declare class AccountingBankData {
|
|
|
14
14
|
* List bank account transactions
|
|
15
15
|
*
|
|
16
16
|
* @remarks
|
|
17
|
-
* The *List account bank transactions* endpoint returns a list of [bank account transactions](https://docs.codat.io/
|
|
17
|
+
* The *List account bank transactions* endpoint returns a list of [bank account transactions](https://docs.codat.io/lending-api#/schemas/BankTransactions) for a given company's connection.
|
|
18
18
|
*
|
|
19
|
-
* [Bank account transactions](https://docs.codat.io/
|
|
19
|
+
* [Bank account transactions](https://docs.codat.io/lending-api#/schemas/BankTransactions) are records of money that has moved in and out of an SMB's bank account.
|
|
20
20
|
*
|
|
21
21
|
* Check out our [coverage explorer](https://knowledge.codat.io/supported-features/accounting?view=tab-by-data-type&dataType=bankTransactions) for integrations that support listing bank transactions.
|
|
22
22
|
*
|
|
@@ -91,9 +91,9 @@ var AccountingBankData = /** @class */ (function () {
|
|
|
91
91
|
* List bank account transactions
|
|
92
92
|
*
|
|
93
93
|
* @remarks
|
|
94
|
-
* The *List account bank transactions* endpoint returns a list of [bank account transactions](https://docs.codat.io/
|
|
94
|
+
* The *List account bank transactions* endpoint returns a list of [bank account transactions](https://docs.codat.io/lending-api#/schemas/BankTransactions) for a given company's connection.
|
|
95
95
|
*
|
|
96
|
-
* [Bank account transactions](https://docs.codat.io/
|
|
96
|
+
* [Bank account transactions](https://docs.codat.io/lending-api#/schemas/BankTransactions) are records of money that has moved in and out of an SMB's bank account.
|
|
97
97
|
*
|
|
98
98
|
* Check out our [coverage explorer](https://knowledge.codat.io/supported-features/accounting?view=tab-by-data-type&dataType=bankTransactions) for integrations that support listing bank transactions.
|
|
99
99
|
*
|
|
@@ -127,7 +127,7 @@ var AccountingBankData = /** @class */ (function () {
|
|
|
127
127
|
headers = __assign(__assign({}, config === null || config === void 0 ? void 0 : config.headers), properties.headers);
|
|
128
128
|
queryParams = utils.serializeQueryParams(req);
|
|
129
129
|
headers["Accept"] = "application/json";
|
|
130
|
-
headers["user-agent"] =
|
|
130
|
+
headers["user-agent"] = this.sdkConfiguration.userAgent;
|
|
131
131
|
globalRetryConfig = this.sdkConfiguration.retryConfig;
|
|
132
132
|
retryConfig = retries;
|
|
133
133
|
if (!retryConfig) {
|
|
@@ -11,7 +11,7 @@ export declare class AccountingBankDataAccounts {
|
|
|
11
11
|
* @remarks
|
|
12
12
|
* The *Get bank account* endpoint returns a single account for a given accountId.
|
|
13
13
|
*
|
|
14
|
-
* [Bank accounts](https://docs.codat.io/
|
|
14
|
+
* [Bank accounts](https://docs.codat.io/lending-api#/schemas/BankAccount) are financial accounts maintained by a bank or other financial institution.
|
|
15
15
|
*
|
|
16
16
|
* Check out our [coverage explorer](https://knowledge.codat.io/supported-features/accounting?view=tab-by-data-type&dataType=bankAccounts) for integrations that support getting a specific bank account.
|
|
17
17
|
*
|
|
@@ -23,9 +23,9 @@ export declare class AccountingBankDataAccounts {
|
|
|
23
23
|
* List bank accounts
|
|
24
24
|
*
|
|
25
25
|
* @remarks
|
|
26
|
-
* The *List bank accounts* endpoint returns a list of [bank accounts](https://docs.codat.io/
|
|
26
|
+
* The *List bank accounts* endpoint returns a list of [bank accounts](https://docs.codat.io/lending-api#/schemas/BankAccount) for a given company's connection.
|
|
27
27
|
*
|
|
28
|
-
* [Bank accounts](https://docs.codat.io/
|
|
28
|
+
* [Bank accounts](https://docs.codat.io/lending-api#/schemas/BankAccount) are financial accounts maintained by a bank or other financial institution.
|
|
29
29
|
*
|
|
30
30
|
* Before using this endpoint, you must have [retrieved data for the company](https://docs.codat.io/lending-api#/operations/refresh-company-data).
|
|
31
31
|
*
|
|
@@ -88,7 +88,7 @@ var AccountingBankDataAccounts = /** @class */ (function () {
|
|
|
88
88
|
* @remarks
|
|
89
89
|
* The *Get bank account* endpoint returns a single account for a given accountId.
|
|
90
90
|
*
|
|
91
|
-
* [Bank accounts](https://docs.codat.io/
|
|
91
|
+
* [Bank accounts](https://docs.codat.io/lending-api#/schemas/BankAccount) are financial accounts maintained by a bank or other financial institution.
|
|
92
92
|
*
|
|
93
93
|
* Check out our [coverage explorer](https://knowledge.codat.io/supported-features/accounting?view=tab-by-data-type&dataType=bankAccounts) for integrations that support getting a specific bank account.
|
|
94
94
|
*
|
|
@@ -121,7 +121,7 @@ var AccountingBankDataAccounts = /** @class */ (function () {
|
|
|
121
121
|
properties = utils.parseSecurityProperties(globalSecurity);
|
|
122
122
|
headers = __assign(__assign({}, config === null || config === void 0 ? void 0 : config.headers), properties.headers);
|
|
123
123
|
headers["Accept"] = "application/json";
|
|
124
|
-
headers["user-agent"] =
|
|
124
|
+
headers["user-agent"] = this.sdkConfiguration.userAgent;
|
|
125
125
|
globalRetryConfig = this.sdkConfiguration.retryConfig;
|
|
126
126
|
retryConfig = retries;
|
|
127
127
|
if (!retryConfig) {
|
|
@@ -174,9 +174,9 @@ var AccountingBankDataAccounts = /** @class */ (function () {
|
|
|
174
174
|
* List bank accounts
|
|
175
175
|
*
|
|
176
176
|
* @remarks
|
|
177
|
-
* The *List bank accounts* endpoint returns a list of [bank accounts](https://docs.codat.io/
|
|
177
|
+
* The *List bank accounts* endpoint returns a list of [bank accounts](https://docs.codat.io/lending-api#/schemas/BankAccount) for a given company's connection.
|
|
178
178
|
*
|
|
179
|
-
* [Bank accounts](https://docs.codat.io/
|
|
179
|
+
* [Bank accounts](https://docs.codat.io/lending-api#/schemas/BankAccount) are financial accounts maintained by a bank or other financial institution.
|
|
180
180
|
*
|
|
181
181
|
* Before using this endpoint, you must have [retrieved data for the company](https://docs.codat.io/lending-api#/operations/refresh-company-data).
|
|
182
182
|
*
|
|
@@ -208,7 +208,7 @@ var AccountingBankDataAccounts = /** @class */ (function () {
|
|
|
208
208
|
headers = __assign(__assign({}, config === null || config === void 0 ? void 0 : config.headers), properties.headers);
|
|
209
209
|
queryParams = utils.serializeQueryParams(req);
|
|
210
210
|
headers["Accept"] = "application/json";
|
|
211
|
-
headers["user-agent"] =
|
|
211
|
+
headers["user-agent"] = this.sdkConfiguration.userAgent;
|
|
212
212
|
globalRetryConfig = this.sdkConfiguration.retryConfig;
|
|
213
213
|
retryConfig = retries;
|
|
214
214
|
if (!retryConfig) {
|
|
@@ -11,7 +11,7 @@ export declare class AccountsPayableBillCreditNotes {
|
|
|
11
11
|
* @remarks
|
|
12
12
|
* The *Get bill credit note* endpoint returns a single bill credit note for a given billCreditNoteId.
|
|
13
13
|
*
|
|
14
|
-
* [Bill credit notes](https://docs.codat.io/
|
|
14
|
+
* [Bill credit notes](https://docs.codat.io/lending-api#/schemas/BillCreditNote) are issued by a supplier for the purpose of recording credit.
|
|
15
15
|
*
|
|
16
16
|
* Check out our [coverage explorer](https://knowledge.codat.io/supported-features/accounting?view=tab-by-data-type&dataType=billCreditNotes) for integrations that support getting a specific bill credit note.
|
|
17
17
|
*
|
|
@@ -23,9 +23,9 @@ export declare class AccountsPayableBillCreditNotes {
|
|
|
23
23
|
* List bill credit notes
|
|
24
24
|
*
|
|
25
25
|
* @remarks
|
|
26
|
-
* The *List bill credit notes* endpoint returns a list of [bill credit notes](https://docs.codat.io/
|
|
26
|
+
* The *List bill credit notes* endpoint returns a list of [bill credit notes](https://docs.codat.io/lending-api#/schemas/BillCreditNote) for a given company's connection.
|
|
27
27
|
*
|
|
28
|
-
* [Bill credit notes](https://docs.codat.io/
|
|
28
|
+
* [Bill credit notes](https://docs.codat.io/lending-api#/schemas/BillCreditNote) are issued by a supplier for the purpose of recording credit.
|
|
29
29
|
*
|
|
30
30
|
* Before using this endpoint, you must have [retrieved data for the company](https://docs.codat.io/lending-api#/operations/refresh-company-data).
|
|
31
31
|
*
|
|
@@ -88,7 +88,7 @@ var AccountsPayableBillCreditNotes = /** @class */ (function () {
|
|
|
88
88
|
* @remarks
|
|
89
89
|
* The *Get bill credit note* endpoint returns a single bill credit note for a given billCreditNoteId.
|
|
90
90
|
*
|
|
91
|
-
* [Bill credit notes](https://docs.codat.io/
|
|
91
|
+
* [Bill credit notes](https://docs.codat.io/lending-api#/schemas/BillCreditNote) are issued by a supplier for the purpose of recording credit.
|
|
92
92
|
*
|
|
93
93
|
* Check out our [coverage explorer](https://knowledge.codat.io/supported-features/accounting?view=tab-by-data-type&dataType=billCreditNotes) for integrations that support getting a specific bill credit note.
|
|
94
94
|
*
|
|
@@ -121,7 +121,7 @@ var AccountsPayableBillCreditNotes = /** @class */ (function () {
|
|
|
121
121
|
properties = utils.parseSecurityProperties(globalSecurity);
|
|
122
122
|
headers = __assign(__assign({}, config === null || config === void 0 ? void 0 : config.headers), properties.headers);
|
|
123
123
|
headers["Accept"] = "application/json";
|
|
124
|
-
headers["user-agent"] =
|
|
124
|
+
headers["user-agent"] = this.sdkConfiguration.userAgent;
|
|
125
125
|
globalRetryConfig = this.sdkConfiguration.retryConfig;
|
|
126
126
|
retryConfig = retries;
|
|
127
127
|
if (!retryConfig) {
|
|
@@ -174,9 +174,9 @@ var AccountsPayableBillCreditNotes = /** @class */ (function () {
|
|
|
174
174
|
* List bill credit notes
|
|
175
175
|
*
|
|
176
176
|
* @remarks
|
|
177
|
-
* The *List bill credit notes* endpoint returns a list of [bill credit notes](https://docs.codat.io/
|
|
177
|
+
* The *List bill credit notes* endpoint returns a list of [bill credit notes](https://docs.codat.io/lending-api#/schemas/BillCreditNote) for a given company's connection.
|
|
178
178
|
*
|
|
179
|
-
* [Bill credit notes](https://docs.codat.io/
|
|
179
|
+
* [Bill credit notes](https://docs.codat.io/lending-api#/schemas/BillCreditNote) are issued by a supplier for the purpose of recording credit.
|
|
180
180
|
*
|
|
181
181
|
* Before using this endpoint, you must have [retrieved data for the company](https://docs.codat.io/lending-api#/operations/refresh-company-data).
|
|
182
182
|
*
|
|
@@ -208,7 +208,7 @@ var AccountsPayableBillCreditNotes = /** @class */ (function () {
|
|
|
208
208
|
headers = __assign(__assign({}, config === null || config === void 0 ? void 0 : config.headers), properties.headers);
|
|
209
209
|
queryParams = utils.serializeQueryParams(req);
|
|
210
210
|
headers["Accept"] = "application/json";
|
|
211
|
-
headers["user-agent"] =
|
|
211
|
+
headers["user-agent"] = this.sdkConfiguration.userAgent;
|
|
212
212
|
globalRetryConfig = this.sdkConfiguration.retryConfig;
|
|
213
213
|
retryConfig = retries;
|
|
214
214
|
if (!retryConfig) {
|