@codat/lending 3.2.0 → 3.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (930) hide show
  1. package/README.md +98 -83
  2. package/dist/internal/utils/requestbody.js +1 -1
  3. package/dist/internal/utils/utils.js +1 -1
  4. package/dist/sdk/accountingbankdata.d.ts +2 -2
  5. package/dist/sdk/accountingbankdata.js +3 -3
  6. package/dist/sdk/accountingbankdataaccounts.d.ts +3 -3
  7. package/dist/sdk/accountingbankdataaccounts.js +5 -5
  8. package/dist/sdk/accountspayablebillcreditnotes.d.ts +3 -3
  9. package/dist/sdk/accountspayablebillcreditnotes.js +5 -5
  10. package/dist/sdk/accountspayablebillpayments.d.ts +3 -3
  11. package/dist/sdk/accountspayablebillpayments.js +5 -5
  12. package/dist/sdk/accountspayablebills.d.ts +6 -6
  13. package/dist/sdk/accountspayablebills.js +11 -11
  14. package/dist/sdk/accountspayablesuppliers.d.ts +6 -6
  15. package/dist/sdk/accountspayablesuppliers.js +11 -11
  16. package/dist/sdk/accountsreceivablecreditnotes.d.ts +3 -3
  17. package/dist/sdk/accountsreceivablecreditnotes.js +5 -5
  18. package/dist/sdk/accountsreceivablecustomers.d.ts +6 -6
  19. package/dist/sdk/accountsreceivablecustomers.js +11 -11
  20. package/dist/sdk/accountsreceivabledirectincomes.d.ts +6 -6
  21. package/dist/sdk/accountsreceivabledirectincomes.js +11 -11
  22. package/dist/sdk/accountsreceivableinvoices.d.ts +6 -6
  23. package/dist/sdk/accountsreceivableinvoices.js +13 -13
  24. package/dist/sdk/accountsreceivablepayments.d.ts +3 -3
  25. package/dist/sdk/accountsreceivablepayments.js +5 -5
  26. package/dist/sdk/accountsreceivablereports.js +4 -4
  27. package/dist/sdk/bankingaccountbalances.d.ts +2 -2
  28. package/dist/sdk/bankingaccountbalances.js +3 -3
  29. package/dist/sdk/bankingaccounts.d.ts +3 -3
  30. package/dist/sdk/bankingaccounts.js +5 -5
  31. package/dist/sdk/bankingcategorizedstatement.js +1 -1
  32. package/dist/sdk/bankingtransactioncategories.d.ts +3 -3
  33. package/dist/sdk/bankingtransactioncategories.js +5 -5
  34. package/dist/sdk/bankingtransactions.d.ts +3 -3
  35. package/dist/sdk/bankingtransactions.js +5 -5
  36. package/dist/sdk/companies.js +5 -5
  37. package/dist/sdk/companyinfo.js +2 -2
  38. package/dist/sdk/connections.js +5 -5
  39. package/dist/sdk/dataintegrity.js +3 -3
  40. package/dist/sdk/excelreports.js +3 -3
  41. package/dist/sdk/fileupload.js +3 -3
  42. package/dist/sdk/financialstatementsaccounts.d.ts +3 -3
  43. package/dist/sdk/financialstatementsaccounts.js +5 -5
  44. package/dist/sdk/financialstatementsbalancesheet.js +2 -2
  45. package/dist/sdk/financialstatementscashflow.js +1 -1
  46. package/dist/sdk/financialstatementsprofitandloss.js +2 -2
  47. package/dist/sdk/liabilities.d.ts +25 -1
  48. package/dist/sdk/liabilities.js +172 -9
  49. package/dist/sdk/loanwriteback.d.ts +2 -2
  50. package/dist/sdk/loanwriteback.js +2 -2
  51. package/dist/sdk/loanwritebackaccounts.d.ts +5 -5
  52. package/dist/sdk/loanwritebackaccounts.js +7 -7
  53. package/dist/sdk/loanwritebackbanktransactions.d.ts +5 -5
  54. package/dist/sdk/loanwritebackbanktransactions.js +7 -7
  55. package/dist/sdk/loanwritebackcreateoperations.js +2 -2
  56. package/dist/sdk/loanwritebackdirectcosts.d.ts +5 -5
  57. package/dist/sdk/loanwritebackdirectcosts.js +7 -7
  58. package/dist/sdk/loanwritebackpayments.d.ts +40 -0
  59. package/dist/sdk/{loanwritebackbankaccounts.js → loanwritebackpayments.js} +27 -26
  60. package/dist/sdk/loanwritebacksuppliers.d.ts +5 -5
  61. package/dist/sdk/loanwritebacksuppliers.js +7 -7
  62. package/dist/sdk/loanwritebacktransfers.d.ts +5 -5
  63. package/dist/sdk/loanwritebacktransfers.js +7 -7
  64. package/dist/sdk/managedata.js +1 -1
  65. package/dist/sdk/managedatapulloperations.js +2 -2
  66. package/dist/sdk/managedatarefresh.js +2 -2
  67. package/dist/sdk/models/operations/createaccount.d.ts +19 -2
  68. package/dist/sdk/models/operations/createaccount.js +0 -4
  69. package/dist/sdk/models/operations/createbanktransactions.d.ts +20 -3
  70. package/dist/sdk/models/operations/createbanktransactions.js +0 -4
  71. package/dist/sdk/models/operations/createcompany.d.ts +9 -0
  72. package/dist/sdk/models/operations/createconnection.d.ts +15 -0
  73. package/dist/sdk/models/operations/createdirectcost.d.ts +19 -2
  74. package/dist/sdk/models/operations/createdirectcost.js +0 -4
  75. package/dist/sdk/models/operations/createpayment.d.ts +44 -0
  76. package/dist/sdk/models/operations/{createbankaccount.js → createpayment.js} +23 -27
  77. package/dist/sdk/models/operations/createsupplier.d.ts +19 -2
  78. package/dist/sdk/models/operations/createsupplier.js +0 -4
  79. package/dist/sdk/models/operations/createtransfer.d.ts +19 -2
  80. package/dist/sdk/models/operations/createtransfer.js +0 -4
  81. package/dist/sdk/models/operations/deletecompany.d.ts +12 -0
  82. package/dist/sdk/models/operations/deleteconnection.d.ts +15 -0
  83. package/dist/sdk/models/operations/downloadaccountingbillattachment.d.ts +17 -2
  84. package/dist/sdk/models/operations/downloadaccountingcustomerattachment.d.ts +19 -1
  85. package/dist/sdk/models/operations/downloadaccountingdirectcostattachment.d.ts +17 -2
  86. package/dist/sdk/models/operations/downloadaccountingdirectincomeattachment.d.ts +17 -2
  87. package/dist/sdk/models/operations/downloadaccountinginvoiceattachment.d.ts +17 -2
  88. package/dist/sdk/models/operations/downloadaccountinginvoicepdf.d.ts +13 -1
  89. package/dist/sdk/models/operations/downloadaccountingsupplierattachment.d.ts +17 -2
  90. package/dist/sdk/models/operations/downloadexcelreport.d.ts +12 -0
  91. package/dist/sdk/models/operations/downloadfiles.d.ts +12 -0
  92. package/dist/sdk/models/operations/generateexcelreport.d.ts +12 -0
  93. package/dist/sdk/models/operations/generateloansummary.d.ts +39 -0
  94. package/dist/sdk/models/operations/generateloansummary.js +104 -0
  95. package/dist/sdk/models/operations/generateloantransactions.d.ts +39 -0
  96. package/dist/sdk/models/operations/generateloantransactions.js +104 -0
  97. package/dist/sdk/models/operations/getaccountingaccount.d.ts +13 -1
  98. package/dist/sdk/models/operations/getaccountingaccounttransaction.d.ts +18 -0
  99. package/dist/sdk/models/operations/getaccountingagedcreditorsreport.d.ts +12 -0
  100. package/dist/sdk/models/operations/getaccountingageddebtorsreport.d.ts +12 -0
  101. package/dist/sdk/models/operations/getaccountingbalancesheet.d.ts +15 -0
  102. package/dist/sdk/models/operations/getaccountingbankaccount.d.ts +16 -1
  103. package/dist/sdk/models/operations/getaccountingbill.d.ts +13 -1
  104. package/dist/sdk/models/operations/getaccountingbillattachment.d.ts +17 -2
  105. package/dist/sdk/models/operations/getaccountingbillcreditnote.d.ts +15 -0
  106. package/dist/sdk/models/operations/getaccountingbillpayment.d.ts +15 -0
  107. package/dist/sdk/models/operations/getaccountingcashflowstatement.d.ts +15 -0
  108. package/dist/sdk/models/operations/getaccountingcreditnote.d.ts +15 -0
  109. package/dist/sdk/models/operations/getaccountingcustomer.d.ts +15 -0
  110. package/dist/sdk/models/operations/getaccountingcustomerattachment.d.ts +19 -1
  111. package/dist/sdk/models/operations/getaccountingdirectcost.d.ts +16 -1
  112. package/dist/sdk/models/operations/getaccountingdirectcostattachment.d.ts +17 -2
  113. package/dist/sdk/models/operations/getaccountingdirectincome.d.ts +18 -0
  114. package/dist/sdk/models/operations/getaccountingdirectincomeattachment.d.ts +20 -2
  115. package/dist/sdk/models/operations/getaccountinginvoice.d.ts +13 -1
  116. package/dist/sdk/models/operations/getaccountinginvoiceattachment.d.ts +17 -2
  117. package/dist/sdk/models/operations/getaccountingjournal.d.ts +15 -0
  118. package/dist/sdk/models/operations/getaccountingjournalentry.d.ts +15 -0
  119. package/dist/sdk/models/operations/getaccountingpayment.d.ts +15 -0
  120. package/dist/sdk/models/operations/getaccountingprofile.d.ts +12 -0
  121. package/dist/sdk/models/operations/getaccountingprofitandloss.d.ts +15 -0
  122. package/dist/sdk/models/operations/getaccountingsupplier.d.ts +13 -1
  123. package/dist/sdk/models/operations/getaccountingsupplierattachment.d.ts +17 -2
  124. package/dist/sdk/models/operations/getaccountingtransfer.d.ts +18 -0
  125. package/dist/sdk/models/operations/getbankingaccount.d.ts +16 -1
  126. package/dist/sdk/models/operations/getbankingtransaction.d.ts +15 -0
  127. package/dist/sdk/models/operations/getbankingtransactioncategory.d.ts +15 -0
  128. package/dist/sdk/models/operations/getcategorizedbalancesheetstatement.d.ts +12 -0
  129. package/dist/sdk/models/operations/getcategorizedbankstatement.d.ts +12 -0
  130. package/dist/sdk/models/operations/getcategorizedprofitandlossstatement.d.ts +13 -1
  131. package/dist/sdk/models/operations/getcommercecustomer.d.ts +15 -0
  132. package/dist/sdk/models/operations/getcommercecustomerretentionmetrics.d.ts +15 -0
  133. package/dist/sdk/models/operations/getcommercedispute.d.ts +15 -0
  134. package/dist/sdk/models/operations/getcommercelifetimevaluemetrics.d.ts +15 -0
  135. package/dist/sdk/models/operations/getcommercelocation.d.ts +15 -0
  136. package/dist/sdk/models/operations/getcommerceorder.d.ts +15 -0
  137. package/dist/sdk/models/operations/getcommerceordersreport.d.ts +15 -0
  138. package/dist/sdk/models/operations/getcommercepayment.d.ts +15 -0
  139. package/dist/sdk/models/operations/getcommercepaymentmethod.d.ts +15 -0
  140. package/dist/sdk/models/operations/getcommerceproduct.d.ts +15 -0
  141. package/dist/sdk/models/operations/getcommerceproductcategory.d.ts +15 -0
  142. package/dist/sdk/models/operations/getcommerceprofile.d.ts +15 -0
  143. package/dist/sdk/models/operations/getcommercerefundsreport.d.ts +15 -0
  144. package/dist/sdk/models/operations/getcommercerevenuemetrics.d.ts +15 -0
  145. package/dist/sdk/models/operations/getcommercetransaction.d.ts +15 -0
  146. package/dist/sdk/models/operations/getcompany.d.ts +12 -0
  147. package/dist/sdk/models/operations/getconnection.d.ts +15 -0
  148. package/dist/sdk/models/operations/getcreatebanktransactionsmodel.d.ts +16 -1
  149. package/dist/sdk/models/operations/getcreatechartofaccountsmodel.d.ts +15 -0
  150. package/dist/sdk/models/operations/getcreatedirectcostsmodel.d.ts +15 -0
  151. package/dist/sdk/models/operations/getcreateoperation.d.ts +12 -0
  152. package/dist/sdk/models/operations/getcreatepaymentsmodel.d.ts +35 -0
  153. package/dist/sdk/models/operations/{getcreateupdatebankaccountsmodel.js → getcreatepaymentsmodel.js} +18 -18
  154. package/dist/sdk/models/operations/getcreatetransfersmodel.d.ts +15 -0
  155. package/dist/sdk/models/operations/getcreateupdatesuppliersmodel.d.ts +15 -0
  156. package/dist/sdk/models/operations/getdataintegritystatus.d.ts +12 -0
  157. package/dist/sdk/models/operations/getdataintegritysummaries.d.ts +12 -0
  158. package/dist/sdk/models/operations/getdatastatus.d.ts +12 -0
  159. package/dist/sdk/models/operations/getexcelreportgenerationstatus.d.ts +12 -0
  160. package/dist/sdk/models/operations/getloansummary.d.ts +24 -0
  161. package/dist/sdk/models/operations/getloansummary.js +14 -1
  162. package/dist/sdk/models/operations/getpulloperation.d.ts +13 -1
  163. package/dist/sdk/models/operations/index.d.ts +4 -2
  164. package/dist/sdk/models/operations/index.js +4 -2
  165. package/dist/sdk/models/operations/isagedcreditorsreportavailable.d.ts +12 -0
  166. package/dist/sdk/models/operations/isageddebtorsreportavailable.d.ts +12 -0
  167. package/dist/sdk/models/operations/listaccountingaccounts.d.ts +12 -0
  168. package/dist/sdk/models/operations/listaccountingaccounttransactions.d.ts +15 -0
  169. package/dist/sdk/models/operations/listaccountingbankaccounts.d.ts +15 -0
  170. package/dist/sdk/models/operations/listaccountingbankaccounttransactions.d.ts +16 -1
  171. package/dist/sdk/models/operations/listaccountingbillattachments.d.ts +16 -1
  172. package/dist/sdk/models/operations/listaccountingbillcreditnotes.d.ts +12 -0
  173. package/dist/sdk/models/operations/listaccountingbillpayments.d.ts +12 -0
  174. package/dist/sdk/models/operations/listaccountingbills.d.ts +12 -0
  175. package/dist/sdk/models/operations/listaccountingcreditnotes.d.ts +12 -0
  176. package/dist/sdk/models/operations/listaccountingcustomerattachments.d.ts +18 -0
  177. package/dist/sdk/models/operations/listaccountingcustomers.d.ts +12 -0
  178. package/dist/sdk/models/operations/listaccountingdirectcostattachments.d.ts +16 -1
  179. package/dist/sdk/models/operations/listaccountingdirectcosts.d.ts +15 -0
  180. package/dist/sdk/models/operations/listaccountingdirectincomeattachments.d.ts +16 -1
  181. package/dist/sdk/models/operations/listaccountingdirectincomes.d.ts +15 -0
  182. package/dist/sdk/models/operations/listaccountinginvoiceattachments.d.ts +16 -1
  183. package/dist/sdk/models/operations/listaccountinginvoices.d.ts +12 -0
  184. package/dist/sdk/models/operations/listaccountingjournalentries.d.ts +12 -0
  185. package/dist/sdk/models/operations/listaccountingjournals.d.ts +12 -0
  186. package/dist/sdk/models/operations/listaccountingpayments.d.ts +12 -0
  187. package/dist/sdk/models/operations/listaccountingsupplierattachments.d.ts +16 -1
  188. package/dist/sdk/models/operations/listaccountingsuppliers.d.ts +12 -0
  189. package/dist/sdk/models/operations/listaccountingtransfers.d.ts +15 -0
  190. package/dist/sdk/models/operations/listbankingaccountbalances.d.ts +15 -0
  191. package/dist/sdk/models/operations/listbankingaccounts.d.ts +15 -0
  192. package/dist/sdk/models/operations/listbankingtransactioncategories.d.ts +15 -0
  193. package/dist/sdk/models/operations/listbankingtransactions.d.ts +15 -0
  194. package/dist/sdk/models/operations/listcommercecustomers.d.ts +15 -0
  195. package/dist/sdk/models/operations/listcommercedisputes.d.ts +15 -0
  196. package/dist/sdk/models/operations/listcommercelocations.d.ts +15 -0
  197. package/dist/sdk/models/operations/listcommerceorders.d.ts +15 -0
  198. package/dist/sdk/models/operations/listcommercepaymentmethods.d.ts +15 -0
  199. package/dist/sdk/models/operations/listcommercepayments.d.ts +15 -0
  200. package/dist/sdk/models/operations/listcommerceproductcategories.d.ts +15 -0
  201. package/dist/sdk/models/operations/listcommerceproducts.d.ts +15 -0
  202. package/dist/sdk/models/operations/listcommercetransactions.d.ts +15 -0
  203. package/dist/sdk/models/operations/listcompanies.d.ts +9 -0
  204. package/dist/sdk/models/operations/listconnections.d.ts +12 -0
  205. package/dist/sdk/models/operations/listcreateoperations.d.ts +12 -0
  206. package/dist/sdk/models/operations/listdataintegritydetails.d.ts +12 -0
  207. package/dist/sdk/models/operations/listfiles.d.ts +12 -0
  208. package/dist/sdk/models/operations/listloantransactions.d.ts +14 -2
  209. package/dist/sdk/models/operations/listloantransactions.js +1 -1
  210. package/dist/sdk/models/operations/listpulloperations.d.ts +12 -0
  211. package/dist/sdk/models/operations/listreconciledinvoices.d.ts +12 -0
  212. package/dist/sdk/models/operations/refreshalldatatypes.d.ts +12 -0
  213. package/dist/sdk/models/operations/refreshdatatype.d.ts +12 -0
  214. package/dist/sdk/models/operations/unlinkconnection.d.ts +15 -0
  215. package/dist/sdk/models/operations/updatecompany.d.ts +12 -0
  216. package/dist/sdk/models/operations/uploadfiles.d.ts +15 -0
  217. package/dist/sdk/models/shared/accountingaccount.d.ts +11 -2
  218. package/dist/sdk/models/shared/accountingaccount.js +8 -1
  219. package/dist/sdk/models/shared/accountingaccounts.d.ts +9 -0
  220. package/dist/sdk/models/shared/accountingaccounttransaction.d.ts +2 -2
  221. package/dist/sdk/models/shared/accountingaccounttransaction.js +2 -2
  222. package/dist/sdk/models/shared/accountingaccounttransactions.d.ts +9 -0
  223. package/dist/sdk/models/shared/accountingagedcreditorreport.d.ts +1 -1
  224. package/dist/sdk/models/shared/accountingagedcreditorreport.js +1 -1
  225. package/dist/sdk/models/shared/accountingageddebtorreport.d.ts +1 -1
  226. package/dist/sdk/models/shared/accountingageddebtorreport.js +1 -1
  227. package/dist/sdk/models/shared/accountingattachment.d.ts +1 -1
  228. package/dist/sdk/models/shared/accountingattachment.js +1 -1
  229. package/dist/sdk/models/shared/accountingbankaccount.d.ts +10 -1
  230. package/dist/sdk/models/shared/accountingbankaccount.js +8 -1
  231. package/dist/sdk/models/shared/accountingbankaccounts.d.ts +9 -0
  232. package/dist/sdk/models/shared/accountingbanktransaction.d.ts +20 -2
  233. package/dist/sdk/models/shared/accountingbanktransaction.js +1 -1
  234. package/dist/sdk/models/shared/accountingbanktransactions.d.ts +9 -0
  235. package/dist/sdk/models/shared/accountingbill.d.ts +8 -2
  236. package/dist/sdk/models/shared/accountingbill.js +2 -2
  237. package/dist/sdk/models/shared/accountingbillcreditnote.d.ts +3 -3
  238. package/dist/sdk/models/shared/accountingbillcreditnote.js +3 -3
  239. package/dist/sdk/models/shared/accountingbillcreditnotes.d.ts +9 -0
  240. package/dist/sdk/models/shared/accountingbillpayment.d.ts +6 -5
  241. package/dist/sdk/models/shared/accountingbillpayment.js +7 -5
  242. package/dist/sdk/models/shared/accountingbillpayments.d.ts +9 -0
  243. package/dist/sdk/models/shared/accountingbills.d.ts +9 -0
  244. package/dist/sdk/models/shared/accountingcompanyinfo.d.ts +9 -0
  245. package/dist/sdk/models/shared/accountingcompanyinfo.js +7 -0
  246. package/dist/sdk/models/shared/accountingcreateaccountresponse.d.ts +12 -1
  247. package/dist/sdk/models/shared/accountingcreatebanktransactions.d.ts +3 -0
  248. package/dist/sdk/models/shared/accountingcreatebanktransactionsresponse.d.ts +11 -0
  249. package/dist/sdk/models/shared/accountingcreatedirectcostresponse.d.ts +12 -1
  250. package/dist/sdk/models/shared/accountingcreatepaymentresponse.d.ts +785 -0
  251. package/dist/sdk/models/shared/{accountingcreatebankaccountresponse.js → accountingcreatepaymentresponse.js} +23 -23
  252. package/dist/sdk/models/shared/accountingcreatesupplierresponse.d.ts +12 -1
  253. package/dist/sdk/models/shared/accountingcreatetransferresponse.d.ts +12 -1
  254. package/dist/sdk/models/shared/accountingcreditnote.d.ts +10 -1
  255. package/dist/sdk/models/shared/accountingcreditnote.js +1 -1
  256. package/dist/sdk/models/shared/accountingcreditnotes.d.ts +9 -0
  257. package/dist/sdk/models/shared/accountingcustomer.d.ts +1 -1
  258. package/dist/sdk/models/shared/accountingcustomer.js +1 -1
  259. package/dist/sdk/models/shared/accountingcustomers.d.ts +9 -0
  260. package/dist/sdk/models/shared/accountingdirectcost.d.ts +1 -1
  261. package/dist/sdk/models/shared/accountingdirectcost.js +1 -1
  262. package/dist/sdk/models/shared/accountingdirectcosts.d.ts +9 -0
  263. package/dist/sdk/models/shared/accountingdirectincome.d.ts +4 -1
  264. package/dist/sdk/models/shared/accountingdirectincome.js +1 -1
  265. package/dist/sdk/models/shared/accountingdirectincomes.d.ts +9 -0
  266. package/dist/sdk/models/shared/accountinginvoice.d.ts +18 -5
  267. package/dist/sdk/models/shared/accountinginvoice.js +5 -4
  268. package/dist/sdk/models/shared/accountinginvoices.d.ts +9 -0
  269. package/dist/sdk/models/shared/accountingjournal.d.ts +2 -2
  270. package/dist/sdk/models/shared/accountingjournal.js +2 -2
  271. package/dist/sdk/models/shared/accountingjournalentries.d.ts +9 -0
  272. package/dist/sdk/models/shared/accountingjournalentry.d.ts +2 -2
  273. package/dist/sdk/models/shared/accountingjournalentry.js +2 -2
  274. package/dist/sdk/models/shared/accountingjournals.d.ts +9 -0
  275. package/dist/sdk/models/shared/accountingpayment.d.ts +8 -4
  276. package/dist/sdk/models/shared/accountingpayment.js +6 -4
  277. package/dist/sdk/models/shared/accountingpayments.d.ts +9 -0
  278. package/dist/sdk/models/shared/accountingsupplier.d.ts +1 -1
  279. package/dist/sdk/models/shared/accountingsupplier.js +1 -1
  280. package/dist/sdk/models/shared/accountingsuppliers.d.ts +9 -0
  281. package/dist/sdk/models/shared/accountingtransfer.d.ts +15 -2
  282. package/dist/sdk/models/shared/accountingtransfer.js +2 -1
  283. package/dist/sdk/models/shared/accountingtransfers.d.ts +9 -0
  284. package/dist/sdk/models/shared/accountspayabletracking.d.ts +6 -0
  285. package/dist/sdk/models/shared/accountsreceivabletracking.d.ts +6 -0
  286. package/dist/sdk/models/shared/bankingaccountbalance.d.ts +1 -1
  287. package/dist/sdk/models/shared/bankingaccountbalance.js +1 -1
  288. package/dist/sdk/models/shared/bankingaccountbalances.d.ts +9 -0
  289. package/dist/sdk/models/shared/bankingaccounts.d.ts +9 -0
  290. package/dist/sdk/models/shared/bankingtransactioncategories.d.ts +9 -0
  291. package/dist/sdk/models/shared/bankingtransactioncategory.d.ts +3 -0
  292. package/dist/sdk/models/shared/bankingtransactionref.d.ts +18 -0
  293. package/dist/sdk/models/shared/bankingtransactions.d.ts +9 -0
  294. package/dist/sdk/models/shared/banktransactiontype.d.ts +1 -1
  295. package/dist/sdk/models/shared/banktransactiontype.js +1 -1
  296. package/dist/sdk/models/shared/billedtotype.d.ts +3 -0
  297. package/dist/sdk/models/shared/billedtotype.js +3 -0
  298. package/dist/sdk/models/shared/billedtotype1.d.ts +3 -0
  299. package/dist/sdk/models/shared/billedtotype1.js +3 -0
  300. package/dist/sdk/models/shared/billlineitem.d.ts +37 -0
  301. package/dist/sdk/models/shared/billlineitem.js +45 -1
  302. package/dist/sdk/models/shared/commercecustomers.d.ts +9 -0
  303. package/dist/sdk/models/shared/commercedisputes.d.ts +9 -0
  304. package/dist/sdk/models/shared/commercelocations.d.ts +9 -0
  305. package/dist/sdk/models/shared/commerceorder.d.ts +6 -15
  306. package/dist/sdk/models/shared/commerceorder.js +4 -23
  307. package/dist/sdk/models/shared/commerceorders.d.ts +9 -0
  308. package/dist/sdk/models/shared/commercepayment.d.ts +14 -1
  309. package/dist/sdk/models/shared/commercepayment.js +10 -1
  310. package/dist/sdk/models/shared/commercepaymentmethod.d.ts +10 -3
  311. package/dist/sdk/models/shared/commercepaymentmethod.js +10 -2
  312. package/dist/sdk/models/shared/commercepaymentmethods.d.ts +9 -0
  313. package/dist/sdk/models/shared/commercepayments.d.ts +9 -0
  314. package/dist/sdk/models/shared/commerceproduct.d.ts +11 -2
  315. package/dist/sdk/models/shared/commerceproduct.js +7 -0
  316. package/dist/sdk/models/shared/commerceproductcategories.d.ts +9 -0
  317. package/dist/sdk/models/shared/commerceproducts.d.ts +9 -0
  318. package/dist/sdk/models/shared/commercereportcomponent.d.ts +12 -0
  319. package/dist/sdk/models/shared/commercereportdimension.d.ts +12 -0
  320. package/dist/sdk/models/shared/commercereporterror.d.ts +9 -0
  321. package/dist/sdk/models/shared/commercereportmeasure.d.ts +12 -0
  322. package/dist/sdk/models/shared/commercetransaction.d.ts +9 -0
  323. package/dist/sdk/models/shared/commercetransaction.js +7 -0
  324. package/dist/sdk/models/shared/commercetransactions.d.ts +9 -0
  325. package/dist/sdk/models/shared/companies.d.ts +9 -0
  326. package/dist/sdk/models/shared/company.d.ts +5 -0
  327. package/dist/sdk/models/shared/connection.d.ts +6 -0
  328. package/dist/sdk/models/shared/connections.d.ts +9 -0
  329. package/dist/sdk/models/shared/contactref.d.ts +8 -1
  330. package/dist/sdk/models/shared/contactref.js +1 -0
  331. package/dist/sdk/models/shared/createbankaccounttransaction.d.ts +12 -0
  332. package/dist/sdk/models/shared/creditnotelineitem.d.ts +3 -0
  333. package/dist/sdk/models/shared/creditnotestatus.d.ts +3 -0
  334. package/dist/sdk/models/shared/creditnotestatus.js +3 -0
  335. package/dist/sdk/models/shared/dataconnectionerror.d.ts +9 -0
  336. package/dist/sdk/models/shared/dataintegritydetails.d.ts +9 -0
  337. package/dist/sdk/models/shared/datastatus.d.ts +60 -1
  338. package/dist/sdk/models/shared/datastatus.js +49 -1
  339. package/dist/sdk/models/shared/enhancedcashflowtransaction.d.ts +11 -0
  340. package/dist/sdk/models/shared/enhancedcashflowtransactions.d.ts +1 -1
  341. package/dist/sdk/models/shared/enhancedinvoicereportitem.d.ts +10 -1
  342. package/dist/sdk/models/shared/enhancedinvoicesreport.d.ts +1 -1
  343. package/dist/sdk/models/shared/errormessage.d.ts +18 -0
  344. package/dist/sdk/models/shared/file.d.ts +9 -0
  345. package/dist/sdk/models/shared/halref.d.ts +3 -0
  346. package/dist/sdk/models/shared/index.d.ts +2 -2
  347. package/dist/sdk/models/shared/index.js +2 -2
  348. package/dist/sdk/models/shared/invoicelineitem.d.ts +3 -0
  349. package/dist/sdk/models/shared/items.d.ts +6 -0
  350. package/dist/sdk/models/shared/lendingcustomerref.d.ts +2 -2
  351. package/dist/sdk/models/shared/loansummaryreportitem.d.ts +4 -0
  352. package/dist/sdk/models/shared/loansummaryreportitem.js +5 -0
  353. package/dist/sdk/models/shared/orderdiscountallocation.d.ts +1 -1
  354. package/dist/sdk/models/shared/orderlineitem.d.ts +5 -5
  355. package/dist/sdk/models/shared/payment.d.ts +7 -1
  356. package/dist/sdk/models/shared/paymentmethodref.d.ts +14 -0
  357. package/dist/sdk/models/shared/paymentmethodref.js +53 -0
  358. package/dist/sdk/models/shared/productinventory.d.ts +3 -0
  359. package/dist/sdk/models/shared/productinventorylocation.d.ts +3 -0
  360. package/dist/sdk/models/shared/productprice.d.ts +3 -0
  361. package/dist/sdk/models/shared/productref.d.ts +1 -1
  362. package/dist/sdk/models/shared/productvariant.d.ts +3 -0
  363. package/dist/sdk/models/shared/productvariantref.d.ts +1 -1
  364. package/dist/sdk/models/shared/productvariantstatus.d.ts +3 -0
  365. package/dist/sdk/models/shared/productvariantstatus.js +3 -0
  366. package/dist/sdk/models/shared/projectref.d.ts +6 -0
  367. package/dist/sdk/models/shared/pulloperation.d.ts +57 -1
  368. package/dist/sdk/models/shared/pulloperation.js +14 -0
  369. package/dist/sdk/models/shared/pulloperations.d.ts +9 -0
  370. package/dist/sdk/models/shared/pushchangetype.d.ts +3 -0
  371. package/dist/sdk/models/shared/pushchangetype.js +3 -0
  372. package/dist/sdk/models/shared/pushfieldvalidation.d.ts +9 -0
  373. package/dist/sdk/models/shared/pushoperation.d.ts +11 -0
  374. package/dist/sdk/models/shared/pushoperationchange.d.ts +6 -0
  375. package/dist/sdk/models/shared/pushoperationref.d.ts +3 -0
  376. package/dist/sdk/models/shared/pushoperations.d.ts +9 -0
  377. package/dist/sdk/models/shared/pushoption.d.ts +12 -0
  378. package/dist/sdk/models/shared/pushoptionchoice.d.ts +12 -0
  379. package/dist/sdk/models/shared/pushoptionproperty.d.ts +12 -0
  380. package/dist/sdk/models/shared/pushoptiontype.d.ts +3 -0
  381. package/dist/sdk/models/shared/pushoptiontype.js +3 -0
  382. package/dist/sdk/models/shared/reportcomponentmeasure.d.ts +9 -0
  383. package/dist/sdk/models/shared/reportinfo.d.ts +3 -3
  384. package/dist/sdk/models/shared/reportinfo.js +1 -1
  385. package/dist/sdk/models/shared/reportitems.d.ts +10 -0
  386. package/dist/sdk/models/shared/reportitems.js +8 -0
  387. package/dist/sdk/models/shared/servicecharge.d.ts +1 -1
  388. package/dist/sdk/models/shared/trackingcategoryref.d.ts +6 -0
  389. package/dist/sdk/models/shared/transactioncategorystatus.d.ts +3 -0
  390. package/dist/sdk/models/shared/transactioncategorystatus.js +3 -0
  391. package/dist/sdk/models/shared/transactionsourceref.d.ts +3 -0
  392. package/dist/sdk/models/shared/transactionsourcetype.d.ts +3 -0
  393. package/dist/sdk/models/shared/transactionsourcetype.js +3 -0
  394. package/dist/sdk/models/shared/transferaccount.d.ts +3 -0
  395. package/dist/sdk/models/shared/transferaccount.js +3 -0
  396. package/dist/sdk/models/shared/validationitem.d.ts +9 -0
  397. package/dist/sdk/models/webhooks/accountcategoriesupdated.d.ts +9 -0
  398. package/dist/sdk/models/webhooks/clientratelimitreached.d.ts +9 -0
  399. package/dist/sdk/models/webhooks/clientratelimitreset.d.ts +9 -0
  400. package/dist/sdk/salescustomers.d.ts +3 -3
  401. package/dist/sdk/salescustomers.js +5 -5
  402. package/dist/sdk/salesdisputes.d.ts +3 -3
  403. package/dist/sdk/salesdisputes.js +5 -5
  404. package/dist/sdk/saleslocations.d.ts +3 -3
  405. package/dist/sdk/saleslocations.js +5 -5
  406. package/dist/sdk/salesmetrics.js +3 -3
  407. package/dist/sdk/salesorders.d.ts +3 -3
  408. package/dist/sdk/salesorders.js +5 -5
  409. package/dist/sdk/salespaymentmethods.d.ts +3 -3
  410. package/dist/sdk/salespaymentmethods.js +5 -5
  411. package/dist/sdk/salespayments.d.ts +3 -3
  412. package/dist/sdk/salespayments.js +5 -5
  413. package/dist/sdk/salesproductcategories.d.ts +3 -3
  414. package/dist/sdk/salesproductcategories.js +5 -5
  415. package/dist/sdk/salesproducts.d.ts +3 -3
  416. package/dist/sdk/salesproducts.js +5 -5
  417. package/dist/sdk/salesreports.js +2 -2
  418. package/dist/sdk/salestransactions.d.ts +3 -3
  419. package/dist/sdk/salestransactions.js +5 -5
  420. package/dist/sdk/sdk.d.ts +1 -0
  421. package/dist/sdk/sdk.js +3 -2
  422. package/dist/sdk/transactionsaccounttransactions.d.ts +3 -3
  423. package/dist/sdk/transactionsaccounttransactions.js +5 -5
  424. package/dist/sdk/transactionsdirectcosts.d.ts +6 -6
  425. package/dist/sdk/transactionsdirectcosts.js +11 -11
  426. package/dist/sdk/transactionsjournalentries.d.ts +3 -3
  427. package/dist/sdk/transactionsjournalentries.js +5 -5
  428. package/dist/sdk/transactionsjournals.d.ts +3 -3
  429. package/dist/sdk/transactionsjournals.js +5 -5
  430. package/dist/sdk/transactionstransfers.d.ts +3 -3
  431. package/dist/sdk/transactionstransfers.js +5 -5
  432. package/docs/models/operations/createaccountrequest.md +7 -8
  433. package/docs/models/operations/createaccountresponse.md +3 -3
  434. package/docs/models/operations/createbanktransactionsrequest.md +8 -9
  435. package/docs/models/operations/createbanktransactionsresponse.md +3 -3
  436. package/docs/models/operations/createcompanyresponse.md +3 -3
  437. package/docs/models/operations/createconnectionrequest.md +1 -1
  438. package/docs/models/operations/createconnectionrequestbody.md +3 -3
  439. package/docs/models/operations/createconnectionresponse.md +3 -3
  440. package/docs/models/operations/createdirectcostrequest.md +7 -8
  441. package/docs/models/operations/createdirectcostresponse.md +3 -3
  442. package/docs/models/operations/createpaymentrequest.md +12 -0
  443. package/docs/models/operations/createpaymentresponse.md +12 -0
  444. package/docs/models/operations/createsupplierrequest.md +7 -8
  445. package/docs/models/operations/createsupplierresponse.md +3 -3
  446. package/docs/models/operations/createtransferrequest.md +7 -8
  447. package/docs/models/operations/createtransferresponse.md +3 -3
  448. package/docs/models/operations/deletecompanyrequest.md +1 -1
  449. package/docs/models/operations/deletecompanyresponse.md +3 -3
  450. package/docs/models/operations/deleteconnectionrequest.md +2 -2
  451. package/docs/models/operations/deleteconnectionresponse.md +3 -3
  452. package/docs/models/operations/downloadaccountingbillattachmentrequest.md +4 -4
  453. package/docs/models/operations/downloadaccountingbillattachmentresponse.md +3 -3
  454. package/docs/models/operations/downloadaccountingcustomerattachmentrequest.md +4 -4
  455. package/docs/models/operations/downloadaccountingcustomerattachmentresponse.md +3 -3
  456. package/docs/models/operations/downloadaccountingdirectcostattachmentrequest.md +4 -4
  457. package/docs/models/operations/downloadaccountingdirectcostattachmentresponse.md +3 -3
  458. package/docs/models/operations/downloadaccountingdirectincomeattachmentrequest.md +6 -6
  459. package/docs/models/operations/downloadaccountingdirectincomeattachmentresponse.md +3 -3
  460. package/docs/models/operations/downloadaccountinginvoiceattachmentrequest.md +4 -4
  461. package/docs/models/operations/downloadaccountinginvoiceattachmentresponse.md +3 -3
  462. package/docs/models/operations/downloadaccountinginvoicepdfrequest.md +2 -2
  463. package/docs/models/operations/downloadaccountinginvoicepdfresponse.md +6 -6
  464. package/docs/models/operations/downloadaccountingsupplierattachmentrequest.md +4 -4
  465. package/docs/models/operations/downloadaccountingsupplierattachmentresponse.md +3 -3
  466. package/docs/models/operations/downloadexcelreportrequest.md +1 -1
  467. package/docs/models/operations/downloadexcelreportresponse.md +3 -3
  468. package/docs/models/operations/downloadfilesrequest.md +1 -1
  469. package/docs/models/operations/downloadfilesresponse.md +3 -3
  470. package/docs/models/operations/generateexcelreportrequest.md +1 -1
  471. package/docs/models/operations/generateexcelreportresponse.md +3 -3
  472. package/docs/models/operations/generateloansummaryrequest.md +9 -0
  473. package/docs/models/operations/generateloansummaryresponse.md +11 -0
  474. package/docs/models/operations/generateloansummarysourcetype.md +12 -0
  475. package/docs/models/operations/generateloantransactionsrequest.md +9 -0
  476. package/docs/models/operations/generateloantransactionsresponse.md +11 -0
  477. package/docs/models/operations/generateloantransactionssourcetype.md +12 -0
  478. package/docs/models/operations/getaccountingaccountrequest.md +2 -2
  479. package/docs/models/operations/getaccountingaccountresponse.md +3 -3
  480. package/docs/models/operations/getaccountingaccounttransactionrequest.md +5 -5
  481. package/docs/models/operations/getaccountingaccounttransactionresponse.md +3 -3
  482. package/docs/models/operations/getaccountingagedcreditorsreportrequest.md +1 -1
  483. package/docs/models/operations/getaccountingagedcreditorsreportresponse.md +3 -3
  484. package/docs/models/operations/getaccountingageddebtorsreportrequest.md +1 -1
  485. package/docs/models/operations/getaccountingageddebtorsreportresponse.md +3 -3
  486. package/docs/models/operations/getaccountingbalancesheetrequest.md +2 -2
  487. package/docs/models/operations/getaccountingbalancesheetresponse.md +3 -3
  488. package/docs/models/operations/getaccountingbankaccountrequest.md +3 -3
  489. package/docs/models/operations/getaccountingbankaccountresponse.md +3 -3
  490. package/docs/models/operations/getaccountingbillattachmentrequest.md +4 -4
  491. package/docs/models/operations/getaccountingbillattachmentresponse.md +3 -3
  492. package/docs/models/operations/getaccountingbillcreditnoterequest.md +4 -4
  493. package/docs/models/operations/getaccountingbillcreditnoteresponse.md +3 -3
  494. package/docs/models/operations/getaccountingbillpaymentrequest.md +4 -4
  495. package/docs/models/operations/getaccountingbillpaymentresponse.md +3 -3
  496. package/docs/models/operations/getaccountingbillrequest.md +2 -2
  497. package/docs/models/operations/getaccountingbillresponse.md +3 -3
  498. package/docs/models/operations/getaccountingcashflowstatementrequest.md +2 -2
  499. package/docs/models/operations/getaccountingcashflowstatementresponse.md +3 -3
  500. package/docs/models/operations/getaccountingcreditnoterequest.md +2 -2
  501. package/docs/models/operations/getaccountingcreditnoteresponse.md +3 -3
  502. package/docs/models/operations/getaccountingcustomerattachmentrequest.md +4 -4
  503. package/docs/models/operations/getaccountingcustomerattachmentresponse.md +3 -3
  504. package/docs/models/operations/getaccountingcustomerrequest.md +2 -2
  505. package/docs/models/operations/getaccountingcustomerresponse.md +3 -3
  506. package/docs/models/operations/getaccountingdirectcostattachmentrequest.md +4 -4
  507. package/docs/models/operations/getaccountingdirectcostattachmentresponse.md +3 -3
  508. package/docs/models/operations/getaccountingdirectcostrequest.md +3 -3
  509. package/docs/models/operations/getaccountingdirectcostresponse.md +3 -3
  510. package/docs/models/operations/getaccountingdirectincomeattachmentrequest.md +7 -7
  511. package/docs/models/operations/getaccountingdirectincomeattachmentresponse.md +3 -3
  512. package/docs/models/operations/getaccountingdirectincomerequest.md +5 -5
  513. package/docs/models/operations/getaccountingdirectincomeresponse.md +3 -3
  514. package/docs/models/operations/getaccountinginvoiceattachmentrequest.md +4 -4
  515. package/docs/models/operations/getaccountinginvoiceattachmentresponse.md +3 -3
  516. package/docs/models/operations/getaccountinginvoicerequest.md +2 -2
  517. package/docs/models/operations/getaccountinginvoiceresponse.md +3 -3
  518. package/docs/models/operations/getaccountingjournalentryrequest.md +4 -4
  519. package/docs/models/operations/getaccountingjournalentryresponse.md +3 -3
  520. package/docs/models/operations/getaccountingjournalrequest.md +2 -2
  521. package/docs/models/operations/getaccountingjournalresponse.md +3 -3
  522. package/docs/models/operations/getaccountingpaymentrequest.md +2 -2
  523. package/docs/models/operations/getaccountingpaymentresponse.md +3 -3
  524. package/docs/models/operations/getaccountingprofilerequest.md +1 -1
  525. package/docs/models/operations/getaccountingprofileresponse.md +3 -3
  526. package/docs/models/operations/getaccountingprofitandlossrequest.md +2 -2
  527. package/docs/models/operations/getaccountingprofitandlossresponse.md +3 -3
  528. package/docs/models/operations/getaccountingsupplierattachmentrequest.md +4 -4
  529. package/docs/models/operations/getaccountingsupplierattachmentresponse.md +3 -3
  530. package/docs/models/operations/getaccountingsupplierrequest.md +2 -2
  531. package/docs/models/operations/getaccountingsupplierresponse.md +3 -3
  532. package/docs/models/operations/getaccountingtransferrequest.md +3 -3
  533. package/docs/models/operations/getaccountingtransferresponse.md +3 -3
  534. package/docs/models/operations/getbankingaccountrequest.md +3 -3
  535. package/docs/models/operations/getbankingaccountresponse.md +3 -3
  536. package/docs/models/operations/getbankingtransactioncategoryrequest.md +2 -2
  537. package/docs/models/operations/getbankingtransactioncategoryresponse.md +3 -3
  538. package/docs/models/operations/getbankingtransactionrequest.md +2 -2
  539. package/docs/models/operations/getbankingtransactionresponse.md +3 -3
  540. package/docs/models/operations/getcategorizedbalancesheetstatementrequest.md +1 -1
  541. package/docs/models/operations/getcategorizedbalancesheetstatementresponse.md +3 -3
  542. package/docs/models/operations/getcategorizedbankstatementrequest.md +1 -1
  543. package/docs/models/operations/getcategorizedbankstatementresponse.md +3 -3
  544. package/docs/models/operations/getcategorizedprofitandlossstatementrequest.md +2 -2
  545. package/docs/models/operations/getcategorizedprofitandlossstatementresponse.md +3 -3
  546. package/docs/models/operations/getcommercecustomerrequest.md +2 -2
  547. package/docs/models/operations/getcommercecustomerresponse.md +3 -3
  548. package/docs/models/operations/getcommercecustomerretentionmetricsrequest.md +2 -2
  549. package/docs/models/operations/getcommercecustomerretentionmetricsresponse.md +3 -3
  550. package/docs/models/operations/getcommercedisputerequest.md +2 -2
  551. package/docs/models/operations/getcommercedisputeresponse.md +3 -3
  552. package/docs/models/operations/getcommercelifetimevaluemetricsrequest.md +2 -2
  553. package/docs/models/operations/getcommercelifetimevaluemetricsresponse.md +3 -3
  554. package/docs/models/operations/getcommercelocationrequest.md +2 -2
  555. package/docs/models/operations/getcommercelocationresponse.md +3 -3
  556. package/docs/models/operations/getcommerceorderrequest.md +2 -2
  557. package/docs/models/operations/getcommerceorderresponse.md +3 -3
  558. package/docs/models/operations/getcommerceordersreportrequest.md +2 -2
  559. package/docs/models/operations/getcommerceordersreportresponse.md +3 -3
  560. package/docs/models/operations/getcommercepaymentmethodrequest.md +2 -2
  561. package/docs/models/operations/getcommercepaymentmethodresponse.md +3 -3
  562. package/docs/models/operations/getcommercepaymentrequest.md +2 -2
  563. package/docs/models/operations/getcommercepaymentresponse.md +3 -3
  564. package/docs/models/operations/getcommerceproductcategoryrequest.md +2 -2
  565. package/docs/models/operations/getcommerceproductcategoryresponse.md +3 -3
  566. package/docs/models/operations/getcommerceproductrequest.md +2 -2
  567. package/docs/models/operations/getcommerceproductresponse.md +3 -3
  568. package/docs/models/operations/getcommerceprofilerequest.md +2 -2
  569. package/docs/models/operations/getcommerceprofileresponse.md +3 -3
  570. package/docs/models/operations/getcommercerefundsreportrequest.md +2 -2
  571. package/docs/models/operations/getcommercerefundsreportresponse.md +3 -3
  572. package/docs/models/operations/getcommercerevenuemetricsrequest.md +2 -2
  573. package/docs/models/operations/getcommercerevenuemetricsresponse.md +3 -3
  574. package/docs/models/operations/getcommercetransactionrequest.md +2 -2
  575. package/docs/models/operations/getcommercetransactionresponse.md +3 -3
  576. package/docs/models/operations/getcompanyrequest.md +1 -1
  577. package/docs/models/operations/getcompanyresponse.md +3 -3
  578. package/docs/models/operations/getconnectionrequest.md +2 -2
  579. package/docs/models/operations/getconnectionresponse.md +3 -3
  580. package/docs/models/operations/getcreatebanktransactionsmodelrequest.md +3 -3
  581. package/docs/models/operations/getcreatebanktransactionsmodelresponse.md +3 -3
  582. package/docs/models/operations/getcreatechartofaccountsmodelrequest.md +2 -2
  583. package/docs/models/operations/getcreatechartofaccountsmodelresponse.md +3 -3
  584. package/docs/models/operations/getcreatedirectcostsmodelrequest.md +2 -2
  585. package/docs/models/operations/getcreatedirectcostsmodelresponse.md +3 -3
  586. package/docs/models/operations/getcreateoperationrequest.md +1 -1
  587. package/docs/models/operations/getcreateoperationresponse.md +3 -3
  588. package/docs/models/operations/{getcreateupdatebankaccountsmodelrequest.md → getcreatepaymentsmodelrequest.md} +3 -3
  589. package/docs/models/operations/{getcreateupdatebankaccountsmodelresponse.md → getcreatepaymentsmodelresponse.md} +4 -4
  590. package/docs/models/operations/getcreatetransfersmodelrequest.md +2 -2
  591. package/docs/models/operations/getcreatetransfersmodelresponse.md +3 -3
  592. package/docs/models/operations/getcreateupdatesuppliersmodelrequest.md +2 -2
  593. package/docs/models/operations/getcreateupdatesuppliersmodelresponse.md +3 -3
  594. package/docs/models/operations/getdataintegritystatusrequest.md +1 -1
  595. package/docs/models/operations/getdataintegritystatusresponse.md +3 -3
  596. package/docs/models/operations/getdataintegritysummariesrequest.md +1 -1
  597. package/docs/models/operations/getdataintegritysummariesresponse.md +3 -3
  598. package/docs/models/operations/getdatastatusrequest.md +1 -1
  599. package/docs/models/operations/getdatastatusresponse.md +3 -3
  600. package/docs/models/operations/getexcelreportgenerationstatusrequest.md +1 -1
  601. package/docs/models/operations/getexcelreportgenerationstatusresponse.md +3 -3
  602. package/docs/models/operations/getloansummaryrequest.md +4 -3
  603. package/docs/models/operations/getloansummaryresponse.md +3 -3
  604. package/docs/models/operations/getloansummarysourcetype.md +12 -0
  605. package/docs/models/operations/getpulloperationrequest.md +4 -4
  606. package/docs/models/operations/getpulloperationresponse.md +3 -3
  607. package/docs/models/operations/isagedcreditorsreportavailablerequest.md +1 -1
  608. package/docs/models/operations/isagedcreditorsreportavailableresponse.md +3 -3
  609. package/docs/models/operations/isageddebtorsreportavailablerequest.md +1 -1
  610. package/docs/models/operations/isageddebtorsreportavailableresponse.md +6 -6
  611. package/docs/models/operations/listaccountingaccountsrequest.md +1 -1
  612. package/docs/models/operations/listaccountingaccountsresponse.md +3 -3
  613. package/docs/models/operations/listaccountingaccounttransactionsrequest.md +2 -2
  614. package/docs/models/operations/listaccountingaccounttransactionsresponse.md +3 -3
  615. package/docs/models/operations/listaccountingbankaccountsrequest.md +2 -2
  616. package/docs/models/operations/listaccountingbankaccountsresponse.md +3 -3
  617. package/docs/models/operations/listaccountingbankaccounttransactionsrequest.md +3 -3
  618. package/docs/models/operations/listaccountingbankaccounttransactionsresponse.md +3 -3
  619. package/docs/models/operations/listaccountingbillattachmentsrequest.md +3 -3
  620. package/docs/models/operations/listaccountingbillattachmentsresponse.md +3 -3
  621. package/docs/models/operations/listaccountingbillcreditnotesrequest.md +1 -1
  622. package/docs/models/operations/listaccountingbillcreditnotesresponse.md +3 -3
  623. package/docs/models/operations/listaccountingbillpaymentsrequest.md +1 -1
  624. package/docs/models/operations/listaccountingbillpaymentsresponse.md +3 -3
  625. package/docs/models/operations/listaccountingbillsrequest.md +1 -1
  626. package/docs/models/operations/listaccountingbillsresponse.md +3 -3
  627. package/docs/models/operations/listaccountingcreditnotesrequest.md +1 -1
  628. package/docs/models/operations/listaccountingcreditnotesresponse.md +3 -3
  629. package/docs/models/operations/listaccountingcustomerattachmentsrequest.md +3 -3
  630. package/docs/models/operations/listaccountingcustomerattachmentsresponse.md +3 -3
  631. package/docs/models/operations/listaccountingcustomersrequest.md +1 -1
  632. package/docs/models/operations/listaccountingcustomersresponse.md +3 -3
  633. package/docs/models/operations/listaccountingdirectcostattachmentsrequest.md +3 -3
  634. package/docs/models/operations/listaccountingdirectcostattachmentsresponse.md +3 -3
  635. package/docs/models/operations/listaccountingdirectcostsrequest.md +2 -2
  636. package/docs/models/operations/listaccountingdirectcostsresponse.md +3 -3
  637. package/docs/models/operations/listaccountingdirectincomeattachmentsrequest.md +5 -5
  638. package/docs/models/operations/listaccountingdirectincomeattachmentsresponse.md +3 -3
  639. package/docs/models/operations/listaccountingdirectincomesrequest.md +2 -2
  640. package/docs/models/operations/listaccountingdirectincomesresponse.md +3 -3
  641. package/docs/models/operations/listaccountinginvoiceattachmentsrequest.md +3 -3
  642. package/docs/models/operations/listaccountinginvoiceattachmentsresponse.md +3 -3
  643. package/docs/models/operations/listaccountinginvoicesrequest.md +1 -1
  644. package/docs/models/operations/listaccountinginvoicesresponse.md +3 -3
  645. package/docs/models/operations/listaccountingjournalentriesrequest.md +1 -1
  646. package/docs/models/operations/listaccountingjournalentriesresponse.md +3 -3
  647. package/docs/models/operations/listaccountingjournalsrequest.md +1 -1
  648. package/docs/models/operations/listaccountingjournalsresponse.md +3 -3
  649. package/docs/models/operations/listaccountingpaymentsrequest.md +1 -1
  650. package/docs/models/operations/listaccountingpaymentsresponse.md +3 -3
  651. package/docs/models/operations/listaccountingsupplierattachmentsrequest.md +3 -3
  652. package/docs/models/operations/listaccountingsupplierattachmentsresponse.md +3 -3
  653. package/docs/models/operations/listaccountingsuppliersrequest.md +1 -1
  654. package/docs/models/operations/listaccountingsuppliersresponse.md +3 -3
  655. package/docs/models/operations/listaccountingtransfersrequest.md +2 -2
  656. package/docs/models/operations/listaccountingtransfersresponse.md +3 -3
  657. package/docs/models/operations/listbankingaccountbalancesrequest.md +2 -2
  658. package/docs/models/operations/listbankingaccountbalancesresponse.md +3 -3
  659. package/docs/models/operations/listbankingaccountsrequest.md +2 -2
  660. package/docs/models/operations/listbankingaccountsresponse.md +3 -3
  661. package/docs/models/operations/listbankingtransactioncategoriesrequest.md +2 -2
  662. package/docs/models/operations/listbankingtransactioncategoriesresponse.md +3 -3
  663. package/docs/models/operations/listbankingtransactionsrequest.md +2 -2
  664. package/docs/models/operations/listbankingtransactionsresponse.md +3 -3
  665. package/docs/models/operations/listcommercecustomersrequest.md +2 -2
  666. package/docs/models/operations/listcommercecustomersresponse.md +3 -3
  667. package/docs/models/operations/listcommercedisputesrequest.md +2 -2
  668. package/docs/models/operations/listcommercedisputesresponse.md +3 -3
  669. package/docs/models/operations/listcommercelocationsrequest.md +2 -2
  670. package/docs/models/operations/listcommercelocationsresponse.md +3 -3
  671. package/docs/models/operations/listcommerceordersrequest.md +2 -2
  672. package/docs/models/operations/listcommerceordersresponse.md +3 -3
  673. package/docs/models/operations/listcommercepaymentmethodsrequest.md +2 -2
  674. package/docs/models/operations/listcommercepaymentmethodsresponse.md +3 -3
  675. package/docs/models/operations/listcommercepaymentsrequest.md +2 -2
  676. package/docs/models/operations/listcommercepaymentsresponse.md +3 -3
  677. package/docs/models/operations/listcommerceproductcategoriesrequest.md +2 -2
  678. package/docs/models/operations/listcommerceproductcategoriesresponse.md +3 -3
  679. package/docs/models/operations/listcommerceproductsrequest.md +2 -2
  680. package/docs/models/operations/listcommerceproductsresponse.md +3 -3
  681. package/docs/models/operations/listcommercetransactionsrequest.md +2 -2
  682. package/docs/models/operations/listcommercetransactionsresponse.md +3 -3
  683. package/docs/models/operations/listcompaniesresponse.md +3 -3
  684. package/docs/models/operations/listconnectionsrequest.md +1 -1
  685. package/docs/models/operations/listconnectionsresponse.md +3 -3
  686. package/docs/models/operations/listcreateoperationsrequest.md +1 -1
  687. package/docs/models/operations/listcreateoperationsresponse.md +3 -3
  688. package/docs/models/operations/listdataintegritydetailsrequest.md +1 -1
  689. package/docs/models/operations/listdataintegritydetailsresponse.md +3 -3
  690. package/docs/models/operations/listfilesrequest.md +1 -1
  691. package/docs/models/operations/listfilesresponse.md +3 -3
  692. package/docs/models/operations/listloantransactionsrequest.md +2 -2
  693. package/docs/models/operations/listloantransactionsresponse.md +3 -3
  694. package/docs/models/operations/listloantransactionssourcetype.md +1 -1
  695. package/docs/models/operations/listpulloperationsrequest.md +1 -1
  696. package/docs/models/operations/listpulloperationsresponse.md +3 -3
  697. package/docs/models/operations/listreconciledinvoicesrequest.md +1 -1
  698. package/docs/models/operations/listreconciledinvoicesresponse.md +3 -3
  699. package/docs/models/operations/refreshalldatatypesrequest.md +1 -1
  700. package/docs/models/operations/refreshalldatatypesresponse.md +3 -3
  701. package/docs/models/operations/refreshdatatyperequest.md +1 -1
  702. package/docs/models/operations/refreshdatatyperesponse.md +3 -3
  703. package/docs/models/operations/unlinkconnectionrequest.md +2 -2
  704. package/docs/models/operations/unlinkconnectionresponse.md +3 -3
  705. package/docs/models/operations/updatecompanyrequest.md +1 -1
  706. package/docs/models/operations/updatecompanyresponse.md +3 -3
  707. package/docs/models/operations/uploadfilesrequest.md +2 -2
  708. package/docs/models/operations/uploadfilesresponse.md +3 -3
  709. package/docs/models/shared/accountingaccount.md +3 -2
  710. package/docs/models/shared/accountingaccounts.md +3 -3
  711. package/docs/models/shared/accountingaccounttransaction.md +2 -2
  712. package/docs/models/shared/accountingaccounttransactions.md +3 -3
  713. package/docs/models/shared/accountingagedcreditorreport.md +1 -1
  714. package/docs/models/shared/accountingageddebtorreport.md +1 -1
  715. package/docs/models/shared/accountingattachment.md +1 -1
  716. package/docs/models/shared/accountingbankaccount.md +3 -2
  717. package/docs/models/shared/accountingbankaccounts.md +3 -3
  718. package/docs/models/shared/accountingbanktransaction.md +8 -8
  719. package/docs/models/shared/accountingbanktransactions.md +3 -3
  720. package/docs/models/shared/accountingbill.md +2 -2
  721. package/docs/models/shared/accountingbillcreditnote.md +3 -3
  722. package/docs/models/shared/accountingbillcreditnotes.md +3 -3
  723. package/docs/models/shared/accountingbillpayment.md +5 -5
  724. package/docs/models/shared/accountingbillpayments.md +3 -3
  725. package/docs/models/shared/accountingbills.md +3 -3
  726. package/docs/models/shared/accountingbillwithholdingtax.md +4 -4
  727. package/docs/models/shared/accountingcompanyinfo.md +1 -0
  728. package/docs/models/shared/accountingcreateaccountresponse.md +16 -16
  729. package/docs/models/shared/accountingcreatebanktransactions.md +4 -4
  730. package/docs/models/shared/accountingcreatebanktransactionsresponse.md +4 -4
  731. package/docs/models/shared/accountingcreatedirectcostresponse.md +16 -16
  732. package/docs/models/shared/accountingcreatepaymentresponse.md +21 -0
  733. package/docs/models/shared/accountingcreatesupplierresponse.md +5 -5
  734. package/docs/models/shared/accountingcreatetransferresponse.md +5 -5
  735. package/docs/models/shared/accountingcreditnote.md +4 -4
  736. package/docs/models/shared/accountingcreditnotes.md +3 -3
  737. package/docs/models/shared/accountingcustomer.md +1 -1
  738. package/docs/models/shared/accountingcustomers.md +3 -3
  739. package/docs/models/shared/accountingdirectcost.md +1 -1
  740. package/docs/models/shared/accountingdirectcosts.md +3 -3
  741. package/docs/models/shared/accountingdirectincome.md +2 -2
  742. package/docs/models/shared/accountingdirectincomes.md +3 -3
  743. package/docs/models/shared/accountinginvoice.md +6 -6
  744. package/docs/models/shared/accountinginvoices.md +3 -3
  745. package/docs/models/shared/accountinginvoicesalesorderreference.md +4 -4
  746. package/docs/models/shared/accountingjournal.md +2 -2
  747. package/docs/models/shared/accountingjournalentries.md +3 -3
  748. package/docs/models/shared/accountingjournalentry.md +2 -2
  749. package/docs/models/shared/accountingjournals.md +3 -3
  750. package/docs/models/shared/accountingpayment.md +4 -4
  751. package/docs/models/shared/accountingpayments.md +3 -3
  752. package/docs/models/shared/accountingsupplier.md +1 -1
  753. package/docs/models/shared/accountingsuppliers.md +3 -3
  754. package/docs/models/shared/accountingtransfer.md +3 -3
  755. package/docs/models/shared/accountingtransfercontactref.md +4 -4
  756. package/docs/models/shared/accountingtransfers.md +3 -3
  757. package/docs/models/shared/accountspayabletracking.md +7 -7
  758. package/docs/models/shared/accountsreceivabletracking.md +2 -2
  759. package/docs/models/shared/bankingaccountbalance.md +1 -1
  760. package/docs/models/shared/bankingaccountbalances.md +3 -3
  761. package/docs/models/shared/bankingaccounts.md +3 -3
  762. package/docs/models/shared/bankingtransactioncategories.md +3 -3
  763. package/docs/models/shared/bankingtransactioncategory.md +1 -1
  764. package/docs/models/shared/bankingtransactionref.md +6 -6
  765. package/docs/models/shared/bankingtransactions.md +3 -3
  766. package/docs/models/shared/banktransactiontype.md +1 -1
  767. package/docs/models/shared/billedtotype.md +2 -0
  768. package/docs/models/shared/billedtotype1.md +2 -0
  769. package/docs/models/shared/billlineitem.md +4 -2
  770. package/docs/models/shared/billlineitemrecordlinereference.md +12 -0
  771. package/docs/models/shared/billlineitemrecordlinereferencedatatype.md +10 -0
  772. package/docs/models/shared/commercecompanyinfo.md +1 -1
  773. package/docs/models/shared/commercecustomers.md +3 -3
  774. package/docs/models/shared/commercedispute.md +1 -1
  775. package/docs/models/shared/commercedisputes.md +3 -3
  776. package/docs/models/shared/commercelocations.md +3 -3
  777. package/docs/models/shared/commerceorder.md +5 -5
  778. package/docs/models/shared/commerceorders.md +3 -3
  779. package/docs/models/shared/commercepayment.md +3 -2
  780. package/docs/models/shared/commercepaymentmethod.md +7 -7
  781. package/docs/models/shared/commercepaymentmethods.md +3 -3
  782. package/docs/models/shared/commercepaymentmethodstatus.md +12 -0
  783. package/docs/models/shared/commercepayments.md +3 -3
  784. package/docs/models/shared/commerceproduct.md +9 -8
  785. package/docs/models/shared/commerceproductcategories.md +3 -3
  786. package/docs/models/shared/commerceproducts.md +3 -3
  787. package/docs/models/shared/commercereportcomponent.md +4 -4
  788. package/docs/models/shared/commercereportdimension.md +3 -3
  789. package/docs/models/shared/commercereportdimensionitems.md +3 -3
  790. package/docs/models/shared/commercereporterror.md +5 -5
  791. package/docs/models/shared/commercereportmeasure.md +6 -6
  792. package/docs/models/shared/commercetransaction.md +1 -0
  793. package/docs/models/shared/commercetransactions.md +3 -3
  794. package/docs/models/shared/companies.md +3 -3
  795. package/docs/models/shared/company.md +2 -2
  796. package/docs/models/shared/connection.md +2 -2
  797. package/docs/models/shared/connections.md +3 -3
  798. package/docs/models/shared/contactref.md +4 -4
  799. package/docs/models/shared/createbankaccounttransaction.md +4 -4
  800. package/docs/models/shared/creditnotelineitem.md +1 -1
  801. package/docs/models/shared/creditnotestatus.md +2 -0
  802. package/docs/models/shared/dataconnectionerror.md +3 -3
  803. package/docs/models/shared/dataintegritydetails.md +3 -3
  804. package/docs/models/shared/datastatus.md +4 -4
  805. package/docs/models/shared/datastatusdatatypes.md +51 -0
  806. package/docs/models/shared/enhancedcashflowtransaction.md +1 -1
  807. package/docs/models/shared/enhancedcashflowtransactions.md +5 -5
  808. package/docs/models/shared/enhancedinvoicereportitem.md +4 -4
  809. package/docs/models/shared/enhancedinvoicesreport.md +1 -1
  810. package/docs/models/shared/errormessage.md +8 -8
  811. package/docs/models/shared/file.md +3 -3
  812. package/docs/models/shared/halref.md +3 -3
  813. package/docs/models/shared/invoicelineitem.md +1 -1
  814. package/docs/models/shared/items.md +4 -4
  815. package/docs/models/shared/lendingcustomerref.md +4 -4
  816. package/docs/models/shared/loansummaryreportitem.md +1 -0
  817. package/docs/models/shared/orderdiscountallocation.md +4 -4
  818. package/docs/models/shared/orderlineitem.md +5 -5
  819. package/docs/models/shared/payment.md +3 -3
  820. package/docs/models/shared/paymentmethodref.md +11 -0
  821. package/docs/models/shared/productinventory.md +1 -1
  822. package/docs/models/shared/productinventorylocation.md +1 -1
  823. package/docs/models/shared/productprice.md +1 -1
  824. package/docs/models/shared/productref.md +4 -4
  825. package/docs/models/shared/productvariant.md +1 -1
  826. package/docs/models/shared/productvariantref.md +4 -4
  827. package/docs/models/shared/productvariantstatus.md +2 -0
  828. package/docs/models/shared/projectref.md +4 -4
  829. package/docs/models/shared/pulloperation.md +10 -8
  830. package/docs/models/shared/pulloperations.md +3 -3
  831. package/docs/models/shared/pulloperationstatus.md +2 -0
  832. package/docs/models/shared/pushchangetype.md +2 -0
  833. package/docs/models/shared/pushfieldvalidation.md +5 -5
  834. package/docs/models/shared/pushoperation.md +4 -4
  835. package/docs/models/shared/pushoperationchange.md +5 -5
  836. package/docs/models/shared/pushoperationref.md +1 -1
  837. package/docs/models/shared/pushoperations.md +3 -3
  838. package/docs/models/shared/pushoption.md +4 -4
  839. package/docs/models/shared/pushoptionchoice.md +4 -4
  840. package/docs/models/shared/pushoptionproperty.md +4 -4
  841. package/docs/models/shared/pushoptiontype.md +2 -0
  842. package/docs/models/shared/reportcomponentmeasure.md +5 -5
  843. package/docs/models/shared/reportinfo.md +3 -3
  844. package/docs/models/shared/reportitems.md +2 -1
  845. package/docs/models/shared/reportitemsloantransactiontype.md +2 -0
  846. package/docs/models/shared/servicecharge.md +1 -1
  847. package/docs/models/shared/trackingcategoryref.md +4 -4
  848. package/docs/models/shared/transactioncategorystatus.md +2 -0
  849. package/docs/models/shared/transactionsourceref.md +1 -1
  850. package/docs/models/shared/transactionsourcetype.md +2 -0
  851. package/docs/models/shared/transferaccount.md +2 -0
  852. package/docs/models/shared/validationitem.md +5 -5
  853. package/docs/models/webhooks/accountcategoriesupdatedresponse.md +5 -5
  854. package/docs/models/webhooks/clientratelimitreachedresponse.md +5 -5
  855. package/docs/models/webhooks/clientratelimitresetresponse.md +5 -5
  856. package/docs/sdks/accountingbankdata/README.md +21 -20
  857. package/docs/sdks/accountingbankdataaccounts/README.md +37 -35
  858. package/docs/sdks/accountspayable/README.md +1 -0
  859. package/docs/sdks/accountspayablebillcreditnotes/README.md +35 -33
  860. package/docs/sdks/accountspayablebillpayments/README.md +35 -33
  861. package/docs/sdks/accountspayablebills/README.md +85 -80
  862. package/docs/sdks/accountspayablesuppliers/README.md +85 -80
  863. package/docs/sdks/accountsreceivable/README.md +1 -0
  864. package/docs/sdks/accountsreceivablecreditnotes/README.md +35 -33
  865. package/docs/sdks/accountsreceivablecustomers/README.md +85 -80
  866. package/docs/sdks/accountsreceivabledirectincomes/README.md +87 -83
  867. package/docs/sdks/accountsreceivableinvoices/README.md +114 -108
  868. package/docs/sdks/accountsreceivablepayments/README.md +35 -33
  869. package/docs/sdks/accountsreceivablereports/README.md +54 -49
  870. package/docs/sdks/banking/README.md +1 -0
  871. package/docs/sdks/bankingaccountbalances/README.md +21 -20
  872. package/docs/sdks/bankingaccounts/README.md +37 -35
  873. package/docs/sdks/bankingcategorizedstatement/README.md +19 -18
  874. package/docs/sdks/bankingtransactioncategories/README.md +37 -35
  875. package/docs/sdks/bankingtransactions/README.md +37 -35
  876. package/docs/sdks/codatlending/README.md +1 -0
  877. package/docs/sdks/companies/README.md +67 -62
  878. package/docs/sdks/companyinfo/README.md +26 -23
  879. package/docs/sdks/connections/README.md +75 -72
  880. package/docs/sdks/dataintegrity/README.md +42 -40
  881. package/docs/sdks/excelreports/README.md +37 -33
  882. package/docs/sdks/fileupload/README.md +44 -40
  883. package/docs/sdks/financialstatements/README.md +1 -0
  884. package/docs/sdks/financialstatementsaccounts/README.md +35 -33
  885. package/docs/sdks/financialstatementsbalancesheet/README.md +32 -30
  886. package/docs/sdks/financialstatementscashflow/README.md +18 -16
  887. package/docs/sdks/financialstatementsprofitandloss/README.md +32 -30
  888. package/docs/sdks/liabilities/README.md +126 -24
  889. package/docs/sdks/loanwriteback/README.md +1 -0
  890. package/docs/sdks/loanwritebackaccounts/README.md +61 -58
  891. package/docs/sdks/loanwritebackbanktransactions/README.md +45 -49
  892. package/docs/sdks/loanwritebackcreateoperations/README.md +32 -30
  893. package/docs/sdks/loanwritebackdirectcosts/README.md +84 -116
  894. package/docs/sdks/loanwritebackpayments/README.md +140 -0
  895. package/docs/sdks/loanwritebacksuppliers/README.md +49 -64
  896. package/docs/sdks/loanwritebacktransfers/README.md +64 -77
  897. package/docs/sdks/managedata/README.md +12 -10
  898. package/docs/sdks/managedatapulloperations/README.md +32 -30
  899. package/docs/sdks/managedatarefresh/README.md +26 -24
  900. package/docs/sdks/sales/README.md +1 -0
  901. package/docs/sdks/salescustomers/README.md +37 -35
  902. package/docs/sdks/salesdisputes/README.md +37 -35
  903. package/docs/sdks/saleslocations/README.md +34 -31
  904. package/docs/sdks/salesmetrics/README.md +53 -52
  905. package/docs/sdks/salesorders/README.md +37 -35
  906. package/docs/sdks/salespaymentmethods/README.md +37 -35
  907. package/docs/sdks/salespayments/README.md +37 -35
  908. package/docs/sdks/salesproductcategories/README.md +37 -35
  909. package/docs/sdks/salesproducts/README.md +37 -35
  910. package/docs/sdks/salesreports/README.md +36 -35
  911. package/docs/sdks/salestransactions/README.md +37 -35
  912. package/docs/sdks/transactions/README.md +1 -0
  913. package/docs/sdks/transactionsaccounttransactions/README.md +37 -35
  914. package/docs/sdks/transactionsdirectcosts/README.md +87 -82
  915. package/docs/sdks/transactionsjournalentries/README.md +35 -33
  916. package/docs/sdks/transactionsjournals/README.md +35 -33
  917. package/docs/sdks/transactionstransfers/README.md +37 -35
  918. package/package.json +5 -2
  919. package/dist/sdk/loanwritebackbankaccounts.d.ts +0 -39
  920. package/dist/sdk/models/operations/createbankaccount.d.ts +0 -27
  921. package/dist/sdk/models/operations/getcreateupdatebankaccountsmodel.d.ts +0 -20
  922. package/dist/sdk/models/shared/accountingcreatebankaccountresponse.d.ts +0 -112
  923. package/dist/sdk/models/shared/paymentmethodstatus.d.ts +0 -8
  924. package/dist/sdk/models/shared/paymentmethodstatus.js +0 -15
  925. package/docs/models/operations/createbankaccountrequest.md +0 -13
  926. package/docs/models/operations/createbankaccountresponse.md +0 -12
  927. package/docs/models/shared/accountingcreatebankaccountresponse.md +0 -21
  928. package/docs/models/shared/commerceordersupplementaldata.md +0 -12
  929. package/docs/models/shared/paymentmethodstatus.md +0 -12
  930. package/docs/sdks/loanwritebackbankaccounts/README.md +0 -126
@@ -4,16 +4,7 @@ import { LocationRef } from "./locationref";
4
4
  import { OrderLineItem } from "./orderlineitem";
5
5
  import { PaymentRef } from "./paymentref";
6
6
  import { ServiceCharge } from "./servicecharge";
7
- /**
8
- * Supplemental data is additional data you can include in our standard data types.
9
- *
10
- * @remarks
11
- *
12
- * It is referenced as a configured dynamic key value pair that is unique to the accounting platform. [Learn more](https://docs.codat.io/using-the-api/supplemental-data/overview) about supplemental data.
13
- */
14
- export declare class CommerceOrderSupplementalData extends SpeakeasyBase {
15
- content?: Record<string, Record<string, any>>;
16
- }
7
+ import { SupplementalData } from "./supplementaldata";
17
8
  /**
18
9
  * Orders contain the transaction details for all products sold by the company, and include details of any payments, service charges, or refunds related to each order. You can use data from the Orders endpoints to calculate key metrics, such as gross sales values and monthly recurring revenue (MRR).
19
10
  *
@@ -110,21 +101,21 @@ export declare class CommerceOrder extends SpeakeasyBase {
110
101
  *
111
102
  * It is referenced as a configured dynamic key value pair that is unique to the accounting platform. [Learn more](https://docs.codat.io/using-the-api/supplemental-data/overview) about supplemental data.
112
103
  */
113
- supplementalData?: CommerceOrderSupplementalData;
104
+ supplementalData?: SupplementalData;
114
105
  /**
115
- * Total amount of the order, including tax, net of any discounts and refunds.
106
+ * Total amount of the order, including discounts, refunds, and tax, but excluding gratuities.
116
107
  */
117
108
  totalAmount?: number;
118
109
  /**
119
- * Total amount of discount applied to the order.
110
+ * Total amount of any discounts applied to the order, excluding tax. This is typically positive (for discounts which decrease the amount of the order), but can also be negative (for discounts which increase the amount of the order).
120
111
  */
121
112
  totalDiscount?: number;
122
113
  /**
123
- * Extra amount added to a bill.
114
+ * Extra amount added to the order.
124
115
  */
125
116
  totalGratuity?: number;
126
117
  /**
127
- * Total amount refunded issued by a merchant on an order (always a negative value).
118
+ * Total amount of any refunds issued on the order, including discounts and tax, but excluding gratuities. This is always negative.
128
119
  */
129
120
  totalRefund?: number;
130
121
  /**
@@ -27,34 +27,15 @@ var __metadata = (this && this.__metadata) || function (k, v) {
27
27
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
28
28
  };
29
29
  Object.defineProperty(exports, "__esModule", { value: true });
30
- exports.CommerceOrder = exports.CommerceOrderSupplementalData = void 0;
30
+ exports.CommerceOrder = void 0;
31
31
  var utils_1 = require("../../../internal/utils");
32
32
  var commercecustomerref_1 = require("./commercecustomerref");
33
33
  var locationref_1 = require("./locationref");
34
34
  var orderlineitem_1 = require("./orderlineitem");
35
35
  var paymentref_1 = require("./paymentref");
36
36
  var servicecharge_1 = require("./servicecharge");
37
+ var supplementaldata_1 = require("./supplementaldata");
37
38
  var class_transformer_1 = require("class-transformer");
38
- /**
39
- * Supplemental data is additional data you can include in our standard data types.
40
- *
41
- * @remarks
42
- *
43
- * It is referenced as a configured dynamic key value pair that is unique to the accounting platform. [Learn more](https://docs.codat.io/using-the-api/supplemental-data/overview) about supplemental data.
44
- */
45
- var CommerceOrderSupplementalData = /** @class */ (function (_super) {
46
- __extends(CommerceOrderSupplementalData, _super);
47
- function CommerceOrderSupplementalData() {
48
- return _super !== null && _super.apply(this, arguments) || this;
49
- }
50
- __decorate([
51
- (0, utils_1.SpeakeasyMetadata)(),
52
- (0, class_transformer_1.Expose)({ name: "content" }),
53
- __metadata("design:type", Object)
54
- ], CommerceOrderSupplementalData.prototype, "content", void 0);
55
- return CommerceOrderSupplementalData;
56
- }(utils_1.SpeakeasyBase));
57
- exports.CommerceOrderSupplementalData = CommerceOrderSupplementalData;
58
39
  /**
59
40
  * Orders contain the transaction details for all products sold by the company, and include details of any payments, service charges, or refunds related to each order. You can use data from the Orders endpoints to calculate key metrics, such as gross sales values and monthly recurring revenue (MRR).
60
41
  *
@@ -141,8 +122,8 @@ var CommerceOrder = /** @class */ (function (_super) {
141
122
  __decorate([
142
123
  (0, utils_1.SpeakeasyMetadata)(),
143
124
  (0, class_transformer_1.Expose)({ name: "supplementalData" }),
144
- (0, class_transformer_1.Type)(function () { return CommerceOrderSupplementalData; }),
145
- __metadata("design:type", CommerceOrderSupplementalData)
125
+ (0, class_transformer_1.Type)(function () { return supplementaldata_1.SupplementalData; }),
126
+ __metadata("design:type", supplementaldata_1.SupplementalData)
146
127
  ], CommerceOrder.prototype, "supplementalData", void 0);
147
128
  __decorate([
148
129
  (0, utils_1.SpeakeasyMetadata)(),
@@ -3,8 +3,17 @@ import { CommerceOrder } from "./commerceorder";
3
3
  import { Links } from "./links";
4
4
  export declare class CommerceOrders extends SpeakeasyBase {
5
5
  links: Links;
6
+ /**
7
+ * Current page number.
8
+ */
6
9
  pageNumber: number;
10
+ /**
11
+ * Number of items to return in results array.
12
+ */
7
13
  pageSize: number;
8
14
  results?: CommerceOrder[];
15
+ /**
16
+ * Total number of items.
17
+ */
9
18
  totalResults: number;
10
19
  }
@@ -1,5 +1,7 @@
1
1
  import { SpeakeasyBase } from "../../../internal/utils";
2
+ import { PaymentMethodRef } from "./paymentmethodref";
2
3
  import { PaymentStatus } from "./paymentstatus";
4
+ import { SupplementalData } from "./supplementaldata";
3
5
  /**
4
6
  * Payments contain details of all payments made by customers to a company, including: amounts, currency used, payment method, payment provider, and payment status.
5
7
  *
@@ -81,7 +83,10 @@ export declare class CommercePayment extends SpeakeasyBase {
81
83
  */
82
84
  id: string;
83
85
  modifiedDate?: string;
84
- paymentMethodRef?: any;
86
+ /**
87
+ * The payment method the record is linked to in the accounting or commerce platform.
88
+ */
89
+ paymentMethodRef?: PaymentMethodRef;
85
90
  /**
86
91
  * Service provider of the payment, if applicable.
87
92
  */
@@ -91,4 +96,12 @@ export declare class CommercePayment extends SpeakeasyBase {
91
96
  * Status of the payment.
92
97
  */
93
98
  status?: PaymentStatus;
99
+ /**
100
+ * Supplemental data is additional data you can include in our standard data types.
101
+ *
102
+ * @remarks
103
+ *
104
+ * It is referenced as a configured dynamic key value pair that is unique to the accounting platform. [Learn more](https://docs.codat.io/using-the-api/supplemental-data/overview) about supplemental data.
105
+ */
106
+ supplementalData?: SupplementalData;
94
107
  }
@@ -29,7 +29,9 @@ var __metadata = (this && this.__metadata) || function (k, v) {
29
29
  Object.defineProperty(exports, "__esModule", { value: true });
30
30
  exports.CommercePayment = void 0;
31
31
  var utils_1 = require("../../../internal/utils");
32
+ var paymentmethodref_1 = require("./paymentmethodref");
32
33
  var paymentstatus_1 = require("./paymentstatus");
34
+ var supplementaldata_1 = require("./supplementaldata");
33
35
  var class_transformer_1 = require("class-transformer");
34
36
  /**
35
37
  * Payments contain details of all payments made by customers to a company, including: amounts, currency used, payment method, payment provider, and payment status.
@@ -80,7 +82,8 @@ var CommercePayment = /** @class */ (function (_super) {
80
82
  __decorate([
81
83
  (0, utils_1.SpeakeasyMetadata)(),
82
84
  (0, class_transformer_1.Expose)({ name: "paymentMethodRef" }),
83
- __metadata("design:type", Object)
85
+ (0, class_transformer_1.Type)(function () { return paymentmethodref_1.PaymentMethodRef; }),
86
+ __metadata("design:type", paymentmethodref_1.PaymentMethodRef)
84
87
  ], CommercePayment.prototype, "paymentMethodRef", void 0);
85
88
  __decorate([
86
89
  (0, utils_1.SpeakeasyMetadata)(),
@@ -97,6 +100,12 @@ var CommercePayment = /** @class */ (function (_super) {
97
100
  (0, class_transformer_1.Expose)({ name: "status" }),
98
101
  __metadata("design:type", String)
99
102
  ], CommercePayment.prototype, "status", void 0);
103
+ __decorate([
104
+ (0, utils_1.SpeakeasyMetadata)(),
105
+ (0, class_transformer_1.Expose)({ name: "supplementalData" }),
106
+ (0, class_transformer_1.Type)(function () { return supplementaldata_1.SupplementalData; }),
107
+ __metadata("design:type", supplementaldata_1.SupplementalData)
108
+ ], CommercePayment.prototype, "supplementalData", void 0);
100
109
  return CommercePayment;
101
110
  }(utils_1.SpeakeasyBase));
102
111
  exports.CommercePayment = CommercePayment;
@@ -1,5 +1,12 @@
1
1
  import { SpeakeasyBase } from "../../../internal/utils";
2
- import { PaymentMethodStatus } from "./paymentmethodstatus";
2
+ /**
3
+ * Status of the Payment Method.
4
+ */
5
+ export declare enum CommercePaymentMethodStatus {
6
+ Unknown = "Unknown",
7
+ Active = "Active",
8
+ Archived = "Archived"
9
+ }
3
10
  /**
4
11
  * A Payment Method represents the payment method(s) used to make payments.
5
12
  *
@@ -19,7 +26,7 @@ export declare class CommercePaymentMethod extends SpeakeasyBase {
19
26
  name?: string;
20
27
  sourceModifiedDate?: string;
21
28
  /**
22
- * Status of the Payment Method
29
+ * Status of the Payment Method.
23
30
  */
24
- status?: PaymentMethodStatus;
31
+ status?: CommercePaymentMethodStatus;
25
32
  }
@@ -27,10 +27,18 @@ var __metadata = (this && this.__metadata) || function (k, v) {
27
27
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
28
28
  };
29
29
  Object.defineProperty(exports, "__esModule", { value: true });
30
- exports.CommercePaymentMethod = void 0;
30
+ exports.CommercePaymentMethod = exports.CommercePaymentMethodStatus = void 0;
31
31
  var utils_1 = require("../../../internal/utils");
32
- var paymentmethodstatus_1 = require("./paymentmethodstatus");
33
32
  var class_transformer_1 = require("class-transformer");
33
+ /**
34
+ * Status of the Payment Method.
35
+ */
36
+ var CommercePaymentMethodStatus;
37
+ (function (CommercePaymentMethodStatus) {
38
+ CommercePaymentMethodStatus["Unknown"] = "Unknown";
39
+ CommercePaymentMethodStatus["Active"] = "Active";
40
+ CommercePaymentMethodStatus["Archived"] = "Archived";
41
+ })(CommercePaymentMethodStatus = exports.CommercePaymentMethodStatus || (exports.CommercePaymentMethodStatus = {}));
34
42
  /**
35
43
  * A Payment Method represents the payment method(s) used to make payments.
36
44
  *
@@ -3,8 +3,17 @@ import { CommercePaymentMethod } from "./commercepaymentmethod";
3
3
  import { Links } from "./links";
4
4
  export declare class CommercePaymentMethods extends SpeakeasyBase {
5
5
  links: Links;
6
+ /**
7
+ * Current page number.
8
+ */
6
9
  pageNumber: number;
10
+ /**
11
+ * Number of items to return in results array.
12
+ */
7
13
  pageSize: number;
8
14
  results?: CommercePaymentMethod[];
15
+ /**
16
+ * Total number of items.
17
+ */
9
18
  totalResults: number;
10
19
  }
@@ -3,8 +3,17 @@ import { CommercePayment } from "./commercepayment";
3
3
  import { Links } from "./links";
4
4
  export declare class CommercePayments extends SpeakeasyBase {
5
5
  links: Links;
6
+ /**
7
+ * Current page number.
8
+ */
6
9
  pageNumber: number;
10
+ /**
11
+ * Number of items to return in results array.
12
+ */
7
13
  pageSize: number;
8
14
  results?: CommercePayment[];
15
+ /**
16
+ * Total number of items.
17
+ */
9
18
  totalResults: number;
10
19
  }
@@ -1,5 +1,6 @@
1
1
  import { SpeakeasyBase } from "../../../internal/utils";
2
2
  import { ProductVariant } from "./productvariant";
3
+ import { SupplementalData } from "./supplementaldata";
3
4
  /**
4
5
  * A Product is an item in the company's inventory, and includes information about the price and quantity of all products, and variants thereof, available for sale.
5
6
  *
@@ -10,7 +11,7 @@ import { ProductVariant } from "./productvariant";
10
11
  */
11
12
  export declare class CommerceProduct extends SpeakeasyBase {
12
13
  /**
13
- * Retail category that the product is assigned to
14
+ * Retail category that the product is assigned to e.g. `Hardware`.
14
15
  */
15
16
  categorization?: string;
16
17
  /**
@@ -25,7 +26,7 @@ export declare class CommerceProduct extends SpeakeasyBase {
25
26
  * Whether the product represents a gift card or voucher that
26
27
  *
27
28
  * @remarks
28
- * can be redeemed in the commerce or POS platform
29
+ * can be redeemed in the commerce or POS platform.
29
30
  *
30
31
  */
31
32
  isGiftCard?: boolean;
@@ -33,5 +34,13 @@ export declare class CommerceProduct extends SpeakeasyBase {
33
34
  * Name of the product in the commerce or POS system
34
35
  */
35
36
  name?: string;
37
+ /**
38
+ * Supplemental data is additional data you can include in our standard data types.
39
+ *
40
+ * @remarks
41
+ *
42
+ * It is referenced as a configured dynamic key value pair that is unique to the accounting platform. [Learn more](https://docs.codat.io/using-the-api/supplemental-data/overview) about supplemental data.
43
+ */
44
+ supplementalData?: SupplementalData;
36
45
  variants?: ProductVariant[];
37
46
  }
@@ -30,6 +30,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
30
30
  exports.CommerceProduct = void 0;
31
31
  var utils_1 = require("../../../internal/utils");
32
32
  var productvariant_1 = require("./productvariant");
33
+ var supplementaldata_1 = require("./supplementaldata");
33
34
  var class_transformer_1 = require("class-transformer");
34
35
  /**
35
36
  * A Product is an item in the company's inventory, and includes information about the price and quantity of all products, and variants thereof, available for sale.
@@ -69,6 +70,12 @@ var CommerceProduct = /** @class */ (function (_super) {
69
70
  (0, class_transformer_1.Expose)({ name: "name" }),
70
71
  __metadata("design:type", String)
71
72
  ], CommerceProduct.prototype, "name", void 0);
73
+ __decorate([
74
+ (0, utils_1.SpeakeasyMetadata)(),
75
+ (0, class_transformer_1.Expose)({ name: "supplementalData" }),
76
+ (0, class_transformer_1.Type)(function () { return supplementaldata_1.SupplementalData; }),
77
+ __metadata("design:type", supplementaldata_1.SupplementalData)
78
+ ], CommerceProduct.prototype, "supplementalData", void 0);
72
79
  __decorate([
73
80
  (0, utils_1.SpeakeasyMetadata)({ elemType: productvariant_1.ProductVariant }),
74
81
  (0, class_transformer_1.Expose)({ name: "variants" }),
@@ -3,8 +3,17 @@ import { CommerceProductCategory } from "./commerceproductcategory";
3
3
  import { Links } from "./links";
4
4
  export declare class CommerceProductCategories extends SpeakeasyBase {
5
5
  links: Links;
6
+ /**
7
+ * Current page number.
8
+ */
6
9
  pageNumber: number;
10
+ /**
11
+ * Number of items to return in results array.
12
+ */
7
13
  pageSize: number;
8
14
  results?: CommerceProductCategory[];
15
+ /**
16
+ * Total number of items.
17
+ */
9
18
  totalResults: number;
10
19
  }
@@ -3,8 +3,17 @@ import { CommerceProduct } from "./commerceproduct";
3
3
  import { Links } from "./links";
4
4
  export declare class CommerceProducts extends SpeakeasyBase {
5
5
  links: Links;
6
+ /**
7
+ * Current page number.
8
+ */
6
9
  pageNumber: number;
10
+ /**
11
+ * Number of items to return in results array.
12
+ */
7
13
  pageSize: number;
8
14
  results?: CommerceProduct[];
15
+ /**
16
+ * Total number of items.
17
+ */
9
18
  totalResults: number;
10
19
  }
@@ -2,9 +2,21 @@ import { SpeakeasyBase } from "../../../internal/utils";
2
2
  import { ReportComponentMeasure } from "./reportcomponentmeasure";
3
3
  export declare class CommerceReportComponent extends SpeakeasyBase {
4
4
  components?: CommerceReportComponent[];
5
+ /**
6
+ * The component's dimension.
7
+ */
5
8
  dimension?: number;
9
+ /**
10
+ * The component's display name.
11
+ */
6
12
  dimensionDisplayName?: string;
13
+ /**
14
+ * The component's item number.
15
+ */
7
16
  item?: number;
17
+ /**
18
+ * The component's item display name.
19
+ */
8
20
  itemDisplayName?: string;
9
21
  measures?: ReportComponentMeasure[];
10
22
  }
@@ -1,10 +1,22 @@
1
1
  import { SpeakeasyBase } from "../../../internal/utils";
2
2
  export declare class CommerceReportDimensionItems extends SpeakeasyBase {
3
+ /**
4
+ * The dimension's items index.
5
+ */
3
6
  index?: number;
4
7
  }
5
8
  export declare class CommerceReportDimension extends SpeakeasyBase {
9
+ /**
10
+ * The dimension's display name.
11
+ */
6
12
  displayName?: string;
13
+ /**
14
+ * The dimension's index.
15
+ */
7
16
  index?: number;
8
17
  items?: CommerceReportDimensionItems[];
18
+ /**
19
+ * The dimension's type.
20
+ */
9
21
  type?: string;
10
22
  }
@@ -1,6 +1,15 @@
1
1
  import { SpeakeasyBase } from "../../../internal/utils";
2
2
  export declare class CommerceReportError extends SpeakeasyBase {
3
+ /**
4
+ * Additional details on the error.
5
+ */
3
6
  details?: Record<string, string[]>;
7
+ /**
8
+ * Message returned by error.
9
+ */
4
10
  message?: string;
11
+ /**
12
+ * The type of error.
13
+ */
5
14
  type?: string;
6
15
  }
@@ -1,7 +1,19 @@
1
1
  import { SpeakeasyBase } from "../../../internal/utils";
2
2
  export declare class CommerceReportMeasure extends SpeakeasyBase {
3
+ /**
4
+ * The measure's display name.
5
+ */
3
6
  displayName?: string;
7
+ /**
8
+ * The measure's index.
9
+ */
4
10
  index?: number;
11
+ /**
12
+ * The measure's type.
13
+ */
5
14
  type?: string;
15
+ /**
16
+ * The measure's units e.g. percentage (%).
17
+ */
6
18
  units?: string;
7
19
  }
@@ -1,4 +1,5 @@
1
1
  import { SpeakeasyBase } from "../../../internal/utils";
2
+ import { SupplementalData } from "./supplementaldata";
2
3
  import { TransactionSourceRef } from "./transactionsourceref";
3
4
  import { TransactionType } from "./transactiontype";
4
5
  /**
@@ -86,6 +87,14 @@ export declare class CommerceTransaction extends SpeakeasyBase {
86
87
  * Non-standardised transaction type data from the commerce platform
87
88
  */
88
89
  subType?: string;
90
+ /**
91
+ * Supplemental data is additional data you can include in our standard data types.
92
+ *
93
+ * @remarks
94
+ *
95
+ * It is referenced as a configured dynamic key value pair that is unique to the accounting platform. [Learn more](https://docs.codat.io/using-the-api/supplemental-data/overview) about supplemental data.
96
+ */
97
+ supplementalData?: SupplementalData;
89
98
  /**
90
99
  * The total transaction amount
91
100
  */
@@ -29,6 +29,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
29
29
  Object.defineProperty(exports, "__esModule", { value: true });
30
30
  exports.CommerceTransaction = void 0;
31
31
  var utils_1 = require("../../../internal/utils");
32
+ var supplementaldata_1 = require("./supplementaldata");
32
33
  var transactionsourceref_1 = require("./transactionsourceref");
33
34
  var transactiontype_1 = require("./transactiontype");
34
35
  var class_transformer_1 = require("class-transformer");
@@ -86,6 +87,12 @@ var CommerceTransaction = /** @class */ (function (_super) {
86
87
  (0, class_transformer_1.Expose)({ name: "subType" }),
87
88
  __metadata("design:type", String)
88
89
  ], CommerceTransaction.prototype, "subType", void 0);
90
+ __decorate([
91
+ (0, utils_1.SpeakeasyMetadata)(),
92
+ (0, class_transformer_1.Expose)({ name: "supplementalData" }),
93
+ (0, class_transformer_1.Type)(function () { return supplementaldata_1.SupplementalData; }),
94
+ __metadata("design:type", supplementaldata_1.SupplementalData)
95
+ ], CommerceTransaction.prototype, "supplementalData", void 0);
89
96
  __decorate([
90
97
  (0, utils_1.SpeakeasyMetadata)(),
91
98
  (0, class_transformer_1.Expose)({ name: "totalAmount" }),
@@ -3,8 +3,17 @@ import { CommerceTransaction } from "./commercetransaction";
3
3
  import { Links } from "./links";
4
4
  export declare class CommerceTransactions extends SpeakeasyBase {
5
5
  links: Links;
6
+ /**
7
+ * Current page number.
8
+ */
6
9
  pageNumber: number;
10
+ /**
11
+ * Number of items to return in results array.
12
+ */
7
13
  pageSize: number;
8
14
  results?: CommerceTransaction[];
15
+ /**
16
+ * Total number of items.
17
+ */
9
18
  totalResults: number;
10
19
  }
@@ -3,8 +3,17 @@ import { Company } from "./company";
3
3
  import { Links } from "./links";
4
4
  export declare class Companies extends SpeakeasyBase {
5
5
  links: Links;
6
+ /**
7
+ * Current page number.
8
+ */
6
9
  pageNumber: number;
10
+ /**
11
+ * Number of items to return in results array.
12
+ */
7
13
  pageSize: number;
8
14
  results?: Company[];
15
+ /**
16
+ * Total number of items.
17
+ */
9
18
  totalResults: number;
10
19
  }
@@ -34,6 +34,9 @@ export declare class Company extends SpeakeasyBase {
34
34
  * > Where it is not available from the underlying platform, Codat will return these as times local to the business whose data has been synced.
35
35
  */
36
36
  created?: string;
37
+ /**
38
+ * Name of user that created the company in Codat.
39
+ */
37
40
  createdByUserName?: string;
38
41
  dataConnections?: Connection[];
39
42
  /**
@@ -73,6 +76,8 @@ export declare class Company extends SpeakeasyBase {
73
76
  */
74
77
  name: string;
75
78
  /**
79
+ * `platformKeys` name used when creating the company.
80
+ *
76
81
  * @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible.
77
82
  */
78
83
  platform?: string;
@@ -89,7 +89,13 @@ export declare class Connection extends SpeakeasyBase {
89
89
  * > Where it is not available from the underlying platform, Codat will return these as times local to the business whose data has been synced.
90
90
  */
91
91
  lastSync?: string;
92
+ /**
93
+ * The link URL your customers can use to authorize access to their business application.
94
+ */
92
95
  linkUrl: string;
96
+ /**
97
+ * Name of integration connected to company.
98
+ */
93
99
  platformName: string;
94
100
  /**
95
101
  * A source-specific ID used to distinguish between different sources originating from the same data connection. In general, a data connection is a single data source. However, for TrueLayer, `sourceId` is associated with a specific bank and has a many-to-one relationship with the `integrationId`.
@@ -3,8 +3,17 @@ import { Connection } from "./connection";
3
3
  import { Links } from "./links";
4
4
  export declare class Connections extends SpeakeasyBase {
5
5
  links: Links;
6
+ /**
7
+ * Current page number.
8
+ */
6
9
  pageNumber: number;
10
+ /**
11
+ * Number of items to return in results array.
12
+ */
7
13
  pageSize: number;
8
14
  results?: Connection[];
15
+ /**
16
+ * Total number of items.
17
+ */
9
18
  totalResults: number;
10
19
  }
@@ -1,8 +1,15 @@
1
1
  import { SpeakeasyBase } from "../../../internal/utils";
2
+ import { DataType } from "./datatype";
2
3
  /**
3
4
  * The customer or supplier for the transfer, if available.
4
5
  */
5
6
  export declare class ContactRef extends SpeakeasyBase {
6
- dataType?: string;
7
+ /**
8
+ * Available Data types
9
+ */
10
+ dataType?: DataType;
11
+ /**
12
+ * Unique identifier for a customer or supplier.
13
+ */
7
14
  id: string;
8
15
  }
@@ -29,6 +29,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
29
29
  Object.defineProperty(exports, "__esModule", { value: true });
30
30
  exports.ContactRef = void 0;
31
31
  var utils_1 = require("../../../internal/utils");
32
+ var datatype_1 = require("./datatype");
32
33
  var class_transformer_1 = require("class-transformer");
33
34
  /**
34
35
  * The customer or supplier for the transfer, if available.
@@ -1,6 +1,12 @@
1
1
  import { SpeakeasyBase } from "../../../internal/utils";
2
2
  export declare class CreateBankAccountTransaction extends SpeakeasyBase {
3
+ /**
4
+ * The amount transacted in the bank transaction.
5
+ */
3
6
  amount?: number;
7
+ /**
8
+ * The remaining balance in the account with ID `accountId`.
9
+ */
4
10
  balance?: number;
5
11
  /**
6
12
  * In Codat's data model, dates and times are represented using the <a class="external" href="https://en.wikipedia.org/wiki/ISO_8601" target="_blank">ISO 8601 standard</a>. Date and time fields are formatted as strings; for example:
@@ -26,6 +32,12 @@ export declare class CreateBankAccountTransaction extends SpeakeasyBase {
26
32
  * > Where it is not available from the underlying platform, Codat will return these as times local to the business whose data has been synced.
27
33
  */
28
34
  date?: string;
35
+ /**
36
+ * Description of the bank transaction.
37
+ */
29
38
  description?: string;
39
+ /**
40
+ * Identifier for the bank account transaction, unique for the company in the accounting platform.
41
+ */
30
42
  id?: string;
31
43
  }
@@ -21,6 +21,9 @@ export declare class CreditNoteLineItem extends SpeakeasyBase {
21
21
  * Percentage rate of any discount applied to the line item.
22
22
  */
23
23
  discountPercentage?: number;
24
+ /**
25
+ * The credit note is a direct income if `True`.
26
+ */
24
27
  isDirectIncome?: boolean;
25
28
  /**
26
29
  * Reference to the item the line is linked to.
@@ -1,3 +1,6 @@
1
+ /**
2
+ * Current state of the credit note.
3
+ */
1
4
  export declare enum CreditNoteStatus {
2
5
  Unknown = "Unknown",
3
6
  Draft = "Draft",