@apideck/unify 0.21.1 → 0.23.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 (371) hide show
  1. package/docs/sdks/connections/README.md +2 -6
  2. package/docs/sdks/connectionsettings/README.md +2 -6
  3. package/docs/sdks/employees/README.md +4 -0
  4. package/jsr.json +1 -1
  5. package/lib/config.d.ts +4 -4
  6. package/lib/config.js +4 -4
  7. package/lib/matchers.d.ts +3 -1
  8. package/lib/matchers.d.ts.map +1 -1
  9. package/lib/matchers.js +12 -0
  10. package/lib/matchers.js.map +1 -1
  11. package/lib/sdks.js +7 -2
  12. package/lib/sdks.js.map +1 -1
  13. package/models/components/{accountingdepartmentinput.d.ts → accountingdepartment.d.ts} +61 -51
  14. package/models/components/accountingdepartment.d.ts.map +1 -0
  15. package/models/components/{accountingdepartmentinput.js → accountingdepartment.js} +55 -51
  16. package/models/components/accountingdepartment.js.map +1 -0
  17. package/models/components/{accountinglocationinput.d.ts → accountinglocation.d.ts} +58 -58
  18. package/models/components/accountinglocation.d.ts.map +1 -0
  19. package/models/components/{accountinglocationinput.js → accountinglocation.js} +56 -56
  20. package/models/components/accountinglocation.js.map +1 -0
  21. package/models/components/activity.d.ts +1 -1
  22. package/models/components/activity.d.ts.map +1 -1
  23. package/models/components/activity.js +5 -5
  24. package/models/components/activity.js.map +1 -1
  25. package/models/components/{activityattendeeinput.d.ts → activityattendee.d.ts} +51 -51
  26. package/models/components/activityattendee.d.ts.map +1 -0
  27. package/models/components/{activityattendeeinput.js → activityattendee.js} +48 -48
  28. package/models/components/activityattendee.js.map +1 -0
  29. package/models/components/{allocationinput.d.ts → allocation.d.ts} +29 -29
  30. package/models/components/allocation.d.ts.map +1 -0
  31. package/models/components/{allocationinput.js → allocation.js} +32 -32
  32. package/models/components/allocation.js.map +1 -0
  33. package/models/components/{applicationinput.d.ts → application.d.ts} +37 -37
  34. package/models/components/application.d.ts.map +1 -0
  35. package/models/components/{applicationinput.js → application.js} +49 -49
  36. package/models/components/application.js.map +1 -0
  37. package/models/components/{billpaymentinput.d.ts → billpayment.d.ts} +102 -102
  38. package/models/components/billpayment.d.ts.map +1 -0
  39. package/models/components/{billpaymentinput.js → billpayment.js} +100 -100
  40. package/models/components/billpayment.js.map +1 -0
  41. package/models/components/companyinfo.d.ts +1 -1
  42. package/models/components/companyinfo.d.ts.map +1 -1
  43. package/models/components/companyinfo.js +3 -3
  44. package/models/components/companyinfo.js.map +1 -1
  45. package/models/components/{connectioninput.d.ts → connection.d.ts} +139 -139
  46. package/models/components/connection.d.ts.map +1 -0
  47. package/models/components/{connectioninput.js → connection.js} +150 -150
  48. package/models/components/connection.js.map +1 -0
  49. package/models/components/createconnectionresponse.d.ts +1 -1
  50. package/models/components/createconnectionresponse.d.ts.map +1 -1
  51. package/models/components/createconnectionresponse.js +3 -3
  52. package/models/components/createconnectionresponse.js.map +1 -1
  53. package/models/components/creditnote.d.ts +2 -2
  54. package/models/components/creditnote.d.ts.map +1 -1
  55. package/models/components/creditnote.js +10 -10
  56. package/models/components/creditnote.js.map +1 -1
  57. package/models/components/{employeeinput.d.ts → employee.d.ts} +70 -70
  58. package/models/components/employee.d.ts.map +1 -0
  59. package/models/components/{employeeinput.js → employee.js} +67 -67
  60. package/models/components/employee.js.map +1 -0
  61. package/models/components/{employeejobinput.d.ts → employeejob.d.ts} +37 -37
  62. package/models/components/employeejob.d.ts.map +1 -0
  63. package/models/components/{employeejobinput.js → employeejob.js} +36 -36
  64. package/models/components/employeejob.js.map +1 -0
  65. package/models/components/employeeschedules.d.ts +1 -1
  66. package/models/components/employeeschedules.d.ts.map +1 -1
  67. package/models/components/employeeschedules.js +3 -3
  68. package/models/components/employeeschedules.js.map +1 -1
  69. package/models/components/employeesfilter.d.ts +5 -0
  70. package/models/components/employeesfilter.d.ts.map +1 -1
  71. package/models/components/employeesfilter.js +2 -0
  72. package/models/components/employeesfilter.js.map +1 -1
  73. package/models/components/{expenseinput.d.ts → expense.d.ts} +55 -55
  74. package/models/components/expense.d.ts.map +1 -0
  75. package/models/components/{expenseinput.js → expense.js} +52 -52
  76. package/models/components/expense.js.map +1 -0
  77. package/models/components/getaccountingdepartmentresponse.d.ts +1 -1
  78. package/models/components/getaccountingdepartmentresponse.d.ts.map +1 -1
  79. package/models/components/getaccountingdepartmentresponse.js +3 -3
  80. package/models/components/getaccountingdepartmentresponse.js.map +1 -1
  81. package/models/components/getaccountingdepartmentsresponse.d.ts +1 -1
  82. package/models/components/getaccountingdepartmentsresponse.d.ts.map +1 -1
  83. package/models/components/getaccountingdepartmentsresponse.js +3 -3
  84. package/models/components/getaccountingdepartmentsresponse.js.map +1 -1
  85. package/models/components/getaccountinglocationresponse.d.ts +1 -1
  86. package/models/components/getaccountinglocationresponse.d.ts.map +1 -1
  87. package/models/components/getaccountinglocationresponse.js +3 -3
  88. package/models/components/getaccountinglocationresponse.js.map +1 -1
  89. package/models/components/getaccountinglocationsresponse.d.ts +1 -1
  90. package/models/components/getaccountinglocationsresponse.d.ts.map +1 -1
  91. package/models/components/getaccountinglocationsresponse.js +3 -3
  92. package/models/components/getaccountinglocationsresponse.js.map +1 -1
  93. package/models/components/getapplicationresponse.d.ts +1 -1
  94. package/models/components/getapplicationresponse.d.ts.map +1 -1
  95. package/models/components/getapplicationresponse.js +3 -3
  96. package/models/components/getapplicationresponse.js.map +1 -1
  97. package/models/components/getapplicationsresponse.d.ts +1 -1
  98. package/models/components/getapplicationsresponse.d.ts.map +1 -1
  99. package/models/components/getapplicationsresponse.js +3 -3
  100. package/models/components/getapplicationsresponse.js.map +1 -1
  101. package/models/components/getbillpaymentresponse.d.ts +1 -1
  102. package/models/components/getbillpaymentresponse.d.ts.map +1 -1
  103. package/models/components/getbillpaymentresponse.js +3 -3
  104. package/models/components/getbillpaymentresponse.js.map +1 -1
  105. package/models/components/getbillpaymentsresponse.d.ts +1 -1
  106. package/models/components/getbillpaymentsresponse.d.ts.map +1 -1
  107. package/models/components/getbillpaymentsresponse.js +3 -3
  108. package/models/components/getbillpaymentsresponse.js.map +1 -1
  109. package/models/components/getconnectionresponse.d.ts +1 -1
  110. package/models/components/getconnectionresponse.d.ts.map +1 -1
  111. package/models/components/getconnectionresponse.js +3 -3
  112. package/models/components/getconnectionresponse.js.map +1 -1
  113. package/models/components/getconnectionsresponse.d.ts +1 -1
  114. package/models/components/getconnectionsresponse.d.ts.map +1 -1
  115. package/models/components/getconnectionsresponse.js +3 -3
  116. package/models/components/getconnectionsresponse.js.map +1 -1
  117. package/models/components/getemployeeresponse.d.ts +1 -1
  118. package/models/components/getemployeeresponse.d.ts.map +1 -1
  119. package/models/components/getemployeeresponse.js +3 -3
  120. package/models/components/getemployeeresponse.js.map +1 -1
  121. package/models/components/getemployeesresponse.d.ts +1 -1
  122. package/models/components/getemployeesresponse.d.ts.map +1 -1
  123. package/models/components/getemployeesresponse.js +3 -3
  124. package/models/components/getemployeesresponse.js.map +1 -1
  125. package/models/components/getexpenseresponse.d.ts +1 -1
  126. package/models/components/getexpenseresponse.d.ts.map +1 -1
  127. package/models/components/getexpenseresponse.js +3 -3
  128. package/models/components/getexpenseresponse.js.map +1 -1
  129. package/models/components/getexpensesresponse.d.ts +1 -1
  130. package/models/components/getexpensesresponse.d.ts.map +1 -1
  131. package/models/components/getexpensesresponse.js +3 -3
  132. package/models/components/getexpensesresponse.js.map +1 -1
  133. package/models/components/gethriscompaniesresponse.d.ts +1 -1
  134. package/models/components/gethriscompaniesresponse.d.ts.map +1 -1
  135. package/models/components/gethriscompaniesresponse.js +3 -3
  136. package/models/components/gethriscompaniesresponse.js.map +1 -1
  137. package/models/components/gethriscompanyresponse.d.ts +1 -1
  138. package/models/components/gethriscompanyresponse.d.ts.map +1 -1
  139. package/models/components/gethriscompanyresponse.js +3 -3
  140. package/models/components/gethriscompanyresponse.js.map +1 -1
  141. package/models/components/getinvoiceresponse.d.ts +1 -1
  142. package/models/components/getinvoiceresponse.d.ts.map +1 -1
  143. package/models/components/getinvoiceresponse.js +3 -3
  144. package/models/components/getinvoiceresponse.js.map +1 -1
  145. package/models/components/getinvoicesresponse.d.ts +1 -1
  146. package/models/components/getinvoicesresponse.d.ts.map +1 -1
  147. package/models/components/getinvoicesresponse.js +3 -3
  148. package/models/components/getinvoicesresponse.js.map +1 -1
  149. package/models/components/getledgeraccountresponse.d.ts +1 -1
  150. package/models/components/getledgeraccountresponse.d.ts.map +1 -1
  151. package/models/components/getledgeraccountresponse.js +3 -3
  152. package/models/components/getledgeraccountresponse.js.map +1 -1
  153. package/models/components/getledgeraccountsresponse.d.ts +1 -1
  154. package/models/components/getledgeraccountsresponse.d.ts.map +1 -1
  155. package/models/components/getledgeraccountsresponse.js +3 -3
  156. package/models/components/getledgeraccountsresponse.js.map +1 -1
  157. package/models/components/getmessageresponse.d.ts +1 -1
  158. package/models/components/getmessageresponse.d.ts.map +1 -1
  159. package/models/components/getmessageresponse.js +3 -3
  160. package/models/components/getmessageresponse.js.map +1 -1
  161. package/models/components/getmessagesresponse.d.ts +1 -1
  162. package/models/components/getmessagesresponse.d.ts.map +1 -1
  163. package/models/components/getmessagesresponse.js +3 -3
  164. package/models/components/getmessagesresponse.js.map +1 -1
  165. package/models/components/getsharedlinkresponse.d.ts +1 -1
  166. package/models/components/getsharedlinkresponse.d.ts.map +1 -1
  167. package/models/components/getsharedlinkresponse.js +3 -3
  168. package/models/components/getsharedlinkresponse.js.map +1 -1
  169. package/models/components/getsharedlinksresponse.d.ts +1 -1
  170. package/models/components/getsharedlinksresponse.d.ts.map +1 -1
  171. package/models/components/getsharedlinksresponse.js +3 -3
  172. package/models/components/getsharedlinksresponse.js.map +1 -1
  173. package/models/components/gettaxrateresponse.d.ts +1 -1
  174. package/models/components/gettaxrateresponse.d.ts.map +1 -1
  175. package/models/components/gettaxrateresponse.js +3 -3
  176. package/models/components/gettaxrateresponse.js.map +1 -1
  177. package/models/components/gettaxratesresponse.d.ts +1 -1
  178. package/models/components/gettaxratesresponse.d.ts.map +1 -1
  179. package/models/components/gettaxratesresponse.js +3 -3
  180. package/models/components/gettaxratesresponse.js.map +1 -1
  181. package/models/components/gettimeoffrequestresponse.d.ts +1 -1
  182. package/models/components/gettimeoffrequestresponse.d.ts.map +1 -1
  183. package/models/components/gettimeoffrequestresponse.js +3 -3
  184. package/models/components/gettimeoffrequestresponse.js.map +1 -1
  185. package/models/components/gettimeoffrequestsresponse.d.ts +1 -1
  186. package/models/components/gettimeoffrequestsresponse.d.ts.map +1 -1
  187. package/models/components/gettimeoffrequestsresponse.js +3 -3
  188. package/models/components/gettimeoffrequestsresponse.js.map +1 -1
  189. package/models/components/gettrackingcategoriesresponse.d.ts +1 -1
  190. package/models/components/gettrackingcategoriesresponse.d.ts.map +1 -1
  191. package/models/components/gettrackingcategoriesresponse.js +3 -3
  192. package/models/components/gettrackingcategoriesresponse.js.map +1 -1
  193. package/models/components/gettrackingcategoryresponse.d.ts +1 -1
  194. package/models/components/gettrackingcategoryresponse.d.ts.map +1 -1
  195. package/models/components/gettrackingcategoryresponse.js +3 -3
  196. package/models/components/gettrackingcategoryresponse.js.map +1 -1
  197. package/models/components/{hriscompanyinput.d.ts → hriscompany.d.ts} +55 -55
  198. package/models/components/hriscompany.d.ts.map +1 -0
  199. package/models/components/{hriscompanyinput.js → hriscompany.js} +54 -54
  200. package/models/components/hriscompany.js.map +1 -0
  201. package/models/components/index.d.ts +20 -20
  202. package/models/components/index.d.ts.map +1 -1
  203. package/models/components/index.js +20 -20
  204. package/models/components/index.js.map +1 -1
  205. package/models/components/{invoiceinput.d.ts → invoice.d.ts} +122 -74
  206. package/models/components/invoice.d.ts.map +1 -0
  207. package/models/components/{invoiceinput.js → invoice.js} +119 -72
  208. package/models/components/invoice.js.map +1 -0
  209. package/models/components/{invoicelineiteminput.d.ts → invoicelineitem.d.ts} +58 -55
  210. package/models/components/invoicelineitem.d.ts.map +1 -0
  211. package/models/components/{invoicelineiteminput.js → invoicelineitem.js} +55 -54
  212. package/models/components/invoicelineitem.js.map +1 -0
  213. package/models/components/journalentry.d.ts +1 -1
  214. package/models/components/journalentry.d.ts.map +1 -1
  215. package/models/components/journalentry.js +3 -3
  216. package/models/components/journalentry.js.map +1 -1
  217. package/models/components/journalentryinput.d.ts +1 -1
  218. package/models/components/journalentryinput.d.ts.map +1 -1
  219. package/models/components/journalentryinput.js +3 -3
  220. package/models/components/journalentryinput.js.map +1 -1
  221. package/models/components/{journalentrylineiteminput.d.ts → journalentrylineitem.d.ts} +48 -48
  222. package/models/components/journalentrylineitem.d.ts.map +1 -0
  223. package/models/components/{journalentrylineiteminput.js → journalentrylineitem.js} +48 -48
  224. package/models/components/journalentrylineitem.js.map +1 -0
  225. package/models/components/{ledgeraccountinput.d.ts → ledgeraccount.d.ts} +129 -129
  226. package/models/components/ledgeraccount.d.ts.map +1 -0
  227. package/models/components/{ledgeraccountinput.js → ledgeraccount.js} +128 -128
  228. package/models/components/ledgeraccount.js.map +1 -0
  229. package/models/components/{messageinput.d.ts → message.d.ts} +71 -71
  230. package/models/components/message.d.ts.map +1 -0
  231. package/models/components/{messageinput.js → message.js} +61 -61
  232. package/models/components/message.js.map +1 -0
  233. package/models/components/payment.d.ts +1 -1
  234. package/models/components/payment.d.ts.map +1 -1
  235. package/models/components/payment.js +3 -3
  236. package/models/components/payment.js.map +1 -1
  237. package/models/components/paymentinput.d.ts +1 -1
  238. package/models/components/paymentinput.d.ts.map +1 -1
  239. package/models/components/paymentinput.js +3 -3
  240. package/models/components/paymentinput.js.map +1 -1
  241. package/models/components/purchaseorder.d.ts +1 -1
  242. package/models/components/purchaseorder.d.ts.map +1 -1
  243. package/models/components/purchaseorder.js +5 -5
  244. package/models/components/purchaseorder.js.map +1 -1
  245. package/models/components/{sharedlinkinput.d.ts → sharedlink.d.ts} +49 -49
  246. package/models/components/sharedlink.d.ts.map +1 -0
  247. package/models/components/{sharedlinkinput.js → sharedlink.js} +49 -49
  248. package/models/components/sharedlink.js.map +1 -0
  249. package/models/components/{taxrateinput.d.ts → taxrate.d.ts} +52 -52
  250. package/models/components/taxrate.d.ts.map +1 -0
  251. package/models/components/{taxrateinput.js → taxrate.js} +50 -50
  252. package/models/components/taxrate.js.map +1 -0
  253. package/models/components/{timeoffrequestinput.d.ts → timeoffrequest.d.ts} +57 -57
  254. package/models/components/timeoffrequest.d.ts.map +1 -0
  255. package/models/components/{timeoffrequestinput.js → timeoffrequest.js} +52 -52
  256. package/models/components/timeoffrequest.js.map +1 -0
  257. package/models/components/{trackingcategoryinput.d.ts → trackingcategory.d.ts} +55 -55
  258. package/models/components/trackingcategory.d.ts.map +1 -0
  259. package/models/components/{trackingcategoryinput.js → trackingcategory.js} +52 -52
  260. package/models/components/trackingcategory.js.map +1 -0
  261. package/models/components/updateconnectionresponse.d.ts +1 -1
  262. package/models/components/updateconnectionresponse.d.ts.map +1 -1
  263. package/models/components/updateconnectionresponse.js +3 -3
  264. package/models/components/updateconnectionresponse.js.map +1 -1
  265. package/package.json +1 -1
  266. package/src/lib/config.ts +4 -4
  267. package/src/lib/matchers.ts +20 -0
  268. package/src/lib/sdks.ts +8 -2
  269. package/src/models/components/{accountingdepartmentinput.ts → accountingdepartment.ts} +116 -102
  270. package/src/models/components/activity.ts +1 -1
  271. package/src/models/components/companyinfo.ts +1 -1
  272. package/src/models/components/createconnectionresponse.ts +1 -1
  273. package/src/models/components/creditnote.ts +2 -2
  274. package/src/models/components/{employeeinput.ts → employee.ts} +123 -123
  275. package/src/models/components/employeeschedules.ts +1 -1
  276. package/src/models/components/employeesfilter.ts +7 -0
  277. package/src/models/components/getaccountingdepartmentresponse.ts +1 -1
  278. package/src/models/components/getaccountingdepartmentsresponse.ts +1 -1
  279. package/src/models/components/getaccountinglocationresponse.ts +1 -1
  280. package/src/models/components/getaccountinglocationsresponse.ts +1 -1
  281. package/src/models/components/getapplicationresponse.ts +1 -1
  282. package/src/models/components/getapplicationsresponse.ts +1 -1
  283. package/src/models/components/getbillpaymentresponse.ts +1 -1
  284. package/src/models/components/getbillpaymentsresponse.ts +1 -1
  285. package/src/models/components/getconnectionresponse.ts +1 -1
  286. package/src/models/components/getconnectionsresponse.ts +1 -1
  287. package/src/models/components/getemployeeresponse.ts +1 -1
  288. package/src/models/components/getemployeesresponse.ts +1 -1
  289. package/src/models/components/getexpenseresponse.ts +1 -1
  290. package/src/models/components/getexpensesresponse.ts +1 -1
  291. package/src/models/components/gethriscompaniesresponse.ts +1 -1
  292. package/src/models/components/gethriscompanyresponse.ts +1 -1
  293. package/src/models/components/getinvoiceresponse.ts +1 -1
  294. package/src/models/components/getinvoicesresponse.ts +1 -1
  295. package/src/models/components/getledgeraccountresponse.ts +1 -1
  296. package/src/models/components/getledgeraccountsresponse.ts +1 -1
  297. package/src/models/components/getmessageresponse.ts +1 -1
  298. package/src/models/components/getmessagesresponse.ts +1 -1
  299. package/src/models/components/getsharedlinkresponse.ts +1 -1
  300. package/src/models/components/getsharedlinksresponse.ts +1 -1
  301. package/src/models/components/gettaxrateresponse.ts +1 -1
  302. package/src/models/components/gettaxratesresponse.ts +1 -1
  303. package/src/models/components/gettimeoffrequestresponse.ts +1 -1
  304. package/src/models/components/gettimeoffrequestsresponse.ts +1 -1
  305. package/src/models/components/gettrackingcategoriesresponse.ts +1 -1
  306. package/src/models/components/gettrackingcategoryresponse.ts +1 -1
  307. package/src/models/components/index.ts +20 -20
  308. package/src/models/components/{invoiceinput.ts → invoice.ts} +352 -241
  309. package/src/models/components/{invoicelineiteminput.ts → invoicelineitem.ts} +101 -100
  310. package/src/models/components/journalentry.ts +1 -1
  311. package/src/models/components/journalentryinput.ts +1 -1
  312. package/src/models/components/payment.ts +1 -1
  313. package/src/models/components/paymentinput.ts +1 -1
  314. package/src/models/components/purchaseorder.ts +1 -1
  315. package/src/models/components/updateconnectionresponse.ts +1 -1
  316. package/models/components/accountingdepartmentinput.d.ts.map +0 -1
  317. package/models/components/accountingdepartmentinput.js.map +0 -1
  318. package/models/components/accountinglocationinput.d.ts.map +0 -1
  319. package/models/components/accountinglocationinput.js.map +0 -1
  320. package/models/components/activityattendeeinput.d.ts.map +0 -1
  321. package/models/components/activityattendeeinput.js.map +0 -1
  322. package/models/components/allocationinput.d.ts.map +0 -1
  323. package/models/components/allocationinput.js.map +0 -1
  324. package/models/components/applicationinput.d.ts.map +0 -1
  325. package/models/components/applicationinput.js.map +0 -1
  326. package/models/components/billpaymentinput.d.ts.map +0 -1
  327. package/models/components/billpaymentinput.js.map +0 -1
  328. package/models/components/connectioninput.d.ts.map +0 -1
  329. package/models/components/connectioninput.js.map +0 -1
  330. package/models/components/employeeinput.d.ts.map +0 -1
  331. package/models/components/employeeinput.js.map +0 -1
  332. package/models/components/employeejobinput.d.ts.map +0 -1
  333. package/models/components/employeejobinput.js.map +0 -1
  334. package/models/components/expenseinput.d.ts.map +0 -1
  335. package/models/components/expenseinput.js.map +0 -1
  336. package/models/components/hriscompanyinput.d.ts.map +0 -1
  337. package/models/components/hriscompanyinput.js.map +0 -1
  338. package/models/components/invoiceinput.d.ts.map +0 -1
  339. package/models/components/invoiceinput.js.map +0 -1
  340. package/models/components/invoicelineiteminput.d.ts.map +0 -1
  341. package/models/components/invoicelineiteminput.js.map +0 -1
  342. package/models/components/journalentrylineiteminput.d.ts.map +0 -1
  343. package/models/components/journalentrylineiteminput.js.map +0 -1
  344. package/models/components/ledgeraccountinput.d.ts.map +0 -1
  345. package/models/components/ledgeraccountinput.js.map +0 -1
  346. package/models/components/messageinput.d.ts.map +0 -1
  347. package/models/components/messageinput.js.map +0 -1
  348. package/models/components/sharedlinkinput.d.ts.map +0 -1
  349. package/models/components/sharedlinkinput.js.map +0 -1
  350. package/models/components/taxrateinput.d.ts.map +0 -1
  351. package/models/components/taxrateinput.js.map +0 -1
  352. package/models/components/timeoffrequestinput.d.ts.map +0 -1
  353. package/models/components/timeoffrequestinput.js.map +0 -1
  354. package/models/components/trackingcategoryinput.d.ts.map +0 -1
  355. package/models/components/trackingcategoryinput.js.map +0 -1
  356. package/src/models/components/{accountinglocationinput.ts → accountinglocation.ts} +106 -106
  357. package/src/models/components/{activityattendeeinput.ts → activityattendee.ts} +89 -89
  358. package/src/models/components/{allocationinput.ts → allocation.ts} +46 -46
  359. package/src/models/components/{applicationinput.ts → application.ts} +85 -85
  360. package/src/models/components/{billpaymentinput.ts → billpayment.ts} +183 -183
  361. package/src/models/components/{connectioninput.ts → connection.ts} +355 -355
  362. package/src/models/components/{employeejobinput.ts → employeejob.ts} +60 -60
  363. package/src/models/components/{expenseinput.ts → expense.ts} +159 -159
  364. package/src/models/components/{hriscompanyinput.ts → hriscompany.ts} +101 -101
  365. package/src/models/components/{journalentrylineiteminput.ts → journalentrylineitem.ts} +81 -81
  366. package/src/models/components/{ledgeraccountinput.ts → ledgeraccount.ts} +253 -253
  367. package/src/models/components/{messageinput.ts → message.ts} +133 -133
  368. package/src/models/components/{sharedlinkinput.ts → sharedlink.ts} +99 -99
  369. package/src/models/components/{taxrateinput.ts → taxrate.ts} +146 -146
  370. package/src/models/components/{timeoffrequestinput.ts → timeoffrequest.ts} +100 -100
  371. package/src/models/components/{trackingcategoryinput.ts → trackingcategory.ts} +98 -98
@@ -19,16 +19,6 @@ export type Stage = {
19
19
  id?: string | null | undefined;
20
20
  name?: string | null | undefined;
21
21
  };
22
- export type ApplicationInput = {
23
- applicantId: string | null;
24
- jobId: string | null;
25
- status?: ApplicationStatus | null | undefined;
26
- stage?: Stage | undefined;
27
- /**
28
- * The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources.
29
- */
30
- passThrough?: Array<PassThroughBody> | undefined;
31
- };
32
22
  export type Application = {
33
23
  /**
34
24
  * A unique identifier for an object.
@@ -63,6 +53,16 @@ export type Application = {
63
53
  */
64
54
  passThrough?: Array<PassThroughBody> | undefined;
65
55
  };
56
+ export type ApplicationInput = {
57
+ applicantId: string | null;
58
+ jobId: string | null;
59
+ status?: ApplicationStatus | null | undefined;
60
+ stage?: Stage | undefined;
61
+ /**
62
+ * The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources.
63
+ */
64
+ passThrough?: Array<PassThroughBody> | undefined;
65
+ };
66
66
  /** @internal */
67
67
  export declare const ApplicationStatus$inboundSchema: z.ZodNativeEnum<typeof ApplicationStatus>;
68
68
  /** @internal */
@@ -113,32 +113,6 @@ export declare namespace Stage$ {
113
113
  export declare function stageToJSON(stage: Stage): string;
114
114
  export declare function stageFromJSON(jsonString: string): SafeParseResult<Stage, SDKValidationError>;
115
115
  /** @internal */
116
- export declare const ApplicationInput$inboundSchema: z.ZodType<ApplicationInput, z.ZodTypeDef, unknown>;
117
- /** @internal */
118
- export type ApplicationInput$Outbound = {
119
- applicant_id: string | null;
120
- job_id: string | null;
121
- status?: string | null | undefined;
122
- stage?: Stage$Outbound | undefined;
123
- pass_through?: Array<PassThroughBody$Outbound> | undefined;
124
- };
125
- /** @internal */
126
- export declare const ApplicationInput$outboundSchema: z.ZodType<ApplicationInput$Outbound, z.ZodTypeDef, ApplicationInput>;
127
- /**
128
- * @internal
129
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
130
- */
131
- export declare namespace ApplicationInput$ {
132
- /** @deprecated use `ApplicationInput$inboundSchema` instead. */
133
- const inboundSchema: z.ZodType<ApplicationInput, z.ZodTypeDef, unknown>;
134
- /** @deprecated use `ApplicationInput$outboundSchema` instead. */
135
- const outboundSchema: z.ZodType<ApplicationInput$Outbound, z.ZodTypeDef, ApplicationInput>;
136
- /** @deprecated use `ApplicationInput$Outbound` instead. */
137
- type Outbound = ApplicationInput$Outbound;
138
- }
139
- export declare function applicationInputToJSON(applicationInput: ApplicationInput): string;
140
- export declare function applicationInputFromJSON(jsonString: string): SafeParseResult<ApplicationInput, SDKValidationError>;
141
- /** @internal */
142
116
  export declare const Application$inboundSchema: z.ZodType<Application, z.ZodTypeDef, unknown>;
143
117
  /** @internal */
144
118
  export type Application$Outbound = {
@@ -170,4 +144,30 @@ export declare namespace Application$ {
170
144
  }
171
145
  export declare function applicationToJSON(application: Application): string;
172
146
  export declare function applicationFromJSON(jsonString: string): SafeParseResult<Application, SDKValidationError>;
173
- //# sourceMappingURL=applicationinput.d.ts.map
147
+ /** @internal */
148
+ export declare const ApplicationInput$inboundSchema: z.ZodType<ApplicationInput, z.ZodTypeDef, unknown>;
149
+ /** @internal */
150
+ export type ApplicationInput$Outbound = {
151
+ applicant_id: string | null;
152
+ job_id: string | null;
153
+ status?: string | null | undefined;
154
+ stage?: Stage$Outbound | undefined;
155
+ pass_through?: Array<PassThroughBody$Outbound> | undefined;
156
+ };
157
+ /** @internal */
158
+ export declare const ApplicationInput$outboundSchema: z.ZodType<ApplicationInput$Outbound, z.ZodTypeDef, ApplicationInput>;
159
+ /**
160
+ * @internal
161
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
162
+ */
163
+ export declare namespace ApplicationInput$ {
164
+ /** @deprecated use `ApplicationInput$inboundSchema` instead. */
165
+ const inboundSchema: z.ZodType<ApplicationInput, z.ZodTypeDef, unknown>;
166
+ /** @deprecated use `ApplicationInput$outboundSchema` instead. */
167
+ const outboundSchema: z.ZodType<ApplicationInput$Outbound, z.ZodTypeDef, ApplicationInput>;
168
+ /** @deprecated use `ApplicationInput$Outbound` instead. */
169
+ type Outbound = ApplicationInput$Outbound;
170
+ }
171
+ export declare function applicationInputToJSON(applicationInput: ApplicationInput): string;
172
+ export declare function applicationInputFromJSON(jsonString: string): SafeParseResult<ApplicationInput, SDKValidationError>;
173
+ //# sourceMappingURL=application.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"application.d.ts","sourceRoot":"","sources":["../../src/models/components/application.ts"],"names":[],"mappings":"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"}
@@ -26,13 +26,13 @@ var __importStar = (this && this.__importStar) || function (mod) {
26
26
  return result;
27
27
  };
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.Application$ = exports.Application$outboundSchema = exports.Application$inboundSchema = exports.ApplicationInput$ = exports.ApplicationInput$outboundSchema = exports.ApplicationInput$inboundSchema = exports.Stage$ = exports.Stage$outboundSchema = exports.Stage$inboundSchema = exports.ApplicationStatus$ = exports.ApplicationStatus$outboundSchema = exports.ApplicationStatus$inboundSchema = exports.ApplicationStatus = void 0;
29
+ exports.ApplicationInput$ = exports.ApplicationInput$outboundSchema = exports.ApplicationInput$inboundSchema = exports.Application$ = exports.Application$outboundSchema = exports.Application$inboundSchema = exports.Stage$ = exports.Stage$outboundSchema = exports.Stage$inboundSchema = exports.ApplicationStatus$ = exports.ApplicationStatus$outboundSchema = exports.ApplicationStatus$inboundSchema = exports.ApplicationStatus = void 0;
30
30
  exports.stageToJSON = stageToJSON;
31
31
  exports.stageFromJSON = stageFromJSON;
32
- exports.applicationInputToJSON = applicationInputToJSON;
33
- exports.applicationInputFromJSON = applicationInputFromJSON;
34
32
  exports.applicationToJSON = applicationToJSON;
35
33
  exports.applicationFromJSON = applicationFromJSON;
34
+ exports.applicationInputToJSON = applicationInputToJSON;
35
+ exports.applicationInputFromJSON = applicationInputFromJSON;
36
36
  const z = __importStar(require("zod"));
37
37
  const primitives_js_1 = require("../../lib/primitives.js");
38
38
  const schemas_js_1 = require("../../lib/schemas.js");
@@ -89,51 +89,6 @@ function stageFromJSON(jsonString) {
89
89
  return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Stage$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Stage' from JSON`);
90
90
  }
91
91
  /** @internal */
92
- exports.ApplicationInput$inboundSchema = z.object({
93
- applicant_id: z.nullable(z.string()),
94
- job_id: z.nullable(z.string()),
95
- status: z.nullable(exports.ApplicationStatus$inboundSchema).optional(),
96
- stage: z.lazy(() => exports.Stage$inboundSchema).optional(),
97
- pass_through: z.array(passthroughbody_js_1.PassThroughBody$inboundSchema).optional(),
98
- }).transform((v) => {
99
- return (0, primitives_js_1.remap)(v, {
100
- "applicant_id": "applicantId",
101
- "job_id": "jobId",
102
- "pass_through": "passThrough",
103
- });
104
- });
105
- /** @internal */
106
- exports.ApplicationInput$outboundSchema = z.object({
107
- applicantId: z.nullable(z.string()),
108
- jobId: z.nullable(z.string()),
109
- status: z.nullable(exports.ApplicationStatus$outboundSchema).optional(),
110
- stage: z.lazy(() => exports.Stage$outboundSchema).optional(),
111
- passThrough: z.array(passthroughbody_js_1.PassThroughBody$outboundSchema).optional(),
112
- }).transform((v) => {
113
- return (0, primitives_js_1.remap)(v, {
114
- applicantId: "applicant_id",
115
- jobId: "job_id",
116
- passThrough: "pass_through",
117
- });
118
- });
119
- /**
120
- * @internal
121
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
122
- */
123
- var ApplicationInput$;
124
- (function (ApplicationInput$) {
125
- /** @deprecated use `ApplicationInput$inboundSchema` instead. */
126
- ApplicationInput$.inboundSchema = exports.ApplicationInput$inboundSchema;
127
- /** @deprecated use `ApplicationInput$outboundSchema` instead. */
128
- ApplicationInput$.outboundSchema = exports.ApplicationInput$outboundSchema;
129
- })(ApplicationInput$ || (exports.ApplicationInput$ = ApplicationInput$ = {}));
130
- function applicationInputToJSON(applicationInput) {
131
- return JSON.stringify(exports.ApplicationInput$outboundSchema.parse(applicationInput));
132
- }
133
- function applicationInputFromJSON(jsonString) {
134
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.ApplicationInput$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ApplicationInput' from JSON`);
135
- }
136
- /** @internal */
137
92
  exports.Application$inboundSchema = z.object({
138
93
  id: z.string().optional(),
139
94
  applicant_id: z.nullable(z.string()),
@@ -200,4 +155,49 @@ function applicationToJSON(application) {
200
155
  function applicationFromJSON(jsonString) {
201
156
  return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Application$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Application' from JSON`);
202
157
  }
203
- //# sourceMappingURL=applicationinput.js.map
158
+ /** @internal */
159
+ exports.ApplicationInput$inboundSchema = z.object({
160
+ applicant_id: z.nullable(z.string()),
161
+ job_id: z.nullable(z.string()),
162
+ status: z.nullable(exports.ApplicationStatus$inboundSchema).optional(),
163
+ stage: z.lazy(() => exports.Stage$inboundSchema).optional(),
164
+ pass_through: z.array(passthroughbody_js_1.PassThroughBody$inboundSchema).optional(),
165
+ }).transform((v) => {
166
+ return (0, primitives_js_1.remap)(v, {
167
+ "applicant_id": "applicantId",
168
+ "job_id": "jobId",
169
+ "pass_through": "passThrough",
170
+ });
171
+ });
172
+ /** @internal */
173
+ exports.ApplicationInput$outboundSchema = z.object({
174
+ applicantId: z.nullable(z.string()),
175
+ jobId: z.nullable(z.string()),
176
+ status: z.nullable(exports.ApplicationStatus$outboundSchema).optional(),
177
+ stage: z.lazy(() => exports.Stage$outboundSchema).optional(),
178
+ passThrough: z.array(passthroughbody_js_1.PassThroughBody$outboundSchema).optional(),
179
+ }).transform((v) => {
180
+ return (0, primitives_js_1.remap)(v, {
181
+ applicantId: "applicant_id",
182
+ jobId: "job_id",
183
+ passThrough: "pass_through",
184
+ });
185
+ });
186
+ /**
187
+ * @internal
188
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
189
+ */
190
+ var ApplicationInput$;
191
+ (function (ApplicationInput$) {
192
+ /** @deprecated use `ApplicationInput$inboundSchema` instead. */
193
+ ApplicationInput$.inboundSchema = exports.ApplicationInput$inboundSchema;
194
+ /** @deprecated use `ApplicationInput$outboundSchema` instead. */
195
+ ApplicationInput$.outboundSchema = exports.ApplicationInput$outboundSchema;
196
+ })(ApplicationInput$ || (exports.ApplicationInput$ = ApplicationInput$ = {}));
197
+ function applicationInputToJSON(applicationInput) {
198
+ return JSON.stringify(exports.ApplicationInput$outboundSchema.parse(applicationInput));
199
+ }
200
+ function applicationInputFromJSON(jsonString) {
201
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.ApplicationInput$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ApplicationInput' from JSON`);
202
+ }
203
+ //# sourceMappingURL=application.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"application.js","sourceRoot":"","sources":["../../src/models/components/application.ts"],"names":[],"mappings":"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"}
@@ -41,7 +41,7 @@ export declare const BillPaymentAllocationType: {
41
41
  * Type of entity this payment should be attributed to.
42
42
  */
43
43
  export type BillPaymentAllocationType = ClosedEnum<typeof BillPaymentAllocationType>;
44
- export type BillPaymentAllocations = {
44
+ export type Allocations = {
45
45
  /**
46
46
  * A unique identifier for an object.
47
47
  */
@@ -50,6 +50,7 @@ export type BillPaymentAllocations = {
50
50
  * Type of entity this payment should be attributed to.
51
51
  */
52
52
  type?: BillPaymentAllocationType | undefined;
53
+ code?: string | undefined;
53
54
  /**
54
55
  * Amount of payment that should be attributed to this allocation. If null, the total_amount will be used.
55
56
  */
@@ -59,7 +60,15 @@ export type BillPaymentAllocations = {
59
60
  */
60
61
  allocationId?: string | undefined;
61
62
  };
62
- export type BillPaymentInput = {
63
+ export type BillPayment = {
64
+ /**
65
+ * A unique identifier for an object.
66
+ */
67
+ id: string;
68
+ /**
69
+ * The third-party API ID of original entity
70
+ */
71
+ downstreamId?: string | null | undefined;
63
72
  /**
64
73
  * Indicates the associated currency for an amount of money. Values correspond to [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217).
65
74
  */
@@ -88,7 +97,7 @@ export type BillPaymentInput = {
88
97
  * A unique identifier for an object.
89
98
  */
90
99
  paymentMethodId?: string | null | undefined;
91
- account?: LinkedLedgerAccountInput | null | undefined;
100
+ account?: LinkedLedgerAccount | null | undefined;
92
101
  /**
93
102
  * The date of the transaction - YYYY:MM::DDThh:mm:ss.sTZD
94
103
  */
@@ -96,7 +105,7 @@ export type BillPaymentInput = {
96
105
  /**
97
106
  * The supplier this entity is linked to.
98
107
  */
99
- supplier?: LinkedSupplierInput | null | undefined;
108
+ supplier?: LinkedSupplier | null | undefined;
100
109
  /**
101
110
  * The company or subsidiary id the transaction belongs to
102
111
  */
@@ -113,7 +122,7 @@ export type BillPaymentInput = {
113
122
  * Type of payment
114
123
  */
115
124
  type?: BillPaymentType | undefined;
116
- allocations?: Array<BillPaymentAllocations> | undefined;
125
+ allocations?: Array<Allocations> | undefined;
117
126
  /**
118
127
  * Note associated with the transaction
119
128
  */
@@ -135,12 +144,32 @@ export type BillPaymentInput = {
135
144
  * Id to be displayed.
136
145
  */
137
146
  displayId?: string | null | undefined;
147
+ /**
148
+ * When custom mappings are configured on the resource, the result is included here.
149
+ */
150
+ customMappings?: CustomMappings | null | undefined;
151
+ /**
152
+ * The user who last updated the object.
153
+ */
154
+ updatedBy?: string | null | undefined;
155
+ /**
156
+ * The user who created the object.
157
+ */
158
+ createdBy?: string | null | undefined;
159
+ /**
160
+ * The date and time when the object was created.
161
+ */
162
+ createdAt?: Date | null | undefined;
163
+ /**
164
+ * The date and time when the object was last updated.
165
+ */
166
+ updatedAt?: Date | null | undefined;
138
167
  /**
139
168
  * The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources.
140
169
  */
141
170
  passThrough?: Array<PassThroughBody> | undefined;
142
171
  };
143
- export type Allocations = {
172
+ export type BillPaymentAllocations = {
144
173
  /**
145
174
  * A unique identifier for an object.
146
175
  */
@@ -149,7 +178,6 @@ export type Allocations = {
149
178
  * Type of entity this payment should be attributed to.
150
179
  */
151
180
  type?: BillPaymentAllocationType | undefined;
152
- code?: string | undefined;
153
181
  /**
154
182
  * Amount of payment that should be attributed to this allocation. If null, the total_amount will be used.
155
183
  */
@@ -159,15 +187,7 @@ export type Allocations = {
159
187
  */
160
188
  allocationId?: string | undefined;
161
189
  };
162
- export type BillPayment = {
163
- /**
164
- * A unique identifier for an object.
165
- */
166
- id: string;
167
- /**
168
- * The third-party API ID of original entity
169
- */
170
- downstreamId?: string | null | undefined;
190
+ export type BillPaymentInput = {
171
191
  /**
172
192
  * Indicates the associated currency for an amount of money. Values correspond to [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217).
173
193
  */
@@ -196,7 +216,7 @@ export type BillPayment = {
196
216
  * A unique identifier for an object.
197
217
  */
198
218
  paymentMethodId?: string | null | undefined;
199
- account?: LinkedLedgerAccount | null | undefined;
219
+ account?: LinkedLedgerAccountInput | null | undefined;
200
220
  /**
201
221
  * The date of the transaction - YYYY:MM::DDThh:mm:ss.sTZD
202
222
  */
@@ -204,7 +224,7 @@ export type BillPayment = {
204
224
  /**
205
225
  * The supplier this entity is linked to.
206
226
  */
207
- supplier?: LinkedSupplier | null | undefined;
227
+ supplier?: LinkedSupplierInput | null | undefined;
208
228
  /**
209
229
  * The company or subsidiary id the transaction belongs to
210
230
  */
@@ -221,7 +241,7 @@ export type BillPayment = {
221
241
  * Type of payment
222
242
  */
223
243
  type?: BillPaymentType | undefined;
224
- allocations?: Array<Allocations> | undefined;
244
+ allocations?: Array<BillPaymentAllocations> | undefined;
225
245
  /**
226
246
  * Note associated with the transaction
227
247
  */
@@ -243,26 +263,6 @@ export type BillPayment = {
243
263
  * Id to be displayed.
244
264
  */
245
265
  displayId?: string | null | undefined;
246
- /**
247
- * When custom mappings are configured on the resource, the result is included here.
248
- */
249
- customMappings?: CustomMappings | null | undefined;
250
- /**
251
- * The user who last updated the object.
252
- */
253
- updatedBy?: string | null | undefined;
254
- /**
255
- * The user who created the object.
256
- */
257
- createdBy?: string | null | undefined;
258
- /**
259
- * The date and time when the object was created.
260
- */
261
- createdAt?: Date | null | undefined;
262
- /**
263
- * The date and time when the object was last updated.
264
- */
265
- updatedAt?: Date | null | undefined;
266
266
  /**
267
267
  * The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources.
268
268
  */
@@ -323,34 +323,37 @@ export declare namespace BillPaymentAllocationType$ {
323
323
  }>;
324
324
  }
325
325
  /** @internal */
326
- export declare const BillPaymentAllocations$inboundSchema: z.ZodType<BillPaymentAllocations, z.ZodTypeDef, unknown>;
326
+ export declare const Allocations$inboundSchema: z.ZodType<Allocations, z.ZodTypeDef, unknown>;
327
327
  /** @internal */
328
- export type BillPaymentAllocations$Outbound = {
328
+ export type Allocations$Outbound = {
329
329
  id?: string | null | undefined;
330
330
  type?: string | undefined;
331
+ code?: string | undefined;
331
332
  amount?: number | null | undefined;
332
333
  allocation_id?: string | undefined;
333
334
  };
334
335
  /** @internal */
335
- export declare const BillPaymentAllocations$outboundSchema: z.ZodType<BillPaymentAllocations$Outbound, z.ZodTypeDef, BillPaymentAllocations>;
336
+ export declare const Allocations$outboundSchema: z.ZodType<Allocations$Outbound, z.ZodTypeDef, Allocations>;
336
337
  /**
337
338
  * @internal
338
339
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
339
340
  */
340
- export declare namespace BillPaymentAllocations$ {
341
- /** @deprecated use `BillPaymentAllocations$inboundSchema` instead. */
342
- const inboundSchema: z.ZodType<BillPaymentAllocations, z.ZodTypeDef, unknown>;
343
- /** @deprecated use `BillPaymentAllocations$outboundSchema` instead. */
344
- const outboundSchema: z.ZodType<BillPaymentAllocations$Outbound, z.ZodTypeDef, BillPaymentAllocations>;
345
- /** @deprecated use `BillPaymentAllocations$Outbound` instead. */
346
- type Outbound = BillPaymentAllocations$Outbound;
341
+ export declare namespace Allocations$ {
342
+ /** @deprecated use `Allocations$inboundSchema` instead. */
343
+ const inboundSchema: z.ZodType<Allocations, z.ZodTypeDef, unknown>;
344
+ /** @deprecated use `Allocations$outboundSchema` instead. */
345
+ const outboundSchema: z.ZodType<Allocations$Outbound, z.ZodTypeDef, Allocations>;
346
+ /** @deprecated use `Allocations$Outbound` instead. */
347
+ type Outbound = Allocations$Outbound;
347
348
  }
348
- export declare function billPaymentAllocationsToJSON(billPaymentAllocations: BillPaymentAllocations): string;
349
- export declare function billPaymentAllocationsFromJSON(jsonString: string): SafeParseResult<BillPaymentAllocations, SDKValidationError>;
349
+ export declare function allocationsToJSON(allocations: Allocations): string;
350
+ export declare function allocationsFromJSON(jsonString: string): SafeParseResult<Allocations, SDKValidationError>;
350
351
  /** @internal */
351
- export declare const BillPaymentInput$inboundSchema: z.ZodType<BillPaymentInput, z.ZodTypeDef, unknown>;
352
+ export declare const BillPayment$inboundSchema: z.ZodType<BillPayment, z.ZodTypeDef, unknown>;
352
353
  /** @internal */
353
- export type BillPaymentInput$Outbound = {
354
+ export type BillPayment$Outbound = {
355
+ id: string;
356
+ downstream_id?: string | null | undefined;
354
357
  currency?: string | null | undefined;
355
358
  currency_rate?: number | null | undefined;
356
359
  total_amount: number | null;
@@ -358,70 +361,72 @@ export type BillPaymentInput$Outbound = {
358
361
  payment_method?: string | null | undefined;
359
362
  payment_method_reference?: string | null | undefined;
360
363
  payment_method_id?: string | null | undefined;
361
- account?: LinkedLedgerAccountInput$Outbound | null | undefined;
364
+ account?: LinkedLedgerAccount$Outbound | null | undefined;
362
365
  transaction_date: string | null;
363
- supplier?: LinkedSupplierInput$Outbound | null | undefined;
366
+ supplier?: LinkedSupplier$Outbound | null | undefined;
364
367
  company_id?: string | null | undefined;
365
368
  reconciled?: boolean | null | undefined;
366
369
  status?: string | undefined;
367
370
  type?: string | undefined;
368
- allocations?: Array<BillPaymentAllocations$Outbound> | undefined;
371
+ allocations?: Array<Allocations$Outbound> | undefined;
369
372
  note?: string | null | undefined;
370
373
  number?: string | null | undefined;
371
374
  tracking_categories?: Array<LinkedTrackingCategory$Outbound | null> | null | undefined;
372
375
  custom_fields?: Array<CustomField$Outbound> | undefined;
373
376
  row_version?: string | null | undefined;
374
377
  display_id?: string | null | undefined;
378
+ custom_mappings?: CustomMappings$Outbound | null | undefined;
379
+ updated_by?: string | null | undefined;
380
+ created_by?: string | null | undefined;
381
+ created_at?: string | null | undefined;
382
+ updated_at?: string | null | undefined;
375
383
  pass_through?: Array<PassThroughBody$Outbound> | undefined;
376
384
  };
377
385
  /** @internal */
378
- export declare const BillPaymentInput$outboundSchema: z.ZodType<BillPaymentInput$Outbound, z.ZodTypeDef, BillPaymentInput>;
386
+ export declare const BillPayment$outboundSchema: z.ZodType<BillPayment$Outbound, z.ZodTypeDef, BillPayment>;
379
387
  /**
380
388
  * @internal
381
389
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
382
390
  */
383
- export declare namespace BillPaymentInput$ {
384
- /** @deprecated use `BillPaymentInput$inboundSchema` instead. */
385
- const inboundSchema: z.ZodType<BillPaymentInput, z.ZodTypeDef, unknown>;
386
- /** @deprecated use `BillPaymentInput$outboundSchema` instead. */
387
- const outboundSchema: z.ZodType<BillPaymentInput$Outbound, z.ZodTypeDef, BillPaymentInput>;
388
- /** @deprecated use `BillPaymentInput$Outbound` instead. */
389
- type Outbound = BillPaymentInput$Outbound;
391
+ export declare namespace BillPayment$ {
392
+ /** @deprecated use `BillPayment$inboundSchema` instead. */
393
+ const inboundSchema: z.ZodType<BillPayment, z.ZodTypeDef, unknown>;
394
+ /** @deprecated use `BillPayment$outboundSchema` instead. */
395
+ const outboundSchema: z.ZodType<BillPayment$Outbound, z.ZodTypeDef, BillPayment>;
396
+ /** @deprecated use `BillPayment$Outbound` instead. */
397
+ type Outbound = BillPayment$Outbound;
390
398
  }
391
- export declare function billPaymentInputToJSON(billPaymentInput: BillPaymentInput): string;
392
- export declare function billPaymentInputFromJSON(jsonString: string): SafeParseResult<BillPaymentInput, SDKValidationError>;
399
+ export declare function billPaymentToJSON(billPayment: BillPayment): string;
400
+ export declare function billPaymentFromJSON(jsonString: string): SafeParseResult<BillPayment, SDKValidationError>;
393
401
  /** @internal */
394
- export declare const Allocations$inboundSchema: z.ZodType<Allocations, z.ZodTypeDef, unknown>;
402
+ export declare const BillPaymentAllocations$inboundSchema: z.ZodType<BillPaymentAllocations, z.ZodTypeDef, unknown>;
395
403
  /** @internal */
396
- export type Allocations$Outbound = {
404
+ export type BillPaymentAllocations$Outbound = {
397
405
  id?: string | null | undefined;
398
406
  type?: string | undefined;
399
- code?: string | undefined;
400
407
  amount?: number | null | undefined;
401
408
  allocation_id?: string | undefined;
402
409
  };
403
410
  /** @internal */
404
- export declare const Allocations$outboundSchema: z.ZodType<Allocations$Outbound, z.ZodTypeDef, Allocations>;
411
+ export declare const BillPaymentAllocations$outboundSchema: z.ZodType<BillPaymentAllocations$Outbound, z.ZodTypeDef, BillPaymentAllocations>;
405
412
  /**
406
413
  * @internal
407
414
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
408
415
  */
409
- export declare namespace Allocations$ {
410
- /** @deprecated use `Allocations$inboundSchema` instead. */
411
- const inboundSchema: z.ZodType<Allocations, z.ZodTypeDef, unknown>;
412
- /** @deprecated use `Allocations$outboundSchema` instead. */
413
- const outboundSchema: z.ZodType<Allocations$Outbound, z.ZodTypeDef, Allocations>;
414
- /** @deprecated use `Allocations$Outbound` instead. */
415
- type Outbound = Allocations$Outbound;
416
+ export declare namespace BillPaymentAllocations$ {
417
+ /** @deprecated use `BillPaymentAllocations$inboundSchema` instead. */
418
+ const inboundSchema: z.ZodType<BillPaymentAllocations, z.ZodTypeDef, unknown>;
419
+ /** @deprecated use `BillPaymentAllocations$outboundSchema` instead. */
420
+ const outboundSchema: z.ZodType<BillPaymentAllocations$Outbound, z.ZodTypeDef, BillPaymentAllocations>;
421
+ /** @deprecated use `BillPaymentAllocations$Outbound` instead. */
422
+ type Outbound = BillPaymentAllocations$Outbound;
416
423
  }
417
- export declare function allocationsToJSON(allocations: Allocations): string;
418
- export declare function allocationsFromJSON(jsonString: string): SafeParseResult<Allocations, SDKValidationError>;
424
+ export declare function billPaymentAllocationsToJSON(billPaymentAllocations: BillPaymentAllocations): string;
425
+ export declare function billPaymentAllocationsFromJSON(jsonString: string): SafeParseResult<BillPaymentAllocations, SDKValidationError>;
419
426
  /** @internal */
420
- export declare const BillPayment$inboundSchema: z.ZodType<BillPayment, z.ZodTypeDef, unknown>;
427
+ export declare const BillPaymentInput$inboundSchema: z.ZodType<BillPaymentInput, z.ZodTypeDef, unknown>;
421
428
  /** @internal */
422
- export type BillPayment$Outbound = {
423
- id: string;
424
- downstream_id?: string | null | undefined;
429
+ export type BillPaymentInput$Outbound = {
425
430
  currency?: string | null | undefined;
426
431
  currency_rate?: number | null | undefined;
427
432
  total_amount: number | null;
@@ -429,41 +434,36 @@ export type BillPayment$Outbound = {
429
434
  payment_method?: string | null | undefined;
430
435
  payment_method_reference?: string | null | undefined;
431
436
  payment_method_id?: string | null | undefined;
432
- account?: LinkedLedgerAccount$Outbound | null | undefined;
437
+ account?: LinkedLedgerAccountInput$Outbound | null | undefined;
433
438
  transaction_date: string | null;
434
- supplier?: LinkedSupplier$Outbound | null | undefined;
439
+ supplier?: LinkedSupplierInput$Outbound | null | undefined;
435
440
  company_id?: string | null | undefined;
436
441
  reconciled?: boolean | null | undefined;
437
442
  status?: string | undefined;
438
443
  type?: string | undefined;
439
- allocations?: Array<Allocations$Outbound> | undefined;
444
+ allocations?: Array<BillPaymentAllocations$Outbound> | undefined;
440
445
  note?: string | null | undefined;
441
446
  number?: string | null | undefined;
442
447
  tracking_categories?: Array<LinkedTrackingCategory$Outbound | null> | null | undefined;
443
448
  custom_fields?: Array<CustomField$Outbound> | undefined;
444
449
  row_version?: string | null | undefined;
445
450
  display_id?: string | null | undefined;
446
- custom_mappings?: CustomMappings$Outbound | null | undefined;
447
- updated_by?: string | null | undefined;
448
- created_by?: string | null | undefined;
449
- created_at?: string | null | undefined;
450
- updated_at?: string | null | undefined;
451
451
  pass_through?: Array<PassThroughBody$Outbound> | undefined;
452
452
  };
453
453
  /** @internal */
454
- export declare const BillPayment$outboundSchema: z.ZodType<BillPayment$Outbound, z.ZodTypeDef, BillPayment>;
454
+ export declare const BillPaymentInput$outboundSchema: z.ZodType<BillPaymentInput$Outbound, z.ZodTypeDef, BillPaymentInput>;
455
455
  /**
456
456
  * @internal
457
457
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
458
458
  */
459
- export declare namespace BillPayment$ {
460
- /** @deprecated use `BillPayment$inboundSchema` instead. */
461
- const inboundSchema: z.ZodType<BillPayment, z.ZodTypeDef, unknown>;
462
- /** @deprecated use `BillPayment$outboundSchema` instead. */
463
- const outboundSchema: z.ZodType<BillPayment$Outbound, z.ZodTypeDef, BillPayment>;
464
- /** @deprecated use `BillPayment$Outbound` instead. */
465
- type Outbound = BillPayment$Outbound;
459
+ export declare namespace BillPaymentInput$ {
460
+ /** @deprecated use `BillPaymentInput$inboundSchema` instead. */
461
+ const inboundSchema: z.ZodType<BillPaymentInput, z.ZodTypeDef, unknown>;
462
+ /** @deprecated use `BillPaymentInput$outboundSchema` instead. */
463
+ const outboundSchema: z.ZodType<BillPaymentInput$Outbound, z.ZodTypeDef, BillPaymentInput>;
464
+ /** @deprecated use `BillPaymentInput$Outbound` instead. */
465
+ type Outbound = BillPaymentInput$Outbound;
466
466
  }
467
- export declare function billPaymentToJSON(billPayment: BillPayment): string;
468
- export declare function billPaymentFromJSON(jsonString: string): SafeParseResult<BillPayment, SDKValidationError>;
469
- //# sourceMappingURL=billpaymentinput.d.ts.map
467
+ export declare function billPaymentInputToJSON(billPaymentInput: BillPaymentInput): string;
468
+ export declare function billPaymentInputFromJSON(jsonString: string): SafeParseResult<BillPaymentInput, SDKValidationError>;
469
+ //# sourceMappingURL=billpayment.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"billpayment.d.ts","sourceRoot":"","sources":["../../src/models/components/billpayment.ts"],"names":[],"mappings":"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"}