@codat/lending 3.1.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 +123 -72
- 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 +7 -7
- package/dist/sdk/companyinfo.js +2 -2
- package/dist/sdk/connections.js +7 -7
- package/dist/sdk/dataintegrity.js +3 -3
- package/dist/sdk/excelreports.js +3 -3
- package/dist/sdk/fileupload.js +4 -4
- 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 +19 -0
- package/dist/sdk/loanwriteback.js +27 -0
- package/dist/sdk/loanwritebackaccounts.d.ts +40 -0
- package/dist/sdk/loanwritebackaccounts.js +294 -0
- package/dist/sdk/loanwritebackbanktransactions.d.ts +40 -0
- package/dist/sdk/loanwritebackbanktransactions.js +294 -0
- package/dist/sdk/loanwritebackcreateoperations.d.ts +22 -0
- package/dist/sdk/loanwritebackcreateoperations.js +250 -0
- package/dist/sdk/loanwritebackdirectcosts.d.ts +40 -0
- package/dist/sdk/loanwritebackdirectcosts.js +294 -0
- package/dist/sdk/loanwritebackpayments.d.ts +40 -0
- package/dist/sdk/loanwritebackpayments.js +294 -0
- package/dist/sdk/loanwritebacksuppliers.d.ts +40 -0
- package/dist/sdk/loanwritebacksuppliers.js +294 -0
- package/dist/sdk/loanwritebacktransfers.d.ts +40 -0
- package/dist/sdk/loanwritebacktransfers.js +294 -0
- 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 +44 -0
- package/dist/sdk/models/operations/createaccount.js +111 -0
- package/dist/sdk/models/operations/createbanktransactions.d.ts +48 -0
- package/dist/sdk/models/operations/createbanktransactions.js +115 -0
- 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 +44 -0
- package/dist/sdk/models/operations/createdirectcost.js +111 -0
- package/dist/sdk/models/operations/createpayment.d.ts +44 -0
- package/dist/sdk/models/operations/createpayment.js +111 -0
- package/dist/sdk/models/operations/createsupplier.d.ts +44 -0
- package/dist/sdk/models/operations/createsupplier.js +111 -0
- package/dist/sdk/models/operations/createtransfer.d.ts +44 -0
- package/dist/sdk/models/operations/createtransfer.js +111 -0
- 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 +39 -0
- package/dist/sdk/models/operations/getcreatebanktransactionsmodel.js +103 -0
- package/dist/sdk/models/operations/getcreatechartofaccountsmodel.d.ts +35 -0
- package/dist/sdk/models/operations/getcreatechartofaccountsmodel.js +99 -0
- package/dist/sdk/models/operations/getcreatedirectcostsmodel.d.ts +35 -0
- package/dist/sdk/models/operations/getcreatedirectcostsmodel.js +99 -0
- package/dist/sdk/models/operations/getcreateoperation.d.ts +35 -0
- package/dist/sdk/models/operations/getcreateoperation.js +99 -0
- package/dist/sdk/models/operations/getcreatepaymentsmodel.d.ts +35 -0
- package/dist/sdk/models/operations/getcreatepaymentsmodel.js +99 -0
- package/dist/sdk/models/operations/getcreatetransfersmodel.d.ts +35 -0
- package/dist/sdk/models/operations/getcreatetransfersmodel.js +99 -0
- package/dist/sdk/models/operations/getcreateupdatesuppliersmodel.d.ts +35 -0
- package/dist/sdk/models/operations/getcreateupdatesuppliersmodel.js +99 -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 +16 -0
- package/dist/sdk/models/operations/index.js +16 -0
- 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 +47 -0
- package/dist/sdk/models/operations/listcreateoperations.js +111 -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 +135 -0
- package/dist/sdk/models/shared/accountingcreateaccountresponse.js +118 -0
- package/dist/sdk/models/shared/accountingcreatebanktransactions.d.ts +9 -0
- package/dist/sdk/models/shared/accountingcreatebanktransactions.js +52 -0
- package/dist/sdk/models/shared/accountingcreatebanktransactionsresponse.d.ts +103 -0
- package/dist/sdk/models/shared/accountingcreatebanktransactionsresponse.js +118 -0
- package/dist/sdk/models/shared/accountingcreatedirectcostresponse.d.ts +122 -0
- package/dist/sdk/models/shared/accountingcreatedirectcostresponse.js +118 -0
- package/dist/sdk/models/shared/accountingcreatepaymentresponse.d.ts +785 -0
- package/dist/sdk/models/shared/accountingcreatepaymentresponse.js +118 -0
- package/dist/sdk/models/shared/accountingcreatesupplierresponse.d.ts +112 -0
- package/dist/sdk/models/shared/accountingcreatesupplierresponse.js +118 -0
- package/dist/sdk/models/shared/accountingcreatetransferresponse.d.ts +110 -0
- package/dist/sdk/models/shared/accountingcreatetransferresponse.js +118 -0
- 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 +43 -0
- package/dist/sdk/models/shared/createbankaccounttransaction.js +65 -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 +23 -1
- package/dist/sdk/models/shared/index.js +23 -1
- 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 +10 -0
- package/dist/sdk/models/shared/pushchangetype.js +17 -0
- package/dist/sdk/models/shared/pushfieldvalidation.d.ts +15 -0
- package/dist/sdk/models/shared/pushfieldvalidation.js +55 -0
- package/dist/sdk/models/shared/pushoperation.d.ts +101 -0
- package/dist/sdk/models/shared/pushoperation.js +111 -0
- package/dist/sdk/models/shared/pushoperationchange.d.ts +14 -0
- package/dist/sdk/models/shared/pushoperationchange.js +58 -0
- package/dist/sdk/models/shared/pushoperationref.d.ts +12 -0
- package/dist/sdk/models/shared/pushoperationref.js +51 -0
- package/dist/sdk/models/shared/pushoperations.d.ts +19 -0
- package/dist/sdk/models/shared/pushoperations.js +69 -0
- package/dist/sdk/models/shared/pushoperationstatus.d.ts +9 -0
- package/dist/sdk/models/shared/pushoperationstatus.js +16 -0
- package/dist/sdk/models/shared/pushoption.d.ts +26 -0
- package/dist/sdk/models/shared/pushoption.js +89 -0
- package/dist/sdk/models/shared/pushoptionchoice.d.ts +24 -0
- package/dist/sdk/models/shared/pushoptionchoice.js +66 -0
- package/dist/sdk/models/shared/pushoptionproperty.d.ts +25 -0
- package/dist/sdk/models/shared/pushoptionproperty.js +88 -0
- package/dist/sdk/models/shared/pushoptiontype.d.ts +13 -0
- package/dist/sdk/models/shared/pushoptiontype.js +20 -0
- package/dist/sdk/models/shared/pushvalidationinfo.d.ts +6 -0
- package/dist/sdk/models/shared/pushvalidationinfo.js +53 -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/validation.d.ts +9 -0
- package/dist/sdk/models/shared/validation.js +56 -0
- package/dist/sdk/models/shared/validationitem.d.ts +15 -0
- package/dist/sdk/models/shared/validationitem.js +55 -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 +3 -0
- package/dist/sdk/sdk.js +5 -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 +12 -0
- package/docs/models/operations/createaccountresponse.md +12 -0
- package/docs/models/operations/createbanktransactionsrequest.md +13 -0
- package/docs/models/operations/createbanktransactionsresponse.md +12 -0
- 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 +12 -0
- package/docs/models/operations/createdirectcostresponse.md +12 -0
- package/docs/models/operations/createpaymentrequest.md +12 -0
- package/docs/models/operations/createpaymentresponse.md +12 -0
- package/docs/models/operations/createsupplierrequest.md +12 -0
- package/docs/models/operations/createsupplierresponse.md +12 -0
- package/docs/models/operations/createtransferrequest.md +12 -0
- package/docs/models/operations/createtransferresponse.md +12 -0
- 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 +10 -0
- package/docs/models/operations/getcreatebanktransactionsmodelresponse.md +12 -0
- package/docs/models/operations/getcreatechartofaccountsmodelrequest.md +9 -0
- package/docs/models/operations/getcreatechartofaccountsmodelresponse.md +12 -0
- package/docs/models/operations/getcreatedirectcostsmodelrequest.md +9 -0
- package/docs/models/operations/getcreatedirectcostsmodelresponse.md +12 -0
- package/docs/models/operations/getcreateoperationrequest.md +9 -0
- package/docs/models/operations/getcreateoperationresponse.md +12 -0
- package/docs/models/operations/getcreatepaymentsmodelrequest.md +9 -0
- package/docs/models/operations/getcreatepaymentsmodelresponse.md +12 -0
- package/docs/models/operations/getcreatetransfersmodelrequest.md +9 -0
- package/docs/models/operations/getcreatetransfersmodelresponse.md +12 -0
- package/docs/models/operations/getcreateupdatesuppliersmodelrequest.md +9 -0
- package/docs/models/operations/getcreateupdatesuppliersmodelresponse.md +12 -0
- 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 +12 -0
- package/docs/models/operations/listcreateoperationsresponse.md +12 -0
- 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 +21 -0
- package/docs/models/shared/accountingcreatebanktransactions.md +9 -0
- package/docs/models/shared/accountingcreatebanktransactionsresponse.md +21 -0
- package/docs/models/shared/accountingcreatedirectcostresponse.md +21 -0
- package/docs/models/shared/accountingcreatepaymentresponse.md +21 -0
- package/docs/models/shared/accountingcreatesupplierresponse.md +21 -0
- package/docs/models/shared/accountingcreatetransferresponse.md +21 -0
- 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 +12 -0
- 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 +14 -0
- package/docs/models/shared/pushfieldvalidation.md +10 -0
- package/docs/models/shared/pushoperation.md +20 -0
- package/docs/models/shared/pushoperationchange.md +10 -0
- package/docs/models/shared/pushoperationref.md +9 -0
- package/docs/models/shared/pushoperations.md +12 -0
- package/docs/models/shared/pushoperationstatus.md +13 -0
- package/docs/models/shared/pushoption.md +14 -0
- package/docs/models/shared/pushoptionchoice.md +12 -0
- package/docs/models/shared/pushoptionproperty.md +14 -0
- package/docs/models/shared/pushoptiontype.md +17 -0
- package/docs/models/shared/pushvalidationinfo.md +9 -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/validation.md +11 -0
- package/docs/models/shared/validationitem.md +10 -0
- 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 +5 -0
- package/docs/sdks/loanwritebackaccounts/README.md +137 -0
- package/docs/sdks/loanwritebackbanktransactions/README.md +117 -0
- package/docs/sdks/loanwritebackcreateoperations/README.md +91 -0
- package/docs/sdks/loanwritebackdirectcosts/README.md +168 -0
- package/docs/sdks/loanwritebackpayments/README.md +140 -0
- package/docs/sdks/loanwritebacksuppliers/README.md +127 -0
- package/docs/sdks/loanwritebacktransfers/README.md +143 -0
- 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/models/shared/paymentmethodstatus.d.ts +0 -8
- package/dist/sdk/models/shared/paymentmethodstatus.js +0 -15
- package/docs/models/shared/commerceordersupplementaldata.md +0 -12
- package/docs/models/shared/paymentmethodstatus.md +0 -12
|
@@ -0,0 +1,294 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
|
4
|
+
*/
|
|
5
|
+
var __assign = (this && this.__assign) || function () {
|
|
6
|
+
__assign = Object.assign || function(t) {
|
|
7
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
8
|
+
s = arguments[i];
|
|
9
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
10
|
+
t[p] = s[p];
|
|
11
|
+
}
|
|
12
|
+
return t;
|
|
13
|
+
};
|
|
14
|
+
return __assign.apply(this, arguments);
|
|
15
|
+
};
|
|
16
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
17
|
+
if (k2 === undefined) k2 = k;
|
|
18
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
19
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
20
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
21
|
+
}
|
|
22
|
+
Object.defineProperty(o, k2, desc);
|
|
23
|
+
}) : (function(o, m, k, k2) {
|
|
24
|
+
if (k2 === undefined) k2 = k;
|
|
25
|
+
o[k2] = m[k];
|
|
26
|
+
}));
|
|
27
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
28
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
29
|
+
}) : function(o, v) {
|
|
30
|
+
o["default"] = v;
|
|
31
|
+
});
|
|
32
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
33
|
+
if (mod && mod.__esModule) return mod;
|
|
34
|
+
var result = {};
|
|
35
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
36
|
+
__setModuleDefault(result, mod);
|
|
37
|
+
return result;
|
|
38
|
+
};
|
|
39
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
40
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
41
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
42
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
43
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
44
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
45
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
46
|
+
});
|
|
47
|
+
};
|
|
48
|
+
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
49
|
+
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
50
|
+
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
51
|
+
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
52
|
+
function step(op) {
|
|
53
|
+
if (f) throw new TypeError("Generator is already executing.");
|
|
54
|
+
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
|
55
|
+
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
56
|
+
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
57
|
+
switch (op[0]) {
|
|
58
|
+
case 0: case 1: t = op; break;
|
|
59
|
+
case 4: _.label++; return { value: op[1], done: false };
|
|
60
|
+
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
61
|
+
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
62
|
+
default:
|
|
63
|
+
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
64
|
+
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
65
|
+
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
66
|
+
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
67
|
+
if (t[2]) _.ops.pop();
|
|
68
|
+
_.trys.pop(); continue;
|
|
69
|
+
}
|
|
70
|
+
op = body.call(thisArg, _);
|
|
71
|
+
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
72
|
+
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
73
|
+
}
|
|
74
|
+
};
|
|
75
|
+
var __read = (this && this.__read) || function (o, n) {
|
|
76
|
+
var m = typeof Symbol === "function" && o[Symbol.iterator];
|
|
77
|
+
if (!m) return o;
|
|
78
|
+
var i = m.call(o), r, ar = [], e;
|
|
79
|
+
try {
|
|
80
|
+
while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
|
|
81
|
+
}
|
|
82
|
+
catch (error) { e = { error: error }; }
|
|
83
|
+
finally {
|
|
84
|
+
try {
|
|
85
|
+
if (r && !r.done && (m = i["return"])) m.call(i);
|
|
86
|
+
}
|
|
87
|
+
finally { if (e) throw e.error; }
|
|
88
|
+
}
|
|
89
|
+
return ar;
|
|
90
|
+
};
|
|
91
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
92
|
+
exports.LoanWritebackDirectCosts = void 0;
|
|
93
|
+
var utils = __importStar(require("../internal/utils"));
|
|
94
|
+
var errors = __importStar(require("./models/errors"));
|
|
95
|
+
var operations = __importStar(require("./models/operations"));
|
|
96
|
+
var shared = __importStar(require("./models/shared"));
|
|
97
|
+
var LoanWritebackDirectCosts = /** @class */ (function () {
|
|
98
|
+
function LoanWritebackDirectCosts(sdkConfig) {
|
|
99
|
+
this.sdkConfiguration = sdkConfig;
|
|
100
|
+
}
|
|
101
|
+
/**
|
|
102
|
+
* Create direct cost
|
|
103
|
+
*
|
|
104
|
+
* @remarks
|
|
105
|
+
* The *Create direct cost* endpoint creates a new [direct cost](https://docs.codat.io/lending-api#/schemas/DirectCost) for a given company's connection.
|
|
106
|
+
*
|
|
107
|
+
* [Direct costs](https://docs.codat.io/lending-api#/schemas/DirectCost) are the expenses associated with a business' operations. For example, purchases of raw materials that are paid off at the point of the purchase and service fees are considered direct costs.
|
|
108
|
+
*
|
|
109
|
+
* **Integration-specific behaviour**
|
|
110
|
+
*
|
|
111
|
+
* Required data may vary by integration. To see what data to post, first call [Get create direct cost model](https://docs.codat.io/lending-api#/operations/get-create-directCosts-model).
|
|
112
|
+
*
|
|
113
|
+
* Check out our [coverage explorer](https://knowledge.codat.io/supported-features/accounting?view=tab-by-data-type&dataType=directCosts) for integrations that support creating an account.
|
|
114
|
+
*
|
|
115
|
+
*/
|
|
116
|
+
LoanWritebackDirectCosts.prototype.create = function (req, retries, config) {
|
|
117
|
+
var _a, _b;
|
|
118
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
119
|
+
var baseURL, url, _c, reqBodyHeaders, reqBody, client, globalSecurity, properties, headers, queryParams, globalRetryConfig, retryConfig, httpRes, contentType, res, decodedRes;
|
|
120
|
+
var _d;
|
|
121
|
+
return __generator(this, function (_e) {
|
|
122
|
+
switch (_e.label) {
|
|
123
|
+
case 0:
|
|
124
|
+
if (!(req instanceof utils.SpeakeasyBase)) {
|
|
125
|
+
req = new operations.CreateDirectCostRequest(req);
|
|
126
|
+
}
|
|
127
|
+
baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
|
|
128
|
+
url = utils.generateURL(baseURL, "/companies/{companyId}/connections/{connectionId}/push/directCosts", req);
|
|
129
|
+
_c = __read([{}, null], 2), reqBodyHeaders = _c[0], reqBody = _c[1];
|
|
130
|
+
try {
|
|
131
|
+
_d = __read(utils.serializeRequestBody(req, "accountingDirectCost", "json"), 2), reqBodyHeaders = _d[0], reqBody = _d[1];
|
|
132
|
+
}
|
|
133
|
+
catch (e) {
|
|
134
|
+
if (e instanceof Error) {
|
|
135
|
+
throw new Error("Error serializing request body, cause: ".concat(e.message));
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
client = this.sdkConfiguration.defaultClient;
|
|
139
|
+
globalSecurity = this.sdkConfiguration.security;
|
|
140
|
+
if (!(typeof globalSecurity === "function")) return [3 /*break*/, 2];
|
|
141
|
+
return [4 /*yield*/, globalSecurity()];
|
|
142
|
+
case 1:
|
|
143
|
+
globalSecurity = _e.sent();
|
|
144
|
+
_e.label = 2;
|
|
145
|
+
case 2:
|
|
146
|
+
if (!(globalSecurity instanceof utils.SpeakeasyBase)) {
|
|
147
|
+
globalSecurity = new shared.Security(globalSecurity);
|
|
148
|
+
}
|
|
149
|
+
properties = utils.parseSecurityProperties(globalSecurity);
|
|
150
|
+
headers = __assign(__assign(__assign({}, reqBodyHeaders), config === null || config === void 0 ? void 0 : config.headers), properties.headers);
|
|
151
|
+
queryParams = utils.serializeQueryParams(req);
|
|
152
|
+
headers["Accept"] = "application/json";
|
|
153
|
+
headers["user-agent"] = this.sdkConfiguration.userAgent;
|
|
154
|
+
globalRetryConfig = this.sdkConfiguration.retryConfig;
|
|
155
|
+
retryConfig = retries;
|
|
156
|
+
if (!retryConfig) {
|
|
157
|
+
if (globalRetryConfig) {
|
|
158
|
+
retryConfig = globalRetryConfig;
|
|
159
|
+
}
|
|
160
|
+
else {
|
|
161
|
+
retryConfig = new utils.RetryConfig("backoff", new utils.BackoffStrategy(500, 60000, 1.5, 3600000), true);
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
return [4 /*yield*/, utils.Retry(function () {
|
|
165
|
+
return client.request(__assign({ validateStatus: function () { return true; }, url: url + queryParams, method: "post", headers: headers, responseType: "arraybuffer", data: reqBody }, config));
|
|
166
|
+
}, new utils.Retries(retryConfig, ["408", "429", "5XX"]))];
|
|
167
|
+
case 3:
|
|
168
|
+
httpRes = _e.sent();
|
|
169
|
+
contentType = (_b = (_a = httpRes === null || httpRes === void 0 ? void 0 : httpRes.headers) === null || _a === void 0 ? void 0 : _a["content-type"]) !== null && _b !== void 0 ? _b : "";
|
|
170
|
+
if ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == null) {
|
|
171
|
+
throw new Error("status code not found in response: ".concat(httpRes));
|
|
172
|
+
}
|
|
173
|
+
res = new operations.CreateDirectCostResponse({
|
|
174
|
+
statusCode: httpRes.status,
|
|
175
|
+
contentType: contentType,
|
|
176
|
+
rawResponse: httpRes,
|
|
177
|
+
});
|
|
178
|
+
decodedRes = new TextDecoder().decode(httpRes === null || httpRes === void 0 ? void 0 : httpRes.data);
|
|
179
|
+
switch (true) {
|
|
180
|
+
case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 200:
|
|
181
|
+
if (utils.matchContentType(contentType, "application/json")) {
|
|
182
|
+
res.accountingCreateDirectCostResponse = utils.objectToClass(JSON.parse(decodedRes), shared.AccountingCreateDirectCostResponse);
|
|
183
|
+
}
|
|
184
|
+
else {
|
|
185
|
+
throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
|
|
186
|
+
}
|
|
187
|
+
break;
|
|
188
|
+
case [400, 401, 404, 429].includes(httpRes === null || httpRes === void 0 ? void 0 : httpRes.status):
|
|
189
|
+
if (utils.matchContentType(contentType, "application/json")) {
|
|
190
|
+
res.errorMessage = utils.objectToClass(JSON.parse(decodedRes), shared.ErrorMessage);
|
|
191
|
+
}
|
|
192
|
+
else {
|
|
193
|
+
throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
|
|
194
|
+
}
|
|
195
|
+
break;
|
|
196
|
+
}
|
|
197
|
+
return [2 /*return*/, res];
|
|
198
|
+
}
|
|
199
|
+
});
|
|
200
|
+
});
|
|
201
|
+
};
|
|
202
|
+
/**
|
|
203
|
+
* Get create direct cost model
|
|
204
|
+
*
|
|
205
|
+
* @remarks
|
|
206
|
+
* The *Get create direct cost model* endpoint returns the expected data for the request payload when creating a [direct cost](https://docs.codat.io/lending-api#/schemas/DirectCost) for a given company and integration.
|
|
207
|
+
*
|
|
208
|
+
* [Direct costs](https://docs.codat.io/lending-api#/schemas/DirectCost) are purchases of items that are paid off at the point of the purchase.
|
|
209
|
+
*
|
|
210
|
+
* **Integration-specific behaviour**
|
|
211
|
+
*
|
|
212
|
+
* See the *response examples* for integration-specific indicative models.
|
|
213
|
+
*
|
|
214
|
+
* Check out our [coverage explorer](https://knowledge.codat.io/supported-features/accounting?view=tab-by-data-type&dataType=directCosts) for integrations that support creating a direct cost.
|
|
215
|
+
*
|
|
216
|
+
*/
|
|
217
|
+
LoanWritebackDirectCosts.prototype.getCreateModel = function (req, retries, config) {
|
|
218
|
+
var _a, _b;
|
|
219
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
220
|
+
var baseURL, url, client, globalSecurity, properties, headers, globalRetryConfig, retryConfig, httpRes, contentType, res, decodedRes;
|
|
221
|
+
return __generator(this, function (_c) {
|
|
222
|
+
switch (_c.label) {
|
|
223
|
+
case 0:
|
|
224
|
+
if (!(req instanceof utils.SpeakeasyBase)) {
|
|
225
|
+
req = new operations.GetCreateDirectCostsModelRequest(req);
|
|
226
|
+
}
|
|
227
|
+
baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
|
|
228
|
+
url = utils.generateURL(baseURL, "/companies/{companyId}/connections/{connectionId}/options/directCosts", req);
|
|
229
|
+
client = this.sdkConfiguration.defaultClient;
|
|
230
|
+
globalSecurity = this.sdkConfiguration.security;
|
|
231
|
+
if (!(typeof globalSecurity === "function")) return [3 /*break*/, 2];
|
|
232
|
+
return [4 /*yield*/, globalSecurity()];
|
|
233
|
+
case 1:
|
|
234
|
+
globalSecurity = _c.sent();
|
|
235
|
+
_c.label = 2;
|
|
236
|
+
case 2:
|
|
237
|
+
if (!(globalSecurity instanceof utils.SpeakeasyBase)) {
|
|
238
|
+
globalSecurity = new shared.Security(globalSecurity);
|
|
239
|
+
}
|
|
240
|
+
properties = utils.parseSecurityProperties(globalSecurity);
|
|
241
|
+
headers = __assign(__assign({}, config === null || config === void 0 ? void 0 : config.headers), properties.headers);
|
|
242
|
+
headers["Accept"] = "application/json";
|
|
243
|
+
headers["user-agent"] = this.sdkConfiguration.userAgent;
|
|
244
|
+
globalRetryConfig = this.sdkConfiguration.retryConfig;
|
|
245
|
+
retryConfig = retries;
|
|
246
|
+
if (!retryConfig) {
|
|
247
|
+
if (globalRetryConfig) {
|
|
248
|
+
retryConfig = globalRetryConfig;
|
|
249
|
+
}
|
|
250
|
+
else {
|
|
251
|
+
retryConfig = new utils.RetryConfig("backoff", new utils.BackoffStrategy(500, 60000, 1.5, 3600000), true);
|
|
252
|
+
}
|
|
253
|
+
}
|
|
254
|
+
return [4 /*yield*/, utils.Retry(function () {
|
|
255
|
+
return client.request(__assign({ validateStatus: function () { return true; }, url: url, method: "get", headers: headers, responseType: "arraybuffer" }, config));
|
|
256
|
+
}, new utils.Retries(retryConfig, ["408", "429", "5XX"]))];
|
|
257
|
+
case 3:
|
|
258
|
+
httpRes = _c.sent();
|
|
259
|
+
contentType = (_b = (_a = httpRes === null || httpRes === void 0 ? void 0 : httpRes.headers) === null || _a === void 0 ? void 0 : _a["content-type"]) !== null && _b !== void 0 ? _b : "";
|
|
260
|
+
if ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == null) {
|
|
261
|
+
throw new Error("status code not found in response: ".concat(httpRes));
|
|
262
|
+
}
|
|
263
|
+
res = new operations.GetCreateDirectCostsModelResponse({
|
|
264
|
+
statusCode: httpRes.status,
|
|
265
|
+
contentType: contentType,
|
|
266
|
+
rawResponse: httpRes,
|
|
267
|
+
});
|
|
268
|
+
decodedRes = new TextDecoder().decode(httpRes === null || httpRes === void 0 ? void 0 : httpRes.data);
|
|
269
|
+
switch (true) {
|
|
270
|
+
case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 200:
|
|
271
|
+
if (utils.matchContentType(contentType, "application/json")) {
|
|
272
|
+
res.pushOption = utils.objectToClass(JSON.parse(decodedRes), shared.PushOption);
|
|
273
|
+
}
|
|
274
|
+
else {
|
|
275
|
+
throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
|
|
276
|
+
}
|
|
277
|
+
break;
|
|
278
|
+
case [401, 404, 429].includes(httpRes === null || httpRes === void 0 ? void 0 : httpRes.status):
|
|
279
|
+
if (utils.matchContentType(contentType, "application/json")) {
|
|
280
|
+
res.errorMessage = utils.objectToClass(JSON.parse(decodedRes), shared.ErrorMessage);
|
|
281
|
+
}
|
|
282
|
+
else {
|
|
283
|
+
throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
|
|
284
|
+
}
|
|
285
|
+
break;
|
|
286
|
+
}
|
|
287
|
+
return [2 /*return*/, res];
|
|
288
|
+
}
|
|
289
|
+
});
|
|
290
|
+
});
|
|
291
|
+
};
|
|
292
|
+
return LoanWritebackDirectCosts;
|
|
293
|
+
}());
|
|
294
|
+
exports.LoanWritebackDirectCosts = LoanWritebackDirectCosts;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import * as utils from "../internal/utils";
|
|
2
|
+
import * as operations from "./models/operations";
|
|
3
|
+
import { SDKConfiguration } from "./sdk";
|
|
4
|
+
import { AxiosRequestConfig } from "axios";
|
|
5
|
+
export declare class LoanWritebackPayments {
|
|
6
|
+
private sdkConfiguration;
|
|
7
|
+
constructor(sdkConfig: SDKConfiguration);
|
|
8
|
+
/**
|
|
9
|
+
* Create payment
|
|
10
|
+
*
|
|
11
|
+
* @remarks
|
|
12
|
+
* The *Create payment* endpoint creates a new [payment](https://docs.codat.io/lending-api#/schemas/Payment) for a given company's connection.
|
|
13
|
+
*
|
|
14
|
+
* [Payments](https://docs.codat.io/lending-api#/schemas/Payment) represent an allocation of money within any customer accounts receivable account.
|
|
15
|
+
*
|
|
16
|
+
* **Integration-specific behaviour**
|
|
17
|
+
*
|
|
18
|
+
* Required data may vary by integration. To see what data to post, first call [Get create payment model](https://docs.codat.io/lending-api#/operations/get-create-payments-model).
|
|
19
|
+
*
|
|
20
|
+
* Check out our [coverage explorer](https://knowledge.codat.io/supported-features/accounting?view=tab-by-data-type&dataType=payments) for integrations that support creating an account.
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
create(req: operations.CreatePaymentRequest, retries?: utils.RetryConfig, config?: AxiosRequestConfig): Promise<operations.CreatePaymentResponse>;
|
|
24
|
+
/**
|
|
25
|
+
* Get create payment model
|
|
26
|
+
*
|
|
27
|
+
* @remarks
|
|
28
|
+
* The *Get create payment model* endpoint returns the expected data for the request payload when creating a [payment](https://docs.codat.io/lending-api#/schemas/Payment) for a given company and integration.
|
|
29
|
+
*
|
|
30
|
+
* [Payments](https://docs.codat.io/lending-api#/schemas/Payment) represent an allocation of money within any customer accounts receivable account.
|
|
31
|
+
*
|
|
32
|
+
* **Integration-specific behaviour**
|
|
33
|
+
*
|
|
34
|
+
* See the *response examples* for integration-specific indicative models.
|
|
35
|
+
*
|
|
36
|
+
* Check out our [coverage explorer](https://knowledge.codat.io/supported-features/accounting?view=tab-by-data-type&dataType=payments) for integrations that support creating a payment.
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
getCreateModel(req: operations.GetCreatePaymentsModelRequest, retries?: utils.RetryConfig, config?: AxiosRequestConfig): Promise<operations.GetCreatePaymentsModelResponse>;
|
|
40
|
+
}
|
|
@@ -0,0 +1,294 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
|
4
|
+
*/
|
|
5
|
+
var __assign = (this && this.__assign) || function () {
|
|
6
|
+
__assign = Object.assign || function(t) {
|
|
7
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
8
|
+
s = arguments[i];
|
|
9
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
10
|
+
t[p] = s[p];
|
|
11
|
+
}
|
|
12
|
+
return t;
|
|
13
|
+
};
|
|
14
|
+
return __assign.apply(this, arguments);
|
|
15
|
+
};
|
|
16
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
17
|
+
if (k2 === undefined) k2 = k;
|
|
18
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
19
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
20
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
21
|
+
}
|
|
22
|
+
Object.defineProperty(o, k2, desc);
|
|
23
|
+
}) : (function(o, m, k, k2) {
|
|
24
|
+
if (k2 === undefined) k2 = k;
|
|
25
|
+
o[k2] = m[k];
|
|
26
|
+
}));
|
|
27
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
28
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
29
|
+
}) : function(o, v) {
|
|
30
|
+
o["default"] = v;
|
|
31
|
+
});
|
|
32
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
33
|
+
if (mod && mod.__esModule) return mod;
|
|
34
|
+
var result = {};
|
|
35
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
36
|
+
__setModuleDefault(result, mod);
|
|
37
|
+
return result;
|
|
38
|
+
};
|
|
39
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
40
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
41
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
42
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
43
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
44
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
45
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
46
|
+
});
|
|
47
|
+
};
|
|
48
|
+
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
49
|
+
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
50
|
+
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
51
|
+
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
52
|
+
function step(op) {
|
|
53
|
+
if (f) throw new TypeError("Generator is already executing.");
|
|
54
|
+
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
|
55
|
+
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
56
|
+
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
57
|
+
switch (op[0]) {
|
|
58
|
+
case 0: case 1: t = op; break;
|
|
59
|
+
case 4: _.label++; return { value: op[1], done: false };
|
|
60
|
+
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
61
|
+
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
62
|
+
default:
|
|
63
|
+
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
64
|
+
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
65
|
+
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
66
|
+
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
67
|
+
if (t[2]) _.ops.pop();
|
|
68
|
+
_.trys.pop(); continue;
|
|
69
|
+
}
|
|
70
|
+
op = body.call(thisArg, _);
|
|
71
|
+
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
72
|
+
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
73
|
+
}
|
|
74
|
+
};
|
|
75
|
+
var __read = (this && this.__read) || function (o, n) {
|
|
76
|
+
var m = typeof Symbol === "function" && o[Symbol.iterator];
|
|
77
|
+
if (!m) return o;
|
|
78
|
+
var i = m.call(o), r, ar = [], e;
|
|
79
|
+
try {
|
|
80
|
+
while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
|
|
81
|
+
}
|
|
82
|
+
catch (error) { e = { error: error }; }
|
|
83
|
+
finally {
|
|
84
|
+
try {
|
|
85
|
+
if (r && !r.done && (m = i["return"])) m.call(i);
|
|
86
|
+
}
|
|
87
|
+
finally { if (e) throw e.error; }
|
|
88
|
+
}
|
|
89
|
+
return ar;
|
|
90
|
+
};
|
|
91
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
92
|
+
exports.LoanWritebackPayments = void 0;
|
|
93
|
+
var utils = __importStar(require("../internal/utils"));
|
|
94
|
+
var errors = __importStar(require("./models/errors"));
|
|
95
|
+
var operations = __importStar(require("./models/operations"));
|
|
96
|
+
var shared = __importStar(require("./models/shared"));
|
|
97
|
+
var LoanWritebackPayments = /** @class */ (function () {
|
|
98
|
+
function LoanWritebackPayments(sdkConfig) {
|
|
99
|
+
this.sdkConfiguration = sdkConfig;
|
|
100
|
+
}
|
|
101
|
+
/**
|
|
102
|
+
* Create payment
|
|
103
|
+
*
|
|
104
|
+
* @remarks
|
|
105
|
+
* The *Create payment* endpoint creates a new [payment](https://docs.codat.io/lending-api#/schemas/Payment) for a given company's connection.
|
|
106
|
+
*
|
|
107
|
+
* [Payments](https://docs.codat.io/lending-api#/schemas/Payment) represent an allocation of money within any customer accounts receivable account.
|
|
108
|
+
*
|
|
109
|
+
* **Integration-specific behaviour**
|
|
110
|
+
*
|
|
111
|
+
* Required data may vary by integration. To see what data to post, first call [Get create payment model](https://docs.codat.io/lending-api#/operations/get-create-payments-model).
|
|
112
|
+
*
|
|
113
|
+
* Check out our [coverage explorer](https://knowledge.codat.io/supported-features/accounting?view=tab-by-data-type&dataType=payments) for integrations that support creating an account.
|
|
114
|
+
*
|
|
115
|
+
*/
|
|
116
|
+
LoanWritebackPayments.prototype.create = function (req, retries, config) {
|
|
117
|
+
var _a, _b;
|
|
118
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
119
|
+
var baseURL, url, _c, reqBodyHeaders, reqBody, client, globalSecurity, properties, headers, queryParams, globalRetryConfig, retryConfig, httpRes, contentType, res, decodedRes;
|
|
120
|
+
var _d;
|
|
121
|
+
return __generator(this, function (_e) {
|
|
122
|
+
switch (_e.label) {
|
|
123
|
+
case 0:
|
|
124
|
+
if (!(req instanceof utils.SpeakeasyBase)) {
|
|
125
|
+
req = new operations.CreatePaymentRequest(req);
|
|
126
|
+
}
|
|
127
|
+
baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
|
|
128
|
+
url = utils.generateURL(baseURL, "/companies/{companyId}/connections/{connectionId}/push/payments", req);
|
|
129
|
+
_c = __read([{}, null], 2), reqBodyHeaders = _c[0], reqBody = _c[1];
|
|
130
|
+
try {
|
|
131
|
+
_d = __read(utils.serializeRequestBody(req, "accountingPayment", "json"), 2), reqBodyHeaders = _d[0], reqBody = _d[1];
|
|
132
|
+
}
|
|
133
|
+
catch (e) {
|
|
134
|
+
if (e instanceof Error) {
|
|
135
|
+
throw new Error("Error serializing request body, cause: ".concat(e.message));
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
client = this.sdkConfiguration.defaultClient;
|
|
139
|
+
globalSecurity = this.sdkConfiguration.security;
|
|
140
|
+
if (!(typeof globalSecurity === "function")) return [3 /*break*/, 2];
|
|
141
|
+
return [4 /*yield*/, globalSecurity()];
|
|
142
|
+
case 1:
|
|
143
|
+
globalSecurity = _e.sent();
|
|
144
|
+
_e.label = 2;
|
|
145
|
+
case 2:
|
|
146
|
+
if (!(globalSecurity instanceof utils.SpeakeasyBase)) {
|
|
147
|
+
globalSecurity = new shared.Security(globalSecurity);
|
|
148
|
+
}
|
|
149
|
+
properties = utils.parseSecurityProperties(globalSecurity);
|
|
150
|
+
headers = __assign(__assign(__assign({}, reqBodyHeaders), config === null || config === void 0 ? void 0 : config.headers), properties.headers);
|
|
151
|
+
queryParams = utils.serializeQueryParams(req);
|
|
152
|
+
headers["Accept"] = "application/json";
|
|
153
|
+
headers["user-agent"] = this.sdkConfiguration.userAgent;
|
|
154
|
+
globalRetryConfig = this.sdkConfiguration.retryConfig;
|
|
155
|
+
retryConfig = retries;
|
|
156
|
+
if (!retryConfig) {
|
|
157
|
+
if (globalRetryConfig) {
|
|
158
|
+
retryConfig = globalRetryConfig;
|
|
159
|
+
}
|
|
160
|
+
else {
|
|
161
|
+
retryConfig = new utils.RetryConfig("backoff", new utils.BackoffStrategy(500, 60000, 1.5, 3600000), true);
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
return [4 /*yield*/, utils.Retry(function () {
|
|
165
|
+
return client.request(__assign({ validateStatus: function () { return true; }, url: url + queryParams, method: "post", headers: headers, responseType: "arraybuffer", data: reqBody }, config));
|
|
166
|
+
}, new utils.Retries(retryConfig, ["408", "429", "5XX"]))];
|
|
167
|
+
case 3:
|
|
168
|
+
httpRes = _e.sent();
|
|
169
|
+
contentType = (_b = (_a = httpRes === null || httpRes === void 0 ? void 0 : httpRes.headers) === null || _a === void 0 ? void 0 : _a["content-type"]) !== null && _b !== void 0 ? _b : "";
|
|
170
|
+
if ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == null) {
|
|
171
|
+
throw new Error("status code not found in response: ".concat(httpRes));
|
|
172
|
+
}
|
|
173
|
+
res = new operations.CreatePaymentResponse({
|
|
174
|
+
statusCode: httpRes.status,
|
|
175
|
+
contentType: contentType,
|
|
176
|
+
rawResponse: httpRes,
|
|
177
|
+
});
|
|
178
|
+
decodedRes = new TextDecoder().decode(httpRes === null || httpRes === void 0 ? void 0 : httpRes.data);
|
|
179
|
+
switch (true) {
|
|
180
|
+
case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 200:
|
|
181
|
+
if (utils.matchContentType(contentType, "application/json")) {
|
|
182
|
+
res.accountingCreatePaymentResponse = utils.objectToClass(JSON.parse(decodedRes), shared.AccountingCreatePaymentResponse);
|
|
183
|
+
}
|
|
184
|
+
else {
|
|
185
|
+
throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
|
|
186
|
+
}
|
|
187
|
+
break;
|
|
188
|
+
case [400, 401, 404, 429].includes(httpRes === null || httpRes === void 0 ? void 0 : httpRes.status):
|
|
189
|
+
if (utils.matchContentType(contentType, "application/json")) {
|
|
190
|
+
res.errorMessage = utils.objectToClass(JSON.parse(decodedRes), shared.ErrorMessage);
|
|
191
|
+
}
|
|
192
|
+
else {
|
|
193
|
+
throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
|
|
194
|
+
}
|
|
195
|
+
break;
|
|
196
|
+
}
|
|
197
|
+
return [2 /*return*/, res];
|
|
198
|
+
}
|
|
199
|
+
});
|
|
200
|
+
});
|
|
201
|
+
};
|
|
202
|
+
/**
|
|
203
|
+
* Get create payment model
|
|
204
|
+
*
|
|
205
|
+
* @remarks
|
|
206
|
+
* The *Get create payment model* endpoint returns the expected data for the request payload when creating a [payment](https://docs.codat.io/lending-api#/schemas/Payment) for a given company and integration.
|
|
207
|
+
*
|
|
208
|
+
* [Payments](https://docs.codat.io/lending-api#/schemas/Payment) represent an allocation of money within any customer accounts receivable account.
|
|
209
|
+
*
|
|
210
|
+
* **Integration-specific behaviour**
|
|
211
|
+
*
|
|
212
|
+
* See the *response examples* for integration-specific indicative models.
|
|
213
|
+
*
|
|
214
|
+
* Check out our [coverage explorer](https://knowledge.codat.io/supported-features/accounting?view=tab-by-data-type&dataType=payments) for integrations that support creating a payment.
|
|
215
|
+
*
|
|
216
|
+
*/
|
|
217
|
+
LoanWritebackPayments.prototype.getCreateModel = function (req, retries, config) {
|
|
218
|
+
var _a, _b;
|
|
219
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
220
|
+
var baseURL, url, client, globalSecurity, properties, headers, globalRetryConfig, retryConfig, httpRes, contentType, res, decodedRes;
|
|
221
|
+
return __generator(this, function (_c) {
|
|
222
|
+
switch (_c.label) {
|
|
223
|
+
case 0:
|
|
224
|
+
if (!(req instanceof utils.SpeakeasyBase)) {
|
|
225
|
+
req = new operations.GetCreatePaymentsModelRequest(req);
|
|
226
|
+
}
|
|
227
|
+
baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
|
|
228
|
+
url = utils.generateURL(baseURL, "/companies/{companyId}/connections/{connectionId}/options/payments", req);
|
|
229
|
+
client = this.sdkConfiguration.defaultClient;
|
|
230
|
+
globalSecurity = this.sdkConfiguration.security;
|
|
231
|
+
if (!(typeof globalSecurity === "function")) return [3 /*break*/, 2];
|
|
232
|
+
return [4 /*yield*/, globalSecurity()];
|
|
233
|
+
case 1:
|
|
234
|
+
globalSecurity = _c.sent();
|
|
235
|
+
_c.label = 2;
|
|
236
|
+
case 2:
|
|
237
|
+
if (!(globalSecurity instanceof utils.SpeakeasyBase)) {
|
|
238
|
+
globalSecurity = new shared.Security(globalSecurity);
|
|
239
|
+
}
|
|
240
|
+
properties = utils.parseSecurityProperties(globalSecurity);
|
|
241
|
+
headers = __assign(__assign({}, config === null || config === void 0 ? void 0 : config.headers), properties.headers);
|
|
242
|
+
headers["Accept"] = "application/json";
|
|
243
|
+
headers["user-agent"] = this.sdkConfiguration.userAgent;
|
|
244
|
+
globalRetryConfig = this.sdkConfiguration.retryConfig;
|
|
245
|
+
retryConfig = retries;
|
|
246
|
+
if (!retryConfig) {
|
|
247
|
+
if (globalRetryConfig) {
|
|
248
|
+
retryConfig = globalRetryConfig;
|
|
249
|
+
}
|
|
250
|
+
else {
|
|
251
|
+
retryConfig = new utils.RetryConfig("backoff", new utils.BackoffStrategy(500, 60000, 1.5, 3600000), true);
|
|
252
|
+
}
|
|
253
|
+
}
|
|
254
|
+
return [4 /*yield*/, utils.Retry(function () {
|
|
255
|
+
return client.request(__assign({ validateStatus: function () { return true; }, url: url, method: "get", headers: headers, responseType: "arraybuffer" }, config));
|
|
256
|
+
}, new utils.Retries(retryConfig, ["408", "429", "5XX"]))];
|
|
257
|
+
case 3:
|
|
258
|
+
httpRes = _c.sent();
|
|
259
|
+
contentType = (_b = (_a = httpRes === null || httpRes === void 0 ? void 0 : httpRes.headers) === null || _a === void 0 ? void 0 : _a["content-type"]) !== null && _b !== void 0 ? _b : "";
|
|
260
|
+
if ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == null) {
|
|
261
|
+
throw new Error("status code not found in response: ".concat(httpRes));
|
|
262
|
+
}
|
|
263
|
+
res = new operations.GetCreatePaymentsModelResponse({
|
|
264
|
+
statusCode: httpRes.status,
|
|
265
|
+
contentType: contentType,
|
|
266
|
+
rawResponse: httpRes,
|
|
267
|
+
});
|
|
268
|
+
decodedRes = new TextDecoder().decode(httpRes === null || httpRes === void 0 ? void 0 : httpRes.data);
|
|
269
|
+
switch (true) {
|
|
270
|
+
case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 200:
|
|
271
|
+
if (utils.matchContentType(contentType, "application/json")) {
|
|
272
|
+
res.pushOption = utils.objectToClass(JSON.parse(decodedRes), shared.PushOption);
|
|
273
|
+
}
|
|
274
|
+
else {
|
|
275
|
+
throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
|
|
276
|
+
}
|
|
277
|
+
break;
|
|
278
|
+
case [401, 404, 429].includes(httpRes === null || httpRes === void 0 ? void 0 : httpRes.status):
|
|
279
|
+
if (utils.matchContentType(contentType, "application/json")) {
|
|
280
|
+
res.errorMessage = utils.objectToClass(JSON.parse(decodedRes), shared.ErrorMessage);
|
|
281
|
+
}
|
|
282
|
+
else {
|
|
283
|
+
throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
|
|
284
|
+
}
|
|
285
|
+
break;
|
|
286
|
+
}
|
|
287
|
+
return [2 /*return*/, res];
|
|
288
|
+
}
|
|
289
|
+
});
|
|
290
|
+
});
|
|
291
|
+
};
|
|
292
|
+
return LoanWritebackPayments;
|
|
293
|
+
}());
|
|
294
|
+
exports.LoanWritebackPayments = LoanWritebackPayments;
|