@codat/lending 3.2.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 (1907) hide show
  1. package/README.md +472 -211
  2. package/dist/internal/utils/queryparams.js +7 -3
  3. package/dist/internal/utils/requestbody.js +29 -19
  4. package/dist/internal/utils/security.js +11 -3
  5. package/dist/internal/utils/utils.js +3 -5
  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 +56 -56
  62. package/dist/sdk/companyinfo.d.ts +5 -3
  63. package/dist/sdk/companyinfo.js +29 -27
  64. package/dist/sdk/connections.d.ts +1 -1
  65. package/dist/sdk/connections.js +56 -56
  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 +36 -36
  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 +36 -36
  82. package/dist/sdk/fileupload.d.ts +1 -1
  83. package/dist/sdk/fileupload.js +34 -34
  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 +26 -2
  93. package/dist/sdk/liabilities.js +189 -26
  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 +20 -20
  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 +22 -5
  103. package/dist/sdk/models/operations/createaccount.js +3 -7
  104. package/dist/sdk/models/operations/createbankaccount.d.ts +21 -4
  105. package/dist/sdk/models/operations/createbankaccount.js +1 -5
  106. package/dist/sdk/models/operations/createbanktransactions.d.ts +23 -6
  107. package/dist/sdk/models/operations/createbanktransactions.js +1 -5
  108. package/dist/sdk/models/operations/createcompany.d.ts +11 -2
  109. package/dist/sdk/models/operations/createcompany.js +1 -1
  110. package/dist/sdk/models/operations/createconnection.d.ts +17 -2
  111. package/dist/sdk/models/operations/createconnection.js +1 -1
  112. package/dist/sdk/models/operations/createdirectcost.d.ts +22 -5
  113. package/dist/sdk/models/operations/createdirectcost.js +4 -8
  114. package/dist/sdk/models/operations/createpayment.d.ts +44 -0
  115. package/dist/sdk/models/operations/createpayment.js +111 -0
  116. package/dist/sdk/models/operations/createsupplier.d.ts +21 -4
  117. package/dist/sdk/models/operations/createsupplier.js +1 -5
  118. package/dist/sdk/models/operations/createtransfer.d.ts +21 -4
  119. package/dist/sdk/models/operations/createtransfer.js +1 -5
  120. package/dist/sdk/models/operations/deletecompany.d.ts +14 -2
  121. package/dist/sdk/models/operations/deletecompany.js +1 -1
  122. package/dist/sdk/models/operations/deleteconnection.d.ts +17 -2
  123. package/dist/sdk/models/operations/deleteconnection.js +1 -1
  124. package/dist/sdk/models/operations/downloadaccountingbillattachment.d.ts +19 -4
  125. package/dist/sdk/models/operations/downloadaccountingbillattachment.js +1 -1
  126. package/dist/sdk/models/operations/downloadaccountingcustomerattachment.d.ts +21 -3
  127. package/dist/sdk/models/operations/downloadaccountingcustomerattachment.js +1 -1
  128. package/dist/sdk/models/operations/downloadaccountingdirectcostattachment.d.ts +19 -4
  129. package/dist/sdk/models/operations/downloadaccountingdirectcostattachment.js +1 -1
  130. package/dist/sdk/models/operations/downloadaccountingdirectincomeattachment.d.ts +19 -4
  131. package/dist/sdk/models/operations/downloadaccountingdirectincomeattachment.js +1 -1
  132. package/dist/sdk/models/operations/downloadaccountinginvoiceattachment.d.ts +19 -4
  133. package/dist/sdk/models/operations/downloadaccountinginvoiceattachment.js +1 -1
  134. package/dist/sdk/models/operations/downloadaccountinginvoicepdf.d.ts +19 -2
  135. package/dist/sdk/models/operations/downloadaccountinginvoicepdf.js +28 -0
  136. package/dist/sdk/models/operations/downloadaccountingsupplierattachment.d.ts +19 -4
  137. package/dist/sdk/models/operations/downloadaccountingsupplierattachment.js +1 -1
  138. package/dist/sdk/models/operations/downloadexcelreport.d.ts +15 -3
  139. package/dist/sdk/models/operations/downloadexcelreport.js +1 -1
  140. package/dist/sdk/models/operations/downloadfiles.d.ts +14 -2
  141. package/dist/sdk/models/operations/downloadfiles.js +1 -1
  142. package/dist/sdk/models/operations/generateexcelreport.d.ts +15 -3
  143. package/dist/sdk/models/operations/generateexcelreport.js +1 -1
  144. package/dist/sdk/models/operations/generateloansummary.d.ts +39 -0
  145. package/dist/sdk/models/operations/generateloansummary.js +104 -0
  146. package/dist/sdk/models/operations/generateloantransactions.d.ts +39 -0
  147. package/dist/sdk/models/operations/generateloantransactions.js +104 -0
  148. package/dist/sdk/models/operations/getaccountingaccount.d.ts +15 -3
  149. package/dist/sdk/models/operations/getaccountingaccount.js +1 -1
  150. package/dist/sdk/models/operations/getaccountingaccounttransaction.d.ts +20 -2
  151. package/dist/sdk/models/operations/getaccountingaccounttransaction.js +1 -1
  152. package/dist/sdk/models/operations/getaccountingagedcreditorsreport.d.ts +15 -3
  153. package/dist/sdk/models/operations/getaccountingagedcreditorsreport.js +2 -2
  154. package/dist/sdk/models/operations/getaccountingageddebtorsreport.d.ts +15 -3
  155. package/dist/sdk/models/operations/getaccountingageddebtorsreport.js +2 -2
  156. package/dist/sdk/models/operations/getaccountingbalancesheet.d.ts +17 -2
  157. package/dist/sdk/models/operations/getaccountingbalancesheet.js +1 -1
  158. package/dist/sdk/models/operations/getaccountingbankaccount.d.ts +18 -3
  159. package/dist/sdk/models/operations/getaccountingbankaccount.js +1 -1
  160. package/dist/sdk/models/operations/getaccountingbill.d.ts +15 -3
  161. package/dist/sdk/models/operations/getaccountingbill.js +1 -1
  162. package/dist/sdk/models/operations/getaccountingbillattachment.d.ts +19 -4
  163. package/dist/sdk/models/operations/getaccountingbillattachment.js +1 -1
  164. package/dist/sdk/models/operations/getaccountingbillcreditnote.d.ts +17 -2
  165. package/dist/sdk/models/operations/getaccountingbillcreditnote.js +1 -1
  166. package/dist/sdk/models/operations/getaccountingbillpayment.d.ts +17 -2
  167. package/dist/sdk/models/operations/getaccountingbillpayment.js +1 -1
  168. package/dist/sdk/models/operations/getaccountingcashflowstatement.d.ts +17 -2
  169. package/dist/sdk/models/operations/getaccountingcashflowstatement.js +1 -1
  170. package/dist/sdk/models/operations/getaccountingcreditnote.d.ts +17 -2
  171. package/dist/sdk/models/operations/getaccountingcreditnote.js +1 -1
  172. package/dist/sdk/models/operations/getaccountingcustomer.d.ts +17 -2
  173. package/dist/sdk/models/operations/getaccountingcustomer.js +1 -1
  174. package/dist/sdk/models/operations/getaccountingcustomerattachment.d.ts +21 -3
  175. package/dist/sdk/models/operations/getaccountingcustomerattachment.js +1 -1
  176. package/dist/sdk/models/operations/getaccountingdirectcost.d.ts +18 -3
  177. package/dist/sdk/models/operations/getaccountingdirectcost.js +1 -1
  178. package/dist/sdk/models/operations/getaccountingdirectcostattachment.d.ts +19 -4
  179. package/dist/sdk/models/operations/getaccountingdirectcostattachment.js +1 -1
  180. package/dist/sdk/models/operations/getaccountingdirectincome.d.ts +20 -2
  181. package/dist/sdk/models/operations/getaccountingdirectincome.js +1 -1
  182. package/dist/sdk/models/operations/getaccountingdirectincomeattachment.d.ts +22 -4
  183. package/dist/sdk/models/operations/getaccountingdirectincomeattachment.js +1 -1
  184. package/dist/sdk/models/operations/getaccountinginvoice.d.ts +15 -3
  185. package/dist/sdk/models/operations/getaccountinginvoice.js +1 -1
  186. package/dist/sdk/models/operations/getaccountinginvoiceattachment.d.ts +19 -4
  187. package/dist/sdk/models/operations/getaccountinginvoiceattachment.js +1 -1
  188. package/dist/sdk/models/operations/getaccountingjournal.d.ts +17 -2
  189. package/dist/sdk/models/operations/getaccountingjournal.js +1 -1
  190. package/dist/sdk/models/operations/getaccountingjournalentry.d.ts +17 -2
  191. package/dist/sdk/models/operations/getaccountingjournalentry.js +1 -1
  192. package/dist/sdk/models/operations/getaccountingpayment.d.ts +17 -2
  193. package/dist/sdk/models/operations/getaccountingpayment.js +1 -1
  194. package/dist/sdk/models/operations/getaccountingprofile.d.ts +14 -2
  195. package/dist/sdk/models/operations/getaccountingprofile.js +1 -1
  196. package/dist/sdk/models/operations/getaccountingprofitandloss.d.ts +17 -2
  197. package/dist/sdk/models/operations/getaccountingprofitandloss.js +1 -1
  198. package/dist/sdk/models/operations/getaccountingsupplier.d.ts +15 -3
  199. package/dist/sdk/models/operations/getaccountingsupplier.js +1 -1
  200. package/dist/sdk/models/operations/getaccountingsupplierattachment.d.ts +19 -4
  201. package/dist/sdk/models/operations/getaccountingsupplierattachment.js +1 -1
  202. package/dist/sdk/models/operations/getaccountingtransfer.d.ts +20 -2
  203. package/dist/sdk/models/operations/getaccountingtransfer.js +1 -1
  204. package/dist/sdk/models/operations/getbankingaccount.d.ts +22 -3
  205. package/dist/sdk/models/operations/getbankingaccount.js +5 -1
  206. package/dist/sdk/models/operations/getbankingtransaction.d.ts +21 -2
  207. package/dist/sdk/models/operations/getbankingtransaction.js +5 -1
  208. package/dist/sdk/models/operations/getbankingtransactioncategory.d.ts +21 -2
  209. package/dist/sdk/models/operations/getbankingtransactioncategory.js +5 -1
  210. package/dist/sdk/models/operations/getcategorizedbalancesheetstatement.d.ts +15 -3
  211. package/dist/sdk/models/operations/getcategorizedbalancesheetstatement.js +1 -1
  212. package/dist/sdk/models/operations/getcategorizedbankstatement.d.ts +15 -3
  213. package/dist/sdk/models/operations/getcategorizedbankstatement.js +1 -1
  214. package/dist/sdk/models/operations/getcategorizedprofitandlossstatement.d.ts +16 -4
  215. package/dist/sdk/models/operations/getcategorizedprofitandlossstatement.js +1 -1
  216. package/dist/sdk/models/operations/getcommercecustomer.d.ts +17 -2
  217. package/dist/sdk/models/operations/getcommercecustomer.js +1 -1
  218. package/dist/sdk/models/operations/getcommercecustomerretentionmetrics.d.ts +18 -3
  219. package/dist/sdk/models/operations/getcommercecustomerretentionmetrics.js +1 -1
  220. package/dist/sdk/models/operations/getcommercedispute.d.ts +17 -2
  221. package/dist/sdk/models/operations/getcommercedispute.js +1 -1
  222. package/dist/sdk/models/operations/getcommercelifetimevaluemetrics.d.ts +18 -3
  223. package/dist/sdk/models/operations/getcommercelifetimevaluemetrics.js +1 -1
  224. package/dist/sdk/models/operations/getcommercelocation.d.ts +17 -2
  225. package/dist/sdk/models/operations/getcommercelocation.js +1 -1
  226. package/dist/sdk/models/operations/getcommerceorder.d.ts +17 -2
  227. package/dist/sdk/models/operations/getcommerceorder.js +1 -1
  228. package/dist/sdk/models/operations/getcommerceordersreport.d.ts +18 -3
  229. package/dist/sdk/models/operations/getcommerceordersreport.js +1 -1
  230. package/dist/sdk/models/operations/getcommercepayment.d.ts +17 -2
  231. package/dist/sdk/models/operations/getcommercepayment.js +1 -1
  232. package/dist/sdk/models/operations/getcommercepaymentmethod.d.ts +17 -2
  233. package/dist/sdk/models/operations/getcommercepaymentmethod.js +1 -1
  234. package/dist/sdk/models/operations/getcommerceproduct.d.ts +17 -2
  235. package/dist/sdk/models/operations/getcommerceproduct.js +1 -1
  236. package/dist/sdk/models/operations/getcommerceproductcategory.d.ts +17 -2
  237. package/dist/sdk/models/operations/getcommerceproductcategory.js +1 -1
  238. package/dist/sdk/models/operations/getcommerceprofile.d.ts +17 -2
  239. package/dist/sdk/models/operations/getcommerceprofile.js +1 -1
  240. package/dist/sdk/models/operations/getcommercerefundsreport.d.ts +18 -3
  241. package/dist/sdk/models/operations/getcommercerefundsreport.js +1 -1
  242. package/dist/sdk/models/operations/getcommercerevenuemetrics.d.ts +18 -3
  243. package/dist/sdk/models/operations/getcommercerevenuemetrics.js +1 -1
  244. package/dist/sdk/models/operations/getcommercetransaction.d.ts +17 -2
  245. package/dist/sdk/models/operations/getcommercetransaction.js +1 -1
  246. package/dist/sdk/models/operations/getcompany.d.ts +14 -2
  247. package/dist/sdk/models/operations/getcompany.js +1 -1
  248. package/dist/sdk/models/operations/getconnection.d.ts +17 -2
  249. package/dist/sdk/models/operations/getconnection.js +1 -1
  250. package/dist/sdk/models/operations/getcreatebanktransactionsmodel.d.ts +18 -3
  251. package/dist/sdk/models/operations/getcreatebanktransactionsmodel.js +1 -1
  252. package/dist/sdk/models/operations/getcreatechartofaccountsmodel.d.ts +17 -2
  253. package/dist/sdk/models/operations/getcreatechartofaccountsmodel.js +1 -1
  254. package/dist/sdk/models/operations/getcreatedirectcostsmodel.d.ts +17 -2
  255. package/dist/sdk/models/operations/getcreatedirectcostsmodel.js +1 -1
  256. package/dist/sdk/models/operations/getcreateoperation.d.ts +14 -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 +17 -2
  261. package/dist/sdk/models/operations/getcreatetransfersmodel.js +1 -1
  262. package/dist/sdk/models/operations/getcreateupdatebankaccountsmodel.d.ts +17 -2
  263. package/dist/sdk/models/operations/getcreateupdatebankaccountsmodel.js +1 -1
  264. package/dist/sdk/models/operations/getcreateupdatesuppliersmodel.d.ts +17 -2
  265. package/dist/sdk/models/operations/getcreateupdatesuppliersmodel.js +1 -1
  266. package/dist/sdk/models/operations/getdataintegritystatus.d.ts +14 -2
  267. package/dist/sdk/models/operations/getdataintegritystatus.js +1 -1
  268. package/dist/sdk/models/operations/getdataintegritysummaries.d.ts +15 -3
  269. package/dist/sdk/models/operations/getdataintegritysummaries.js +1 -1
  270. package/dist/sdk/models/operations/getdatastatus.d.ts +15 -3
  271. package/dist/sdk/models/operations/getdatastatus.js +2 -2
  272. package/dist/sdk/models/operations/getexcelreportgenerationstatus.d.ts +15 -3
  273. package/dist/sdk/models/operations/getexcelreportgenerationstatus.js +1 -1
  274. package/dist/sdk/models/operations/getloansummary.d.ts +26 -2
  275. package/dist/sdk/models/operations/getloansummary.js +15 -2
  276. package/dist/sdk/models/operations/getpulloperation.d.ts +15 -3
  277. package/dist/sdk/models/operations/getpulloperation.js +1 -1
  278. package/dist/sdk/models/operations/index.d.ts +4 -0
  279. package/dist/sdk/models/operations/index.js +4 -0
  280. package/dist/sdk/models/operations/isagedcreditorsreportavailable.d.ts +19 -2
  281. package/dist/sdk/models/operations/isagedcreditorsreportavailable.js +29 -1
  282. package/dist/sdk/models/operations/isageddebtorsreportavailable.d.ts +19 -2
  283. package/dist/sdk/models/operations/isageddebtorsreportavailable.js +29 -1
  284. package/dist/sdk/models/operations/listaccountingaccounts.d.ts +14 -2
  285. package/dist/sdk/models/operations/listaccountingaccounts.js +1 -1
  286. package/dist/sdk/models/operations/listaccountingaccounttransactions.d.ts +17 -2
  287. package/dist/sdk/models/operations/listaccountingaccounttransactions.js +1 -1
  288. package/dist/sdk/models/operations/listaccountingbankaccounts.d.ts +17 -2
  289. package/dist/sdk/models/operations/listaccountingbankaccounts.js +1 -1
  290. package/dist/sdk/models/operations/listaccountingbankaccounttransactions.d.ts +18 -3
  291. package/dist/sdk/models/operations/listaccountingbankaccounttransactions.js +1 -1
  292. package/dist/sdk/models/operations/listaccountingbillattachments.d.ts +18 -3
  293. package/dist/sdk/models/operations/listaccountingbillattachments.js +1 -1
  294. package/dist/sdk/models/operations/listaccountingbillcreditnotes.d.ts +14 -2
  295. package/dist/sdk/models/operations/listaccountingbillcreditnotes.js +1 -1
  296. package/dist/sdk/models/operations/listaccountingbillpayments.d.ts +14 -2
  297. package/dist/sdk/models/operations/listaccountingbillpayments.js +1 -1
  298. package/dist/sdk/models/operations/listaccountingbills.d.ts +14 -2
  299. package/dist/sdk/models/operations/listaccountingbills.js +1 -1
  300. package/dist/sdk/models/operations/listaccountingcreditnotes.d.ts +14 -2
  301. package/dist/sdk/models/operations/listaccountingcreditnotes.js +1 -1
  302. package/dist/sdk/models/operations/listaccountingcustomerattachments.d.ts +20 -2
  303. package/dist/sdk/models/operations/listaccountingcustomerattachments.js +1 -1
  304. package/dist/sdk/models/operations/listaccountingcustomers.d.ts +14 -2
  305. package/dist/sdk/models/operations/listaccountingcustomers.js +1 -1
  306. package/dist/sdk/models/operations/listaccountingdirectcostattachments.d.ts +18 -3
  307. package/dist/sdk/models/operations/listaccountingdirectcostattachments.js +1 -1
  308. package/dist/sdk/models/operations/listaccountingdirectcosts.d.ts +17 -2
  309. package/dist/sdk/models/operations/listaccountingdirectcosts.js +1 -1
  310. package/dist/sdk/models/operations/listaccountingdirectincomeattachments.d.ts +18 -3
  311. package/dist/sdk/models/operations/listaccountingdirectincomeattachments.js +1 -1
  312. package/dist/sdk/models/operations/listaccountingdirectincomes.d.ts +17 -2
  313. package/dist/sdk/models/operations/listaccountingdirectincomes.js +1 -1
  314. package/dist/sdk/models/operations/listaccountinginvoiceattachments.d.ts +18 -3
  315. package/dist/sdk/models/operations/listaccountinginvoiceattachments.js +1 -1
  316. package/dist/sdk/models/operations/listaccountinginvoices.d.ts +14 -2
  317. package/dist/sdk/models/operations/listaccountinginvoices.js +1 -1
  318. package/dist/sdk/models/operations/listaccountingjournalentries.d.ts +14 -2
  319. package/dist/sdk/models/operations/listaccountingjournalentries.js +1 -1
  320. package/dist/sdk/models/operations/listaccountingjournals.d.ts +14 -2
  321. package/dist/sdk/models/operations/listaccountingjournals.js +1 -1
  322. package/dist/sdk/models/operations/listaccountingpayments.d.ts +14 -2
  323. package/dist/sdk/models/operations/listaccountingpayments.js +1 -1
  324. package/dist/sdk/models/operations/listaccountingsupplierattachments.d.ts +18 -3
  325. package/dist/sdk/models/operations/listaccountingsupplierattachments.js +1 -1
  326. package/dist/sdk/models/operations/listaccountingsuppliers.d.ts +14 -2
  327. package/dist/sdk/models/operations/listaccountingsuppliers.js +1 -1
  328. package/dist/sdk/models/operations/listaccountingtransfers.d.ts +17 -2
  329. package/dist/sdk/models/operations/listaccountingtransfers.js +1 -1
  330. package/dist/sdk/models/operations/listbankingaccountbalances.d.ts +17 -2
  331. package/dist/sdk/models/operations/listbankingaccountbalances.js +1 -1
  332. package/dist/sdk/models/operations/listbankingaccounts.d.ts +17 -2
  333. package/dist/sdk/models/operations/listbankingaccounts.js +1 -1
  334. package/dist/sdk/models/operations/listbankingtransactioncategories.d.ts +17 -2
  335. package/dist/sdk/models/operations/listbankingtransactioncategories.js +1 -1
  336. package/dist/sdk/models/operations/listbankingtransactions.d.ts +17 -2
  337. package/dist/sdk/models/operations/listbankingtransactions.js +1 -1
  338. package/dist/sdk/models/operations/listcommercecustomers.d.ts +17 -2
  339. package/dist/sdk/models/operations/listcommercecustomers.js +1 -1
  340. package/dist/sdk/models/operations/listcommercedisputes.d.ts +17 -2
  341. package/dist/sdk/models/operations/listcommercedisputes.js +1 -1
  342. package/dist/sdk/models/operations/listcommercelocations.d.ts +18 -3
  343. package/dist/sdk/models/operations/listcommercelocations.js +1 -1
  344. package/dist/sdk/models/operations/listcommerceorders.d.ts +17 -2
  345. package/dist/sdk/models/operations/listcommerceorders.js +1 -1
  346. package/dist/sdk/models/operations/listcommercepaymentmethods.d.ts +17 -2
  347. package/dist/sdk/models/operations/listcommercepaymentmethods.js +1 -1
  348. package/dist/sdk/models/operations/listcommercepayments.d.ts +17 -2
  349. package/dist/sdk/models/operations/listcommercepayments.js +1 -1
  350. package/dist/sdk/models/operations/listcommerceproductcategories.d.ts +17 -2
  351. package/dist/sdk/models/operations/listcommerceproductcategories.js +1 -1
  352. package/dist/sdk/models/operations/listcommerceproducts.d.ts +17 -2
  353. package/dist/sdk/models/operations/listcommerceproducts.js +1 -1
  354. package/dist/sdk/models/operations/listcommercetransactions.d.ts +17 -2
  355. package/dist/sdk/models/operations/listcommercetransactions.js +1 -1
  356. package/dist/sdk/models/operations/listcompanies.d.ts +11 -2
  357. package/dist/sdk/models/operations/listcompanies.js +1 -1
  358. package/dist/sdk/models/operations/listconnections.d.ts +14 -2
  359. package/dist/sdk/models/operations/listconnections.js +1 -1
  360. package/dist/sdk/models/operations/listcreateoperations.d.ts +14 -2
  361. package/dist/sdk/models/operations/listcreateoperations.js +1 -1
  362. package/dist/sdk/models/operations/listdataintegritydetails.d.ts +15 -3
  363. package/dist/sdk/models/operations/listdataintegritydetails.js +1 -1
  364. package/dist/sdk/models/operations/listfiles.d.ts +14 -2
  365. package/dist/sdk/models/operations/listfiles.js +1 -1
  366. package/dist/sdk/models/operations/listloantransactions.d.ts +19 -7
  367. package/dist/sdk/models/operations/listloantransactions.js +9 -9
  368. package/dist/sdk/models/operations/listpulloperations.d.ts +14 -2
  369. package/dist/sdk/models/operations/listpulloperations.js +1 -1
  370. package/dist/sdk/models/operations/listreconciledinvoices.d.ts +15 -3
  371. package/dist/sdk/models/operations/listreconciledinvoices.js +1 -1
  372. package/dist/sdk/models/operations/refreshalldatatypes.d.ts +14 -2
  373. package/dist/sdk/models/operations/refreshalldatatypes.js +1 -1
  374. package/dist/sdk/models/operations/refreshdatatype.d.ts +15 -3
  375. package/dist/sdk/models/operations/refreshdatatype.js +1 -1
  376. package/dist/sdk/models/operations/unlinkconnection.d.ts +17 -2
  377. package/dist/sdk/models/operations/unlinkconnection.js +1 -1
  378. package/dist/sdk/models/operations/updatecompany.d.ts +14 -2
  379. package/dist/sdk/models/operations/updatecompany.js +1 -1
  380. package/dist/sdk/models/operations/uploadfiles.d.ts +18 -3
  381. package/dist/sdk/models/operations/uploadfiles.js +3 -3
  382. package/dist/sdk/models/shared/accountingaccount.d.ts +16 -7
  383. package/dist/sdk/models/shared/accountingaccount.js +13 -6
  384. package/dist/sdk/models/shared/accountingaccounts.d.ts +9 -0
  385. package/dist/sdk/models/shared/accountingaccounttransaction.d.ts +4 -4
  386. package/dist/sdk/models/shared/accountingaccounttransaction.js +10 -10
  387. package/dist/sdk/models/shared/accountingaccounttransactions.d.ts +9 -0
  388. package/dist/sdk/models/shared/accountingagedcreditorreport.d.ts +1 -1
  389. package/dist/sdk/models/shared/accountingagedcreditorreport.js +1 -1
  390. package/dist/sdk/models/shared/accountingageddebtorreport.d.ts +1 -1
  391. package/dist/sdk/models/shared/accountingageddebtorreport.js +1 -1
  392. package/dist/sdk/models/shared/accountingattachment.d.ts +1 -1
  393. package/dist/sdk/models/shared/accountingattachment.js +1 -1
  394. package/dist/sdk/models/shared/accountingbankaccount.d.ts +10 -1
  395. package/dist/sdk/models/shared/accountingbankaccount.js +8 -1
  396. package/dist/sdk/models/shared/accountingbankaccounts.d.ts +9 -0
  397. package/dist/sdk/models/shared/accountingbanktransaction.d.ts +20 -2
  398. package/dist/sdk/models/shared/accountingbanktransaction.js +1 -1
  399. package/dist/sdk/models/shared/accountingbanktransactions.d.ts +9 -0
  400. package/dist/sdk/models/shared/accountingbill.d.ts +12 -6
  401. package/dist/sdk/models/shared/accountingbill.js +21 -21
  402. package/dist/sdk/models/shared/accountingbillcreditnote.d.ts +3 -3
  403. package/dist/sdk/models/shared/accountingbillcreditnote.js +3 -3
  404. package/dist/sdk/models/shared/accountingbillcreditnotes.d.ts +9 -0
  405. package/dist/sdk/models/shared/accountingbillpayment.d.ts +6 -5
  406. package/dist/sdk/models/shared/accountingbillpayment.js +7 -5
  407. package/dist/sdk/models/shared/accountingbillpayments.d.ts +9 -0
  408. package/dist/sdk/models/shared/accountingbills.d.ts +9 -0
  409. package/dist/sdk/models/shared/accountingcompanyinfo.d.ts +11 -2
  410. package/dist/sdk/models/shared/accountingcompanyinfo.js +9 -2
  411. package/dist/sdk/models/shared/accountingcreateaccountresponse.d.ts +17 -6
  412. package/dist/sdk/models/shared/accountingcreatebankaccountresponse.d.ts +12 -1
  413. package/dist/sdk/models/shared/accountingcreatebanktransactions.d.ts +3 -0
  414. package/dist/sdk/models/shared/accountingcreatebanktransactionsresponse.d.ts +11 -0
  415. package/dist/sdk/models/shared/accountingcreatedirectcostresponse.d.ts +12 -1
  416. package/dist/sdk/models/shared/accountingcreatepaymentresponse.d.ts +785 -0
  417. package/dist/sdk/models/shared/accountingcreatepaymentresponse.js +118 -0
  418. package/dist/sdk/models/shared/accountingcreatesupplierresponse.d.ts +12 -1
  419. package/dist/sdk/models/shared/accountingcreatetransferresponse.d.ts +12 -1
  420. package/dist/sdk/models/shared/accountingcreditnote.d.ts +10 -1
  421. package/dist/sdk/models/shared/accountingcreditnote.js +1 -1
  422. package/dist/sdk/models/shared/accountingcreditnotes.d.ts +9 -0
  423. package/dist/sdk/models/shared/accountingcustomer.d.ts +1 -1
  424. package/dist/sdk/models/shared/accountingcustomer.js +1 -1
  425. package/dist/sdk/models/shared/accountingcustomers.d.ts +9 -0
  426. package/dist/sdk/models/shared/accountingdirectcost.d.ts +17 -4
  427. package/dist/sdk/models/shared/accountingdirectcost.js +26 -5
  428. package/dist/sdk/models/shared/accountingdirectcosts.d.ts +9 -0
  429. package/dist/sdk/models/shared/accountingdirectincome.d.ts +5 -2
  430. package/dist/sdk/models/shared/accountingdirectincome.js +1 -1
  431. package/dist/sdk/models/shared/accountingdirectincomes.d.ts +9 -0
  432. package/dist/sdk/models/shared/accountinginvoice.d.ts +20 -7
  433. package/dist/sdk/models/shared/accountinginvoice.js +15 -14
  434. package/dist/sdk/models/shared/accountinginvoices.d.ts +9 -0
  435. package/dist/sdk/models/shared/accountingjournal.d.ts +2 -2
  436. package/dist/sdk/models/shared/accountingjournal.js +2 -2
  437. package/dist/sdk/models/shared/accountingjournalentries.d.ts +9 -0
  438. package/dist/sdk/models/shared/accountingjournalentry.d.ts +2 -2
  439. package/dist/sdk/models/shared/accountingjournalentry.js +2 -2
  440. package/dist/sdk/models/shared/accountingjournals.d.ts +9 -0
  441. package/dist/sdk/models/shared/accountingpayment.d.ts +538 -534
  442. package/dist/sdk/models/shared/accountingpayment.js +536 -534
  443. package/dist/sdk/models/shared/accountingpaymentallocation.d.ts +2 -2
  444. package/dist/sdk/models/shared/accountingpaymentallocation.js +12 -12
  445. package/dist/sdk/models/shared/accountingpayments.d.ts +9 -0
  446. package/dist/sdk/models/shared/accountingsupplier.d.ts +1 -1
  447. package/dist/sdk/models/shared/accountingsupplier.js +1 -1
  448. package/dist/sdk/models/shared/accountingsuppliers.d.ts +9 -0
  449. package/dist/sdk/models/shared/accountingtransfer.d.ts +10 -10
  450. package/dist/sdk/models/shared/accountingtransfer.js +5 -25
  451. package/dist/sdk/models/shared/accountingtransfers.d.ts +9 -0
  452. package/dist/sdk/models/shared/accountprototype.d.ts +129 -0
  453. package/dist/sdk/models/shared/accountprototype.js +167 -0
  454. package/dist/sdk/models/shared/accountspayabletracking.d.ts +6 -0
  455. package/dist/sdk/models/shared/accountsreceivabletracking.d.ts +8 -2
  456. package/dist/sdk/models/shared/accountsreceivabletracking.js +10 -10
  457. package/dist/sdk/models/shared/balancesheet.d.ts +3 -2
  458. package/dist/sdk/models/shared/balancesheet.js +5 -4
  459. package/dist/sdk/models/shared/bankingaccountbalance.d.ts +1 -1
  460. package/dist/sdk/models/shared/bankingaccountbalance.js +1 -1
  461. package/dist/sdk/models/shared/bankingaccountbalances.d.ts +9 -0
  462. package/dist/sdk/models/shared/bankingaccounts.d.ts +9 -0
  463. package/dist/sdk/models/shared/bankingtransactioncategories.d.ts +9 -0
  464. package/dist/sdk/models/shared/bankingtransactioncategory.d.ts +3 -0
  465. package/dist/sdk/models/shared/bankingtransactionref.d.ts +18 -0
  466. package/dist/sdk/models/shared/bankingtransactions.d.ts +9 -0
  467. package/dist/sdk/models/shared/banktransactiontype.d.ts +1 -1
  468. package/dist/sdk/models/shared/banktransactiontype.js +1 -1
  469. package/dist/sdk/models/shared/billcreditnotelineitem.d.ts +4 -4
  470. package/dist/sdk/models/shared/billcreditnotelineitem.js +20 -20
  471. package/dist/sdk/models/shared/billedtotype.d.ts +3 -0
  472. package/dist/sdk/models/shared/billedtotype.js +3 -0
  473. package/dist/sdk/models/shared/billedtotype1.d.ts +3 -0
  474. package/dist/sdk/models/shared/billedtotype1.js +3 -0
  475. package/dist/sdk/models/shared/billlineitem.d.ts +40 -2
  476. package/dist/sdk/models/shared/billlineitem.js +53 -4
  477. package/dist/sdk/models/shared/cashflowstatement.d.ts +3 -3
  478. package/dist/sdk/models/shared/cashflowstatement.js +5 -5
  479. package/dist/sdk/models/shared/commercecompanyinfo.d.ts +1 -1
  480. package/dist/sdk/models/shared/commercecompanyinfo.js +1 -1
  481. package/dist/sdk/models/shared/commercecustomers.d.ts +9 -0
  482. package/dist/sdk/models/shared/commercedisputes.d.ts +9 -0
  483. package/dist/sdk/models/shared/commercelocations.d.ts +9 -0
  484. package/dist/sdk/models/shared/commerceorder.d.ts +6 -15
  485. package/dist/sdk/models/shared/commerceorder.js +4 -23
  486. package/dist/sdk/models/shared/commerceorders.d.ts +9 -0
  487. package/dist/sdk/models/shared/commercepayment.d.ts +14 -1
  488. package/dist/sdk/models/shared/commercepayment.js +10 -1
  489. package/dist/sdk/models/shared/commercepaymentmethod.d.ts +10 -3
  490. package/dist/sdk/models/shared/commercepaymentmethod.js +10 -2
  491. package/dist/sdk/models/shared/commercepaymentmethods.d.ts +9 -0
  492. package/dist/sdk/models/shared/commercepayments.d.ts +9 -0
  493. package/dist/sdk/models/shared/commerceproduct.d.ts +11 -2
  494. package/dist/sdk/models/shared/commerceproduct.js +7 -0
  495. package/dist/sdk/models/shared/commerceproductcategories.d.ts +9 -0
  496. package/dist/sdk/models/shared/commerceproducts.d.ts +9 -0
  497. package/dist/sdk/models/shared/commercereportcomponent.d.ts +12 -0
  498. package/dist/sdk/models/shared/commercereportdimension.d.ts +12 -0
  499. package/dist/sdk/models/shared/commercereporterror.d.ts +9 -0
  500. package/dist/sdk/models/shared/commercereportmeasure.d.ts +12 -0
  501. package/dist/sdk/models/shared/commercetransaction.d.ts +9 -0
  502. package/dist/sdk/models/shared/commercetransaction.js +7 -0
  503. package/dist/sdk/models/shared/commercetransactions.d.ts +9 -0
  504. package/dist/sdk/models/shared/companies.d.ts +9 -0
  505. package/dist/sdk/models/shared/company.d.ts +5 -0
  506. package/dist/sdk/models/shared/connection.d.ts +8 -2
  507. package/dist/sdk/models/shared/connection.js +9 -9
  508. package/dist/sdk/models/shared/connections.d.ts +9 -0
  509. package/dist/sdk/models/shared/contactref.d.ts +9 -2
  510. package/dist/sdk/models/shared/contactref.js +2 -1
  511. package/dist/sdk/models/shared/createbankaccounttransaction.d.ts +12 -0
  512. package/dist/sdk/models/shared/creditnotelineitem.d.ts +5 -2
  513. package/dist/sdk/models/shared/creditnotelineitem.js +3 -3
  514. package/dist/sdk/models/shared/creditnotestatus.d.ts +3 -0
  515. package/dist/sdk/models/shared/creditnotestatus.js +3 -0
  516. package/dist/sdk/models/shared/dataconnectionerror.d.ts +9 -0
  517. package/dist/sdk/models/shared/dataintegritydetails.d.ts +9 -0
  518. package/dist/sdk/models/shared/datastatus.d.ts +61 -1
  519. package/dist/sdk/models/shared/datastatus.js +50 -1
  520. package/dist/sdk/models/shared/datatype.d.ts +1 -0
  521. package/dist/sdk/models/shared/datatype.js +1 -0
  522. package/dist/sdk/models/shared/directcostlineitem.d.ts +2 -2
  523. package/dist/sdk/models/shared/directcostlineitem.js +3 -3
  524. package/dist/sdk/models/shared/directcostprototype.d.ts +126 -0
  525. package/dist/sdk/models/shared/directcostprototype.js +129 -0
  526. package/dist/sdk/models/shared/directincomelineitem.d.ts +2 -2
  527. package/dist/sdk/models/shared/directincomelineitem.js +3 -3
  528. package/dist/sdk/models/shared/enhancedcashflowtransaction.d.ts +11 -0
  529. package/dist/sdk/models/shared/enhancedcashflowtransactions.d.ts +1 -1
  530. package/dist/sdk/models/shared/enhancedfinancialreport.d.ts +2 -2
  531. package/dist/sdk/models/shared/enhancedfinancialreport.js +13 -13
  532. package/dist/sdk/models/shared/enhancedinvoicereportitem.d.ts +10 -1
  533. package/dist/sdk/models/shared/enhancedinvoicesreport.d.ts +1 -1
  534. package/dist/sdk/models/shared/errormessage.d.ts +18 -0
  535. package/dist/sdk/models/shared/file.d.ts +9 -0
  536. package/dist/sdk/models/shared/halref.d.ts +3 -0
  537. package/dist/sdk/models/shared/index.d.ts +7 -2
  538. package/dist/sdk/models/shared/index.js +7 -2
  539. package/dist/sdk/models/shared/invoicelineitem.d.ts +5 -2
  540. package/dist/sdk/models/shared/invoicelineitem.js +3 -3
  541. package/dist/sdk/models/shared/itemref.d.ts +8 -7
  542. package/dist/sdk/models/shared/itemref.js +7 -5
  543. package/dist/sdk/models/shared/items.d.ts +6 -0
  544. package/dist/sdk/models/shared/lendingcustomerref.d.ts +2 -2
  545. package/dist/sdk/models/shared/loansummaryreportitem.d.ts +4 -0
  546. package/dist/sdk/models/shared/loansummaryreportitem.js +5 -0
  547. package/dist/sdk/models/shared/orderdiscountallocation.d.ts +1 -1
  548. package/dist/sdk/models/shared/orderlineitem.d.ts +5 -5
  549. package/dist/sdk/models/shared/payment.d.ts +7 -1
  550. package/dist/sdk/models/shared/paymentmethodref.d.ts +14 -0
  551. package/dist/sdk/models/shared/paymentmethodref.js +53 -0
  552. package/dist/sdk/models/shared/productinventory.d.ts +3 -0
  553. package/dist/sdk/models/shared/productinventorylocation.d.ts +3 -0
  554. package/dist/sdk/models/shared/productprice.d.ts +3 -0
  555. package/dist/sdk/models/shared/productref.d.ts +1 -1
  556. package/dist/sdk/models/shared/productvariant.d.ts +3 -0
  557. package/dist/sdk/models/shared/productvariantref.d.ts +1 -1
  558. package/dist/sdk/models/shared/productvariantstatus.d.ts +3 -0
  559. package/dist/sdk/models/shared/productvariantstatus.js +3 -0
  560. package/dist/sdk/models/shared/profitandlossreport.d.ts +6 -6
  561. package/dist/sdk/models/shared/profitandlossreport.js +11 -11
  562. package/dist/sdk/models/shared/projectref.d.ts +6 -0
  563. package/dist/sdk/models/shared/propertieitemref.d.ts +14 -0
  564. package/dist/sdk/models/shared/propertieitemref.js +53 -0
  565. package/dist/sdk/models/shared/pulloperation.d.ts +59 -0
  566. package/dist/sdk/models/shared/pulloperation.js +18 -0
  567. package/dist/sdk/models/shared/pulloperations.d.ts +9 -0
  568. package/dist/sdk/models/shared/pushchangetype.d.ts +3 -0
  569. package/dist/sdk/models/shared/pushchangetype.js +3 -0
  570. package/dist/sdk/models/shared/pushfieldvalidation.d.ts +9 -0
  571. package/dist/sdk/models/shared/pushoperation.d.ts +11 -0
  572. package/dist/sdk/models/shared/pushoperationchange.d.ts +6 -0
  573. package/dist/sdk/models/shared/pushoperationref.d.ts +3 -0
  574. package/dist/sdk/models/shared/pushoperations.d.ts +9 -0
  575. package/dist/sdk/models/shared/pushoption.d.ts +12 -0
  576. package/dist/sdk/models/shared/pushoptionchoice.d.ts +12 -0
  577. package/dist/sdk/models/shared/pushoptionproperty.d.ts +12 -0
  578. package/dist/sdk/models/shared/pushoptiontype.d.ts +3 -0
  579. package/dist/sdk/models/shared/pushoptiontype.js +3 -0
  580. package/dist/sdk/models/shared/reportcomponentmeasure.d.ts +9 -0
  581. package/dist/sdk/models/shared/reportinfo.d.ts +3 -3
  582. package/dist/sdk/models/shared/reportinfo.js +1 -1
  583. package/dist/sdk/models/shared/reportitems.d.ts +14 -4
  584. package/dist/sdk/models/shared/reportitems.js +19 -11
  585. package/dist/sdk/models/shared/reportlineinput.d.ts +20 -0
  586. package/dist/sdk/models/shared/reportlineinput.js +62 -0
  587. package/dist/sdk/models/shared/schemadatatype.d.ts +48 -0
  588. package/dist/sdk/models/shared/schemadatatype.js +55 -0
  589. package/dist/sdk/models/shared/servicecharge.d.ts +1 -1
  590. package/dist/sdk/models/shared/trackingcategoryref.d.ts +6 -0
  591. package/dist/sdk/models/shared/transactioncategorystatus.d.ts +3 -0
  592. package/dist/sdk/models/shared/transactioncategorystatus.js +3 -0
  593. package/dist/sdk/models/shared/transactionsourceref.d.ts +3 -0
  594. package/dist/sdk/models/shared/transactionsourcetype.d.ts +3 -0
  595. package/dist/sdk/models/shared/transactionsourcetype.js +3 -0
  596. package/dist/sdk/models/shared/transferaccount.d.ts +3 -0
  597. package/dist/sdk/models/shared/transferaccount.js +3 -0
  598. package/dist/sdk/models/shared/validationitem.d.ts +9 -0
  599. package/dist/sdk/models/shared/weblink.d.ts +2 -2
  600. package/dist/sdk/models/shared/weblink.js +7 -7
  601. package/dist/sdk/models/webhooks/accountcategoriesupdated.d.ts +10 -1
  602. package/dist/sdk/models/webhooks/clientratelimitreached.d.ts +10 -1
  603. package/dist/sdk/models/webhooks/clientratelimitreset.d.ts +10 -1
  604. package/dist/sdk/orders.d.ts +34 -0
  605. package/dist/sdk/orders.js +262 -0
  606. package/dist/sdk/paymentmethods.d.ts +34 -0
  607. package/dist/sdk/paymentmethods.js +262 -0
  608. package/dist/sdk/payments.d.ts +34 -0
  609. package/dist/sdk/payments.js +262 -0
  610. package/dist/sdk/productcategories.d.ts +34 -0
  611. package/dist/sdk/productcategories.js +262 -0
  612. package/dist/sdk/products.d.ts +34 -0
  613. package/dist/sdk/products.js +262 -0
  614. package/dist/sdk/profitandloss.d.ts +24 -0
  615. package/dist/sdk/profitandloss.js +253 -0
  616. package/dist/sdk/pulloperations.d.ts +22 -0
  617. package/dist/sdk/pulloperations.js +250 -0
  618. package/dist/sdk/refresh.d.ts +28 -0
  619. package/dist/sdk/refresh.js +250 -0
  620. package/dist/sdk/reports.d.ts +36 -0
  621. package/dist/sdk/reports.js +413 -0
  622. package/dist/sdk/sales.d.ts +22 -22
  623. package/dist/sdk/sales.js +22 -22
  624. package/dist/sdk/sdk.d.ts +23 -22
  625. package/dist/sdk/sdk.js +15 -14
  626. package/dist/sdk/suppliers.d.ts +74 -0
  627. package/dist/sdk/suppliers.js +530 -0
  628. package/dist/sdk/transactioncategories.d.ts +34 -0
  629. package/dist/sdk/transactioncategories.js +262 -0
  630. package/dist/sdk/transactions.d.ts +10 -10
  631. package/dist/sdk/transactions.js +10 -10
  632. package/dist/sdk/transfers.d.ts +40 -0
  633. package/dist/sdk/transfers.js +294 -0
  634. package/docs/{models → internal}/utils/retryconfig.md +0 -0
  635. package/docs/sdk/models/operations/createaccountrequest.md +12 -0
  636. package/docs/sdk/models/operations/createaccountresponse.md +12 -0
  637. package/docs/sdk/models/operations/createbankaccountrequest.md +12 -0
  638. package/docs/sdk/models/operations/createbankaccountresponse.md +12 -0
  639. package/docs/sdk/models/operations/createbanktransactionsrequest.md +13 -0
  640. package/docs/sdk/models/operations/createbanktransactionsresponse.md +12 -0
  641. package/docs/sdk/models/operations/createcompanyresponse.md +12 -0
  642. package/docs/sdk/models/operations/createconnectionrequest.md +9 -0
  643. package/docs/sdk/models/operations/createconnectionrequestbody.md +8 -0
  644. package/docs/sdk/models/operations/createconnectionresponse.md +12 -0
  645. package/docs/sdk/models/operations/createdirectcostrequest.md +12 -0
  646. package/docs/sdk/models/operations/createdirectcostresponse.md +12 -0
  647. package/docs/sdk/models/operations/createpaymentrequest.md +12 -0
  648. package/docs/sdk/models/operations/createpaymentresponse.md +12 -0
  649. package/docs/sdk/models/operations/createsupplierrequest.md +12 -0
  650. package/docs/sdk/models/operations/createsupplierresponse.md +12 -0
  651. package/docs/sdk/models/operations/createtransferrequest.md +12 -0
  652. package/docs/sdk/models/operations/createtransferresponse.md +12 -0
  653. package/docs/sdk/models/operations/deletecompanyrequest.md +8 -0
  654. package/docs/sdk/models/operations/deletecompanyresponse.md +11 -0
  655. package/docs/sdk/models/operations/deleteconnectionrequest.md +9 -0
  656. package/docs/sdk/models/operations/deleteconnectionresponse.md +11 -0
  657. package/docs/sdk/models/operations/downloadaccountingbillattachmentrequest.md +11 -0
  658. package/docs/sdk/models/operations/downloadaccountingbillattachmentresponse.md +12 -0
  659. package/docs/sdk/models/operations/downloadaccountingcustomerattachmentrequest.md +11 -0
  660. package/docs/sdk/models/operations/downloadaccountingcustomerattachmentresponse.md +12 -0
  661. package/docs/sdk/models/operations/downloadaccountingdirectcostattachmentrequest.md +11 -0
  662. package/docs/sdk/models/operations/downloadaccountingdirectcostattachmentresponse.md +12 -0
  663. package/docs/sdk/models/operations/downloadaccountingdirectincomeattachmentrequest.md +11 -0
  664. package/docs/sdk/models/operations/downloadaccountingdirectincomeattachmentresponse.md +12 -0
  665. package/docs/sdk/models/operations/downloadaccountinginvoiceattachmentrequest.md +11 -0
  666. package/docs/sdk/models/operations/downloadaccountinginvoiceattachmentresponse.md +12 -0
  667. package/docs/sdk/models/operations/downloadaccountinginvoicepdfrequest.md +9 -0
  668. package/docs/sdk/models/operations/downloadaccountinginvoicepdfresponse.md +12 -0
  669. package/docs/sdk/models/operations/downloadaccountingsupplierattachmentrequest.md +11 -0
  670. package/docs/sdk/models/operations/downloadaccountingsupplierattachmentresponse.md +12 -0
  671. package/docs/sdk/models/operations/downloadexcelreportrequest.md +9 -0
  672. package/docs/sdk/models/operations/downloadexcelreportresponse.md +12 -0
  673. package/docs/sdk/models/operations/downloadfilesrequest.md +9 -0
  674. package/docs/sdk/models/operations/downloadfilesresponse.md +12 -0
  675. package/docs/sdk/models/operations/generateexcelreportrequest.md +9 -0
  676. package/docs/sdk/models/operations/generateexcelreportresponse.md +12 -0
  677. package/docs/sdk/models/operations/generateloansummaryrequest.md +9 -0
  678. package/docs/sdk/models/operations/generateloansummaryresponse.md +11 -0
  679. package/docs/sdk/models/operations/generateloantransactionsrequest.md +9 -0
  680. package/docs/sdk/models/operations/generateloantransactionsresponse.md +11 -0
  681. package/docs/sdk/models/operations/getaccountingaccountrequest.md +9 -0
  682. package/docs/sdk/models/operations/getaccountingaccountresponse.md +12 -0
  683. package/docs/sdk/models/operations/getaccountingaccounttransactionrequest.md +10 -0
  684. package/docs/sdk/models/operations/getaccountingaccounttransactionresponse.md +12 -0
  685. package/docs/sdk/models/operations/getaccountingagedcreditorsreportrequest.md +11 -0
  686. package/docs/sdk/models/operations/getaccountingagedcreditorsreportresponse.md +12 -0
  687. package/docs/sdk/models/operations/getaccountingageddebtorsreportrequest.md +11 -0
  688. package/docs/sdk/models/operations/getaccountingageddebtorsreportresponse.md +12 -0
  689. package/docs/sdk/models/operations/getaccountingbalancesheetrequest.md +11 -0
  690. package/docs/sdk/models/operations/getaccountingbalancesheetresponse.md +12 -0
  691. package/docs/sdk/models/operations/getaccountingbankaccountrequest.md +10 -0
  692. package/docs/sdk/models/operations/getaccountingbankaccountresponse.md +12 -0
  693. package/docs/sdk/models/operations/getaccountingbillattachmentrequest.md +11 -0
  694. package/docs/sdk/models/operations/getaccountingbillattachmentresponse.md +12 -0
  695. package/docs/sdk/models/operations/getaccountingbillcreditnoterequest.md +9 -0
  696. package/docs/sdk/models/operations/getaccountingbillcreditnoteresponse.md +12 -0
  697. package/docs/sdk/models/operations/getaccountingbillpaymentrequest.md +9 -0
  698. package/docs/sdk/models/operations/getaccountingbillpaymentresponse.md +12 -0
  699. package/docs/sdk/models/operations/getaccountingbillrequest.md +9 -0
  700. package/docs/sdk/models/operations/getaccountingbillresponse.md +12 -0
  701. package/docs/sdk/models/operations/getaccountingcashflowstatementrequest.md +11 -0
  702. package/docs/sdk/models/operations/getaccountingcashflowstatementresponse.md +12 -0
  703. package/docs/sdk/models/operations/getaccountingcreditnoterequest.md +9 -0
  704. package/docs/sdk/models/operations/getaccountingcreditnoteresponse.md +12 -0
  705. package/docs/sdk/models/operations/getaccountingcustomerattachmentrequest.md +11 -0
  706. package/docs/sdk/models/operations/getaccountingcustomerattachmentresponse.md +12 -0
  707. package/docs/sdk/models/operations/getaccountingcustomerrequest.md +9 -0
  708. package/docs/sdk/models/operations/getaccountingcustomerresponse.md +12 -0
  709. package/docs/sdk/models/operations/getaccountingdirectcostattachmentrequest.md +11 -0
  710. package/docs/sdk/models/operations/getaccountingdirectcostattachmentresponse.md +12 -0
  711. package/docs/sdk/models/operations/getaccountingdirectcostrequest.md +10 -0
  712. package/docs/sdk/models/operations/getaccountingdirectcostresponse.md +12 -0
  713. package/docs/sdk/models/operations/getaccountingdirectincomeattachmentrequest.md +12 -0
  714. package/docs/sdk/models/operations/getaccountingdirectincomeattachmentresponse.md +12 -0
  715. package/docs/sdk/models/operations/getaccountingdirectincomerequest.md +10 -0
  716. package/docs/sdk/models/operations/getaccountingdirectincomeresponse.md +12 -0
  717. package/docs/sdk/models/operations/getaccountinginvoiceattachmentrequest.md +11 -0
  718. package/docs/sdk/models/operations/getaccountinginvoiceattachmentresponse.md +12 -0
  719. package/docs/sdk/models/operations/getaccountinginvoicerequest.md +9 -0
  720. package/docs/sdk/models/operations/getaccountinginvoiceresponse.md +12 -0
  721. package/docs/sdk/models/operations/getaccountingjournalentryrequest.md +9 -0
  722. package/docs/sdk/models/operations/getaccountingjournalentryresponse.md +12 -0
  723. package/docs/sdk/models/operations/getaccountingjournalrequest.md +9 -0
  724. package/docs/sdk/models/operations/getaccountingjournalresponse.md +12 -0
  725. package/docs/sdk/models/operations/getaccountingpaymentrequest.md +9 -0
  726. package/docs/sdk/models/operations/getaccountingpaymentresponse.md +12 -0
  727. package/docs/sdk/models/operations/getaccountingprofilerequest.md +8 -0
  728. package/docs/sdk/models/operations/getaccountingprofileresponse.md +12 -0
  729. package/docs/sdk/models/operations/getaccountingprofitandlossrequest.md +11 -0
  730. package/docs/sdk/models/operations/getaccountingprofitandlossresponse.md +12 -0
  731. package/docs/sdk/models/operations/getaccountingsupplierattachmentrequest.md +11 -0
  732. package/docs/sdk/models/operations/getaccountingsupplierattachmentresponse.md +12 -0
  733. package/docs/sdk/models/operations/getaccountingsupplierrequest.md +9 -0
  734. package/docs/sdk/models/operations/getaccountingsupplierresponse.md +12 -0
  735. package/docs/sdk/models/operations/getaccountingtransferrequest.md +10 -0
  736. package/docs/sdk/models/operations/getaccountingtransferresponse.md +12 -0
  737. package/docs/sdk/models/operations/getbankingaccountrequest.md +10 -0
  738. package/docs/sdk/models/operations/getbankingaccountresponse.md +12 -0
  739. package/docs/sdk/models/operations/getbankingtransactioncategoryrequest.md +10 -0
  740. package/docs/sdk/models/operations/getbankingtransactioncategoryresponse.md +12 -0
  741. package/docs/sdk/models/operations/getbankingtransactionrequest.md +10 -0
  742. package/docs/sdk/models/operations/getbankingtransactionresponse.md +12 -0
  743. package/docs/sdk/models/operations/getcategorizedbalancesheetstatementrequest.md +10 -0
  744. package/docs/sdk/models/operations/getcategorizedbalancesheetstatementresponse.md +12 -0
  745. package/docs/sdk/models/operations/getcategorizedbankstatementrequest.md +11 -0
  746. package/docs/sdk/models/operations/getcategorizedbankstatementresponse.md +12 -0
  747. package/docs/sdk/models/operations/getcategorizedprofitandlossstatementrequest.md +10 -0
  748. package/docs/sdk/models/operations/getcategorizedprofitandlossstatementresponse.md +12 -0
  749. package/docs/sdk/models/operations/getcommercecustomerrequest.md +10 -0
  750. package/docs/sdk/models/operations/getcommercecustomerresponse.md +12 -0
  751. package/docs/sdk/models/operations/getcommercecustomerretentionmetricsrequest.md +14 -0
  752. package/docs/sdk/models/operations/getcommercecustomerretentionmetricsresponse.md +12 -0
  753. package/docs/sdk/models/operations/getcommercedisputerequest.md +10 -0
  754. package/docs/sdk/models/operations/getcommercedisputeresponse.md +12 -0
  755. package/docs/sdk/models/operations/getcommercelifetimevaluemetricsrequest.md +14 -0
  756. package/docs/sdk/models/operations/getcommercelifetimevaluemetricsresponse.md +12 -0
  757. package/docs/sdk/models/operations/getcommercelocationrequest.md +10 -0
  758. package/docs/sdk/models/operations/getcommercelocationresponse.md +12 -0
  759. package/docs/sdk/models/operations/getcommerceorderrequest.md +10 -0
  760. package/docs/sdk/models/operations/getcommerceorderresponse.md +12 -0
  761. package/docs/sdk/models/operations/getcommerceordersreportrequest.md +14 -0
  762. package/docs/sdk/models/operations/getcommerceordersreportresponse.md +12 -0
  763. package/docs/sdk/models/operations/getcommercepaymentmethodrequest.md +10 -0
  764. package/docs/sdk/models/operations/getcommercepaymentmethodresponse.md +12 -0
  765. package/docs/sdk/models/operations/getcommercepaymentrequest.md +10 -0
  766. package/docs/sdk/models/operations/getcommercepaymentresponse.md +12 -0
  767. package/docs/sdk/models/operations/getcommerceproductcategoryrequest.md +10 -0
  768. package/docs/sdk/models/operations/getcommerceproductcategoryresponse.md +12 -0
  769. package/docs/sdk/models/operations/getcommerceproductrequest.md +10 -0
  770. package/docs/sdk/models/operations/getcommerceproductresponse.md +12 -0
  771. package/docs/sdk/models/operations/getcommerceprofilerequest.md +9 -0
  772. package/docs/sdk/models/operations/getcommerceprofileresponse.md +12 -0
  773. package/docs/sdk/models/operations/getcommercerefundsreportrequest.md +14 -0
  774. package/docs/sdk/models/operations/getcommercerefundsreportresponse.md +12 -0
  775. package/docs/sdk/models/operations/getcommercerevenuemetricsrequest.md +14 -0
  776. package/docs/sdk/models/operations/getcommercerevenuemetricsresponse.md +12 -0
  777. package/docs/sdk/models/operations/getcommercetransactionrequest.md +10 -0
  778. package/docs/sdk/models/operations/getcommercetransactionresponse.md +12 -0
  779. package/docs/sdk/models/operations/getcompanyrequest.md +8 -0
  780. package/docs/sdk/models/operations/getcompanyresponse.md +12 -0
  781. package/docs/sdk/models/operations/getconnectionrequest.md +9 -0
  782. package/docs/sdk/models/operations/getconnectionresponse.md +12 -0
  783. package/docs/sdk/models/operations/getcreatebanktransactionsmodelrequest.md +10 -0
  784. package/docs/sdk/models/operations/getcreatebanktransactionsmodelresponse.md +12 -0
  785. package/docs/sdk/models/operations/getcreatechartofaccountsmodelrequest.md +9 -0
  786. package/docs/sdk/models/operations/getcreatechartofaccountsmodelresponse.md +12 -0
  787. package/docs/sdk/models/operations/getcreatedirectcostsmodelrequest.md +9 -0
  788. package/docs/sdk/models/operations/getcreatedirectcostsmodelresponse.md +12 -0
  789. package/docs/sdk/models/operations/getcreateoperationrequest.md +9 -0
  790. package/docs/sdk/models/operations/getcreateoperationresponse.md +12 -0
  791. package/docs/sdk/models/operations/getcreatepaymentmodelrequest.md +9 -0
  792. package/docs/sdk/models/operations/getcreatepaymentmodelresponse.md +12 -0
  793. package/docs/sdk/models/operations/getcreatetransfersmodelrequest.md +9 -0
  794. package/docs/sdk/models/operations/getcreatetransfersmodelresponse.md +12 -0
  795. package/docs/sdk/models/operations/getcreateupdatebankaccountsmodelrequest.md +9 -0
  796. package/docs/sdk/models/operations/getcreateupdatebankaccountsmodelresponse.md +12 -0
  797. package/docs/sdk/models/operations/getcreateupdatesuppliersmodelrequest.md +9 -0
  798. package/docs/sdk/models/operations/getcreateupdatesuppliersmodelresponse.md +12 -0
  799. package/docs/sdk/models/operations/getdataintegritystatusrequest.md +9 -0
  800. package/docs/sdk/models/operations/getdataintegritystatusresponse.md +12 -0
  801. package/docs/sdk/models/operations/getdataintegritysummariesrequest.md +10 -0
  802. package/docs/sdk/models/operations/getdataintegritysummariesresponse.md +12 -0
  803. package/docs/sdk/models/operations/getdatastatusrequest.md +8 -0
  804. package/docs/sdk/models/operations/getdatastatusresponse.md +12 -0
  805. package/docs/sdk/models/operations/getexcelreportgenerationstatusrequest.md +9 -0
  806. package/docs/sdk/models/operations/getexcelreportgenerationstatusresponse.md +12 -0
  807. package/docs/sdk/models/operations/getloansummaryqueryparamsourcetype.md +12 -0
  808. package/docs/sdk/models/operations/getloansummaryrequest.md +9 -0
  809. package/docs/sdk/models/operations/getloansummaryresponse.md +12 -0
  810. package/docs/sdk/models/operations/getpulloperationrequest.md +9 -0
  811. package/docs/sdk/models/operations/getpulloperationresponse.md +12 -0
  812. package/docs/sdk/models/operations/isagedcreditorsreportavailablerequest.md +8 -0
  813. package/docs/sdk/models/operations/isagedcreditorsreportavailableresponse.md +12 -0
  814. package/docs/sdk/models/operations/isageddebtorsreportavailablerequest.md +8 -0
  815. package/docs/sdk/models/operations/isageddebtorsreportavailableresponse.md +12 -0
  816. package/docs/sdk/models/operations/listaccountingaccountsrequest.md +12 -0
  817. package/docs/sdk/models/operations/listaccountingaccountsresponse.md +12 -0
  818. package/docs/sdk/models/operations/listaccountingaccounttransactionsrequest.md +13 -0
  819. package/docs/sdk/models/operations/listaccountingaccounttransactionsresponse.md +12 -0
  820. package/docs/sdk/models/operations/listaccountingbankaccountsrequest.md +13 -0
  821. package/docs/sdk/models/operations/listaccountingbankaccountsresponse.md +12 -0
  822. package/docs/sdk/models/operations/listaccountingbankaccounttransactionsrequest.md +14 -0
  823. package/docs/sdk/models/operations/listaccountingbankaccounttransactionsresponse.md +12 -0
  824. package/docs/sdk/models/operations/listaccountingbillattachmentsrequest.md +10 -0
  825. package/docs/sdk/models/operations/listaccountingbillattachmentsresponse.md +12 -0
  826. package/docs/sdk/models/operations/listaccountingbillcreditnotesrequest.md +12 -0
  827. package/docs/sdk/models/operations/listaccountingbillcreditnotesresponse.md +12 -0
  828. package/docs/sdk/models/operations/listaccountingbillpaymentsrequest.md +12 -0
  829. package/docs/sdk/models/operations/listaccountingbillpaymentsresponse.md +12 -0
  830. package/docs/sdk/models/operations/listaccountingbillsrequest.md +12 -0
  831. package/docs/sdk/models/operations/listaccountingbillsresponse.md +12 -0
  832. package/docs/sdk/models/operations/listaccountingcreditnotesrequest.md +12 -0
  833. package/docs/sdk/models/operations/listaccountingcreditnotesresponse.md +12 -0
  834. package/docs/sdk/models/operations/listaccountingcustomerattachmentsrequest.md +10 -0
  835. package/docs/sdk/models/operations/listaccountingcustomerattachmentsresponse.md +12 -0
  836. package/docs/sdk/models/operations/listaccountingcustomersrequest.md +12 -0
  837. package/docs/sdk/models/operations/listaccountingcustomersresponse.md +12 -0
  838. package/docs/sdk/models/operations/listaccountingdirectcostattachmentsrequest.md +10 -0
  839. package/docs/sdk/models/operations/listaccountingdirectcostattachmentsresponse.md +12 -0
  840. package/docs/sdk/models/operations/listaccountingdirectcostsrequest.md +13 -0
  841. package/docs/sdk/models/operations/listaccountingdirectcostsresponse.md +12 -0
  842. package/docs/sdk/models/operations/listaccountingdirectincomeattachmentsrequest.md +10 -0
  843. package/docs/sdk/models/operations/listaccountingdirectincomeattachmentsresponse.md +12 -0
  844. package/docs/sdk/models/operations/listaccountingdirectincomesrequest.md +13 -0
  845. package/docs/sdk/models/operations/listaccountingdirectincomesresponse.md +12 -0
  846. package/docs/sdk/models/operations/listaccountinginvoiceattachmentsrequest.md +10 -0
  847. package/docs/sdk/models/operations/listaccountinginvoiceattachmentsresponse.md +12 -0
  848. package/docs/sdk/models/operations/listaccountinginvoicesrequest.md +12 -0
  849. package/docs/sdk/models/operations/listaccountinginvoicesresponse.md +12 -0
  850. package/docs/sdk/models/operations/listaccountingjournalentriesrequest.md +12 -0
  851. package/docs/sdk/models/operations/listaccountingjournalentriesresponse.md +12 -0
  852. package/docs/sdk/models/operations/listaccountingjournalsrequest.md +12 -0
  853. package/docs/sdk/models/operations/listaccountingjournalsresponse.md +12 -0
  854. package/docs/sdk/models/operations/listaccountingpaymentsrequest.md +12 -0
  855. package/docs/sdk/models/operations/listaccountingpaymentsresponse.md +12 -0
  856. package/docs/sdk/models/operations/listaccountingsupplierattachmentsrequest.md +10 -0
  857. package/docs/sdk/models/operations/listaccountingsupplierattachmentsresponse.md +12 -0
  858. package/docs/sdk/models/operations/listaccountingsuppliersrequest.md +12 -0
  859. package/docs/sdk/models/operations/listaccountingsuppliersresponse.md +12 -0
  860. package/docs/sdk/models/operations/listaccountingtransfersrequest.md +13 -0
  861. package/docs/sdk/models/operations/listaccountingtransfersresponse.md +12 -0
  862. package/docs/sdk/models/operations/listbankingaccountbalancesrequest.md +13 -0
  863. package/docs/sdk/models/operations/listbankingaccountbalancesresponse.md +12 -0
  864. package/docs/sdk/models/operations/listbankingaccountsrequest.md +13 -0
  865. package/docs/sdk/models/operations/listbankingaccountsresponse.md +12 -0
  866. package/docs/sdk/models/operations/listbankingtransactioncategoriesrequest.md +13 -0
  867. package/docs/sdk/models/operations/listbankingtransactioncategoriesresponse.md +12 -0
  868. package/docs/sdk/models/operations/listbankingtransactionsrequest.md +13 -0
  869. package/docs/sdk/models/operations/listbankingtransactionsresponse.md +12 -0
  870. package/docs/sdk/models/operations/listcommercecustomersrequest.md +13 -0
  871. package/docs/sdk/models/operations/listcommercecustomersresponse.md +12 -0
  872. package/docs/sdk/models/operations/listcommercedisputesrequest.md +13 -0
  873. package/docs/sdk/models/operations/listcommercedisputesresponse.md +12 -0
  874. package/docs/sdk/models/operations/listcommercelocationsrequest.md +9 -0
  875. package/docs/sdk/models/operations/listcommercelocationsresponse.md +12 -0
  876. package/docs/sdk/models/operations/listcommerceordersrequest.md +13 -0
  877. package/docs/sdk/models/operations/listcommerceordersresponse.md +12 -0
  878. package/docs/sdk/models/operations/listcommercepaymentmethodsrequest.md +13 -0
  879. package/docs/sdk/models/operations/listcommercepaymentmethodsresponse.md +12 -0
  880. package/docs/sdk/models/operations/listcommercepaymentsrequest.md +13 -0
  881. package/docs/sdk/models/operations/listcommercepaymentsresponse.md +12 -0
  882. package/docs/sdk/models/operations/listcommerceproductcategoriesrequest.md +13 -0
  883. package/docs/sdk/models/operations/listcommerceproductcategoriesresponse.md +12 -0
  884. package/docs/sdk/models/operations/listcommerceproductsrequest.md +13 -0
  885. package/docs/sdk/models/operations/listcommerceproductsresponse.md +12 -0
  886. package/docs/sdk/models/operations/listcommercetransactionsrequest.md +13 -0
  887. package/docs/sdk/models/operations/listcommercetransactionsresponse.md +12 -0
  888. package/docs/{models → sdk/models}/operations/listcompaniesrequest.md +0 -0
  889. package/docs/sdk/models/operations/listcompaniesresponse.md +12 -0
  890. package/docs/sdk/models/operations/listconnectionsrequest.md +12 -0
  891. package/docs/sdk/models/operations/listconnectionsresponse.md +12 -0
  892. package/docs/sdk/models/operations/listcreateoperationsrequest.md +12 -0
  893. package/docs/sdk/models/operations/listcreateoperationsresponse.md +12 -0
  894. package/docs/sdk/models/operations/listdataintegritydetailsrequest.md +13 -0
  895. package/docs/sdk/models/operations/listdataintegritydetailsresponse.md +12 -0
  896. package/docs/sdk/models/operations/listfilesrequest.md +8 -0
  897. package/docs/sdk/models/operations/listfilesresponse.md +12 -0
  898. package/docs/sdk/models/operations/listloantransactionsqueryparamsourcetype.md +12 -0
  899. package/docs/sdk/models/operations/listloantransactionsrequest.md +9 -0
  900. package/docs/sdk/models/operations/listloantransactionsresponse.md +12 -0
  901. package/docs/sdk/models/operations/listpulloperationsrequest.md +12 -0
  902. package/docs/sdk/models/operations/listpulloperationsresponse.md +12 -0
  903. package/docs/sdk/models/operations/listreconciledinvoicesrequest.md +11 -0
  904. package/docs/sdk/models/operations/listreconciledinvoicesresponse.md +12 -0
  905. package/docs/sdk/models/operations/queryparamsourcetype.md +12 -0
  906. package/docs/sdk/models/operations/refreshalldatatypesrequest.md +8 -0
  907. package/docs/sdk/models/operations/refreshalldatatypesresponse.md +11 -0
  908. package/docs/sdk/models/operations/refreshdatatyperequest.md +10 -0
  909. package/docs/sdk/models/operations/refreshdatatyperesponse.md +12 -0
  910. package/docs/sdk/models/operations/sourcetype.md +12 -0
  911. package/docs/sdk/models/operations/unlinkconnectionrequest.md +10 -0
  912. package/docs/sdk/models/operations/unlinkconnectionresponse.md +12 -0
  913. package/docs/sdk/models/operations/unlinkconnectionupdateconnection.md +8 -0
  914. package/docs/sdk/models/operations/updatecompanyrequest.md +9 -0
  915. package/docs/sdk/models/operations/updatecompanyresponse.md +12 -0
  916. package/docs/sdk/models/operations/uploadfilesrequest.md +10 -0
  917. package/docs/sdk/models/operations/uploadfilesrequestbody.md +9 -0
  918. package/docs/sdk/models/operations/uploadfilesresponse.md +11 -0
  919. package/docs/{models → sdk/models}/shared/accountbalance.md +0 -0
  920. package/docs/{models → sdk/models}/shared/accountbalanceamounts.md +0 -0
  921. package/docs/sdk/models/shared/accountcategoriesupdatedwebhook.md +18 -0
  922. package/docs/{models → sdk/models}/shared/accountcategoriesupdatedwebhookdata.md +0 -0
  923. package/docs/{models → sdk/models}/shared/accountcategorylevel.md +0 -0
  924. package/docs/sdk/models/shared/accountidentifiers.md +16 -0
  925. package/docs/{models → sdk/models}/shared/accountidentifiertype.md +0 -0
  926. package/docs/sdk/models/shared/accountingaccount.md +52 -0
  927. package/docs/sdk/models/shared/accountingaccounts.md +12 -0
  928. package/docs/sdk/models/shared/accountingaccounttransaction.md +38 -0
  929. package/docs/sdk/models/shared/accountingaccounttransactions.md +12 -0
  930. package/docs/{models → sdk/models}/shared/accountingaccountvaliddatatypelinks.md +0 -0
  931. package/docs/sdk/models/shared/accountingaddress.md +14 -0
  932. package/docs/{models → sdk/models}/shared/accountingaddresstype.md +0 -0
  933. package/docs/sdk/models/shared/accountingagedcreditorreport.md +43 -0
  934. package/docs/sdk/models/shared/accountingageddebtorreport.md +43 -0
  935. package/docs/sdk/models/shared/accountingattachment.md +34 -0
  936. package/docs/sdk/models/shared/accountingbalancesheet.md +30 -0
  937. package/docs/sdk/models/shared/accountingbankaccount.md +40 -0
  938. package/docs/sdk/models/shared/accountingbankaccounts.md +12 -0
  939. package/docs/{models → sdk/models}/shared/accountingbankaccounttype.md +0 -0
  940. package/docs/sdk/models/shared/accountingbanktransaction.md +34 -0
  941. package/docs/sdk/models/shared/accountingbanktransactions.md +12 -0
  942. package/docs/sdk/models/shared/accountingbill.md +48 -0
  943. package/docs/sdk/models/shared/accountingbillcreditnote.md +46 -0
  944. package/docs/sdk/models/shared/accountingbillcreditnotes.md +12 -0
  945. package/docs/sdk/models/shared/accountingbillpayment.md +174 -0
  946. package/docs/sdk/models/shared/accountingbillpayments.md +12 -0
  947. package/docs/sdk/models/shared/accountingbills.md +12 -0
  948. package/docs/sdk/models/shared/accountingcashflowstatement.md +27 -0
  949. package/docs/sdk/models/shared/accountingcompanyinfo.md +29 -0
  950. package/docs/sdk/models/shared/accountingcreateaccountresponse.md +21 -0
  951. package/docs/sdk/models/shared/accountingcreatebankaccountresponse.md +21 -0
  952. package/docs/sdk/models/shared/accountingcreatebanktransactions.md +9 -0
  953. package/docs/sdk/models/shared/accountingcreatebanktransactionsresponse.md +21 -0
  954. package/docs/sdk/models/shared/accountingcreatedirectcostresponse.md +21 -0
  955. package/docs/sdk/models/shared/accountingcreatepaymentresponse.md +21 -0
  956. package/docs/sdk/models/shared/accountingcreatesupplierresponse.md +21 -0
  957. package/docs/sdk/models/shared/accountingcreatetransferresponse.md +21 -0
  958. package/docs/sdk/models/shared/accountingcreditnote.md +44 -0
  959. package/docs/sdk/models/shared/accountingcreditnotes.md +12 -0
  960. package/docs/sdk/models/shared/accountingcustomer.md +31 -0
  961. package/docs/{models → sdk/models}/shared/accountingcustomerref.md +0 -0
  962. package/docs/sdk/models/shared/accountingcustomers.md +12 -0
  963. package/docs/sdk/models/shared/accountingdirectcost.md +39 -0
  964. package/docs/sdk/models/shared/accountingdirectcostcontactref.md +11 -0
  965. package/docs/sdk/models/shared/accountingdirectcosts.md +12 -0
  966. package/docs/sdk/models/shared/accountingdirectincome.md +40 -0
  967. package/docs/sdk/models/shared/accountingdirectincomes.md +12 -0
  968. package/docs/sdk/models/shared/accountinginvoice.md +63 -0
  969. package/docs/sdk/models/shared/accountinginvoices.md +12 -0
  970. package/docs/sdk/models/shared/accountingjournal.md +42 -0
  971. package/docs/sdk/models/shared/accountingjournalentries.md +12 -0
  972. package/docs/sdk/models/shared/accountingjournalentry.md +42 -0
  973. package/docs/sdk/models/shared/accountingjournals.md +12 -0
  974. package/docs/sdk/models/shared/accountingpayment.md +701 -0
  975. package/docs/sdk/models/shared/accountingpaymentallocation.md +9 -0
  976. package/docs/sdk/models/shared/accountingpayments.md +12 -0
  977. package/docs/sdk/models/shared/accountingprofitandlossreport.md +35 -0
  978. package/docs/sdk/models/shared/accountingsupplier.md +27 -0
  979. package/docs/sdk/models/shared/accountingsuppliers.md +12 -0
  980. package/docs/sdk/models/shared/accountingtransfer.md +23 -0
  981. package/docs/sdk/models/shared/accountingtransfers.md +12 -0
  982. package/docs/{models → sdk/models}/shared/accountinstitution.md +0 -0
  983. package/docs/sdk/models/shared/accountprototype.md +19 -0
  984. package/docs/{models → sdk/models}/shared/accountref.md +0 -0
  985. package/docs/sdk/models/shared/accounts.md +14 -0
  986. package/docs/sdk/models/shared/accountspayabletracking.md +14 -0
  987. package/docs/sdk/models/shared/accountsreceivabletracking.md +15 -0
  988. package/docs/{models → sdk/models}/shared/accountstatus.md +0 -0
  989. package/docs/sdk/models/shared/accounttransactionline.md +10 -0
  990. package/docs/{models → sdk/models}/shared/accounttype.md +0 -0
  991. package/docs/sdk/models/shared/agedcreditor.md +10 -0
  992. package/docs/sdk/models/shared/agedcurrencyoutstanding.md +9 -0
  993. package/docs/sdk/models/shared/ageddebtor.md +10 -0
  994. package/docs/sdk/models/shared/agedoutstandingamount.md +11 -0
  995. package/docs/{models → sdk/models}/shared/agedoutstandingamountdetail.md +0 -0
  996. package/docs/sdk/models/shared/allocation.md +11 -0
  997. package/docs/sdk/models/shared/attachments.md +8 -0
  998. package/docs/sdk/models/shared/balancesheet.md +12 -0
  999. package/docs/{models → sdk/models}/shared/bankaccountref.md +0 -0
  1000. package/docs/sdk/models/shared/bankingaccount.md +24 -0
  1001. package/docs/sdk/models/shared/bankingaccountbalance.md +22 -0
  1002. package/docs/sdk/models/shared/bankingaccountbalances.md +12 -0
  1003. package/docs/sdk/models/shared/bankingaccounts.md +12 -0
  1004. package/docs/sdk/models/shared/bankingtransaction.md +25 -0
  1005. package/docs/sdk/models/shared/bankingtransactioncategories.md +12 -0
  1006. package/docs/sdk/models/shared/bankingtransactioncategory.md +16 -0
  1007. package/docs/sdk/models/shared/bankingtransactionref.md +14 -0
  1008. package/docs/sdk/models/shared/bankingtransactions.md +12 -0
  1009. package/docs/sdk/models/shared/banktransactiontype.md +27 -0
  1010. package/docs/sdk/models/shared/billcreditnotelineitem.md +20 -0
  1011. package/docs/{models → sdk/models}/shared/billcreditnotestatus.md +0 -0
  1012. package/docs/sdk/models/shared/billedtotype.md +13 -0
  1013. package/docs/sdk/models/shared/billedtotype1.md +12 -0
  1014. package/docs/sdk/models/shared/billlineitem.md +24 -0
  1015. package/docs/sdk/models/shared/billlineitemdatatype.md +10 -0
  1016. package/docs/sdk/models/shared/billpaymentline.md +10 -0
  1017. package/docs/sdk/models/shared/billpaymentlinelink.md +11 -0
  1018. package/docs/{models → sdk/models}/shared/billpaymentlinelinktype.md +0 -0
  1019. package/docs/{models → sdk/models}/shared/billstatus.md +0 -0
  1020. package/docs/sdk/models/shared/cashflowstatement.md +11 -0
  1021. package/docs/sdk/models/shared/clientratelimitreachedwebhook.md +16 -0
  1022. package/docs/{models → sdk/models}/shared/clientratelimitreachedwebhookdata.md +0 -0
  1023. package/docs/sdk/models/shared/clientratelimitresetwebhook.md +16 -0
  1024. package/docs/{models → sdk/models}/shared/clientratelimitresetwebhookdata.md +0 -0
  1025. package/docs/sdk/models/shared/commerceaddress.md +14 -0
  1026. package/docs/{models → sdk/models}/shared/commerceaddresstype.md +0 -0
  1027. package/docs/sdk/models/shared/commercecompanyinfo.md +26 -0
  1028. package/docs/sdk/models/shared/commercecustomer.md +21 -0
  1029. package/docs/{models → sdk/models}/shared/commercecustomerref.md +0 -0
  1030. package/docs/sdk/models/shared/commercecustomers.md +12 -0
  1031. package/docs/sdk/models/shared/commercedispute.md +26 -0
  1032. package/docs/sdk/models/shared/commercedisputes.md +12 -0
  1033. package/docs/sdk/models/shared/commercelocation.md +18 -0
  1034. package/docs/sdk/models/shared/commercelocations.md +12 -0
  1035. package/docs/sdk/models/shared/commerceorder.md +31 -0
  1036. package/docs/sdk/models/shared/commerceorders.md +12 -0
  1037. package/docs/sdk/models/shared/commercepayment.md +26 -0
  1038. package/docs/sdk/models/shared/commercepaymentmethod.md +16 -0
  1039. package/docs/sdk/models/shared/commercepaymentmethods.md +12 -0
  1040. package/docs/sdk/models/shared/commercepaymentmethodstatus.md +12 -0
  1041. package/docs/sdk/models/shared/commercepayments.md +12 -0
  1042. package/docs/sdk/models/shared/commerceproduct.md +19 -0
  1043. package/docs/sdk/models/shared/commerceproductcategories.md +12 -0
  1044. package/docs/sdk/models/shared/commerceproductcategory.md +17 -0
  1045. package/docs/sdk/models/shared/commerceproducts.md +12 -0
  1046. package/docs/{models → sdk/models}/shared/commercerecordref.md +0 -0
  1047. package/docs/sdk/models/shared/commercereport.md +54 -0
  1048. package/docs/sdk/models/shared/commercereportcomponent.md +13 -0
  1049. package/docs/sdk/models/shared/commercereportdimension.md +11 -0
  1050. package/docs/sdk/models/shared/commercereportdimensionitems.md +8 -0
  1051. package/docs/sdk/models/shared/commercereporterror.md +10 -0
  1052. package/docs/sdk/models/shared/commercereportmeasure.md +11 -0
  1053. package/docs/sdk/models/shared/commercetransaction.md +29 -0
  1054. package/docs/sdk/models/shared/commercetransactions.md +12 -0
  1055. package/docs/sdk/models/shared/companies.md +12 -0
  1056. package/docs/sdk/models/shared/company.md +22 -0
  1057. package/docs/{models → sdk/models}/shared/companyrequestbody.md +0 -0
  1058. package/docs/sdk/models/shared/connection.md +31 -0
  1059. package/docs/sdk/models/shared/connections.md +12 -0
  1060. package/docs/sdk/models/shared/contact.md +13 -0
  1061. package/docs/sdk/models/shared/contactref.md +11 -0
  1062. package/docs/sdk/models/shared/createbankaccounttransaction.md +12 -0
  1063. package/docs/sdk/models/shared/creditnotelineitem.md +21 -0
  1064. package/docs/sdk/models/shared/creditnotestatus.md +15 -0
  1065. package/docs/{models → sdk/models}/shared/customerstatus.md +0 -0
  1066. package/docs/sdk/models/shared/dataconnectionerror.md +11 -0
  1067. package/docs/{models → sdk/models}/shared/dataconnectionstatus.md +0 -0
  1068. package/docs/{models → sdk/models}/shared/dataintegrityamounts.md +0 -0
  1069. package/docs/{models → sdk/models}/shared/dataintegritybyamount.md +0 -0
  1070. package/docs/{models → sdk/models}/shared/dataintegritybycount.md +0 -0
  1071. package/docs/{models → sdk/models}/shared/dataintegrityconnectionid.md +0 -0
  1072. package/docs/{models → sdk/models}/shared/dataintegritydatatype.md +0 -0
  1073. package/docs/{models → sdk/models}/shared/dataintegritydates.md +0 -0
  1074. package/docs/sdk/models/shared/dataintegritydetail.md +15 -0
  1075. package/docs/sdk/models/shared/dataintegritydetails.md +12 -0
  1076. package/docs/{models → sdk/models}/shared/dataintegritymatch.md +0 -0
  1077. package/docs/sdk/models/shared/dataintegritystatus.md +12 -0
  1078. package/docs/sdk/models/shared/dataintegritystatuses.md +8 -0
  1079. package/docs/sdk/models/shared/dataintegritystatusinfo.md +10 -0
  1080. package/docs/sdk/models/shared/dataintegritysummaries.md +8 -0
  1081. package/docs/sdk/models/shared/dataintegritysummary.md +10 -0
  1082. package/docs/sdk/models/shared/datasource.md +8 -0
  1083. package/docs/sdk/models/shared/datastatus.md +14 -0
  1084. package/docs/sdk/models/shared/datatype.md +52 -0
  1085. package/docs/sdk/models/shared/datatypes.md +52 -0
  1086. package/docs/sdk/models/shared/directcostlineitem.md +20 -0
  1087. package/docs/sdk/models/shared/directcostprototype.md +19 -0
  1088. package/docs/sdk/models/shared/directcostprototypecontactref.md +11 -0
  1089. package/docs/sdk/models/shared/directincomelineitem.md +19 -0
  1090. package/docs/{models → sdk/models}/shared/disputestatus.md +0 -0
  1091. package/docs/sdk/models/shared/enhancedcashflowitem.md +8 -0
  1092. package/docs/sdk/models/shared/enhancedcashflowtransaction.md +16 -0
  1093. package/docs/sdk/models/shared/enhancedcashflowtransactions.md +16 -0
  1094. package/docs/sdk/models/shared/enhancedfinancialreport.md +9 -0
  1095. package/docs/sdk/models/shared/enhancedinvoicereportitem.md +20 -0
  1096. package/docs/sdk/models/shared/enhancedinvoicesreport.md +11 -0
  1097. package/docs/sdk/models/shared/enhancedreportaccountcategory.md +9 -0
  1098. package/docs/{models → sdk/models}/shared/enhancedreportinfo.md +0 -0
  1099. package/docs/sdk/models/shared/errormessage.md +13 -0
  1100. package/docs/{models → sdk/models}/shared/excelreporttypes.md +0 -0
  1101. package/docs/sdk/models/shared/excelstatus.md +15 -0
  1102. package/docs/sdk/models/shared/file.md +11 -0
  1103. package/docs/sdk/models/shared/halref.md +8 -0
  1104. package/docs/{models → sdk/models}/shared/integritystatus.md +0 -0
  1105. package/docs/sdk/models/shared/invoicelineitem.md +21 -0
  1106. package/docs/{models → sdk/models}/shared/invoicestatus.md +0 -0
  1107. package/docs/sdk/models/shared/itemref.md +10 -0
  1108. package/docs/sdk/models/shared/itemreference.md +11 -0
  1109. package/docs/sdk/models/shared/items.md +9 -0
  1110. package/docs/sdk/models/shared/journalline.md +12 -0
  1111. package/docs/sdk/models/shared/journallinetracking.md +10 -0
  1112. package/docs/{models → sdk/models}/shared/journalref.md +0 -0
  1113. package/docs/{models → sdk/models}/shared/journalstatus.md +0 -0
  1114. package/docs/sdk/models/shared/lendingcustomerref.md +9 -0
  1115. package/docs/sdk/models/shared/links.md +11 -0
  1116. package/docs/{models → sdk/models}/shared/loanref.md +0 -0
  1117. package/docs/sdk/models/shared/loansummary.md +9 -0
  1118. package/docs/{models → sdk/models}/shared/loansummaryintegrationtype.md +0 -0
  1119. package/docs/sdk/models/shared/loansummaryrecordref.md +11 -0
  1120. package/docs/{models → sdk/models}/shared/loansummaryrecordreftype.md +0 -0
  1121. package/docs/{models → sdk/models}/shared/loansummaryreportinfo.md +0 -0
  1122. package/docs/sdk/models/shared/loansummaryreportitem.md +14 -0
  1123. package/docs/sdk/models/shared/loantransactions.md +10 -0
  1124. package/docs/{models → sdk/models}/shared/loantransactionsreportinfo.md +0 -0
  1125. package/docs/sdk/models/shared/loantransactiontype.md +13 -0
  1126. package/docs/{models → sdk/models}/shared/locationref.md +0 -0
  1127. package/docs/{models → sdk/models}/shared/metadata.md +0 -0
  1128. package/docs/sdk/models/shared/orderdiscountallocation.md +9 -0
  1129. package/docs/sdk/models/shared/orderlineitem.md +17 -0
  1130. package/docs/sdk/models/shared/payment.md +14 -0
  1131. package/docs/sdk/models/shared/paymentallocationpayment.md +15 -0
  1132. package/docs/sdk/models/shared/paymentline.md +10 -0
  1133. package/docs/sdk/models/shared/paymentlinelink.md +11 -0
  1134. package/docs/{models → sdk/models}/shared/paymentlinktype.md +0 -0
  1135. package/docs/sdk/models/shared/paymentmethodref.md +11 -0
  1136. package/docs/sdk/models/shared/paymentref.md +17 -0
  1137. package/docs/{models → sdk/models}/shared/paymentstatus.md +0 -0
  1138. package/docs/{models → sdk/models}/shared/paymenttype.md +0 -0
  1139. package/docs/{models → sdk/models}/shared/periodunit.md +0 -0
  1140. package/docs/sdk/models/shared/phonenumber.md +9 -0
  1141. package/docs/{models → sdk/models}/shared/phonenumbertype.md +0 -0
  1142. package/docs/sdk/models/shared/productinventory.md +11 -0
  1143. package/docs/sdk/models/shared/productinventorylocation.md +9 -0
  1144. package/docs/sdk/models/shared/productprice.md +9 -0
  1145. package/docs/sdk/models/shared/productref.md +11 -0
  1146. package/docs/sdk/models/shared/productvariant.md +24 -0
  1147. package/docs/sdk/models/shared/productvariantref.md +11 -0
  1148. package/docs/sdk/models/shared/productvariantstatus.md +12 -0
  1149. package/docs/sdk/models/shared/profitandlossreport.md +18 -0
  1150. package/docs/sdk/models/shared/projectref.md +9 -0
  1151. package/docs/sdk/models/shared/propertieitemref.md +11 -0
  1152. package/docs/sdk/models/shared/pulloperation.md +22 -0
  1153. package/docs/sdk/models/shared/pulloperations.md +12 -0
  1154. package/docs/sdk/models/shared/pulloperationstatus.md +32 -0
  1155. package/docs/sdk/models/shared/purchaseorderreference.md +9 -0
  1156. package/docs/sdk/models/shared/pushchangetype.md +14 -0
  1157. package/docs/sdk/models/shared/pushfieldvalidation.md +10 -0
  1158. package/docs/sdk/models/shared/pushoperation.md +20 -0
  1159. package/docs/sdk/models/shared/pushoperationchange.md +10 -0
  1160. package/docs/sdk/models/shared/pushoperationref.md +9 -0
  1161. package/docs/sdk/models/shared/pushoperations.md +12 -0
  1162. package/docs/{models → sdk/models}/shared/pushoperationstatus.md +0 -0
  1163. package/docs/sdk/models/shared/pushoption.md +14 -0
  1164. package/docs/sdk/models/shared/pushoptionchoice.md +12 -0
  1165. package/docs/sdk/models/shared/pushoptionproperty.md +14 -0
  1166. package/docs/sdk/models/shared/pushoptiontype.md +17 -0
  1167. package/docs/sdk/models/shared/pushvalidationinfo.md +9 -0
  1168. package/docs/sdk/models/shared/recordlinereference.md +12 -0
  1169. package/docs/{models → sdk/models}/shared/recordref.md +0 -0
  1170. package/docs/sdk/models/shared/recordreference.md +13 -0
  1171. package/docs/{models → sdk/models}/shared/reportbasis.md +0 -0
  1172. package/docs/sdk/models/shared/reportcomponentmeasure.md +10 -0
  1173. package/docs/sdk/models/shared/reportinfo.md +15 -0
  1174. package/docs/{models → sdk/models}/shared/reportinput.md +0 -0
  1175. package/docs/sdk/models/shared/reportitem.md +12 -0
  1176. package/docs/sdk/models/shared/reportitems.md +13 -0
  1177. package/docs/sdk/models/shared/reportline.md +11 -0
  1178. package/docs/sdk/models/shared/reportlineinput.md +11 -0
  1179. package/docs/sdk/models/shared/salesorderreference.md +9 -0
  1180. package/docs/sdk/models/shared/schemadatatype.md +52 -0
  1181. package/docs/{models → sdk/models}/shared/security.md +0 -0
  1182. package/docs/sdk/models/shared/servicecharge.md +14 -0
  1183. package/docs/{models → sdk/models}/shared/servicechargetype.md +0 -0
  1184. package/docs/{models → sdk/models}/shared/sourceref.md +0 -0
  1185. package/docs/sdk/models/shared/sourcetype.md +14 -0
  1186. package/docs/sdk/models/shared/status.md +13 -0
  1187. package/docs/{models → sdk/models}/shared/supplementaldata.md +0 -0
  1188. package/docs/{models → sdk/models}/shared/supplierref.md +0 -0
  1189. package/docs/{models → sdk/models}/shared/supplierstatus.md +0 -0
  1190. package/docs/sdk/models/shared/taxcomponentallocation.md +9 -0
  1191. package/docs/{models → sdk/models}/shared/taxcomponentref.md +0 -0
  1192. package/docs/{models → sdk/models}/shared/taxrateref.md +0 -0
  1193. package/docs/sdk/models/shared/taxratereference.md +21 -0
  1194. package/docs/sdk/models/shared/tracking.md +9 -0
  1195. package/docs/sdk/models/shared/trackingcategoryref.md +13 -0
  1196. package/docs/{models → sdk/models}/shared/transactioncategory.md +0 -0
  1197. package/docs/{models → sdk/models}/shared/transactioncategoryref.md +0 -0
  1198. package/docs/sdk/models/shared/transactioncategorystatus.md +12 -0
  1199. package/docs/{models → sdk/models}/shared/transactioncode.md +0 -0
  1200. package/docs/sdk/models/shared/transactionsourceref.md +9 -0
  1201. package/docs/sdk/models/shared/transactionsourcetype.md +14 -0
  1202. package/docs/{models → sdk/models}/shared/transactiontype.md +0 -0
  1203. package/docs/sdk/models/shared/transferaccount.md +12 -0
  1204. package/docs/sdk/models/shared/typet.md +12 -0
  1205. package/docs/sdk/models/shared/validation.md +11 -0
  1206. package/docs/sdk/models/shared/validationitem.md +10 -0
  1207. package/docs/sdk/models/shared/validdatatypelinks.md +50 -0
  1208. package/docs/sdk/models/shared/weblink.md +11 -0
  1209. package/docs/sdk/models/shared/withholdingtax.md +9 -0
  1210. package/docs/sdk/models/webhooks/accountcategoriesupdatedresponse.md +10 -0
  1211. package/docs/sdk/models/webhooks/clientratelimitreachedresponse.md +10 -0
  1212. package/docs/sdk/models/webhooks/clientratelimitresetresponse.md +10 -0
  1213. package/docs/sdks/accountbalances/README.md +61 -0
  1214. package/docs/sdks/accounts/README.md +117 -0
  1215. package/docs/sdks/accountspayable/README.md +1 -0
  1216. package/docs/sdks/accountsreceivable/README.md +1 -0
  1217. package/docs/sdks/accounttransactions/README.md +117 -0
  1218. package/docs/sdks/balancesheet/README.md +105 -0
  1219. package/docs/sdks/bankaccounts/README.md +132 -0
  1220. package/docs/sdks/banking/README.md +1 -0
  1221. package/docs/sdks/banktransactions/README.md +129 -0
  1222. package/docs/sdks/billcreditnotes/README.md +115 -0
  1223. package/docs/sdks/billpayments/README.md +115 -0
  1224. package/docs/sdks/bills/README.md +279 -0
  1225. package/docs/sdks/cashflow/README.md +55 -0
  1226. package/docs/sdks/categorizedstatement/README.md +58 -0
  1227. package/docs/sdks/codatlending/README.md +1 -0
  1228. package/docs/sdks/codatlendingaccountingbankdata/README.md +68 -0
  1229. package/docs/sdks/codatlendingaccounts/README.md +117 -0
  1230. package/docs/sdks/codatlendingbankingtransactions/README.md +117 -0
  1231. package/docs/sdks/codatlendingcustomers/README.md +117 -0
  1232. package/docs/sdks/codatlendingdirectcosts/README.md +281 -0
  1233. package/docs/sdks/codatlendingfinancialstatementsaccounts/README.md +114 -0
  1234. package/docs/sdks/codatlendingloanwritebackaccounts/README.md +145 -0
  1235. package/docs/sdks/codatlendingpayments/README.md +152 -0
  1236. package/docs/sdks/codatlendingreports/README.md +158 -0
  1237. package/docs/sdks/codatlendingsalespayments/README.md +117 -0
  1238. package/docs/sdks/codatlendingsuppliers/README.md +139 -0
  1239. package/docs/sdks/codatlendingtransactions/README.md +117 -0
  1240. package/docs/sdks/codatlendingtransfers/README.md +117 -0
  1241. package/docs/sdks/companies/README.md +127 -92
  1242. package/docs/sdks/companyinfo/README.md +54 -37
  1243. package/docs/sdks/connections/README.md +135 -102
  1244. package/docs/sdks/createoperations/README.md +103 -0
  1245. package/docs/sdks/creditnotes/README.md +115 -0
  1246. package/docs/sdks/customers/README.md +279 -0
  1247. package/docs/sdks/dataintegrity/README.md +78 -58
  1248. package/docs/sdks/directcosts/README.md +177 -0
  1249. package/docs/sdks/directincomes/README.md +281 -0
  1250. package/docs/sdks/disputes/README.md +117 -0
  1251. package/docs/sdks/excelreports/README.md +73 -51
  1252. package/docs/sdks/fileupload/README.md +80 -58
  1253. package/docs/sdks/financialstatements/README.md +1 -0
  1254. package/docs/sdks/invoices/README.md +381 -0
  1255. package/docs/sdks/journalentries/README.md +115 -0
  1256. package/docs/sdks/journals/README.md +115 -0
  1257. package/docs/sdks/liabilities/README.md +162 -36
  1258. package/docs/sdks/loanwriteback/README.md +1 -0
  1259. package/docs/sdks/locations/README.md +114 -0
  1260. package/docs/sdks/managedata/README.md +24 -16
  1261. package/docs/sdks/metrics/README.md +237 -0
  1262. package/docs/sdks/orders/README.md +117 -0
  1263. package/docs/sdks/paymentmethods/README.md +117 -0
  1264. package/docs/sdks/payments/README.md +115 -0
  1265. package/docs/sdks/productcategories/README.md +117 -0
  1266. package/docs/sdks/products/README.md +117 -0
  1267. package/docs/sdks/profitandloss/README.md +105 -0
  1268. package/docs/sdks/pulloperations/README.md +103 -0
  1269. package/docs/sdks/refresh/README.md +107 -0
  1270. package/docs/sdks/reports/README.md +201 -0
  1271. package/docs/sdks/sales/README.md +1 -0
  1272. package/docs/sdks/suppliers/README.md +279 -0
  1273. package/docs/sdks/transactioncategories/README.md +117 -0
  1274. package/docs/sdks/transactions/README.md +1 -0
  1275. package/docs/sdks/transfers/README.md +155 -0
  1276. package/docs/types/rfcdate.md +2 -2
  1277. package/package.json +5 -2
  1278. package/dist/sdk/accountingbankdata.d.ts +0 -27
  1279. package/dist/sdk/accountingbankdata.js +0 -181
  1280. package/dist/sdk/accountingbankdataaccounts.d.ts +0 -34
  1281. package/dist/sdk/accountingbankdataaccounts.js +0 -262
  1282. package/dist/sdk/accountspayablebillcreditnotes.d.ts +0 -34
  1283. package/dist/sdk/accountspayablebillcreditnotes.js +0 -262
  1284. package/dist/sdk/accountspayablebillpayments.d.ts +0 -34
  1285. package/dist/sdk/accountspayablebillpayments.js +0 -262
  1286. package/dist/sdk/accountspayablebills.d.ts +0 -74
  1287. package/dist/sdk/accountspayablebills.js +0 -530
  1288. package/dist/sdk/accountspayablesuppliers.d.ts +0 -74
  1289. package/dist/sdk/accountspayablesuppliers.js +0 -530
  1290. package/dist/sdk/accountsreceivablecreditnotes.d.ts +0 -34
  1291. package/dist/sdk/accountsreceivablecreditnotes.js +0 -262
  1292. package/dist/sdk/accountsreceivablecustomers.d.ts +0 -74
  1293. package/dist/sdk/accountsreceivablecustomers.js +0 -530
  1294. package/dist/sdk/accountsreceivabledirectincomes.d.ts +0 -74
  1295. package/dist/sdk/accountsreceivabledirectincomes.js +0 -531
  1296. package/dist/sdk/accountsreceivableinvoices.d.ts +0 -93
  1297. package/dist/sdk/accountsreceivableinvoices.js +0 -689
  1298. package/dist/sdk/accountsreceivablepayments.d.ts +0 -34
  1299. package/dist/sdk/accountsreceivablepayments.js +0 -262
  1300. package/dist/sdk/accountsreceivablereports.d.ts +0 -36
  1301. package/dist/sdk/accountsreceivablereports.js +0 -399
  1302. package/dist/sdk/bankingaccountbalances.d.ts +0 -20
  1303. package/dist/sdk/bankingaccountbalances.js +0 -174
  1304. package/dist/sdk/bankingaccounts.d.ts +0 -34
  1305. package/dist/sdk/bankingaccounts.js +0 -254
  1306. package/dist/sdk/bankingcategorizedstatement.d.ts +0 -19
  1307. package/dist/sdk/bankingcategorizedstatement.js +0 -173
  1308. package/dist/sdk/bankingtransactioncategories.d.ts +0 -34
  1309. package/dist/sdk/bankingtransactioncategories.js +0 -254
  1310. package/dist/sdk/bankingtransactions.d.ts +0 -34
  1311. package/dist/sdk/bankingtransactions.js +0 -254
  1312. package/dist/sdk/financialstatementsaccounts.d.ts +0 -33
  1313. package/dist/sdk/financialstatementsaccounts.js +0 -261
  1314. package/dist/sdk/financialstatementsbalancesheet.d.ts +0 -24
  1315. package/dist/sdk/financialstatementsbalancesheet.js +0 -253
  1316. package/dist/sdk/financialstatementscashflow.d.ts +0 -15
  1317. package/dist/sdk/financialstatementscashflow.js +0 -169
  1318. package/dist/sdk/financialstatementsprofitandloss.d.ts +0 -24
  1319. package/dist/sdk/financialstatementsprofitandloss.js +0 -253
  1320. package/dist/sdk/loanwritebackaccounts.d.ts +0 -40
  1321. package/dist/sdk/loanwritebackaccounts.js +0 -294
  1322. package/dist/sdk/loanwritebackbankaccounts.d.ts +0 -39
  1323. package/dist/sdk/loanwritebackbankaccounts.js +0 -293
  1324. package/dist/sdk/loanwritebackbanktransactions.d.ts +0 -40
  1325. package/dist/sdk/loanwritebackbanktransactions.js +0 -294
  1326. package/dist/sdk/loanwritebackcreateoperations.d.ts +0 -22
  1327. package/dist/sdk/loanwritebackcreateoperations.js +0 -250
  1328. package/dist/sdk/loanwritebackdirectcosts.d.ts +0 -40
  1329. package/dist/sdk/loanwritebackdirectcosts.js +0 -294
  1330. package/dist/sdk/loanwritebacksuppliers.d.ts +0 -40
  1331. package/dist/sdk/loanwritebacksuppliers.js +0 -294
  1332. package/dist/sdk/loanwritebacktransfers.d.ts +0 -40
  1333. package/dist/sdk/loanwritebacktransfers.js +0 -294
  1334. package/dist/sdk/managedatapulloperations.d.ts +0 -22
  1335. package/dist/sdk/managedatapulloperations.js +0 -250
  1336. package/dist/sdk/managedatarefresh.d.ts +0 -28
  1337. package/dist/sdk/managedatarefresh.js +0 -250
  1338. package/dist/sdk/models/shared/definitionsitemref.d.ts +0 -15
  1339. package/dist/sdk/models/shared/definitionsitemref.js +0 -55
  1340. package/dist/sdk/models/shared/paymentmethodstatus.d.ts +0 -8
  1341. package/dist/sdk/models/shared/paymentmethodstatus.js +0 -15
  1342. package/dist/sdk/salescustomers.d.ts +0 -34
  1343. package/dist/sdk/salescustomers.js +0 -262
  1344. package/dist/sdk/salesdisputes.d.ts +0 -34
  1345. package/dist/sdk/salesdisputes.js +0 -262
  1346. package/dist/sdk/saleslocations.d.ts +0 -34
  1347. package/dist/sdk/saleslocations.js +0 -261
  1348. package/dist/sdk/salesmetrics.d.ts +0 -102
  1349. package/dist/sdk/salesmetrics.js +0 -406
  1350. package/dist/sdk/salesorders.d.ts +0 -34
  1351. package/dist/sdk/salesorders.js +0 -262
  1352. package/dist/sdk/salespaymentmethods.d.ts +0 -34
  1353. package/dist/sdk/salespaymentmethods.js +0 -262
  1354. package/dist/sdk/salespayments.d.ts +0 -34
  1355. package/dist/sdk/salespayments.js +0 -262
  1356. package/dist/sdk/salesproductcategories.d.ts +0 -34
  1357. package/dist/sdk/salesproductcategories.js +0 -262
  1358. package/dist/sdk/salesproducts.d.ts +0 -34
  1359. package/dist/sdk/salesproducts.js +0 -262
  1360. package/dist/sdk/salesreports.d.ts +0 -69
  1361. package/dist/sdk/salesreports.js +0 -298
  1362. package/dist/sdk/salestransactions.d.ts +0 -34
  1363. package/dist/sdk/salestransactions.js +0 -262
  1364. package/dist/sdk/transactionsaccounttransactions.d.ts +0 -34
  1365. package/dist/sdk/transactionsaccounttransactions.js +0 -262
  1366. package/dist/sdk/transactionsdirectcosts.d.ts +0 -74
  1367. package/dist/sdk/transactionsdirectcosts.js +0 -530
  1368. package/dist/sdk/transactionsjournalentries.d.ts +0 -34
  1369. package/dist/sdk/transactionsjournalentries.js +0 -262
  1370. package/dist/sdk/transactionsjournals.d.ts +0 -34
  1371. package/dist/sdk/transactionsjournals.js +0 -262
  1372. package/dist/sdk/transactionstransfers.d.ts +0 -34
  1373. package/dist/sdk/transactionstransfers.js +0 -262
  1374. package/docs/models/operations/createaccountrequest.md +0 -13
  1375. package/docs/models/operations/createaccountresponse.md +0 -12
  1376. package/docs/models/operations/createbankaccountrequest.md +0 -13
  1377. package/docs/models/operations/createbankaccountresponse.md +0 -12
  1378. package/docs/models/operations/createbanktransactionsrequest.md +0 -14
  1379. package/docs/models/operations/createbanktransactionsresponse.md +0 -12
  1380. package/docs/models/operations/createcompanyresponse.md +0 -12
  1381. package/docs/models/operations/createconnectionrequest.md +0 -9
  1382. package/docs/models/operations/createconnectionrequestbody.md +0 -8
  1383. package/docs/models/operations/createconnectionresponse.md +0 -12
  1384. package/docs/models/operations/createdirectcostrequest.md +0 -13
  1385. package/docs/models/operations/createdirectcostresponse.md +0 -12
  1386. package/docs/models/operations/createsupplierrequest.md +0 -13
  1387. package/docs/models/operations/createsupplierresponse.md +0 -12
  1388. package/docs/models/operations/createtransferrequest.md +0 -13
  1389. package/docs/models/operations/createtransferresponse.md +0 -12
  1390. package/docs/models/operations/deletecompanyrequest.md +0 -8
  1391. package/docs/models/operations/deletecompanyresponse.md +0 -11
  1392. package/docs/models/operations/deleteconnectionrequest.md +0 -9
  1393. package/docs/models/operations/deleteconnectionresponse.md +0 -11
  1394. package/docs/models/operations/downloadaccountingbillattachmentrequest.md +0 -11
  1395. package/docs/models/operations/downloadaccountingbillattachmentresponse.md +0 -12
  1396. package/docs/models/operations/downloadaccountingcustomerattachmentrequest.md +0 -11
  1397. package/docs/models/operations/downloadaccountingcustomerattachmentresponse.md +0 -12
  1398. package/docs/models/operations/downloadaccountingdirectcostattachmentrequest.md +0 -11
  1399. package/docs/models/operations/downloadaccountingdirectcostattachmentresponse.md +0 -12
  1400. package/docs/models/operations/downloadaccountingdirectincomeattachmentrequest.md +0 -11
  1401. package/docs/models/operations/downloadaccountingdirectincomeattachmentresponse.md +0 -12
  1402. package/docs/models/operations/downloadaccountinginvoiceattachmentrequest.md +0 -11
  1403. package/docs/models/operations/downloadaccountinginvoiceattachmentresponse.md +0 -12
  1404. package/docs/models/operations/downloadaccountinginvoicepdfrequest.md +0 -9
  1405. package/docs/models/operations/downloadaccountinginvoicepdfresponse.md +0 -11
  1406. package/docs/models/operations/downloadaccountingsupplierattachmentrequest.md +0 -11
  1407. package/docs/models/operations/downloadaccountingsupplierattachmentresponse.md +0 -12
  1408. package/docs/models/operations/downloadexcelreportrequest.md +0 -9
  1409. package/docs/models/operations/downloadexcelreportresponse.md +0 -12
  1410. package/docs/models/operations/downloadfilesrequest.md +0 -9
  1411. package/docs/models/operations/downloadfilesresponse.md +0 -12
  1412. package/docs/models/operations/generateexcelreportrequest.md +0 -9
  1413. package/docs/models/operations/generateexcelreportresponse.md +0 -12
  1414. package/docs/models/operations/getaccountingaccountrequest.md +0 -9
  1415. package/docs/models/operations/getaccountingaccountresponse.md +0 -12
  1416. package/docs/models/operations/getaccountingaccounttransactionrequest.md +0 -10
  1417. package/docs/models/operations/getaccountingaccounttransactionresponse.md +0 -12
  1418. package/docs/models/operations/getaccountingagedcreditorsreportrequest.md +0 -11
  1419. package/docs/models/operations/getaccountingagedcreditorsreportresponse.md +0 -12
  1420. package/docs/models/operations/getaccountingageddebtorsreportrequest.md +0 -11
  1421. package/docs/models/operations/getaccountingageddebtorsreportresponse.md +0 -12
  1422. package/docs/models/operations/getaccountingbalancesheetrequest.md +0 -11
  1423. package/docs/models/operations/getaccountingbalancesheetresponse.md +0 -12
  1424. package/docs/models/operations/getaccountingbankaccountrequest.md +0 -10
  1425. package/docs/models/operations/getaccountingbankaccountresponse.md +0 -12
  1426. package/docs/models/operations/getaccountingbillattachmentrequest.md +0 -11
  1427. package/docs/models/operations/getaccountingbillattachmentresponse.md +0 -12
  1428. package/docs/models/operations/getaccountingbillcreditnoterequest.md +0 -9
  1429. package/docs/models/operations/getaccountingbillcreditnoteresponse.md +0 -12
  1430. package/docs/models/operations/getaccountingbillpaymentrequest.md +0 -9
  1431. package/docs/models/operations/getaccountingbillpaymentresponse.md +0 -12
  1432. package/docs/models/operations/getaccountingbillrequest.md +0 -9
  1433. package/docs/models/operations/getaccountingbillresponse.md +0 -12
  1434. package/docs/models/operations/getaccountingcashflowstatementrequest.md +0 -11
  1435. package/docs/models/operations/getaccountingcashflowstatementresponse.md +0 -12
  1436. package/docs/models/operations/getaccountingcreditnoterequest.md +0 -9
  1437. package/docs/models/operations/getaccountingcreditnoteresponse.md +0 -12
  1438. package/docs/models/operations/getaccountingcustomerattachmentrequest.md +0 -11
  1439. package/docs/models/operations/getaccountingcustomerattachmentresponse.md +0 -12
  1440. package/docs/models/operations/getaccountingcustomerrequest.md +0 -9
  1441. package/docs/models/operations/getaccountingcustomerresponse.md +0 -12
  1442. package/docs/models/operations/getaccountingdirectcostattachmentrequest.md +0 -11
  1443. package/docs/models/operations/getaccountingdirectcostattachmentresponse.md +0 -12
  1444. package/docs/models/operations/getaccountingdirectcostrequest.md +0 -10
  1445. package/docs/models/operations/getaccountingdirectcostresponse.md +0 -12
  1446. package/docs/models/operations/getaccountingdirectincomeattachmentrequest.md +0 -12
  1447. package/docs/models/operations/getaccountingdirectincomeattachmentresponse.md +0 -12
  1448. package/docs/models/operations/getaccountingdirectincomerequest.md +0 -10
  1449. package/docs/models/operations/getaccountingdirectincomeresponse.md +0 -12
  1450. package/docs/models/operations/getaccountinginvoiceattachmentrequest.md +0 -11
  1451. package/docs/models/operations/getaccountinginvoiceattachmentresponse.md +0 -12
  1452. package/docs/models/operations/getaccountinginvoicerequest.md +0 -9
  1453. package/docs/models/operations/getaccountinginvoiceresponse.md +0 -12
  1454. package/docs/models/operations/getaccountingjournalentryrequest.md +0 -9
  1455. package/docs/models/operations/getaccountingjournalentryresponse.md +0 -12
  1456. package/docs/models/operations/getaccountingjournalrequest.md +0 -9
  1457. package/docs/models/operations/getaccountingjournalresponse.md +0 -12
  1458. package/docs/models/operations/getaccountingpaymentrequest.md +0 -9
  1459. package/docs/models/operations/getaccountingpaymentresponse.md +0 -12
  1460. package/docs/models/operations/getaccountingprofilerequest.md +0 -8
  1461. package/docs/models/operations/getaccountingprofileresponse.md +0 -12
  1462. package/docs/models/operations/getaccountingprofitandlossrequest.md +0 -11
  1463. package/docs/models/operations/getaccountingprofitandlossresponse.md +0 -12
  1464. package/docs/models/operations/getaccountingsupplierattachmentrequest.md +0 -11
  1465. package/docs/models/operations/getaccountingsupplierattachmentresponse.md +0 -12
  1466. package/docs/models/operations/getaccountingsupplierrequest.md +0 -9
  1467. package/docs/models/operations/getaccountingsupplierresponse.md +0 -12
  1468. package/docs/models/operations/getaccountingtransferrequest.md +0 -10
  1469. package/docs/models/operations/getaccountingtransferresponse.md +0 -12
  1470. package/docs/models/operations/getbankingaccountrequest.md +0 -10
  1471. package/docs/models/operations/getbankingaccountresponse.md +0 -11
  1472. package/docs/models/operations/getbankingtransactioncategoryrequest.md +0 -10
  1473. package/docs/models/operations/getbankingtransactioncategoryresponse.md +0 -11
  1474. package/docs/models/operations/getbankingtransactionrequest.md +0 -10
  1475. package/docs/models/operations/getbankingtransactionresponse.md +0 -11
  1476. package/docs/models/operations/getcategorizedbalancesheetstatementrequest.md +0 -10
  1477. package/docs/models/operations/getcategorizedbalancesheetstatementresponse.md +0 -12
  1478. package/docs/models/operations/getcategorizedbankstatementrequest.md +0 -11
  1479. package/docs/models/operations/getcategorizedbankstatementresponse.md +0 -12
  1480. package/docs/models/operations/getcategorizedprofitandlossstatementrequest.md +0 -10
  1481. package/docs/models/operations/getcategorizedprofitandlossstatementresponse.md +0 -12
  1482. package/docs/models/operations/getcommercecustomerrequest.md +0 -10
  1483. package/docs/models/operations/getcommercecustomerresponse.md +0 -12
  1484. package/docs/models/operations/getcommercecustomerretentionmetricsrequest.md +0 -14
  1485. package/docs/models/operations/getcommercecustomerretentionmetricsresponse.md +0 -12
  1486. package/docs/models/operations/getcommercedisputerequest.md +0 -10
  1487. package/docs/models/operations/getcommercedisputeresponse.md +0 -12
  1488. package/docs/models/operations/getcommercelifetimevaluemetricsrequest.md +0 -14
  1489. package/docs/models/operations/getcommercelifetimevaluemetricsresponse.md +0 -12
  1490. package/docs/models/operations/getcommercelocationrequest.md +0 -10
  1491. package/docs/models/operations/getcommercelocationresponse.md +0 -12
  1492. package/docs/models/operations/getcommerceorderrequest.md +0 -10
  1493. package/docs/models/operations/getcommerceorderresponse.md +0 -12
  1494. package/docs/models/operations/getcommerceordersreportrequest.md +0 -14
  1495. package/docs/models/operations/getcommerceordersreportresponse.md +0 -12
  1496. package/docs/models/operations/getcommercepaymentmethodrequest.md +0 -10
  1497. package/docs/models/operations/getcommercepaymentmethodresponse.md +0 -12
  1498. package/docs/models/operations/getcommercepaymentrequest.md +0 -10
  1499. package/docs/models/operations/getcommercepaymentresponse.md +0 -12
  1500. package/docs/models/operations/getcommerceproductcategoryrequest.md +0 -10
  1501. package/docs/models/operations/getcommerceproductcategoryresponse.md +0 -12
  1502. package/docs/models/operations/getcommerceproductrequest.md +0 -10
  1503. package/docs/models/operations/getcommerceproductresponse.md +0 -12
  1504. package/docs/models/operations/getcommerceprofilerequest.md +0 -9
  1505. package/docs/models/operations/getcommerceprofileresponse.md +0 -12
  1506. package/docs/models/operations/getcommercerefundsreportrequest.md +0 -14
  1507. package/docs/models/operations/getcommercerefundsreportresponse.md +0 -12
  1508. package/docs/models/operations/getcommercerevenuemetricsrequest.md +0 -14
  1509. package/docs/models/operations/getcommercerevenuemetricsresponse.md +0 -12
  1510. package/docs/models/operations/getcommercetransactionrequest.md +0 -10
  1511. package/docs/models/operations/getcommercetransactionresponse.md +0 -12
  1512. package/docs/models/operations/getcompanyrequest.md +0 -8
  1513. package/docs/models/operations/getcompanyresponse.md +0 -12
  1514. package/docs/models/operations/getconnectionrequest.md +0 -9
  1515. package/docs/models/operations/getconnectionresponse.md +0 -12
  1516. package/docs/models/operations/getcreatebanktransactionsmodelrequest.md +0 -10
  1517. package/docs/models/operations/getcreatebanktransactionsmodelresponse.md +0 -12
  1518. package/docs/models/operations/getcreatechartofaccountsmodelrequest.md +0 -9
  1519. package/docs/models/operations/getcreatechartofaccountsmodelresponse.md +0 -12
  1520. package/docs/models/operations/getcreatedirectcostsmodelrequest.md +0 -9
  1521. package/docs/models/operations/getcreatedirectcostsmodelresponse.md +0 -12
  1522. package/docs/models/operations/getcreateoperationrequest.md +0 -9
  1523. package/docs/models/operations/getcreateoperationresponse.md +0 -12
  1524. package/docs/models/operations/getcreatetransfersmodelrequest.md +0 -9
  1525. package/docs/models/operations/getcreatetransfersmodelresponse.md +0 -12
  1526. package/docs/models/operations/getcreateupdatebankaccountsmodelrequest.md +0 -9
  1527. package/docs/models/operations/getcreateupdatebankaccountsmodelresponse.md +0 -12
  1528. package/docs/models/operations/getcreateupdatesuppliersmodelrequest.md +0 -9
  1529. package/docs/models/operations/getcreateupdatesuppliersmodelresponse.md +0 -12
  1530. package/docs/models/operations/getdataintegritystatusrequest.md +0 -9
  1531. package/docs/models/operations/getdataintegritystatusresponse.md +0 -12
  1532. package/docs/models/operations/getdataintegritysummariesrequest.md +0 -10
  1533. package/docs/models/operations/getdataintegritysummariesresponse.md +0 -12
  1534. package/docs/models/operations/getdatastatusrequest.md +0 -8
  1535. package/docs/models/operations/getdatastatusresponse.md +0 -12
  1536. package/docs/models/operations/getexcelreportgenerationstatusrequest.md +0 -9
  1537. package/docs/models/operations/getexcelreportgenerationstatusresponse.md +0 -12
  1538. package/docs/models/operations/getloansummaryrequest.md +0 -8
  1539. package/docs/models/operations/getloansummaryresponse.md +0 -12
  1540. package/docs/models/operations/getpulloperationrequest.md +0 -9
  1541. package/docs/models/operations/getpulloperationresponse.md +0 -12
  1542. package/docs/models/operations/isagedcreditorsreportavailablerequest.md +0 -8
  1543. package/docs/models/operations/isagedcreditorsreportavailableresponse.md +0 -11
  1544. package/docs/models/operations/isageddebtorsreportavailablerequest.md +0 -8
  1545. package/docs/models/operations/isageddebtorsreportavailableresponse.md +0 -11
  1546. package/docs/models/operations/listaccountingaccountsrequest.md +0 -12
  1547. package/docs/models/operations/listaccountingaccountsresponse.md +0 -12
  1548. package/docs/models/operations/listaccountingaccounttransactionsrequest.md +0 -13
  1549. package/docs/models/operations/listaccountingaccounttransactionsresponse.md +0 -12
  1550. package/docs/models/operations/listaccountingbankaccountsrequest.md +0 -13
  1551. package/docs/models/operations/listaccountingbankaccountsresponse.md +0 -12
  1552. package/docs/models/operations/listaccountingbankaccounttransactionsrequest.md +0 -14
  1553. package/docs/models/operations/listaccountingbankaccounttransactionsresponse.md +0 -12
  1554. package/docs/models/operations/listaccountingbillattachmentsrequest.md +0 -10
  1555. package/docs/models/operations/listaccountingbillattachmentsresponse.md +0 -12
  1556. package/docs/models/operations/listaccountingbillcreditnotesrequest.md +0 -12
  1557. package/docs/models/operations/listaccountingbillcreditnotesresponse.md +0 -12
  1558. package/docs/models/operations/listaccountingbillpaymentsrequest.md +0 -12
  1559. package/docs/models/operations/listaccountingbillpaymentsresponse.md +0 -12
  1560. package/docs/models/operations/listaccountingbillsrequest.md +0 -12
  1561. package/docs/models/operations/listaccountingbillsresponse.md +0 -12
  1562. package/docs/models/operations/listaccountingcreditnotesrequest.md +0 -12
  1563. package/docs/models/operations/listaccountingcreditnotesresponse.md +0 -12
  1564. package/docs/models/operations/listaccountingcustomerattachmentsrequest.md +0 -10
  1565. package/docs/models/operations/listaccountingcustomerattachmentsresponse.md +0 -12
  1566. package/docs/models/operations/listaccountingcustomersrequest.md +0 -12
  1567. package/docs/models/operations/listaccountingcustomersresponse.md +0 -12
  1568. package/docs/models/operations/listaccountingdirectcostattachmentsrequest.md +0 -10
  1569. package/docs/models/operations/listaccountingdirectcostattachmentsresponse.md +0 -12
  1570. package/docs/models/operations/listaccountingdirectcostsrequest.md +0 -13
  1571. package/docs/models/operations/listaccountingdirectcostsresponse.md +0 -12
  1572. package/docs/models/operations/listaccountingdirectincomeattachmentsrequest.md +0 -10
  1573. package/docs/models/operations/listaccountingdirectincomeattachmentsresponse.md +0 -12
  1574. package/docs/models/operations/listaccountingdirectincomesrequest.md +0 -13
  1575. package/docs/models/operations/listaccountingdirectincomesresponse.md +0 -12
  1576. package/docs/models/operations/listaccountinginvoiceattachmentsrequest.md +0 -10
  1577. package/docs/models/operations/listaccountinginvoiceattachmentsresponse.md +0 -12
  1578. package/docs/models/operations/listaccountinginvoicesrequest.md +0 -12
  1579. package/docs/models/operations/listaccountinginvoicesresponse.md +0 -12
  1580. package/docs/models/operations/listaccountingjournalentriesrequest.md +0 -12
  1581. package/docs/models/operations/listaccountingjournalentriesresponse.md +0 -12
  1582. package/docs/models/operations/listaccountingjournalsrequest.md +0 -12
  1583. package/docs/models/operations/listaccountingjournalsresponse.md +0 -12
  1584. package/docs/models/operations/listaccountingpaymentsrequest.md +0 -12
  1585. package/docs/models/operations/listaccountingpaymentsresponse.md +0 -12
  1586. package/docs/models/operations/listaccountingsupplierattachmentsrequest.md +0 -10
  1587. package/docs/models/operations/listaccountingsupplierattachmentsresponse.md +0 -12
  1588. package/docs/models/operations/listaccountingsuppliersrequest.md +0 -12
  1589. package/docs/models/operations/listaccountingsuppliersresponse.md +0 -12
  1590. package/docs/models/operations/listaccountingtransfersrequest.md +0 -13
  1591. package/docs/models/operations/listaccountingtransfersresponse.md +0 -12
  1592. package/docs/models/operations/listbankingaccountbalancesrequest.md +0 -13
  1593. package/docs/models/operations/listbankingaccountbalancesresponse.md +0 -12
  1594. package/docs/models/operations/listbankingaccountsrequest.md +0 -13
  1595. package/docs/models/operations/listbankingaccountsresponse.md +0 -12
  1596. package/docs/models/operations/listbankingtransactioncategoriesrequest.md +0 -13
  1597. package/docs/models/operations/listbankingtransactioncategoriesresponse.md +0 -12
  1598. package/docs/models/operations/listbankingtransactionsrequest.md +0 -13
  1599. package/docs/models/operations/listbankingtransactionsresponse.md +0 -12
  1600. package/docs/models/operations/listcommercecustomersrequest.md +0 -13
  1601. package/docs/models/operations/listcommercecustomersresponse.md +0 -12
  1602. package/docs/models/operations/listcommercedisputesrequest.md +0 -13
  1603. package/docs/models/operations/listcommercedisputesresponse.md +0 -12
  1604. package/docs/models/operations/listcommercelocationsrequest.md +0 -9
  1605. package/docs/models/operations/listcommercelocationsresponse.md +0 -12
  1606. package/docs/models/operations/listcommerceordersrequest.md +0 -13
  1607. package/docs/models/operations/listcommerceordersresponse.md +0 -12
  1608. package/docs/models/operations/listcommercepaymentmethodsrequest.md +0 -13
  1609. package/docs/models/operations/listcommercepaymentmethodsresponse.md +0 -12
  1610. package/docs/models/operations/listcommercepaymentsrequest.md +0 -13
  1611. package/docs/models/operations/listcommercepaymentsresponse.md +0 -12
  1612. package/docs/models/operations/listcommerceproductcategoriesrequest.md +0 -13
  1613. package/docs/models/operations/listcommerceproductcategoriesresponse.md +0 -12
  1614. package/docs/models/operations/listcommerceproductsrequest.md +0 -13
  1615. package/docs/models/operations/listcommerceproductsresponse.md +0 -12
  1616. package/docs/models/operations/listcommercetransactionsrequest.md +0 -13
  1617. package/docs/models/operations/listcommercetransactionsresponse.md +0 -12
  1618. package/docs/models/operations/listcompaniesresponse.md +0 -12
  1619. package/docs/models/operations/listconnectionsrequest.md +0 -12
  1620. package/docs/models/operations/listconnectionsresponse.md +0 -12
  1621. package/docs/models/operations/listcreateoperationsrequest.md +0 -12
  1622. package/docs/models/operations/listcreateoperationsresponse.md +0 -12
  1623. package/docs/models/operations/listdataintegritydetailsrequest.md +0 -13
  1624. package/docs/models/operations/listdataintegritydetailsresponse.md +0 -12
  1625. package/docs/models/operations/listfilesrequest.md +0 -8
  1626. package/docs/models/operations/listfilesresponse.md +0 -12
  1627. package/docs/models/operations/listloantransactionsrequest.md +0 -9
  1628. package/docs/models/operations/listloantransactionsresponse.md +0 -12
  1629. package/docs/models/operations/listloantransactionssourcetype.md +0 -12
  1630. package/docs/models/operations/listpulloperationsrequest.md +0 -12
  1631. package/docs/models/operations/listpulloperationsresponse.md +0 -12
  1632. package/docs/models/operations/listreconciledinvoicesrequest.md +0 -11
  1633. package/docs/models/operations/listreconciledinvoicesresponse.md +0 -12
  1634. package/docs/models/operations/refreshalldatatypesrequest.md +0 -8
  1635. package/docs/models/operations/refreshalldatatypesresponse.md +0 -11
  1636. package/docs/models/operations/refreshdatatyperequest.md +0 -10
  1637. package/docs/models/operations/refreshdatatyperesponse.md +0 -12
  1638. package/docs/models/operations/unlinkconnectionrequest.md +0 -10
  1639. package/docs/models/operations/unlinkconnectionresponse.md +0 -12
  1640. package/docs/models/operations/unlinkconnectionupdateconnection.md +0 -8
  1641. package/docs/models/operations/updatecompanyrequest.md +0 -9
  1642. package/docs/models/operations/updatecompanyresponse.md +0 -12
  1643. package/docs/models/operations/uploadfilesrequest.md +0 -10
  1644. package/docs/models/operations/uploadfilesrequestbody.md +0 -9
  1645. package/docs/models/operations/uploadfilesresponse.md +0 -11
  1646. package/docs/models/shared/accountcategoriesupdatedwebhook.md +0 -18
  1647. package/docs/models/shared/accountidentifiers.md +0 -16
  1648. package/docs/models/shared/accountingaccount.md +0 -51
  1649. package/docs/models/shared/accountingaccounts.md +0 -12
  1650. package/docs/models/shared/accountingaccounttransaction.md +0 -38
  1651. package/docs/models/shared/accountingaccounttransactions.md +0 -12
  1652. package/docs/models/shared/accountingaccounttransactionstatus.md +0 -13
  1653. package/docs/models/shared/accountingaddress.md +0 -14
  1654. package/docs/models/shared/accountingagedcreditorreport.md +0 -43
  1655. package/docs/models/shared/accountingageddebtorreport.md +0 -43
  1656. package/docs/models/shared/accountingattachment.md +0 -34
  1657. package/docs/models/shared/accountingbalancesheet.md +0 -30
  1658. package/docs/models/shared/accountingbankaccount.md +0 -39
  1659. package/docs/models/shared/accountingbankaccounts.md +0 -12
  1660. package/docs/models/shared/accountingbanktransaction.md +0 -34
  1661. package/docs/models/shared/accountingbanktransactions.md +0 -12
  1662. package/docs/models/shared/accountingbill.md +0 -48
  1663. package/docs/models/shared/accountingbillcreditnote.md +0 -46
  1664. package/docs/models/shared/accountingbillcreditnotes.md +0 -12
  1665. package/docs/models/shared/accountingbillpayment.md +0 -174
  1666. package/docs/models/shared/accountingbillpayments.md +0 -12
  1667. package/docs/models/shared/accountingbillpurchaseorderreference.md +0 -9
  1668. package/docs/models/shared/accountingbills.md +0 -12
  1669. package/docs/models/shared/accountingbillwithholdingtax.md +0 -9
  1670. package/docs/models/shared/accountingcashflowstatement.md +0 -27
  1671. package/docs/models/shared/accountingcompanyinfo.md +0 -28
  1672. package/docs/models/shared/accountingcreateaccountresponse.md +0 -21
  1673. package/docs/models/shared/accountingcreatebankaccountresponse.md +0 -21
  1674. package/docs/models/shared/accountingcreatebanktransactions.md +0 -9
  1675. package/docs/models/shared/accountingcreatebanktransactionsresponse.md +0 -21
  1676. package/docs/models/shared/accountingcreatedirectcostresponse.md +0 -21
  1677. package/docs/models/shared/accountingcreatesupplierresponse.md +0 -21
  1678. package/docs/models/shared/accountingcreatetransferresponse.md +0 -21
  1679. package/docs/models/shared/accountingcreditnote.md +0 -44
  1680. package/docs/models/shared/accountingcreditnotes.md +0 -12
  1681. package/docs/models/shared/accountingcustomer.md +0 -31
  1682. package/docs/models/shared/accountingcustomers.md +0 -12
  1683. package/docs/models/shared/accountingdirectcost.md +0 -39
  1684. package/docs/models/shared/accountingdirectcosts.md +0 -12
  1685. package/docs/models/shared/accountingdirectincome.md +0 -40
  1686. package/docs/models/shared/accountingdirectincomes.md +0 -12
  1687. package/docs/models/shared/accountinginvoice.md +0 -63
  1688. package/docs/models/shared/accountinginvoices.md +0 -12
  1689. package/docs/models/shared/accountinginvoicesalesorderreference.md +0 -9
  1690. package/docs/models/shared/accountingjournal.md +0 -42
  1691. package/docs/models/shared/accountingjournalentries.md +0 -12
  1692. package/docs/models/shared/accountingjournalentry.md +0 -42
  1693. package/docs/models/shared/accountingjournals.md +0 -12
  1694. package/docs/models/shared/accountingpayment.md +0 -701
  1695. package/docs/models/shared/accountingpaymentallocation.md +0 -9
  1696. package/docs/models/shared/accountingpaymentallocationallocation.md +0 -11
  1697. package/docs/models/shared/accountingpayments.md +0 -12
  1698. package/docs/models/shared/accountingprofitandlossreport.md +0 -35
  1699. package/docs/models/shared/accountingsupplier.md +0 -27
  1700. package/docs/models/shared/accountingsuppliers.md +0 -12
  1701. package/docs/models/shared/accountingtransfer.md +0 -23
  1702. package/docs/models/shared/accountingtransfercontactref.md +0 -11
  1703. package/docs/models/shared/accountingtransfers.md +0 -12
  1704. package/docs/models/shared/accounts.md +0 -14
  1705. package/docs/models/shared/accountspayabletracking.md +0 -14
  1706. package/docs/models/shared/accountsreceivabletracking.md +0 -15
  1707. package/docs/models/shared/accountsreceivabletrackingrecordreference.md +0 -13
  1708. package/docs/models/shared/accounttransactionline.md +0 -10
  1709. package/docs/models/shared/agedcreditor.md +0 -10
  1710. package/docs/models/shared/agedcurrencyoutstanding.md +0 -9
  1711. package/docs/models/shared/ageddebtor.md +0 -10
  1712. package/docs/models/shared/agedoutstandingamount.md +0 -11
  1713. package/docs/models/shared/attachments.md +0 -8
  1714. package/docs/models/shared/balancesheet.md +0 -12
  1715. package/docs/models/shared/bankingaccount.md +0 -24
  1716. package/docs/models/shared/bankingaccountbalance.md +0 -22
  1717. package/docs/models/shared/bankingaccountbalances.md +0 -12
  1718. package/docs/models/shared/bankingaccounts.md +0 -12
  1719. package/docs/models/shared/bankingtransaction.md +0 -25
  1720. package/docs/models/shared/bankingtransactioncategories.md +0 -12
  1721. package/docs/models/shared/bankingtransactioncategory.md +0 -16
  1722. package/docs/models/shared/bankingtransactionref.md +0 -14
  1723. package/docs/models/shared/bankingtransactions.md +0 -12
  1724. package/docs/models/shared/banktransactiontype.md +0 -27
  1725. package/docs/models/shared/billcreditnotelineitem.md +0 -20
  1726. package/docs/models/shared/billcreditnotelineitemitemreference.md +0 -11
  1727. package/docs/models/shared/billcreditnotelineitemtaxratereference.md +0 -21
  1728. package/docs/models/shared/billedtotype.md +0 -11
  1729. package/docs/models/shared/billedtotype1.md +0 -10
  1730. package/docs/models/shared/billlineitem.md +0 -21
  1731. package/docs/models/shared/billpaymentline.md +0 -10
  1732. package/docs/models/shared/billpaymentlinelink.md +0 -11
  1733. package/docs/models/shared/cashflowstatement.md +0 -11
  1734. package/docs/models/shared/clientratelimitreachedwebhook.md +0 -16
  1735. package/docs/models/shared/clientratelimitresetwebhook.md +0 -16
  1736. package/docs/models/shared/commerceaddress.md +0 -14
  1737. package/docs/models/shared/commercecompanyinfo.md +0 -26
  1738. package/docs/models/shared/commercecustomer.md +0 -21
  1739. package/docs/models/shared/commercecustomers.md +0 -12
  1740. package/docs/models/shared/commercedispute.md +0 -26
  1741. package/docs/models/shared/commercedisputes.md +0 -12
  1742. package/docs/models/shared/commercelocation.md +0 -18
  1743. package/docs/models/shared/commercelocations.md +0 -12
  1744. package/docs/models/shared/commerceorder.md +0 -31
  1745. package/docs/models/shared/commerceorders.md +0 -12
  1746. package/docs/models/shared/commerceordersupplementaldata.md +0 -12
  1747. package/docs/models/shared/commercepayment.md +0 -25
  1748. package/docs/models/shared/commercepaymentmethod.md +0 -16
  1749. package/docs/models/shared/commercepaymentmethods.md +0 -12
  1750. package/docs/models/shared/commercepayments.md +0 -12
  1751. package/docs/models/shared/commerceproduct.md +0 -18
  1752. package/docs/models/shared/commerceproductcategories.md +0 -12
  1753. package/docs/models/shared/commerceproductcategory.md +0 -17
  1754. package/docs/models/shared/commerceproducts.md +0 -12
  1755. package/docs/models/shared/commercereport.md +0 -54
  1756. package/docs/models/shared/commercereportcomponent.md +0 -13
  1757. package/docs/models/shared/commercereportdimension.md +0 -11
  1758. package/docs/models/shared/commercereportdimensionitems.md +0 -8
  1759. package/docs/models/shared/commercereporterror.md +0 -10
  1760. package/docs/models/shared/commercereportmeasure.md +0 -11
  1761. package/docs/models/shared/commercetransaction.md +0 -28
  1762. package/docs/models/shared/commercetransactions.md +0 -12
  1763. package/docs/models/shared/companies.md +0 -12
  1764. package/docs/models/shared/company.md +0 -22
  1765. package/docs/models/shared/connection.md +0 -31
  1766. package/docs/models/shared/connections.md +0 -12
  1767. package/docs/models/shared/connectionsourcetype.md +0 -14
  1768. package/docs/models/shared/contact.md +0 -13
  1769. package/docs/models/shared/contactref.md +0 -11
  1770. package/docs/models/shared/createbankaccounttransaction.md +0 -12
  1771. package/docs/models/shared/creditnotelineitem.md +0 -21
  1772. package/docs/models/shared/creditnotestatus.md +0 -13
  1773. package/docs/models/shared/dataconnectionerror.md +0 -11
  1774. package/docs/models/shared/dataintegritydetail.md +0 -15
  1775. package/docs/models/shared/dataintegritydetails.md +0 -12
  1776. package/docs/models/shared/dataintegritystatus.md +0 -12
  1777. package/docs/models/shared/dataintegritystatuses.md +0 -8
  1778. package/docs/models/shared/dataintegritystatusinfo.md +0 -10
  1779. package/docs/models/shared/dataintegritysummaries.md +0 -8
  1780. package/docs/models/shared/dataintegritysummary.md +0 -10
  1781. package/docs/models/shared/datasource.md +0 -8
  1782. package/docs/models/shared/datastatus.md +0 -14
  1783. package/docs/models/shared/datatype.md +0 -51
  1784. package/docs/models/shared/definitionsitemref.md +0 -10
  1785. package/docs/models/shared/directcostlineitem.md +0 -20
  1786. package/docs/models/shared/directincomelineitem.md +0 -19
  1787. package/docs/models/shared/enhancedcashflowitem.md +0 -8
  1788. package/docs/models/shared/enhancedcashflowtransaction.md +0 -16
  1789. package/docs/models/shared/enhancedcashflowtransactions.md +0 -16
  1790. package/docs/models/shared/enhancedfinancialreport.md +0 -9
  1791. package/docs/models/shared/enhancedfinancialreportreportitem.md +0 -12
  1792. package/docs/models/shared/enhancedinvoicereportitem.md +0 -20
  1793. package/docs/models/shared/enhancedinvoicesreport.md +0 -11
  1794. package/docs/models/shared/enhancedreportaccountcategory.md +0 -9
  1795. package/docs/models/shared/errormessage.md +0 -13
  1796. package/docs/models/shared/excelstatus.md +0 -15
  1797. package/docs/models/shared/file.md +0 -11
  1798. package/docs/models/shared/halref.md +0 -8
  1799. package/docs/models/shared/invoicelineitem.md +0 -21
  1800. package/docs/models/shared/itemref.md +0 -11
  1801. package/docs/models/shared/items.md +0 -9
  1802. package/docs/models/shared/journalline.md +0 -12
  1803. package/docs/models/shared/journallinetracking.md +0 -10
  1804. package/docs/models/shared/lendingcustomerref.md +0 -9
  1805. package/docs/models/shared/links.md +0 -11
  1806. package/docs/models/shared/loansummary.md +0 -9
  1807. package/docs/models/shared/loansummaryrecordref.md +0 -11
  1808. package/docs/models/shared/loansummaryreportitem.md +0 -13
  1809. package/docs/models/shared/loantransactions.md +0 -10
  1810. package/docs/models/shared/orderdiscountallocation.md +0 -9
  1811. package/docs/models/shared/orderlineitem.md +0 -17
  1812. package/docs/models/shared/payment.md +0 -14
  1813. package/docs/models/shared/paymentallocationpayment.md +0 -15
  1814. package/docs/models/shared/paymentline.md +0 -10
  1815. package/docs/models/shared/paymentlinelink.md +0 -11
  1816. package/docs/models/shared/paymentmethodstatus.md +0 -12
  1817. package/docs/models/shared/paymentref.md +0 -17
  1818. package/docs/models/shared/phonenumber.md +0 -9
  1819. package/docs/models/shared/productinventory.md +0 -11
  1820. package/docs/models/shared/productinventorylocation.md +0 -9
  1821. package/docs/models/shared/productprice.md +0 -9
  1822. package/docs/models/shared/productref.md +0 -11
  1823. package/docs/models/shared/productvariant.md +0 -24
  1824. package/docs/models/shared/productvariantref.md +0 -11
  1825. package/docs/models/shared/productvariantstatus.md +0 -10
  1826. package/docs/models/shared/profitandlossreport.md +0 -18
  1827. package/docs/models/shared/projectref.md +0 -9
  1828. package/docs/models/shared/pulloperation.md +0 -19
  1829. package/docs/models/shared/pulloperations.md +0 -12
  1830. package/docs/models/shared/pulloperationstatus.md +0 -30
  1831. package/docs/models/shared/pushchangetype.md +0 -12
  1832. package/docs/models/shared/pushfieldvalidation.md +0 -10
  1833. package/docs/models/shared/pushoperation.md +0 -20
  1834. package/docs/models/shared/pushoperationchange.md +0 -10
  1835. package/docs/models/shared/pushoperationref.md +0 -9
  1836. package/docs/models/shared/pushoperations.md +0 -12
  1837. package/docs/models/shared/pushoption.md +0 -14
  1838. package/docs/models/shared/pushoptionchoice.md +0 -12
  1839. package/docs/models/shared/pushoptionproperty.md +0 -14
  1840. package/docs/models/shared/pushoptiontype.md +0 -15
  1841. package/docs/models/shared/pushvalidationinfo.md +0 -9
  1842. package/docs/models/shared/reportcomponentmeasure.md +0 -10
  1843. package/docs/models/shared/reportinfo.md +0 -15
  1844. package/docs/models/shared/reportitems.md +0 -12
  1845. package/docs/models/shared/reportitemsloantransactiontype.md +0 -11
  1846. package/docs/models/shared/reportline.md +0 -11
  1847. package/docs/models/shared/servicecharge.md +0 -14
  1848. package/docs/models/shared/taxcomponentallocation.md +0 -9
  1849. package/docs/models/shared/tracking.md +0 -9
  1850. package/docs/models/shared/trackingcategoryref.md +0 -13
  1851. package/docs/models/shared/transactioncategorystatus.md +0 -10
  1852. package/docs/models/shared/transactionsourceref.md +0 -9
  1853. package/docs/models/shared/transactionsourcetype.md +0 -12
  1854. package/docs/models/shared/transferaccount.md +0 -10
  1855. package/docs/models/shared/validation.md +0 -11
  1856. package/docs/models/shared/validationitem.md +0 -10
  1857. package/docs/models/shared/weblink.md +0 -11
  1858. package/docs/models/shared/weblinktype.md +0 -12
  1859. package/docs/models/webhooks/accountcategoriesupdatedresponse.md +0 -10
  1860. package/docs/models/webhooks/clientratelimitreachedresponse.md +0 -10
  1861. package/docs/models/webhooks/clientratelimitresetresponse.md +0 -10
  1862. package/docs/sdks/accountingbankdata/README.md +0 -61
  1863. package/docs/sdks/accountingbankdataaccounts/README.md +0 -103
  1864. package/docs/sdks/accountspayablebillcreditnotes/README.md +0 -101
  1865. package/docs/sdks/accountspayablebillpayments/README.md +0 -101
  1866. package/docs/sdks/accountspayablebills/README.md +0 -244
  1867. package/docs/sdks/accountspayablesuppliers/README.md +0 -244
  1868. package/docs/sdks/accountsreceivablecreditnotes/README.md +0 -101
  1869. package/docs/sdks/accountsreceivablecustomers/README.md +0 -244
  1870. package/docs/sdks/accountsreceivabledirectincomes/README.md +0 -247
  1871. package/docs/sdks/accountsreceivableinvoices/README.md +0 -333
  1872. package/docs/sdks/accountsreceivablepayments/README.md +0 -101
  1873. package/docs/sdks/accountsreceivablereports/README.md +0 -172
  1874. package/docs/sdks/bankingaccountbalances/README.md +0 -54
  1875. package/docs/sdks/bankingaccounts/README.md +0 -103
  1876. package/docs/sdks/bankingcategorizedstatement/README.md +0 -51
  1877. package/docs/sdks/bankingtransactioncategories/README.md +0 -103
  1878. package/docs/sdks/bankingtransactions/README.md +0 -103
  1879. package/docs/sdks/financialstatementsaccounts/README.md +0 -100
  1880. package/docs/sdks/financialstatementsbalancesheet/README.md +0 -91
  1881. package/docs/sdks/financialstatementscashflow/README.md +0 -47
  1882. package/docs/sdks/financialstatementsprofitandloss/README.md +0 -91
  1883. package/docs/sdks/loanwritebackaccounts/README.md +0 -134
  1884. package/docs/sdks/loanwritebackbankaccounts/README.md +0 -126
  1885. package/docs/sdks/loanwritebackbanktransactions/README.md +0 -121
  1886. package/docs/sdks/loanwritebackcreateoperations/README.md +0 -89
  1887. package/docs/sdks/loanwritebackdirectcosts/README.md +0 -200
  1888. package/docs/sdks/loanwritebacksuppliers/README.md +0 -142
  1889. package/docs/sdks/loanwritebacktransfers/README.md +0 -156
  1890. package/docs/sdks/managedatapulloperations/README.md +0 -89
  1891. package/docs/sdks/managedatarefresh/README.md +0 -93
  1892. package/docs/sdks/salescustomers/README.md +0 -103
  1893. package/docs/sdks/salesdisputes/README.md +0 -103
  1894. package/docs/sdks/saleslocations/README.md +0 -99
  1895. package/docs/sdks/salesmetrics/README.md +0 -218
  1896. package/docs/sdks/salesorders/README.md +0 -103
  1897. package/docs/sdks/salespaymentmethods/README.md +0 -103
  1898. package/docs/sdks/salespayments/README.md +0 -103
  1899. package/docs/sdks/salesproductcategories/README.md +0 -103
  1900. package/docs/sdks/salesproducts/README.md +0 -103
  1901. package/docs/sdks/salesreports/README.md +0 -145
  1902. package/docs/sdks/salestransactions/README.md +0 -103
  1903. package/docs/sdks/transactionsaccounttransactions/README.md +0 -103
  1904. package/docs/sdks/transactionsdirectcosts/README.md +0 -246
  1905. package/docs/sdks/transactionsjournalentries/README.md +0 -101
  1906. package/docs/sdks/transactionsjournals/README.md +0 -101
  1907. package/docs/sdks/transactionstransfers/README.md +0 -103
@@ -33,6 +33,7 @@ var accountingcustomerref_1 = require("./accountingcustomerref");
33
33
  var accountref_1 = require("./accountref");
34
34
  var metadata_1 = require("./metadata");
35
35
  var paymentline_1 = require("./paymentline");
36
+ var paymentmethodref_1 = require("./paymentmethodref");
36
37
  var supplementaldata_1 = require("./supplementaldata");
37
38
  var class_transformer_1 = require("class-transformer");
38
39
  /**
@@ -40,13 +41,13 @@ var class_transformer_1 = require("class-transformer");
40
41
  *
41
42
  * @remarks
42
43
  * >
43
- * > In Codat, payments represent accounts receivable only. For accounts payable, see [bill payments](https://docs.codat.io/accounting-api#/schemas/BillPayment). These include [bills](https://docs.codat.io/accounting-api#/schemas/Bill) and credit notes against bills.
44
+ * > In Codat, payments represent accounts receivable only. For accounts payable, see [bill payments](https://docs.codat.io/lending-api#/schemas/BillPayment). These include [bills](https://docs.codat.io/lending-api#/schemas/Bill) and credit notes against bills.
44
45
  *
45
46
  * > View the coverage for payments in the <a className="external" href="https://knowledge.codat.io/supported-features/accounting?view=tab-by-data-type&dataType=payments" target="_blank">Data coverage explorer</a>.
46
47
  *
47
48
  * ## Overview
48
49
  *
49
- * Payments include all accounts receivable transaction data. This includes [invoices](https://docs.codat.io/accounting-api#/schemas/Invoice) and [credit notes](https://docs.codat.io/accounting-api#/schemas/CreditNote).
50
+ * Payments include all accounts receivable transaction data. This includes [invoices](https://docs.codat.io/lending-api#/schemas/Invoice) and [credit notes](https://docs.codat.io/lending-api#/schemas/CreditNote).
50
51
  *
51
52
  * A payment in Codat usually represents an allocation of money within any customer accounts receivable account. This includes, but is not strictly limited to:
52
53
  *
@@ -64,7 +65,7 @@ var class_transformer_1 = require("class-transformer");
64
65
  * - The payment method used.
65
66
  * - The breakdown of the types of payments – the _line items_.
66
67
  *
67
- * Payments is a child data type of [account transactions](https://docs.codat.io/accounting-api#/schemas/AccountTransaction).
68
+ * Payments is a child data type of [account transactions](https://docs.codat.io/lending-api#/schemas/AccountTransaction).
68
69
  *
69
70
  * ## Payment types
70
71
  *
@@ -74,9 +75,9 @@ var class_transformer_1 = require("class-transformer");
74
75
  *
75
76
  * - An _amount_ that indicates the amount of the invoice that was paid. This is always positive.
76
77
  * - A **links** array containing one element with the following properties:
77
- * - A **type** that indicates the type of **link**, in this case an `Invoice`.
78
- * - An **id** that contains the ID of the invoice that was paid.
79
- * - An **amount** for the link. The sum of the **line.amount** and the **links.amount** must equal `0`.
78
+ * - A **type** that indicates the type of **link**, in this case an `Invoice`.
79
+ * - An **id** that contains the ID of the invoice that was paid.
80
+ * - An **amount** for the link. The sum of the **line.amount** and the **links.amount** must equal `0`.
80
81
  *
81
82
  * The **amount** field on the **line** equals the **totalAmount** on the payment.
82
83
  *
@@ -107,12 +108,12 @@ var class_transformer_1 = require("class-transformer");
107
108
  *
108
109
  * - An **amount** that indicates the amount of money moved, which in this case is `0`, as the credit note and invoice allocation must balance each other.
109
110
  * - A **links** array containing two elements:
110
- * - The first **link** has:
111
- * - A **type** that indicates the type of **link**, in this case an `Invoice`.
112
- * - An **id** that contains the ID of the invoice that was paid.
113
- * - The second **link** has:
114
- * - A **type** that indicates the type of **link**, in this case a `CreditNote`.
115
- * - An **id** that contains the ID of the credit note used by this payment.
111
+ * - The first **link** has:
112
+ * - A **type** that indicates the type of **link**, in this case an `Invoice`.
113
+ * - An **id** that contains the ID of the invoice that was paid.
114
+ * - The second **link** has:
115
+ * - A **type** that indicates the type of **link**, in this case a `CreditNote`.
116
+ * - An **id** that contains the ID of the credit note used by this payment.
116
117
  *
117
118
  * The **amount** field on the **line** equals the **totalAmount** on the payment.
118
119
  *
@@ -122,8 +123,8 @@ var class_transformer_1 = require("class-transformer");
122
123
  *
123
124
  * - An **amount** that indicates the amount of the credit note that was refunded. This is always negative for a refund.
124
125
  * - A **links** array that contains one element with the following properties:
125
- * - A **type** that indicates the type of **link**, in this case a `CreditNote`.
126
- * - An **id** that contains the ID of the credit note that was refunded.
126
+ * - A **type** that indicates the type of **link**, in this case a `CreditNote`.
127
+ * - An **id** that contains the ID of the credit note that was refunded.
127
128
  *
128
129
  * The **totalAmount** field on the payment equals the **amount** field of the **line**. These are both negative, as this is money leaving accounts receivable.
129
130
  *
@@ -138,8 +139,8 @@ var class_transformer_1 = require("class-transformer");
138
139
  *
139
140
  * - An **amount** that indicates the amount that was refunded. This is always negative.
140
141
  * - A **links** array that contains one element with the following properties:
141
- * - A **type** that indicates the type of **link**, in this case a `Payment`.
142
- * - An **id** that contains the ID of the payment that was refunded.
142
+ * - A **type** that indicates the type of **link**, in this case a `Payment`.
143
+ * - An **id** that contains the ID of the payment that was refunded.
143
144
  *
144
145
  * The **amount** field on the **line** equals the **totalAmount** on the payment and is negative, as this is money leaving accounts receivable.
145
146
  *
@@ -154,8 +155,8 @@ var class_transformer_1 = require("class-transformer");
154
155
  *
155
156
  * - An **amount** that indicates the amount that was refunded. This is positive as its money that was added to accounts receivable. It's balanced out by the negative amount of the refund.
156
157
  * - A **links** array containing one element with the following properties:
157
- * - A **type** that indicates the type of **link**, in this case a `Refund`.
158
- * - An **id** that contains the ID of the payment that refunded this line.
158
+ * - A **type** that indicates the type of **link**, in this case a `Refund`.
159
+ * - An **id** that contains the ID of the payment that refunded this line.
159
160
  *
160
161
  * > **Support for linked payments**
161
162
  * >
@@ -180,27 +181,27 @@ var class_transformer_1 = require("class-transformer");
180
181
  * - The base currency for the accounts receivable account.
181
182
  * - The currency of the item.
182
183
  *
183
- * ```json title="Currency rate example"
184
- * {
185
- * "id": "123",
186
- * "note": ""
187
- * "totalAmount": 99.99,
188
- * "currency": "GBP",
189
- * "lines": [
190
- * {
191
- * "amount": 99.99,
192
- * "links": [
193
- * {
194
- * "type": "Invoice",
195
- * "id": "178",
196
- * "amount": -50,
197
- * "currencyRate": 1.9998,
198
- * }
199
- * ]
200
- * }
201
- * ]
202
- * }
203
- * ```
184
+ * ```json title="Currency rate example"
185
+ * {
186
+ * "id": "123",
187
+ * "note": "",
188
+ * "totalAmount": 99.99,
189
+ * "currency": "GBP",
190
+ * "lines": [
191
+ * {
192
+ * "amount": 99.99,
193
+ * "links": [
194
+ * {
195
+ * "type": "Invoice",
196
+ * "id": "178",
197
+ * "amount": -50,
198
+ * "currencyRate": 1.9998
199
+ * }
200
+ * ]
201
+ * }
202
+ * ]
203
+ * }
204
+ * ```
204
205
  *
205
206
  *
206
207
  *
@@ -212,510 +213,510 @@ var class_transformer_1 = require("class-transformer");
212
213
  *
213
214
  * ## Simple examples
214
215
  *
215
- * ```json title="Payment for invoice"
216
- * {
217
- * "totalAmount": 1000,
218
- * "lines": [
219
- * {
220
- * "amount" : 1000,
221
- * "links" : [
222
- * {
223
- * "type" : "Invoice",
224
- * "id" : "x",
225
- * "amount" : -1000
226
- * }
227
- * ]
228
- * }
229
- * ]
230
- * }
231
- * ```
232
- *
233
- *
234
- *
235
- * ```json title="Allocation of credit note"
236
- * {
237
- * "totalAmount": 0,
238
- * "lines": [
239
- * {
240
- * "amount" : 0,
241
- * "links" : [
242
- * {
243
- * "type" : "Invoice",
244
- * "id" : "x",
245
- * "amount" : -1000
246
- * },
247
- * {
248
- * "type" : "CreditNote",
249
- * "id" : "y",
250
- * "amount" : 1000
251
- * }
252
- * ]
253
- * }
254
- * ]
255
- * }
256
- * ```
257
- *
258
- *
259
- *
260
- * ```json title="Payment of invoice and payment on account"
261
- * {
262
- * "totalAmount": 2000,
263
- * "lines": [
264
- * {
265
- * "amount" : 1000,
266
- * "links" : [
267
- * {
268
- * "type" : "Invoice",
269
- * "id" : "x",
270
- * "amount" : -1000
271
- * }
272
- * ]
273
- * },
274
- * {
275
- * "amount" : 1000,
276
- * "links" : [
277
- * {
278
- * "type" : "PaymentOnAccount",
279
- * "id" : "y",
280
- * "amount" : -1000
281
- * }
282
- * ]
283
- * }
284
- * ]
285
- * }
286
- * ```
287
- *
288
- *
289
- *
290
- * ```json title="Refund of credit note"
291
- * {
292
- * "totalAmount": -1000,
293
- * "lines": [
294
- * {
295
- * "amount" : -1000,
296
- * "links" : [
297
- * {
298
- * "type" : "CreditNote",
299
- * "id" : "y",
300
- * "amount" : 1000
301
- * }
302
- * ]
303
- * }
304
- * ]
305
- * }
306
- * ```
307
- *
308
- *
309
- *
310
- * ```json title="Refund on accounts receivable account"
311
- * {
312
- * "totalAmount": -1000,
313
- * "lines": [
314
- * {
315
- * "amount" : -1000,
316
- * "links" : [
317
- * {
318
- * "type" : "PaymentOnAccount",
319
- * "id" : "y",
320
- * "amount" : 1000
321
- * }
322
- * ]
323
- * }
324
- * ]
325
- * }
326
- * ```
327
- *
328
- *
329
- *
330
- * ```json title="Linked refund on accounts receivable account"
331
- * {
332
- * "id" : "payment-001",
333
- * "totalAmount": 1000,
334
- * "lines": [
335
- * {
336
- * "amount" : 1000,
337
- * "links" : [
338
- * {
339
- * "type" : "Refund",
340
- * "id" : "refund-001",
341
- * "amount" : -1000
342
- * }
343
- * ]
344
- * }
345
- * ]
346
- * }
347
- * {
348
- * "id" : "refund-001",
349
- * "totalAmount": -1000,
350
- * "lines": [
351
- * {
352
- * "amount" : -1000,
353
- * "links" : [
354
- * {
355
- * "type" : "Payment",
356
- * "id" : "payment-001",
357
- * "amount" : 1000
358
- * }
359
- * ]
360
- * }
361
- * ]
362
- * }
363
- * ```
364
- *
365
- *
366
- *
367
- * ```json title="Using a credit note and cash to pay an invoice"
368
- * {
369
- * "totalAmount": 250,
370
- * "lines": [
371
- * {
372
- * "amount": 0,
373
- * "links": [
374
- * {
375
- * "type": "Invoice",
376
- * "id": "x",
377
- * "amount": -750
378
- * },
379
- * {
380
- * "type": "CreditNote",
381
- * "id": "y",
382
- * "amount": 750
383
- * }
384
- * ]
385
- * },
386
- * {
387
- * "amount": 250,
388
- * "links": [
389
- * {
390
- * "type": "Invoice",
391
- * "id": "x",
392
- * "amount": -250
393
- * }
394
- * ]
395
- * }
396
- * ]
397
- * }
398
- * ```
216
+ * ```json title="Payment for invoice"
217
+ * {
218
+ * "totalAmount": 1000,
219
+ * "lines": [
220
+ * {
221
+ * "amount" : 1000,
222
+ * "links" : [
223
+ * {
224
+ * "type" : "Invoice",
225
+ * "id" : "x",
226
+ * "amount" : -1000
227
+ * }
228
+ * ]
229
+ * }
230
+ * ]
231
+ * }
232
+ * ```
233
+ *
234
+ *
235
+ *
236
+ * ```json title="Allocation of credit note"
237
+ * {
238
+ * "totalAmount": 0,
239
+ * "lines": [
240
+ * {
241
+ * "amount" : 0,
242
+ * "links" : [
243
+ * {
244
+ * "type" : "Invoice",
245
+ * "id" : "x",
246
+ * "amount" : -1000
247
+ * },
248
+ * {
249
+ * "type" : "CreditNote",
250
+ * "id" : "y",
251
+ * "amount" : 1000
252
+ * }
253
+ * ]
254
+ * }
255
+ * ]
256
+ * }
257
+ * ```
258
+ *
259
+ *
260
+ *
261
+ * ```json title="Payment of invoice and payment on account"
262
+ * {
263
+ * "totalAmount": 2000,
264
+ * "lines": [
265
+ * {
266
+ * "amount" : 1000,
267
+ * "links" : [
268
+ * {
269
+ * "type" : "Invoice",
270
+ * "id" : "x",
271
+ * "amount" : -1000
272
+ * }
273
+ * ]
274
+ * },
275
+ * {
276
+ * "amount" : 1000,
277
+ * "links" : [
278
+ * {
279
+ * "type" : "PaymentOnAccount",
280
+ * "id" : "y",
281
+ * "amount" : -1000
282
+ * }
283
+ * ]
284
+ * }
285
+ * ]
286
+ * }
287
+ * ```
288
+ *
289
+ *
290
+ *
291
+ * ```json title="Refund of credit note"
292
+ * {
293
+ * "totalAmount": -1000,
294
+ * "lines": [
295
+ * {
296
+ * "amount" : -1000,
297
+ * "links" : [
298
+ * {
299
+ * "type" : "CreditNote",
300
+ * "id" : "y",
301
+ * "amount" : 1000
302
+ * }
303
+ * ]
304
+ * }
305
+ * ]
306
+ * }
307
+ * ```
308
+ *
309
+ *
310
+ *
311
+ * ```json title="Refund on accounts receivable account"
312
+ * {
313
+ * "totalAmount": -1000,
314
+ * "lines": [
315
+ * {
316
+ * "amount" : -1000,
317
+ * "links" : [
318
+ * {
319
+ * "type" : "PaymentOnAccount",
320
+ * "id" : "y",
321
+ * "amount" : 1000
322
+ * }
323
+ * ]
324
+ * }
325
+ * ]
326
+ * }
327
+ * ```
328
+ *
329
+ *
330
+ *
331
+ * ```json title="Linked refund on accounts receivable account"
332
+ * {
333
+ * "id" : "payment-001",
334
+ * "totalAmount": 1000,
335
+ * "lines": [
336
+ * {
337
+ * "amount" : 1000,
338
+ * "links" : [
339
+ * {
340
+ * "type" : "Refund",
341
+ * "id" : "refund-001",
342
+ * "amount" : -1000
343
+ * }
344
+ * ]
345
+ * }
346
+ * ]
347
+ * }
348
+ * {
349
+ * "id" : "refund-001",
350
+ * "totalAmount": -1000,
351
+ * "lines": [
352
+ * {
353
+ * "amount" : -1000,
354
+ * "links" : [
355
+ * {
356
+ * "type" : "Payment",
357
+ * "id" : "payment-001",
358
+ * "amount" : 1000
359
+ * }
360
+ * ]
361
+ * }
362
+ * ]
363
+ * }
364
+ * ```
365
+ *
366
+ *
367
+ *
368
+ * ```json title="Using a credit note and cash to pay an invoice"
369
+ * {
370
+ * "totalAmount": 250,
371
+ * "lines": [
372
+ * {
373
+ * "amount": 0,
374
+ * "links": [
375
+ * {
376
+ * "type": "Invoice",
377
+ * "id": "x",
378
+ * "amount": -750
379
+ * },
380
+ * {
381
+ * "type": "CreditNote",
382
+ * "id": "y",
383
+ * "amount": 750
384
+ * }
385
+ * ]
386
+ * },
387
+ * {
388
+ * "amount": 250,
389
+ * "links": [
390
+ * {
391
+ * "type": "Invoice",
392
+ * "id": "x",
393
+ * "amount": -250
394
+ * }
395
+ * ]
396
+ * }
397
+ * ]
398
+ * }
399
+ * ```
399
400
  *
400
401
  *
401
402
  *
402
403
  * ## Complex examples
403
404
  *
404
- * ```json title="Use two credit notes and 1000 in to "bank" (cash, cheque etc.) to pay invoice"
405
- * {
406
- * "totalAmount": 1000,
407
- * "lines": [
408
- * {
409
- * "amount" : 0,
410
- * "links" : [
411
- * {
412
- * "type" : "Invoice",
413
- * "id" : "x",
414
- * "amount" : -1000
415
- * },
416
- * {
417
- * "type" : "CreditNote",
418
- * "id" : "y",
419
- * "amount" : 1000
420
- * }
421
- * ]
422
- * },
423
- * {
424
- * "amount" : 0,
425
- * "links" : [
426
- * {
427
- * "type" : "Invoice",
428
- * "id" : "x",
429
- * "amount" : -1000
430
- * },
431
- * {
432
- * "type" : "CreditNote",
433
- * "id" : "z",
434
- * "amount" : 1000
435
- * }
436
- * ]
437
- * },
438
- * {
439
- * "amount" : 1000,
440
- * "links" : [
441
- * {
442
- * "type" : "Invoice",
443
- * "id" : "x",
444
- * "amount" : -1000
445
- * }
446
- * ]
447
- * }
448
- * ]
449
- * }
450
- * ```
451
- *
452
- *
453
- *
454
- * ```json title="Pay an invoice with two credit notes and cash, with 1000 left 'on account'"
455
- * {
456
- * "totalAmount": 2000,
457
- * "lines": [
458
- * {
459
- * "amount" : 0,
460
- * "links" : [
461
- * {
462
- * "type" : "Invoice",
463
- * "id" : "x",
464
- * "amount" : -1000
465
- * },
466
- * {
467
- * "type" : "CreditNote",
468
- * "id" : "y",
469
- * "amount" : 1000
470
- * }
471
- * ]
472
- * },
473
- * {
474
- * "amount" : 0,
475
- * "links" : [
476
- * {
477
- * "type" : "Invoice",
478
- * "id" : "x",
479
- * "amount" : -1000
480
- * },
481
- * {
482
- * "type" : "CreditNote",
483
- * "id" : "z",
484
- * "amount" : 1000
485
- * }
486
- * ]
487
- * },
488
- * {
489
- * "amount" : 1000,
490
- * "links" : [
491
- * {
492
- * "type" : "Invoice",
493
- * "id" : "x",
494
- * "amount" : -1000
495
- * }
496
- * ]
497
- * },
498
- * {
499
- * "amount" : 1000,
500
- * "links" : [
501
- * {
502
- * "type" : "PaymentOnAccount",
503
- * "id" : "customer-001",
504
- * "amount" : -1000
505
- * }
506
- * ]
507
- * }
508
- * ]
509
- * }
510
- * ```
511
- *
512
- *
513
- *
514
- * ```json title="Two credit notes pay two invoices with no allocation amount specified"
515
- * {
516
- * "totalAmount": 0,
517
- * "lines": [
518
- * {
519
- * "amount" : 0,
520
- * "links" : [
521
- * {
522
- * "type" : "Invoice",
523
- * "id" : "w",
524
- * "amount" : -1000
525
- * },
526
- * {
527
- * "type" : "Invoice",
528
- * "id" : "x",
529
- * "amount" : -1000
530
- * },
531
- * {
532
- * "type" : "CreditNote",
533
- * "id" : "y",
534
- * "amount" : 1000
535
- * },
536
- * {
537
- * "type" : "CreditNote",
538
- * "id" : "z",
539
- * "amount" : 1000
540
- * }
541
- * ]
542
- * }
543
- * ]
544
- * }
545
- * ```
546
- *
547
- *
548
- *
549
- * ```json title="Two credit notes and cash pay three invoices with no allocation amount specified, and refund cash"
550
- * {
551
- * "totalAmount": 2000,
552
- * "lines": [
553
- * {
554
- * "amount" : 1000,
555
- * "links" : [
556
- * {
557
- * "type" : "Invoice",
558
- * "id" : "w",
559
- * "amount" : -1000
560
- * },
561
- * {
562
- * "type" : "Invoice",
563
- * "id" : "x",
564
- * "amount" : -1000
565
- * },
566
- * {
567
- * "type" : "Invoice",
568
- * "id" : "u",
569
- * "amount" : -1000
570
- * },
571
- * {
572
- * "type" : "CreditNote",
573
- * "id" : "y",
574
- * "amount" : 1000
575
- * },
576
- * {
577
- * "type" : "CreditNote",
578
- * "id" : "z",
579
- * "amount" : 1000
580
- * }
581
- * ]
582
- * },
583
- * {
584
- * "amount" : 1000,
585
- * "links" : [
586
- * {
587
- * "type" : "Refund",
588
- * "id" : "refund-001",
589
- * "amount" : -1000
590
- * }
591
- * ]
592
- * }
593
- * ]
594
- * }
595
- * {
596
- * "id" : "refund-001",
597
- * "totalAmount": -1000,
598
- * "lines": [
599
- * {
600
- * "amount" : -1000,
601
- * "links" : [
602
- * {
603
- * "type" : "Payment",
604
- * "id" : "payment-001",
605
- * "amount" : 1000
606
- * }
607
- * ]
608
- * }
609
- * ]
610
- * }
611
- * ```
405
+ * ```json title="Use two credit notes and 1000 in to "bank" (cash, cheque etc.) to pay invoice"
406
+ * {
407
+ * "totalAmount": 1000,
408
+ * "lines": [
409
+ * {
410
+ * "amount" : 0,
411
+ * "links" : [
412
+ * {
413
+ * "type" : "Invoice",
414
+ * "id" : "x",
415
+ * "amount" : -1000
416
+ * },
417
+ * {
418
+ * "type" : "CreditNote",
419
+ * "id" : "y",
420
+ * "amount" : 1000
421
+ * }
422
+ * ]
423
+ * },
424
+ * {
425
+ * "amount" : 0,
426
+ * "links" : [
427
+ * {
428
+ * "type" : "Invoice",
429
+ * "id" : "x",
430
+ * "amount" : -1000
431
+ * },
432
+ * {
433
+ * "type" : "CreditNote",
434
+ * "id" : "z",
435
+ * "amount" : 1000
436
+ * }
437
+ * ]
438
+ * },
439
+ * {
440
+ * "amount" : 1000,
441
+ * "links" : [
442
+ * {
443
+ * "type" : "Invoice",
444
+ * "id" : "x",
445
+ * "amount" : -1000
446
+ * }
447
+ * ]
448
+ * }
449
+ * ]
450
+ * }
451
+ * ```
452
+ *
453
+ *
454
+ *
455
+ * ```json title="Pay an invoice with two credit notes and cash, with 1000 left 'on account'"
456
+ * {
457
+ * "totalAmount": 2000,
458
+ * "lines": [
459
+ * {
460
+ * "amount" : 0,
461
+ * "links" : [
462
+ * {
463
+ * "type" : "Invoice",
464
+ * "id" : "x",
465
+ * "amount" : -1000
466
+ * },
467
+ * {
468
+ * "type" : "CreditNote",
469
+ * "id" : "y",
470
+ * "amount" : 1000
471
+ * }
472
+ * ]
473
+ * },
474
+ * {
475
+ * "amount" : 0,
476
+ * "links" : [
477
+ * {
478
+ * "type" : "Invoice",
479
+ * "id" : "x",
480
+ * "amount" : -1000
481
+ * },
482
+ * {
483
+ * "type" : "CreditNote",
484
+ * "id" : "z",
485
+ * "amount" : 1000
486
+ * }
487
+ * ]
488
+ * },
489
+ * {
490
+ * "amount" : 1000,
491
+ * "links" : [
492
+ * {
493
+ * "type" : "Invoice",
494
+ * "id" : "x",
495
+ * "amount" : -1000
496
+ * }
497
+ * ]
498
+ * },
499
+ * {
500
+ * "amount" : 1000,
501
+ * "links" : [
502
+ * {
503
+ * "type" : "PaymentOnAccount",
504
+ * "id" : "customer-001",
505
+ * "amount" : -1000
506
+ * }
507
+ * ]
508
+ * }
509
+ * ]
510
+ * }
511
+ * ```
512
+ *
513
+ *
514
+ *
515
+ * ```json title="Two credit notes pay two invoices with no allocation amount specified"
516
+ * {
517
+ * "totalAmount": 0,
518
+ * "lines": [
519
+ * {
520
+ * "amount" : 0,
521
+ * "links" : [
522
+ * {
523
+ * "type" : "Invoice",
524
+ * "id" : "w",
525
+ * "amount" : -1000
526
+ * },
527
+ * {
528
+ * "type" : "Invoice",
529
+ * "id" : "x",
530
+ * "amount" : -1000
531
+ * },
532
+ * {
533
+ * "type" : "CreditNote",
534
+ * "id" : "y",
535
+ * "amount" : 1000
536
+ * },
537
+ * {
538
+ * "type" : "CreditNote",
539
+ * "id" : "z",
540
+ * "amount" : 1000
541
+ * }
542
+ * ]
543
+ * }
544
+ * ]
545
+ * }
546
+ * ```
547
+ *
548
+ *
549
+ *
550
+ * ```json title="Two credit notes and cash pay three invoices with no allocation amount specified, and refund cash"
551
+ * {
552
+ * "totalAmount": 2000,
553
+ * "lines": [
554
+ * {
555
+ * "amount" : 1000,
556
+ * "links" : [
557
+ * {
558
+ * "type" : "Invoice",
559
+ * "id" : "w",
560
+ * "amount" : -1000
561
+ * },
562
+ * {
563
+ * "type" : "Invoice",
564
+ * "id" : "x",
565
+ * "amount" : -1000
566
+ * },
567
+ * {
568
+ * "type" : "Invoice",
569
+ * "id" : "u",
570
+ * "amount" : -1000
571
+ * },
572
+ * {
573
+ * "type" : "CreditNote",
574
+ * "id" : "y",
575
+ * "amount" : 1000
576
+ * },
577
+ * {
578
+ * "type" : "CreditNote",
579
+ * "id" : "z",
580
+ * "amount" : 1000
581
+ * }
582
+ * ]
583
+ * },
584
+ * {
585
+ * "amount" : 1000,
586
+ * "links" : [
587
+ * {
588
+ * "type" : "Refund",
589
+ * "id" : "refund-001",
590
+ * "amount" : -1000
591
+ * }
592
+ * ]
593
+ * }
594
+ * ]
595
+ * }
596
+ * {
597
+ * "id" : "refund-001",
598
+ * "totalAmount": -1000,
599
+ * "lines": [
600
+ * {
601
+ * "amount" : -1000,
602
+ * "links" : [
603
+ * {
604
+ * "type" : "Payment",
605
+ * "id" : "payment-001",
606
+ * "amount" : 1000
607
+ * }
608
+ * ]
609
+ * }
610
+ * ]
611
+ * }
612
+ * ```
612
613
  *
613
614
  *
614
615
  *
615
616
  * In this example, a payment on account is used to pay the same invoice in January and again in February.
616
617
  *
617
- * ```json title="January"
618
- * {
619
- * "id": "001",
620
- * "totalAmount": 5000,
621
- * "date" : "1901-01-01",
622
- * "lines": [
623
- * {
624
- * "amount" : 1000,
625
- * "links" : [
626
- * {
627
- * "type" : "Invoice",
628
- * "id" : "Invoice-x",
629
- * "amount" : -1000
630
- * }
631
- * ]
632
- * },
633
- * {
634
- * "amount" : 4000,
635
- * "links" : [
636
- * {
637
- * "type" : "PaymentOnAccount",
638
- * "id" : "PaymentOnAccount-y",
639
- * "amount" : -4000
640
- * }
641
- * ]
642
- * }
643
- * ]
644
- * }
645
- * ```
646
- *
647
- *
648
- *
649
- * ```json title="February"
650
- * {
651
- * "id": "001",
652
- * "totalAmount": 5000,
653
- * "date" : "1901-02-01",
654
- * "lines": [
655
- * {
656
- * "amount" : 1000,
657
- * "links" : [
658
- * {
659
- * "type" : "Invoice",
660
- * "id" : "Invoice-x",
661
- * "amount" : -1000
662
- * }
663
- * ]
664
- * },
665
- * {
666
- * "amount" : 1000,
667
- * "links" : [
668
- * {
669
- * "type" : "Invoice",
670
- * "id" : "Invoice-y",
671
- * "amount" : -1000
672
- * }
673
- * ]
674
- * },
675
- * {
676
- * "amount" : 3000,
677
- * "links" : [
678
- * {
679
- * "type" : "PaymentOnAccount",
680
- * "id" : "PaymentOnAccount-y",
681
- * "amount" : -3000
682
- * }
683
- * ]
684
- * }
685
- * ]
686
- * }
687
- * ```
688
- *
689
- *
690
- *
691
- * ```json title="Two credit notes and some cash pay two invoices with no allocations specified"
692
- * {
693
- * "totalAmount": 500,
694
- * "lines": [
695
- * {
696
- * "amount": 500,
697
- * "links": [{
698
- * "type": "Invoice",
699
- * "id": "a",
700
- * "amount": -1000
701
- * }, {
702
- * "type": "Invoice",
703
- * "id": "b",
704
- * "amount": -1000
705
- * }, {
706
- * "type": "CreditNote",
707
- * "id": "y",
708
- * "amount": 750
709
- * },{
710
- * "type": "CreditNote",
711
- * "id": "z",
712
- * "amount": 750
713
- * }
714
- * ]
715
- * }
716
- * ]
717
- * }
718
- * ```
618
+ * ```json title="January"
619
+ * {
620
+ * "id": "001",
621
+ * "totalAmount": 5000,
622
+ * "date" : "1901-01-01",
623
+ * "lines": [
624
+ * {
625
+ * "amount" : 1000,
626
+ * "links" : [
627
+ * {
628
+ * "type" : "Invoice",
629
+ * "id" : "Invoice-x",
630
+ * "amount" : -1000
631
+ * }
632
+ * ]
633
+ * },
634
+ * {
635
+ * "amount" : 4000,
636
+ * "links" : [
637
+ * {
638
+ * "type" : "PaymentOnAccount",
639
+ * "id" : "PaymentOnAccount-y",
640
+ * "amount" : -4000
641
+ * }
642
+ * ]
643
+ * }
644
+ * ]
645
+ * }
646
+ * ```
647
+ *
648
+ *
649
+ *
650
+ * ```json title="February"
651
+ * {
652
+ * "id": "001",
653
+ * "totalAmount": 5000,
654
+ * "date" : "1901-02-01",
655
+ * "lines": [
656
+ * {
657
+ * "amount" : 1000,
658
+ * "links" : [
659
+ * {
660
+ * "type" : "Invoice",
661
+ * "id" : "Invoice-x",
662
+ * "amount" : -1000
663
+ * }
664
+ * ]
665
+ * },
666
+ * {
667
+ * "amount" : 1000,
668
+ * "links" : [
669
+ * {
670
+ * "type" : "Invoice",
671
+ * "id" : "Invoice-y",
672
+ * "amount" : -1000
673
+ * }
674
+ * ]
675
+ * },
676
+ * {
677
+ * "amount" : 3000,
678
+ * "links" : [
679
+ * {
680
+ * "type" : "PaymentOnAccount",
681
+ * "id" : "PaymentOnAccount-y",
682
+ * "amount" : -3000
683
+ * }
684
+ * ]
685
+ * }
686
+ * ]
687
+ * }
688
+ * ```
689
+ *
690
+ *
691
+ *
692
+ * ```json title="Two credit notes and some cash pay two invoices with no allocations specified"
693
+ * {
694
+ * "totalAmount": 500,
695
+ * "lines": [
696
+ * {
697
+ * "amount": 500,
698
+ * "links": [{
699
+ * "type": "Invoice",
700
+ * "id": "a",
701
+ * "amount": -1000
702
+ * }, {
703
+ * "type": "Invoice",
704
+ * "id": "b",
705
+ * "amount": -1000
706
+ * }, {
707
+ * "type": "CreditNote",
708
+ * "id": "y",
709
+ * "amount": 750
710
+ * },{
711
+ * "type": "CreditNote",
712
+ * "id": "z",
713
+ * "amount": 750
714
+ * }
715
+ * ]
716
+ * }
717
+ * ]
718
+ * }
719
+ * ```
719
720
  */
720
721
  var AccountingPayment = /** @class */ (function (_super) {
721
722
  __extends(AccountingPayment, _super);
@@ -779,7 +780,8 @@ var AccountingPayment = /** @class */ (function (_super) {
779
780
  __decorate([
780
781
  (0, utils_1.SpeakeasyMetadata)(),
781
782
  (0, class_transformer_1.Expose)({ name: "paymentMethodRef" }),
782
- __metadata("design:type", Object)
783
+ (0, class_transformer_1.Type)(function () { return paymentmethodref_1.PaymentMethodRef; }),
784
+ __metadata("design:type", paymentmethodref_1.PaymentMethodRef)
783
785
  ], AccountingPayment.prototype, "paymentMethodRef", void 0);
784
786
  __decorate([
785
787
  (0, utils_1.SpeakeasyMetadata)(),