@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
@@ -14,7 +14,11 @@ export declare const ActivityAttendeeStatus: {
14
14
  * Status of the attendee
15
15
  */
16
16
  export type ActivityAttendeeStatus = ClosedEnum<typeof ActivityAttendeeStatus>;
17
- export type ActivityAttendeeInput = {
17
+ export type ActivityAttendee = {
18
+ /**
19
+ * Unique identifier for the attendee
20
+ */
21
+ id?: string | null | undefined;
18
22
  /**
19
23
  * Full name of the attendee
20
24
  */
@@ -51,12 +55,24 @@ export type ActivityAttendeeInput = {
51
55
  * Status of the attendee
52
56
  */
53
57
  status?: ActivityAttendeeStatus | null | undefined;
54
- };
55
- export type ActivityAttendee = {
56
58
  /**
57
- * Unique identifier for the attendee
59
+ * The identifier for a related user
58
60
  */
59
- id?: string | null | undefined;
61
+ userId?: string | null | undefined;
62
+ /**
63
+ * The identifier for a related contact
64
+ */
65
+ contactId?: string | null | undefined;
66
+ /**
67
+ * The last time the attendee was updated (ISO 8601)
68
+ */
69
+ updatedAt?: Date | null | undefined;
70
+ /**
71
+ * The time the attendee was created (ISO 8601)
72
+ */
73
+ createdAt?: Date | null | undefined;
74
+ };
75
+ export type ActivityAttendeeInput = {
60
76
  /**
61
77
  * Full name of the attendee
62
78
  */
@@ -93,22 +109,6 @@ export type ActivityAttendee = {
93
109
  * Status of the attendee
94
110
  */
95
111
  status?: ActivityAttendeeStatus | null | undefined;
96
- /**
97
- * The identifier for a related user
98
- */
99
- userId?: string | null | undefined;
100
- /**
101
- * The identifier for a related contact
102
- */
103
- contactId?: string | null | undefined;
104
- /**
105
- * The last time the attendee was updated (ISO 8601)
106
- */
107
- updatedAt?: Date | null | undefined;
108
- /**
109
- * The time the attendee was created (ISO 8601)
110
- */
111
- createdAt?: Date | null | undefined;
112
112
  };
113
113
  /** @internal */
114
114
  export declare const ActivityAttendeeStatus$inboundSchema: z.ZodNativeEnum<typeof ActivityAttendeeStatus>;
@@ -133,9 +133,10 @@ export declare namespace ActivityAttendeeStatus$ {
133
133
  }>;
134
134
  }
135
135
  /** @internal */
136
- export declare const ActivityAttendeeInput$inboundSchema: z.ZodType<ActivityAttendeeInput, z.ZodTypeDef, unknown>;
136
+ export declare const ActivityAttendee$inboundSchema: z.ZodType<ActivityAttendee, z.ZodTypeDef, unknown>;
137
137
  /** @internal */
138
- export type ActivityAttendeeInput$Outbound = {
138
+ export type ActivityAttendee$Outbound = {
139
+ id?: string | null | undefined;
139
140
  name?: string | null | undefined;
140
141
  first_name?: string | null | undefined;
141
142
  middle_name?: string | null | undefined;
@@ -145,28 +146,31 @@ export type ActivityAttendeeInput$Outbound = {
145
146
  email_address?: string | null | undefined;
146
147
  is_organizer?: boolean | null | undefined;
147
148
  status?: string | null | undefined;
149
+ user_id?: string | null | undefined;
150
+ contact_id?: string | null | undefined;
151
+ updated_at?: string | null | undefined;
152
+ created_at?: string | null | undefined;
148
153
  };
149
154
  /** @internal */
150
- export declare const ActivityAttendeeInput$outboundSchema: z.ZodType<ActivityAttendeeInput$Outbound, z.ZodTypeDef, ActivityAttendeeInput>;
155
+ export declare const ActivityAttendee$outboundSchema: z.ZodType<ActivityAttendee$Outbound, z.ZodTypeDef, ActivityAttendee>;
151
156
  /**
152
157
  * @internal
153
158
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
154
159
  */
155
- export declare namespace ActivityAttendeeInput$ {
156
- /** @deprecated use `ActivityAttendeeInput$inboundSchema` instead. */
157
- const inboundSchema: z.ZodType<ActivityAttendeeInput, z.ZodTypeDef, unknown>;
158
- /** @deprecated use `ActivityAttendeeInput$outboundSchema` instead. */
159
- const outboundSchema: z.ZodType<ActivityAttendeeInput$Outbound, z.ZodTypeDef, ActivityAttendeeInput>;
160
- /** @deprecated use `ActivityAttendeeInput$Outbound` instead. */
161
- type Outbound = ActivityAttendeeInput$Outbound;
160
+ export declare namespace ActivityAttendee$ {
161
+ /** @deprecated use `ActivityAttendee$inboundSchema` instead. */
162
+ const inboundSchema: z.ZodType<ActivityAttendee, z.ZodTypeDef, unknown>;
163
+ /** @deprecated use `ActivityAttendee$outboundSchema` instead. */
164
+ const outboundSchema: z.ZodType<ActivityAttendee$Outbound, z.ZodTypeDef, ActivityAttendee>;
165
+ /** @deprecated use `ActivityAttendee$Outbound` instead. */
166
+ type Outbound = ActivityAttendee$Outbound;
162
167
  }
163
- export declare function activityAttendeeInputToJSON(activityAttendeeInput: ActivityAttendeeInput): string;
164
- export declare function activityAttendeeInputFromJSON(jsonString: string): SafeParseResult<ActivityAttendeeInput, SDKValidationError>;
168
+ export declare function activityAttendeeToJSON(activityAttendee: ActivityAttendee): string;
169
+ export declare function activityAttendeeFromJSON(jsonString: string): SafeParseResult<ActivityAttendee, SDKValidationError>;
165
170
  /** @internal */
166
- export declare const ActivityAttendee$inboundSchema: z.ZodType<ActivityAttendee, z.ZodTypeDef, unknown>;
171
+ export declare const ActivityAttendeeInput$inboundSchema: z.ZodType<ActivityAttendeeInput, z.ZodTypeDef, unknown>;
167
172
  /** @internal */
168
- export type ActivityAttendee$Outbound = {
169
- id?: string | null | undefined;
173
+ export type ActivityAttendeeInput$Outbound = {
170
174
  name?: string | null | undefined;
171
175
  first_name?: string | null | undefined;
172
176
  middle_name?: string | null | undefined;
@@ -176,25 +180,21 @@ export type ActivityAttendee$Outbound = {
176
180
  email_address?: string | null | undefined;
177
181
  is_organizer?: boolean | null | undefined;
178
182
  status?: string | null | undefined;
179
- user_id?: string | null | undefined;
180
- contact_id?: string | null | undefined;
181
- updated_at?: string | null | undefined;
182
- created_at?: string | null | undefined;
183
183
  };
184
184
  /** @internal */
185
- export declare const ActivityAttendee$outboundSchema: z.ZodType<ActivityAttendee$Outbound, z.ZodTypeDef, ActivityAttendee>;
185
+ export declare const ActivityAttendeeInput$outboundSchema: z.ZodType<ActivityAttendeeInput$Outbound, z.ZodTypeDef, ActivityAttendeeInput>;
186
186
  /**
187
187
  * @internal
188
188
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
189
189
  */
190
- export declare namespace ActivityAttendee$ {
191
- /** @deprecated use `ActivityAttendee$inboundSchema` instead. */
192
- const inboundSchema: z.ZodType<ActivityAttendee, z.ZodTypeDef, unknown>;
193
- /** @deprecated use `ActivityAttendee$outboundSchema` instead. */
194
- const outboundSchema: z.ZodType<ActivityAttendee$Outbound, z.ZodTypeDef, ActivityAttendee>;
195
- /** @deprecated use `ActivityAttendee$Outbound` instead. */
196
- type Outbound = ActivityAttendee$Outbound;
190
+ export declare namespace ActivityAttendeeInput$ {
191
+ /** @deprecated use `ActivityAttendeeInput$inboundSchema` instead. */
192
+ const inboundSchema: z.ZodType<ActivityAttendeeInput, z.ZodTypeDef, unknown>;
193
+ /** @deprecated use `ActivityAttendeeInput$outboundSchema` instead. */
194
+ const outboundSchema: z.ZodType<ActivityAttendeeInput$Outbound, z.ZodTypeDef, ActivityAttendeeInput>;
195
+ /** @deprecated use `ActivityAttendeeInput$Outbound` instead. */
196
+ type Outbound = ActivityAttendeeInput$Outbound;
197
197
  }
198
- export declare function activityAttendeeToJSON(activityAttendee: ActivityAttendee): string;
199
- export declare function activityAttendeeFromJSON(jsonString: string): SafeParseResult<ActivityAttendee, SDKValidationError>;
200
- //# sourceMappingURL=activityattendeeinput.d.ts.map
198
+ export declare function activityAttendeeInputToJSON(activityAttendeeInput: ActivityAttendeeInput): string;
199
+ export declare function activityAttendeeInputFromJSON(jsonString: string): SafeParseResult<ActivityAttendeeInput, SDKValidationError>;
200
+ //# sourceMappingURL=activityattendee.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"activityattendee.d.ts","sourceRoot":"","sources":["../../src/models/components/activityattendee.ts"],"names":[],"mappings":"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"}
@@ -26,11 +26,11 @@ var __importStar = (this && this.__importStar) || function (mod) {
26
26
  return result;
27
27
  };
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.ActivityAttendee$ = exports.ActivityAttendee$outboundSchema = exports.ActivityAttendee$inboundSchema = exports.ActivityAttendeeInput$ = exports.ActivityAttendeeInput$outboundSchema = exports.ActivityAttendeeInput$inboundSchema = exports.ActivityAttendeeStatus$ = exports.ActivityAttendeeStatus$outboundSchema = exports.ActivityAttendeeStatus$inboundSchema = exports.ActivityAttendeeStatus = void 0;
30
- exports.activityAttendeeInputToJSON = activityAttendeeInputToJSON;
31
- exports.activityAttendeeInputFromJSON = activityAttendeeInputFromJSON;
29
+ exports.ActivityAttendeeInput$ = exports.ActivityAttendeeInput$outboundSchema = exports.ActivityAttendeeInput$inboundSchema = exports.ActivityAttendee$ = exports.ActivityAttendee$outboundSchema = exports.ActivityAttendee$inboundSchema = exports.ActivityAttendeeStatus$ = exports.ActivityAttendeeStatus$outboundSchema = exports.ActivityAttendeeStatus$inboundSchema = exports.ActivityAttendeeStatus = void 0;
32
30
  exports.activityAttendeeToJSON = activityAttendeeToJSON;
33
31
  exports.activityAttendeeFromJSON = activityAttendeeFromJSON;
32
+ exports.activityAttendeeInputToJSON = activityAttendeeInputToJSON;
33
+ exports.activityAttendeeInputFromJSON = activityAttendeeInputFromJSON;
34
34
  const z = __importStar(require("zod"));
35
35
  const primitives_js_1 = require("../../lib/primitives.js");
36
36
  const schemas_js_1 = require("../../lib/schemas.js");
@@ -58,7 +58,8 @@ var ActivityAttendeeStatus$;
58
58
  ActivityAttendeeStatus$.outboundSchema = exports.ActivityAttendeeStatus$outboundSchema;
59
59
  })(ActivityAttendeeStatus$ || (exports.ActivityAttendeeStatus$ = ActivityAttendeeStatus$ = {}));
60
60
  /** @internal */
61
- exports.ActivityAttendeeInput$inboundSchema = z.object({
61
+ exports.ActivityAttendee$inboundSchema = z.object({
62
+ id: z.nullable(z.string()).optional(),
62
63
  name: z.nullable(z.string()).optional(),
63
64
  first_name: z.nullable(z.string()).optional(),
64
65
  middle_name: z.nullable(z.string()).optional(),
@@ -68,6 +69,10 @@ exports.ActivityAttendeeInput$inboundSchema = z.object({
68
69
  email_address: z.nullable(z.string()).optional(),
69
70
  is_organizer: z.nullable(z.boolean()).optional(),
70
71
  status: z.nullable(exports.ActivityAttendeeStatus$inboundSchema).optional(),
72
+ user_id: z.nullable(z.string()).optional(),
73
+ contact_id: z.nullable(z.string()).optional(),
74
+ updated_at: z.nullable(z.string().datetime({ offset: true }).transform(v => new Date(v))).optional(),
75
+ created_at: z.nullable(z.string().datetime({ offset: true }).transform(v => new Date(v))).optional(),
71
76
  }).transform((v) => {
72
77
  return (0, primitives_js_1.remap)(v, {
73
78
  "first_name": "firstName",
@@ -75,10 +80,15 @@ exports.ActivityAttendeeInput$inboundSchema = z.object({
75
80
  "last_name": "lastName",
76
81
  "email_address": "emailAddress",
77
82
  "is_organizer": "isOrganizer",
83
+ "user_id": "userId",
84
+ "contact_id": "contactId",
85
+ "updated_at": "updatedAt",
86
+ "created_at": "createdAt",
78
87
  });
79
88
  });
80
89
  /** @internal */
81
- exports.ActivityAttendeeInput$outboundSchema = z.object({
90
+ exports.ActivityAttendee$outboundSchema = z.object({
91
+ id: z.nullable(z.string()).optional(),
82
92
  name: z.nullable(z.string()).optional(),
83
93
  firstName: z.nullable(z.string()).optional(),
84
94
  middleName: z.nullable(z.string()).optional(),
@@ -88,6 +98,10 @@ exports.ActivityAttendeeInput$outboundSchema = z.object({
88
98
  emailAddress: z.nullable(z.string()).optional(),
89
99
  isOrganizer: z.nullable(z.boolean()).optional(),
90
100
  status: z.nullable(exports.ActivityAttendeeStatus$outboundSchema).optional(),
101
+ userId: z.nullable(z.string()).optional(),
102
+ contactId: z.nullable(z.string()).optional(),
103
+ updatedAt: z.nullable(z.date().transform(v => v.toISOString())).optional(),
104
+ createdAt: z.nullable(z.date().transform(v => v.toISOString())).optional(),
91
105
  }).transform((v) => {
92
106
  return (0, primitives_js_1.remap)(v, {
93
107
  firstName: "first_name",
@@ -95,28 +109,31 @@ exports.ActivityAttendeeInput$outboundSchema = z.object({
95
109
  lastName: "last_name",
96
110
  emailAddress: "email_address",
97
111
  isOrganizer: "is_organizer",
112
+ userId: "user_id",
113
+ contactId: "contact_id",
114
+ updatedAt: "updated_at",
115
+ createdAt: "created_at",
98
116
  });
99
117
  });
100
118
  /**
101
119
  * @internal
102
120
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
103
121
  */
104
- var ActivityAttendeeInput$;
105
- (function (ActivityAttendeeInput$) {
106
- /** @deprecated use `ActivityAttendeeInput$inboundSchema` instead. */
107
- ActivityAttendeeInput$.inboundSchema = exports.ActivityAttendeeInput$inboundSchema;
108
- /** @deprecated use `ActivityAttendeeInput$outboundSchema` instead. */
109
- ActivityAttendeeInput$.outboundSchema = exports.ActivityAttendeeInput$outboundSchema;
110
- })(ActivityAttendeeInput$ || (exports.ActivityAttendeeInput$ = ActivityAttendeeInput$ = {}));
111
- function activityAttendeeInputToJSON(activityAttendeeInput) {
112
- return JSON.stringify(exports.ActivityAttendeeInput$outboundSchema.parse(activityAttendeeInput));
122
+ var ActivityAttendee$;
123
+ (function (ActivityAttendee$) {
124
+ /** @deprecated use `ActivityAttendee$inboundSchema` instead. */
125
+ ActivityAttendee$.inboundSchema = exports.ActivityAttendee$inboundSchema;
126
+ /** @deprecated use `ActivityAttendee$outboundSchema` instead. */
127
+ ActivityAttendee$.outboundSchema = exports.ActivityAttendee$outboundSchema;
128
+ })(ActivityAttendee$ || (exports.ActivityAttendee$ = ActivityAttendee$ = {}));
129
+ function activityAttendeeToJSON(activityAttendee) {
130
+ return JSON.stringify(exports.ActivityAttendee$outboundSchema.parse(activityAttendee));
113
131
  }
114
- function activityAttendeeInputFromJSON(jsonString) {
115
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.ActivityAttendeeInput$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ActivityAttendeeInput' from JSON`);
132
+ function activityAttendeeFromJSON(jsonString) {
133
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.ActivityAttendee$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ActivityAttendee' from JSON`);
116
134
  }
117
135
  /** @internal */
118
- exports.ActivityAttendee$inboundSchema = z.object({
119
- id: z.nullable(z.string()).optional(),
136
+ exports.ActivityAttendeeInput$inboundSchema = z.object({
120
137
  name: z.nullable(z.string()).optional(),
121
138
  first_name: z.nullable(z.string()).optional(),
122
139
  middle_name: z.nullable(z.string()).optional(),
@@ -126,10 +143,6 @@ exports.ActivityAttendee$inboundSchema = z.object({
126
143
  email_address: z.nullable(z.string()).optional(),
127
144
  is_organizer: z.nullable(z.boolean()).optional(),
128
145
  status: z.nullable(exports.ActivityAttendeeStatus$inboundSchema).optional(),
129
- user_id: z.nullable(z.string()).optional(),
130
- contact_id: z.nullable(z.string()).optional(),
131
- updated_at: z.nullable(z.string().datetime({ offset: true }).transform(v => new Date(v))).optional(),
132
- created_at: z.nullable(z.string().datetime({ offset: true }).transform(v => new Date(v))).optional(),
133
146
  }).transform((v) => {
134
147
  return (0, primitives_js_1.remap)(v, {
135
148
  "first_name": "firstName",
@@ -137,15 +150,10 @@ exports.ActivityAttendee$inboundSchema = z.object({
137
150
  "last_name": "lastName",
138
151
  "email_address": "emailAddress",
139
152
  "is_organizer": "isOrganizer",
140
- "user_id": "userId",
141
- "contact_id": "contactId",
142
- "updated_at": "updatedAt",
143
- "created_at": "createdAt",
144
153
  });
145
154
  });
146
155
  /** @internal */
147
- exports.ActivityAttendee$outboundSchema = z.object({
148
- id: z.nullable(z.string()).optional(),
156
+ exports.ActivityAttendeeInput$outboundSchema = z.object({
149
157
  name: z.nullable(z.string()).optional(),
150
158
  firstName: z.nullable(z.string()).optional(),
151
159
  middleName: z.nullable(z.string()).optional(),
@@ -155,10 +163,6 @@ exports.ActivityAttendee$outboundSchema = z.object({
155
163
  emailAddress: z.nullable(z.string()).optional(),
156
164
  isOrganizer: z.nullable(z.boolean()).optional(),
157
165
  status: z.nullable(exports.ActivityAttendeeStatus$outboundSchema).optional(),
158
- userId: z.nullable(z.string()).optional(),
159
- contactId: z.nullable(z.string()).optional(),
160
- updatedAt: z.nullable(z.date().transform(v => v.toISOString())).optional(),
161
- createdAt: z.nullable(z.date().transform(v => v.toISOString())).optional(),
162
166
  }).transform((v) => {
163
167
  return (0, primitives_js_1.remap)(v, {
164
168
  firstName: "first_name",
@@ -166,27 +170,23 @@ exports.ActivityAttendee$outboundSchema = z.object({
166
170
  lastName: "last_name",
167
171
  emailAddress: "email_address",
168
172
  isOrganizer: "is_organizer",
169
- userId: "user_id",
170
- contactId: "contact_id",
171
- updatedAt: "updated_at",
172
- createdAt: "created_at",
173
173
  });
174
174
  });
175
175
  /**
176
176
  * @internal
177
177
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
178
178
  */
179
- var ActivityAttendee$;
180
- (function (ActivityAttendee$) {
181
- /** @deprecated use `ActivityAttendee$inboundSchema` instead. */
182
- ActivityAttendee$.inboundSchema = exports.ActivityAttendee$inboundSchema;
183
- /** @deprecated use `ActivityAttendee$outboundSchema` instead. */
184
- ActivityAttendee$.outboundSchema = exports.ActivityAttendee$outboundSchema;
185
- })(ActivityAttendee$ || (exports.ActivityAttendee$ = ActivityAttendee$ = {}));
186
- function activityAttendeeToJSON(activityAttendee) {
187
- return JSON.stringify(exports.ActivityAttendee$outboundSchema.parse(activityAttendee));
179
+ var ActivityAttendeeInput$;
180
+ (function (ActivityAttendeeInput$) {
181
+ /** @deprecated use `ActivityAttendeeInput$inboundSchema` instead. */
182
+ ActivityAttendeeInput$.inboundSchema = exports.ActivityAttendeeInput$inboundSchema;
183
+ /** @deprecated use `ActivityAttendeeInput$outboundSchema` instead. */
184
+ ActivityAttendeeInput$.outboundSchema = exports.ActivityAttendeeInput$outboundSchema;
185
+ })(ActivityAttendeeInput$ || (exports.ActivityAttendeeInput$ = ActivityAttendeeInput$ = {}));
186
+ function activityAttendeeInputToJSON(activityAttendeeInput) {
187
+ return JSON.stringify(exports.ActivityAttendeeInput$outboundSchema.parse(activityAttendeeInput));
188
188
  }
189
- function activityAttendeeFromJSON(jsonString) {
190
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.ActivityAttendee$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ActivityAttendee' from JSON`);
189
+ function activityAttendeeInputFromJSON(jsonString) {
190
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.ActivityAttendeeInput$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ActivityAttendeeInput' from JSON`);
191
191
  }
192
- //# sourceMappingURL=activityattendeeinput.js.map
192
+ //# sourceMappingURL=activityattendee.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"activityattendee.js","sourceRoot":"","sources":["../../src/models/components/activityattendee.ts"],"names":[],"mappings":"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"}
@@ -20,7 +20,7 @@ export declare const AllocationType: {
20
20
  * Type of entity this payment should be attributed to.
21
21
  */
22
22
  export type AllocationType = ClosedEnum<typeof AllocationType>;
23
- export type AllocationInput = {
23
+ export type Allocation = {
24
24
  /**
25
25
  * Unique identifier of entity this payment should be attributed to.
26
26
  */
@@ -29,6 +29,7 @@ export type AllocationInput = {
29
29
  * Type of entity this payment should be attributed to.
30
30
  */
31
31
  type?: AllocationType | undefined;
32
+ code?: string | undefined;
32
33
  /**
33
34
  * Amount of payment that should be attributed to this allocation. If null, the total_amount will be used.
34
35
  */
@@ -38,7 +39,7 @@ export type AllocationInput = {
38
39
  */
39
40
  allocationId?: string | undefined;
40
41
  };
41
- export type Allocation = {
42
+ export type AllocationInput = {
42
43
  /**
43
44
  * Unique identifier of entity this payment should be attributed to.
44
45
  */
@@ -47,7 +48,6 @@ export type Allocation = {
47
48
  * Type of entity this payment should be attributed to.
48
49
  */
49
50
  type?: AllocationType | undefined;
50
- code?: string | undefined;
51
51
  /**
52
52
  * Amount of payment that should be attributed to this allocation. If null, the total_amount will be used.
53
53
  */
@@ -92,31 +92,6 @@ export declare namespace AllocationType$ {
92
92
  }>;
93
93
  }
94
94
  /** @internal */
95
- export declare const AllocationInput$inboundSchema: z.ZodType<AllocationInput, z.ZodTypeDef, unknown>;
96
- /** @internal */
97
- export type AllocationInput$Outbound = {
98
- id?: string | undefined;
99
- type?: string | undefined;
100
- amount?: number | null | undefined;
101
- allocation_id?: string | undefined;
102
- };
103
- /** @internal */
104
- export declare const AllocationInput$outboundSchema: z.ZodType<AllocationInput$Outbound, z.ZodTypeDef, AllocationInput>;
105
- /**
106
- * @internal
107
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
108
- */
109
- export declare namespace AllocationInput$ {
110
- /** @deprecated use `AllocationInput$inboundSchema` instead. */
111
- const inboundSchema: z.ZodType<AllocationInput, z.ZodTypeDef, unknown>;
112
- /** @deprecated use `AllocationInput$outboundSchema` instead. */
113
- const outboundSchema: z.ZodType<AllocationInput$Outbound, z.ZodTypeDef, AllocationInput>;
114
- /** @deprecated use `AllocationInput$Outbound` instead. */
115
- type Outbound = AllocationInput$Outbound;
116
- }
117
- export declare function allocationInputToJSON(allocationInput: AllocationInput): string;
118
- export declare function allocationInputFromJSON(jsonString: string): SafeParseResult<AllocationInput, SDKValidationError>;
119
- /** @internal */
120
95
  export declare const Allocation$inboundSchema: z.ZodType<Allocation, z.ZodTypeDef, unknown>;
121
96
  /** @internal */
122
97
  export type Allocation$Outbound = {
@@ -142,4 +117,29 @@ export declare namespace Allocation$ {
142
117
  }
143
118
  export declare function allocationToJSON(allocation: Allocation): string;
144
119
  export declare function allocationFromJSON(jsonString: string): SafeParseResult<Allocation, SDKValidationError>;
145
- //# sourceMappingURL=allocationinput.d.ts.map
120
+ /** @internal */
121
+ export declare const AllocationInput$inboundSchema: z.ZodType<AllocationInput, z.ZodTypeDef, unknown>;
122
+ /** @internal */
123
+ export type AllocationInput$Outbound = {
124
+ id?: string | undefined;
125
+ type?: string | undefined;
126
+ amount?: number | null | undefined;
127
+ allocation_id?: string | undefined;
128
+ };
129
+ /** @internal */
130
+ export declare const AllocationInput$outboundSchema: z.ZodType<AllocationInput$Outbound, z.ZodTypeDef, AllocationInput>;
131
+ /**
132
+ * @internal
133
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
134
+ */
135
+ export declare namespace AllocationInput$ {
136
+ /** @deprecated use `AllocationInput$inboundSchema` instead. */
137
+ const inboundSchema: z.ZodType<AllocationInput, z.ZodTypeDef, unknown>;
138
+ /** @deprecated use `AllocationInput$outboundSchema` instead. */
139
+ const outboundSchema: z.ZodType<AllocationInput$Outbound, z.ZodTypeDef, AllocationInput>;
140
+ /** @deprecated use `AllocationInput$Outbound` instead. */
141
+ type Outbound = AllocationInput$Outbound;
142
+ }
143
+ export declare function allocationInputToJSON(allocationInput: AllocationInput): string;
144
+ export declare function allocationInputFromJSON(jsonString: string): SafeParseResult<AllocationInput, SDKValidationError>;
145
+ //# sourceMappingURL=allocation.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"allocation.d.ts","sourceRoot":"","sources":["../../src/models/components/allocation.ts"],"names":[],"mappings":"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"}
@@ -26,11 +26,11 @@ var __importStar = (this && this.__importStar) || function (mod) {
26
26
  return result;
27
27
  };
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.Allocation$ = exports.Allocation$outboundSchema = exports.Allocation$inboundSchema = exports.AllocationInput$ = exports.AllocationInput$outboundSchema = exports.AllocationInput$inboundSchema = exports.AllocationType$ = exports.AllocationType$outboundSchema = exports.AllocationType$inboundSchema = exports.AllocationType = void 0;
30
- exports.allocationInputToJSON = allocationInputToJSON;
31
- exports.allocationInputFromJSON = allocationInputFromJSON;
29
+ exports.AllocationInput$ = exports.AllocationInput$outboundSchema = exports.AllocationInput$inboundSchema = exports.Allocation$ = exports.Allocation$outboundSchema = exports.Allocation$inboundSchema = exports.AllocationType$ = exports.AllocationType$outboundSchema = exports.AllocationType$inboundSchema = exports.AllocationType = void 0;
32
30
  exports.allocationToJSON = allocationToJSON;
33
31
  exports.allocationFromJSON = allocationFromJSON;
32
+ exports.allocationInputToJSON = allocationInputToJSON;
33
+ exports.allocationInputFromJSON = allocationInputFromJSON;
34
34
  const z = __importStar(require("zod"));
35
35
  const primitives_js_1 = require("../../lib/primitives.js");
36
36
  const schemas_js_1 = require("../../lib/schemas.js");
@@ -64,9 +64,10 @@ var AllocationType$;
64
64
  AllocationType$.outboundSchema = exports.AllocationType$outboundSchema;
65
65
  })(AllocationType$ || (exports.AllocationType$ = AllocationType$ = {}));
66
66
  /** @internal */
67
- exports.AllocationInput$inboundSchema = z.object({
67
+ exports.Allocation$inboundSchema = z.object({
68
68
  id: z.string().optional(),
69
69
  type: exports.AllocationType$inboundSchema.optional(),
70
+ code: z.string().optional(),
70
71
  amount: z.nullable(z.number()).optional(),
71
72
  allocation_id: z.string().optional(),
72
73
  }).transform((v) => {
@@ -75,9 +76,10 @@ exports.AllocationInput$inboundSchema = z.object({
75
76
  });
76
77
  });
77
78
  /** @internal */
78
- exports.AllocationInput$outboundSchema = z.object({
79
+ exports.Allocation$outboundSchema = z.object({
79
80
  id: z.string().optional(),
80
81
  type: exports.AllocationType$outboundSchema.optional(),
82
+ code: z.string().optional(),
81
83
  amount: z.nullable(z.number()).optional(),
82
84
  allocationId: z.string().optional(),
83
85
  }).transform((v) => {
@@ -89,24 +91,23 @@ exports.AllocationInput$outboundSchema = z.object({
89
91
  * @internal
90
92
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
91
93
  */
92
- var AllocationInput$;
93
- (function (AllocationInput$) {
94
- /** @deprecated use `AllocationInput$inboundSchema` instead. */
95
- AllocationInput$.inboundSchema = exports.AllocationInput$inboundSchema;
96
- /** @deprecated use `AllocationInput$outboundSchema` instead. */
97
- AllocationInput$.outboundSchema = exports.AllocationInput$outboundSchema;
98
- })(AllocationInput$ || (exports.AllocationInput$ = AllocationInput$ = {}));
99
- function allocationInputToJSON(allocationInput) {
100
- return JSON.stringify(exports.AllocationInput$outboundSchema.parse(allocationInput));
94
+ var Allocation$;
95
+ (function (Allocation$) {
96
+ /** @deprecated use `Allocation$inboundSchema` instead. */
97
+ Allocation$.inboundSchema = exports.Allocation$inboundSchema;
98
+ /** @deprecated use `Allocation$outboundSchema` instead. */
99
+ Allocation$.outboundSchema = exports.Allocation$outboundSchema;
100
+ })(Allocation$ || (exports.Allocation$ = Allocation$ = {}));
101
+ function allocationToJSON(allocation) {
102
+ return JSON.stringify(exports.Allocation$outboundSchema.parse(allocation));
101
103
  }
102
- function allocationInputFromJSON(jsonString) {
103
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.AllocationInput$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AllocationInput' from JSON`);
104
+ function allocationFromJSON(jsonString) {
105
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Allocation$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Allocation' from JSON`);
104
106
  }
105
107
  /** @internal */
106
- exports.Allocation$inboundSchema = z.object({
108
+ exports.AllocationInput$inboundSchema = z.object({
107
109
  id: z.string().optional(),
108
110
  type: exports.AllocationType$inboundSchema.optional(),
109
- code: z.string().optional(),
110
111
  amount: z.nullable(z.number()).optional(),
111
112
  allocation_id: z.string().optional(),
112
113
  }).transform((v) => {
@@ -115,10 +116,9 @@ exports.Allocation$inboundSchema = z.object({
115
116
  });
116
117
  });
117
118
  /** @internal */
118
- exports.Allocation$outboundSchema = z.object({
119
+ exports.AllocationInput$outboundSchema = z.object({
119
120
  id: z.string().optional(),
120
121
  type: exports.AllocationType$outboundSchema.optional(),
121
- code: z.string().optional(),
122
122
  amount: z.nullable(z.number()).optional(),
123
123
  allocationId: z.string().optional(),
124
124
  }).transform((v) => {
@@ -130,17 +130,17 @@ exports.Allocation$outboundSchema = z.object({
130
130
  * @internal
131
131
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
132
132
  */
133
- var Allocation$;
134
- (function (Allocation$) {
135
- /** @deprecated use `Allocation$inboundSchema` instead. */
136
- Allocation$.inboundSchema = exports.Allocation$inboundSchema;
137
- /** @deprecated use `Allocation$outboundSchema` instead. */
138
- Allocation$.outboundSchema = exports.Allocation$outboundSchema;
139
- })(Allocation$ || (exports.Allocation$ = Allocation$ = {}));
140
- function allocationToJSON(allocation) {
141
- return JSON.stringify(exports.Allocation$outboundSchema.parse(allocation));
133
+ var AllocationInput$;
134
+ (function (AllocationInput$) {
135
+ /** @deprecated use `AllocationInput$inboundSchema` instead. */
136
+ AllocationInput$.inboundSchema = exports.AllocationInput$inboundSchema;
137
+ /** @deprecated use `AllocationInput$outboundSchema` instead. */
138
+ AllocationInput$.outboundSchema = exports.AllocationInput$outboundSchema;
139
+ })(AllocationInput$ || (exports.AllocationInput$ = AllocationInput$ = {}));
140
+ function allocationInputToJSON(allocationInput) {
141
+ return JSON.stringify(exports.AllocationInput$outboundSchema.parse(allocationInput));
142
142
  }
143
- function allocationFromJSON(jsonString) {
144
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Allocation$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Allocation' from JSON`);
143
+ function allocationInputFromJSON(jsonString) {
144
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.AllocationInput$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AllocationInput' from JSON`);
145
145
  }
146
- //# sourceMappingURL=allocationinput.js.map
146
+ //# sourceMappingURL=allocation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"allocation.js","sourceRoot":"","sources":["../../src/models/components/allocation.ts"],"names":[],"mappings":"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"}