@codat/lending 3.3.0 → 4.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1630) hide show
  1. package/README.md +447 -201
  2. package/dist/internal/utils/queryparams.js +7 -3
  3. package/dist/internal/utils/requestbody.js +28 -18
  4. package/dist/internal/utils/security.js +11 -3
  5. package/dist/internal/utils/utils.js +2 -4
  6. package/dist/sdk/accountbalances.d.ts +20 -0
  7. package/dist/sdk/accountbalances.js +174 -0
  8. package/dist/sdk/accounts.d.ts +34 -0
  9. package/dist/sdk/accounts.js +262 -0
  10. package/dist/sdk/accountspayable.d.ts +8 -8
  11. package/dist/sdk/accountspayable.js +8 -8
  12. package/dist/sdk/accountsreceivable.d.ts +12 -12
  13. package/dist/sdk/accountsreceivable.js +12 -12
  14. package/dist/sdk/accounttransactions.d.ts +34 -0
  15. package/dist/sdk/accounttransactions.js +262 -0
  16. package/dist/sdk/balancesheet.d.ts +24 -0
  17. package/dist/sdk/balancesheet.js +253 -0
  18. package/dist/sdk/bankaccounts.d.ts +39 -0
  19. package/dist/sdk/bankaccounts.js +293 -0
  20. package/dist/sdk/banking.d.ts +10 -10
  21. package/dist/sdk/banking.js +10 -10
  22. package/dist/sdk/banktransactions.d.ts +40 -0
  23. package/dist/sdk/banktransactions.js +294 -0
  24. package/dist/sdk/billcreditnotes.d.ts +34 -0
  25. package/dist/sdk/billcreditnotes.js +262 -0
  26. package/dist/sdk/billpayments.d.ts +34 -0
  27. package/dist/sdk/billpayments.js +262 -0
  28. package/dist/sdk/bills.d.ts +74 -0
  29. package/dist/sdk/bills.js +530 -0
  30. package/dist/sdk/cashflow.d.ts +15 -0
  31. package/dist/sdk/cashflow.js +169 -0
  32. package/dist/sdk/categorizedstatement.d.ts +19 -0
  33. package/dist/sdk/categorizedstatement.js +173 -0
  34. package/dist/sdk/codatlendingaccountingbankdata.d.ts +27 -0
  35. package/dist/sdk/codatlendingaccountingbankdata.js +181 -0
  36. package/dist/sdk/codatlendingaccounts.d.ts +34 -0
  37. package/dist/sdk/codatlendingaccounts.js +262 -0
  38. package/dist/sdk/codatlendingbankingtransactions.d.ts +34 -0
  39. package/dist/sdk/codatlendingbankingtransactions.js +262 -0
  40. package/dist/sdk/codatlendingcustomers.d.ts +34 -0
  41. package/dist/sdk/codatlendingcustomers.js +262 -0
  42. package/dist/sdk/codatlendingdirectcosts.d.ts +74 -0
  43. package/dist/sdk/codatlendingdirectcosts.js +530 -0
  44. package/dist/sdk/codatlendingfinancialstatementsaccounts.d.ts +33 -0
  45. package/dist/sdk/codatlendingfinancialstatementsaccounts.js +261 -0
  46. package/dist/sdk/codatlendingloanwritebackaccounts.d.ts +40 -0
  47. package/dist/sdk/codatlendingloanwritebackaccounts.js +294 -0
  48. package/dist/sdk/codatlendingpayments.d.ts +40 -0
  49. package/dist/sdk/codatlendingpayments.js +294 -0
  50. package/dist/sdk/codatlendingreports.d.ts +69 -0
  51. package/dist/sdk/codatlendingreports.js +298 -0
  52. package/dist/sdk/codatlendingsalespayments.d.ts +34 -0
  53. package/dist/sdk/codatlendingsalespayments.js +262 -0
  54. package/dist/sdk/codatlendingsuppliers.d.ts +40 -0
  55. package/dist/sdk/codatlendingsuppliers.js +294 -0
  56. package/dist/sdk/codatlendingtransactions.d.ts +34 -0
  57. package/dist/sdk/codatlendingtransactions.js +262 -0
  58. package/dist/sdk/codatlendingtransfers.d.ts +34 -0
  59. package/dist/sdk/codatlendingtransfers.js +262 -0
  60. package/dist/sdk/companies.d.ts +2 -2
  61. package/dist/sdk/companies.js +51 -51
  62. package/dist/sdk/companyinfo.d.ts +5 -3
  63. package/dist/sdk/companyinfo.js +27 -25
  64. package/dist/sdk/connections.d.ts +1 -1
  65. package/dist/sdk/connections.js +51 -51
  66. package/dist/sdk/createoperations.d.ts +22 -0
  67. package/dist/sdk/createoperations.js +250 -0
  68. package/dist/sdk/creditnotes.d.ts +34 -0
  69. package/dist/sdk/creditnotes.js +262 -0
  70. package/dist/sdk/customers.d.ts +74 -0
  71. package/dist/sdk/customers.js +530 -0
  72. package/dist/sdk/dataintegrity.d.ts +1 -1
  73. package/dist/sdk/dataintegrity.js +33 -33
  74. package/dist/sdk/directcosts.d.ts +40 -0
  75. package/dist/sdk/directcosts.js +294 -0
  76. package/dist/sdk/directincomes.d.ts +74 -0
  77. package/dist/sdk/directincomes.js +531 -0
  78. package/dist/sdk/disputes.d.ts +34 -0
  79. package/dist/sdk/disputes.js +262 -0
  80. package/dist/sdk/excelreports.d.ts +1 -1
  81. package/dist/sdk/excelreports.js +33 -33
  82. package/dist/sdk/fileupload.d.ts +1 -1
  83. package/dist/sdk/fileupload.js +31 -31
  84. package/dist/sdk/financialstatements.d.ts +8 -8
  85. package/dist/sdk/financialstatements.js +8 -8
  86. package/dist/sdk/invoices.d.ts +97 -0
  87. package/dist/sdk/invoices.js +708 -0
  88. package/dist/sdk/journalentries.d.ts +34 -0
  89. package/dist/sdk/journalentries.js +262 -0
  90. package/dist/sdk/journals.d.ts +34 -0
  91. package/dist/sdk/journals.js +262 -0
  92. package/dist/sdk/liabilities.d.ts +1 -1
  93. package/dist/sdk/liabilities.js +39 -39
  94. package/dist/sdk/loanwriteback.d.ts +16 -14
  95. package/dist/sdk/loanwriteback.js +16 -14
  96. package/dist/sdk/locations.d.ts +34 -0
  97. package/dist/sdk/locations.js +261 -0
  98. package/dist/sdk/managedata.d.ts +5 -5
  99. package/dist/sdk/managedata.js +19 -19
  100. package/dist/sdk/metrics.d.ts +102 -0
  101. package/dist/sdk/metrics.js +406 -0
  102. package/dist/sdk/models/operations/createaccount.d.ts +3 -3
  103. package/dist/sdk/models/operations/createaccount.js +3 -3
  104. package/dist/sdk/models/operations/createbankaccount.d.ts +44 -0
  105. package/dist/sdk/models/operations/createbankaccount.js +111 -0
  106. package/dist/sdk/models/operations/createbanktransactions.d.ts +3 -3
  107. package/dist/sdk/models/operations/createbanktransactions.js +1 -1
  108. package/dist/sdk/models/operations/createcompany.d.ts +2 -2
  109. package/dist/sdk/models/operations/createcompany.js +1 -1
  110. package/dist/sdk/models/operations/createconnection.d.ts +2 -2
  111. package/dist/sdk/models/operations/createconnection.js +1 -1
  112. package/dist/sdk/models/operations/createdirectcost.d.ts +3 -3
  113. package/dist/sdk/models/operations/createdirectcost.js +5 -5
  114. package/dist/sdk/models/operations/createpayment.d.ts +2 -2
  115. package/dist/sdk/models/operations/createpayment.js +1 -1
  116. package/dist/sdk/models/operations/createsupplier.d.ts +2 -2
  117. package/dist/sdk/models/operations/createsupplier.js +1 -1
  118. package/dist/sdk/models/operations/createtransfer.d.ts +2 -2
  119. package/dist/sdk/models/operations/createtransfer.js +1 -1
  120. package/dist/sdk/models/operations/deletecompany.d.ts +2 -2
  121. package/dist/sdk/models/operations/deletecompany.js +1 -1
  122. package/dist/sdk/models/operations/deleteconnection.d.ts +2 -2
  123. package/dist/sdk/models/operations/deleteconnection.js +1 -1
  124. package/dist/sdk/models/operations/downloadaccountingbillattachment.d.ts +2 -2
  125. package/dist/sdk/models/operations/downloadaccountingbillattachment.js +1 -1
  126. package/dist/sdk/models/operations/downloadaccountingcustomerattachment.d.ts +2 -2
  127. package/dist/sdk/models/operations/downloadaccountingcustomerattachment.js +1 -1
  128. package/dist/sdk/models/operations/downloadaccountingdirectcostattachment.d.ts +2 -2
  129. package/dist/sdk/models/operations/downloadaccountingdirectcostattachment.js +1 -1
  130. package/dist/sdk/models/operations/downloadaccountingdirectincomeattachment.d.ts +2 -2
  131. package/dist/sdk/models/operations/downloadaccountingdirectincomeattachment.js +1 -1
  132. package/dist/sdk/models/operations/downloadaccountinginvoiceattachment.d.ts +2 -2
  133. package/dist/sdk/models/operations/downloadaccountinginvoiceattachment.js +1 -1
  134. package/dist/sdk/models/operations/downloadaccountinginvoicepdf.d.ts +6 -1
  135. package/dist/sdk/models/operations/downloadaccountinginvoicepdf.js +28 -0
  136. package/dist/sdk/models/operations/downloadaccountingsupplierattachment.d.ts +2 -2
  137. package/dist/sdk/models/operations/downloadaccountingsupplierattachment.js +1 -1
  138. package/dist/sdk/models/operations/downloadexcelreport.d.ts +3 -3
  139. package/dist/sdk/models/operations/downloadexcelreport.js +1 -1
  140. package/dist/sdk/models/operations/downloadfiles.d.ts +2 -2
  141. package/dist/sdk/models/operations/downloadfiles.js +1 -1
  142. package/dist/sdk/models/operations/generateexcelreport.d.ts +3 -3
  143. package/dist/sdk/models/operations/generateexcelreport.js +1 -1
  144. package/dist/sdk/models/operations/generateloansummary.d.ts +4 -4
  145. package/dist/sdk/models/operations/generateloansummary.js +8 -8
  146. package/dist/sdk/models/operations/generateloantransactions.d.ts +5 -5
  147. package/dist/sdk/models/operations/generateloantransactions.js +8 -8
  148. package/dist/sdk/models/operations/getaccountingaccount.d.ts +2 -2
  149. package/dist/sdk/models/operations/getaccountingaccount.js +1 -1
  150. package/dist/sdk/models/operations/getaccountingaccounttransaction.d.ts +2 -2
  151. package/dist/sdk/models/operations/getaccountingaccounttransaction.js +1 -1
  152. package/dist/sdk/models/operations/getaccountingagedcreditorsreport.d.ts +3 -3
  153. package/dist/sdk/models/operations/getaccountingagedcreditorsreport.js +2 -2
  154. package/dist/sdk/models/operations/getaccountingageddebtorsreport.d.ts +3 -3
  155. package/dist/sdk/models/operations/getaccountingageddebtorsreport.js +2 -2
  156. package/dist/sdk/models/operations/getaccountingbalancesheet.d.ts +2 -2
  157. package/dist/sdk/models/operations/getaccountingbalancesheet.js +1 -1
  158. package/dist/sdk/models/operations/getaccountingbankaccount.d.ts +2 -2
  159. package/dist/sdk/models/operations/getaccountingbankaccount.js +1 -1
  160. package/dist/sdk/models/operations/getaccountingbill.d.ts +2 -2
  161. package/dist/sdk/models/operations/getaccountingbill.js +1 -1
  162. package/dist/sdk/models/operations/getaccountingbillattachment.d.ts +2 -2
  163. package/dist/sdk/models/operations/getaccountingbillattachment.js +1 -1
  164. package/dist/sdk/models/operations/getaccountingbillcreditnote.d.ts +2 -2
  165. package/dist/sdk/models/operations/getaccountingbillcreditnote.js +1 -1
  166. package/dist/sdk/models/operations/getaccountingbillpayment.d.ts +2 -2
  167. package/dist/sdk/models/operations/getaccountingbillpayment.js +1 -1
  168. package/dist/sdk/models/operations/getaccountingcashflowstatement.d.ts +2 -2
  169. package/dist/sdk/models/operations/getaccountingcashflowstatement.js +1 -1
  170. package/dist/sdk/models/operations/getaccountingcreditnote.d.ts +2 -2
  171. package/dist/sdk/models/operations/getaccountingcreditnote.js +1 -1
  172. package/dist/sdk/models/operations/getaccountingcustomer.d.ts +2 -2
  173. package/dist/sdk/models/operations/getaccountingcustomer.js +1 -1
  174. package/dist/sdk/models/operations/getaccountingcustomerattachment.d.ts +2 -2
  175. package/dist/sdk/models/operations/getaccountingcustomerattachment.js +1 -1
  176. package/dist/sdk/models/operations/getaccountingdirectcost.d.ts +2 -2
  177. package/dist/sdk/models/operations/getaccountingdirectcost.js +1 -1
  178. package/dist/sdk/models/operations/getaccountingdirectcostattachment.d.ts +2 -2
  179. package/dist/sdk/models/operations/getaccountingdirectcostattachment.js +1 -1
  180. package/dist/sdk/models/operations/getaccountingdirectincome.d.ts +2 -2
  181. package/dist/sdk/models/operations/getaccountingdirectincome.js +1 -1
  182. package/dist/sdk/models/operations/getaccountingdirectincomeattachment.d.ts +2 -2
  183. package/dist/sdk/models/operations/getaccountingdirectincomeattachment.js +1 -1
  184. package/dist/sdk/models/operations/getaccountinginvoice.d.ts +2 -2
  185. package/dist/sdk/models/operations/getaccountinginvoice.js +1 -1
  186. package/dist/sdk/models/operations/getaccountinginvoiceattachment.d.ts +2 -2
  187. package/dist/sdk/models/operations/getaccountinginvoiceattachment.js +1 -1
  188. package/dist/sdk/models/operations/getaccountingjournal.d.ts +2 -2
  189. package/dist/sdk/models/operations/getaccountingjournal.js +1 -1
  190. package/dist/sdk/models/operations/getaccountingjournalentry.d.ts +2 -2
  191. package/dist/sdk/models/operations/getaccountingjournalentry.js +1 -1
  192. package/dist/sdk/models/operations/getaccountingpayment.d.ts +2 -2
  193. package/dist/sdk/models/operations/getaccountingpayment.js +1 -1
  194. package/dist/sdk/models/operations/getaccountingprofile.d.ts +2 -2
  195. package/dist/sdk/models/operations/getaccountingprofile.js +1 -1
  196. package/dist/sdk/models/operations/getaccountingprofitandloss.d.ts +2 -2
  197. package/dist/sdk/models/operations/getaccountingprofitandloss.js +1 -1
  198. package/dist/sdk/models/operations/getaccountingsupplier.d.ts +2 -2
  199. package/dist/sdk/models/operations/getaccountingsupplier.js +1 -1
  200. package/dist/sdk/models/operations/getaccountingsupplierattachment.d.ts +2 -2
  201. package/dist/sdk/models/operations/getaccountingsupplierattachment.js +1 -1
  202. package/dist/sdk/models/operations/getaccountingtransfer.d.ts +2 -2
  203. package/dist/sdk/models/operations/getaccountingtransfer.js +1 -1
  204. package/dist/sdk/models/operations/getbankingaccount.d.ts +6 -2
  205. package/dist/sdk/models/operations/getbankingaccount.js +5 -1
  206. package/dist/sdk/models/operations/getbankingtransaction.d.ts +6 -2
  207. package/dist/sdk/models/operations/getbankingtransaction.js +5 -1
  208. package/dist/sdk/models/operations/getbankingtransactioncategory.d.ts +6 -2
  209. package/dist/sdk/models/operations/getbankingtransactioncategory.js +5 -1
  210. package/dist/sdk/models/operations/getcategorizedbalancesheetstatement.d.ts +3 -3
  211. package/dist/sdk/models/operations/getcategorizedbalancesheetstatement.js +1 -1
  212. package/dist/sdk/models/operations/getcategorizedbankstatement.d.ts +3 -3
  213. package/dist/sdk/models/operations/getcategorizedbankstatement.js +1 -1
  214. package/dist/sdk/models/operations/getcategorizedprofitandlossstatement.d.ts +3 -3
  215. package/dist/sdk/models/operations/getcategorizedprofitandlossstatement.js +1 -1
  216. package/dist/sdk/models/operations/getcommercecustomer.d.ts +2 -2
  217. package/dist/sdk/models/operations/getcommercecustomer.js +1 -1
  218. package/dist/sdk/models/operations/getcommercecustomerretentionmetrics.d.ts +3 -3
  219. package/dist/sdk/models/operations/getcommercecustomerretentionmetrics.js +1 -1
  220. package/dist/sdk/models/operations/getcommercedispute.d.ts +2 -2
  221. package/dist/sdk/models/operations/getcommercedispute.js +1 -1
  222. package/dist/sdk/models/operations/getcommercelifetimevaluemetrics.d.ts +3 -3
  223. package/dist/sdk/models/operations/getcommercelifetimevaluemetrics.js +1 -1
  224. package/dist/sdk/models/operations/getcommercelocation.d.ts +2 -2
  225. package/dist/sdk/models/operations/getcommercelocation.js +1 -1
  226. package/dist/sdk/models/operations/getcommerceorder.d.ts +2 -2
  227. package/dist/sdk/models/operations/getcommerceorder.js +1 -1
  228. package/dist/sdk/models/operations/getcommerceordersreport.d.ts +3 -3
  229. package/dist/sdk/models/operations/getcommerceordersreport.js +1 -1
  230. package/dist/sdk/models/operations/getcommercepayment.d.ts +2 -2
  231. package/dist/sdk/models/operations/getcommercepayment.js +1 -1
  232. package/dist/sdk/models/operations/getcommercepaymentmethod.d.ts +2 -2
  233. package/dist/sdk/models/operations/getcommercepaymentmethod.js +1 -1
  234. package/dist/sdk/models/operations/getcommerceproduct.d.ts +2 -2
  235. package/dist/sdk/models/operations/getcommerceproduct.js +1 -1
  236. package/dist/sdk/models/operations/getcommerceproductcategory.d.ts +2 -2
  237. package/dist/sdk/models/operations/getcommerceproductcategory.js +1 -1
  238. package/dist/sdk/models/operations/getcommerceprofile.d.ts +2 -2
  239. package/dist/sdk/models/operations/getcommerceprofile.js +1 -1
  240. package/dist/sdk/models/operations/getcommercerefundsreport.d.ts +3 -3
  241. package/dist/sdk/models/operations/getcommercerefundsreport.js +1 -1
  242. package/dist/sdk/models/operations/getcommercerevenuemetrics.d.ts +3 -3
  243. package/dist/sdk/models/operations/getcommercerevenuemetrics.js +1 -1
  244. package/dist/sdk/models/operations/getcommercetransaction.d.ts +2 -2
  245. package/dist/sdk/models/operations/getcommercetransaction.js +1 -1
  246. package/dist/sdk/models/operations/getcompany.d.ts +2 -2
  247. package/dist/sdk/models/operations/getcompany.js +1 -1
  248. package/dist/sdk/models/operations/getconnection.d.ts +2 -2
  249. package/dist/sdk/models/operations/getconnection.js +1 -1
  250. package/dist/sdk/models/operations/getcreatebanktransactionsmodel.d.ts +2 -2
  251. package/dist/sdk/models/operations/getcreatebanktransactionsmodel.js +1 -1
  252. package/dist/sdk/models/operations/getcreatechartofaccountsmodel.d.ts +2 -2
  253. package/dist/sdk/models/operations/getcreatechartofaccountsmodel.js +1 -1
  254. package/dist/sdk/models/operations/getcreatedirectcostsmodel.d.ts +2 -2
  255. package/dist/sdk/models/operations/getcreatedirectcostsmodel.js +1 -1
  256. package/dist/sdk/models/operations/getcreateoperation.d.ts +2 -2
  257. package/dist/sdk/models/operations/getcreateoperation.js +1 -1
  258. package/dist/sdk/models/operations/getcreatepaymentmodel.d.ts +35 -0
  259. package/dist/sdk/models/operations/getcreatepaymentmodel.js +99 -0
  260. package/dist/sdk/models/operations/getcreatetransfersmodel.d.ts +2 -2
  261. package/dist/sdk/models/operations/getcreatetransfersmodel.js +1 -1
  262. package/dist/sdk/models/operations/getcreateupdatebankaccountsmodel.d.ts +35 -0
  263. package/dist/sdk/models/operations/getcreateupdatebankaccountsmodel.js +99 -0
  264. package/dist/sdk/models/operations/getcreateupdatesuppliersmodel.d.ts +2 -2
  265. package/dist/sdk/models/operations/getcreateupdatesuppliersmodel.js +1 -1
  266. package/dist/sdk/models/operations/getdataintegritystatus.d.ts +2 -2
  267. package/dist/sdk/models/operations/getdataintegritystatus.js +1 -1
  268. package/dist/sdk/models/operations/getdataintegritysummaries.d.ts +3 -3
  269. package/dist/sdk/models/operations/getdataintegritysummaries.js +1 -1
  270. package/dist/sdk/models/operations/getdatastatus.d.ts +3 -3
  271. package/dist/sdk/models/operations/getdatastatus.js +2 -2
  272. package/dist/sdk/models/operations/getexcelreportgenerationstatus.d.ts +3 -3
  273. package/dist/sdk/models/operations/getexcelreportgenerationstatus.js +1 -1
  274. package/dist/sdk/models/operations/getloansummary.d.ts +4 -4
  275. package/dist/sdk/models/operations/getloansummary.js +8 -8
  276. package/dist/sdk/models/operations/getpulloperation.d.ts +2 -2
  277. package/dist/sdk/models/operations/getpulloperation.js +1 -1
  278. package/dist/sdk/models/operations/index.d.ts +3 -1
  279. package/dist/sdk/models/operations/index.js +3 -1
  280. package/dist/sdk/models/operations/isagedcreditorsreportavailable.d.ts +7 -2
  281. package/dist/sdk/models/operations/isagedcreditorsreportavailable.js +29 -1
  282. package/dist/sdk/models/operations/isageddebtorsreportavailable.d.ts +7 -2
  283. package/dist/sdk/models/operations/isageddebtorsreportavailable.js +29 -1
  284. package/dist/sdk/models/operations/listaccountingaccounts.d.ts +2 -2
  285. package/dist/sdk/models/operations/listaccountingaccounts.js +1 -1
  286. package/dist/sdk/models/operations/listaccountingaccounttransactions.d.ts +2 -2
  287. package/dist/sdk/models/operations/listaccountingaccounttransactions.js +1 -1
  288. package/dist/sdk/models/operations/listaccountingbankaccounts.d.ts +2 -2
  289. package/dist/sdk/models/operations/listaccountingbankaccounts.js +1 -1
  290. package/dist/sdk/models/operations/listaccountingbankaccounttransactions.d.ts +2 -2
  291. package/dist/sdk/models/operations/listaccountingbankaccounttransactions.js +1 -1
  292. package/dist/sdk/models/operations/listaccountingbillattachments.d.ts +2 -2
  293. package/dist/sdk/models/operations/listaccountingbillattachments.js +1 -1
  294. package/dist/sdk/models/operations/listaccountingbillcreditnotes.d.ts +2 -2
  295. package/dist/sdk/models/operations/listaccountingbillcreditnotes.js +1 -1
  296. package/dist/sdk/models/operations/listaccountingbillpayments.d.ts +2 -2
  297. package/dist/sdk/models/operations/listaccountingbillpayments.js +1 -1
  298. package/dist/sdk/models/operations/listaccountingbills.d.ts +2 -2
  299. package/dist/sdk/models/operations/listaccountingbills.js +1 -1
  300. package/dist/sdk/models/operations/listaccountingcreditnotes.d.ts +2 -2
  301. package/dist/sdk/models/operations/listaccountingcreditnotes.js +1 -1
  302. package/dist/sdk/models/operations/listaccountingcustomerattachments.d.ts +2 -2
  303. package/dist/sdk/models/operations/listaccountingcustomerattachments.js +1 -1
  304. package/dist/sdk/models/operations/listaccountingcustomers.d.ts +2 -2
  305. package/dist/sdk/models/operations/listaccountingcustomers.js +1 -1
  306. package/dist/sdk/models/operations/listaccountingdirectcostattachments.d.ts +2 -2
  307. package/dist/sdk/models/operations/listaccountingdirectcostattachments.js +1 -1
  308. package/dist/sdk/models/operations/listaccountingdirectcosts.d.ts +2 -2
  309. package/dist/sdk/models/operations/listaccountingdirectcosts.js +1 -1
  310. package/dist/sdk/models/operations/listaccountingdirectincomeattachments.d.ts +2 -2
  311. package/dist/sdk/models/operations/listaccountingdirectincomeattachments.js +1 -1
  312. package/dist/sdk/models/operations/listaccountingdirectincomes.d.ts +2 -2
  313. package/dist/sdk/models/operations/listaccountingdirectincomes.js +1 -1
  314. package/dist/sdk/models/operations/listaccountinginvoiceattachments.d.ts +2 -2
  315. package/dist/sdk/models/operations/listaccountinginvoiceattachments.js +1 -1
  316. package/dist/sdk/models/operations/listaccountinginvoices.d.ts +2 -2
  317. package/dist/sdk/models/operations/listaccountinginvoices.js +1 -1
  318. package/dist/sdk/models/operations/listaccountingjournalentries.d.ts +2 -2
  319. package/dist/sdk/models/operations/listaccountingjournalentries.js +1 -1
  320. package/dist/sdk/models/operations/listaccountingjournals.d.ts +2 -2
  321. package/dist/sdk/models/operations/listaccountingjournals.js +1 -1
  322. package/dist/sdk/models/operations/listaccountingpayments.d.ts +2 -2
  323. package/dist/sdk/models/operations/listaccountingpayments.js +1 -1
  324. package/dist/sdk/models/operations/listaccountingsupplierattachments.d.ts +2 -2
  325. package/dist/sdk/models/operations/listaccountingsupplierattachments.js +1 -1
  326. package/dist/sdk/models/operations/listaccountingsuppliers.d.ts +2 -2
  327. package/dist/sdk/models/operations/listaccountingsuppliers.js +1 -1
  328. package/dist/sdk/models/operations/listaccountingtransfers.d.ts +2 -2
  329. package/dist/sdk/models/operations/listaccountingtransfers.js +1 -1
  330. package/dist/sdk/models/operations/listbankingaccountbalances.d.ts +2 -2
  331. package/dist/sdk/models/operations/listbankingaccountbalances.js +1 -1
  332. package/dist/sdk/models/operations/listbankingaccounts.d.ts +2 -2
  333. package/dist/sdk/models/operations/listbankingaccounts.js +1 -1
  334. package/dist/sdk/models/operations/listbankingtransactioncategories.d.ts +2 -2
  335. package/dist/sdk/models/operations/listbankingtransactioncategories.js +1 -1
  336. package/dist/sdk/models/operations/listbankingtransactions.d.ts +2 -2
  337. package/dist/sdk/models/operations/listbankingtransactions.js +1 -1
  338. package/dist/sdk/models/operations/listcommercecustomers.d.ts +2 -2
  339. package/dist/sdk/models/operations/listcommercecustomers.js +1 -1
  340. package/dist/sdk/models/operations/listcommercedisputes.d.ts +2 -2
  341. package/dist/sdk/models/operations/listcommercedisputes.js +1 -1
  342. package/dist/sdk/models/operations/listcommercelocations.d.ts +3 -3
  343. package/dist/sdk/models/operations/listcommercelocations.js +1 -1
  344. package/dist/sdk/models/operations/listcommerceorders.d.ts +2 -2
  345. package/dist/sdk/models/operations/listcommerceorders.js +1 -1
  346. package/dist/sdk/models/operations/listcommercepaymentmethods.d.ts +2 -2
  347. package/dist/sdk/models/operations/listcommercepaymentmethods.js +1 -1
  348. package/dist/sdk/models/operations/listcommercepayments.d.ts +2 -2
  349. package/dist/sdk/models/operations/listcommercepayments.js +1 -1
  350. package/dist/sdk/models/operations/listcommerceproductcategories.d.ts +2 -2
  351. package/dist/sdk/models/operations/listcommerceproductcategories.js +1 -1
  352. package/dist/sdk/models/operations/listcommerceproducts.d.ts +2 -2
  353. package/dist/sdk/models/operations/listcommerceproducts.js +1 -1
  354. package/dist/sdk/models/operations/listcommercetransactions.d.ts +2 -2
  355. package/dist/sdk/models/operations/listcommercetransactions.js +1 -1
  356. package/dist/sdk/models/operations/listcompanies.d.ts +2 -2
  357. package/dist/sdk/models/operations/listcompanies.js +1 -1
  358. package/dist/sdk/models/operations/listconnections.d.ts +2 -2
  359. package/dist/sdk/models/operations/listconnections.js +1 -1
  360. package/dist/sdk/models/operations/listcreateoperations.d.ts +2 -2
  361. package/dist/sdk/models/operations/listcreateoperations.js +1 -1
  362. package/dist/sdk/models/operations/listdataintegritydetails.d.ts +3 -3
  363. package/dist/sdk/models/operations/listdataintegritydetails.js +1 -1
  364. package/dist/sdk/models/operations/listfiles.d.ts +2 -2
  365. package/dist/sdk/models/operations/listfiles.js +1 -1
  366. package/dist/sdk/models/operations/listloantransactions.d.ts +5 -5
  367. package/dist/sdk/models/operations/listloantransactions.js +8 -8
  368. package/dist/sdk/models/operations/listpulloperations.d.ts +2 -2
  369. package/dist/sdk/models/operations/listpulloperations.js +1 -1
  370. package/dist/sdk/models/operations/listreconciledinvoices.d.ts +3 -3
  371. package/dist/sdk/models/operations/listreconciledinvoices.js +1 -1
  372. package/dist/sdk/models/operations/refreshalldatatypes.d.ts +2 -2
  373. package/dist/sdk/models/operations/refreshalldatatypes.js +1 -1
  374. package/dist/sdk/models/operations/refreshdatatype.d.ts +3 -3
  375. package/dist/sdk/models/operations/refreshdatatype.js +1 -1
  376. package/dist/sdk/models/operations/unlinkconnection.d.ts +2 -2
  377. package/dist/sdk/models/operations/unlinkconnection.js +1 -1
  378. package/dist/sdk/models/operations/updatecompany.d.ts +2 -2
  379. package/dist/sdk/models/operations/updatecompany.js +1 -1
  380. package/dist/sdk/models/operations/uploadfiles.d.ts +3 -3
  381. package/dist/sdk/models/operations/uploadfiles.js +3 -3
  382. package/dist/sdk/models/shared/accountingaccount.d.ts +5 -5
  383. package/dist/sdk/models/shared/accountingaccount.js +5 -5
  384. package/dist/sdk/models/shared/accountingaccounttransaction.d.ts +2 -2
  385. package/dist/sdk/models/shared/accountingaccounttransaction.js +8 -8
  386. package/dist/sdk/models/shared/accountingbill.d.ts +4 -4
  387. package/dist/sdk/models/shared/accountingbill.js +19 -19
  388. package/dist/sdk/models/shared/accountingcompanyinfo.d.ts +2 -2
  389. package/dist/sdk/models/shared/accountingcompanyinfo.js +2 -2
  390. package/dist/sdk/models/shared/accountingcreateaccountresponse.d.ts +5 -5
  391. package/dist/sdk/models/shared/accountingcreatebankaccountresponse.d.ts +123 -0
  392. package/dist/sdk/models/shared/accountingcreatebankaccountresponse.js +118 -0
  393. package/dist/sdk/models/shared/accountingcreatepaymentresponse.d.ts +530 -530
  394. package/dist/sdk/models/shared/accountingdirectcost.d.ts +16 -3
  395. package/dist/sdk/models/shared/accountingdirectcost.js +25 -4
  396. package/dist/sdk/models/shared/accountingdirectincome.d.ts +1 -1
  397. package/dist/sdk/models/shared/accountinginvoice.d.ts +2 -2
  398. package/dist/sdk/models/shared/accountinginvoice.js +10 -10
  399. package/dist/sdk/models/shared/accountingpayment.d.ts +530 -530
  400. package/dist/sdk/models/shared/accountingpayment.js +530 -530
  401. package/dist/sdk/models/shared/accountingpaymentallocation.d.ts +2 -2
  402. package/dist/sdk/models/shared/accountingpaymentallocation.js +12 -12
  403. package/dist/sdk/models/shared/accountingtransfer.d.ts +3 -16
  404. package/dist/sdk/models/shared/accountingtransfer.js +4 -25
  405. package/dist/sdk/models/shared/accountprototype.d.ts +129 -0
  406. package/dist/sdk/models/shared/accountprototype.js +167 -0
  407. package/dist/sdk/models/shared/accountsreceivabletracking.d.ts +2 -2
  408. package/dist/sdk/models/shared/accountsreceivabletracking.js +10 -10
  409. package/dist/sdk/models/shared/balancesheet.d.ts +3 -2
  410. package/dist/sdk/models/shared/balancesheet.js +5 -4
  411. package/dist/sdk/models/shared/billcreditnotelineitem.d.ts +4 -4
  412. package/dist/sdk/models/shared/billcreditnotelineitem.js +20 -20
  413. package/dist/sdk/models/shared/billlineitem.d.ts +10 -9
  414. package/dist/sdk/models/shared/billlineitem.js +23 -18
  415. package/dist/sdk/models/shared/cashflowstatement.d.ts +3 -3
  416. package/dist/sdk/models/shared/cashflowstatement.js +5 -5
  417. package/dist/sdk/models/shared/commercecompanyinfo.d.ts +1 -1
  418. package/dist/sdk/models/shared/commercecompanyinfo.js +1 -1
  419. package/dist/sdk/models/shared/connection.d.ts +2 -2
  420. package/dist/sdk/models/shared/connection.js +9 -9
  421. package/dist/sdk/models/shared/contactref.d.ts +1 -1
  422. package/dist/sdk/models/shared/contactref.js +1 -1
  423. package/dist/sdk/models/shared/creditnotelineitem.d.ts +2 -2
  424. package/dist/sdk/models/shared/creditnotelineitem.js +3 -3
  425. package/dist/sdk/models/shared/datastatus.d.ts +3 -2
  426. package/dist/sdk/models/shared/datastatus.js +47 -46
  427. package/dist/sdk/models/shared/datatype.d.ts +1 -0
  428. package/dist/sdk/models/shared/datatype.js +1 -0
  429. package/dist/sdk/models/shared/directcostlineitem.d.ts +2 -2
  430. package/dist/sdk/models/shared/directcostlineitem.js +3 -3
  431. package/dist/sdk/models/shared/directcostprototype.d.ts +126 -0
  432. package/dist/sdk/models/shared/directcostprototype.js +129 -0
  433. package/dist/sdk/models/shared/directincomelineitem.d.ts +2 -2
  434. package/dist/sdk/models/shared/directincomelineitem.js +3 -3
  435. package/dist/sdk/models/shared/enhancedfinancialreport.d.ts +2 -2
  436. package/dist/sdk/models/shared/enhancedfinancialreport.js +13 -13
  437. package/dist/sdk/models/shared/index.d.ts +6 -1
  438. package/dist/sdk/models/shared/index.js +6 -1
  439. package/dist/sdk/models/shared/invoicelineitem.d.ts +2 -2
  440. package/dist/sdk/models/shared/invoicelineitem.js +3 -3
  441. package/dist/sdk/models/shared/itemref.d.ts +8 -7
  442. package/dist/sdk/models/shared/itemref.js +7 -5
  443. package/dist/sdk/models/shared/profitandlossreport.d.ts +6 -6
  444. package/dist/sdk/models/shared/profitandlossreport.js +11 -11
  445. package/dist/sdk/models/shared/propertieitemref.d.ts +14 -0
  446. package/dist/sdk/models/shared/propertieitemref.js +53 -0
  447. package/dist/sdk/models/shared/pulloperation.d.ts +7 -4
  448. package/dist/sdk/models/shared/pulloperation.js +5 -1
  449. package/dist/sdk/models/shared/reportitems.d.ts +4 -4
  450. package/dist/sdk/models/shared/reportitems.js +11 -11
  451. package/dist/sdk/models/shared/reportlineinput.d.ts +20 -0
  452. package/dist/sdk/models/shared/reportlineinput.js +62 -0
  453. package/dist/sdk/models/shared/schemadatatype.d.ts +48 -0
  454. package/dist/sdk/models/shared/schemadatatype.js +55 -0
  455. package/dist/sdk/models/shared/weblink.d.ts +2 -2
  456. package/dist/sdk/models/shared/weblink.js +7 -7
  457. package/dist/sdk/models/webhooks/accountcategoriesupdated.d.ts +1 -1
  458. package/dist/sdk/models/webhooks/clientratelimitreached.d.ts +1 -1
  459. package/dist/sdk/models/webhooks/clientratelimitreset.d.ts +1 -1
  460. package/dist/sdk/orders.d.ts +34 -0
  461. package/dist/sdk/orders.js +262 -0
  462. package/dist/sdk/paymentmethods.d.ts +34 -0
  463. package/dist/sdk/paymentmethods.js +262 -0
  464. package/dist/sdk/payments.d.ts +34 -0
  465. package/dist/sdk/payments.js +262 -0
  466. package/dist/sdk/productcategories.d.ts +34 -0
  467. package/dist/sdk/productcategories.js +262 -0
  468. package/dist/sdk/products.d.ts +34 -0
  469. package/dist/sdk/products.js +262 -0
  470. package/dist/sdk/profitandloss.d.ts +24 -0
  471. package/dist/sdk/profitandloss.js +253 -0
  472. package/dist/sdk/pulloperations.d.ts +22 -0
  473. package/dist/sdk/pulloperations.js +250 -0
  474. package/dist/sdk/refresh.d.ts +28 -0
  475. package/dist/sdk/refresh.js +250 -0
  476. package/dist/sdk/reports.d.ts +36 -0
  477. package/dist/sdk/reports.js +413 -0
  478. package/dist/sdk/sales.d.ts +22 -22
  479. package/dist/sdk/sales.js +22 -22
  480. package/dist/sdk/sdk.d.ts +22 -22
  481. package/dist/sdk/sdk.js +15 -15
  482. package/dist/sdk/suppliers.d.ts +74 -0
  483. package/dist/sdk/suppliers.js +530 -0
  484. package/dist/sdk/transactioncategories.d.ts +34 -0
  485. package/dist/sdk/transactioncategories.js +262 -0
  486. package/dist/sdk/transactions.d.ts +10 -10
  487. package/dist/sdk/transactions.js +10 -10
  488. package/dist/sdk/transfers.d.ts +40 -0
  489. package/dist/sdk/transfers.js +294 -0
  490. package/docs/{models → internal}/utils/retryconfig.md +0 -0
  491. package/docs/sdk/models/operations/createaccountrequest.md +12 -0
  492. package/docs/sdk/models/operations/createaccountresponse.md +12 -0
  493. package/docs/sdk/models/operations/createbankaccountrequest.md +12 -0
  494. package/docs/sdk/models/operations/createbankaccountresponse.md +12 -0
  495. package/docs/sdk/models/operations/createbanktransactionsrequest.md +13 -0
  496. package/docs/sdk/models/operations/createbanktransactionsresponse.md +12 -0
  497. package/docs/sdk/models/operations/createcompanyresponse.md +12 -0
  498. package/docs/sdk/models/operations/createconnectionrequest.md +9 -0
  499. package/docs/{models → sdk/models}/operations/createconnectionrequestbody.md +0 -0
  500. package/docs/sdk/models/operations/createconnectionresponse.md +12 -0
  501. package/docs/sdk/models/operations/createdirectcostrequest.md +12 -0
  502. package/docs/sdk/models/operations/createdirectcostresponse.md +12 -0
  503. package/docs/sdk/models/operations/createpaymentrequest.md +12 -0
  504. package/docs/sdk/models/operations/createpaymentresponse.md +12 -0
  505. package/docs/sdk/models/operations/createsupplierrequest.md +12 -0
  506. package/docs/sdk/models/operations/createsupplierresponse.md +12 -0
  507. package/docs/sdk/models/operations/createtransferrequest.md +12 -0
  508. package/docs/sdk/models/operations/createtransferresponse.md +12 -0
  509. package/docs/{models → sdk/models}/operations/deletecompanyrequest.md +0 -0
  510. package/docs/sdk/models/operations/deletecompanyresponse.md +11 -0
  511. package/docs/{models → sdk/models}/operations/deleteconnectionrequest.md +0 -0
  512. package/docs/sdk/models/operations/deleteconnectionresponse.md +11 -0
  513. package/docs/{models → sdk/models}/operations/downloadaccountingbillattachmentrequest.md +0 -0
  514. package/docs/sdk/models/operations/downloadaccountingbillattachmentresponse.md +12 -0
  515. package/docs/{models → sdk/models}/operations/downloadaccountingcustomerattachmentrequest.md +0 -0
  516. package/docs/sdk/models/operations/downloadaccountingcustomerattachmentresponse.md +12 -0
  517. package/docs/{models → sdk/models}/operations/downloadaccountingdirectcostattachmentrequest.md +0 -0
  518. package/docs/sdk/models/operations/downloadaccountingdirectcostattachmentresponse.md +12 -0
  519. package/docs/{models → sdk/models}/operations/downloadaccountingdirectincomeattachmentrequest.md +0 -0
  520. package/docs/sdk/models/operations/downloadaccountingdirectincomeattachmentresponse.md +12 -0
  521. package/docs/{models → sdk/models}/operations/downloadaccountinginvoiceattachmentrequest.md +0 -0
  522. package/docs/sdk/models/operations/downloadaccountinginvoiceattachmentresponse.md +12 -0
  523. package/docs/{models → sdk/models}/operations/downloadaccountinginvoicepdfrequest.md +0 -0
  524. package/docs/sdk/models/operations/downloadaccountinginvoicepdfresponse.md +12 -0
  525. package/docs/{models → sdk/models}/operations/downloadaccountingsupplierattachmentrequest.md +0 -0
  526. package/docs/sdk/models/operations/downloadaccountingsupplierattachmentresponse.md +12 -0
  527. package/docs/sdk/models/operations/downloadexcelreportrequest.md +9 -0
  528. package/docs/sdk/models/operations/downloadexcelreportresponse.md +12 -0
  529. package/docs/{models → sdk/models}/operations/downloadfilesrequest.md +0 -0
  530. package/docs/sdk/models/operations/downloadfilesresponse.md +12 -0
  531. package/docs/sdk/models/operations/generateexcelreportrequest.md +9 -0
  532. package/docs/sdk/models/operations/generateexcelreportresponse.md +12 -0
  533. package/docs/sdk/models/operations/generateloansummaryrequest.md +9 -0
  534. package/docs/sdk/models/operations/generateloansummaryresponse.md +11 -0
  535. package/docs/sdk/models/operations/generateloantransactionsrequest.md +9 -0
  536. package/docs/sdk/models/operations/generateloantransactionsresponse.md +11 -0
  537. package/docs/{models → sdk/models}/operations/getaccountingaccountrequest.md +0 -0
  538. package/docs/sdk/models/operations/getaccountingaccountresponse.md +12 -0
  539. package/docs/{models → sdk/models}/operations/getaccountingaccounttransactionrequest.md +0 -0
  540. package/docs/sdk/models/operations/getaccountingaccounttransactionresponse.md +12 -0
  541. package/docs/{models → sdk/models}/operations/getaccountingagedcreditorsreportrequest.md +0 -0
  542. package/docs/sdk/models/operations/getaccountingagedcreditorsreportresponse.md +12 -0
  543. package/docs/{models → sdk/models}/operations/getaccountingageddebtorsreportrequest.md +0 -0
  544. package/docs/sdk/models/operations/getaccountingageddebtorsreportresponse.md +12 -0
  545. package/docs/{models → sdk/models}/operations/getaccountingbalancesheetrequest.md +0 -0
  546. package/docs/sdk/models/operations/getaccountingbalancesheetresponse.md +12 -0
  547. package/docs/{models → sdk/models}/operations/getaccountingbankaccountrequest.md +0 -0
  548. package/docs/sdk/models/operations/getaccountingbankaccountresponse.md +12 -0
  549. package/docs/{models → sdk/models}/operations/getaccountingbillattachmentrequest.md +0 -0
  550. package/docs/sdk/models/operations/getaccountingbillattachmentresponse.md +12 -0
  551. package/docs/{models → sdk/models}/operations/getaccountingbillcreditnoterequest.md +0 -0
  552. package/docs/sdk/models/operations/getaccountingbillcreditnoteresponse.md +12 -0
  553. package/docs/{models → sdk/models}/operations/getaccountingbillpaymentrequest.md +0 -0
  554. package/docs/sdk/models/operations/getaccountingbillpaymentresponse.md +12 -0
  555. package/docs/{models → sdk/models}/operations/getaccountingbillrequest.md +0 -0
  556. package/docs/sdk/models/operations/getaccountingbillresponse.md +12 -0
  557. package/docs/{models → sdk/models}/operations/getaccountingcashflowstatementrequest.md +0 -0
  558. package/docs/sdk/models/operations/getaccountingcashflowstatementresponse.md +12 -0
  559. package/docs/{models → sdk/models}/operations/getaccountingcreditnoterequest.md +0 -0
  560. package/docs/sdk/models/operations/getaccountingcreditnoteresponse.md +12 -0
  561. package/docs/{models → sdk/models}/operations/getaccountingcustomerattachmentrequest.md +0 -0
  562. package/docs/sdk/models/operations/getaccountingcustomerattachmentresponse.md +12 -0
  563. package/docs/{models → sdk/models}/operations/getaccountingcustomerrequest.md +0 -0
  564. package/docs/sdk/models/operations/getaccountingcustomerresponse.md +12 -0
  565. package/docs/{models → sdk/models}/operations/getaccountingdirectcostattachmentrequest.md +0 -0
  566. package/docs/sdk/models/operations/getaccountingdirectcostattachmentresponse.md +12 -0
  567. package/docs/{models → sdk/models}/operations/getaccountingdirectcostrequest.md +0 -0
  568. package/docs/sdk/models/operations/getaccountingdirectcostresponse.md +12 -0
  569. package/docs/{models → sdk/models}/operations/getaccountingdirectincomeattachmentrequest.md +0 -0
  570. package/docs/sdk/models/operations/getaccountingdirectincomeattachmentresponse.md +12 -0
  571. package/docs/{models → sdk/models}/operations/getaccountingdirectincomerequest.md +0 -0
  572. package/docs/sdk/models/operations/getaccountingdirectincomeresponse.md +12 -0
  573. package/docs/{models → sdk/models}/operations/getaccountinginvoiceattachmentrequest.md +0 -0
  574. package/docs/sdk/models/operations/getaccountinginvoiceattachmentresponse.md +12 -0
  575. package/docs/{models → sdk/models}/operations/getaccountinginvoicerequest.md +0 -0
  576. package/docs/sdk/models/operations/getaccountinginvoiceresponse.md +12 -0
  577. package/docs/{models → sdk/models}/operations/getaccountingjournalentryrequest.md +0 -0
  578. package/docs/sdk/models/operations/getaccountingjournalentryresponse.md +12 -0
  579. package/docs/{models → sdk/models}/operations/getaccountingjournalrequest.md +0 -0
  580. package/docs/sdk/models/operations/getaccountingjournalresponse.md +12 -0
  581. package/docs/{models → sdk/models}/operations/getaccountingpaymentrequest.md +0 -0
  582. package/docs/sdk/models/operations/getaccountingpaymentresponse.md +12 -0
  583. package/docs/{models → sdk/models}/operations/getaccountingprofilerequest.md +0 -0
  584. package/docs/sdk/models/operations/getaccountingprofileresponse.md +12 -0
  585. package/docs/{models → sdk/models}/operations/getaccountingprofitandlossrequest.md +0 -0
  586. package/docs/sdk/models/operations/getaccountingprofitandlossresponse.md +12 -0
  587. package/docs/{models → sdk/models}/operations/getaccountingsupplierattachmentrequest.md +0 -0
  588. package/docs/sdk/models/operations/getaccountingsupplierattachmentresponse.md +12 -0
  589. package/docs/{models → sdk/models}/operations/getaccountingsupplierrequest.md +0 -0
  590. package/docs/sdk/models/operations/getaccountingsupplierresponse.md +12 -0
  591. package/docs/{models → sdk/models}/operations/getaccountingtransferrequest.md +0 -0
  592. package/docs/sdk/models/operations/getaccountingtransferresponse.md +12 -0
  593. package/docs/{models → sdk/models}/operations/getbankingaccountrequest.md +0 -0
  594. package/docs/sdk/models/operations/getbankingaccountresponse.md +12 -0
  595. package/docs/{models → sdk/models}/operations/getbankingtransactioncategoryrequest.md +0 -0
  596. package/docs/sdk/models/operations/getbankingtransactioncategoryresponse.md +12 -0
  597. package/docs/{models → sdk/models}/operations/getbankingtransactionrequest.md +0 -0
  598. package/docs/sdk/models/operations/getbankingtransactionresponse.md +12 -0
  599. package/docs/{models → sdk/models}/operations/getcategorizedbalancesheetstatementrequest.md +0 -0
  600. package/docs/sdk/models/operations/getcategorizedbalancesheetstatementresponse.md +12 -0
  601. package/docs/{models → sdk/models}/operations/getcategorizedbankstatementrequest.md +0 -0
  602. package/docs/sdk/models/operations/getcategorizedbankstatementresponse.md +12 -0
  603. package/docs/{models → sdk/models}/operations/getcategorizedprofitandlossstatementrequest.md +0 -0
  604. package/docs/sdk/models/operations/getcategorizedprofitandlossstatementresponse.md +12 -0
  605. package/docs/{models → sdk/models}/operations/getcommercecustomerrequest.md +0 -0
  606. package/docs/sdk/models/operations/getcommercecustomerresponse.md +12 -0
  607. package/docs/sdk/models/operations/getcommercecustomerretentionmetricsrequest.md +14 -0
  608. package/docs/sdk/models/operations/getcommercecustomerretentionmetricsresponse.md +12 -0
  609. package/docs/{models → sdk/models}/operations/getcommercedisputerequest.md +0 -0
  610. package/docs/sdk/models/operations/getcommercedisputeresponse.md +12 -0
  611. package/docs/sdk/models/operations/getcommercelifetimevaluemetricsrequest.md +14 -0
  612. package/docs/sdk/models/operations/getcommercelifetimevaluemetricsresponse.md +12 -0
  613. package/docs/{models → sdk/models}/operations/getcommercelocationrequest.md +0 -0
  614. package/docs/sdk/models/operations/getcommercelocationresponse.md +12 -0
  615. package/docs/{models → sdk/models}/operations/getcommerceorderrequest.md +0 -0
  616. package/docs/sdk/models/operations/getcommerceorderresponse.md +12 -0
  617. package/docs/sdk/models/operations/getcommerceordersreportrequest.md +14 -0
  618. package/docs/sdk/models/operations/getcommerceordersreportresponse.md +12 -0
  619. package/docs/{models → sdk/models}/operations/getcommercepaymentmethodrequest.md +0 -0
  620. package/docs/sdk/models/operations/getcommercepaymentmethodresponse.md +12 -0
  621. package/docs/{models → sdk/models}/operations/getcommercepaymentrequest.md +0 -0
  622. package/docs/sdk/models/operations/getcommercepaymentresponse.md +12 -0
  623. package/docs/{models → sdk/models}/operations/getcommerceproductcategoryrequest.md +0 -0
  624. package/docs/sdk/models/operations/getcommerceproductcategoryresponse.md +12 -0
  625. package/docs/{models → sdk/models}/operations/getcommerceproductrequest.md +0 -0
  626. package/docs/sdk/models/operations/getcommerceproductresponse.md +12 -0
  627. package/docs/{models → sdk/models}/operations/getcommerceprofilerequest.md +0 -0
  628. package/docs/sdk/models/operations/getcommerceprofileresponse.md +12 -0
  629. package/docs/sdk/models/operations/getcommercerefundsreportrequest.md +14 -0
  630. package/docs/sdk/models/operations/getcommercerefundsreportresponse.md +12 -0
  631. package/docs/sdk/models/operations/getcommercerevenuemetricsrequest.md +14 -0
  632. package/docs/sdk/models/operations/getcommercerevenuemetricsresponse.md +12 -0
  633. package/docs/{models → sdk/models}/operations/getcommercetransactionrequest.md +0 -0
  634. package/docs/sdk/models/operations/getcommercetransactionresponse.md +12 -0
  635. package/docs/{models → sdk/models}/operations/getcompanyrequest.md +0 -0
  636. package/docs/sdk/models/operations/getcompanyresponse.md +12 -0
  637. package/docs/{models → sdk/models}/operations/getconnectionrequest.md +0 -0
  638. package/docs/sdk/models/operations/getconnectionresponse.md +12 -0
  639. package/docs/{models → sdk/models}/operations/getcreatebanktransactionsmodelrequest.md +0 -0
  640. package/docs/sdk/models/operations/getcreatebanktransactionsmodelresponse.md +12 -0
  641. package/docs/{models → sdk/models}/operations/getcreatechartofaccountsmodelrequest.md +0 -0
  642. package/docs/sdk/models/operations/getcreatechartofaccountsmodelresponse.md +12 -0
  643. package/docs/{models → sdk/models}/operations/getcreatedirectcostsmodelrequest.md +0 -0
  644. package/docs/sdk/models/operations/getcreatedirectcostsmodelresponse.md +12 -0
  645. package/docs/{models → sdk/models}/operations/getcreateoperationrequest.md +0 -0
  646. package/docs/sdk/models/operations/getcreateoperationresponse.md +12 -0
  647. package/docs/sdk/models/operations/getcreatepaymentmodelrequest.md +9 -0
  648. package/docs/sdk/models/operations/getcreatepaymentmodelresponse.md +12 -0
  649. package/docs/{models → sdk/models}/operations/getcreatetransfersmodelrequest.md +0 -0
  650. package/docs/sdk/models/operations/getcreatetransfersmodelresponse.md +12 -0
  651. package/docs/sdk/models/operations/getcreateupdatebankaccountsmodelrequest.md +9 -0
  652. package/docs/sdk/models/operations/getcreateupdatebankaccountsmodelresponse.md +12 -0
  653. package/docs/{models → sdk/models}/operations/getcreateupdatesuppliersmodelrequest.md +0 -0
  654. package/docs/sdk/models/operations/getcreateupdatesuppliersmodelresponse.md +12 -0
  655. package/docs/sdk/models/operations/getdataintegritystatusrequest.md +9 -0
  656. package/docs/sdk/models/operations/getdataintegritystatusresponse.md +12 -0
  657. package/docs/sdk/models/operations/getdataintegritysummariesrequest.md +10 -0
  658. package/docs/sdk/models/operations/getdataintegritysummariesresponse.md +12 -0
  659. package/docs/{models → sdk/models}/operations/getdatastatusrequest.md +0 -0
  660. package/docs/sdk/models/operations/getdatastatusresponse.md +12 -0
  661. package/docs/sdk/models/operations/getexcelreportgenerationstatusrequest.md +9 -0
  662. package/docs/sdk/models/operations/getexcelreportgenerationstatusresponse.md +12 -0
  663. package/docs/sdk/models/operations/getloansummaryqueryparamsourcetype.md +12 -0
  664. package/docs/sdk/models/operations/getloansummaryrequest.md +9 -0
  665. package/docs/sdk/models/operations/getloansummaryresponse.md +12 -0
  666. package/docs/{models → sdk/models}/operations/getpulloperationrequest.md +0 -0
  667. package/docs/sdk/models/operations/getpulloperationresponse.md +12 -0
  668. package/docs/{models → sdk/models}/operations/isagedcreditorsreportavailablerequest.md +0 -0
  669. package/docs/sdk/models/operations/isagedcreditorsreportavailableresponse.md +12 -0
  670. package/docs/{models → sdk/models}/operations/isageddebtorsreportavailablerequest.md +0 -0
  671. package/docs/sdk/models/operations/isageddebtorsreportavailableresponse.md +12 -0
  672. package/docs/{models → sdk/models}/operations/listaccountingaccountsrequest.md +0 -0
  673. package/docs/sdk/models/operations/listaccountingaccountsresponse.md +12 -0
  674. package/docs/{models → sdk/models}/operations/listaccountingaccounttransactionsrequest.md +0 -0
  675. package/docs/sdk/models/operations/listaccountingaccounttransactionsresponse.md +12 -0
  676. package/docs/{models → sdk/models}/operations/listaccountingbankaccountsrequest.md +0 -0
  677. package/docs/sdk/models/operations/listaccountingbankaccountsresponse.md +12 -0
  678. package/docs/{models → sdk/models}/operations/listaccountingbankaccounttransactionsrequest.md +0 -0
  679. package/docs/sdk/models/operations/listaccountingbankaccounttransactionsresponse.md +12 -0
  680. package/docs/{models → sdk/models}/operations/listaccountingbillattachmentsrequest.md +0 -0
  681. package/docs/sdk/models/operations/listaccountingbillattachmentsresponse.md +12 -0
  682. package/docs/{models → sdk/models}/operations/listaccountingbillcreditnotesrequest.md +0 -0
  683. package/docs/sdk/models/operations/listaccountingbillcreditnotesresponse.md +12 -0
  684. package/docs/{models → sdk/models}/operations/listaccountingbillpaymentsrequest.md +0 -0
  685. package/docs/sdk/models/operations/listaccountingbillpaymentsresponse.md +12 -0
  686. package/docs/{models → sdk/models}/operations/listaccountingbillsrequest.md +0 -0
  687. package/docs/sdk/models/operations/listaccountingbillsresponse.md +12 -0
  688. package/docs/{models → sdk/models}/operations/listaccountingcreditnotesrequest.md +0 -0
  689. package/docs/sdk/models/operations/listaccountingcreditnotesresponse.md +12 -0
  690. package/docs/{models → sdk/models}/operations/listaccountingcustomerattachmentsrequest.md +0 -0
  691. package/docs/sdk/models/operations/listaccountingcustomerattachmentsresponse.md +12 -0
  692. package/docs/{models → sdk/models}/operations/listaccountingcustomersrequest.md +0 -0
  693. package/docs/sdk/models/operations/listaccountingcustomersresponse.md +12 -0
  694. package/docs/{models → sdk/models}/operations/listaccountingdirectcostattachmentsrequest.md +0 -0
  695. package/docs/sdk/models/operations/listaccountingdirectcostattachmentsresponse.md +12 -0
  696. package/docs/{models → sdk/models}/operations/listaccountingdirectcostsrequest.md +0 -0
  697. package/docs/sdk/models/operations/listaccountingdirectcostsresponse.md +12 -0
  698. package/docs/{models → sdk/models}/operations/listaccountingdirectincomeattachmentsrequest.md +0 -0
  699. package/docs/sdk/models/operations/listaccountingdirectincomeattachmentsresponse.md +12 -0
  700. package/docs/{models → sdk/models}/operations/listaccountingdirectincomesrequest.md +0 -0
  701. package/docs/sdk/models/operations/listaccountingdirectincomesresponse.md +12 -0
  702. package/docs/{models → sdk/models}/operations/listaccountinginvoiceattachmentsrequest.md +0 -0
  703. package/docs/sdk/models/operations/listaccountinginvoiceattachmentsresponse.md +12 -0
  704. package/docs/{models → sdk/models}/operations/listaccountinginvoicesrequest.md +0 -0
  705. package/docs/sdk/models/operations/listaccountinginvoicesresponse.md +12 -0
  706. package/docs/{models → sdk/models}/operations/listaccountingjournalentriesrequest.md +0 -0
  707. package/docs/sdk/models/operations/listaccountingjournalentriesresponse.md +12 -0
  708. package/docs/{models → sdk/models}/operations/listaccountingjournalsrequest.md +0 -0
  709. package/docs/sdk/models/operations/listaccountingjournalsresponse.md +12 -0
  710. package/docs/{models → sdk/models}/operations/listaccountingpaymentsrequest.md +0 -0
  711. package/docs/sdk/models/operations/listaccountingpaymentsresponse.md +12 -0
  712. package/docs/{models → sdk/models}/operations/listaccountingsupplierattachmentsrequest.md +0 -0
  713. package/docs/sdk/models/operations/listaccountingsupplierattachmentsresponse.md +12 -0
  714. package/docs/{models → sdk/models}/operations/listaccountingsuppliersrequest.md +0 -0
  715. package/docs/sdk/models/operations/listaccountingsuppliersresponse.md +12 -0
  716. package/docs/{models → sdk/models}/operations/listaccountingtransfersrequest.md +0 -0
  717. package/docs/sdk/models/operations/listaccountingtransfersresponse.md +12 -0
  718. package/docs/{models → sdk/models}/operations/listbankingaccountbalancesrequest.md +0 -0
  719. package/docs/sdk/models/operations/listbankingaccountbalancesresponse.md +12 -0
  720. package/docs/{models → sdk/models}/operations/listbankingaccountsrequest.md +0 -0
  721. package/docs/sdk/models/operations/listbankingaccountsresponse.md +12 -0
  722. package/docs/{models → sdk/models}/operations/listbankingtransactioncategoriesrequest.md +0 -0
  723. package/docs/sdk/models/operations/listbankingtransactioncategoriesresponse.md +12 -0
  724. package/docs/{models → sdk/models}/operations/listbankingtransactionsrequest.md +0 -0
  725. package/docs/sdk/models/operations/listbankingtransactionsresponse.md +12 -0
  726. package/docs/{models → sdk/models}/operations/listcommercecustomersrequest.md +0 -0
  727. package/docs/sdk/models/operations/listcommercecustomersresponse.md +12 -0
  728. package/docs/{models → sdk/models}/operations/listcommercedisputesrequest.md +0 -0
  729. package/docs/sdk/models/operations/listcommercedisputesresponse.md +12 -0
  730. package/docs/{models → sdk/models}/operations/listcommercelocationsrequest.md +0 -0
  731. package/docs/sdk/models/operations/listcommercelocationsresponse.md +12 -0
  732. package/docs/{models → sdk/models}/operations/listcommerceordersrequest.md +0 -0
  733. package/docs/sdk/models/operations/listcommerceordersresponse.md +12 -0
  734. package/docs/{models → sdk/models}/operations/listcommercepaymentmethodsrequest.md +0 -0
  735. package/docs/sdk/models/operations/listcommercepaymentmethodsresponse.md +12 -0
  736. package/docs/{models → sdk/models}/operations/listcommercepaymentsrequest.md +0 -0
  737. package/docs/sdk/models/operations/listcommercepaymentsresponse.md +12 -0
  738. package/docs/{models → sdk/models}/operations/listcommerceproductcategoriesrequest.md +0 -0
  739. package/docs/sdk/models/operations/listcommerceproductcategoriesresponse.md +12 -0
  740. package/docs/{models → sdk/models}/operations/listcommerceproductsrequest.md +0 -0
  741. package/docs/sdk/models/operations/listcommerceproductsresponse.md +12 -0
  742. package/docs/{models → sdk/models}/operations/listcommercetransactionsrequest.md +0 -0
  743. package/docs/sdk/models/operations/listcommercetransactionsresponse.md +12 -0
  744. package/docs/{models → sdk/models}/operations/listcompaniesrequest.md +0 -0
  745. package/docs/sdk/models/operations/listcompaniesresponse.md +12 -0
  746. package/docs/{models → sdk/models}/operations/listconnectionsrequest.md +0 -0
  747. package/docs/sdk/models/operations/listconnectionsresponse.md +12 -0
  748. package/docs/{models → sdk/models}/operations/listcreateoperationsrequest.md +0 -0
  749. package/docs/sdk/models/operations/listcreateoperationsresponse.md +12 -0
  750. package/docs/sdk/models/operations/listdataintegritydetailsrequest.md +13 -0
  751. package/docs/sdk/models/operations/listdataintegritydetailsresponse.md +12 -0
  752. package/docs/{models → sdk/models}/operations/listfilesrequest.md +0 -0
  753. package/docs/sdk/models/operations/listfilesresponse.md +12 -0
  754. package/docs/sdk/models/operations/listloantransactionsqueryparamsourcetype.md +12 -0
  755. package/docs/sdk/models/operations/listloantransactionsrequest.md +9 -0
  756. package/docs/sdk/models/operations/listloantransactionsresponse.md +12 -0
  757. package/docs/{models → sdk/models}/operations/listpulloperationsrequest.md +0 -0
  758. package/docs/sdk/models/operations/listpulloperationsresponse.md +12 -0
  759. package/docs/{models → sdk/models}/operations/listreconciledinvoicesrequest.md +0 -0
  760. package/docs/sdk/models/operations/listreconciledinvoicesresponse.md +12 -0
  761. package/docs/sdk/models/operations/queryparamsourcetype.md +12 -0
  762. package/docs/{models → sdk/models}/operations/refreshalldatatypesrequest.md +0 -0
  763. package/docs/sdk/models/operations/refreshalldatatypesresponse.md +11 -0
  764. package/docs/sdk/models/operations/refreshdatatyperequest.md +10 -0
  765. package/docs/sdk/models/operations/refreshdatatyperesponse.md +12 -0
  766. package/docs/sdk/models/operations/sourcetype.md +12 -0
  767. package/docs/sdk/models/operations/unlinkconnectionrequest.md +10 -0
  768. package/docs/sdk/models/operations/unlinkconnectionresponse.md +12 -0
  769. package/docs/sdk/models/operations/unlinkconnectionupdateconnection.md +8 -0
  770. package/docs/sdk/models/operations/updatecompanyrequest.md +9 -0
  771. package/docs/sdk/models/operations/updatecompanyresponse.md +12 -0
  772. package/docs/sdk/models/operations/uploadfilesrequest.md +10 -0
  773. package/docs/sdk/models/operations/uploadfilesrequestbody.md +9 -0
  774. package/docs/sdk/models/operations/uploadfilesresponse.md +11 -0
  775. package/docs/{models → sdk/models}/shared/accountbalance.md +0 -0
  776. package/docs/{models → sdk/models}/shared/accountbalanceamounts.md +0 -0
  777. package/docs/sdk/models/shared/accountcategoriesupdatedwebhook.md +18 -0
  778. package/docs/{models → sdk/models}/shared/accountcategoriesupdatedwebhookdata.md +0 -0
  779. package/docs/{models → sdk/models}/shared/accountcategorylevel.md +0 -0
  780. package/docs/sdk/models/shared/accountidentifiers.md +16 -0
  781. package/docs/{models → sdk/models}/shared/accountidentifiertype.md +0 -0
  782. package/docs/sdk/models/shared/accountingaccount.md +52 -0
  783. package/docs/sdk/models/shared/accountingaccounts.md +12 -0
  784. package/docs/sdk/models/shared/accountingaccounttransaction.md +38 -0
  785. package/docs/sdk/models/shared/accountingaccounttransactions.md +12 -0
  786. package/docs/{models → sdk/models}/shared/accountingaccountvaliddatatypelinks.md +0 -0
  787. package/docs/sdk/models/shared/accountingaddress.md +14 -0
  788. package/docs/{models → sdk/models}/shared/accountingaddresstype.md +0 -0
  789. package/docs/sdk/models/shared/accountingagedcreditorreport.md +43 -0
  790. package/docs/sdk/models/shared/accountingageddebtorreport.md +43 -0
  791. package/docs/{models → sdk/models}/shared/accountingattachment.md +0 -0
  792. package/docs/sdk/models/shared/accountingbalancesheet.md +30 -0
  793. package/docs/sdk/models/shared/accountingbankaccount.md +40 -0
  794. package/docs/sdk/models/shared/accountingbankaccounts.md +12 -0
  795. package/docs/{models → sdk/models}/shared/accountingbankaccounttype.md +0 -0
  796. package/docs/sdk/models/shared/accountingbanktransaction.md +34 -0
  797. package/docs/sdk/models/shared/accountingbanktransactions.md +12 -0
  798. package/docs/sdk/models/shared/accountingbill.md +48 -0
  799. package/docs/sdk/models/shared/accountingbillcreditnote.md +46 -0
  800. package/docs/sdk/models/shared/accountingbillcreditnotes.md +12 -0
  801. package/docs/sdk/models/shared/accountingbillpayment.md +174 -0
  802. package/docs/sdk/models/shared/accountingbillpayments.md +12 -0
  803. package/docs/sdk/models/shared/accountingbills.md +12 -0
  804. package/docs/sdk/models/shared/accountingcashflowstatement.md +27 -0
  805. package/docs/sdk/models/shared/accountingcompanyinfo.md +29 -0
  806. package/docs/sdk/models/shared/accountingcreateaccountresponse.md +21 -0
  807. package/docs/sdk/models/shared/accountingcreatebankaccountresponse.md +21 -0
  808. package/docs/sdk/models/shared/accountingcreatebanktransactions.md +9 -0
  809. package/docs/sdk/models/shared/accountingcreatebanktransactionsresponse.md +21 -0
  810. package/docs/sdk/models/shared/accountingcreatedirectcostresponse.md +21 -0
  811. package/docs/sdk/models/shared/accountingcreatepaymentresponse.md +21 -0
  812. package/docs/sdk/models/shared/accountingcreatesupplierresponse.md +21 -0
  813. package/docs/sdk/models/shared/accountingcreatetransferresponse.md +21 -0
  814. package/docs/sdk/models/shared/accountingcreditnote.md +44 -0
  815. package/docs/sdk/models/shared/accountingcreditnotes.md +12 -0
  816. package/docs/sdk/models/shared/accountingcustomer.md +31 -0
  817. package/docs/{models → sdk/models}/shared/accountingcustomerref.md +0 -0
  818. package/docs/sdk/models/shared/accountingcustomers.md +12 -0
  819. package/docs/sdk/models/shared/accountingdirectcost.md +39 -0
  820. package/docs/sdk/models/shared/accountingdirectcostcontactref.md +11 -0
  821. package/docs/sdk/models/shared/accountingdirectcosts.md +12 -0
  822. package/docs/sdk/models/shared/accountingdirectincome.md +40 -0
  823. package/docs/sdk/models/shared/accountingdirectincomes.md +12 -0
  824. package/docs/sdk/models/shared/accountinginvoice.md +63 -0
  825. package/docs/sdk/models/shared/accountinginvoices.md +12 -0
  826. package/docs/sdk/models/shared/accountingjournal.md +42 -0
  827. package/docs/sdk/models/shared/accountingjournalentries.md +12 -0
  828. package/docs/sdk/models/shared/accountingjournalentry.md +42 -0
  829. package/docs/sdk/models/shared/accountingjournals.md +12 -0
  830. package/docs/sdk/models/shared/accountingpayment.md +701 -0
  831. package/docs/sdk/models/shared/accountingpaymentallocation.md +9 -0
  832. package/docs/sdk/models/shared/accountingpayments.md +12 -0
  833. package/docs/sdk/models/shared/accountingprofitandlossreport.md +35 -0
  834. package/docs/sdk/models/shared/accountingsupplier.md +27 -0
  835. package/docs/sdk/models/shared/accountingsuppliers.md +12 -0
  836. package/docs/sdk/models/shared/accountingtransfer.md +23 -0
  837. package/docs/sdk/models/shared/accountingtransfers.md +12 -0
  838. package/docs/{models → sdk/models}/shared/accountinstitution.md +0 -0
  839. package/docs/sdk/models/shared/accountprototype.md +19 -0
  840. package/docs/{models → sdk/models}/shared/accountref.md +0 -0
  841. package/docs/sdk/models/shared/accounts.md +14 -0
  842. package/docs/sdk/models/shared/accountspayabletracking.md +14 -0
  843. package/docs/sdk/models/shared/accountsreceivabletracking.md +15 -0
  844. package/docs/{models → sdk/models}/shared/accountstatus.md +0 -0
  845. package/docs/sdk/models/shared/accounttransactionline.md +10 -0
  846. package/docs/{models → sdk/models}/shared/accounttype.md +0 -0
  847. package/docs/sdk/models/shared/agedcreditor.md +10 -0
  848. package/docs/sdk/models/shared/agedcurrencyoutstanding.md +9 -0
  849. package/docs/sdk/models/shared/ageddebtor.md +10 -0
  850. package/docs/sdk/models/shared/agedoutstandingamount.md +11 -0
  851. package/docs/{models → sdk/models}/shared/agedoutstandingamountdetail.md +0 -0
  852. package/docs/sdk/models/shared/allocation.md +11 -0
  853. package/docs/sdk/models/shared/attachments.md +8 -0
  854. package/docs/sdk/models/shared/balancesheet.md +12 -0
  855. package/docs/{models → sdk/models}/shared/bankaccountref.md +0 -0
  856. package/docs/sdk/models/shared/bankingaccount.md +24 -0
  857. package/docs/sdk/models/shared/bankingaccountbalance.md +22 -0
  858. package/docs/sdk/models/shared/bankingaccountbalances.md +12 -0
  859. package/docs/sdk/models/shared/bankingaccounts.md +12 -0
  860. package/docs/sdk/models/shared/bankingtransaction.md +25 -0
  861. package/docs/sdk/models/shared/bankingtransactioncategories.md +12 -0
  862. package/docs/sdk/models/shared/bankingtransactioncategory.md +16 -0
  863. package/docs/{models → sdk/models}/shared/bankingtransactionref.md +0 -0
  864. package/docs/sdk/models/shared/bankingtransactions.md +12 -0
  865. package/docs/{models → sdk/models}/shared/banktransactiontype.md +0 -0
  866. package/docs/sdk/models/shared/billcreditnotelineitem.md +20 -0
  867. package/docs/{models → sdk/models}/shared/billcreditnotestatus.md +0 -0
  868. package/docs/{models → sdk/models}/shared/billedtotype.md +0 -0
  869. package/docs/{models → sdk/models}/shared/billedtotype1.md +0 -0
  870. package/docs/sdk/models/shared/billlineitem.md +24 -0
  871. package/docs/sdk/models/shared/billlineitemdatatype.md +10 -0
  872. package/docs/sdk/models/shared/billpaymentline.md +10 -0
  873. package/docs/sdk/models/shared/billpaymentlinelink.md +11 -0
  874. package/docs/{models → sdk/models}/shared/billpaymentlinelinktype.md +0 -0
  875. package/docs/{models → sdk/models}/shared/billstatus.md +0 -0
  876. package/docs/sdk/models/shared/cashflowstatement.md +11 -0
  877. package/docs/sdk/models/shared/clientratelimitreachedwebhook.md +16 -0
  878. package/docs/{models → sdk/models}/shared/clientratelimitreachedwebhookdata.md +0 -0
  879. package/docs/sdk/models/shared/clientratelimitresetwebhook.md +16 -0
  880. package/docs/{models → sdk/models}/shared/clientratelimitresetwebhookdata.md +0 -0
  881. package/docs/sdk/models/shared/commerceaddress.md +14 -0
  882. package/docs/{models → sdk/models}/shared/commerceaddresstype.md +0 -0
  883. package/docs/sdk/models/shared/commercecompanyinfo.md +26 -0
  884. package/docs/sdk/models/shared/commercecustomer.md +21 -0
  885. package/docs/{models → sdk/models}/shared/commercecustomerref.md +0 -0
  886. package/docs/sdk/models/shared/commercecustomers.md +12 -0
  887. package/docs/sdk/models/shared/commercedispute.md +26 -0
  888. package/docs/sdk/models/shared/commercedisputes.md +12 -0
  889. package/docs/sdk/models/shared/commercelocation.md +18 -0
  890. package/docs/sdk/models/shared/commercelocations.md +12 -0
  891. package/docs/sdk/models/shared/commerceorder.md +31 -0
  892. package/docs/sdk/models/shared/commerceorders.md +12 -0
  893. package/docs/sdk/models/shared/commercepayment.md +26 -0
  894. package/docs/sdk/models/shared/commercepaymentmethod.md +16 -0
  895. package/docs/sdk/models/shared/commercepaymentmethods.md +12 -0
  896. package/docs/{models → sdk/models}/shared/commercepaymentmethodstatus.md +0 -0
  897. package/docs/sdk/models/shared/commercepayments.md +12 -0
  898. package/docs/sdk/models/shared/commerceproduct.md +19 -0
  899. package/docs/sdk/models/shared/commerceproductcategories.md +12 -0
  900. package/docs/sdk/models/shared/commerceproductcategory.md +17 -0
  901. package/docs/sdk/models/shared/commerceproducts.md +12 -0
  902. package/docs/{models → sdk/models}/shared/commercerecordref.md +0 -0
  903. package/docs/sdk/models/shared/commercereport.md +54 -0
  904. package/docs/sdk/models/shared/commercereportcomponent.md +13 -0
  905. package/docs/sdk/models/shared/commercereportdimension.md +11 -0
  906. package/docs/{models → sdk/models}/shared/commercereportdimensionitems.md +0 -0
  907. package/docs/{models → sdk/models}/shared/commercereporterror.md +0 -0
  908. package/docs/{models → sdk/models}/shared/commercereportmeasure.md +0 -0
  909. package/docs/sdk/models/shared/commercetransaction.md +29 -0
  910. package/docs/sdk/models/shared/commercetransactions.md +12 -0
  911. package/docs/sdk/models/shared/companies.md +12 -0
  912. package/docs/sdk/models/shared/company.md +22 -0
  913. package/docs/{models → sdk/models}/shared/companyrequestbody.md +0 -0
  914. package/docs/sdk/models/shared/connection.md +31 -0
  915. package/docs/sdk/models/shared/connections.md +12 -0
  916. package/docs/sdk/models/shared/contact.md +13 -0
  917. package/docs/sdk/models/shared/contactref.md +11 -0
  918. package/docs/{models → sdk/models}/shared/createbankaccounttransaction.md +0 -0
  919. package/docs/sdk/models/shared/creditnotelineitem.md +21 -0
  920. package/docs/{models → sdk/models}/shared/creditnotestatus.md +0 -0
  921. package/docs/{models → sdk/models}/shared/customerstatus.md +0 -0
  922. package/docs/{models → sdk/models}/shared/dataconnectionerror.md +0 -0
  923. package/docs/{models → sdk/models}/shared/dataconnectionstatus.md +0 -0
  924. package/docs/{models → sdk/models}/shared/dataintegrityamounts.md +0 -0
  925. package/docs/{models → sdk/models}/shared/dataintegritybyamount.md +0 -0
  926. package/docs/{models → sdk/models}/shared/dataintegritybycount.md +0 -0
  927. package/docs/{models → sdk/models}/shared/dataintegrityconnectionid.md +0 -0
  928. package/docs/{models → sdk/models}/shared/dataintegritydatatype.md +0 -0
  929. package/docs/{models → sdk/models}/shared/dataintegritydates.md +0 -0
  930. package/docs/sdk/models/shared/dataintegritydetail.md +15 -0
  931. package/docs/sdk/models/shared/dataintegritydetails.md +12 -0
  932. package/docs/{models → sdk/models}/shared/dataintegritymatch.md +0 -0
  933. package/docs/sdk/models/shared/dataintegritystatus.md +12 -0
  934. package/docs/sdk/models/shared/dataintegritystatuses.md +8 -0
  935. package/docs/sdk/models/shared/dataintegritystatusinfo.md +10 -0
  936. package/docs/sdk/models/shared/dataintegritysummaries.md +8 -0
  937. package/docs/sdk/models/shared/dataintegritysummary.md +10 -0
  938. package/docs/sdk/models/shared/datasource.md +8 -0
  939. package/docs/sdk/models/shared/datastatus.md +14 -0
  940. package/docs/sdk/models/shared/datatype.md +52 -0
  941. package/docs/sdk/models/shared/datatypes.md +52 -0
  942. package/docs/sdk/models/shared/directcostlineitem.md +20 -0
  943. package/docs/sdk/models/shared/directcostprototype.md +19 -0
  944. package/docs/sdk/models/shared/directcostprototypecontactref.md +11 -0
  945. package/docs/sdk/models/shared/directincomelineitem.md +19 -0
  946. package/docs/{models → sdk/models}/shared/disputestatus.md +0 -0
  947. package/docs/sdk/models/shared/enhancedcashflowitem.md +8 -0
  948. package/docs/sdk/models/shared/enhancedcashflowtransaction.md +16 -0
  949. package/docs/sdk/models/shared/enhancedcashflowtransactions.md +16 -0
  950. package/docs/sdk/models/shared/enhancedfinancialreport.md +9 -0
  951. package/docs/sdk/models/shared/enhancedinvoicereportitem.md +20 -0
  952. package/docs/sdk/models/shared/enhancedinvoicesreport.md +11 -0
  953. package/docs/sdk/models/shared/enhancedreportaccountcategory.md +9 -0
  954. package/docs/{models → sdk/models}/shared/enhancedreportinfo.md +0 -0
  955. package/docs/{models → sdk/models}/shared/errormessage.md +0 -0
  956. package/docs/{models → sdk/models}/shared/excelreporttypes.md +0 -0
  957. package/docs/sdk/models/shared/excelstatus.md +15 -0
  958. package/docs/{models → sdk/models}/shared/file.md +0 -0
  959. package/docs/{models → sdk/models}/shared/halref.md +0 -0
  960. package/docs/{models → sdk/models}/shared/integritystatus.md +0 -0
  961. package/docs/sdk/models/shared/invoicelineitem.md +21 -0
  962. package/docs/{models → sdk/models}/shared/invoicestatus.md +0 -0
  963. package/docs/sdk/models/shared/itemref.md +10 -0
  964. package/docs/sdk/models/shared/itemreference.md +11 -0
  965. package/docs/{models → sdk/models}/shared/items.md +0 -0
  966. package/docs/sdk/models/shared/journalline.md +12 -0
  967. package/docs/sdk/models/shared/journallinetracking.md +10 -0
  968. package/docs/{models → sdk/models}/shared/journalref.md +0 -0
  969. package/docs/{models → sdk/models}/shared/journalstatus.md +0 -0
  970. package/docs/{models → sdk/models}/shared/lendingcustomerref.md +0 -0
  971. package/docs/sdk/models/shared/links.md +11 -0
  972. package/docs/{models → sdk/models}/shared/loanref.md +0 -0
  973. package/docs/sdk/models/shared/loansummary.md +9 -0
  974. package/docs/{models → sdk/models}/shared/loansummaryintegrationtype.md +0 -0
  975. package/docs/sdk/models/shared/loansummaryrecordref.md +11 -0
  976. package/docs/{models → sdk/models}/shared/loansummaryrecordreftype.md +0 -0
  977. package/docs/{models → sdk/models}/shared/loansummaryreportinfo.md +0 -0
  978. package/docs/sdk/models/shared/loansummaryreportitem.md +14 -0
  979. package/docs/sdk/models/shared/loantransactions.md +10 -0
  980. package/docs/{models → sdk/models}/shared/loantransactionsreportinfo.md +0 -0
  981. package/docs/sdk/models/shared/loantransactiontype.md +13 -0
  982. package/docs/{models → sdk/models}/shared/locationref.md +0 -0
  983. package/docs/{models → sdk/models}/shared/metadata.md +0 -0
  984. package/docs/{models → sdk/models}/shared/orderdiscountallocation.md +0 -0
  985. package/docs/sdk/models/shared/orderlineitem.md +17 -0
  986. package/docs/sdk/models/shared/payment.md +14 -0
  987. package/docs/sdk/models/shared/paymentallocationpayment.md +15 -0
  988. package/docs/sdk/models/shared/paymentline.md +10 -0
  989. package/docs/sdk/models/shared/paymentlinelink.md +11 -0
  990. package/docs/{models → sdk/models}/shared/paymentlinktype.md +0 -0
  991. package/docs/{models → sdk/models}/shared/paymentmethodref.md +0 -0
  992. package/docs/sdk/models/shared/paymentref.md +17 -0
  993. package/docs/{models → sdk/models}/shared/paymentstatus.md +0 -0
  994. package/docs/{models → sdk/models}/shared/paymenttype.md +0 -0
  995. package/docs/{models → sdk/models}/shared/periodunit.md +0 -0
  996. package/docs/sdk/models/shared/phonenumber.md +9 -0
  997. package/docs/{models → sdk/models}/shared/phonenumbertype.md +0 -0
  998. package/docs/sdk/models/shared/productinventory.md +11 -0
  999. package/docs/sdk/models/shared/productinventorylocation.md +9 -0
  1000. package/docs/{models → sdk/models}/shared/productprice.md +0 -0
  1001. package/docs/{models → sdk/models}/shared/productref.md +0 -0
  1002. package/docs/sdk/models/shared/productvariant.md +24 -0
  1003. package/docs/{models → sdk/models}/shared/productvariantref.md +0 -0
  1004. package/docs/{models → sdk/models}/shared/productvariantstatus.md +0 -0
  1005. package/docs/sdk/models/shared/profitandlossreport.md +18 -0
  1006. package/docs/{models → sdk/models}/shared/projectref.md +0 -0
  1007. package/docs/sdk/models/shared/propertieitemref.md +11 -0
  1008. package/docs/sdk/models/shared/pulloperation.md +22 -0
  1009. package/docs/sdk/models/shared/pulloperations.md +12 -0
  1010. package/docs/{models → sdk/models}/shared/pulloperationstatus.md +0 -0
  1011. package/docs/sdk/models/shared/purchaseorderreference.md +9 -0
  1012. package/docs/{models → sdk/models}/shared/pushchangetype.md +0 -0
  1013. package/docs/{models → sdk/models}/shared/pushfieldvalidation.md +0 -0
  1014. package/docs/sdk/models/shared/pushoperation.md +20 -0
  1015. package/docs/sdk/models/shared/pushoperationchange.md +10 -0
  1016. package/docs/sdk/models/shared/pushoperationref.md +9 -0
  1017. package/docs/sdk/models/shared/pushoperations.md +12 -0
  1018. package/docs/{models → sdk/models}/shared/pushoperationstatus.md +0 -0
  1019. package/docs/sdk/models/shared/pushoption.md +14 -0
  1020. package/docs/sdk/models/shared/pushoptionchoice.md +12 -0
  1021. package/docs/sdk/models/shared/pushoptionproperty.md +14 -0
  1022. package/docs/{models → sdk/models}/shared/pushoptiontype.md +0 -0
  1023. package/docs/sdk/models/shared/pushvalidationinfo.md +9 -0
  1024. package/docs/sdk/models/shared/recordlinereference.md +12 -0
  1025. package/docs/{models → sdk/models}/shared/recordref.md +0 -0
  1026. package/docs/sdk/models/shared/recordreference.md +13 -0
  1027. package/docs/{models → sdk/models}/shared/reportbasis.md +0 -0
  1028. package/docs/{models → sdk/models}/shared/reportcomponentmeasure.md +0 -0
  1029. package/docs/{models → sdk/models}/shared/reportinfo.md +0 -0
  1030. package/docs/{models → sdk/models}/shared/reportinput.md +0 -0
  1031. package/docs/sdk/models/shared/reportitem.md +12 -0
  1032. package/docs/sdk/models/shared/reportitems.md +13 -0
  1033. package/docs/sdk/models/shared/reportline.md +11 -0
  1034. package/docs/sdk/models/shared/reportlineinput.md +11 -0
  1035. package/docs/sdk/models/shared/salesorderreference.md +9 -0
  1036. package/docs/sdk/models/shared/schemadatatype.md +52 -0
  1037. package/docs/{models → sdk/models}/shared/security.md +0 -0
  1038. package/docs/sdk/models/shared/servicecharge.md +14 -0
  1039. package/docs/{models → sdk/models}/shared/servicechargetype.md +0 -0
  1040. package/docs/{models → sdk/models}/shared/sourceref.md +0 -0
  1041. package/docs/sdk/models/shared/sourcetype.md +14 -0
  1042. package/docs/sdk/models/shared/status.md +13 -0
  1043. package/docs/{models → sdk/models}/shared/supplementaldata.md +0 -0
  1044. package/docs/{models → sdk/models}/shared/supplierref.md +0 -0
  1045. package/docs/{models → sdk/models}/shared/supplierstatus.md +0 -0
  1046. package/docs/sdk/models/shared/taxcomponentallocation.md +9 -0
  1047. package/docs/{models → sdk/models}/shared/taxcomponentref.md +0 -0
  1048. package/docs/{models → sdk/models}/shared/taxrateref.md +0 -0
  1049. package/docs/sdk/models/shared/taxratereference.md +21 -0
  1050. package/docs/sdk/models/shared/tracking.md +9 -0
  1051. package/docs/{models → sdk/models}/shared/trackingcategoryref.md +0 -0
  1052. package/docs/{models → sdk/models}/shared/transactioncategory.md +0 -0
  1053. package/docs/{models → sdk/models}/shared/transactioncategoryref.md +0 -0
  1054. package/docs/{models → sdk/models}/shared/transactioncategorystatus.md +0 -0
  1055. package/docs/{models → sdk/models}/shared/transactioncode.md +0 -0
  1056. package/docs/sdk/models/shared/transactionsourceref.md +9 -0
  1057. package/docs/{models → sdk/models}/shared/transactionsourcetype.md +0 -0
  1058. package/docs/{models → sdk/models}/shared/transactiontype.md +0 -0
  1059. package/docs/sdk/models/shared/transferaccount.md +12 -0
  1060. package/docs/sdk/models/shared/typet.md +12 -0
  1061. package/docs/sdk/models/shared/validation.md +11 -0
  1062. package/docs/{models → sdk/models}/shared/validationitem.md +0 -0
  1063. package/docs/sdk/models/shared/validdatatypelinks.md +50 -0
  1064. package/docs/sdk/models/shared/weblink.md +11 -0
  1065. package/docs/sdk/models/shared/withholdingtax.md +9 -0
  1066. package/docs/sdk/models/webhooks/accountcategoriesupdatedresponse.md +10 -0
  1067. package/docs/sdk/models/webhooks/clientratelimitreachedresponse.md +10 -0
  1068. package/docs/sdk/models/webhooks/clientratelimitresetresponse.md +10 -0
  1069. package/docs/sdks/accountbalances/README.md +61 -0
  1070. package/docs/sdks/accounts/README.md +117 -0
  1071. package/docs/sdks/accountspayable/README.md +0 -0
  1072. package/docs/sdks/accountsreceivable/README.md +0 -0
  1073. package/docs/sdks/accounttransactions/README.md +117 -0
  1074. package/docs/sdks/balancesheet/README.md +105 -0
  1075. package/docs/sdks/bankaccounts/README.md +132 -0
  1076. package/docs/sdks/banking/README.md +0 -0
  1077. package/docs/sdks/banktransactions/README.md +129 -0
  1078. package/docs/sdks/billcreditnotes/README.md +115 -0
  1079. package/docs/sdks/billpayments/README.md +115 -0
  1080. package/docs/sdks/bills/README.md +279 -0
  1081. package/docs/sdks/cashflow/README.md +55 -0
  1082. package/docs/sdks/categorizedstatement/README.md +58 -0
  1083. package/docs/sdks/codatlending/README.md +0 -0
  1084. package/docs/sdks/codatlendingaccountingbankdata/README.md +68 -0
  1085. package/docs/sdks/codatlendingaccounts/README.md +117 -0
  1086. package/docs/sdks/codatlendingbankingtransactions/README.md +117 -0
  1087. package/docs/sdks/codatlendingcustomers/README.md +117 -0
  1088. package/docs/sdks/codatlendingdirectcosts/README.md +281 -0
  1089. package/docs/sdks/codatlendingfinancialstatementsaccounts/README.md +114 -0
  1090. package/docs/sdks/codatlendingloanwritebackaccounts/README.md +145 -0
  1091. package/docs/sdks/codatlendingpayments/README.md +152 -0
  1092. package/docs/sdks/codatlendingreports/README.md +158 -0
  1093. package/docs/sdks/codatlendingsalespayments/README.md +117 -0
  1094. package/docs/sdks/codatlendingsuppliers/README.md +139 -0
  1095. package/docs/sdks/codatlendingtransactions/README.md +117 -0
  1096. package/docs/sdks/codatlendingtransfers/README.md +117 -0
  1097. package/docs/sdks/companies/README.md +70 -40
  1098. package/docs/sdks/companyinfo/README.md +32 -18
  1099. package/docs/sdks/connections/README.md +70 -40
  1100. package/docs/sdks/createoperations/README.md +103 -0
  1101. package/docs/sdks/creditnotes/README.md +115 -0
  1102. package/docs/sdks/customers/README.md +279 -0
  1103. package/docs/sdks/dataintegrity/README.md +42 -24
  1104. package/docs/sdks/directcosts/README.md +177 -0
  1105. package/docs/sdks/directincomes/README.md +281 -0
  1106. package/docs/sdks/disputes/README.md +117 -0
  1107. package/docs/sdks/excelreports/README.md +42 -24
  1108. package/docs/sdks/fileupload/README.md +44 -26
  1109. package/docs/sdks/financialstatements/README.md +0 -0
  1110. package/docs/sdks/invoices/README.md +381 -0
  1111. package/docs/sdks/journalentries/README.md +115 -0
  1112. package/docs/sdks/journals/README.md +115 -0
  1113. package/docs/sdks/liabilities/README.md +64 -40
  1114. package/docs/sdks/loanwriteback/README.md +0 -0
  1115. package/docs/sdks/locations/README.md +114 -0
  1116. package/docs/sdks/managedata/README.md +14 -8
  1117. package/docs/sdks/metrics/README.md +237 -0
  1118. package/docs/sdks/orders/README.md +117 -0
  1119. package/docs/sdks/paymentmethods/README.md +117 -0
  1120. package/docs/sdks/payments/README.md +115 -0
  1121. package/docs/sdks/productcategories/README.md +117 -0
  1122. package/docs/sdks/products/README.md +117 -0
  1123. package/docs/sdks/profitandloss/README.md +105 -0
  1124. package/docs/sdks/pulloperations/README.md +103 -0
  1125. package/docs/sdks/refresh/README.md +107 -0
  1126. package/docs/sdks/reports/README.md +201 -0
  1127. package/docs/sdks/sales/README.md +0 -0
  1128. package/docs/sdks/suppliers/README.md +279 -0
  1129. package/docs/sdks/transactioncategories/README.md +117 -0
  1130. package/docs/sdks/transactions/README.md +0 -0
  1131. package/docs/sdks/transfers/README.md +155 -0
  1132. package/docs/types/rfcdate.md +2 -2
  1133. package/package.json +1 -1
  1134. package/dist/sdk/accountingbankdata.d.ts +0 -27
  1135. package/dist/sdk/accountingbankdata.js +0 -181
  1136. package/dist/sdk/accountingbankdataaccounts.d.ts +0 -34
  1137. package/dist/sdk/accountingbankdataaccounts.js +0 -262
  1138. package/dist/sdk/accountspayablebillcreditnotes.d.ts +0 -34
  1139. package/dist/sdk/accountspayablebillcreditnotes.js +0 -262
  1140. package/dist/sdk/accountspayablebillpayments.d.ts +0 -34
  1141. package/dist/sdk/accountspayablebillpayments.js +0 -262
  1142. package/dist/sdk/accountspayablebills.d.ts +0 -74
  1143. package/dist/sdk/accountspayablebills.js +0 -530
  1144. package/dist/sdk/accountspayablesuppliers.d.ts +0 -74
  1145. package/dist/sdk/accountspayablesuppliers.js +0 -530
  1146. package/dist/sdk/accountsreceivablecreditnotes.d.ts +0 -34
  1147. package/dist/sdk/accountsreceivablecreditnotes.js +0 -262
  1148. package/dist/sdk/accountsreceivablecustomers.d.ts +0 -74
  1149. package/dist/sdk/accountsreceivablecustomers.js +0 -530
  1150. package/dist/sdk/accountsreceivabledirectincomes.d.ts +0 -74
  1151. package/dist/sdk/accountsreceivabledirectincomes.js +0 -531
  1152. package/dist/sdk/accountsreceivableinvoices.d.ts +0 -93
  1153. package/dist/sdk/accountsreceivableinvoices.js +0 -689
  1154. package/dist/sdk/accountsreceivablepayments.d.ts +0 -34
  1155. package/dist/sdk/accountsreceivablepayments.js +0 -262
  1156. package/dist/sdk/accountsreceivablereports.d.ts +0 -36
  1157. package/dist/sdk/accountsreceivablereports.js +0 -399
  1158. package/dist/sdk/bankingaccountbalances.d.ts +0 -20
  1159. package/dist/sdk/bankingaccountbalances.js +0 -174
  1160. package/dist/sdk/bankingaccounts.d.ts +0 -34
  1161. package/dist/sdk/bankingaccounts.js +0 -254
  1162. package/dist/sdk/bankingcategorizedstatement.d.ts +0 -19
  1163. package/dist/sdk/bankingcategorizedstatement.js +0 -173
  1164. package/dist/sdk/bankingtransactioncategories.d.ts +0 -34
  1165. package/dist/sdk/bankingtransactioncategories.js +0 -254
  1166. package/dist/sdk/bankingtransactions.d.ts +0 -34
  1167. package/dist/sdk/bankingtransactions.js +0 -254
  1168. package/dist/sdk/financialstatementsaccounts.d.ts +0 -33
  1169. package/dist/sdk/financialstatementsaccounts.js +0 -261
  1170. package/dist/sdk/financialstatementsbalancesheet.d.ts +0 -24
  1171. package/dist/sdk/financialstatementsbalancesheet.js +0 -253
  1172. package/dist/sdk/financialstatementscashflow.d.ts +0 -15
  1173. package/dist/sdk/financialstatementscashflow.js +0 -169
  1174. package/dist/sdk/financialstatementsprofitandloss.d.ts +0 -24
  1175. package/dist/sdk/financialstatementsprofitandloss.js +0 -253
  1176. package/dist/sdk/loanwritebackaccounts.d.ts +0 -40
  1177. package/dist/sdk/loanwritebackaccounts.js +0 -294
  1178. package/dist/sdk/loanwritebackbanktransactions.d.ts +0 -40
  1179. package/dist/sdk/loanwritebackbanktransactions.js +0 -294
  1180. package/dist/sdk/loanwritebackcreateoperations.d.ts +0 -22
  1181. package/dist/sdk/loanwritebackcreateoperations.js +0 -250
  1182. package/dist/sdk/loanwritebackdirectcosts.d.ts +0 -40
  1183. package/dist/sdk/loanwritebackdirectcosts.js +0 -294
  1184. package/dist/sdk/loanwritebackpayments.d.ts +0 -40
  1185. package/dist/sdk/loanwritebackpayments.js +0 -294
  1186. package/dist/sdk/loanwritebacksuppliers.d.ts +0 -40
  1187. package/dist/sdk/loanwritebacksuppliers.js +0 -294
  1188. package/dist/sdk/loanwritebacktransfers.d.ts +0 -40
  1189. package/dist/sdk/loanwritebacktransfers.js +0 -294
  1190. package/dist/sdk/managedatapulloperations.d.ts +0 -22
  1191. package/dist/sdk/managedatapulloperations.js +0 -250
  1192. package/dist/sdk/managedatarefresh.d.ts +0 -28
  1193. package/dist/sdk/managedatarefresh.js +0 -250
  1194. package/dist/sdk/models/operations/getcreatepaymentsmodel.d.ts +0 -35
  1195. package/dist/sdk/models/operations/getcreatepaymentsmodel.js +0 -99
  1196. package/dist/sdk/models/shared/definitionsitemref.d.ts +0 -15
  1197. package/dist/sdk/models/shared/definitionsitemref.js +0 -55
  1198. package/dist/sdk/salescustomers.d.ts +0 -34
  1199. package/dist/sdk/salescustomers.js +0 -262
  1200. package/dist/sdk/salesdisputes.d.ts +0 -34
  1201. package/dist/sdk/salesdisputes.js +0 -262
  1202. package/dist/sdk/saleslocations.d.ts +0 -34
  1203. package/dist/sdk/saleslocations.js +0 -261
  1204. package/dist/sdk/salesmetrics.d.ts +0 -102
  1205. package/dist/sdk/salesmetrics.js +0 -406
  1206. package/dist/sdk/salesorders.d.ts +0 -34
  1207. package/dist/sdk/salesorders.js +0 -262
  1208. package/dist/sdk/salespaymentmethods.d.ts +0 -34
  1209. package/dist/sdk/salespaymentmethods.js +0 -262
  1210. package/dist/sdk/salespayments.d.ts +0 -34
  1211. package/dist/sdk/salespayments.js +0 -262
  1212. package/dist/sdk/salesproductcategories.d.ts +0 -34
  1213. package/dist/sdk/salesproductcategories.js +0 -262
  1214. package/dist/sdk/salesproducts.d.ts +0 -34
  1215. package/dist/sdk/salesproducts.js +0 -262
  1216. package/dist/sdk/salesreports.d.ts +0 -69
  1217. package/dist/sdk/salesreports.js +0 -298
  1218. package/dist/sdk/salestransactions.d.ts +0 -34
  1219. package/dist/sdk/salestransactions.js +0 -262
  1220. package/dist/sdk/transactionsaccounttransactions.d.ts +0 -34
  1221. package/dist/sdk/transactionsaccounttransactions.js +0 -262
  1222. package/dist/sdk/transactionsdirectcosts.d.ts +0 -74
  1223. package/dist/sdk/transactionsdirectcosts.js +0 -530
  1224. package/dist/sdk/transactionsjournalentries.d.ts +0 -34
  1225. package/dist/sdk/transactionsjournalentries.js +0 -262
  1226. package/dist/sdk/transactionsjournals.d.ts +0 -34
  1227. package/dist/sdk/transactionsjournals.js +0 -262
  1228. package/dist/sdk/transactionstransfers.d.ts +0 -34
  1229. package/dist/sdk/transactionstransfers.js +0 -262
  1230. package/docs/models/operations/createaccountrequest.md +0 -12
  1231. package/docs/models/operations/createaccountresponse.md +0 -12
  1232. package/docs/models/operations/createbanktransactionsrequest.md +0 -13
  1233. package/docs/models/operations/createbanktransactionsresponse.md +0 -12
  1234. package/docs/models/operations/createcompanyresponse.md +0 -12
  1235. package/docs/models/operations/createconnectionrequest.md +0 -9
  1236. package/docs/models/operations/createconnectionresponse.md +0 -12
  1237. package/docs/models/operations/createdirectcostrequest.md +0 -12
  1238. package/docs/models/operations/createdirectcostresponse.md +0 -12
  1239. package/docs/models/operations/createpaymentrequest.md +0 -12
  1240. package/docs/models/operations/createpaymentresponse.md +0 -12
  1241. package/docs/models/operations/createsupplierrequest.md +0 -12
  1242. package/docs/models/operations/createsupplierresponse.md +0 -12
  1243. package/docs/models/operations/createtransferrequest.md +0 -12
  1244. package/docs/models/operations/createtransferresponse.md +0 -12
  1245. package/docs/models/operations/deletecompanyresponse.md +0 -11
  1246. package/docs/models/operations/deleteconnectionresponse.md +0 -11
  1247. package/docs/models/operations/downloadaccountingbillattachmentresponse.md +0 -12
  1248. package/docs/models/operations/downloadaccountingcustomerattachmentresponse.md +0 -12
  1249. package/docs/models/operations/downloadaccountingdirectcostattachmentresponse.md +0 -12
  1250. package/docs/models/operations/downloadaccountingdirectincomeattachmentresponse.md +0 -12
  1251. package/docs/models/operations/downloadaccountinginvoiceattachmentresponse.md +0 -12
  1252. package/docs/models/operations/downloadaccountinginvoicepdfresponse.md +0 -11
  1253. package/docs/models/operations/downloadaccountingsupplierattachmentresponse.md +0 -12
  1254. package/docs/models/operations/downloadexcelreportrequest.md +0 -9
  1255. package/docs/models/operations/downloadexcelreportresponse.md +0 -12
  1256. package/docs/models/operations/downloadfilesresponse.md +0 -12
  1257. package/docs/models/operations/generateexcelreportrequest.md +0 -9
  1258. package/docs/models/operations/generateexcelreportresponse.md +0 -12
  1259. package/docs/models/operations/generateloansummaryrequest.md +0 -9
  1260. package/docs/models/operations/generateloansummaryresponse.md +0 -11
  1261. package/docs/models/operations/generateloansummarysourcetype.md +0 -12
  1262. package/docs/models/operations/generateloantransactionsrequest.md +0 -9
  1263. package/docs/models/operations/generateloantransactionsresponse.md +0 -11
  1264. package/docs/models/operations/generateloantransactionssourcetype.md +0 -12
  1265. package/docs/models/operations/getaccountingaccountresponse.md +0 -12
  1266. package/docs/models/operations/getaccountingaccounttransactionresponse.md +0 -12
  1267. package/docs/models/operations/getaccountingagedcreditorsreportresponse.md +0 -12
  1268. package/docs/models/operations/getaccountingageddebtorsreportresponse.md +0 -12
  1269. package/docs/models/operations/getaccountingbalancesheetresponse.md +0 -12
  1270. package/docs/models/operations/getaccountingbankaccountresponse.md +0 -12
  1271. package/docs/models/operations/getaccountingbillattachmentresponse.md +0 -12
  1272. package/docs/models/operations/getaccountingbillcreditnoteresponse.md +0 -12
  1273. package/docs/models/operations/getaccountingbillpaymentresponse.md +0 -12
  1274. package/docs/models/operations/getaccountingbillresponse.md +0 -12
  1275. package/docs/models/operations/getaccountingcashflowstatementresponse.md +0 -12
  1276. package/docs/models/operations/getaccountingcreditnoteresponse.md +0 -12
  1277. package/docs/models/operations/getaccountingcustomerattachmentresponse.md +0 -12
  1278. package/docs/models/operations/getaccountingcustomerresponse.md +0 -12
  1279. package/docs/models/operations/getaccountingdirectcostattachmentresponse.md +0 -12
  1280. package/docs/models/operations/getaccountingdirectcostresponse.md +0 -12
  1281. package/docs/models/operations/getaccountingdirectincomeattachmentresponse.md +0 -12
  1282. package/docs/models/operations/getaccountingdirectincomeresponse.md +0 -12
  1283. package/docs/models/operations/getaccountinginvoiceattachmentresponse.md +0 -12
  1284. package/docs/models/operations/getaccountinginvoiceresponse.md +0 -12
  1285. package/docs/models/operations/getaccountingjournalentryresponse.md +0 -12
  1286. package/docs/models/operations/getaccountingjournalresponse.md +0 -12
  1287. package/docs/models/operations/getaccountingpaymentresponse.md +0 -12
  1288. package/docs/models/operations/getaccountingprofileresponse.md +0 -12
  1289. package/docs/models/operations/getaccountingprofitandlossresponse.md +0 -12
  1290. package/docs/models/operations/getaccountingsupplierattachmentresponse.md +0 -12
  1291. package/docs/models/operations/getaccountingsupplierresponse.md +0 -12
  1292. package/docs/models/operations/getaccountingtransferresponse.md +0 -12
  1293. package/docs/models/operations/getbankingaccountresponse.md +0 -11
  1294. package/docs/models/operations/getbankingtransactioncategoryresponse.md +0 -11
  1295. package/docs/models/operations/getbankingtransactionresponse.md +0 -11
  1296. package/docs/models/operations/getcategorizedbalancesheetstatementresponse.md +0 -12
  1297. package/docs/models/operations/getcategorizedbankstatementresponse.md +0 -12
  1298. package/docs/models/operations/getcategorizedprofitandlossstatementresponse.md +0 -12
  1299. package/docs/models/operations/getcommercecustomerresponse.md +0 -12
  1300. package/docs/models/operations/getcommercecustomerretentionmetricsrequest.md +0 -14
  1301. package/docs/models/operations/getcommercecustomerretentionmetricsresponse.md +0 -12
  1302. package/docs/models/operations/getcommercedisputeresponse.md +0 -12
  1303. package/docs/models/operations/getcommercelifetimevaluemetricsrequest.md +0 -14
  1304. package/docs/models/operations/getcommercelifetimevaluemetricsresponse.md +0 -12
  1305. package/docs/models/operations/getcommercelocationresponse.md +0 -12
  1306. package/docs/models/operations/getcommerceorderresponse.md +0 -12
  1307. package/docs/models/operations/getcommerceordersreportrequest.md +0 -14
  1308. package/docs/models/operations/getcommerceordersreportresponse.md +0 -12
  1309. package/docs/models/operations/getcommercepaymentmethodresponse.md +0 -12
  1310. package/docs/models/operations/getcommercepaymentresponse.md +0 -12
  1311. package/docs/models/operations/getcommerceproductcategoryresponse.md +0 -12
  1312. package/docs/models/operations/getcommerceproductresponse.md +0 -12
  1313. package/docs/models/operations/getcommerceprofileresponse.md +0 -12
  1314. package/docs/models/operations/getcommercerefundsreportrequest.md +0 -14
  1315. package/docs/models/operations/getcommercerefundsreportresponse.md +0 -12
  1316. package/docs/models/operations/getcommercerevenuemetricsrequest.md +0 -14
  1317. package/docs/models/operations/getcommercerevenuemetricsresponse.md +0 -12
  1318. package/docs/models/operations/getcommercetransactionresponse.md +0 -12
  1319. package/docs/models/operations/getcompanyresponse.md +0 -12
  1320. package/docs/models/operations/getconnectionresponse.md +0 -12
  1321. package/docs/models/operations/getcreatebanktransactionsmodelresponse.md +0 -12
  1322. package/docs/models/operations/getcreatechartofaccountsmodelresponse.md +0 -12
  1323. package/docs/models/operations/getcreatedirectcostsmodelresponse.md +0 -12
  1324. package/docs/models/operations/getcreateoperationresponse.md +0 -12
  1325. package/docs/models/operations/getcreatepaymentsmodelrequest.md +0 -9
  1326. package/docs/models/operations/getcreatepaymentsmodelresponse.md +0 -12
  1327. package/docs/models/operations/getcreatetransfersmodelresponse.md +0 -12
  1328. package/docs/models/operations/getcreateupdatesuppliersmodelresponse.md +0 -12
  1329. package/docs/models/operations/getdataintegritystatusrequest.md +0 -9
  1330. package/docs/models/operations/getdataintegritystatusresponse.md +0 -12
  1331. package/docs/models/operations/getdataintegritysummariesrequest.md +0 -10
  1332. package/docs/models/operations/getdataintegritysummariesresponse.md +0 -12
  1333. package/docs/models/operations/getdatastatusresponse.md +0 -12
  1334. package/docs/models/operations/getexcelreportgenerationstatusrequest.md +0 -9
  1335. package/docs/models/operations/getexcelreportgenerationstatusresponse.md +0 -12
  1336. package/docs/models/operations/getloansummaryrequest.md +0 -9
  1337. package/docs/models/operations/getloansummaryresponse.md +0 -12
  1338. package/docs/models/operations/getloansummarysourcetype.md +0 -12
  1339. package/docs/models/operations/getpulloperationresponse.md +0 -12
  1340. package/docs/models/operations/isagedcreditorsreportavailableresponse.md +0 -11
  1341. package/docs/models/operations/isageddebtorsreportavailableresponse.md +0 -11
  1342. package/docs/models/operations/listaccountingaccountsresponse.md +0 -12
  1343. package/docs/models/operations/listaccountingaccounttransactionsresponse.md +0 -12
  1344. package/docs/models/operations/listaccountingbankaccountsresponse.md +0 -12
  1345. package/docs/models/operations/listaccountingbankaccounttransactionsresponse.md +0 -12
  1346. package/docs/models/operations/listaccountingbillattachmentsresponse.md +0 -12
  1347. package/docs/models/operations/listaccountingbillcreditnotesresponse.md +0 -12
  1348. package/docs/models/operations/listaccountingbillpaymentsresponse.md +0 -12
  1349. package/docs/models/operations/listaccountingbillsresponse.md +0 -12
  1350. package/docs/models/operations/listaccountingcreditnotesresponse.md +0 -12
  1351. package/docs/models/operations/listaccountingcustomerattachmentsresponse.md +0 -12
  1352. package/docs/models/operations/listaccountingcustomersresponse.md +0 -12
  1353. package/docs/models/operations/listaccountingdirectcostattachmentsresponse.md +0 -12
  1354. package/docs/models/operations/listaccountingdirectcostsresponse.md +0 -12
  1355. package/docs/models/operations/listaccountingdirectincomeattachmentsresponse.md +0 -12
  1356. package/docs/models/operations/listaccountingdirectincomesresponse.md +0 -12
  1357. package/docs/models/operations/listaccountinginvoiceattachmentsresponse.md +0 -12
  1358. package/docs/models/operations/listaccountinginvoicesresponse.md +0 -12
  1359. package/docs/models/operations/listaccountingjournalentriesresponse.md +0 -12
  1360. package/docs/models/operations/listaccountingjournalsresponse.md +0 -12
  1361. package/docs/models/operations/listaccountingpaymentsresponse.md +0 -12
  1362. package/docs/models/operations/listaccountingsupplierattachmentsresponse.md +0 -12
  1363. package/docs/models/operations/listaccountingsuppliersresponse.md +0 -12
  1364. package/docs/models/operations/listaccountingtransfersresponse.md +0 -12
  1365. package/docs/models/operations/listbankingaccountbalancesresponse.md +0 -12
  1366. package/docs/models/operations/listbankingaccountsresponse.md +0 -12
  1367. package/docs/models/operations/listbankingtransactioncategoriesresponse.md +0 -12
  1368. package/docs/models/operations/listbankingtransactionsresponse.md +0 -12
  1369. package/docs/models/operations/listcommercecustomersresponse.md +0 -12
  1370. package/docs/models/operations/listcommercedisputesresponse.md +0 -12
  1371. package/docs/models/operations/listcommercelocationsresponse.md +0 -12
  1372. package/docs/models/operations/listcommerceordersresponse.md +0 -12
  1373. package/docs/models/operations/listcommercepaymentmethodsresponse.md +0 -12
  1374. package/docs/models/operations/listcommercepaymentsresponse.md +0 -12
  1375. package/docs/models/operations/listcommerceproductcategoriesresponse.md +0 -12
  1376. package/docs/models/operations/listcommerceproductsresponse.md +0 -12
  1377. package/docs/models/operations/listcommercetransactionsresponse.md +0 -12
  1378. package/docs/models/operations/listcompaniesresponse.md +0 -12
  1379. package/docs/models/operations/listconnectionsresponse.md +0 -12
  1380. package/docs/models/operations/listcreateoperationsresponse.md +0 -12
  1381. package/docs/models/operations/listdataintegritydetailsrequest.md +0 -13
  1382. package/docs/models/operations/listdataintegritydetailsresponse.md +0 -12
  1383. package/docs/models/operations/listfilesresponse.md +0 -12
  1384. package/docs/models/operations/listloantransactionsrequest.md +0 -9
  1385. package/docs/models/operations/listloantransactionsresponse.md +0 -12
  1386. package/docs/models/operations/listloantransactionssourcetype.md +0 -12
  1387. package/docs/models/operations/listpulloperationsresponse.md +0 -12
  1388. package/docs/models/operations/listreconciledinvoicesresponse.md +0 -12
  1389. package/docs/models/operations/refreshalldatatypesresponse.md +0 -11
  1390. package/docs/models/operations/refreshdatatyperequest.md +0 -10
  1391. package/docs/models/operations/refreshdatatyperesponse.md +0 -12
  1392. package/docs/models/operations/unlinkconnectionrequest.md +0 -10
  1393. package/docs/models/operations/unlinkconnectionresponse.md +0 -12
  1394. package/docs/models/operations/unlinkconnectionupdateconnection.md +0 -8
  1395. package/docs/models/operations/updatecompanyrequest.md +0 -9
  1396. package/docs/models/operations/updatecompanyresponse.md +0 -12
  1397. package/docs/models/operations/uploadfilesrequest.md +0 -10
  1398. package/docs/models/operations/uploadfilesrequestbody.md +0 -9
  1399. package/docs/models/operations/uploadfilesresponse.md +0 -11
  1400. package/docs/models/shared/accountcategoriesupdatedwebhook.md +0 -18
  1401. package/docs/models/shared/accountidentifiers.md +0 -16
  1402. package/docs/models/shared/accountingaccount.md +0 -52
  1403. package/docs/models/shared/accountingaccounts.md +0 -12
  1404. package/docs/models/shared/accountingaccounttransaction.md +0 -38
  1405. package/docs/models/shared/accountingaccounttransactions.md +0 -12
  1406. package/docs/models/shared/accountingaccounttransactionstatus.md +0 -13
  1407. package/docs/models/shared/accountingaddress.md +0 -14
  1408. package/docs/models/shared/accountingagedcreditorreport.md +0 -43
  1409. package/docs/models/shared/accountingageddebtorreport.md +0 -43
  1410. package/docs/models/shared/accountingbalancesheet.md +0 -30
  1411. package/docs/models/shared/accountingbankaccount.md +0 -40
  1412. package/docs/models/shared/accountingbankaccounts.md +0 -12
  1413. package/docs/models/shared/accountingbanktransaction.md +0 -34
  1414. package/docs/models/shared/accountingbanktransactions.md +0 -12
  1415. package/docs/models/shared/accountingbill.md +0 -48
  1416. package/docs/models/shared/accountingbillcreditnote.md +0 -46
  1417. package/docs/models/shared/accountingbillcreditnotes.md +0 -12
  1418. package/docs/models/shared/accountingbillpayment.md +0 -174
  1419. package/docs/models/shared/accountingbillpayments.md +0 -12
  1420. package/docs/models/shared/accountingbillpurchaseorderreference.md +0 -9
  1421. package/docs/models/shared/accountingbills.md +0 -12
  1422. package/docs/models/shared/accountingbillwithholdingtax.md +0 -9
  1423. package/docs/models/shared/accountingcashflowstatement.md +0 -27
  1424. package/docs/models/shared/accountingcompanyinfo.md +0 -29
  1425. package/docs/models/shared/accountingcreateaccountresponse.md +0 -21
  1426. package/docs/models/shared/accountingcreatebanktransactions.md +0 -9
  1427. package/docs/models/shared/accountingcreatebanktransactionsresponse.md +0 -21
  1428. package/docs/models/shared/accountingcreatedirectcostresponse.md +0 -21
  1429. package/docs/models/shared/accountingcreatepaymentresponse.md +0 -21
  1430. package/docs/models/shared/accountingcreatesupplierresponse.md +0 -21
  1431. package/docs/models/shared/accountingcreatetransferresponse.md +0 -21
  1432. package/docs/models/shared/accountingcreditnote.md +0 -44
  1433. package/docs/models/shared/accountingcreditnotes.md +0 -12
  1434. package/docs/models/shared/accountingcustomer.md +0 -31
  1435. package/docs/models/shared/accountingcustomers.md +0 -12
  1436. package/docs/models/shared/accountingdirectcost.md +0 -39
  1437. package/docs/models/shared/accountingdirectcosts.md +0 -12
  1438. package/docs/models/shared/accountingdirectincome.md +0 -40
  1439. package/docs/models/shared/accountingdirectincomes.md +0 -12
  1440. package/docs/models/shared/accountinginvoice.md +0 -63
  1441. package/docs/models/shared/accountinginvoices.md +0 -12
  1442. package/docs/models/shared/accountinginvoicesalesorderreference.md +0 -9
  1443. package/docs/models/shared/accountingjournal.md +0 -42
  1444. package/docs/models/shared/accountingjournalentries.md +0 -12
  1445. package/docs/models/shared/accountingjournalentry.md +0 -42
  1446. package/docs/models/shared/accountingjournals.md +0 -12
  1447. package/docs/models/shared/accountingpayment.md +0 -701
  1448. package/docs/models/shared/accountingpaymentallocation.md +0 -9
  1449. package/docs/models/shared/accountingpaymentallocationallocation.md +0 -11
  1450. package/docs/models/shared/accountingpayments.md +0 -12
  1451. package/docs/models/shared/accountingprofitandlossreport.md +0 -35
  1452. package/docs/models/shared/accountingsupplier.md +0 -27
  1453. package/docs/models/shared/accountingsuppliers.md +0 -12
  1454. package/docs/models/shared/accountingtransfer.md +0 -23
  1455. package/docs/models/shared/accountingtransfercontactref.md +0 -11
  1456. package/docs/models/shared/accountingtransfers.md +0 -12
  1457. package/docs/models/shared/accounts.md +0 -14
  1458. package/docs/models/shared/accountspayabletracking.md +0 -14
  1459. package/docs/models/shared/accountsreceivabletracking.md +0 -15
  1460. package/docs/models/shared/accountsreceivabletrackingrecordreference.md +0 -13
  1461. package/docs/models/shared/accounttransactionline.md +0 -10
  1462. package/docs/models/shared/agedcreditor.md +0 -10
  1463. package/docs/models/shared/agedcurrencyoutstanding.md +0 -9
  1464. package/docs/models/shared/ageddebtor.md +0 -10
  1465. package/docs/models/shared/agedoutstandingamount.md +0 -11
  1466. package/docs/models/shared/attachments.md +0 -8
  1467. package/docs/models/shared/balancesheet.md +0 -12
  1468. package/docs/models/shared/bankingaccount.md +0 -24
  1469. package/docs/models/shared/bankingaccountbalance.md +0 -22
  1470. package/docs/models/shared/bankingaccountbalances.md +0 -12
  1471. package/docs/models/shared/bankingaccounts.md +0 -12
  1472. package/docs/models/shared/bankingtransaction.md +0 -25
  1473. package/docs/models/shared/bankingtransactioncategories.md +0 -12
  1474. package/docs/models/shared/bankingtransactioncategory.md +0 -16
  1475. package/docs/models/shared/bankingtransactions.md +0 -12
  1476. package/docs/models/shared/billcreditnotelineitem.md +0 -20
  1477. package/docs/models/shared/billcreditnotelineitemitemreference.md +0 -11
  1478. package/docs/models/shared/billcreditnotelineitemtaxratereference.md +0 -21
  1479. package/docs/models/shared/billlineitem.md +0 -23
  1480. package/docs/models/shared/billlineitemrecordlinereference.md +0 -12
  1481. package/docs/models/shared/billlineitemrecordlinereferencedatatype.md +0 -10
  1482. package/docs/models/shared/billpaymentline.md +0 -10
  1483. package/docs/models/shared/billpaymentlinelink.md +0 -11
  1484. package/docs/models/shared/cashflowstatement.md +0 -11
  1485. package/docs/models/shared/clientratelimitreachedwebhook.md +0 -16
  1486. package/docs/models/shared/clientratelimitresetwebhook.md +0 -16
  1487. package/docs/models/shared/commerceaddress.md +0 -14
  1488. package/docs/models/shared/commercecompanyinfo.md +0 -26
  1489. package/docs/models/shared/commercecustomer.md +0 -21
  1490. package/docs/models/shared/commercecustomers.md +0 -12
  1491. package/docs/models/shared/commercedispute.md +0 -26
  1492. package/docs/models/shared/commercedisputes.md +0 -12
  1493. package/docs/models/shared/commercelocation.md +0 -18
  1494. package/docs/models/shared/commercelocations.md +0 -12
  1495. package/docs/models/shared/commerceorder.md +0 -31
  1496. package/docs/models/shared/commerceorders.md +0 -12
  1497. package/docs/models/shared/commercepayment.md +0 -26
  1498. package/docs/models/shared/commercepaymentmethod.md +0 -16
  1499. package/docs/models/shared/commercepaymentmethods.md +0 -12
  1500. package/docs/models/shared/commercepayments.md +0 -12
  1501. package/docs/models/shared/commerceproduct.md +0 -19
  1502. package/docs/models/shared/commerceproductcategories.md +0 -12
  1503. package/docs/models/shared/commerceproductcategory.md +0 -17
  1504. package/docs/models/shared/commerceproducts.md +0 -12
  1505. package/docs/models/shared/commercereport.md +0 -54
  1506. package/docs/models/shared/commercereportcomponent.md +0 -13
  1507. package/docs/models/shared/commercereportdimension.md +0 -11
  1508. package/docs/models/shared/commercetransaction.md +0 -29
  1509. package/docs/models/shared/commercetransactions.md +0 -12
  1510. package/docs/models/shared/companies.md +0 -12
  1511. package/docs/models/shared/company.md +0 -22
  1512. package/docs/models/shared/connection.md +0 -31
  1513. package/docs/models/shared/connections.md +0 -12
  1514. package/docs/models/shared/connectionsourcetype.md +0 -14
  1515. package/docs/models/shared/contact.md +0 -13
  1516. package/docs/models/shared/contactref.md +0 -11
  1517. package/docs/models/shared/creditnotelineitem.md +0 -21
  1518. package/docs/models/shared/dataintegritydetail.md +0 -15
  1519. package/docs/models/shared/dataintegritydetails.md +0 -12
  1520. package/docs/models/shared/dataintegritystatus.md +0 -12
  1521. package/docs/models/shared/dataintegritystatuses.md +0 -8
  1522. package/docs/models/shared/dataintegritystatusinfo.md +0 -10
  1523. package/docs/models/shared/dataintegritysummaries.md +0 -8
  1524. package/docs/models/shared/dataintegritysummary.md +0 -10
  1525. package/docs/models/shared/datasource.md +0 -8
  1526. package/docs/models/shared/datastatus.md +0 -14
  1527. package/docs/models/shared/datastatusdatatypes.md +0 -51
  1528. package/docs/models/shared/datatype.md +0 -51
  1529. package/docs/models/shared/definitionsitemref.md +0 -10
  1530. package/docs/models/shared/directcostlineitem.md +0 -20
  1531. package/docs/models/shared/directincomelineitem.md +0 -19
  1532. package/docs/models/shared/enhancedcashflowitem.md +0 -8
  1533. package/docs/models/shared/enhancedcashflowtransaction.md +0 -16
  1534. package/docs/models/shared/enhancedcashflowtransactions.md +0 -16
  1535. package/docs/models/shared/enhancedfinancialreport.md +0 -9
  1536. package/docs/models/shared/enhancedfinancialreportreportitem.md +0 -12
  1537. package/docs/models/shared/enhancedinvoicereportitem.md +0 -20
  1538. package/docs/models/shared/enhancedinvoicesreport.md +0 -11
  1539. package/docs/models/shared/enhancedreportaccountcategory.md +0 -9
  1540. package/docs/models/shared/excelstatus.md +0 -15
  1541. package/docs/models/shared/invoicelineitem.md +0 -21
  1542. package/docs/models/shared/itemref.md +0 -11
  1543. package/docs/models/shared/journalline.md +0 -12
  1544. package/docs/models/shared/journallinetracking.md +0 -10
  1545. package/docs/models/shared/links.md +0 -11
  1546. package/docs/models/shared/loansummary.md +0 -9
  1547. package/docs/models/shared/loansummaryrecordref.md +0 -11
  1548. package/docs/models/shared/loansummaryreportitem.md +0 -14
  1549. package/docs/models/shared/loantransactions.md +0 -10
  1550. package/docs/models/shared/orderlineitem.md +0 -17
  1551. package/docs/models/shared/payment.md +0 -14
  1552. package/docs/models/shared/paymentallocationpayment.md +0 -15
  1553. package/docs/models/shared/paymentline.md +0 -10
  1554. package/docs/models/shared/paymentlinelink.md +0 -11
  1555. package/docs/models/shared/paymentref.md +0 -17
  1556. package/docs/models/shared/phonenumber.md +0 -9
  1557. package/docs/models/shared/productinventory.md +0 -11
  1558. package/docs/models/shared/productinventorylocation.md +0 -9
  1559. package/docs/models/shared/productvariant.md +0 -24
  1560. package/docs/models/shared/profitandlossreport.md +0 -18
  1561. package/docs/models/shared/pulloperation.md +0 -21
  1562. package/docs/models/shared/pulloperations.md +0 -12
  1563. package/docs/models/shared/pushoperation.md +0 -20
  1564. package/docs/models/shared/pushoperationchange.md +0 -10
  1565. package/docs/models/shared/pushoperationref.md +0 -9
  1566. package/docs/models/shared/pushoperations.md +0 -12
  1567. package/docs/models/shared/pushoption.md +0 -14
  1568. package/docs/models/shared/pushoptionchoice.md +0 -12
  1569. package/docs/models/shared/pushoptionproperty.md +0 -14
  1570. package/docs/models/shared/pushvalidationinfo.md +0 -9
  1571. package/docs/models/shared/reportitems.md +0 -13
  1572. package/docs/models/shared/reportitemsloantransactiontype.md +0 -13
  1573. package/docs/models/shared/reportline.md +0 -11
  1574. package/docs/models/shared/servicecharge.md +0 -14
  1575. package/docs/models/shared/taxcomponentallocation.md +0 -9
  1576. package/docs/models/shared/tracking.md +0 -9
  1577. package/docs/models/shared/transactionsourceref.md +0 -9
  1578. package/docs/models/shared/transferaccount.md +0 -12
  1579. package/docs/models/shared/validation.md +0 -11
  1580. package/docs/models/shared/weblink.md +0 -11
  1581. package/docs/models/shared/weblinktype.md +0 -12
  1582. package/docs/models/webhooks/accountcategoriesupdatedresponse.md +0 -10
  1583. package/docs/models/webhooks/clientratelimitreachedresponse.md +0 -10
  1584. package/docs/models/webhooks/clientratelimitresetresponse.md +0 -10
  1585. package/docs/sdks/accountingbankdata/README.md +0 -62
  1586. package/docs/sdks/accountingbankdataaccounts/README.md +0 -105
  1587. package/docs/sdks/accountspayablebillcreditnotes/README.md +0 -103
  1588. package/docs/sdks/accountspayablebillpayments/README.md +0 -103
  1589. package/docs/sdks/accountspayablebills/README.md +0 -249
  1590. package/docs/sdks/accountspayablesuppliers/README.md +0 -249
  1591. package/docs/sdks/accountsreceivablecreditnotes/README.md +0 -103
  1592. package/docs/sdks/accountsreceivablecustomers/README.md +0 -249
  1593. package/docs/sdks/accountsreceivabledirectincomes/README.md +0 -251
  1594. package/docs/sdks/accountsreceivableinvoices/README.md +0 -339
  1595. package/docs/sdks/accountsreceivablepayments/README.md +0 -103
  1596. package/docs/sdks/accountsreceivablereports/README.md +0 -177
  1597. package/docs/sdks/bankingaccountbalances/README.md +0 -55
  1598. package/docs/sdks/bankingaccounts/README.md +0 -105
  1599. package/docs/sdks/bankingcategorizedstatement/README.md +0 -52
  1600. package/docs/sdks/bankingtransactioncategories/README.md +0 -105
  1601. package/docs/sdks/bankingtransactions/README.md +0 -105
  1602. package/docs/sdks/financialstatementsaccounts/README.md +0 -102
  1603. package/docs/sdks/financialstatementsbalancesheet/README.md +0 -93
  1604. package/docs/sdks/financialstatementscashflow/README.md +0 -49
  1605. package/docs/sdks/financialstatementsprofitandloss/README.md +0 -93
  1606. package/docs/sdks/loanwritebackaccounts/README.md +0 -137
  1607. package/docs/sdks/loanwritebackbanktransactions/README.md +0 -117
  1608. package/docs/sdks/loanwritebackcreateoperations/README.md +0 -91
  1609. package/docs/sdks/loanwritebackdirectcosts/README.md +0 -168
  1610. package/docs/sdks/loanwritebackpayments/README.md +0 -140
  1611. package/docs/sdks/loanwritebacksuppliers/README.md +0 -127
  1612. package/docs/sdks/loanwritebacktransfers/README.md +0 -143
  1613. package/docs/sdks/managedatapulloperations/README.md +0 -91
  1614. package/docs/sdks/managedatarefresh/README.md +0 -95
  1615. package/docs/sdks/salescustomers/README.md +0 -105
  1616. package/docs/sdks/salesdisputes/README.md +0 -105
  1617. package/docs/sdks/saleslocations/README.md +0 -102
  1618. package/docs/sdks/salesmetrics/README.md +0 -219
  1619. package/docs/sdks/salesorders/README.md +0 -105
  1620. package/docs/sdks/salespaymentmethods/README.md +0 -105
  1621. package/docs/sdks/salespayments/README.md +0 -105
  1622. package/docs/sdks/salesproductcategories/README.md +0 -105
  1623. package/docs/sdks/salesproducts/README.md +0 -105
  1624. package/docs/sdks/salesreports/README.md +0 -146
  1625. package/docs/sdks/salestransactions/README.md +0 -105
  1626. package/docs/sdks/transactionsaccounttransactions/README.md +0 -105
  1627. package/docs/sdks/transactionsdirectcosts/README.md +0 -251
  1628. package/docs/sdks/transactionsjournalentries/README.md +0 -103
  1629. package/docs/sdks/transactionsjournals/README.md +0 -103
  1630. package/docs/sdks/transactionstransfers/README.md +0 -105
@@ -75,9 +75,9 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
75
75
  Object.defineProperty(exports, "__esModule", { value: true });
76
76
  exports.DataIntegrity = void 0;
77
77
  var utils = __importStar(require("../internal/utils"));
78
- var errors = __importStar(require("./models/errors"));
79
- var operations = __importStar(require("./models/operations"));
80
- var shared = __importStar(require("./models/shared"));
78
+ var errors = __importStar(require("../sdk/models/errors"));
79
+ var operations = __importStar(require("../sdk/models/operations"));
80
+ var shared = __importStar(require("../sdk/models/shared"));
81
81
  /**
82
82
  * Match mutable accounting data with immutable banking data to increase confidence in financial data.
83
83
  */
@@ -96,7 +96,7 @@ var DataIntegrity = /** @class */ (function () {
96
96
  DataIntegrity.prototype.details = function (req, retries, config) {
97
97
  var _a, _b;
98
98
  return __awaiter(this, void 0, void 0, function () {
99
- var baseURL, url, client, globalSecurity, properties, headers, queryParams, globalRetryConfig, retryConfig, httpRes, contentType, res, decodedRes;
99
+ var baseURL, operationUrl, client, globalSecurity, properties, headers, queryParams, globalRetryConfig, retryConfig, httpRes, responseContentType, res, decodedRes;
100
100
  return __generator(this, function (_c) {
101
101
  switch (_c.label) {
102
102
  case 0:
@@ -104,7 +104,7 @@ var DataIntegrity = /** @class */ (function () {
104
104
  req = new operations.ListDataIntegrityDetailsRequest(req);
105
105
  }
106
106
  baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
107
- url = utils.generateURL(baseURL, "/data/companies/{companyId}/assess/dataTypes/{dataType}/dataIntegrity/details", req);
107
+ operationUrl = utils.generateURL(baseURL, "/data/companies/{companyId}/assess/dataTypes/{dataType}/dataIntegrity/details", req);
108
108
  client = this.sdkConfiguration.defaultClient;
109
109
  globalSecurity = this.sdkConfiguration.security;
110
110
  if (!(typeof globalSecurity === "function")) return [3 /*break*/, 2];
@@ -132,35 +132,35 @@ var DataIntegrity = /** @class */ (function () {
132
132
  }
133
133
  }
134
134
  return [4 /*yield*/, utils.Retry(function () {
135
- return client.request(__assign({ validateStatus: function () { return true; }, url: url + queryParams, method: "get", headers: headers, responseType: "arraybuffer" }, config));
135
+ return client.request(__assign({ validateStatus: function () { return true; }, url: operationUrl + queryParams, method: "get", headers: headers, responseType: "arraybuffer" }, config));
136
136
  }, new utils.Retries(retryConfig, ["408", "429", "5XX"]))];
137
137
  case 3:
138
138
  httpRes = _c.sent();
139
- 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 : "";
139
+ responseContentType = (_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 : "";
140
140
  if ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == null) {
141
141
  throw new Error("status code not found in response: ".concat(httpRes));
142
142
  }
143
143
  res = new operations.ListDataIntegrityDetailsResponse({
144
144
  statusCode: httpRes.status,
145
- contentType: contentType,
145
+ contentType: responseContentType,
146
146
  rawResponse: httpRes,
147
147
  });
148
148
  decodedRes = new TextDecoder().decode(httpRes === null || httpRes === void 0 ? void 0 : httpRes.data);
149
149
  switch (true) {
150
150
  case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 200:
151
- if (utils.matchContentType(contentType, "application/json")) {
151
+ if (utils.matchContentType(responseContentType, "application/json")) {
152
152
  res.dataIntegrityDetails = utils.objectToClass(JSON.parse(decodedRes), shared.DataIntegrityDetails);
153
153
  }
154
154
  else {
155
- throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
155
+ throw new errors.SDKError("unknown content-type received: " + responseContentType, httpRes.status, decodedRes, httpRes);
156
156
  }
157
157
  break;
158
- case [401, 404].includes(httpRes === null || httpRes === void 0 ? void 0 : httpRes.status):
159
- if (utils.matchContentType(contentType, "application/json")) {
158
+ case [400, 401, 402, 403, 404, 429, 500, 503].includes(httpRes === null || httpRes === void 0 ? void 0 : httpRes.status):
159
+ if (utils.matchContentType(responseContentType, "application/json")) {
160
160
  res.errorMessage = utils.objectToClass(JSON.parse(decodedRes), shared.ErrorMessage);
161
161
  }
162
162
  else {
163
- throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
163
+ throw new errors.SDKError("unknown content-type received: " + responseContentType, httpRes.status, decodedRes, httpRes);
164
164
  }
165
165
  break;
166
166
  }
@@ -185,7 +185,7 @@ var DataIntegrity = /** @class */ (function () {
185
185
  DataIntegrity.prototype.status = function (req, retries, config) {
186
186
  var _a, _b;
187
187
  return __awaiter(this, void 0, void 0, function () {
188
- var baseURL, url, client, globalSecurity, properties, headers, globalRetryConfig, retryConfig, httpRes, contentType, res, decodedRes;
188
+ var baseURL, operationUrl, client, globalSecurity, properties, headers, globalRetryConfig, retryConfig, httpRes, responseContentType, res, decodedRes;
189
189
  return __generator(this, function (_c) {
190
190
  switch (_c.label) {
191
191
  case 0:
@@ -193,7 +193,7 @@ var DataIntegrity = /** @class */ (function () {
193
193
  req = new operations.GetDataIntegrityStatusRequest(req);
194
194
  }
195
195
  baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
196
- url = utils.generateURL(baseURL, "/data/companies/{companyId}/assess/dataTypes/{dataType}/dataIntegrity/status", req);
196
+ operationUrl = utils.generateURL(baseURL, "/data/companies/{companyId}/assess/dataTypes/{dataType}/dataIntegrity/status", req);
197
197
  client = this.sdkConfiguration.defaultClient;
198
198
  globalSecurity = this.sdkConfiguration.security;
199
199
  if (!(typeof globalSecurity === "function")) return [3 /*break*/, 2];
@@ -220,35 +220,35 @@ var DataIntegrity = /** @class */ (function () {
220
220
  }
221
221
  }
222
222
  return [4 /*yield*/, utils.Retry(function () {
223
- return client.request(__assign({ validateStatus: function () { return true; }, url: url, method: "get", headers: headers, responseType: "arraybuffer" }, config));
223
+ return client.request(__assign({ validateStatus: function () { return true; }, url: operationUrl, method: "get", headers: headers, responseType: "arraybuffer" }, config));
224
224
  }, new utils.Retries(retryConfig, ["408", "429", "5XX"]))];
225
225
  case 3:
226
226
  httpRes = _c.sent();
227
- 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 : "";
227
+ responseContentType = (_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 : "";
228
228
  if ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == null) {
229
229
  throw new Error("status code not found in response: ".concat(httpRes));
230
230
  }
231
231
  res = new operations.GetDataIntegrityStatusResponse({
232
232
  statusCode: httpRes.status,
233
- contentType: contentType,
233
+ contentType: responseContentType,
234
234
  rawResponse: httpRes,
235
235
  });
236
236
  decodedRes = new TextDecoder().decode(httpRes === null || httpRes === void 0 ? void 0 : httpRes.data);
237
237
  switch (true) {
238
238
  case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 200:
239
- if (utils.matchContentType(contentType, "application/json")) {
239
+ if (utils.matchContentType(responseContentType, "application/json")) {
240
240
  res.dataIntegrityStatuses = utils.objectToClass(JSON.parse(decodedRes), shared.DataIntegrityStatuses);
241
241
  }
242
242
  else {
243
- throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
243
+ throw new errors.SDKError("unknown content-type received: " + responseContentType, httpRes.status, decodedRes, httpRes);
244
244
  }
245
245
  break;
246
- case [401, 404].includes(httpRes === null || httpRes === void 0 ? void 0 : httpRes.status):
247
- if (utils.matchContentType(contentType, "application/json")) {
246
+ case [401, 402, 403, 404, 429, 500, 503].includes(httpRes === null || httpRes === void 0 ? void 0 : httpRes.status):
247
+ if (utils.matchContentType(responseContentType, "application/json")) {
248
248
  res.errorMessage = utils.objectToClass(JSON.parse(decodedRes), shared.ErrorMessage);
249
249
  }
250
250
  else {
251
- throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
251
+ throw new errors.SDKError("unknown content-type received: " + responseContentType, httpRes.status, decodedRes, httpRes);
252
252
  }
253
253
  break;
254
254
  }
@@ -270,7 +270,7 @@ var DataIntegrity = /** @class */ (function () {
270
270
  DataIntegrity.prototype.summaries = function (req, retries, config) {
271
271
  var _a, _b;
272
272
  return __awaiter(this, void 0, void 0, function () {
273
- var baseURL, url, client, globalSecurity, properties, headers, queryParams, globalRetryConfig, retryConfig, httpRes, contentType, res, decodedRes;
273
+ var baseURL, operationUrl, client, globalSecurity, properties, headers, queryParams, globalRetryConfig, retryConfig, httpRes, responseContentType, res, decodedRes;
274
274
  return __generator(this, function (_c) {
275
275
  switch (_c.label) {
276
276
  case 0:
@@ -278,7 +278,7 @@ var DataIntegrity = /** @class */ (function () {
278
278
  req = new operations.GetDataIntegritySummariesRequest(req);
279
279
  }
280
280
  baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
281
- url = utils.generateURL(baseURL, "/data/companies/{companyId}/assess/dataTypes/{dataType}/dataIntegrity/summaries", req);
281
+ operationUrl = utils.generateURL(baseURL, "/data/companies/{companyId}/assess/dataTypes/{dataType}/dataIntegrity/summaries", req);
282
282
  client = this.sdkConfiguration.defaultClient;
283
283
  globalSecurity = this.sdkConfiguration.security;
284
284
  if (!(typeof globalSecurity === "function")) return [3 /*break*/, 2];
@@ -306,35 +306,35 @@ var DataIntegrity = /** @class */ (function () {
306
306
  }
307
307
  }
308
308
  return [4 /*yield*/, utils.Retry(function () {
309
- return client.request(__assign({ validateStatus: function () { return true; }, url: url + queryParams, method: "get", headers: headers, responseType: "arraybuffer" }, config));
309
+ return client.request(__assign({ validateStatus: function () { return true; }, url: operationUrl + queryParams, method: "get", headers: headers, responseType: "arraybuffer" }, config));
310
310
  }, new utils.Retries(retryConfig, ["408", "429", "5XX"]))];
311
311
  case 3:
312
312
  httpRes = _c.sent();
313
- 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 : "";
313
+ responseContentType = (_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 : "";
314
314
  if ((httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == null) {
315
315
  throw new Error("status code not found in response: ".concat(httpRes));
316
316
  }
317
317
  res = new operations.GetDataIntegritySummariesResponse({
318
318
  statusCode: httpRes.status,
319
- contentType: contentType,
319
+ contentType: responseContentType,
320
320
  rawResponse: httpRes,
321
321
  });
322
322
  decodedRes = new TextDecoder().decode(httpRes === null || httpRes === void 0 ? void 0 : httpRes.data);
323
323
  switch (true) {
324
324
  case (httpRes === null || httpRes === void 0 ? void 0 : httpRes.status) == 200:
325
- if (utils.matchContentType(contentType, "application/json")) {
325
+ if (utils.matchContentType(responseContentType, "application/json")) {
326
326
  res.dataIntegritySummaries = utils.objectToClass(JSON.parse(decodedRes), shared.DataIntegritySummaries);
327
327
  }
328
328
  else {
329
- throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
329
+ throw new errors.SDKError("unknown content-type received: " + responseContentType, httpRes.status, decodedRes, httpRes);
330
330
  }
331
331
  break;
332
- case [401, 404].includes(httpRes === null || httpRes === void 0 ? void 0 : httpRes.status):
333
- if (utils.matchContentType(contentType, "application/json")) {
332
+ case [400, 401, 402, 403, 404, 429, 500, 503].includes(httpRes === null || httpRes === void 0 ? void 0 : httpRes.status):
333
+ if (utils.matchContentType(responseContentType, "application/json")) {
334
334
  res.errorMessage = utils.objectToClass(JSON.parse(decodedRes), shared.ErrorMessage);
335
335
  }
336
336
  else {
337
- throw new errors.SDKError("unknown content-type received: " + contentType, httpRes.status, decodedRes, httpRes);
337
+ throw new errors.SDKError("unknown content-type received: " + responseContentType, httpRes.status, decodedRes, httpRes);
338
338
  }
339
339
  break;
340
340
  }
@@ -0,0 +1,40 @@
1
+ import * as utils from "../internal/utils";
2
+ import * as operations from "../sdk/models/operations";
3
+ import { SDKConfiguration } from "./sdk";
4
+ import { AxiosRequestConfig } from "axios";
5
+ export declare class DirectCosts {
6
+ private sdkConfiguration;
7
+ constructor(sdkConfig: SDKConfiguration);
8
+ /**
9
+ * Create direct cost
10
+ *
11
+ * @remarks
12
+ * The *Create direct cost* endpoint creates a new [direct cost](https://docs.codat.io/lending-api#/schemas/DirectCost) for a given company's connection.
13
+ *
14
+ * [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.
15
+ *
16
+ * **Integration-specific behaviour**
17
+ *
18
+ * 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).
19
+ *
20
+ * 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.
21
+ *
22
+ */
23
+ create(req: operations.CreateDirectCostRequest, retries?: utils.RetryConfig, config?: AxiosRequestConfig): Promise<operations.CreateDirectCostResponse>;
24
+ /**
25
+ * Get create direct cost model
26
+ *
27
+ * @remarks
28
+ * 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.
29
+ *
30
+ * [Direct costs](https://docs.codat.io/lending-api#/schemas/DirectCost) are purchases of items that are paid off at the point of the purchase.
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=directCosts) for integrations that support creating a direct cost.
37
+ *
38
+ */
39
+ getCreateModel(req: operations.GetCreateDirectCostsModelRequest, retries?: utils.RetryConfig, config?: AxiosRequestConfig): Promise<operations.GetCreateDirectCostsModelResponse>;
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.DirectCosts = void 0;
93
+ var utils = __importStar(require("../internal/utils"));
94
+ var errors = __importStar(require("../sdk/models/errors"));
95
+ var operations = __importStar(require("../sdk/models/operations"));
96
+ var shared = __importStar(require("../sdk/models/shared"));
97
+ var DirectCosts = /** @class */ (function () {
98
+ function DirectCosts(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
+ DirectCosts.prototype.create = function (req, retries, config) {
117
+ var _a, _b;
118
+ return __awaiter(this, void 0, void 0, function () {
119
+ var baseURL, operationUrl, _c, reqBodyHeaders, reqBody, client, globalSecurity, properties, headers, queryParams, globalRetryConfig, retryConfig, httpRes, responseContentType, 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
+ operationUrl = 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, "directCostPrototype", "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: operationUrl + 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
+ responseContentType = (_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: responseContentType,
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(responseContentType, "application/json")) {
182
+ res.accountingCreateDirectCostResponse = utils.objectToClass(JSON.parse(decodedRes), shared.AccountingCreateDirectCostResponse);
183
+ }
184
+ else {
185
+ throw new errors.SDKError("unknown content-type received: " + responseContentType, httpRes.status, decodedRes, httpRes);
186
+ }
187
+ break;
188
+ case [400, 401, 402, 403, 404, 429, 500, 503].includes(httpRes === null || httpRes === void 0 ? void 0 : httpRes.status):
189
+ if (utils.matchContentType(responseContentType, "application/json")) {
190
+ res.errorMessage = utils.objectToClass(JSON.parse(decodedRes), shared.ErrorMessage);
191
+ }
192
+ else {
193
+ throw new errors.SDKError("unknown content-type received: " + responseContentType, 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
+ DirectCosts.prototype.getCreateModel = function (req, retries, config) {
218
+ var _a, _b;
219
+ return __awaiter(this, void 0, void 0, function () {
220
+ var baseURL, operationUrl, client, globalSecurity, properties, headers, globalRetryConfig, retryConfig, httpRes, responseContentType, 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
+ operationUrl = 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: operationUrl, method: "get", headers: headers, responseType: "arraybuffer" }, config));
256
+ }, new utils.Retries(retryConfig, ["408", "429", "5XX"]))];
257
+ case 3:
258
+ httpRes = _c.sent();
259
+ responseContentType = (_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: responseContentType,
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(responseContentType, "application/json")) {
272
+ res.pushOption = utils.objectToClass(JSON.parse(decodedRes), shared.PushOption);
273
+ }
274
+ else {
275
+ throw new errors.SDKError("unknown content-type received: " + responseContentType, httpRes.status, decodedRes, httpRes);
276
+ }
277
+ break;
278
+ case [401, 402, 403, 404, 429, 500, 503].includes(httpRes === null || httpRes === void 0 ? void 0 : httpRes.status):
279
+ if (utils.matchContentType(responseContentType, "application/json")) {
280
+ res.errorMessage = utils.objectToClass(JSON.parse(decodedRes), shared.ErrorMessage);
281
+ }
282
+ else {
283
+ throw new errors.SDKError("unknown content-type received: " + responseContentType, httpRes.status, decodedRes, httpRes);
284
+ }
285
+ break;
286
+ }
287
+ return [2 /*return*/, res];
288
+ }
289
+ });
290
+ });
291
+ };
292
+ return DirectCosts;
293
+ }());
294
+ exports.DirectCosts = DirectCosts;
@@ -0,0 +1,74 @@
1
+ import * as utils from "../internal/utils";
2
+ import * as operations from "../sdk/models/operations";
3
+ import { SDKConfiguration } from "./sdk";
4
+ import { AxiosRequestConfig } from "axios";
5
+ export declare enum DownloadAttachmentAcceptEnum {
6
+ applicationJson = "application/json",
7
+ applicationOctetStream = "application/octet-stream"
8
+ }
9
+ export declare class DirectIncomes {
10
+ private sdkConfiguration;
11
+ constructor(sdkConfig: SDKConfiguration);
12
+ /**
13
+ * Download direct income attachment
14
+ *
15
+ * @remarks
16
+ * The *Download direct income attachment* endpoint downloads a specific attachment for a given `directIncomeId` and `attachmentId`.
17
+ *
18
+ * [Direct incomes](https://docs.codat.io/lending-api#/schemas/DirectIncome) are sales of items directly to a customer where payment is received at the point of the sale.
19
+ *
20
+ * Check out our [coverage explorer](https://knowledge.codat.io/supported-features/accounting?view=tab-by-data-type&dataType=directIncomes) for integrations that support downloading a direct income attachment.
21
+ *
22
+ */
23
+ downloadAttachment(req: operations.DownloadAccountingDirectIncomeAttachmentRequest, retries?: utils.RetryConfig, config?: AxiosRequestConfig, acceptHeaderOverride?: DownloadAttachmentAcceptEnum): Promise<operations.DownloadAccountingDirectIncomeAttachmentResponse>;
24
+ /**
25
+ * Get direct income
26
+ *
27
+ * @remarks
28
+ * The *Get direct income* endpoint returns a single direct income for a given directIncomeId.
29
+ *
30
+ * [Direct incomes](https://docs.codat.io/lending-api#/schemas/DirectIncome) are sales of items directly to a customer where payment is received at the point of the sale.
31
+ *
32
+ * Check out our [coverage explorer](https://knowledge.codat.io/supported-features/accounting?view=tab-by-data-type&dataType=directIncomes) for integrations that support getting a specific direct income.
33
+ *
34
+ * Before using this endpoint, you must have [retrieved data for the company](https://docs.codat.io/lending-api#/operations/refresh-company-data).
35
+ *
36
+ */
37
+ get(req: operations.GetAccountingDirectIncomeRequest, retries?: utils.RetryConfig, config?: AxiosRequestConfig): Promise<operations.GetAccountingDirectIncomeResponse>;
38
+ /**
39
+ * Get direct income attachment
40
+ *
41
+ * @remarks
42
+ * The *Get direct income attachment* endpoint returns a specific attachment for a given `directIncomeId` and `attachmentId`.
43
+ *
44
+ * [Direct incomes](https://docs.codat.io/lending-api#/schemas/DirectIncome) are sales of items directly to a customer where payment is received at the point of the sale.
45
+ *
46
+ * Check out our [coverage explorer](https://knowledge.codat.io/supported-features/accounting?view=tab-by-data-type&dataType=directIncomes) for integrations that support getting a direct income attachment.
47
+ *
48
+ */
49
+ getAttachment(req: operations.GetAccountingDirectIncomeAttachmentRequest, retries?: utils.RetryConfig, config?: AxiosRequestConfig): Promise<operations.GetAccountingDirectIncomeAttachmentResponse>;
50
+ /**
51
+ * List direct incomes
52
+ *
53
+ * @remarks
54
+ * The *List direct incomes* endpoint returns a list of [direct incomes](https://docs.codat.io/lending-api#/schemas/DirectIncome) for a given company's connection.
55
+ *
56
+ * [Direct incomes](https://docs.codat.io/lending-api#/schemas/DirectIncome) are sales of items directly to a customer where payment is received at the point of the sale.
57
+ *
58
+ * Before using this endpoint, you must have [retrieved data for the company](https://docs.codat.io/lending-api#/operations/refresh-company-data).
59
+ *
60
+ */
61
+ list(req: operations.ListAccountingDirectIncomesRequest, retries?: utils.RetryConfig, config?: AxiosRequestConfig): Promise<operations.ListAccountingDirectIncomesResponse>;
62
+ /**
63
+ * List direct income attachments
64
+ *
65
+ * @remarks
66
+ * The *List direct income attachments* endpoint returns a list of attachments available to download for given `directIncomeId`.
67
+ *
68
+ * [Direct incomes](https://docs.codat.io/lending-api#/schemas/DirectIncome) are sales of items directly to a customer where payment is received at the point of the sale.
69
+ *
70
+ * Check out our [coverage explorer](https://knowledge.codat.io/supported-features/accounting?view=tab-by-data-type&dataType=directIncomes) for integrations that support listing direct income attachments.
71
+ *
72
+ */
73
+ listAttachments(req: operations.ListAccountingDirectIncomeAttachmentsRequest, retries?: utils.RetryConfig, config?: AxiosRequestConfig): Promise<operations.ListAccountingDirectIncomeAttachmentsResponse>;
74
+ }