@apideck/unify 0.20.0 → 0.21.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 (514) hide show
  1. package/README.md +68 -51
  2. package/docs/sdks/agedcreditors/README.md +115 -0
  3. package/docs/sdks/attachments/README.md +97 -0
  4. package/docs/sdks/bills/README.md +24 -20
  5. package/docs/sdks/connections/README.md +100 -80
  6. package/docs/sdks/connectionsettings/README.md +100 -80
  7. package/docs/sdks/creditnotes/README.md +20 -20
  8. package/docs/sdks/expenses/README.md +8 -0
  9. package/docs/sdks/invoiceitems/README.md +16 -0
  10. package/docs/sdks/invoices/README.md +16 -16
  11. package/docs/sdks/journalentries/README.md +20 -0
  12. package/docs/sdks/pipelines/README.md +632 -0
  13. package/docs/sdks/purchaseorders/README.md +106 -186
  14. package/docs/sdks/uploadsessions/README.md +95 -0
  15. package/funcs/accountingAgedCreditorsGet.d.ts +17 -0
  16. package/funcs/accountingAgedCreditorsGet.d.ts.map +1 -0
  17. package/funcs/accountingAgedCreditorsGet.js +128 -0
  18. package/funcs/accountingAgedCreditorsGet.js.map +1 -0
  19. package/funcs/accountingAttachmentsUpload.d.ts +17 -0
  20. package/funcs/accountingAttachmentsUpload.d.ts.map +1 -0
  21. package/funcs/accountingAttachmentsUpload.js +141 -0
  22. package/funcs/accountingAttachmentsUpload.js.map +1 -0
  23. package/funcs/crmPipelinesCreate.d.ts +17 -0
  24. package/funcs/crmPipelinesCreate.d.ts.map +1 -0
  25. package/funcs/crmPipelinesCreate.js +127 -0
  26. package/funcs/crmPipelinesCreate.js.map +1 -0
  27. package/funcs/crmPipelinesDelete.d.ts +17 -0
  28. package/funcs/crmPipelinesDelete.d.ts.map +1 -0
  29. package/funcs/crmPipelinesDelete.js +132 -0
  30. package/funcs/crmPipelinesDelete.js.map +1 -0
  31. package/funcs/crmPipelinesGet.d.ts +17 -0
  32. package/funcs/crmPipelinesGet.d.ts.map +1 -0
  33. package/funcs/crmPipelinesGet.js +133 -0
  34. package/funcs/crmPipelinesGet.js.map +1 -0
  35. package/funcs/crmPipelinesUpdate.d.ts +17 -0
  36. package/funcs/crmPipelinesUpdate.d.ts.map +1 -0
  37. package/funcs/crmPipelinesUpdate.js +133 -0
  38. package/funcs/crmPipelinesUpdate.js.map +1 -0
  39. package/funcs/fileStorageUploadSessionsUpload.d.ts +17 -0
  40. package/funcs/fileStorageUploadSessionsUpload.d.ts.map +1 -0
  41. package/funcs/fileStorageUploadSessionsUpload.js +139 -0
  42. package/funcs/fileStorageUploadSessionsUpload.js.map +1 -0
  43. package/hooks/types.d.ts +1 -1
  44. package/hooks/types.d.ts.map +1 -1
  45. package/jsr.json +1 -1
  46. package/lib/config.d.ts +4 -4
  47. package/lib/config.js +4 -4
  48. package/lib/security.d.ts +4 -3
  49. package/lib/security.d.ts.map +1 -1
  50. package/lib/security.js +6 -1
  51. package/lib/security.js.map +1 -1
  52. package/models/components/{accountinglocation.d.ts → accountinglocationinput.d.ts} +58 -58
  53. package/models/components/accountinglocationinput.d.ts.map +1 -0
  54. package/models/components/{accountinglocation.js → accountinglocationinput.js} +56 -56
  55. package/models/components/accountinglocationinput.js.map +1 -0
  56. package/models/components/address.d.ts +8 -8
  57. package/models/components/address.d.ts.map +1 -1
  58. package/models/components/address.js +13 -14
  59. package/models/components/address.js.map +1 -1
  60. package/models/components/agedcreditors.d.ts +51 -0
  61. package/models/components/agedcreditors.d.ts.map +1 -0
  62. package/models/components/agedcreditors.js +88 -0
  63. package/models/components/agedcreditors.js.map +1 -0
  64. package/models/components/{applicant.d.ts → applicantinput.d.ts} +79 -79
  65. package/models/components/applicantinput.d.ts.map +1 -0
  66. package/models/components/{applicant.js → applicantinput.js} +85 -85
  67. package/models/components/applicantinput.js.map +1 -0
  68. package/models/components/billlineitem.d.ts +4 -4
  69. package/models/components/{billpayment.d.ts → billpaymentinput.d.ts} +102 -102
  70. package/models/components/billpaymentinput.d.ts.map +1 -0
  71. package/models/components/{billpayment.js → billpaymentinput.js} +100 -100
  72. package/models/components/billpaymentinput.js.map +1 -0
  73. package/models/components/connectionimportdata.d.ts +15 -15
  74. package/models/components/connectionimportdata.d.ts.map +1 -1
  75. package/models/components/connectionimportdata.js +18 -19
  76. package/models/components/connectionimportdata.js.map +1 -1
  77. package/models/components/{connection.d.ts → connectioninput.d.ts} +139 -139
  78. package/models/components/connectioninput.d.ts.map +1 -0
  79. package/models/components/{connection.js → connectioninput.js} +150 -150
  80. package/models/components/connectioninput.js.map +1 -0
  81. package/models/components/consumerconnection.d.ts +6 -26
  82. package/models/components/consumerconnection.d.ts.map +1 -1
  83. package/models/components/consumerconnection.js +3 -26
  84. package/models/components/consumerconnection.js.map +1 -1
  85. package/models/components/{contact.d.ts → contactinput.d.ts} +71 -71
  86. package/models/components/contactinput.d.ts.map +1 -0
  87. package/models/components/{contact.js → contactinput.js} +72 -71
  88. package/models/components/{contact.js.map → contactinput.js.map} +1 -1
  89. package/models/components/createattachmentresponse.d.ts +70 -0
  90. package/models/components/createattachmentresponse.d.ts.map +1 -0
  91. package/models/components/createattachmentresponse.js +83 -0
  92. package/models/components/createattachmentresponse.js.map +1 -0
  93. package/models/components/createconnectionresponse.d.ts +1 -1
  94. package/models/components/createconnectionresponse.d.ts.map +1 -1
  95. package/models/components/createconnectionresponse.js +3 -3
  96. package/models/components/createconnectionresponse.js.map +1 -1
  97. package/models/components/createpipelineresponse.d.ts +70 -0
  98. package/models/components/createpipelineresponse.d.ts.map +1 -0
  99. package/models/components/createpipelineresponse.js +83 -0
  100. package/models/components/createpipelineresponse.js.map +1 -0
  101. package/models/components/{creditnote.d.ts → creditnoteinput.d.ts} +74 -74
  102. package/models/components/creditnoteinput.d.ts.map +1 -0
  103. package/models/components/{creditnote.js → creditnoteinput.js} +69 -69
  104. package/models/components/creditnoteinput.js.map +1 -0
  105. package/models/components/{customer.d.ts → customerinput.d.ts} +70 -70
  106. package/models/components/customerinput.d.ts.map +1 -0
  107. package/models/components/{customer.js → customerinput.js} +64 -64
  108. package/models/components/customerinput.js.map +1 -0
  109. package/models/components/deletepipelineresponse.d.ts +70 -0
  110. package/models/components/deletepipelineresponse.d.ts.map +1 -0
  111. package/models/components/deletepipelineresponse.js +83 -0
  112. package/models/components/deletepipelineresponse.js.map +1 -0
  113. package/models/components/{employeecompensation.d.ts → employeecompensationinput.d.ts} +37 -37
  114. package/models/components/employeecompensationinput.d.ts.map +1 -0
  115. package/models/components/{employeecompensation.js → employeecompensationinput.js} +36 -36
  116. package/models/components/employeecompensationinput.js.map +1 -0
  117. package/models/components/{employee.d.ts → employeeinput.d.ts} +70 -65
  118. package/models/components/employeeinput.d.ts.map +1 -0
  119. package/models/components/{employee.js → employeeinput.js} +67 -63
  120. package/models/components/employeeinput.js.map +1 -0
  121. package/models/components/employeeschedules.d.ts +1 -1
  122. package/models/components/employeeschedules.d.ts.map +1 -1
  123. package/models/components/employeeschedules.js +3 -3
  124. package/models/components/employeeschedules.js.map +1 -1
  125. package/models/components/employeesfilter.d.ts +5 -0
  126. package/models/components/employeesfilter.d.ts.map +1 -1
  127. package/models/components/employeesfilter.js +2 -0
  128. package/models/components/employeesfilter.js.map +1 -1
  129. package/models/components/{expense.d.ts → expenseinput.d.ts} +61 -61
  130. package/models/components/expenseinput.d.ts.map +1 -0
  131. package/models/components/{expense.js → expenseinput.js} +56 -56
  132. package/models/components/expenseinput.js.map +1 -0
  133. package/models/components/expenselineitem.d.ts +11 -6
  134. package/models/components/expenselineitem.d.ts.map +1 -1
  135. package/models/components/expenselineitem.js +8 -4
  136. package/models/components/expenselineitem.js.map +1 -1
  137. package/models/components/expenselineiteminput.d.ts +11 -6
  138. package/models/components/expenselineiteminput.d.ts.map +1 -1
  139. package/models/components/expenselineiteminput.js +8 -4
  140. package/models/components/expenselineiteminput.js.map +1 -1
  141. package/models/components/formfieldoption.d.ts +10 -2
  142. package/models/components/formfieldoption.d.ts.map +1 -1
  143. package/models/components/formfieldoption.js +12 -4
  144. package/models/components/formfieldoption.js.map +1 -1
  145. package/models/components/formfieldoptiongroup.d.ts +29 -4
  146. package/models/components/formfieldoptiongroup.d.ts.map +1 -1
  147. package/models/components/formfieldoptiongroup.js +34 -5
  148. package/models/components/formfieldoptiongroup.js.map +1 -1
  149. package/models/components/getaccountinglocationresponse.d.ts +1 -1
  150. package/models/components/getaccountinglocationresponse.d.ts.map +1 -1
  151. package/models/components/getaccountinglocationresponse.js +3 -3
  152. package/models/components/getaccountinglocationresponse.js.map +1 -1
  153. package/models/components/getaccountinglocationsresponse.d.ts +1 -1
  154. package/models/components/getaccountinglocationsresponse.d.ts.map +1 -1
  155. package/models/components/getaccountinglocationsresponse.js +3 -3
  156. package/models/components/getaccountinglocationsresponse.js.map +1 -1
  157. package/models/components/getagedcreditorsresponse.d.ts +67 -0
  158. package/models/components/getagedcreditorsresponse.d.ts.map +1 -0
  159. package/models/components/getagedcreditorsresponse.js +83 -0
  160. package/models/components/getagedcreditorsresponse.js.map +1 -0
  161. package/models/components/getapplicantresponse.d.ts +1 -1
  162. package/models/components/getapplicantresponse.d.ts.map +1 -1
  163. package/models/components/getapplicantresponse.js +3 -3
  164. package/models/components/getapplicantresponse.js.map +1 -1
  165. package/models/components/getapplicantsresponse.d.ts +1 -1
  166. package/models/components/getapplicantsresponse.d.ts.map +1 -1
  167. package/models/components/getapplicantsresponse.js +3 -3
  168. package/models/components/getapplicantsresponse.js.map +1 -1
  169. package/models/components/getbillpaymentresponse.d.ts +1 -1
  170. package/models/components/getbillpaymentresponse.d.ts.map +1 -1
  171. package/models/components/getbillpaymentresponse.js +3 -3
  172. package/models/components/getbillpaymentresponse.js.map +1 -1
  173. package/models/components/getbillpaymentsresponse.d.ts +1 -1
  174. package/models/components/getbillpaymentsresponse.d.ts.map +1 -1
  175. package/models/components/getbillpaymentsresponse.js +3 -3
  176. package/models/components/getbillpaymentsresponse.js.map +1 -1
  177. package/models/components/getconnectionresponse.d.ts +1 -1
  178. package/models/components/getconnectionresponse.d.ts.map +1 -1
  179. package/models/components/getconnectionresponse.js +3 -3
  180. package/models/components/getconnectionresponse.js.map +1 -1
  181. package/models/components/getconnectionsresponse.d.ts +1 -1
  182. package/models/components/getconnectionsresponse.d.ts.map +1 -1
  183. package/models/components/getconnectionsresponse.js +3 -3
  184. package/models/components/getconnectionsresponse.js.map +1 -1
  185. package/models/components/getcontactresponse.d.ts +1 -1
  186. package/models/components/getcontactresponse.d.ts.map +1 -1
  187. package/models/components/getcontactresponse.js +3 -3
  188. package/models/components/getcontactresponse.js.map +1 -1
  189. package/models/components/getcontactsresponse.d.ts +1 -1
  190. package/models/components/getcontactsresponse.d.ts.map +1 -1
  191. package/models/components/getcontactsresponse.js +3 -3
  192. package/models/components/getcontactsresponse.js.map +1 -1
  193. package/models/components/getcreditnoteresponse.d.ts +1 -1
  194. package/models/components/getcreditnoteresponse.d.ts.map +1 -1
  195. package/models/components/getcreditnoteresponse.js +3 -3
  196. package/models/components/getcreditnoteresponse.js.map +1 -1
  197. package/models/components/getcreditnotesresponse.d.ts +1 -1
  198. package/models/components/getcreditnotesresponse.d.ts.map +1 -1
  199. package/models/components/getcreditnotesresponse.js +3 -3
  200. package/models/components/getcreditnotesresponse.js.map +1 -1
  201. package/models/components/getcustomerresponse.d.ts +1 -1
  202. package/models/components/getcustomerresponse.d.ts.map +1 -1
  203. package/models/components/getcustomerresponse.js +3 -3
  204. package/models/components/getcustomerresponse.js.map +1 -1
  205. package/models/components/getcustomersresponse.d.ts +1 -1
  206. package/models/components/getcustomersresponse.d.ts.map +1 -1
  207. package/models/components/getcustomersresponse.js +3 -3
  208. package/models/components/getcustomersresponse.js.map +1 -1
  209. package/models/components/getemployeeresponse.d.ts +1 -1
  210. package/models/components/getemployeeresponse.d.ts.map +1 -1
  211. package/models/components/getemployeeresponse.js +3 -3
  212. package/models/components/getemployeeresponse.js.map +1 -1
  213. package/models/components/getemployeesresponse.d.ts +1 -1
  214. package/models/components/getemployeesresponse.d.ts.map +1 -1
  215. package/models/components/getemployeesresponse.js +3 -3
  216. package/models/components/getemployeesresponse.js.map +1 -1
  217. package/models/components/getexpenseresponse.d.ts +1 -1
  218. package/models/components/getexpenseresponse.d.ts.map +1 -1
  219. package/models/components/getexpenseresponse.js +3 -3
  220. package/models/components/getexpenseresponse.js.map +1 -1
  221. package/models/components/getexpensesresponse.d.ts +1 -1
  222. package/models/components/getexpensesresponse.d.ts.map +1 -1
  223. package/models/components/getexpensesresponse.js +3 -3
  224. package/models/components/getexpensesresponse.js.map +1 -1
  225. package/models/components/gethriscompaniesresponse.d.ts +1 -1
  226. package/models/components/gethriscompaniesresponse.d.ts.map +1 -1
  227. package/models/components/gethriscompaniesresponse.js +3 -3
  228. package/models/components/gethriscompaniesresponse.js.map +1 -1
  229. package/models/components/gethriscompanyresponse.d.ts +1 -1
  230. package/models/components/gethriscompanyresponse.d.ts.map +1 -1
  231. package/models/components/gethriscompanyresponse.js +3 -3
  232. package/models/components/gethriscompanyresponse.js.map +1 -1
  233. package/models/components/getinvoiceresponse.d.ts +1 -1
  234. package/models/components/getinvoiceresponse.d.ts.map +1 -1
  235. package/models/components/getinvoiceresponse.js +3 -3
  236. package/models/components/getinvoiceresponse.js.map +1 -1
  237. package/models/components/getinvoicesresponse.d.ts +1 -1
  238. package/models/components/getinvoicesresponse.d.ts.map +1 -1
  239. package/models/components/getinvoicesresponse.js +3 -3
  240. package/models/components/getinvoicesresponse.js.map +1 -1
  241. package/models/components/getledgeraccountresponse.d.ts +1 -1
  242. package/models/components/getledgeraccountresponse.d.ts.map +1 -1
  243. package/models/components/getledgeraccountresponse.js +3 -3
  244. package/models/components/getledgeraccountresponse.js.map +1 -1
  245. package/models/components/getledgeraccountsresponse.d.ts +1 -1
  246. package/models/components/getledgeraccountsresponse.d.ts.map +1 -1
  247. package/models/components/getledgeraccountsresponse.js +3 -3
  248. package/models/components/getledgeraccountsresponse.js.map +1 -1
  249. package/models/components/getpipelineresponse.d.ts +67 -0
  250. package/models/components/getpipelineresponse.d.ts.map +1 -0
  251. package/models/components/getpipelineresponse.js +83 -0
  252. package/models/components/getpipelineresponse.js.map +1 -0
  253. package/models/components/getsupplierresponse.d.ts +1 -1
  254. package/models/components/getsupplierresponse.d.ts.map +1 -1
  255. package/models/components/getsupplierresponse.js +3 -3
  256. package/models/components/getsupplierresponse.js.map +1 -1
  257. package/models/components/getsuppliersresponse.d.ts +1 -1
  258. package/models/components/getsuppliersresponse.d.ts.map +1 -1
  259. package/models/components/getsuppliersresponse.js +3 -3
  260. package/models/components/getsuppliersresponse.js.map +1 -1
  261. package/models/components/getticketresponse.d.ts +1 -1
  262. package/models/components/getticketresponse.d.ts.map +1 -1
  263. package/models/components/getticketresponse.js +3 -3
  264. package/models/components/getticketresponse.js.map +1 -1
  265. package/models/components/getticketsresponse.d.ts +1 -1
  266. package/models/components/getticketsresponse.d.ts.map +1 -1
  267. package/models/components/getticketsresponse.js +3 -3
  268. package/models/components/getticketsresponse.js.map +1 -1
  269. package/models/components/{hriscompany.d.ts → hriscompanyinput.d.ts} +55 -55
  270. package/models/components/hriscompanyinput.d.ts.map +1 -0
  271. package/models/components/{hriscompany.js → hriscompanyinput.js} +54 -54
  272. package/models/components/hriscompanyinput.js.map +1 -0
  273. package/models/components/index.d.ts +26 -16
  274. package/models/components/index.d.ts.map +1 -1
  275. package/models/components/index.js +26 -16
  276. package/models/components/index.js.map +1 -1
  277. package/models/components/{invoice.d.ts → invoiceinput.d.ts} +74 -74
  278. package/models/components/invoiceinput.d.ts.map +1 -0
  279. package/models/components/{invoice.js → invoiceinput.js} +72 -72
  280. package/models/components/{invoice.js.map → invoiceinput.js.map} +1 -1
  281. package/models/components/invoiceitem.d.ts +46 -0
  282. package/models/components/invoiceitem.d.ts.map +1 -1
  283. package/models/components/invoiceitem.js +34 -0
  284. package/models/components/invoiceitem.js.map +1 -1
  285. package/models/components/{invoicelineitem.d.ts → invoicelineiteminput.d.ts} +59 -59
  286. package/models/components/invoicelineiteminput.d.ts.map +1 -0
  287. package/models/components/{invoicelineitem.js → invoicelineiteminput.js} +54 -54
  288. package/models/components/invoicelineiteminput.js.map +1 -0
  289. package/models/components/journalentrylineitem.d.ts +16 -6
  290. package/models/components/journalentrylineitem.d.ts.map +1 -1
  291. package/models/components/journalentrylineitem.js +12 -4
  292. package/models/components/journalentrylineitem.js.map +1 -1
  293. package/models/components/{ledgeraccount.d.ts → ledgeraccountinput.d.ts} +129 -129
  294. package/models/components/ledgeraccountinput.d.ts.map +1 -0
  295. package/models/components/{ledgeraccount.js → ledgeraccountinput.js} +128 -128
  296. package/models/components/ledgeraccountinput.js.map +1 -0
  297. package/models/components/linkedecommercecustomer.d.ts +6 -6
  298. package/models/components/linkedecommercecustomer.d.ts.map +1 -1
  299. package/models/components/linkedecommercecustomer.js +6 -6
  300. package/models/components/linkedecommercecustomer.js.map +1 -1
  301. package/models/components/outstandingbalancebysupplier.d.ts +40 -0
  302. package/models/components/outstandingbalancebysupplier.d.ts.map +1 -0
  303. package/models/components/outstandingbalancebysupplier.js +77 -0
  304. package/models/components/outstandingbalancebysupplier.js.map +1 -0
  305. package/models/components/pipelineinput.d.ts +117 -0
  306. package/models/components/pipelineinput.d.ts.map +1 -0
  307. package/models/components/pipelineinput.js +133 -0
  308. package/models/components/pipelineinput.js.map +1 -0
  309. package/models/components/purchaseorder.d.ts +6 -1
  310. package/models/components/purchaseorder.d.ts.map +1 -1
  311. package/models/components/purchaseorder.js +14 -5
  312. package/models/components/purchaseorder.js.map +1 -1
  313. package/models/components/simpleformfieldoption.d.ts +27 -2
  314. package/models/components/simpleformfieldoption.d.ts.map +1 -1
  315. package/models/components/simpleformfieldoption.js +33 -3
  316. package/models/components/simpleformfieldoption.js.map +1 -1
  317. package/models/components/{supplier.d.ts → supplierinput.d.ts} +70 -70
  318. package/models/components/supplierinput.d.ts.map +1 -0
  319. package/models/components/{supplier.js → supplierinput.js} +64 -64
  320. package/models/components/supplierinput.js.map +1 -0
  321. package/models/components/{ticket.d.ts → ticketinput.d.ts} +66 -66
  322. package/models/components/ticketinput.d.ts.map +1 -0
  323. package/models/components/{ticket.js → ticketinput.js} +59 -59
  324. package/models/components/ticketinput.js.map +1 -0
  325. package/models/components/updateconnectionresponse.d.ts +1 -1
  326. package/models/components/updateconnectionresponse.d.ts.map +1 -1
  327. package/models/components/updateconnectionresponse.js +3 -3
  328. package/models/components/updateconnectionresponse.js.map +1 -1
  329. package/models/components/updatepipelineresponse.d.ts +70 -0
  330. package/models/components/updatepipelineresponse.d.ts.map +1 -0
  331. package/models/components/updatepipelineresponse.js +83 -0
  332. package/models/components/updatepipelineresponse.js.map +1 -0
  333. package/models/components/updateuploadsessionresponse.d.ts +70 -0
  334. package/models/components/updateuploadsessionresponse.d.ts.map +1 -0
  335. package/models/components/updateuploadsessionresponse.js +83 -0
  336. package/models/components/updateuploadsessionresponse.js.map +1 -0
  337. package/models/operations/accountingagedcreditorsone.d.ts +135 -0
  338. package/models/operations/accountingagedcreditorsone.d.ts.map +1 -0
  339. package/models/operations/accountingagedcreditorsone.js +157 -0
  340. package/models/operations/accountingagedcreditorsone.js.map +1 -0
  341. package/models/operations/accountingattachmentsupload.d.ts +134 -0
  342. package/models/operations/accountingattachmentsupload.d.ts.map +1 -0
  343. package/models/operations/accountingattachmentsupload.js +178 -0
  344. package/models/operations/accountingattachmentsupload.js.map +1 -0
  345. package/models/operations/crmpipelinesadd.d.ts +118 -0
  346. package/models/operations/crmpipelinesadd.d.ts.map +1 -0
  347. package/models/operations/crmpipelinesadd.js +153 -0
  348. package/models/operations/crmpipelinesadd.js.map +1 -0
  349. package/models/operations/crmpipelinesdelete.d.ts +121 -0
  350. package/models/operations/crmpipelinesdelete.d.ts.map +1 -0
  351. package/models/operations/crmpipelinesdelete.js +145 -0
  352. package/models/operations/crmpipelinesdelete.js.map +1 -0
  353. package/models/operations/crmpipelinesone.d.ts +126 -0
  354. package/models/operations/crmpipelinesone.d.ts.map +1 -0
  355. package/models/operations/crmpipelinesone.js +145 -0
  356. package/models/operations/crmpipelinesone.js.map +1 -0
  357. package/models/operations/crmpipelinesupdate.d.ts +123 -0
  358. package/models/operations/crmpipelinesupdate.d.ts.map +1 -0
  359. package/models/operations/crmpipelinesupdate.js +155 -0
  360. package/models/operations/crmpipelinesupdate.js.map +1 -0
  361. package/models/operations/filestorageuploadsessionsupload.d.ts +134 -0
  362. package/models/operations/filestorageuploadsessionsupload.d.ts.map +1 -0
  363. package/models/operations/filestorageuploadsessionsupload.js +174 -0
  364. package/models/operations/filestorageuploadsessionsupload.js.map +1 -0
  365. package/models/operations/index.d.ts +7 -0
  366. package/models/operations/index.d.ts.map +1 -1
  367. package/models/operations/index.js +7 -0
  368. package/models/operations/index.js.map +1 -1
  369. package/package.json +1 -1
  370. package/sdk/accounting.d.ts +3 -0
  371. package/sdk/accounting.d.ts.map +1 -1
  372. package/sdk/accounting.js +4 -0
  373. package/sdk/accounting.js.map +1 -1
  374. package/sdk/agedcreditors.d.ts +12 -0
  375. package/sdk/agedcreditors.d.ts.map +1 -0
  376. package/sdk/agedcreditors.js +22 -0
  377. package/sdk/agedcreditors.js.map +1 -0
  378. package/sdk/attachments.d.ts +7 -0
  379. package/sdk/attachments.d.ts.map +1 -1
  380. package/sdk/attachments.js +10 -0
  381. package/sdk/attachments.js.map +1 -1
  382. package/sdk/pipelines.d.ts +28 -0
  383. package/sdk/pipelines.d.ts.map +1 -1
  384. package/sdk/pipelines.js +41 -0
  385. package/sdk/pipelines.js.map +1 -1
  386. package/sdk/uploadsessions.d.ts +7 -0
  387. package/sdk/uploadsessions.d.ts.map +1 -1
  388. package/sdk/uploadsessions.js +10 -0
  389. package/sdk/uploadsessions.js.map +1 -1
  390. package/src/funcs/accountingAgedCreditorsGet.ts +228 -0
  391. package/src/funcs/accountingAttachmentsUpload.ts +241 -0
  392. package/src/funcs/crmPipelinesCreate.ts +214 -0
  393. package/src/funcs/crmPipelinesDelete.ts +220 -0
  394. package/src/funcs/crmPipelinesGet.ts +221 -0
  395. package/src/funcs/crmPipelinesUpdate.ts +221 -0
  396. package/src/funcs/fileStorageUploadSessionsUpload.ts +239 -0
  397. package/src/hooks/types.ts +1 -1
  398. package/src/lib/config.ts +4 -4
  399. package/src/lib/security.ts +11 -3
  400. package/src/models/components/address.ts +15 -14
  401. package/src/models/components/agedcreditors.ts +120 -0
  402. package/src/models/components/billlineitem.ts +4 -4
  403. package/src/models/components/connectionimportdata.ts +24 -33
  404. package/src/models/components/consumerconnection.ts +4 -53
  405. package/src/models/components/{contact.ts → contactinput.ts} +232 -233
  406. package/src/models/components/createattachmentresponse.ts +131 -0
  407. package/src/models/components/createconnectionresponse.ts +1 -1
  408. package/src/models/components/createpipelineresponse.ts +131 -0
  409. package/src/models/components/{creditnote.ts → creditnoteinput.ts} +131 -131
  410. package/src/models/components/deletepipelineresponse.ts +131 -0
  411. package/src/models/components/{employee.ts → employeeinput.ts} +123 -114
  412. package/src/models/components/employeeschedules.ts +1 -1
  413. package/src/models/components/employeesfilter.ts +7 -0
  414. package/src/models/components/{expense.ts → expenseinput.ts} +166 -166
  415. package/src/models/components/expenselineitem.ts +19 -10
  416. package/src/models/components/expenselineiteminput.ts +19 -10
  417. package/src/models/components/formfieldoption.ts +25 -7
  418. package/src/models/components/formfieldoptiongroup.ts +50 -8
  419. package/src/models/components/getaccountinglocationresponse.ts +1 -1
  420. package/src/models/components/getaccountinglocationsresponse.ts +1 -1
  421. package/src/models/components/getagedcreditorsresponse.ts +128 -0
  422. package/src/models/components/getapplicantresponse.ts +1 -1
  423. package/src/models/components/getapplicantsresponse.ts +1 -1
  424. package/src/models/components/getbillpaymentresponse.ts +1 -1
  425. package/src/models/components/getbillpaymentsresponse.ts +1 -1
  426. package/src/models/components/getconnectionresponse.ts +1 -1
  427. package/src/models/components/getconnectionsresponse.ts +1 -1
  428. package/src/models/components/getcontactresponse.ts +1 -1
  429. package/src/models/components/getcontactsresponse.ts +1 -1
  430. package/src/models/components/getcreditnoteresponse.ts +1 -1
  431. package/src/models/components/getcreditnotesresponse.ts +1 -1
  432. package/src/models/components/getcustomerresponse.ts +1 -1
  433. package/src/models/components/getcustomersresponse.ts +1 -1
  434. package/src/models/components/getemployeeresponse.ts +1 -1
  435. package/src/models/components/getemployeesresponse.ts +1 -1
  436. package/src/models/components/getexpenseresponse.ts +1 -1
  437. package/src/models/components/getexpensesresponse.ts +1 -1
  438. package/src/models/components/gethriscompaniesresponse.ts +1 -1
  439. package/src/models/components/gethriscompanyresponse.ts +1 -1
  440. package/src/models/components/getinvoiceresponse.ts +1 -1
  441. package/src/models/components/getinvoicesresponse.ts +1 -1
  442. package/src/models/components/getledgeraccountresponse.ts +1 -1
  443. package/src/models/components/getledgeraccountsresponse.ts +1 -1
  444. package/src/models/components/getpipelineresponse.ts +128 -0
  445. package/src/models/components/getsupplierresponse.ts +1 -1
  446. package/src/models/components/getsuppliersresponse.ts +1 -1
  447. package/src/models/components/getticketresponse.ts +1 -1
  448. package/src/models/components/getticketsresponse.ts +1 -1
  449. package/src/models/components/index.ts +26 -16
  450. package/src/models/components/{invoice.ts → invoiceinput.ts} +274 -274
  451. package/src/models/components/invoiceitem.ts +74 -0
  452. package/src/models/components/{invoicelineitem.ts → invoicelineiteminput.ts} +104 -104
  453. package/src/models/components/journalentrylineitem.ts +28 -10
  454. package/src/models/components/linkedecommercecustomer.ts +12 -12
  455. package/src/models/components/outstandingbalancebysupplier.ts +109 -0
  456. package/src/models/components/pipelineinput.ts +233 -0
  457. package/src/models/components/purchaseorder.ts +19 -1
  458. package/src/models/components/simpleformfieldoption.ts +42 -4
  459. package/src/models/components/updateconnectionresponse.ts +1 -1
  460. package/src/models/components/updatepipelineresponse.ts +131 -0
  461. package/src/models/components/updateuploadsessionresponse.ts +133 -0
  462. package/src/models/operations/accountingagedcreditorsone.ts +291 -0
  463. package/src/models/operations/accountingattachmentsupload.ts +318 -0
  464. package/src/models/operations/crmpipelinesadd.ts +264 -0
  465. package/src/models/operations/crmpipelinesdelete.ts +259 -0
  466. package/src/models/operations/crmpipelinesone.ts +262 -0
  467. package/src/models/operations/crmpipelinesupdate.ts +271 -0
  468. package/src/models/operations/filestorageuploadsessionsupload.ts +326 -0
  469. package/src/models/operations/index.ts +7 -0
  470. package/src/sdk/accounting.ts +6 -0
  471. package/src/sdk/agedcreditors.ts +27 -0
  472. package/src/sdk/attachments.ts +18 -0
  473. package/src/sdk/pipelines.ts +73 -0
  474. package/src/sdk/uploadsessions.ts +18 -0
  475. package/models/components/accountinglocation.d.ts.map +0 -1
  476. package/models/components/accountinglocation.js.map +0 -1
  477. package/models/components/applicant.d.ts.map +0 -1
  478. package/models/components/applicant.js.map +0 -1
  479. package/models/components/billpayment.d.ts.map +0 -1
  480. package/models/components/billpayment.js.map +0 -1
  481. package/models/components/connection.d.ts.map +0 -1
  482. package/models/components/connection.js.map +0 -1
  483. package/models/components/contact.d.ts.map +0 -1
  484. package/models/components/creditnote.d.ts.map +0 -1
  485. package/models/components/creditnote.js.map +0 -1
  486. package/models/components/customer.d.ts.map +0 -1
  487. package/models/components/customer.js.map +0 -1
  488. package/models/components/employee.d.ts.map +0 -1
  489. package/models/components/employee.js.map +0 -1
  490. package/models/components/employeecompensation.d.ts.map +0 -1
  491. package/models/components/employeecompensation.js.map +0 -1
  492. package/models/components/expense.d.ts.map +0 -1
  493. package/models/components/expense.js.map +0 -1
  494. package/models/components/hriscompany.d.ts.map +0 -1
  495. package/models/components/hriscompany.js.map +0 -1
  496. package/models/components/invoice.d.ts.map +0 -1
  497. package/models/components/invoicelineitem.d.ts.map +0 -1
  498. package/models/components/invoicelineitem.js.map +0 -1
  499. package/models/components/ledgeraccount.d.ts.map +0 -1
  500. package/models/components/ledgeraccount.js.map +0 -1
  501. package/models/components/supplier.d.ts.map +0 -1
  502. package/models/components/supplier.js.map +0 -1
  503. package/models/components/ticket.d.ts.map +0 -1
  504. package/models/components/ticket.js.map +0 -1
  505. package/src/models/components/{accountinglocation.ts → accountinglocationinput.ts} +106 -106
  506. package/src/models/components/{applicant.ts → applicantinput.ts} +157 -157
  507. package/src/models/components/{billpayment.ts → billpaymentinput.ts} +183 -183
  508. package/src/models/components/{connection.ts → connectioninput.ts} +347 -347
  509. package/src/models/components/{customer.ts → customerinput.ts} +121 -121
  510. package/src/models/components/{employeecompensation.ts → employeecompensationinput.ts} +58 -58
  511. package/src/models/components/{hriscompany.ts → hriscompanyinput.ts} +101 -101
  512. package/src/models/components/{ledgeraccount.ts → ledgeraccountinput.ts} +253 -253
  513. package/src/models/components/{supplier.ts → supplierinput.ts} +121 -121
  514. package/src/models/components/{ticket.ts → ticketinput.ts} +125 -125
@@ -0,0 +1 @@
1
+ {"version":3,"file":"invoicelineiteminput.js","sourceRoot":"","sources":["../../src/models/components/invoicelineiteminput.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AA4XH,gEAMC;AAED,oEAQC;AAqKD,sDAIC;AAED,0DAQC;AA7jBD,uCAAyB;AACzB,2DAA0D;AAC1D,qDAAiD;AAIjD,qDAK0B;AAC1B,iEAKgC;AAChC,qEAKkC;AAClC,+EAKuC;AACvC,yDAK4B;AAC5B,mEAKiC;AACjC,2EAKqC;AAErC;;GAEG;AACU,QAAA,mBAAmB,GAAG;IACjC,SAAS,EAAE,YAAY;IACvB,QAAQ,EAAE,UAAU;IACpB,IAAI,EAAE,MAAM;IACZ,QAAQ,EAAE,WAAW;IACrB,KAAK,EAAE,OAAO;CACN,CAAC;AAgKX,gBAAgB;AACH,QAAA,iCAAiC,GAE1C,CAAC,CAAC,UAAU,CAAC,2BAAmB,CAAC,CAAC;AAEtC,gBAAgB;AACH,QAAA,kCAAkC,GAE3C,yCAAiC,CAAC;AAEtC;;;GAGG;AACH,IAAiB,oBAAoB,CAKpC;AALD,WAAiB,oBAAoB;IACnC,mEAAmE;IACtD,kCAAa,GAAG,yCAAiC,CAAC;IAC/D,oEAAoE;IACvD,mCAAc,GAAG,0CAAkC,CAAC;AACnE,CAAC,EALgB,oBAAoB,oCAApB,oBAAoB,QAKpC;AAED,gBAAgB;AACH,QAAA,kCAAkC,GAI3C,CAAC,CAAC,MAAM,CAAC;IACX,EAAE,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IACrC,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC7B,IAAI,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IACvC,WAAW,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,CAAC,QAAQ,EAAE;IACpD,WAAW,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC9C,IAAI,EAAE,CAAC,CAAC,QAAQ,CAAC,yCAAiC,CAAC,CAAC,QAAQ,EAAE;IAC9D,UAAU,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC7C,YAAY,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC/C,QAAQ,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC3C,UAAU,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC7C,eAAe,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAClD,mBAAmB,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IACtD,eAAe,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAClD,WAAW,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC9C,aAAa,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAChD,IAAI,EAAE,sDAA+B,CAAC,QAAQ,EAAE;IAChD,QAAQ,EAAE,wDAAgC,CAAC,QAAQ,EAAE;IACrD,mBAAmB,EAAE,CAAC,CAAC,QAAQ,CAC7B,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,QAAQ,CAAC,gEAAoC,CAAC,CAAC,CAC1D,CAAC,QAAQ,EAAE;IACZ,cAAc,EAAE,CAAC,CAAC,QAAQ,CAAC,oEAAsC,CAAC,CAAC,QAAQ,EAAE;IAC7E,aAAa,EAAE,CAAC,CAAC,KAAK,CAAC,0CAAyB,CAAC,CAAC,QAAQ,EAAE;IAC5D,WAAW,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;CAC/C,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,QAAQ,EAAE,OAAO;QACjB,aAAa,EAAE,YAAY;QAC3B,YAAY,EAAE,WAAW;QACzB,cAAc,EAAE,aAAa;QAC7B,YAAY,EAAE,WAAW;QACzB,iBAAiB,EAAE,eAAe;QAClC,qBAAqB,EAAE,oBAAoB;QAC3C,iBAAiB,EAAE,gBAAgB;QACnC,aAAa,EAAE,YAAY;QAC3B,eAAe,EAAE,cAAc;QAC/B,UAAU,EAAE,SAAS;QACrB,qBAAqB,EAAE,oBAAoB;QAC3C,gBAAgB,EAAE,eAAe;QACjC,eAAe,EAAE,cAAc;QAC/B,aAAa,EAAE,YAAY;KAC5B,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AA8BH,gBAAgB;AACH,QAAA,mCAAmC,GAI5C,CAAC,CAAC,MAAM,CAAC;IACX,EAAE,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IACrC,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC5B,IAAI,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IACvC,UAAU,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,CAAC,QAAQ,EAAE;IACnD,WAAW,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC9C,IAAI,EAAE,CAAC,CAAC,QAAQ,CAAC,0CAAkC,CAAC,CAAC,QAAQ,EAAE;IAC/D,SAAS,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC5C,WAAW,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC9C,QAAQ,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC3C,SAAS,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC5C,aAAa,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAChD,kBAAkB,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IACrD,cAAc,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IACjD,UAAU,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC7C,YAAY,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC/C,IAAI,EAAE,uDAAgC,CAAC,QAAQ,EAAE;IACjD,OAAO,EAAE,yDAAiC,CAAC,QAAQ,EAAE;IACrD,kBAAkB,EAAE,CAAC,CAAC,QAAQ,CAC5B,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,QAAQ,CAAC,iEAAqC,CAAC,CAAC,CAC3D,CAAC,QAAQ,EAAE;IACZ,aAAa,EAAE,CAAC,CAAC,QAAQ,CAAC,qEAAuC,CAAC,CAAC,QAAQ,EAAE;IAC7E,YAAY,EAAE,CAAC,CAAC,KAAK,CAAC,2CAA0B,CAAC,CAAC,QAAQ,EAAE;IAC5D,UAAU,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;CAC9C,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,KAAK,EAAE,QAAQ;QACf,UAAU,EAAE,aAAa;QACzB,SAAS,EAAE,YAAY;QACvB,WAAW,EAAE,cAAc;QAC3B,SAAS,EAAE,YAAY;QACvB,aAAa,EAAE,iBAAiB;QAChC,kBAAkB,EAAE,qBAAqB;QACzC,cAAc,EAAE,iBAAiB;QACjC,UAAU,EAAE,aAAa;QACzB,YAAY,EAAE,eAAe;QAC7B,OAAO,EAAE,UAAU;QACnB,kBAAkB,EAAE,qBAAqB;QACzC,aAAa,EAAE,gBAAgB;QAC/B,YAAY,EAAE,eAAe;QAC7B,UAAU,EAAE,aAAa;KAC1B,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,qBAAqB,CAOrC;AAPD,WAAiB,qBAAqB;IACpC,oEAAoE;IACvD,mCAAa,GAAG,0CAAkC,CAAC;IAChE,qEAAqE;IACxD,oCAAc,GAAG,2CAAmC,CAAC;AAGpE,CAAC,EAPgB,qBAAqB,qCAArB,qBAAqB,QAOrC;AAED,SAAgB,0BAA0B,CACxC,oBAA0C;IAE1C,OAAO,IAAI,CAAC,SAAS,CACnB,2CAAmC,CAAC,KAAK,CAAC,oBAAoB,CAAC,CAChE,CAAC;AACJ,CAAC;AAED,SAAgB,4BAA4B,CAC1C,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,0CAAkC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAC9D,kDAAkD,CACnD,CAAC;AACJ,CAAC;AAED,gBAAgB;AACH,QAAA,6BAA6B,GAItC,CAAC,CAAC,MAAM,CAAC;IACX,EAAE,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IACrC,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC7B,IAAI,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IACvC,WAAW,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,CAAC,QAAQ,EAAE;IACpD,WAAW,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC9C,IAAI,EAAE,CAAC,CAAC,QAAQ,CAAC,yCAAiC,CAAC,CAAC,QAAQ,EAAE;IAC9D,UAAU,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC7C,YAAY,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC/C,QAAQ,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC3C,UAAU,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC7C,eAAe,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAClD,mBAAmB,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IACtD,eAAe,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAClD,WAAW,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC9C,aAAa,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAChD,IAAI,EAAE,sDAA+B,CAAC,QAAQ,EAAE;IAChD,QAAQ,EAAE,8CAA2B,CAAC,QAAQ,EAAE;IAChD,mBAAmB,EAAE,CAAC,CAAC,QAAQ,CAC7B,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,QAAQ,CAAC,gEAAoC,CAAC,CAAC,CAC1D,CAAC,QAAQ,EAAE;IACZ,cAAc,EAAE,CAAC,CAAC,QAAQ,CAAC,0DAAiC,CAAC,CAAC,QAAQ,EAAE;IACxE,aAAa,EAAE,CAAC,CAAC,KAAK,CAAC,0CAAyB,CAAC,CAAC,QAAQ,EAAE;IAC5D,WAAW,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC9C,UAAU,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC7C,UAAU,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC7C,UAAU,EAAE,CAAC,CAAC,QAAQ,CACpB,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,CAAC,CAClE,CAAC,QAAQ,EAAE;IACZ,UAAU,EAAE,CAAC,CAAC,QAAQ,CACpB,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,CAAC,CAClE,CAAC,QAAQ,EAAE;CACb,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,QAAQ,EAAE,OAAO;QACjB,aAAa,EAAE,YAAY;QAC3B,YAAY,EAAE,WAAW;QACzB,cAAc,EAAE,aAAa;QAC7B,YAAY,EAAE,WAAW;QACzB,iBAAiB,EAAE,eAAe;QAClC,qBAAqB,EAAE,oBAAoB;QAC3C,iBAAiB,EAAE,gBAAgB;QACnC,aAAa,EAAE,YAAY;QAC3B,eAAe,EAAE,cAAc;QAC/B,UAAU,EAAE,SAAS;QACrB,qBAAqB,EAAE,oBAAoB;QAC3C,gBAAgB,EAAE,eAAe;QACjC,eAAe,EAAE,cAAc;QAC/B,aAAa,EAAE,YAAY;QAC3B,YAAY,EAAE,WAAW;QACzB,YAAY,EAAE,WAAW;QACzB,YAAY,EAAE,WAAW;QACzB,YAAY,EAAE,WAAW;KAC1B,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAkCH,gBAAgB;AACH,QAAA,8BAA8B,GAIvC,CAAC,CAAC,MAAM,CAAC;IACX,EAAE,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IACrC,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC5B,IAAI,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IACvC,UAAU,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,CAAC,QAAQ,EAAE;IACnD,WAAW,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC9C,IAAI,EAAE,CAAC,CAAC,QAAQ,CAAC,0CAAkC,CAAC,CAAC,QAAQ,EAAE;IAC/D,SAAS,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC5C,WAAW,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC9C,QAAQ,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC3C,SAAS,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC5C,aAAa,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAChD,kBAAkB,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IACrD,cAAc,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IACjD,UAAU,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC7C,YAAY,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC/C,IAAI,EAAE,uDAAgC,CAAC,QAAQ,EAAE;IACjD,OAAO,EAAE,+CAA4B,CAAC,QAAQ,EAAE;IAChD,kBAAkB,EAAE,CAAC,CAAC,QAAQ,CAC5B,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,QAAQ,CAAC,iEAAqC,CAAC,CAAC,CAC3D,CAAC,QAAQ,EAAE;IACZ,aAAa,EAAE,CAAC,CAAC,QAAQ,CAAC,2DAAkC,CAAC,CAAC,QAAQ,EAAE;IACxE,YAAY,EAAE,CAAC,CAAC,KAAK,CAAC,2CAA0B,CAAC,CAAC,QAAQ,EAAE;IAC5D,UAAU,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC7C,SAAS,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC5C,SAAS,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC5C,SAAS,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,WAAW,EAAE,CAAC,CAAC,CAAC,QAAQ,EAAE;IAC1E,SAAS,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,WAAW,EAAE,CAAC,CAAC,CAAC,QAAQ,EAAE;CAC3E,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,KAAK,EAAE,QAAQ;QACf,UAAU,EAAE,aAAa;QACzB,SAAS,EAAE,YAAY;QACvB,WAAW,EAAE,cAAc;QAC3B,SAAS,EAAE,YAAY;QACvB,aAAa,EAAE,iBAAiB;QAChC,kBAAkB,EAAE,qBAAqB;QACzC,cAAc,EAAE,iBAAiB;QACjC,UAAU,EAAE,aAAa;QACzB,YAAY,EAAE,eAAe;QAC7B,OAAO,EAAE,UAAU;QACnB,kBAAkB,EAAE,qBAAqB;QACzC,aAAa,EAAE,gBAAgB;QAC/B,YAAY,EAAE,eAAe;QAC7B,UAAU,EAAE,aAAa;QACzB,SAAS,EAAE,YAAY;QACvB,SAAS,EAAE,YAAY;QACvB,SAAS,EAAE,YAAY;QACvB,SAAS,EAAE,YAAY;KACxB,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,gBAAgB,CAOhC;AAPD,WAAiB,gBAAgB;IAC/B,+DAA+D;IAClD,8BAAa,GAAG,qCAA6B,CAAC;IAC3D,gEAAgE;IACnD,+BAAc,GAAG,sCAA8B,CAAC;AAG/D,CAAC,EAPgB,gBAAgB,gCAAhB,gBAAgB,QAOhC;AAED,SAAgB,qBAAqB,CACnC,eAAgC;IAEhC,OAAO,IAAI,CAAC,SAAS,CAAC,sCAA8B,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC,CAAC;AAC/E,CAAC;AAED,SAAgB,uBAAuB,CACrC,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,qCAA6B,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACzD,6CAA6C,CAC9C,CAAC;AACJ,CAAC"}
@@ -67,13 +67,13 @@ export type JournalEntryLineItem = {
67
67
  */
68
68
  supplier?: LinkedSupplier | null | undefined;
69
69
  /**
70
- * A unique identifier for an object.
70
+ * The ID of the department
71
71
  */
72
- departmentId?: string | undefined;
72
+ departmentId?: string | null | undefined;
73
73
  /**
74
- * A unique identifier for an object.
74
+ * The ID of the location
75
75
  */
76
- locationId?: string | undefined;
76
+ locationId?: string | null | undefined;
77
77
  /**
78
78
  * Line number of the resource
79
79
  */
@@ -118,6 +118,14 @@ export type JournalEntryLineItemInput = {
118
118
  * The supplier this entity is linked to.
119
119
  */
120
120
  supplier?: LinkedSupplierInput | null | undefined;
121
+ /**
122
+ * The ID of the department
123
+ */
124
+ departmentId?: string | null | undefined;
125
+ /**
126
+ * The ID of the location
127
+ */
128
+ locationId?: string | null | undefined;
121
129
  /**
122
130
  * Line number of the resource
123
131
  */
@@ -159,8 +167,8 @@ export type JournalEntryLineItem$Outbound = {
159
167
  ledger_account: LinkedLedgerAccount$Outbound | null;
160
168
  customer?: LinkedCustomer$Outbound | null | undefined;
161
169
  supplier?: LinkedSupplier$Outbound | null | undefined;
162
- department_id?: string | undefined;
163
- location_id?: string | undefined;
170
+ department_id?: string | null | undefined;
171
+ location_id?: string | null | undefined;
164
172
  line_number?: number | null | undefined;
165
173
  };
166
174
  /** @internal */
@@ -194,6 +202,8 @@ export type JournalEntryLineItemInput$Outbound = {
194
202
  ledger_account: LinkedLedgerAccountInput$Outbound | null;
195
203
  customer?: LinkedCustomerInput$Outbound | null | undefined;
196
204
  supplier?: LinkedSupplierInput$Outbound | null | undefined;
205
+ department_id?: string | null | undefined;
206
+ location_id?: string | null | undefined;
197
207
  line_number?: number | null | undefined;
198
208
  };
199
209
  /** @internal */
@@ -1 +1 @@
1
- {"version":3,"file":"journalentrylineitem.d.ts","sourceRoot":"","sources":["../../src/models/components/journalentrylineitem.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"journalentrylineitem.d.ts","sourceRoot":"","sources":["../../src/models/components/journalentrylineitem.ts"],"names":[],"mappings":"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"}
@@ -81,8 +81,8 @@ exports.JournalEntryLineItem$inboundSchema = z.object({
81
81
  ledger_account: z.nullable(linkedledgeraccount_js_1.LinkedLedgerAccount$inboundSchema),
82
82
  customer: z.nullable(linkedcustomer_js_1.LinkedCustomer$inboundSchema).optional(),
83
83
  supplier: z.nullable(linkedsupplier_js_1.LinkedSupplier$inboundSchema).optional(),
84
- department_id: z.string().optional(),
85
- location_id: z.string().optional(),
84
+ department_id: z.nullable(z.string()).optional(),
85
+ location_id: z.nullable(z.string()).optional(),
86
86
  line_number: z.nullable(z.number().int()).optional(),
87
87
  }).transform((v) => {
88
88
  return (0, primitives_js_1.remap)(v, {
@@ -113,8 +113,8 @@ exports.JournalEntryLineItem$outboundSchema = z.object({
113
113
  ledgerAccount: z.nullable(linkedledgeraccount_js_1.LinkedLedgerAccount$outboundSchema),
114
114
  customer: z.nullable(linkedcustomer_js_1.LinkedCustomer$outboundSchema).optional(),
115
115
  supplier: z.nullable(linkedsupplier_js_1.LinkedSupplier$outboundSchema).optional(),
116
- departmentId: z.string().optional(),
117
- locationId: z.string().optional(),
116
+ departmentId: z.nullable(z.string()).optional(),
117
+ locationId: z.nullable(z.string()).optional(),
118
118
  lineNumber: z.nullable(z.number().int()).optional(),
119
119
  }).transform((v) => {
120
120
  return (0, primitives_js_1.remap)(v, {
@@ -161,6 +161,8 @@ exports.JournalEntryLineItemInput$inboundSchema = z.object({
161
161
  ledger_account: z.nullable(linkedledgeraccountinput_js_1.LinkedLedgerAccountInput$inboundSchema),
162
162
  customer: z.nullable(linkedcustomerinput_js_1.LinkedCustomerInput$inboundSchema).optional(),
163
163
  supplier: z.nullable(linkedsupplierinput_js_1.LinkedSupplierInput$inboundSchema).optional(),
164
+ department_id: z.nullable(z.string()).optional(),
165
+ location_id: z.nullable(z.string()).optional(),
164
166
  line_number: z.nullable(z.number().int()).optional(),
165
167
  }).transform((v) => {
166
168
  return (0, primitives_js_1.remap)(v, {
@@ -171,6 +173,8 @@ exports.JournalEntryLineItemInput$inboundSchema = z.object({
171
173
  "tracking_category": "trackingCategory",
172
174
  "tracking_categories": "trackingCategories",
173
175
  "ledger_account": "ledgerAccount",
176
+ "department_id": "departmentId",
177
+ "location_id": "locationId",
174
178
  "line_number": "lineNumber",
175
179
  });
176
180
  });
@@ -188,6 +192,8 @@ exports.JournalEntryLineItemInput$outboundSchema = z.object({
188
192
  ledgerAccount: z.nullable(linkedledgeraccountinput_js_1.LinkedLedgerAccountInput$outboundSchema),
189
193
  customer: z.nullable(linkedcustomerinput_js_1.LinkedCustomerInput$outboundSchema).optional(),
190
194
  supplier: z.nullable(linkedsupplierinput_js_1.LinkedSupplierInput$outboundSchema).optional(),
195
+ departmentId: z.nullable(z.string()).optional(),
196
+ locationId: z.nullable(z.string()).optional(),
191
197
  lineNumber: z.nullable(z.number().int()).optional(),
192
198
  }).transform((v) => {
193
199
  return (0, primitives_js_1.remap)(v, {
@@ -198,6 +204,8 @@ exports.JournalEntryLineItemInput$outboundSchema = z.object({
198
204
  trackingCategory: "tracking_category",
199
205
  trackingCategories: "tracking_categories",
200
206
  ledgerAccount: "ledger_account",
207
+ departmentId: "department_id",
208
+ locationId: "location_id",
201
209
  lineNumber: "line_number",
202
210
  });
203
211
  });
@@ -1 +1 @@
1
- {"version":3,"file":"journalentrylineitem.js","sourceRoot":"","sources":["../../src/models/components/journalentrylineitem.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"journalentrylineitem.js","sourceRoot":"","sources":["../../src/models/components/journalentrylineitem.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AA0UH,gEAMC;AAED,oEAQC;AAmHD,0EAMC;AAED,8EAQC;AA3dD,uCAAyB;AACzB,2DAA0D;AAC1D,qDAAiD;AAIjD,+FAK+C;AAC/C,2DAK6B;AAC7B,qEAKkC;AAClC,qEAKkC;AAClC,+EAKuC;AACvC,2DAK6B;AAC7B,qEAKkC;AAClC,yDAK4B;AAC5B,mEAKiC;AACjC,2EAKqC;AAErC;;GAEG;AACU,QAAA,wBAAwB,GAAG;IACtC,KAAK,EAAE,OAAO;IACd,MAAM,EAAE,QAAQ;CACR,CAAC;AAsHX,gBAAgB;AACH,QAAA,sCAAsC,GAE/C,CAAC,CAAC,UAAU,CAAC,gCAAwB,CAAC,CAAC;AAE3C,gBAAgB;AACH,QAAA,uCAAuC,GAEhD,8CAAsC,CAAC;AAE3C;;;GAGG;AACH,IAAiB,yBAAyB,CAKzC;AALD,WAAiB,yBAAyB;IACxC,wEAAwE;IAC3D,uCAAa,GAAG,8CAAsC,CAAC;IACpE,yEAAyE;IAC5D,wCAAc,GAAG,+CAAuC,CAAC;AACxE,CAAC,EALgB,yBAAyB,yCAAzB,yBAAyB,QAKzC;AAED,gBAAgB;AACH,QAAA,kCAAkC,GAI3C,CAAC,CAAC,MAAM,CAAC;IACX,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACzB,WAAW,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC9C,UAAU,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC7C,SAAS,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC5C,YAAY,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC/C,IAAI,EAAE,8CAAsC;IAC5C,QAAQ,EAAE,8CAA2B,CAAC,QAAQ,EAAE;IAChD,iBAAiB,EAAE,CAAC,CAAC,QAAQ,CAAC,oFAA8C,CAAC;SAC1E,QAAQ,EAAE;IACb,mBAAmB,EAAE,CAAC,CAAC,QAAQ,CAC7B,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,QAAQ,CAAC,gEAAoC,CAAC,CAAC,CAC1D,CAAC,QAAQ,EAAE;IACZ,cAAc,EAAE,CAAC,CAAC,QAAQ,CAAC,0DAAiC,CAAC;IAC7D,QAAQ,EAAE,CAAC,CAAC,QAAQ,CAAC,gDAA4B,CAAC,CAAC,QAAQ,EAAE;IAC7D,QAAQ,EAAE,CAAC,CAAC,QAAQ,CAAC,gDAA4B,CAAC,CAAC,QAAQ,EAAE;IAC7D,aAAa,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAChD,WAAW,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC9C,WAAW,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,CAAC,QAAQ,EAAE;CACrD,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,YAAY,EAAE,WAAW;QACzB,WAAW,EAAE,UAAU;QACvB,cAAc,EAAE,aAAa;QAC7B,UAAU,EAAE,SAAS;QACrB,mBAAmB,EAAE,kBAAkB;QACvC,qBAAqB,EAAE,oBAAoB;QAC3C,gBAAgB,EAAE,eAAe;QACjC,eAAe,EAAE,cAAc;QAC/B,aAAa,EAAE,YAAY;QAC3B,aAAa,EAAE,YAAY;KAC5B,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AA2BH,gBAAgB;AACH,QAAA,mCAAmC,GAI5C,CAAC,CAAC,MAAM,CAAC;IACX,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACzB,WAAW,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC9C,SAAS,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC5C,QAAQ,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC3C,WAAW,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC9C,IAAI,EAAE,+CAAuC;IAC7C,OAAO,EAAE,+CAA4B,CAAC,QAAQ,EAAE;IAChD,gBAAgB,EAAE,CAAC,CAAC,QAAQ,CAAC,qFAA+C,CAAC;SAC1E,QAAQ,EAAE;IACb,kBAAkB,EAAE,CAAC,CAAC,QAAQ,CAC5B,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,QAAQ,CAAC,iEAAqC,CAAC,CAAC,CAC3D,CAAC,QAAQ,EAAE;IACZ,aAAa,EAAE,CAAC,CAAC,QAAQ,CAAC,2DAAkC,CAAC;IAC7D,QAAQ,EAAE,CAAC,CAAC,QAAQ,CAAC,iDAA6B,CAAC,CAAC,QAAQ,EAAE;IAC9D,QAAQ,EAAE,CAAC,CAAC,QAAQ,CAAC,iDAA6B,CAAC,CAAC,QAAQ,EAAE;IAC9D,YAAY,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC/C,UAAU,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC7C,UAAU,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,CAAC,QAAQ,EAAE;CACpD,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,SAAS,EAAE,YAAY;QACvB,QAAQ,EAAE,WAAW;QACrB,WAAW,EAAE,cAAc;QAC3B,OAAO,EAAE,UAAU;QACnB,gBAAgB,EAAE,mBAAmB;QACrC,kBAAkB,EAAE,qBAAqB;QACzC,aAAa,EAAE,gBAAgB;QAC/B,YAAY,EAAE,eAAe;QAC7B,UAAU,EAAE,aAAa;QACzB,UAAU,EAAE,aAAa;KAC1B,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,qBAAqB,CAOrC;AAPD,WAAiB,qBAAqB;IACpC,oEAAoE;IACvD,mCAAa,GAAG,0CAAkC,CAAC;IAChE,qEAAqE;IACxD,oCAAc,GAAG,2CAAmC,CAAC;AAGpE,CAAC,EAPgB,qBAAqB,qCAArB,qBAAqB,QAOrC;AAED,SAAgB,0BAA0B,CACxC,oBAA0C;IAE1C,OAAO,IAAI,CAAC,SAAS,CACnB,2CAAmC,CAAC,KAAK,CAAC,oBAAoB,CAAC,CAChE,CAAC;AACJ,CAAC;AAED,SAAgB,4BAA4B,CAC1C,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,0CAAkC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAC9D,kDAAkD,CACnD,CAAC;AACJ,CAAC;AAED,gBAAgB;AACH,QAAA,uCAAuC,GAIhD,CAAC,CAAC,MAAM,CAAC;IACX,WAAW,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC9C,UAAU,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC7C,SAAS,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC5C,YAAY,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC/C,IAAI,EAAE,8CAAsC;IAC5C,QAAQ,EAAE,wDAAgC,CAAC,QAAQ,EAAE;IACrD,iBAAiB,EAAE,CAAC,CAAC,QAAQ,CAAC,oFAA8C,CAAC;SAC1E,QAAQ,EAAE;IACb,mBAAmB,EAAE,CAAC,CAAC,QAAQ,CAC7B,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,QAAQ,CAAC,gEAAoC,CAAC,CAAC,CAC1D,CAAC,QAAQ,EAAE;IACZ,cAAc,EAAE,CAAC,CAAC,QAAQ,CAAC,oEAAsC,CAAC;IAClE,QAAQ,EAAE,CAAC,CAAC,QAAQ,CAAC,0DAAiC,CAAC,CAAC,QAAQ,EAAE;IAClE,QAAQ,EAAE,CAAC,CAAC,QAAQ,CAAC,0DAAiC,CAAC,CAAC,QAAQ,EAAE;IAClE,aAAa,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAChD,WAAW,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC9C,WAAW,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,CAAC,QAAQ,EAAE;CACrD,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,YAAY,EAAE,WAAW;QACzB,WAAW,EAAE,UAAU;QACvB,cAAc,EAAE,aAAa;QAC7B,UAAU,EAAE,SAAS;QACrB,mBAAmB,EAAE,kBAAkB;QACvC,qBAAqB,EAAE,oBAAoB;QAC3C,gBAAgB,EAAE,eAAe;QACjC,eAAe,EAAE,cAAc;QAC/B,aAAa,EAAE,YAAY;QAC3B,aAAa,EAAE,YAAY;KAC5B,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AA0BH,gBAAgB;AACH,QAAA,wCAAwC,GAIjD,CAAC,CAAC,MAAM,CAAC;IACX,WAAW,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC9C,SAAS,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC5C,QAAQ,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC3C,WAAW,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC9C,IAAI,EAAE,+CAAuC;IAC7C,OAAO,EAAE,yDAAiC,CAAC,QAAQ,EAAE;IACrD,gBAAgB,EAAE,CAAC,CAAC,QAAQ,CAAC,qFAA+C,CAAC;SAC1E,QAAQ,EAAE;IACb,kBAAkB,EAAE,CAAC,CAAC,QAAQ,CAC5B,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,QAAQ,CAAC,iEAAqC,CAAC,CAAC,CAC3D,CAAC,QAAQ,EAAE;IACZ,aAAa,EAAE,CAAC,CAAC,QAAQ,CAAC,qEAAuC,CAAC;IAClE,QAAQ,EAAE,CAAC,CAAC,QAAQ,CAAC,2DAAkC,CAAC,CAAC,QAAQ,EAAE;IACnE,QAAQ,EAAE,CAAC,CAAC,QAAQ,CAAC,2DAAkC,CAAC,CAAC,QAAQ,EAAE;IACnE,YAAY,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC/C,UAAU,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC7C,UAAU,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,CAAC,QAAQ,EAAE;CACpD,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,SAAS,EAAE,YAAY;QACvB,QAAQ,EAAE,WAAW;QACrB,WAAW,EAAE,cAAc;QAC3B,OAAO,EAAE,UAAU;QACnB,gBAAgB,EAAE,mBAAmB;QACrC,kBAAkB,EAAE,qBAAqB;QACzC,aAAa,EAAE,gBAAgB;QAC/B,YAAY,EAAE,eAAe;QAC7B,UAAU,EAAE,aAAa;QACzB,UAAU,EAAE,aAAa;KAC1B,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,0BAA0B,CAO1C;AAPD,WAAiB,0BAA0B;IACzC,yEAAyE;IAC5D,wCAAa,GAAG,+CAAuC,CAAC;IACrE,0EAA0E;IAC7D,yCAAc,GAAG,gDAAwC,CAAC;AAGzE,CAAC,EAPgB,0BAA0B,0CAA1B,0BAA0B,QAO1C;AAED,SAAgB,+BAA+B,CAC7C,yBAAoD;IAEpD,OAAO,IAAI,CAAC,SAAS,CACnB,gDAAwC,CAAC,KAAK,CAAC,yBAAyB,CAAC,CAC1E,CAAC;AACJ,CAAC;AAED,SAAgB,iCAAiC,CAC/C,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,+CAAuC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACnE,uDAAuD,CACxD,CAAC;AACJ,CAAC"}
@@ -70,13 +70,6 @@ export declare const AccountStatus: {
70
70
  * The status of the account.
71
71
  */
72
72
  export type AccountStatus = ClosedEnum<typeof AccountStatus>;
73
- export type Categories = {
74
- id?: string | undefined;
75
- /**
76
- * The name of the category.
77
- */
78
- name?: string | undefined;
79
- };
80
73
  export type ParentAccount = {
81
74
  /**
82
75
  * The ID of the parent account.
@@ -91,27 +84,13 @@ export type ParentAccount = {
91
84
  */
92
85
  displayId?: string | undefined;
93
86
  };
94
- export type SubAccounts = {
95
- /**
96
- * The ID of the sub account.
97
- */
98
- id?: string | undefined;
99
- /**
100
- * The name of the sub account.
101
- */
102
- accountSubName?: string | undefined;
103
- };
104
87
  export type LedgerAccountSubsidiaries = {
105
88
  /**
106
89
  * The ID of the subsidiary.
107
90
  */
108
91
  id?: string | undefined;
109
92
  };
110
- export type LedgerAccount = {
111
- /**
112
- * A unique identifier for an object.
113
- */
114
- id?: string | undefined;
93
+ export type LedgerAccountInput = {
115
94
  /**
116
95
  * The human readable display ID used when displaying the account
117
96
  */
@@ -166,7 +145,7 @@ export type LedgerAccount = {
166
145
  * The tax type of the account.
167
146
  */
168
147
  taxType?: string | null | undefined;
169
- taxRate?: LinkedTaxRate | undefined;
148
+ taxRate?: LinkedTaxRateInput | undefined;
170
149
  level?: number | null | undefined;
171
150
  /**
172
151
  * Whether the account is active or not.
@@ -181,19 +160,11 @@ export type LedgerAccount = {
181
160
  */
182
161
  header?: boolean | null | undefined;
183
162
  bankAccount?: BankAccount | undefined;
184
- /**
185
- * The categories of the account.
186
- */
187
- categories?: Array<Categories> | undefined;
188
163
  parentAccount?: ParentAccount | undefined;
189
164
  /**
190
165
  * Whether the account is a sub account or not.
191
166
  */
192
167
  subAccount?: boolean | null | undefined;
193
- /**
194
- * The sub accounts of the account.
195
- */
196
- subAccounts?: Array<SubAccounts> | undefined;
197
168
  /**
198
169
  * Reconciliation Date means the last calendar day of each Reconciliation Period.
199
170
  */
@@ -202,37 +173,38 @@ export type LedgerAccount = {
202
173
  * The subsidiaries the account belongs to.
203
174
  */
204
175
  subsidiaries?: Array<LedgerAccountSubsidiaries> | undefined;
205
- /**
206
- * When custom mappings are configured on the resource, the result is included here.
207
- */
208
- customMappings?: CustomMappings | null | undefined;
209
176
  customFields?: Array<CustomField> | undefined;
210
177
  /**
211
178
  * A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object.
212
179
  */
213
180
  rowVersion?: string | null | undefined;
214
181
  /**
215
- * The user who last updated the object.
182
+ * The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources.
216
183
  */
217
- updatedBy?: string | null | undefined;
184
+ passThrough?: Array<PassThroughBody> | undefined;
185
+ };
186
+ export type Categories = {
187
+ id?: string | undefined;
218
188
  /**
219
- * The user who created the object.
189
+ * The name of the category.
220
190
  */
221
- createdBy?: string | null | undefined;
191
+ name?: string | undefined;
192
+ };
193
+ export type SubAccounts = {
222
194
  /**
223
- * The date and time when the object was last updated.
195
+ * The ID of the sub account.
224
196
  */
225
- updatedAt?: Date | null | undefined;
197
+ id?: string | undefined;
226
198
  /**
227
- * The date and time when the object was created.
199
+ * The name of the sub account.
228
200
  */
229
- createdAt?: Date | null | undefined;
201
+ accountSubName?: string | undefined;
202
+ };
203
+ export type LedgerAccount = {
230
204
  /**
231
- * The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources.
205
+ * A unique identifier for an object.
232
206
  */
233
- passThrough?: Array<PassThroughBody> | undefined;
234
- };
235
- export type LedgerAccountInput = {
207
+ id?: string | undefined;
236
208
  /**
237
209
  * The human readable display ID used when displaying the account
238
210
  */
@@ -287,7 +259,7 @@ export type LedgerAccountInput = {
287
259
  * The tax type of the account.
288
260
  */
289
261
  taxType?: string | null | undefined;
290
- taxRate?: LinkedTaxRateInput | undefined;
262
+ taxRate?: LinkedTaxRate | undefined;
291
263
  level?: number | null | undefined;
292
264
  /**
293
265
  * Whether the account is active or not.
@@ -302,11 +274,19 @@ export type LedgerAccountInput = {
302
274
  */
303
275
  header?: boolean | null | undefined;
304
276
  bankAccount?: BankAccount | undefined;
277
+ /**
278
+ * The categories of the account.
279
+ */
280
+ categories?: Array<Categories> | undefined;
305
281
  parentAccount?: ParentAccount | undefined;
306
282
  /**
307
283
  * Whether the account is a sub account or not.
308
284
  */
309
285
  subAccount?: boolean | null | undefined;
286
+ /**
287
+ * The sub accounts of the account.
288
+ */
289
+ subAccounts?: Array<SubAccounts> | undefined;
310
290
  /**
311
291
  * Reconciliation Date means the last calendar day of each Reconciliation Period.
312
292
  */
@@ -315,11 +295,31 @@ export type LedgerAccountInput = {
315
295
  * The subsidiaries the account belongs to.
316
296
  */
317
297
  subsidiaries?: Array<LedgerAccountSubsidiaries> | undefined;
298
+ /**
299
+ * When custom mappings are configured on the resource, the result is included here.
300
+ */
301
+ customMappings?: CustomMappings | null | undefined;
318
302
  customFields?: Array<CustomField> | undefined;
319
303
  /**
320
304
  * A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object.
321
305
  */
322
306
  rowVersion?: string | null | undefined;
307
+ /**
308
+ * The user who last updated the object.
309
+ */
310
+ updatedBy?: string | null | undefined;
311
+ /**
312
+ * The user who created the object.
313
+ */
314
+ createdBy?: string | null | undefined;
315
+ /**
316
+ * The date and time when the object was last updated.
317
+ */
318
+ updatedAt?: Date | null | undefined;
319
+ /**
320
+ * The date and time when the object was created.
321
+ */
322
+ createdAt?: Date | null | undefined;
323
323
  /**
324
324
  * The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources.
325
325
  */
@@ -440,29 +440,6 @@ export declare namespace AccountStatus$ {
440
440
  }>;
441
441
  }
442
442
  /** @internal */
443
- export declare const Categories$inboundSchema: z.ZodType<Categories, z.ZodTypeDef, unknown>;
444
- /** @internal */
445
- export type Categories$Outbound = {
446
- id?: string | undefined;
447
- name?: string | undefined;
448
- };
449
- /** @internal */
450
- export declare const Categories$outboundSchema: z.ZodType<Categories$Outbound, z.ZodTypeDef, Categories>;
451
- /**
452
- * @internal
453
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
454
- */
455
- export declare namespace Categories$ {
456
- /** @deprecated use `Categories$inboundSchema` instead. */
457
- const inboundSchema: z.ZodType<Categories, z.ZodTypeDef, unknown>;
458
- /** @deprecated use `Categories$outboundSchema` instead. */
459
- const outboundSchema: z.ZodType<Categories$Outbound, z.ZodTypeDef, Categories>;
460
- /** @deprecated use `Categories$Outbound` instead. */
461
- type Outbound = Categories$Outbound;
462
- }
463
- export declare function categoriesToJSON(categories: Categories): string;
464
- export declare function categoriesFromJSON(jsonString: string): SafeParseResult<Categories, SDKValidationError>;
465
- /** @internal */
466
443
  export declare const ParentAccount$inboundSchema: z.ZodType<ParentAccount, z.ZodTypeDef, unknown>;
467
444
  /** @internal */
468
445
  export type ParentAccount$Outbound = {
@@ -487,29 +464,6 @@ export declare namespace ParentAccount$ {
487
464
  export declare function parentAccountToJSON(parentAccount: ParentAccount): string;
488
465
  export declare function parentAccountFromJSON(jsonString: string): SafeParseResult<ParentAccount, SDKValidationError>;
489
466
  /** @internal */
490
- export declare const SubAccounts$inboundSchema: z.ZodType<SubAccounts, z.ZodTypeDef, unknown>;
491
- /** @internal */
492
- export type SubAccounts$Outbound = {
493
- id?: string | undefined;
494
- account_sub_name?: string | undefined;
495
- };
496
- /** @internal */
497
- export declare const SubAccounts$outboundSchema: z.ZodType<SubAccounts$Outbound, z.ZodTypeDef, SubAccounts>;
498
- /**
499
- * @internal
500
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
501
- */
502
- export declare namespace SubAccounts$ {
503
- /** @deprecated use `SubAccounts$inboundSchema` instead. */
504
- const inboundSchema: z.ZodType<SubAccounts, z.ZodTypeDef, unknown>;
505
- /** @deprecated use `SubAccounts$outboundSchema` instead. */
506
- const outboundSchema: z.ZodType<SubAccounts$Outbound, z.ZodTypeDef, SubAccounts>;
507
- /** @deprecated use `SubAccounts$Outbound` instead. */
508
- type Outbound = SubAccounts$Outbound;
509
- }
510
- export declare function subAccountsToJSON(subAccounts: SubAccounts): string;
511
- export declare function subAccountsFromJSON(jsonString: string): SafeParseResult<SubAccounts, SDKValidationError>;
512
- /** @internal */
513
467
  export declare const LedgerAccountSubsidiaries$inboundSchema: z.ZodType<LedgerAccountSubsidiaries, z.ZodTypeDef, unknown>;
514
468
  /** @internal */
515
469
  export type LedgerAccountSubsidiaries$Outbound = {
@@ -532,10 +486,9 @@ export declare namespace LedgerAccountSubsidiaries$ {
532
486
  export declare function ledgerAccountSubsidiariesToJSON(ledgerAccountSubsidiaries: LedgerAccountSubsidiaries): string;
533
487
  export declare function ledgerAccountSubsidiariesFromJSON(jsonString: string): SafeParseResult<LedgerAccountSubsidiaries, SDKValidationError>;
534
488
  /** @internal */
535
- export declare const LedgerAccount$inboundSchema: z.ZodType<LedgerAccount, z.ZodTypeDef, unknown>;
489
+ export declare const LedgerAccountInput$inboundSchema: z.ZodType<LedgerAccountInput, z.ZodTypeDef, unknown>;
536
490
  /** @internal */
537
- export type LedgerAccount$Outbound = {
538
- id?: string | undefined;
491
+ export type LedgerAccountInput$Outbound = {
539
492
  display_id?: string | undefined;
540
493
  nominal_code?: string | null | undefined;
541
494
  code?: string | null | undefined;
@@ -549,47 +502,87 @@ export type LedgerAccount$Outbound = {
549
502
  current_balance?: number | null | undefined;
550
503
  currency?: string | null | undefined;
551
504
  tax_type?: string | null | undefined;
552
- tax_rate?: LinkedTaxRate$Outbound | undefined;
505
+ tax_rate?: LinkedTaxRateInput$Outbound | undefined;
553
506
  level?: number | null | undefined;
554
507
  active?: boolean | null | undefined;
555
508
  status?: string | null | undefined;
556
509
  header?: boolean | null | undefined;
557
510
  bank_account?: BankAccount$Outbound | undefined;
558
- categories?: Array<Categories$Outbound> | undefined;
559
511
  parent_account?: ParentAccount$Outbound | undefined;
560
512
  sub_account?: boolean | null | undefined;
561
- sub_accounts?: Array<SubAccounts$Outbound> | undefined;
562
513
  last_reconciliation_date?: string | null | undefined;
563
514
  subsidiaries?: Array<LedgerAccountSubsidiaries$Outbound> | undefined;
564
- custom_mappings?: CustomMappings$Outbound | null | undefined;
565
515
  custom_fields?: Array<CustomField$Outbound> | undefined;
566
516
  row_version?: string | null | undefined;
567
- updated_by?: string | null | undefined;
568
- created_by?: string | null | undefined;
569
- updated_at?: string | null | undefined;
570
- created_at?: string | null | undefined;
571
517
  pass_through?: Array<PassThroughBody$Outbound> | undefined;
572
518
  };
573
519
  /** @internal */
574
- export declare const LedgerAccount$outboundSchema: z.ZodType<LedgerAccount$Outbound, z.ZodTypeDef, LedgerAccount>;
520
+ export declare const LedgerAccountInput$outboundSchema: z.ZodType<LedgerAccountInput$Outbound, z.ZodTypeDef, LedgerAccountInput>;
575
521
  /**
576
522
  * @internal
577
523
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
578
524
  */
579
- export declare namespace LedgerAccount$ {
580
- /** @deprecated use `LedgerAccount$inboundSchema` instead. */
581
- const inboundSchema: z.ZodType<LedgerAccount, z.ZodTypeDef, unknown>;
582
- /** @deprecated use `LedgerAccount$outboundSchema` instead. */
583
- const outboundSchema: z.ZodType<LedgerAccount$Outbound, z.ZodTypeDef, LedgerAccount>;
584
- /** @deprecated use `LedgerAccount$Outbound` instead. */
585
- type Outbound = LedgerAccount$Outbound;
525
+ export declare namespace LedgerAccountInput$ {
526
+ /** @deprecated use `LedgerAccountInput$inboundSchema` instead. */
527
+ const inboundSchema: z.ZodType<LedgerAccountInput, z.ZodTypeDef, unknown>;
528
+ /** @deprecated use `LedgerAccountInput$outboundSchema` instead. */
529
+ const outboundSchema: z.ZodType<LedgerAccountInput$Outbound, z.ZodTypeDef, LedgerAccountInput>;
530
+ /** @deprecated use `LedgerAccountInput$Outbound` instead. */
531
+ type Outbound = LedgerAccountInput$Outbound;
586
532
  }
587
- export declare function ledgerAccountToJSON(ledgerAccount: LedgerAccount): string;
588
- export declare function ledgerAccountFromJSON(jsonString: string): SafeParseResult<LedgerAccount, SDKValidationError>;
533
+ export declare function ledgerAccountInputToJSON(ledgerAccountInput: LedgerAccountInput): string;
534
+ export declare function ledgerAccountInputFromJSON(jsonString: string): SafeParseResult<LedgerAccountInput, SDKValidationError>;
589
535
  /** @internal */
590
- export declare const LedgerAccountInput$inboundSchema: z.ZodType<LedgerAccountInput, z.ZodTypeDef, unknown>;
536
+ export declare const Categories$inboundSchema: z.ZodType<Categories, z.ZodTypeDef, unknown>;
591
537
  /** @internal */
592
- export type LedgerAccountInput$Outbound = {
538
+ export type Categories$Outbound = {
539
+ id?: string | undefined;
540
+ name?: string | undefined;
541
+ };
542
+ /** @internal */
543
+ export declare const Categories$outboundSchema: z.ZodType<Categories$Outbound, z.ZodTypeDef, Categories>;
544
+ /**
545
+ * @internal
546
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
547
+ */
548
+ export declare namespace Categories$ {
549
+ /** @deprecated use `Categories$inboundSchema` instead. */
550
+ const inboundSchema: z.ZodType<Categories, z.ZodTypeDef, unknown>;
551
+ /** @deprecated use `Categories$outboundSchema` instead. */
552
+ const outboundSchema: z.ZodType<Categories$Outbound, z.ZodTypeDef, Categories>;
553
+ /** @deprecated use `Categories$Outbound` instead. */
554
+ type Outbound = Categories$Outbound;
555
+ }
556
+ export declare function categoriesToJSON(categories: Categories): string;
557
+ export declare function categoriesFromJSON(jsonString: string): SafeParseResult<Categories, SDKValidationError>;
558
+ /** @internal */
559
+ export declare const SubAccounts$inboundSchema: z.ZodType<SubAccounts, z.ZodTypeDef, unknown>;
560
+ /** @internal */
561
+ export type SubAccounts$Outbound = {
562
+ id?: string | undefined;
563
+ account_sub_name?: string | undefined;
564
+ };
565
+ /** @internal */
566
+ export declare const SubAccounts$outboundSchema: z.ZodType<SubAccounts$Outbound, z.ZodTypeDef, SubAccounts>;
567
+ /**
568
+ * @internal
569
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
570
+ */
571
+ export declare namespace SubAccounts$ {
572
+ /** @deprecated use `SubAccounts$inboundSchema` instead. */
573
+ const inboundSchema: z.ZodType<SubAccounts, z.ZodTypeDef, unknown>;
574
+ /** @deprecated use `SubAccounts$outboundSchema` instead. */
575
+ const outboundSchema: z.ZodType<SubAccounts$Outbound, z.ZodTypeDef, SubAccounts>;
576
+ /** @deprecated use `SubAccounts$Outbound` instead. */
577
+ type Outbound = SubAccounts$Outbound;
578
+ }
579
+ export declare function subAccountsToJSON(subAccounts: SubAccounts): string;
580
+ export declare function subAccountsFromJSON(jsonString: string): SafeParseResult<SubAccounts, SDKValidationError>;
581
+ /** @internal */
582
+ export declare const LedgerAccount$inboundSchema: z.ZodType<LedgerAccount, z.ZodTypeDef, unknown>;
583
+ /** @internal */
584
+ export type LedgerAccount$Outbound = {
585
+ id?: string | undefined;
593
586
  display_id?: string | undefined;
594
587
  nominal_code?: string | null | undefined;
595
588
  code?: string | null | undefined;
@@ -603,34 +596,41 @@ export type LedgerAccountInput$Outbound = {
603
596
  current_balance?: number | null | undefined;
604
597
  currency?: string | null | undefined;
605
598
  tax_type?: string | null | undefined;
606
- tax_rate?: LinkedTaxRateInput$Outbound | undefined;
599
+ tax_rate?: LinkedTaxRate$Outbound | undefined;
607
600
  level?: number | null | undefined;
608
601
  active?: boolean | null | undefined;
609
602
  status?: string | null | undefined;
610
603
  header?: boolean | null | undefined;
611
604
  bank_account?: BankAccount$Outbound | undefined;
605
+ categories?: Array<Categories$Outbound> | undefined;
612
606
  parent_account?: ParentAccount$Outbound | undefined;
613
607
  sub_account?: boolean | null | undefined;
608
+ sub_accounts?: Array<SubAccounts$Outbound> | undefined;
614
609
  last_reconciliation_date?: string | null | undefined;
615
610
  subsidiaries?: Array<LedgerAccountSubsidiaries$Outbound> | undefined;
611
+ custom_mappings?: CustomMappings$Outbound | null | undefined;
616
612
  custom_fields?: Array<CustomField$Outbound> | undefined;
617
613
  row_version?: string | null | undefined;
614
+ updated_by?: string | null | undefined;
615
+ created_by?: string | null | undefined;
616
+ updated_at?: string | null | undefined;
617
+ created_at?: string | null | undefined;
618
618
  pass_through?: Array<PassThroughBody$Outbound> | undefined;
619
619
  };
620
620
  /** @internal */
621
- export declare const LedgerAccountInput$outboundSchema: z.ZodType<LedgerAccountInput$Outbound, z.ZodTypeDef, LedgerAccountInput>;
621
+ export declare const LedgerAccount$outboundSchema: z.ZodType<LedgerAccount$Outbound, z.ZodTypeDef, LedgerAccount>;
622
622
  /**
623
623
  * @internal
624
624
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
625
625
  */
626
- export declare namespace LedgerAccountInput$ {
627
- /** @deprecated use `LedgerAccountInput$inboundSchema` instead. */
628
- const inboundSchema: z.ZodType<LedgerAccountInput, z.ZodTypeDef, unknown>;
629
- /** @deprecated use `LedgerAccountInput$outboundSchema` instead. */
630
- const outboundSchema: z.ZodType<LedgerAccountInput$Outbound, z.ZodTypeDef, LedgerAccountInput>;
631
- /** @deprecated use `LedgerAccountInput$Outbound` instead. */
632
- type Outbound = LedgerAccountInput$Outbound;
626
+ export declare namespace LedgerAccount$ {
627
+ /** @deprecated use `LedgerAccount$inboundSchema` instead. */
628
+ const inboundSchema: z.ZodType<LedgerAccount, z.ZodTypeDef, unknown>;
629
+ /** @deprecated use `LedgerAccount$outboundSchema` instead. */
630
+ const outboundSchema: z.ZodType<LedgerAccount$Outbound, z.ZodTypeDef, LedgerAccount>;
631
+ /** @deprecated use `LedgerAccount$Outbound` instead. */
632
+ type Outbound = LedgerAccount$Outbound;
633
633
  }
634
- export declare function ledgerAccountInputToJSON(ledgerAccountInput: LedgerAccountInput): string;
635
- export declare function ledgerAccountInputFromJSON(jsonString: string): SafeParseResult<LedgerAccountInput, SDKValidationError>;
636
- //# sourceMappingURL=ledgeraccount.d.ts.map
634
+ export declare function ledgerAccountToJSON(ledgerAccount: LedgerAccount): string;
635
+ export declare function ledgerAccountFromJSON(jsonString: string): SafeParseResult<LedgerAccount, SDKValidationError>;
636
+ //# sourceMappingURL=ledgeraccountinput.d.ts.map