@apideck/unify 0.20.1 → 0.21.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (475) hide show
  1. package/README.md +68 -51
  2. package/docs/sdks/agedcreditors/README.md +115 -0
  3. package/docs/sdks/attachments/README.md +97 -0
  4. package/docs/sdks/bills/README.md +24 -20
  5. package/docs/sdks/connections/README.md +64 -192
  6. package/docs/sdks/connectionsettings/README.md +64 -192
  7. package/docs/sdks/creditnotes/README.md +20 -20
  8. package/docs/sdks/expenses/README.md +8 -0
  9. package/docs/sdks/invoiceitems/README.md +16 -0
  10. package/docs/sdks/invoices/README.md +16 -16
  11. package/docs/sdks/journalentries/README.md +20 -0
  12. package/docs/sdks/pipelines/README.md +632 -0
  13. package/docs/sdks/purchaseorders/README.md +106 -186
  14. package/docs/sdks/uploadsessions/README.md +95 -0
  15. package/funcs/accountingAgedCreditorsGet.d.ts +17 -0
  16. package/funcs/accountingAgedCreditorsGet.d.ts.map +1 -0
  17. package/funcs/accountingAgedCreditorsGet.js +128 -0
  18. package/funcs/accountingAgedCreditorsGet.js.map +1 -0
  19. package/funcs/accountingAttachmentsUpload.d.ts +17 -0
  20. package/funcs/accountingAttachmentsUpload.d.ts.map +1 -0
  21. package/funcs/accountingAttachmentsUpload.js +141 -0
  22. package/funcs/accountingAttachmentsUpload.js.map +1 -0
  23. package/funcs/crmPipelinesCreate.d.ts +17 -0
  24. package/funcs/crmPipelinesCreate.d.ts.map +1 -0
  25. package/funcs/crmPipelinesCreate.js +127 -0
  26. package/funcs/crmPipelinesCreate.js.map +1 -0
  27. package/funcs/crmPipelinesDelete.d.ts +17 -0
  28. package/funcs/crmPipelinesDelete.d.ts.map +1 -0
  29. package/funcs/crmPipelinesDelete.js +132 -0
  30. package/funcs/crmPipelinesDelete.js.map +1 -0
  31. package/funcs/crmPipelinesGet.d.ts +17 -0
  32. package/funcs/crmPipelinesGet.d.ts.map +1 -0
  33. package/funcs/crmPipelinesGet.js +133 -0
  34. package/funcs/crmPipelinesGet.js.map +1 -0
  35. package/funcs/crmPipelinesUpdate.d.ts +17 -0
  36. package/funcs/crmPipelinesUpdate.d.ts.map +1 -0
  37. package/funcs/crmPipelinesUpdate.js +133 -0
  38. package/funcs/crmPipelinesUpdate.js.map +1 -0
  39. package/funcs/fileStorageUploadSessionsUpload.d.ts +17 -0
  40. package/funcs/fileStorageUploadSessionsUpload.d.ts.map +1 -0
  41. package/funcs/fileStorageUploadSessionsUpload.js +139 -0
  42. package/funcs/fileStorageUploadSessionsUpload.js.map +1 -0
  43. package/hooks/types.d.ts +1 -1
  44. package/hooks/types.d.ts.map +1 -1
  45. package/jsr.json +1 -1
  46. package/lib/config.d.ts +4 -4
  47. package/lib/config.js +4 -4
  48. package/models/components/{accountinglocation.d.ts → accountinglocationinput.d.ts} +58 -58
  49. package/models/components/accountinglocationinput.d.ts.map +1 -0
  50. package/models/components/{accountinglocation.js → accountinglocationinput.js} +56 -56
  51. package/models/components/accountinglocationinput.js.map +1 -0
  52. package/models/components/agedcreditors.d.ts +51 -0
  53. package/models/components/agedcreditors.d.ts.map +1 -0
  54. package/models/components/agedcreditors.js +88 -0
  55. package/models/components/agedcreditors.js.map +1 -0
  56. package/models/components/{applicant.d.ts → applicantinput.d.ts} +79 -79
  57. package/models/components/applicantinput.d.ts.map +1 -0
  58. package/models/components/{applicant.js → applicantinput.js} +85 -85
  59. package/models/components/applicantinput.js.map +1 -0
  60. package/models/components/billlineitem.d.ts +4 -4
  61. package/models/components/{billpayment.d.ts → billpaymentinput.d.ts} +102 -102
  62. package/models/components/billpaymentinput.d.ts.map +1 -0
  63. package/models/components/{billpayment.js → billpaymentinput.js} +100 -100
  64. package/models/components/billpaymentinput.js.map +1 -0
  65. package/models/components/{connection.d.ts → connectioninput.d.ts} +139 -139
  66. package/models/components/connectioninput.d.ts.map +1 -0
  67. package/models/components/{connection.js → connectioninput.js} +150 -150
  68. package/models/components/connectioninput.js.map +1 -0
  69. package/models/components/{contact.d.ts → contactinput.d.ts} +62 -62
  70. package/models/components/contactinput.d.ts.map +1 -0
  71. package/models/components/{contact.js → contactinput.js} +57 -57
  72. package/models/components/contactinput.js.map +1 -0
  73. package/models/components/createattachmentresponse.d.ts +70 -0
  74. package/models/components/createattachmentresponse.d.ts.map +1 -0
  75. package/models/components/createattachmentresponse.js +83 -0
  76. package/models/components/createattachmentresponse.js.map +1 -0
  77. package/models/components/createconnectionresponse.d.ts +1 -1
  78. package/models/components/createconnectionresponse.d.ts.map +1 -1
  79. package/models/components/createconnectionresponse.js +3 -3
  80. package/models/components/createconnectionresponse.js.map +1 -1
  81. package/models/components/createpipelineresponse.d.ts +70 -0
  82. package/models/components/createpipelineresponse.d.ts.map +1 -0
  83. package/models/components/createpipelineresponse.js +83 -0
  84. package/models/components/createpipelineresponse.js.map +1 -0
  85. package/models/components/{creditnote.d.ts → creditnoteinput.d.ts} +74 -74
  86. package/models/components/creditnoteinput.d.ts.map +1 -0
  87. package/models/components/{creditnote.js → creditnoteinput.js} +69 -69
  88. package/models/components/creditnoteinput.js.map +1 -0
  89. package/models/components/{customer.d.ts → customerinput.d.ts} +70 -70
  90. package/models/components/customerinput.d.ts.map +1 -0
  91. package/models/components/{customer.js → customerinput.js} +64 -64
  92. package/models/components/customerinput.js.map +1 -0
  93. package/models/components/deletepipelineresponse.d.ts +70 -0
  94. package/models/components/deletepipelineresponse.d.ts.map +1 -0
  95. package/models/components/deletepipelineresponse.js +83 -0
  96. package/models/components/deletepipelineresponse.js.map +1 -0
  97. package/models/components/{employeecompensation.d.ts → employeecompensationinput.d.ts} +37 -37
  98. package/models/components/employeecompensationinput.d.ts.map +1 -0
  99. package/models/components/{employeecompensation.js → employeecompensationinput.js} +36 -36
  100. package/models/components/employeecompensationinput.js.map +1 -0
  101. package/models/components/{employee.d.ts → employeeinput.d.ts} +70 -70
  102. package/models/components/employeeinput.d.ts.map +1 -0
  103. package/models/components/{employee.js → employeeinput.js} +67 -67
  104. package/models/components/employeeinput.js.map +1 -0
  105. package/models/components/employeeschedules.d.ts +1 -1
  106. package/models/components/employeeschedules.d.ts.map +1 -1
  107. package/models/components/employeeschedules.js +3 -3
  108. package/models/components/employeeschedules.js.map +1 -1
  109. package/models/components/{expense.d.ts → expenseinput.d.ts} +61 -61
  110. package/models/components/expenseinput.d.ts.map +1 -0
  111. package/models/components/{expense.js → expenseinput.js} +56 -56
  112. package/models/components/expenseinput.js.map +1 -0
  113. package/models/components/expenselineitem.d.ts +11 -6
  114. package/models/components/expenselineitem.d.ts.map +1 -1
  115. package/models/components/expenselineitem.js +8 -4
  116. package/models/components/expenselineitem.js.map +1 -1
  117. package/models/components/expenselineiteminput.d.ts +11 -6
  118. package/models/components/expenselineiteminput.d.ts.map +1 -1
  119. package/models/components/expenselineiteminput.js +8 -4
  120. package/models/components/expenselineiteminput.js.map +1 -1
  121. package/models/components/getaccountinglocationresponse.d.ts +1 -1
  122. package/models/components/getaccountinglocationresponse.d.ts.map +1 -1
  123. package/models/components/getaccountinglocationresponse.js +3 -3
  124. package/models/components/getaccountinglocationresponse.js.map +1 -1
  125. package/models/components/getaccountinglocationsresponse.d.ts +1 -1
  126. package/models/components/getaccountinglocationsresponse.d.ts.map +1 -1
  127. package/models/components/getaccountinglocationsresponse.js +3 -3
  128. package/models/components/getaccountinglocationsresponse.js.map +1 -1
  129. package/models/components/getagedcreditorsresponse.d.ts +67 -0
  130. package/models/components/getagedcreditorsresponse.d.ts.map +1 -0
  131. package/models/components/getagedcreditorsresponse.js +83 -0
  132. package/models/components/getagedcreditorsresponse.js.map +1 -0
  133. package/models/components/getapplicantresponse.d.ts +1 -1
  134. package/models/components/getapplicantresponse.d.ts.map +1 -1
  135. package/models/components/getapplicantresponse.js +3 -3
  136. package/models/components/getapplicantresponse.js.map +1 -1
  137. package/models/components/getapplicantsresponse.d.ts +1 -1
  138. package/models/components/getapplicantsresponse.d.ts.map +1 -1
  139. package/models/components/getapplicantsresponse.js +3 -3
  140. package/models/components/getapplicantsresponse.js.map +1 -1
  141. package/models/components/getbillpaymentresponse.d.ts +1 -1
  142. package/models/components/getbillpaymentresponse.d.ts.map +1 -1
  143. package/models/components/getbillpaymentresponse.js +3 -3
  144. package/models/components/getbillpaymentresponse.js.map +1 -1
  145. package/models/components/getbillpaymentsresponse.d.ts +1 -1
  146. package/models/components/getbillpaymentsresponse.d.ts.map +1 -1
  147. package/models/components/getbillpaymentsresponse.js +3 -3
  148. package/models/components/getbillpaymentsresponse.js.map +1 -1
  149. package/models/components/getconnectionresponse.d.ts +1 -1
  150. package/models/components/getconnectionresponse.d.ts.map +1 -1
  151. package/models/components/getconnectionresponse.js +3 -3
  152. package/models/components/getconnectionresponse.js.map +1 -1
  153. package/models/components/getconnectionsresponse.d.ts +1 -1
  154. package/models/components/getconnectionsresponse.d.ts.map +1 -1
  155. package/models/components/getconnectionsresponse.js +3 -3
  156. package/models/components/getconnectionsresponse.js.map +1 -1
  157. package/models/components/getcontactresponse.d.ts +1 -1
  158. package/models/components/getcontactresponse.d.ts.map +1 -1
  159. package/models/components/getcontactresponse.js +3 -3
  160. package/models/components/getcontactresponse.js.map +1 -1
  161. package/models/components/getcontactsresponse.d.ts +1 -1
  162. package/models/components/getcontactsresponse.d.ts.map +1 -1
  163. package/models/components/getcontactsresponse.js +3 -3
  164. package/models/components/getcontactsresponse.js.map +1 -1
  165. package/models/components/getcreditnoteresponse.d.ts +1 -1
  166. package/models/components/getcreditnoteresponse.d.ts.map +1 -1
  167. package/models/components/getcreditnoteresponse.js +3 -3
  168. package/models/components/getcreditnoteresponse.js.map +1 -1
  169. package/models/components/getcreditnotesresponse.d.ts +1 -1
  170. package/models/components/getcreditnotesresponse.d.ts.map +1 -1
  171. package/models/components/getcreditnotesresponse.js +3 -3
  172. package/models/components/getcreditnotesresponse.js.map +1 -1
  173. package/models/components/getcustomerresponse.d.ts +1 -1
  174. package/models/components/getcustomerresponse.d.ts.map +1 -1
  175. package/models/components/getcustomerresponse.js +3 -3
  176. package/models/components/getcustomerresponse.js.map +1 -1
  177. package/models/components/getcustomersresponse.d.ts +1 -1
  178. package/models/components/getcustomersresponse.d.ts.map +1 -1
  179. package/models/components/getcustomersresponse.js +3 -3
  180. package/models/components/getcustomersresponse.js.map +1 -1
  181. package/models/components/getemployeeresponse.d.ts +1 -1
  182. package/models/components/getemployeeresponse.d.ts.map +1 -1
  183. package/models/components/getemployeeresponse.js +3 -3
  184. package/models/components/getemployeeresponse.js.map +1 -1
  185. package/models/components/getemployeesresponse.d.ts +1 -1
  186. package/models/components/getemployeesresponse.d.ts.map +1 -1
  187. package/models/components/getemployeesresponse.js +3 -3
  188. package/models/components/getemployeesresponse.js.map +1 -1
  189. package/models/components/getexpenseresponse.d.ts +1 -1
  190. package/models/components/getexpenseresponse.d.ts.map +1 -1
  191. package/models/components/getexpenseresponse.js +3 -3
  192. package/models/components/getexpenseresponse.js.map +1 -1
  193. package/models/components/getexpensesresponse.d.ts +1 -1
  194. package/models/components/getexpensesresponse.d.ts.map +1 -1
  195. package/models/components/getexpensesresponse.js +3 -3
  196. package/models/components/getexpensesresponse.js.map +1 -1
  197. package/models/components/gethriscompaniesresponse.d.ts +1 -1
  198. package/models/components/gethriscompaniesresponse.d.ts.map +1 -1
  199. package/models/components/gethriscompaniesresponse.js +3 -3
  200. package/models/components/gethriscompaniesresponse.js.map +1 -1
  201. package/models/components/gethriscompanyresponse.d.ts +1 -1
  202. package/models/components/gethriscompanyresponse.d.ts.map +1 -1
  203. package/models/components/gethriscompanyresponse.js +3 -3
  204. package/models/components/gethriscompanyresponse.js.map +1 -1
  205. package/models/components/getinvoiceresponse.d.ts +1 -1
  206. package/models/components/getinvoiceresponse.d.ts.map +1 -1
  207. package/models/components/getinvoiceresponse.js +3 -3
  208. package/models/components/getinvoiceresponse.js.map +1 -1
  209. package/models/components/getinvoicesresponse.d.ts +1 -1
  210. package/models/components/getinvoicesresponse.d.ts.map +1 -1
  211. package/models/components/getinvoicesresponse.js +3 -3
  212. package/models/components/getinvoicesresponse.js.map +1 -1
  213. package/models/components/getledgeraccountresponse.d.ts +1 -1
  214. package/models/components/getledgeraccountresponse.d.ts.map +1 -1
  215. package/models/components/getledgeraccountresponse.js +3 -3
  216. package/models/components/getledgeraccountresponse.js.map +1 -1
  217. package/models/components/getledgeraccountsresponse.d.ts +1 -1
  218. package/models/components/getledgeraccountsresponse.d.ts.map +1 -1
  219. package/models/components/getledgeraccountsresponse.js +3 -3
  220. package/models/components/getledgeraccountsresponse.js.map +1 -1
  221. package/models/components/getpipelineresponse.d.ts +67 -0
  222. package/models/components/getpipelineresponse.d.ts.map +1 -0
  223. package/models/components/getpipelineresponse.js +83 -0
  224. package/models/components/getpipelineresponse.js.map +1 -0
  225. package/models/components/getsupplierresponse.d.ts +1 -1
  226. package/models/components/getsupplierresponse.d.ts.map +1 -1
  227. package/models/components/getsupplierresponse.js +3 -3
  228. package/models/components/getsupplierresponse.js.map +1 -1
  229. package/models/components/getsuppliersresponse.d.ts +1 -1
  230. package/models/components/getsuppliersresponse.d.ts.map +1 -1
  231. package/models/components/getsuppliersresponse.js +3 -3
  232. package/models/components/getsuppliersresponse.js.map +1 -1
  233. package/models/components/getticketresponse.d.ts +1 -1
  234. package/models/components/getticketresponse.d.ts.map +1 -1
  235. package/models/components/getticketresponse.js +3 -3
  236. package/models/components/getticketresponse.js.map +1 -1
  237. package/models/components/getticketsresponse.d.ts +1 -1
  238. package/models/components/getticketsresponse.d.ts.map +1 -1
  239. package/models/components/getticketsresponse.js +3 -3
  240. package/models/components/getticketsresponse.js.map +1 -1
  241. package/models/components/{hriscompany.d.ts → hriscompanyinput.d.ts} +55 -55
  242. package/models/components/hriscompanyinput.d.ts.map +1 -0
  243. package/models/components/{hriscompany.js → hriscompanyinput.js} +54 -54
  244. package/models/components/hriscompanyinput.js.map +1 -0
  245. package/models/components/index.d.ts +26 -16
  246. package/models/components/index.d.ts.map +1 -1
  247. package/models/components/index.js +26 -16
  248. package/models/components/index.js.map +1 -1
  249. package/models/components/{invoice.d.ts → invoiceinput.d.ts} +74 -74
  250. package/models/components/invoiceinput.d.ts.map +1 -0
  251. package/models/components/{invoice.js → invoiceinput.js} +72 -72
  252. package/models/components/{invoice.js.map → invoiceinput.js.map} +1 -1
  253. package/models/components/invoiceitem.d.ts +46 -0
  254. package/models/components/invoiceitem.d.ts.map +1 -1
  255. package/models/components/invoiceitem.js +34 -0
  256. package/models/components/invoiceitem.js.map +1 -1
  257. package/models/components/{invoicelineitem.d.ts → invoicelineiteminput.d.ts} +59 -59
  258. package/models/components/invoicelineiteminput.d.ts.map +1 -0
  259. package/models/components/{invoicelineitem.js → invoicelineiteminput.js} +54 -54
  260. package/models/components/invoicelineiteminput.js.map +1 -0
  261. package/models/components/journalentrylineitem.d.ts +16 -6
  262. package/models/components/journalentrylineitem.d.ts.map +1 -1
  263. package/models/components/journalentrylineitem.js +12 -4
  264. package/models/components/journalentrylineitem.js.map +1 -1
  265. package/models/components/{ledgeraccount.d.ts → ledgeraccountinput.d.ts} +129 -129
  266. package/models/components/ledgeraccountinput.d.ts.map +1 -0
  267. package/models/components/{ledgeraccount.js → ledgeraccountinput.js} +128 -128
  268. package/models/components/ledgeraccountinput.js.map +1 -0
  269. package/models/components/linkedecommercecustomer.d.ts +6 -6
  270. package/models/components/linkedecommercecustomer.d.ts.map +1 -1
  271. package/models/components/linkedecommercecustomer.js +6 -6
  272. package/models/components/linkedecommercecustomer.js.map +1 -1
  273. package/models/components/outstandingbalancebysupplier.d.ts +40 -0
  274. package/models/components/outstandingbalancebysupplier.d.ts.map +1 -0
  275. package/models/components/outstandingbalancebysupplier.js +77 -0
  276. package/models/components/outstandingbalancebysupplier.js.map +1 -0
  277. package/models/components/pipelineinput.d.ts +117 -0
  278. package/models/components/pipelineinput.d.ts.map +1 -0
  279. package/models/components/pipelineinput.js +133 -0
  280. package/models/components/pipelineinput.js.map +1 -0
  281. package/models/components/purchaseorder.d.ts +6 -1
  282. package/models/components/purchaseorder.d.ts.map +1 -1
  283. package/models/components/purchaseorder.js +14 -5
  284. package/models/components/purchaseorder.js.map +1 -1
  285. package/models/components/{supplier.d.ts → supplierinput.d.ts} +70 -70
  286. package/models/components/supplierinput.d.ts.map +1 -0
  287. package/models/components/{supplier.js → supplierinput.js} +64 -64
  288. package/models/components/supplierinput.js.map +1 -0
  289. package/models/components/{ticket.d.ts → ticketinput.d.ts} +66 -66
  290. package/models/components/ticketinput.d.ts.map +1 -0
  291. package/models/components/{ticket.js → ticketinput.js} +59 -59
  292. package/models/components/ticketinput.js.map +1 -0
  293. package/models/components/updateconnectionresponse.d.ts +1 -1
  294. package/models/components/updateconnectionresponse.d.ts.map +1 -1
  295. package/models/components/updateconnectionresponse.js +3 -3
  296. package/models/components/updateconnectionresponse.js.map +1 -1
  297. package/models/components/updatepipelineresponse.d.ts +70 -0
  298. package/models/components/updatepipelineresponse.d.ts.map +1 -0
  299. package/models/components/updatepipelineresponse.js +83 -0
  300. package/models/components/updatepipelineresponse.js.map +1 -0
  301. package/models/components/updateuploadsessionresponse.d.ts +70 -0
  302. package/models/components/updateuploadsessionresponse.d.ts.map +1 -0
  303. package/models/components/updateuploadsessionresponse.js +83 -0
  304. package/models/components/updateuploadsessionresponse.js.map +1 -0
  305. package/models/operations/accountingagedcreditorsone.d.ts +135 -0
  306. package/models/operations/accountingagedcreditorsone.d.ts.map +1 -0
  307. package/models/operations/accountingagedcreditorsone.js +157 -0
  308. package/models/operations/accountingagedcreditorsone.js.map +1 -0
  309. package/models/operations/accountingattachmentsupload.d.ts +134 -0
  310. package/models/operations/accountingattachmentsupload.d.ts.map +1 -0
  311. package/models/operations/accountingattachmentsupload.js +178 -0
  312. package/models/operations/accountingattachmentsupload.js.map +1 -0
  313. package/models/operations/crmpipelinesadd.d.ts +118 -0
  314. package/models/operations/crmpipelinesadd.d.ts.map +1 -0
  315. package/models/operations/crmpipelinesadd.js +153 -0
  316. package/models/operations/crmpipelinesadd.js.map +1 -0
  317. package/models/operations/crmpipelinesdelete.d.ts +121 -0
  318. package/models/operations/crmpipelinesdelete.d.ts.map +1 -0
  319. package/models/operations/crmpipelinesdelete.js +145 -0
  320. package/models/operations/crmpipelinesdelete.js.map +1 -0
  321. package/models/operations/crmpipelinesone.d.ts +126 -0
  322. package/models/operations/crmpipelinesone.d.ts.map +1 -0
  323. package/models/operations/crmpipelinesone.js +145 -0
  324. package/models/operations/crmpipelinesone.js.map +1 -0
  325. package/models/operations/crmpipelinesupdate.d.ts +123 -0
  326. package/models/operations/crmpipelinesupdate.d.ts.map +1 -0
  327. package/models/operations/crmpipelinesupdate.js +155 -0
  328. package/models/operations/crmpipelinesupdate.js.map +1 -0
  329. package/models/operations/filestorageuploadsessionsupload.d.ts +134 -0
  330. package/models/operations/filestorageuploadsessionsupload.d.ts.map +1 -0
  331. package/models/operations/filestorageuploadsessionsupload.js +174 -0
  332. package/models/operations/filestorageuploadsessionsupload.js.map +1 -0
  333. package/models/operations/index.d.ts +7 -0
  334. package/models/operations/index.d.ts.map +1 -1
  335. package/models/operations/index.js +7 -0
  336. package/models/operations/index.js.map +1 -1
  337. package/package.json +1 -1
  338. package/sdk/accounting.d.ts +3 -0
  339. package/sdk/accounting.d.ts.map +1 -1
  340. package/sdk/accounting.js +4 -0
  341. package/sdk/accounting.js.map +1 -1
  342. package/sdk/agedcreditors.d.ts +12 -0
  343. package/sdk/agedcreditors.d.ts.map +1 -0
  344. package/sdk/agedcreditors.js +22 -0
  345. package/sdk/agedcreditors.js.map +1 -0
  346. package/sdk/attachments.d.ts +7 -0
  347. package/sdk/attachments.d.ts.map +1 -1
  348. package/sdk/attachments.js +10 -0
  349. package/sdk/attachments.js.map +1 -1
  350. package/sdk/pipelines.d.ts +28 -0
  351. package/sdk/pipelines.d.ts.map +1 -1
  352. package/sdk/pipelines.js +41 -0
  353. package/sdk/pipelines.js.map +1 -1
  354. package/sdk/uploadsessions.d.ts +7 -0
  355. package/sdk/uploadsessions.d.ts.map +1 -1
  356. package/sdk/uploadsessions.js +10 -0
  357. package/sdk/uploadsessions.js.map +1 -1
  358. package/src/funcs/accountingAgedCreditorsGet.ts +228 -0
  359. package/src/funcs/accountingAttachmentsUpload.ts +241 -0
  360. package/src/funcs/crmPipelinesCreate.ts +214 -0
  361. package/src/funcs/crmPipelinesDelete.ts +220 -0
  362. package/src/funcs/crmPipelinesGet.ts +221 -0
  363. package/src/funcs/crmPipelinesUpdate.ts +221 -0
  364. package/src/funcs/fileStorageUploadSessionsUpload.ts +239 -0
  365. package/src/hooks/types.ts +1 -1
  366. package/src/lib/config.ts +4 -4
  367. package/src/models/components/agedcreditors.ts +120 -0
  368. package/src/models/components/billlineitem.ts +4 -4
  369. package/src/models/components/createattachmentresponse.ts +131 -0
  370. package/src/models/components/createconnectionresponse.ts +1 -1
  371. package/src/models/components/createpipelineresponse.ts +131 -0
  372. package/src/models/components/{creditnote.ts → creditnoteinput.ts} +131 -131
  373. package/src/models/components/deletepipelineresponse.ts +131 -0
  374. package/src/models/components/{employee.ts → employeeinput.ts} +123 -123
  375. package/src/models/components/employeeschedules.ts +1 -1
  376. package/src/models/components/{expense.ts → expenseinput.ts} +166 -166
  377. package/src/models/components/expenselineitem.ts +19 -10
  378. package/src/models/components/expenselineiteminput.ts +19 -10
  379. package/src/models/components/getaccountinglocationresponse.ts +1 -1
  380. package/src/models/components/getaccountinglocationsresponse.ts +1 -1
  381. package/src/models/components/getagedcreditorsresponse.ts +128 -0
  382. package/src/models/components/getapplicantresponse.ts +1 -1
  383. package/src/models/components/getapplicantsresponse.ts +1 -1
  384. package/src/models/components/getbillpaymentresponse.ts +1 -1
  385. package/src/models/components/getbillpaymentsresponse.ts +1 -1
  386. package/src/models/components/getconnectionresponse.ts +1 -1
  387. package/src/models/components/getconnectionsresponse.ts +1 -1
  388. package/src/models/components/getcontactresponse.ts +1 -1
  389. package/src/models/components/getcontactsresponse.ts +1 -1
  390. package/src/models/components/getcreditnoteresponse.ts +1 -1
  391. package/src/models/components/getcreditnotesresponse.ts +1 -1
  392. package/src/models/components/getcustomerresponse.ts +1 -1
  393. package/src/models/components/getcustomersresponse.ts +1 -1
  394. package/src/models/components/getemployeeresponse.ts +1 -1
  395. package/src/models/components/getemployeesresponse.ts +1 -1
  396. package/src/models/components/getexpenseresponse.ts +1 -1
  397. package/src/models/components/getexpensesresponse.ts +1 -1
  398. package/src/models/components/gethriscompaniesresponse.ts +1 -1
  399. package/src/models/components/gethriscompanyresponse.ts +1 -1
  400. package/src/models/components/getinvoiceresponse.ts +1 -1
  401. package/src/models/components/getinvoicesresponse.ts +1 -1
  402. package/src/models/components/getledgeraccountresponse.ts +1 -1
  403. package/src/models/components/getledgeraccountsresponse.ts +1 -1
  404. package/src/models/components/getpipelineresponse.ts +128 -0
  405. package/src/models/components/getsupplierresponse.ts +1 -1
  406. package/src/models/components/getsuppliersresponse.ts +1 -1
  407. package/src/models/components/getticketresponse.ts +1 -1
  408. package/src/models/components/getticketsresponse.ts +1 -1
  409. package/src/models/components/index.ts +26 -16
  410. package/src/models/components/{invoice.ts → invoiceinput.ts} +274 -274
  411. package/src/models/components/invoiceitem.ts +74 -0
  412. package/src/models/components/{invoicelineitem.ts → invoicelineiteminput.ts} +104 -104
  413. package/src/models/components/journalentrylineitem.ts +28 -10
  414. package/src/models/components/linkedecommercecustomer.ts +12 -12
  415. package/src/models/components/outstandingbalancebysupplier.ts +109 -0
  416. package/src/models/components/pipelineinput.ts +233 -0
  417. package/src/models/components/purchaseorder.ts +19 -1
  418. package/src/models/components/updateconnectionresponse.ts +1 -1
  419. package/src/models/components/updatepipelineresponse.ts +131 -0
  420. package/src/models/components/updateuploadsessionresponse.ts +133 -0
  421. package/src/models/operations/accountingagedcreditorsone.ts +291 -0
  422. package/src/models/operations/accountingattachmentsupload.ts +318 -0
  423. package/src/models/operations/crmpipelinesadd.ts +264 -0
  424. package/src/models/operations/crmpipelinesdelete.ts +259 -0
  425. package/src/models/operations/crmpipelinesone.ts +262 -0
  426. package/src/models/operations/crmpipelinesupdate.ts +271 -0
  427. package/src/models/operations/filestorageuploadsessionsupload.ts +326 -0
  428. package/src/models/operations/index.ts +7 -0
  429. package/src/sdk/accounting.ts +6 -0
  430. package/src/sdk/agedcreditors.ts +27 -0
  431. package/src/sdk/attachments.ts +18 -0
  432. package/src/sdk/pipelines.ts +73 -0
  433. package/src/sdk/uploadsessions.ts +18 -0
  434. package/models/components/accountinglocation.d.ts.map +0 -1
  435. package/models/components/accountinglocation.js.map +0 -1
  436. package/models/components/applicant.d.ts.map +0 -1
  437. package/models/components/applicant.js.map +0 -1
  438. package/models/components/billpayment.d.ts.map +0 -1
  439. package/models/components/billpayment.js.map +0 -1
  440. package/models/components/connection.d.ts.map +0 -1
  441. package/models/components/connection.js.map +0 -1
  442. package/models/components/contact.d.ts.map +0 -1
  443. package/models/components/contact.js.map +0 -1
  444. package/models/components/creditnote.d.ts.map +0 -1
  445. package/models/components/creditnote.js.map +0 -1
  446. package/models/components/customer.d.ts.map +0 -1
  447. package/models/components/customer.js.map +0 -1
  448. package/models/components/employee.d.ts.map +0 -1
  449. package/models/components/employee.js.map +0 -1
  450. package/models/components/employeecompensation.d.ts.map +0 -1
  451. package/models/components/employeecompensation.js.map +0 -1
  452. package/models/components/expense.d.ts.map +0 -1
  453. package/models/components/expense.js.map +0 -1
  454. package/models/components/hriscompany.d.ts.map +0 -1
  455. package/models/components/hriscompany.js.map +0 -1
  456. package/models/components/invoice.d.ts.map +0 -1
  457. package/models/components/invoicelineitem.d.ts.map +0 -1
  458. package/models/components/invoicelineitem.js.map +0 -1
  459. package/models/components/ledgeraccount.d.ts.map +0 -1
  460. package/models/components/ledgeraccount.js.map +0 -1
  461. package/models/components/supplier.d.ts.map +0 -1
  462. package/models/components/supplier.js.map +0 -1
  463. package/models/components/ticket.d.ts.map +0 -1
  464. package/models/components/ticket.js.map +0 -1
  465. package/src/models/components/{accountinglocation.ts → accountinglocationinput.ts} +106 -106
  466. package/src/models/components/{applicant.ts → applicantinput.ts} +157 -157
  467. package/src/models/components/{billpayment.ts → billpaymentinput.ts} +183 -183
  468. package/src/models/components/{connection.ts → connectioninput.ts} +347 -347
  469. package/src/models/components/{contact.ts → contactinput.ts} +217 -217
  470. package/src/models/components/{customer.ts → customerinput.ts} +121 -121
  471. package/src/models/components/{employeecompensation.ts → employeecompensationinput.ts} +58 -58
  472. package/src/models/components/{hriscompany.ts → hriscompanyinput.ts} +101 -101
  473. package/src/models/components/{ledgeraccount.ts → ledgeraccountinput.ts} +253 -253
  474. package/src/models/components/{supplier.ts → supplierinput.ts} +121 -121
  475. package/src/models/components/{ticket.ts → ticketinput.ts} +125 -125
@@ -26,23 +26,23 @@ var __importStar = (this && this.__importStar) || function (mod) {
26
26
  return result;
27
27
  };
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.ConnectionInput$ = exports.ConnectionInput$outboundSchema = exports.ConnectionInput$inboundSchema = exports.ConnectionConfiguration$ = exports.ConnectionConfiguration$outboundSchema = exports.ConnectionConfiguration$inboundSchema = exports.ConnectionDefaults$ = exports.ConnectionDefaults$outboundSchema = exports.ConnectionDefaults$inboundSchema = exports.Connection$ = exports.Connection$outboundSchema = exports.Connection$inboundSchema = exports.Configuration$ = exports.Configuration$outboundSchema = exports.Configuration$inboundSchema = exports.Defaults$ = exports.Defaults$outboundSchema = exports.Defaults$inboundSchema = exports.ConnectionValue$ = exports.ConnectionValue$outboundSchema = exports.ConnectionValue$inboundSchema = exports.Value5$ = exports.Value5$outboundSchema = exports.Value5$inboundSchema = exports.Target$ = exports.Target$outboundSchema = exports.Target$inboundSchema = exports.ConnectionStatus$ = exports.ConnectionStatus$outboundSchema = exports.ConnectionStatus$inboundSchema = exports.Target = exports.ConnectionStatus = void 0;
29
+ exports.Connection$ = exports.Connection$outboundSchema = exports.Connection$inboundSchema = exports.Configuration$ = exports.Configuration$outboundSchema = exports.Configuration$inboundSchema = exports.Defaults$ = exports.Defaults$outboundSchema = exports.Defaults$inboundSchema = exports.Target$ = exports.Target$outboundSchema = exports.Target$inboundSchema = exports.ConnectionStatus$ = exports.ConnectionStatus$outboundSchema = exports.ConnectionStatus$inboundSchema = exports.ConnectionInput$ = exports.ConnectionInput$outboundSchema = exports.ConnectionInput$inboundSchema = exports.ConnectionConfiguration$ = exports.ConnectionConfiguration$outboundSchema = exports.ConnectionConfiguration$inboundSchema = exports.ConnectionDefaults$ = exports.ConnectionDefaults$outboundSchema = exports.ConnectionDefaults$inboundSchema = exports.ConnectionValue$ = exports.ConnectionValue$outboundSchema = exports.ConnectionValue$inboundSchema = exports.Value5$ = exports.Value5$outboundSchema = exports.Value5$inboundSchema = exports.Target = exports.ConnectionStatus = void 0;
30
30
  exports.value5ToJSON = value5ToJSON;
31
31
  exports.value5FromJSON = value5FromJSON;
32
32
  exports.connectionValueToJSON = connectionValueToJSON;
33
33
  exports.connectionValueFromJSON = connectionValueFromJSON;
34
- exports.defaultsToJSON = defaultsToJSON;
35
- exports.defaultsFromJSON = defaultsFromJSON;
36
- exports.configurationToJSON = configurationToJSON;
37
- exports.configurationFromJSON = configurationFromJSON;
38
- exports.connectionToJSON = connectionToJSON;
39
- exports.connectionFromJSON = connectionFromJSON;
40
34
  exports.connectionDefaultsToJSON = connectionDefaultsToJSON;
41
35
  exports.connectionDefaultsFromJSON = connectionDefaultsFromJSON;
42
36
  exports.connectionConfigurationToJSON = connectionConfigurationToJSON;
43
37
  exports.connectionConfigurationFromJSON = connectionConfigurationFromJSON;
44
38
  exports.connectionInputToJSON = connectionInputToJSON;
45
39
  exports.connectionInputFromJSON = connectionInputFromJSON;
40
+ exports.defaultsToJSON = defaultsToJSON;
41
+ exports.defaultsFromJSON = defaultsFromJSON;
42
+ exports.configurationToJSON = configurationToJSON;
43
+ exports.configurationFromJSON = configurationFromJSON;
44
+ exports.connectionToJSON = connectionToJSON;
45
+ exports.connectionFromJSON = connectionFromJSON;
46
46
  const z = __importStar(require("zod"));
47
47
  const primitives_js_1 = require("../../lib/primitives.js");
48
48
  const schemas_js_1 = require("../../lib/schemas.js");
@@ -68,37 +68,6 @@ exports.Target = {
68
68
  Resource: "resource",
69
69
  };
70
70
  /** @internal */
71
- exports.ConnectionStatus$inboundSchema = z.nativeEnum(exports.ConnectionStatus);
72
- /** @internal */
73
- exports.ConnectionStatus$outboundSchema = exports.ConnectionStatus$inboundSchema;
74
- /**
75
- * @internal
76
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
77
- */
78
- var ConnectionStatus$;
79
- (function (ConnectionStatus$) {
80
- /** @deprecated use `ConnectionStatus$inboundSchema` instead. */
81
- ConnectionStatus$.inboundSchema = exports.ConnectionStatus$inboundSchema;
82
- /** @deprecated use `ConnectionStatus$outboundSchema` instead. */
83
- ConnectionStatus$.outboundSchema = exports.ConnectionStatus$outboundSchema;
84
- })(ConnectionStatus$ || (exports.ConnectionStatus$ = ConnectionStatus$ = {}));
85
- /** @internal */
86
- exports.Target$inboundSchema = z
87
- .nativeEnum(exports.Target);
88
- /** @internal */
89
- exports.Target$outboundSchema = exports.Target$inboundSchema;
90
- /**
91
- * @internal
92
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
93
- */
94
- var Target$;
95
- (function (Target$) {
96
- /** @deprecated use `Target$inboundSchema` instead. */
97
- Target$.inboundSchema = exports.Target$inboundSchema;
98
- /** @deprecated use `Target$outboundSchema` instead. */
99
- Target$.outboundSchema = exports.Target$outboundSchema;
100
- })(Target$ || (exports.Target$ = Target$ = {}));
101
- /** @internal */
102
71
  exports.Value5$inboundSchema = z
103
72
  .union([z.string(), z.number().int(), z.number()]);
104
73
  /** @internal */
@@ -154,6 +123,148 @@ function connectionValueFromJSON(jsonString) {
154
123
  return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.ConnectionValue$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ConnectionValue' from JSON`);
155
124
  }
156
125
  /** @internal */
126
+ exports.ConnectionDefaults$inboundSchema = z.object({
127
+ id: z.string().optional(),
128
+ options: z.array(formfieldoption_js_1.FormFieldOption$inboundSchema).optional(),
129
+ value: z.union([
130
+ z.string(),
131
+ z.number().int(),
132
+ z.number(),
133
+ z.boolean(),
134
+ z.array(z.union([z.string(), z.number().int(), z.number()])),
135
+ ]).optional(),
136
+ });
137
+ /** @internal */
138
+ exports.ConnectionDefaults$outboundSchema = z.object({
139
+ id: z.string().optional(),
140
+ options: z.array(formfieldoption_js_1.FormFieldOption$outboundSchema).optional(),
141
+ value: z.union([
142
+ z.string(),
143
+ z.number().int(),
144
+ z.number(),
145
+ z.boolean(),
146
+ z.array(z.union([z.string(), z.number().int(), z.number()])),
147
+ ]).optional(),
148
+ });
149
+ /**
150
+ * @internal
151
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
152
+ */
153
+ var ConnectionDefaults$;
154
+ (function (ConnectionDefaults$) {
155
+ /** @deprecated use `ConnectionDefaults$inboundSchema` instead. */
156
+ ConnectionDefaults$.inboundSchema = exports.ConnectionDefaults$inboundSchema;
157
+ /** @deprecated use `ConnectionDefaults$outboundSchema` instead. */
158
+ ConnectionDefaults$.outboundSchema = exports.ConnectionDefaults$outboundSchema;
159
+ })(ConnectionDefaults$ || (exports.ConnectionDefaults$ = ConnectionDefaults$ = {}));
160
+ function connectionDefaultsToJSON(connectionDefaults) {
161
+ return JSON.stringify(exports.ConnectionDefaults$outboundSchema.parse(connectionDefaults));
162
+ }
163
+ function connectionDefaultsFromJSON(jsonString) {
164
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.ConnectionDefaults$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ConnectionDefaults' from JSON`);
165
+ }
166
+ /** @internal */
167
+ exports.ConnectionConfiguration$inboundSchema = z.object({
168
+ resource: z.string().optional(),
169
+ defaults: z.array(z.lazy(() => exports.ConnectionDefaults$inboundSchema)).optional(),
170
+ });
171
+ /** @internal */
172
+ exports.ConnectionConfiguration$outboundSchema = z.object({
173
+ resource: z.string().optional(),
174
+ defaults: z.array(z.lazy(() => exports.ConnectionDefaults$outboundSchema)).optional(),
175
+ });
176
+ /**
177
+ * @internal
178
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
179
+ */
180
+ var ConnectionConfiguration$;
181
+ (function (ConnectionConfiguration$) {
182
+ /** @deprecated use `ConnectionConfiguration$inboundSchema` instead. */
183
+ ConnectionConfiguration$.inboundSchema = exports.ConnectionConfiguration$inboundSchema;
184
+ /** @deprecated use `ConnectionConfiguration$outboundSchema` instead. */
185
+ ConnectionConfiguration$.outboundSchema = exports.ConnectionConfiguration$outboundSchema;
186
+ })(ConnectionConfiguration$ || (exports.ConnectionConfiguration$ = ConnectionConfiguration$ = {}));
187
+ function connectionConfigurationToJSON(connectionConfiguration) {
188
+ return JSON.stringify(exports.ConnectionConfiguration$outboundSchema.parse(connectionConfiguration));
189
+ }
190
+ function connectionConfigurationFromJSON(jsonString) {
191
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.ConnectionConfiguration$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ConnectionConfiguration' from JSON`);
192
+ }
193
+ /** @internal */
194
+ exports.ConnectionInput$inboundSchema = z.object({
195
+ enabled: z.boolean().optional(),
196
+ settings: z.nullable(z.record(z.any())).optional(),
197
+ metadata: z.nullable(z.record(z.any())).optional(),
198
+ configuration: z.array(z.lazy(() => exports.ConnectionConfiguration$inboundSchema))
199
+ .optional(),
200
+ custom_mappings: z.array(custommappinginput_js_1.CustomMappingInput$inboundSchema).optional(),
201
+ }).transform((v) => {
202
+ return (0, primitives_js_1.remap)(v, {
203
+ "custom_mappings": "customMappings",
204
+ });
205
+ });
206
+ /** @internal */
207
+ exports.ConnectionInput$outboundSchema = z.object({
208
+ enabled: z.boolean().optional(),
209
+ settings: z.nullable(z.record(z.any())).optional(),
210
+ metadata: z.nullable(z.record(z.any())).optional(),
211
+ configuration: z.array(z.lazy(() => exports.ConnectionConfiguration$outboundSchema))
212
+ .optional(),
213
+ customMappings: z.array(custommappinginput_js_1.CustomMappingInput$outboundSchema).optional(),
214
+ }).transform((v) => {
215
+ return (0, primitives_js_1.remap)(v, {
216
+ customMappings: "custom_mappings",
217
+ });
218
+ });
219
+ /**
220
+ * @internal
221
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
222
+ */
223
+ var ConnectionInput$;
224
+ (function (ConnectionInput$) {
225
+ /** @deprecated use `ConnectionInput$inboundSchema` instead. */
226
+ ConnectionInput$.inboundSchema = exports.ConnectionInput$inboundSchema;
227
+ /** @deprecated use `ConnectionInput$outboundSchema` instead. */
228
+ ConnectionInput$.outboundSchema = exports.ConnectionInput$outboundSchema;
229
+ })(ConnectionInput$ || (exports.ConnectionInput$ = ConnectionInput$ = {}));
230
+ function connectionInputToJSON(connectionInput) {
231
+ return JSON.stringify(exports.ConnectionInput$outboundSchema.parse(connectionInput));
232
+ }
233
+ function connectionInputFromJSON(jsonString) {
234
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.ConnectionInput$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ConnectionInput' from JSON`);
235
+ }
236
+ /** @internal */
237
+ exports.ConnectionStatus$inboundSchema = z.nativeEnum(exports.ConnectionStatus);
238
+ /** @internal */
239
+ exports.ConnectionStatus$outboundSchema = exports.ConnectionStatus$inboundSchema;
240
+ /**
241
+ * @internal
242
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
243
+ */
244
+ var ConnectionStatus$;
245
+ (function (ConnectionStatus$) {
246
+ /** @deprecated use `ConnectionStatus$inboundSchema` instead. */
247
+ ConnectionStatus$.inboundSchema = exports.ConnectionStatus$inboundSchema;
248
+ /** @deprecated use `ConnectionStatus$outboundSchema` instead. */
249
+ ConnectionStatus$.outboundSchema = exports.ConnectionStatus$outboundSchema;
250
+ })(ConnectionStatus$ || (exports.ConnectionStatus$ = ConnectionStatus$ = {}));
251
+ /** @internal */
252
+ exports.Target$inboundSchema = z
253
+ .nativeEnum(exports.Target);
254
+ /** @internal */
255
+ exports.Target$outboundSchema = exports.Target$inboundSchema;
256
+ /**
257
+ * @internal
258
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
259
+ */
260
+ var Target$;
261
+ (function (Target$) {
262
+ /** @deprecated use `Target$inboundSchema` instead. */
263
+ Target$.inboundSchema = exports.Target$inboundSchema;
264
+ /** @deprecated use `Target$outboundSchema` instead. */
265
+ Target$.outboundSchema = exports.Target$outboundSchema;
266
+ })(Target$ || (exports.Target$ = Target$ = {}));
267
+ /** @internal */
157
268
  exports.Defaults$inboundSchema = z.object({
158
269
  target: exports.Target$inboundSchema.optional(),
159
270
  id: z.string().optional(),
@@ -352,115 +463,4 @@ function connectionToJSON(connection) {
352
463
  function connectionFromJSON(jsonString) {
353
464
  return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Connection$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Connection' from JSON`);
354
465
  }
355
- /** @internal */
356
- exports.ConnectionDefaults$inboundSchema = z.object({
357
- id: z.string().optional(),
358
- options: z.array(formfieldoption_js_1.FormFieldOption$inboundSchema).optional(),
359
- value: z.union([
360
- z.string(),
361
- z.number().int(),
362
- z.number(),
363
- z.boolean(),
364
- z.array(z.union([z.string(), z.number().int(), z.number()])),
365
- ]).optional(),
366
- });
367
- /** @internal */
368
- exports.ConnectionDefaults$outboundSchema = z.object({
369
- id: z.string().optional(),
370
- options: z.array(formfieldoption_js_1.FormFieldOption$outboundSchema).optional(),
371
- value: z.union([
372
- z.string(),
373
- z.number().int(),
374
- z.number(),
375
- z.boolean(),
376
- z.array(z.union([z.string(), z.number().int(), z.number()])),
377
- ]).optional(),
378
- });
379
- /**
380
- * @internal
381
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
382
- */
383
- var ConnectionDefaults$;
384
- (function (ConnectionDefaults$) {
385
- /** @deprecated use `ConnectionDefaults$inboundSchema` instead. */
386
- ConnectionDefaults$.inboundSchema = exports.ConnectionDefaults$inboundSchema;
387
- /** @deprecated use `ConnectionDefaults$outboundSchema` instead. */
388
- ConnectionDefaults$.outboundSchema = exports.ConnectionDefaults$outboundSchema;
389
- })(ConnectionDefaults$ || (exports.ConnectionDefaults$ = ConnectionDefaults$ = {}));
390
- function connectionDefaultsToJSON(connectionDefaults) {
391
- return JSON.stringify(exports.ConnectionDefaults$outboundSchema.parse(connectionDefaults));
392
- }
393
- function connectionDefaultsFromJSON(jsonString) {
394
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.ConnectionDefaults$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ConnectionDefaults' from JSON`);
395
- }
396
- /** @internal */
397
- exports.ConnectionConfiguration$inboundSchema = z.object({
398
- resource: z.string().optional(),
399
- defaults: z.array(z.lazy(() => exports.ConnectionDefaults$inboundSchema)).optional(),
400
- });
401
- /** @internal */
402
- exports.ConnectionConfiguration$outboundSchema = z.object({
403
- resource: z.string().optional(),
404
- defaults: z.array(z.lazy(() => exports.ConnectionDefaults$outboundSchema)).optional(),
405
- });
406
- /**
407
- * @internal
408
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
409
- */
410
- var ConnectionConfiguration$;
411
- (function (ConnectionConfiguration$) {
412
- /** @deprecated use `ConnectionConfiguration$inboundSchema` instead. */
413
- ConnectionConfiguration$.inboundSchema = exports.ConnectionConfiguration$inboundSchema;
414
- /** @deprecated use `ConnectionConfiguration$outboundSchema` instead. */
415
- ConnectionConfiguration$.outboundSchema = exports.ConnectionConfiguration$outboundSchema;
416
- })(ConnectionConfiguration$ || (exports.ConnectionConfiguration$ = ConnectionConfiguration$ = {}));
417
- function connectionConfigurationToJSON(connectionConfiguration) {
418
- return JSON.stringify(exports.ConnectionConfiguration$outboundSchema.parse(connectionConfiguration));
419
- }
420
- function connectionConfigurationFromJSON(jsonString) {
421
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.ConnectionConfiguration$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ConnectionConfiguration' from JSON`);
422
- }
423
- /** @internal */
424
- exports.ConnectionInput$inboundSchema = z.object({
425
- enabled: z.boolean().optional(),
426
- settings: z.nullable(z.record(z.any())).optional(),
427
- metadata: z.nullable(z.record(z.any())).optional(),
428
- configuration: z.array(z.lazy(() => exports.ConnectionConfiguration$inboundSchema))
429
- .optional(),
430
- custom_mappings: z.array(custommappinginput_js_1.CustomMappingInput$inboundSchema).optional(),
431
- }).transform((v) => {
432
- return (0, primitives_js_1.remap)(v, {
433
- "custom_mappings": "customMappings",
434
- });
435
- });
436
- /** @internal */
437
- exports.ConnectionInput$outboundSchema = z.object({
438
- enabled: z.boolean().optional(),
439
- settings: z.nullable(z.record(z.any())).optional(),
440
- metadata: z.nullable(z.record(z.any())).optional(),
441
- configuration: z.array(z.lazy(() => exports.ConnectionConfiguration$outboundSchema))
442
- .optional(),
443
- customMappings: z.array(custommappinginput_js_1.CustomMappingInput$outboundSchema).optional(),
444
- }).transform((v) => {
445
- return (0, primitives_js_1.remap)(v, {
446
- customMappings: "custom_mappings",
447
- });
448
- });
449
- /**
450
- * @internal
451
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
452
- */
453
- var ConnectionInput$;
454
- (function (ConnectionInput$) {
455
- /** @deprecated use `ConnectionInput$inboundSchema` instead. */
456
- ConnectionInput$.inboundSchema = exports.ConnectionInput$inboundSchema;
457
- /** @deprecated use `ConnectionInput$outboundSchema` instead. */
458
- ConnectionInput$.outboundSchema = exports.ConnectionInput$outboundSchema;
459
- })(ConnectionInput$ || (exports.ConnectionInput$ = ConnectionInput$ = {}));
460
- function connectionInputToJSON(connectionInput) {
461
- return JSON.stringify(exports.ConnectionInput$outboundSchema.parse(connectionInput));
462
- }
463
- function connectionInputFromJSON(jsonString) {
464
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.ConnectionInput$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ConnectionInput' from JSON`);
465
- }
466
- //# sourceMappingURL=connection.js.map
466
+ //# sourceMappingURL=connectioninput.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"connectioninput.js","sourceRoot":"","sources":["../../src/models/components/connectioninput.ts"],"names":[],"mappings":"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"}
@@ -35,11 +35,7 @@ export declare const ContactGender: {
35
35
  * The gender of the contact.
36
36
  */
37
37
  export type ContactGender = ClosedEnum<typeof ContactGender>;
38
- export type Contact = {
39
- /**
40
- * Unique identifier for the contact.
41
- */
42
- id?: string | undefined;
38
+ export type ContactInput = {
43
39
  /**
44
40
  * Full name of the contact.
45
41
  */
@@ -144,30 +140,6 @@ export type Contact = {
144
140
  emailDomain?: string | null | undefined;
145
141
  customFields?: Array<CustomField> | undefined;
146
142
  tags?: Array<string> | null | undefined;
147
- /**
148
- * The first call date of the contact.
149
- */
150
- firstCallAt?: Date | null | undefined;
151
- /**
152
- * The first email date of the contact.
153
- */
154
- firstEmailAt?: Date | null | undefined;
155
- /**
156
- * The last activity date of the contact.
157
- */
158
- lastActivityAt?: Date | null | undefined;
159
- /**
160
- * When custom mappings are configured on the resource, the result is included here.
161
- */
162
- customMappings?: CustomMappings | null | undefined;
163
- /**
164
- * The last update date of the contact.
165
- */
166
- updatedAt?: Date | null | undefined;
167
- /**
168
- * The creation date of the contact.
169
- */
170
- createdAt?: Date | null | undefined;
171
143
  /**
172
144
  * The opportunity ids of the contact.
173
145
  */
@@ -177,7 +149,11 @@ export type Contact = {
177
149
  */
178
150
  passThrough?: Array<PassThroughBody> | undefined;
179
151
  };
180
- export type ContactInput = {
152
+ export type Contact = {
153
+ /**
154
+ * Unique identifier for the contact.
155
+ */
156
+ id?: string | undefined;
181
157
  /**
182
158
  * Full name of the contact.
183
159
  */
@@ -282,6 +258,30 @@ export type ContactInput = {
282
258
  emailDomain?: string | null | undefined;
283
259
  customFields?: Array<CustomField> | undefined;
284
260
  tags?: Array<string> | null | undefined;
261
+ /**
262
+ * The first call date of the contact.
263
+ */
264
+ firstCallAt?: Date | null | undefined;
265
+ /**
266
+ * The first email date of the contact.
267
+ */
268
+ firstEmailAt?: Date | null | undefined;
269
+ /**
270
+ * The last activity date of the contact.
271
+ */
272
+ lastActivityAt?: Date | null | undefined;
273
+ /**
274
+ * When custom mappings are configured on the resource, the result is included here.
275
+ */
276
+ customMappings?: CustomMappings | null | undefined;
277
+ /**
278
+ * The last update date of the contact.
279
+ */
280
+ updatedAt?: Date | null | undefined;
281
+ /**
282
+ * The creation date of the contact.
283
+ */
284
+ createdAt?: Date | null | undefined;
285
285
  /**
286
286
  * The opportunity ids of the contact.
287
287
  */
@@ -338,10 +338,9 @@ export declare namespace ContactGender$ {
338
338
  }>;
339
339
  }
340
340
  /** @internal */
341
- export declare const Contact$inboundSchema: z.ZodType<Contact, z.ZodTypeDef, unknown>;
341
+ export declare const ContactInput$inboundSchema: z.ZodType<ContactInput, z.ZodTypeDef, unknown>;
342
342
  /** @internal */
343
- export type Contact$Outbound = {
344
- id?: string | undefined;
343
+ export type ContactInput$Outbound = {
345
344
  name: string | null;
346
345
  owner_id?: string | null | undefined;
347
346
  type?: string | null | undefined;
@@ -374,35 +373,30 @@ export type Contact$Outbound = {
374
373
  email_domain?: string | null | undefined;
375
374
  custom_fields?: Array<CustomField$Outbound> | undefined;
376
375
  tags?: Array<string> | null | undefined;
377
- first_call_at?: string | null | undefined;
378
- first_email_at?: string | null | undefined;
379
- last_activity_at?: string | null | undefined;
380
- custom_mappings?: CustomMappings$Outbound | null | undefined;
381
- updated_at?: string | null | undefined;
382
- created_at?: string | null | undefined;
383
376
  opportunity_ids?: Array<string> | undefined;
384
377
  pass_through?: Array<PassThroughBody$Outbound> | undefined;
385
378
  };
386
379
  /** @internal */
387
- export declare const Contact$outboundSchema: z.ZodType<Contact$Outbound, z.ZodTypeDef, Contact>;
380
+ export declare const ContactInput$outboundSchema: z.ZodType<ContactInput$Outbound, z.ZodTypeDef, ContactInput>;
388
381
  /**
389
382
  * @internal
390
383
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
391
384
  */
392
- export declare namespace Contact$ {
393
- /** @deprecated use `Contact$inboundSchema` instead. */
394
- const inboundSchema: z.ZodType<Contact, z.ZodTypeDef, unknown>;
395
- /** @deprecated use `Contact$outboundSchema` instead. */
396
- const outboundSchema: z.ZodType<Contact$Outbound, z.ZodTypeDef, Contact>;
397
- /** @deprecated use `Contact$Outbound` instead. */
398
- type Outbound = Contact$Outbound;
385
+ export declare namespace ContactInput$ {
386
+ /** @deprecated use `ContactInput$inboundSchema` instead. */
387
+ const inboundSchema: z.ZodType<ContactInput, z.ZodTypeDef, unknown>;
388
+ /** @deprecated use `ContactInput$outboundSchema` instead. */
389
+ const outboundSchema: z.ZodType<ContactInput$Outbound, z.ZodTypeDef, ContactInput>;
390
+ /** @deprecated use `ContactInput$Outbound` instead. */
391
+ type Outbound = ContactInput$Outbound;
399
392
  }
400
- export declare function contactToJSON(contact: Contact): string;
401
- export declare function contactFromJSON(jsonString: string): SafeParseResult<Contact, SDKValidationError>;
393
+ export declare function contactInputToJSON(contactInput: ContactInput): string;
394
+ export declare function contactInputFromJSON(jsonString: string): SafeParseResult<ContactInput, SDKValidationError>;
402
395
  /** @internal */
403
- export declare const ContactInput$inboundSchema: z.ZodType<ContactInput, z.ZodTypeDef, unknown>;
396
+ export declare const Contact$inboundSchema: z.ZodType<Contact, z.ZodTypeDef, unknown>;
404
397
  /** @internal */
405
- export type ContactInput$Outbound = {
398
+ export type Contact$Outbound = {
399
+ id?: string | undefined;
406
400
  name: string | null;
407
401
  owner_id?: string | null | undefined;
408
402
  type?: string | null | undefined;
@@ -435,23 +429,29 @@ export type ContactInput$Outbound = {
435
429
  email_domain?: string | null | undefined;
436
430
  custom_fields?: Array<CustomField$Outbound> | undefined;
437
431
  tags?: Array<string> | null | undefined;
432
+ first_call_at?: string | null | undefined;
433
+ first_email_at?: string | null | undefined;
434
+ last_activity_at?: string | null | undefined;
435
+ custom_mappings?: CustomMappings$Outbound | null | undefined;
436
+ updated_at?: string | null | undefined;
437
+ created_at?: string | null | undefined;
438
438
  opportunity_ids?: Array<string> | undefined;
439
439
  pass_through?: Array<PassThroughBody$Outbound> | undefined;
440
440
  };
441
441
  /** @internal */
442
- export declare const ContactInput$outboundSchema: z.ZodType<ContactInput$Outbound, z.ZodTypeDef, ContactInput>;
442
+ export declare const Contact$outboundSchema: z.ZodType<Contact$Outbound, z.ZodTypeDef, Contact>;
443
443
  /**
444
444
  * @internal
445
445
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
446
446
  */
447
- export declare namespace ContactInput$ {
448
- /** @deprecated use `ContactInput$inboundSchema` instead. */
449
- const inboundSchema: z.ZodType<ContactInput, z.ZodTypeDef, unknown>;
450
- /** @deprecated use `ContactInput$outboundSchema` instead. */
451
- const outboundSchema: z.ZodType<ContactInput$Outbound, z.ZodTypeDef, ContactInput>;
452
- /** @deprecated use `ContactInput$Outbound` instead. */
453
- type Outbound = ContactInput$Outbound;
447
+ export declare namespace Contact$ {
448
+ /** @deprecated use `Contact$inboundSchema` instead. */
449
+ const inboundSchema: z.ZodType<Contact, z.ZodTypeDef, unknown>;
450
+ /** @deprecated use `Contact$outboundSchema` instead. */
451
+ const outboundSchema: z.ZodType<Contact$Outbound, z.ZodTypeDef, Contact>;
452
+ /** @deprecated use `Contact$Outbound` instead. */
453
+ type Outbound = Contact$Outbound;
454
454
  }
455
- export declare function contactInputToJSON(contactInput: ContactInput): string;
456
- export declare function contactInputFromJSON(jsonString: string): SafeParseResult<ContactInput, SDKValidationError>;
457
- //# sourceMappingURL=contact.d.ts.map
455
+ export declare function contactToJSON(contact: Contact): string;
456
+ export declare function contactFromJSON(jsonString: string): SafeParseResult<Contact, SDKValidationError>;
457
+ //# sourceMappingURL=contactinput.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"contactinput.d.ts","sourceRoot":"","sources":["../../src/models/components/contactinput.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EACL,OAAO,EAEP,gBAAgB,EAEjB,MAAM,cAAc,CAAC;AACtB,OAAO,EACL,WAAW,EAEX,oBAAoB,EAErB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EACL,cAAc,EAEd,uBAAuB,EAExB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EACL,KAAK,EAEL,cAAc,EAEf,MAAM,YAAY,CAAC;AACpB,OAAO,EACL,eAAe,EAEf,wBAAwB,EAEzB,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EACL,WAAW,EAEX,oBAAoB,EAErB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EACL,UAAU,EAEV,mBAAmB,EAEpB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EACL,OAAO,EAEP,gBAAgB,EAEjB,MAAM,cAAc,CAAC;AAEtB;;GAEG;AACH,eAAO,MAAM,WAAW;;;;;CAKd,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,WAAW,GAAG,UAAU,CAAC,OAAO,WAAW,CAAC,CAAC;AAEzD;;GAEG;AACH,eAAO,MAAM,aAAa;;;;CAIhB,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,aAAa,GAAG,UAAU,CAAC,OAAO,aAAa,CAAC,CAAC;AAE7D,MAAM,MAAM,YAAY,GAAG;IACzB;;OAEG;IACH,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACpC;;OAEG;IACH,IAAI,CAAC,EAAE,WAAW,GAAG,IAAI,GAAG,SAAS,CAAC;IACtC;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACtC;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACxC;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACnC;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACtC;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACvC;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACrC;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACnC;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACnC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAClC;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACvC;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACrC;;OAEG;IACH,MAAM,CAAC,EAAE,aAAa,GAAG,IAAI,GAAG,SAAS,CAAC;IAC1C;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACrC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAClC;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACrC;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACvC;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAChC;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACxC;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAC3C;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACnC;;OAEG;IACH,MAAM,CAAC,EAAE,OAAO,GAAG,IAAI,GAAG,SAAS,CAAC;IACpC,QAAQ,CAAC,EAAE,KAAK,CAAC,OAAO,CAAC,GAAG,SAAS,CAAC;IACtC,SAAS,CAAC,EAAE,KAAK,CAAC,OAAO,CAAC,GAAG,SAAS,CAAC;IACvC,WAAW,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,GAAG,SAAS,CAAC;IAC5C,YAAY,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC;IAC9C,MAAM,CAAC,EAAE,KAAK,CAAC,KAAK,CAAC,GAAG,SAAS,CAAC;IAClC,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACxC,YAAY,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC;IAC9C,IAAI,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,GAAG,SAAS,CAAC;IACxC;;OAEG;IACH,cAAc,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;IAC3C;;OAEG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,eAAe,CAAC,GAAG,SAAS,CAAC;CAClD,CAAC;AAEF,MAAM,MAAM,OAAO,GAAG;IACpB;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACxB;;OAEG;IACH,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACpC;;OAEG;IACH,IAAI,CAAC,EAAE,WAAW,GAAG,IAAI,GAAG,SAAS,CAAC;IACtC;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACtC;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACxC;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACnC;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACtC;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACvC;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACrC;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACnC;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACnC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAClC;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACvC;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACrC;;OAEG;IACH,MAAM,CAAC,EAAE,aAAa,GAAG,IAAI,GAAG,SAAS,CAAC;IAC1C;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACrC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAClC;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACrC;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACvC;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAChC;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACxC;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAC3C;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACnC;;OAEG;IACH,MAAM,CAAC,EAAE,OAAO,GAAG,IAAI,GAAG,SAAS,CAAC;IACpC,QAAQ,CAAC,EAAE,KAAK,CAAC,OAAO,CAAC,GAAG,SAAS,CAAC;IACtC,SAAS,CAAC,EAAE,KAAK,CAAC,OAAO,CAAC,GAAG,SAAS,CAAC;IACvC,WAAW,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,GAAG,SAAS,CAAC;IAC5C,YAAY,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC;IAC9C,MAAM,CAAC,EAAE,KAAK,CAAC,KAAK,CAAC,GAAG,SAAS,CAAC;IAClC,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACxC,YAAY,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC;IAC9C,IAAI,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,GAAG,SAAS,CAAC;IACxC;;OAEG;IACH,WAAW,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,SAAS,CAAC;IACtC;;OAEG;IACH,YAAY,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,SAAS,CAAC;IACvC;;OAEG;IACH,cAAc,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,SAAS,CAAC;IACzC;;OAEG;IACH,cAAc,CAAC,EAAE,cAAc,GAAG,IAAI,GAAG,SAAS,CAAC;IACnD;;OAEG;IACH,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,SAAS,CAAC;IACpC;;OAEG;IACH,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,SAAS,CAAC;IACpC;;OAEG;IACH,cAAc,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;IAC3C;;OAEG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,eAAe,CAAC,GAAG,SAAS,CAAC;CAClD,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,yBAAyB,EAAE,CAAC,CAAC,aAAa,CAAC,OAAO,WAAW,CAChD,CAAC;AAE3B,gBAAgB;AAChB,eAAO,MAAM,0BAA0B,EAAE,CAAC,CAAC,aAAa,CAAC,OAAO,WAAW,CAChD,CAAC;AAE5B;;;GAGG;AACH,yBAAiB,YAAY,CAAC;IAC5B,2DAA2D;IACpD,MAAM,aAAa;;;;;MAA4B,CAAC;IACvD,4DAA4D;IACrD,MAAM,cAAc;;;;;MAA6B,CAAC;CAC1D;AAED,gBAAgB;AAChB,eAAO,MAAM,2BAA2B,EAAE,CAAC,CAAC,aAAa,CACvD,OAAO,aAAa,CACS,CAAC;AAEhC,gBAAgB;AAChB,eAAO,MAAM,4BAA4B,EAAE,CAAC,CAAC,aAAa,CACxD,OAAO,aAAa,CACS,CAAC;AAEhC;;;GAGG;AACH,yBAAiB,cAAc,CAAC;IAC9B,6DAA6D;IACtD,MAAM,aAAa;;;;MAA8B,CAAC;IACzD,8DAA8D;IACvD,MAAM,cAAc;;;;MAA+B,CAAC;CAC5D;AAED,gBAAgB;AAChB,eAAO,MAAM,0BAA0B,EAAE,CAAC,CAAC,OAAO,CAChD,YAAY,EACZ,CAAC,CAAC,UAAU,EACZ,OAAO,CAuDP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,qBAAqB,GAAG;IAClC,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACrC,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACjC,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACvC,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACzC,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACpC,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACvC,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACxC,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACtC,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACnC,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACnC,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAClC,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACvC,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACrC,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACnC,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACrC,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAClC,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACtC,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACxC,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAChC,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACxC,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAC5C,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACnC,MAAM,CAAC,EAAE,OAAO,GAAG,IAAI,GAAG,SAAS,CAAC;IACpC,QAAQ,CAAC,EAAE,KAAK,CAAC,gBAAgB,CAAC,GAAG,SAAS,CAAC;IAC/C,SAAS,CAAC,EAAE,KAAK,CAAC,gBAAgB,CAAC,GAAG,SAAS,CAAC;IAChD,YAAY,CAAC,EAAE,KAAK,CAAC,mBAAmB,CAAC,GAAG,SAAS,CAAC;IACtD,aAAa,CAAC,EAAE,KAAK,CAAC,oBAAoB,CAAC,GAAG,SAAS,CAAC;IACxD,MAAM,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,GAAG,SAAS,CAAC;IAC3C,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACzC,aAAa,CAAC,EAAE,KAAK,CAAC,oBAAoB,CAAC,GAAG,SAAS,CAAC;IACxD,IAAI,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,GAAG,SAAS,CAAC;IACxC,eAAe,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;IAC5C,YAAY,CAAC,EAAE,KAAK,CAAC,wBAAwB,CAAC,GAAG,SAAS,CAAC;CAC5D,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,2BAA2B,EAAE,CAAC,CAAC,OAAO,CACjD,qBAAqB,EACrB,CAAC,CAAC,UAAU,EACZ,YAAY,CAuDZ,CAAC;AAEH;;;GAGG;AACH,yBAAiB,aAAa,CAAC;IAC7B,4DAA4D;IACrD,MAAM,aAAa,gDAA6B,CAAC;IACxD,6DAA6D;IACtD,MAAM,cAAc,8DAA8B,CAAC;IAC1D,uDAAuD;IACvD,KAAY,QAAQ,GAAG,qBAAqB,CAAC;CAC9C;AAED,wBAAgB,kBAAkB,CAAC,YAAY,EAAE,YAAY,GAAG,MAAM,CAErE;AAED,wBAAgB,oBAAoB,CAClC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,YAAY,EAAE,kBAAkB,CAAC,CAMnD;AAED,gBAAgB;AAChB,eAAO,MAAM,qBAAqB,EAAE,CAAC,CAAC,OAAO,CAAC,OAAO,EAAE,CAAC,CAAC,UAAU,EAAE,OAAO,CA8ExE,CAAC;AAEL,gBAAgB;AAChB,MAAM,MAAM,gBAAgB,GAAG;IAC7B,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACxB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACrC,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACjC,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACvC,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACzC,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACpC,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACvC,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACxC,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACtC,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACnC,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACnC,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAClC,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACvC,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACrC,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACnC,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACrC,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAClC,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACtC,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACxC,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAChC,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACxC,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAC5C,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACnC,MAAM,CAAC,EAAE,OAAO,GAAG,IAAI,GAAG,SAAS,CAAC;IACpC,QAAQ,CAAC,EAAE,KAAK,CAAC,gBAAgB,CAAC,GAAG,SAAS,CAAC;IAC/C,SAAS,CAAC,EAAE,KAAK,CAAC,gBAAgB,CAAC,GAAG,SAAS,CAAC;IAChD,YAAY,CAAC,EAAE,KAAK,CAAC,mBAAmB,CAAC,GAAG,SAAS,CAAC;IACtD,aAAa,CAAC,EAAE,KAAK,CAAC,oBAAoB,CAAC,GAAG,SAAS,CAAC;IACxD,MAAM,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,GAAG,SAAS,CAAC;IAC3C,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACzC,aAAa,CAAC,EAAE,KAAK,CAAC,oBAAoB,CAAC,GAAG,SAAS,CAAC;IACxD,IAAI,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,GAAG,SAAS,CAAC;IACxC,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAC1C,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAC3C,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAC7C,eAAe,CAAC,EAAE,uBAAuB,GAAG,IAAI,GAAG,SAAS,CAAC;IAC7D,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACvC,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACvC,eAAe,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;IAC5C,YAAY,CAAC,EAAE,KAAK,CAAC,wBAAwB,CAAC,GAAG,SAAS,CAAC;CAC5D,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,sBAAsB,EAAE,CAAC,CAAC,OAAO,CAC5C,gBAAgB,EAChB,CAAC,CAAC,UAAU,EACZ,OAAO,CAqEP,CAAC;AAEH;;;GAGG;AACH,yBAAiB,QAAQ,CAAC;IACxB,uDAAuD;IAChD,MAAM,aAAa,2CAAwB,CAAC;IACnD,wDAAwD;IACjD,MAAM,cAAc,oDAAyB,CAAC;IACrD,kDAAkD;IAClD,KAAY,QAAQ,GAAG,gBAAgB,CAAC;CACzC;AAED,wBAAgB,aAAa,CAAC,OAAO,EAAE,OAAO,GAAG,MAAM,CAEtD;AAED,wBAAgB,eAAe,CAC7B,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,OAAO,EAAE,kBAAkB,CAAC,CAM9C"}