@apideck/unify 0.21.1 → 0.22.1

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 (306) hide show
  1. package/jsr.json +1 -1
  2. package/lib/config.d.ts +3 -3
  3. package/lib/config.js +3 -3
  4. package/models/components/{accountingdepartmentinput.d.ts → accountingdepartment.d.ts} +51 -51
  5. package/models/components/accountingdepartment.d.ts.map +1 -0
  6. package/models/components/{accountingdepartmentinput.js → accountingdepartment.js} +51 -51
  7. package/models/components/accountingdepartment.js.map +1 -0
  8. package/models/components/{accountinglocationinput.d.ts → accountinglocation.d.ts} +58 -58
  9. package/models/components/accountinglocation.d.ts.map +1 -0
  10. package/models/components/{accountinglocationinput.js → accountinglocation.js} +56 -56
  11. package/models/components/accountinglocation.js.map +1 -0
  12. package/models/components/activity.d.ts +1 -1
  13. package/models/components/activity.d.ts.map +1 -1
  14. package/models/components/activity.js +5 -5
  15. package/models/components/activity.js.map +1 -1
  16. package/models/components/{activityattendeeinput.d.ts → activityattendee.d.ts} +51 -51
  17. package/models/components/activityattendee.d.ts.map +1 -0
  18. package/models/components/{activityattendeeinput.js → activityattendee.js} +48 -48
  19. package/models/components/activityattendee.js.map +1 -0
  20. package/models/components/{allocationinput.d.ts → allocation.d.ts} +29 -29
  21. package/models/components/allocation.d.ts.map +1 -0
  22. package/models/components/{allocationinput.js → allocation.js} +32 -32
  23. package/models/components/allocation.js.map +1 -0
  24. package/models/components/{applicationinput.d.ts → application.d.ts} +37 -37
  25. package/models/components/application.d.ts.map +1 -0
  26. package/models/components/{applicationinput.js → application.js} +49 -49
  27. package/models/components/application.js.map +1 -0
  28. package/models/components/{bill.d.ts → billinput.d.ts} +75 -75
  29. package/models/components/billinput.d.ts.map +1 -0
  30. package/models/components/{bill.js → billinput.js} +70 -70
  31. package/models/components/billinput.js.map +1 -0
  32. package/models/components/{billlineitem.d.ts → billlineiteminput.d.ts} +59 -59
  33. package/models/components/billlineiteminput.d.ts.map +1 -0
  34. package/models/components/{billlineitem.js → billlineiteminput.js} +56 -56
  35. package/models/components/billlineiteminput.js.map +1 -0
  36. package/models/components/companyinfo.d.ts +1 -1
  37. package/models/components/companyinfo.d.ts.map +1 -1
  38. package/models/components/companyinfo.js +3 -3
  39. package/models/components/companyinfo.js.map +1 -1
  40. package/models/components/{company.d.ts → companyinput.d.ts} +77 -77
  41. package/models/components/companyinput.d.ts.map +1 -0
  42. package/models/components/{company.js → companyinput.js} +67 -67
  43. package/models/components/companyinput.js.map +1 -0
  44. package/models/components/creditnote.d.ts +1 -1
  45. package/models/components/creditnote.d.ts.map +1 -1
  46. package/models/components/creditnote.js +5 -5
  47. package/models/components/creditnote.js.map +1 -1
  48. package/models/components/employeeinput.d.ts +1 -1
  49. package/models/components/employeeinput.d.ts.map +1 -1
  50. package/models/components/employeeinput.js +5 -5
  51. package/models/components/employeeinput.js.map +1 -1
  52. package/models/components/{employeejobinput.d.ts → employeejob.d.ts} +37 -37
  53. package/models/components/employeejob.d.ts.map +1 -0
  54. package/models/components/{employeejobinput.js → employeejob.js} +36 -36
  55. package/models/components/employeejob.js.map +1 -0
  56. package/models/components/{expenseinput.d.ts → expense.d.ts} +55 -55
  57. package/models/components/expense.d.ts.map +1 -0
  58. package/models/components/{expenseinput.js → expense.js} +52 -52
  59. package/models/components/expense.js.map +1 -0
  60. package/models/components/getaccountingdepartmentresponse.d.ts +1 -1
  61. package/models/components/getaccountingdepartmentresponse.d.ts.map +1 -1
  62. package/models/components/getaccountingdepartmentresponse.js +3 -3
  63. package/models/components/getaccountingdepartmentresponse.js.map +1 -1
  64. package/models/components/getaccountingdepartmentsresponse.d.ts +1 -1
  65. package/models/components/getaccountingdepartmentsresponse.d.ts.map +1 -1
  66. package/models/components/getaccountingdepartmentsresponse.js +3 -3
  67. package/models/components/getaccountingdepartmentsresponse.js.map +1 -1
  68. package/models/components/getaccountinglocationresponse.d.ts +1 -1
  69. package/models/components/getaccountinglocationresponse.d.ts.map +1 -1
  70. package/models/components/getaccountinglocationresponse.js +3 -3
  71. package/models/components/getaccountinglocationresponse.js.map +1 -1
  72. package/models/components/getaccountinglocationsresponse.d.ts +1 -1
  73. package/models/components/getaccountinglocationsresponse.d.ts.map +1 -1
  74. package/models/components/getaccountinglocationsresponse.js +3 -3
  75. package/models/components/getaccountinglocationsresponse.js.map +1 -1
  76. package/models/components/getapplicationresponse.d.ts +1 -1
  77. package/models/components/getapplicationresponse.d.ts.map +1 -1
  78. package/models/components/getapplicationresponse.js +3 -3
  79. package/models/components/getapplicationresponse.js.map +1 -1
  80. package/models/components/getapplicationsresponse.d.ts +1 -1
  81. package/models/components/getapplicationsresponse.d.ts.map +1 -1
  82. package/models/components/getapplicationsresponse.js +3 -3
  83. package/models/components/getapplicationsresponse.js.map +1 -1
  84. package/models/components/getbillresponse.d.ts +1 -1
  85. package/models/components/getbillresponse.d.ts.map +1 -1
  86. package/models/components/getbillresponse.js +3 -3
  87. package/models/components/getbillresponse.js.map +1 -1
  88. package/models/components/getbillsresponse.d.ts +1 -1
  89. package/models/components/getbillsresponse.d.ts.map +1 -1
  90. package/models/components/getbillsresponse.js +3 -3
  91. package/models/components/getbillsresponse.js.map +1 -1
  92. package/models/components/getcompaniesresponse.d.ts +1 -1
  93. package/models/components/getcompaniesresponse.d.ts.map +1 -1
  94. package/models/components/getcompaniesresponse.js +3 -3
  95. package/models/components/getcompaniesresponse.js.map +1 -1
  96. package/models/components/getcompanyresponse.d.ts +1 -1
  97. package/models/components/getcompanyresponse.d.ts.map +1 -1
  98. package/models/components/getcompanyresponse.js +3 -3
  99. package/models/components/getcompanyresponse.js.map +1 -1
  100. package/models/components/getexpenseresponse.d.ts +1 -1
  101. package/models/components/getexpenseresponse.d.ts.map +1 -1
  102. package/models/components/getexpenseresponse.js +3 -3
  103. package/models/components/getexpenseresponse.js.map +1 -1
  104. package/models/components/getexpensesresponse.d.ts +1 -1
  105. package/models/components/getexpensesresponse.d.ts.map +1 -1
  106. package/models/components/getexpensesresponse.js +3 -3
  107. package/models/components/getexpensesresponse.js.map +1 -1
  108. package/models/components/gethriscompaniesresponse.d.ts +1 -1
  109. package/models/components/gethriscompaniesresponse.d.ts.map +1 -1
  110. package/models/components/gethriscompaniesresponse.js +3 -3
  111. package/models/components/gethriscompaniesresponse.js.map +1 -1
  112. package/models/components/gethriscompanyresponse.d.ts +1 -1
  113. package/models/components/gethriscompanyresponse.d.ts.map +1 -1
  114. package/models/components/gethriscompanyresponse.js +3 -3
  115. package/models/components/gethriscompanyresponse.js.map +1 -1
  116. package/models/components/getinvoiceresponse.d.ts +1 -1
  117. package/models/components/getinvoiceresponse.d.ts.map +1 -1
  118. package/models/components/getinvoiceresponse.js +3 -3
  119. package/models/components/getinvoiceresponse.js.map +1 -1
  120. package/models/components/getinvoicesresponse.d.ts +1 -1
  121. package/models/components/getinvoicesresponse.d.ts.map +1 -1
  122. package/models/components/getinvoicesresponse.js +3 -3
  123. package/models/components/getinvoicesresponse.js.map +1 -1
  124. package/models/components/getledgeraccountresponse.d.ts +1 -1
  125. package/models/components/getledgeraccountresponse.d.ts.map +1 -1
  126. package/models/components/getledgeraccountresponse.js +3 -3
  127. package/models/components/getledgeraccountresponse.js.map +1 -1
  128. package/models/components/getledgeraccountsresponse.d.ts +1 -1
  129. package/models/components/getledgeraccountsresponse.d.ts.map +1 -1
  130. package/models/components/getledgeraccountsresponse.js +3 -3
  131. package/models/components/getledgeraccountsresponse.js.map +1 -1
  132. package/models/components/getsharedlinkresponse.d.ts +1 -1
  133. package/models/components/getsharedlinkresponse.d.ts.map +1 -1
  134. package/models/components/getsharedlinkresponse.js +3 -3
  135. package/models/components/getsharedlinkresponse.js.map +1 -1
  136. package/models/components/getsharedlinksresponse.d.ts +1 -1
  137. package/models/components/getsharedlinksresponse.d.ts.map +1 -1
  138. package/models/components/getsharedlinksresponse.js +3 -3
  139. package/models/components/getsharedlinksresponse.js.map +1 -1
  140. package/models/components/gettaxrateresponse.d.ts +1 -1
  141. package/models/components/gettaxrateresponse.d.ts.map +1 -1
  142. package/models/components/gettaxrateresponse.js +3 -3
  143. package/models/components/gettaxrateresponse.js.map +1 -1
  144. package/models/components/gettaxratesresponse.d.ts +1 -1
  145. package/models/components/gettaxratesresponse.d.ts.map +1 -1
  146. package/models/components/gettaxratesresponse.js +3 -3
  147. package/models/components/gettaxratesresponse.js.map +1 -1
  148. package/models/components/getticketresponse.d.ts +1 -1
  149. package/models/components/getticketresponse.d.ts.map +1 -1
  150. package/models/components/getticketresponse.js +3 -3
  151. package/models/components/getticketresponse.js.map +1 -1
  152. package/models/components/getticketsresponse.d.ts +1 -1
  153. package/models/components/getticketsresponse.d.ts.map +1 -1
  154. package/models/components/getticketsresponse.js +3 -3
  155. package/models/components/getticketsresponse.js.map +1 -1
  156. package/models/components/gettimeoffrequestresponse.d.ts +1 -1
  157. package/models/components/gettimeoffrequestresponse.d.ts.map +1 -1
  158. package/models/components/gettimeoffrequestresponse.js +3 -3
  159. package/models/components/gettimeoffrequestresponse.js.map +1 -1
  160. package/models/components/gettimeoffrequestsresponse.d.ts +1 -1
  161. package/models/components/gettimeoffrequestsresponse.d.ts.map +1 -1
  162. package/models/components/gettimeoffrequestsresponse.js +3 -3
  163. package/models/components/gettimeoffrequestsresponse.js.map +1 -1
  164. package/models/components/{hriscompanyinput.d.ts → hriscompany.d.ts} +55 -55
  165. package/models/components/hriscompany.d.ts.map +1 -0
  166. package/models/components/{hriscompanyinput.js → hriscompany.js} +54 -54
  167. package/models/components/hriscompany.js.map +1 -0
  168. package/models/components/index.d.ts +18 -18
  169. package/models/components/index.d.ts.map +1 -1
  170. package/models/components/index.js +18 -18
  171. package/models/components/index.js.map +1 -1
  172. package/models/components/{invoiceinput.d.ts → invoice.d.ts} +121 -73
  173. package/models/components/invoice.d.ts.map +1 -0
  174. package/models/components/{invoiceinput.js → invoice.js} +118 -71
  175. package/models/components/invoice.js.map +1 -0
  176. package/models/components/journalentry.d.ts +1 -1
  177. package/models/components/journalentry.d.ts.map +1 -1
  178. package/models/components/journalentry.js +3 -3
  179. package/models/components/journalentry.js.map +1 -1
  180. package/models/components/journalentryinput.d.ts +1 -1
  181. package/models/components/journalentryinput.d.ts.map +1 -1
  182. package/models/components/journalentryinput.js +3 -3
  183. package/models/components/journalentryinput.js.map +1 -1
  184. package/models/components/{journalentrylineiteminput.d.ts → journalentrylineitem.d.ts} +48 -48
  185. package/models/components/journalentrylineitem.d.ts.map +1 -0
  186. package/models/components/{journalentrylineiteminput.js → journalentrylineitem.js} +48 -48
  187. package/models/components/journalentrylineitem.js.map +1 -0
  188. package/models/components/{ledgeraccountinput.d.ts → ledgeraccount.d.ts} +129 -129
  189. package/models/components/ledgeraccount.d.ts.map +1 -0
  190. package/models/components/{ledgeraccountinput.js → ledgeraccount.js} +128 -128
  191. package/models/components/ledgeraccount.js.map +1 -0
  192. package/models/components/payment.d.ts +1 -1
  193. package/models/components/payment.d.ts.map +1 -1
  194. package/models/components/payment.js +3 -3
  195. package/models/components/payment.js.map +1 -1
  196. package/models/components/paymentinput.d.ts +1 -1
  197. package/models/components/paymentinput.d.ts.map +1 -1
  198. package/models/components/paymentinput.js +3 -3
  199. package/models/components/paymentinput.js.map +1 -1
  200. package/models/components/{sharedlinkinput.d.ts → sharedlink.d.ts} +49 -49
  201. package/models/components/sharedlink.d.ts.map +1 -0
  202. package/models/components/{sharedlinkinput.js → sharedlink.js} +49 -49
  203. package/models/components/sharedlink.js.map +1 -0
  204. package/models/components/{taxrateinput.d.ts → taxrate.d.ts} +52 -52
  205. package/models/components/taxrate.d.ts.map +1 -0
  206. package/models/components/{taxrateinput.js → taxrate.js} +50 -50
  207. package/models/components/taxrate.js.map +1 -0
  208. package/models/components/{ticket.d.ts → ticketinput.d.ts} +66 -66
  209. package/models/components/ticketinput.d.ts.map +1 -0
  210. package/models/components/{ticket.js → ticketinput.js} +59 -59
  211. package/models/components/ticketinput.js.map +1 -0
  212. package/models/components/{timeoffrequestinput.d.ts → timeoffrequest.d.ts} +57 -57
  213. package/models/components/timeoffrequest.d.ts.map +1 -0
  214. package/models/components/{timeoffrequestinput.js → timeoffrequest.js} +52 -52
  215. package/models/components/timeoffrequest.js.map +1 -0
  216. package/package.json +1 -1
  217. package/src/lib/config.ts +3 -3
  218. package/src/models/components/activity.ts +1 -1
  219. package/src/models/components/{bill.ts → billinput.ts} +248 -248
  220. package/src/models/components/companyinfo.ts +1 -1
  221. package/src/models/components/creditnote.ts +1 -1
  222. package/src/models/components/employeeinput.ts +1 -1
  223. package/src/models/components/getaccountingdepartmentresponse.ts +1 -1
  224. package/src/models/components/getaccountingdepartmentsresponse.ts +1 -1
  225. package/src/models/components/getaccountinglocationresponse.ts +1 -1
  226. package/src/models/components/getaccountinglocationsresponse.ts +1 -1
  227. package/src/models/components/getapplicationresponse.ts +1 -1
  228. package/src/models/components/getapplicationsresponse.ts +1 -1
  229. package/src/models/components/getbillresponse.ts +1 -1
  230. package/src/models/components/getbillsresponse.ts +1 -1
  231. package/src/models/components/getcompaniesresponse.ts +1 -1
  232. package/src/models/components/getcompanyresponse.ts +1 -1
  233. package/src/models/components/getexpenseresponse.ts +1 -1
  234. package/src/models/components/getexpensesresponse.ts +1 -1
  235. package/src/models/components/gethriscompaniesresponse.ts +1 -1
  236. package/src/models/components/gethriscompanyresponse.ts +1 -1
  237. package/src/models/components/getinvoiceresponse.ts +1 -1
  238. package/src/models/components/getinvoicesresponse.ts +1 -1
  239. package/src/models/components/getledgeraccountresponse.ts +1 -1
  240. package/src/models/components/getledgeraccountsresponse.ts +1 -1
  241. package/src/models/components/getsharedlinkresponse.ts +1 -1
  242. package/src/models/components/getsharedlinksresponse.ts +1 -1
  243. package/src/models/components/gettaxrateresponse.ts +1 -1
  244. package/src/models/components/gettaxratesresponse.ts +1 -1
  245. package/src/models/components/getticketresponse.ts +1 -1
  246. package/src/models/components/getticketsresponse.ts +1 -1
  247. package/src/models/components/gettimeoffrequestresponse.ts +1 -1
  248. package/src/models/components/gettimeoffrequestsresponse.ts +1 -1
  249. package/src/models/components/index.ts +18 -18
  250. package/src/models/components/{invoiceinput.ts → invoice.ts} +351 -240
  251. package/src/models/components/journalentry.ts +1 -1
  252. package/src/models/components/journalentryinput.ts +1 -1
  253. package/src/models/components/payment.ts +1 -1
  254. package/src/models/components/paymentinput.ts +1 -1
  255. package/models/components/accountingdepartmentinput.d.ts.map +0 -1
  256. package/models/components/accountingdepartmentinput.js.map +0 -1
  257. package/models/components/accountinglocationinput.d.ts.map +0 -1
  258. package/models/components/accountinglocationinput.js.map +0 -1
  259. package/models/components/activityattendeeinput.d.ts.map +0 -1
  260. package/models/components/activityattendeeinput.js.map +0 -1
  261. package/models/components/allocationinput.d.ts.map +0 -1
  262. package/models/components/allocationinput.js.map +0 -1
  263. package/models/components/applicationinput.d.ts.map +0 -1
  264. package/models/components/applicationinput.js.map +0 -1
  265. package/models/components/bill.d.ts.map +0 -1
  266. package/models/components/bill.js.map +0 -1
  267. package/models/components/billlineitem.d.ts.map +0 -1
  268. package/models/components/billlineitem.js.map +0 -1
  269. package/models/components/company.d.ts.map +0 -1
  270. package/models/components/company.js.map +0 -1
  271. package/models/components/employeejobinput.d.ts.map +0 -1
  272. package/models/components/employeejobinput.js.map +0 -1
  273. package/models/components/expenseinput.d.ts.map +0 -1
  274. package/models/components/expenseinput.js.map +0 -1
  275. package/models/components/hriscompanyinput.d.ts.map +0 -1
  276. package/models/components/hriscompanyinput.js.map +0 -1
  277. package/models/components/invoiceinput.d.ts.map +0 -1
  278. package/models/components/invoiceinput.js.map +0 -1
  279. package/models/components/journalentrylineiteminput.d.ts.map +0 -1
  280. package/models/components/journalentrylineiteminput.js.map +0 -1
  281. package/models/components/ledgeraccountinput.d.ts.map +0 -1
  282. package/models/components/ledgeraccountinput.js.map +0 -1
  283. package/models/components/sharedlinkinput.d.ts.map +0 -1
  284. package/models/components/sharedlinkinput.js.map +0 -1
  285. package/models/components/taxrateinput.d.ts.map +0 -1
  286. package/models/components/taxrateinput.js.map +0 -1
  287. package/models/components/ticket.d.ts.map +0 -1
  288. package/models/components/ticket.js.map +0 -1
  289. package/models/components/timeoffrequestinput.d.ts.map +0 -1
  290. package/models/components/timeoffrequestinput.js.map +0 -1
  291. package/src/models/components/{accountingdepartmentinput.ts → accountingdepartment.ts} +102 -102
  292. package/src/models/components/{accountinglocationinput.ts → accountinglocation.ts} +106 -106
  293. package/src/models/components/{activityattendeeinput.ts → activityattendee.ts} +89 -89
  294. package/src/models/components/{allocationinput.ts → allocation.ts} +46 -46
  295. package/src/models/components/{applicationinput.ts → application.ts} +85 -85
  296. package/src/models/components/{billlineitem.ts → billlineiteminput.ts} +107 -107
  297. package/src/models/components/{company.ts → companyinput.ts} +226 -226
  298. package/src/models/components/{employeejobinput.ts → employeejob.ts} +60 -60
  299. package/src/models/components/{expenseinput.ts → expense.ts} +159 -159
  300. package/src/models/components/{hriscompanyinput.ts → hriscompany.ts} +101 -101
  301. package/src/models/components/{journalentrylineiteminput.ts → journalentrylineitem.ts} +81 -81
  302. package/src/models/components/{ledgeraccountinput.ts → ledgeraccount.ts} +253 -253
  303. package/src/models/components/{sharedlinkinput.ts → sharedlink.ts} +99 -99
  304. package/src/models/components/{taxrateinput.ts → taxrate.ts} +146 -146
  305. package/src/models/components/{ticket.ts → ticketinput.ts} +125 -125
  306. package/src/models/components/{timeoffrequestinput.ts → timeoffrequest.ts} +100 -100
@@ -70,6 +70,13 @@ 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
+ };
73
80
  export type ParentAccount = {
74
81
  /**
75
82
  * The ID of the parent account.
@@ -84,13 +91,27 @@ export type ParentAccount = {
84
91
  */
85
92
  displayId?: string | undefined;
86
93
  };
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
+ };
87
104
  export type LedgerAccountSubsidiaries = {
88
105
  /**
89
106
  * The ID of the subsidiary.
90
107
  */
91
108
  id?: string | undefined;
92
109
  };
93
- export type LedgerAccountInput = {
110
+ export type LedgerAccount = {
111
+ /**
112
+ * A unique identifier for an object.
113
+ */
114
+ id?: string | undefined;
94
115
  /**
95
116
  * The human readable display ID used when displaying the account
96
117
  */
@@ -145,7 +166,7 @@ export type LedgerAccountInput = {
145
166
  * The tax type of the account.
146
167
  */
147
168
  taxType?: string | null | undefined;
148
- taxRate?: LinkedTaxRateInput | undefined;
169
+ taxRate?: LinkedTaxRate | undefined;
149
170
  level?: number | null | undefined;
150
171
  /**
151
172
  * Whether the account is active or not.
@@ -160,11 +181,19 @@ export type LedgerAccountInput = {
160
181
  */
161
182
  header?: boolean | null | undefined;
162
183
  bankAccount?: BankAccount | undefined;
184
+ /**
185
+ * The categories of the account.
186
+ */
187
+ categories?: Array<Categories> | undefined;
163
188
  parentAccount?: ParentAccount | undefined;
164
189
  /**
165
190
  * Whether the account is a sub account or not.
166
191
  */
167
192
  subAccount?: boolean | null | undefined;
193
+ /**
194
+ * The sub accounts of the account.
195
+ */
196
+ subAccounts?: Array<SubAccounts> | undefined;
168
197
  /**
169
198
  * Reconciliation Date means the last calendar day of each Reconciliation Period.
170
199
  */
@@ -173,38 +202,37 @@ export type LedgerAccountInput = {
173
202
  * The subsidiaries the account belongs to.
174
203
  */
175
204
  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;
176
209
  customFields?: Array<CustomField> | undefined;
177
210
  /**
178
211
  * 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.
179
212
  */
180
213
  rowVersion?: string | null | undefined;
181
214
  /**
182
- * The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources.
215
+ * The user who last updated the object.
183
216
  */
184
- passThrough?: Array<PassThroughBody> | undefined;
185
- };
186
- export type Categories = {
187
- id?: string | undefined;
217
+ updatedBy?: string | null | undefined;
188
218
  /**
189
- * The name of the category.
219
+ * The user who created the object.
190
220
  */
191
- name?: string | undefined;
192
- };
193
- export type SubAccounts = {
221
+ createdBy?: string | null | undefined;
194
222
  /**
195
- * The ID of the sub account.
223
+ * The date and time when the object was last updated.
196
224
  */
197
- id?: string | undefined;
225
+ updatedAt?: Date | null | undefined;
198
226
  /**
199
- * The name of the sub account.
227
+ * The date and time when the object was created.
200
228
  */
201
- accountSubName?: string | undefined;
202
- };
203
- export type LedgerAccount = {
229
+ createdAt?: Date | null | undefined;
204
230
  /**
205
- * A unique identifier for an object.
231
+ * The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources.
206
232
  */
207
- id?: string | undefined;
233
+ passThrough?: Array<PassThroughBody> | undefined;
234
+ };
235
+ export type LedgerAccountInput = {
208
236
  /**
209
237
  * The human readable display ID used when displaying the account
210
238
  */
@@ -259,7 +287,7 @@ export type LedgerAccount = {
259
287
  * The tax type of the account.
260
288
  */
261
289
  taxType?: string | null | undefined;
262
- taxRate?: LinkedTaxRate | undefined;
290
+ taxRate?: LinkedTaxRateInput | undefined;
263
291
  level?: number | null | undefined;
264
292
  /**
265
293
  * Whether the account is active or not.
@@ -274,19 +302,11 @@ export type LedgerAccount = {
274
302
  */
275
303
  header?: boolean | null | undefined;
276
304
  bankAccount?: BankAccount | undefined;
277
- /**
278
- * The categories of the account.
279
- */
280
- categories?: Array<Categories> | undefined;
281
305
  parentAccount?: ParentAccount | undefined;
282
306
  /**
283
307
  * Whether the account is a sub account or not.
284
308
  */
285
309
  subAccount?: boolean | null | undefined;
286
- /**
287
- * The sub accounts of the account.
288
- */
289
- subAccounts?: Array<SubAccounts> | undefined;
290
310
  /**
291
311
  * Reconciliation Date means the last calendar day of each Reconciliation Period.
292
312
  */
@@ -295,31 +315,11 @@ export type LedgerAccount = {
295
315
  * The subsidiaries the account belongs to.
296
316
  */
297
317
  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;
302
318
  customFields?: Array<CustomField> | undefined;
303
319
  /**
304
320
  * 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.
305
321
  */
306
322
  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,6 +440,29 @@ 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 */
443
466
  export declare const ParentAccount$inboundSchema: z.ZodType<ParentAccount, z.ZodTypeDef, unknown>;
444
467
  /** @internal */
445
468
  export type ParentAccount$Outbound = {
@@ -464,6 +487,29 @@ export declare namespace ParentAccount$ {
464
487
  export declare function parentAccountToJSON(parentAccount: ParentAccount): string;
465
488
  export declare function parentAccountFromJSON(jsonString: string): SafeParseResult<ParentAccount, SDKValidationError>;
466
489
  /** @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 */
467
513
  export declare const LedgerAccountSubsidiaries$inboundSchema: z.ZodType<LedgerAccountSubsidiaries, z.ZodTypeDef, unknown>;
468
514
  /** @internal */
469
515
  export type LedgerAccountSubsidiaries$Outbound = {
@@ -486,9 +532,10 @@ export declare namespace LedgerAccountSubsidiaries$ {
486
532
  export declare function ledgerAccountSubsidiariesToJSON(ledgerAccountSubsidiaries: LedgerAccountSubsidiaries): string;
487
533
  export declare function ledgerAccountSubsidiariesFromJSON(jsonString: string): SafeParseResult<LedgerAccountSubsidiaries, SDKValidationError>;
488
534
  /** @internal */
489
- export declare const LedgerAccountInput$inboundSchema: z.ZodType<LedgerAccountInput, z.ZodTypeDef, unknown>;
535
+ export declare const LedgerAccount$inboundSchema: z.ZodType<LedgerAccount, z.ZodTypeDef, unknown>;
490
536
  /** @internal */
491
- export type LedgerAccountInput$Outbound = {
537
+ export type LedgerAccount$Outbound = {
538
+ id?: string | undefined;
492
539
  display_id?: string | undefined;
493
540
  nominal_code?: string | null | undefined;
494
541
  code?: string | null | undefined;
@@ -502,87 +549,47 @@ export type LedgerAccountInput$Outbound = {
502
549
  current_balance?: number | null | undefined;
503
550
  currency?: string | null | undefined;
504
551
  tax_type?: string | null | undefined;
505
- tax_rate?: LinkedTaxRateInput$Outbound | undefined;
552
+ tax_rate?: LinkedTaxRate$Outbound | undefined;
506
553
  level?: number | null | undefined;
507
554
  active?: boolean | null | undefined;
508
555
  status?: string | null | undefined;
509
556
  header?: boolean | null | undefined;
510
557
  bank_account?: BankAccount$Outbound | undefined;
558
+ categories?: Array<Categories$Outbound> | undefined;
511
559
  parent_account?: ParentAccount$Outbound | undefined;
512
560
  sub_account?: boolean | null | undefined;
561
+ sub_accounts?: Array<SubAccounts$Outbound> | undefined;
513
562
  last_reconciliation_date?: string | null | undefined;
514
563
  subsidiaries?: Array<LedgerAccountSubsidiaries$Outbound> | undefined;
564
+ custom_mappings?: CustomMappings$Outbound | null | undefined;
515
565
  custom_fields?: Array<CustomField$Outbound> | undefined;
516
566
  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;
517
571
  pass_through?: Array<PassThroughBody$Outbound> | undefined;
518
572
  };
519
573
  /** @internal */
520
- export declare const LedgerAccountInput$outboundSchema: z.ZodType<LedgerAccountInput$Outbound, z.ZodTypeDef, LedgerAccountInput>;
521
- /**
522
- * @internal
523
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
524
- */
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;
532
- }
533
- export declare function ledgerAccountInputToJSON(ledgerAccountInput: LedgerAccountInput): string;
534
- export declare function ledgerAccountInputFromJSON(jsonString: string): SafeParseResult<LedgerAccountInput, SDKValidationError>;
535
- /** @internal */
536
- export declare const Categories$inboundSchema: z.ZodType<Categories, z.ZodTypeDef, unknown>;
537
- /** @internal */
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>;
574
+ export declare const LedgerAccount$outboundSchema: z.ZodType<LedgerAccount$Outbound, z.ZodTypeDef, LedgerAccount>;
567
575
  /**
568
576
  * @internal
569
577
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
570
578
  */
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;
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;
578
586
  }
579
- export declare function subAccountsToJSON(subAccounts: SubAccounts): string;
580
- export declare function subAccountsFromJSON(jsonString: string): SafeParseResult<SubAccounts, SDKValidationError>;
587
+ export declare function ledgerAccountToJSON(ledgerAccount: LedgerAccount): string;
588
+ export declare function ledgerAccountFromJSON(jsonString: string): SafeParseResult<LedgerAccount, SDKValidationError>;
581
589
  /** @internal */
582
- export declare const LedgerAccount$inboundSchema: z.ZodType<LedgerAccount, z.ZodTypeDef, unknown>;
590
+ export declare const LedgerAccountInput$inboundSchema: z.ZodType<LedgerAccountInput, z.ZodTypeDef, unknown>;
583
591
  /** @internal */
584
- export type LedgerAccount$Outbound = {
585
- id?: string | undefined;
592
+ export type LedgerAccountInput$Outbound = {
586
593
  display_id?: string | undefined;
587
594
  nominal_code?: string | null | undefined;
588
595
  code?: string | null | undefined;
@@ -596,41 +603,34 @@ export type LedgerAccount$Outbound = {
596
603
  current_balance?: number | null | undefined;
597
604
  currency?: string | null | undefined;
598
605
  tax_type?: string | null | undefined;
599
- tax_rate?: LinkedTaxRate$Outbound | undefined;
606
+ tax_rate?: LinkedTaxRateInput$Outbound | undefined;
600
607
  level?: number | null | undefined;
601
608
  active?: boolean | null | undefined;
602
609
  status?: string | null | undefined;
603
610
  header?: boolean | null | undefined;
604
611
  bank_account?: BankAccount$Outbound | undefined;
605
- categories?: Array<Categories$Outbound> | undefined;
606
612
  parent_account?: ParentAccount$Outbound | undefined;
607
613
  sub_account?: boolean | null | undefined;
608
- sub_accounts?: Array<SubAccounts$Outbound> | undefined;
609
614
  last_reconciliation_date?: string | null | undefined;
610
615
  subsidiaries?: Array<LedgerAccountSubsidiaries$Outbound> | undefined;
611
- custom_mappings?: CustomMappings$Outbound | null | undefined;
612
616
  custom_fields?: Array<CustomField$Outbound> | undefined;
613
617
  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 LedgerAccount$outboundSchema: z.ZodType<LedgerAccount$Outbound, z.ZodTypeDef, LedgerAccount>;
621
+ export declare const LedgerAccountInput$outboundSchema: z.ZodType<LedgerAccountInput$Outbound, z.ZodTypeDef, LedgerAccountInput>;
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 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;
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;
633
633
  }
634
- export declare function ledgerAccountToJSON(ledgerAccount: LedgerAccount): string;
635
- export declare function ledgerAccountFromJSON(jsonString: string): SafeParseResult<LedgerAccount, SDKValidationError>;
636
- //# sourceMappingURL=ledgeraccountinput.d.ts.map
634
+ export declare function ledgerAccountInputToJSON(ledgerAccountInput: LedgerAccountInput): string;
635
+ export declare function ledgerAccountInputFromJSON(jsonString: string): SafeParseResult<LedgerAccountInput, SDKValidationError>;
636
+ //# sourceMappingURL=ledgeraccount.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ledgeraccount.d.ts","sourceRoot":"","sources":["../../src/models/components/ledgeraccount.ts"],"names":[],"mappings":"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"}