@dalmore/api-contracts 0.0.0-dev.73ac636 → 0.0.0-dev.76c0ccc

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 (694) hide show
  1. package/README.md +23 -19
  2. package/common/helpers/index.d.ts +50 -0
  3. package/common/helpers/index.js +136 -0
  4. package/common/helpers/index.js.map +1 -0
  5. package/common/types/account-contact.types.d.ts +485 -0
  6. package/common/types/account-contact.types.js +75 -0
  7. package/common/types/account-contact.types.js.map +1 -0
  8. package/common/types/account-detail.types.d.ts +304 -0
  9. package/common/types/account-detail.types.js +20 -0
  10. package/common/types/account-detail.types.js.map +1 -0
  11. package/common/types/account-integration.types.d.ts +242 -0
  12. package/common/types/account-integration.types.js +121 -0
  13. package/common/types/account-integration.types.js.map +1 -0
  14. package/common/types/account-manager.types.d.ts +917 -0
  15. package/common/types/account-manager.types.js +89 -0
  16. package/common/types/account-manager.types.js.map +1 -0
  17. package/common/types/account-setting.types.d.ts +184 -0
  18. package/common/types/account-setting.types.js +52 -0
  19. package/common/types/account-setting.types.js.map +1 -0
  20. package/common/types/account.types.d.ts +631 -0
  21. package/common/types/account.types.js +217 -0
  22. package/common/types/account.types.js.map +1 -0
  23. package/common/types/activity.types.d.ts +581 -0
  24. package/common/types/activity.types.js +247 -0
  25. package/common/types/activity.types.js.map +1 -0
  26. package/common/types/address.types.d.ts +89 -0
  27. package/common/types/address.types.js +36 -0
  28. package/common/types/address.types.js.map +1 -0
  29. package/common/types/aic.types.d.ts +434 -0
  30. package/common/types/aic.types.js +170 -0
  31. package/common/types/aic.types.js.map +1 -0
  32. package/common/types/aml.types.d.ts +41 -0
  33. package/common/types/aml.types.js +16 -0
  34. package/common/types/aml.types.js.map +1 -0
  35. package/common/types/api-key-logs.types.d.ts +204 -0
  36. package/common/types/api-key-logs.types.js +52 -0
  37. package/common/types/api-key-logs.types.js.map +1 -0
  38. package/common/types/api-keys.types.d.ts +192 -0
  39. package/common/types/api-keys.types.js +57 -0
  40. package/common/types/api-keys.types.js.map +1 -0
  41. package/common/types/asset.types.d.ts +1186 -0
  42. package/common/types/asset.types.js +429 -0
  43. package/common/types/asset.types.js.map +1 -0
  44. package/common/types/auth.types.d.ts +487 -0
  45. package/common/types/auth.types.js +279 -0
  46. package/common/types/auth.types.js.map +1 -0
  47. package/common/types/batch-jobs.types.d.ts +321 -0
  48. package/common/types/batch-jobs.types.js +111 -0
  49. package/common/types/batch-jobs.types.js.map +1 -0
  50. package/common/types/bonus-tier.types.d.ts +1020 -0
  51. package/common/types/bonus-tier.types.js +159 -0
  52. package/common/types/bonus-tier.types.js.map +1 -0
  53. package/common/types/cap-table.types.d.ts +1124 -0
  54. package/common/types/cap-table.types.js +406 -0
  55. package/common/types/cap-table.types.js.map +1 -0
  56. package/common/types/cart.types.d.ts +28 -0
  57. package/common/types/cart.types.js +19 -0
  58. package/common/types/cart.types.js.map +1 -0
  59. package/common/types/checklist-items.types.d.ts +195 -0
  60. package/common/types/checklist-items.types.js +54 -0
  61. package/common/types/checklist-items.types.js.map +1 -0
  62. package/common/types/checklist.types.d.ts +140 -0
  63. package/common/types/checklist.types.js +71 -0
  64. package/common/types/checklist.types.js.map +1 -0
  65. package/common/types/common.types.d.ts +1512 -0
  66. package/common/types/common.types.js +1442 -0
  67. package/common/types/common.types.js.map +1 -0
  68. package/common/types/comply-advantage-api.types.d.ts +4532 -0
  69. package/common/types/comply-advantage-api.types.js +278 -0
  70. package/common/types/comply-advantage-api.types.js.map +1 -0
  71. package/common/types/comply-advantage.types.d.ts +48 -0
  72. package/common/types/comply-advantage.types.js +21 -0
  73. package/common/types/comply-advantage.types.js.map +1 -0
  74. package/common/types/contact-us.types.d.ts +126 -0
  75. package/common/types/contact-us.types.js +91 -0
  76. package/common/types/contact-us.types.js.map +1 -0
  77. package/common/types/countries.types.d.ts +77 -0
  78. package/common/types/countries.types.js +349 -0
  79. package/common/types/countries.types.js.map +1 -0
  80. package/common/types/covered-person.types.d.ts +204 -0
  81. package/common/types/covered-person.types.js +234 -0
  82. package/common/types/covered-person.types.js.map +1 -0
  83. package/common/types/dashboard.types.d.ts +2086 -0
  84. package/common/types/dashboard.types.js +690 -0
  85. package/common/types/dashboard.types.js.map +1 -0
  86. package/common/types/data-record.types.d.ts +347 -0
  87. package/common/types/data-record.types.js +261 -0
  88. package/common/types/data-record.types.js.map +1 -0
  89. package/common/types/data-room.types.d.ts +1277 -0
  90. package/common/types/data-room.types.js +167 -0
  91. package/common/types/data-room.types.js.map +1 -0
  92. package/common/types/default-theme-config.types.d.ts +445 -0
  93. package/common/types/default-theme-config.types.js +63 -0
  94. package/common/types/default-theme-config.types.js.map +1 -0
  95. package/common/types/disbursement-adjustment.types.d.ts +21 -0
  96. package/common/types/disbursement-adjustment.types.js +25 -0
  97. package/common/types/disbursement-adjustment.types.js.map +1 -0
  98. package/common/types/disbursement-approval-user.types.d.ts +935 -0
  99. package/common/types/disbursement-approval-user.types.js +68 -0
  100. package/common/types/disbursement-approval-user.types.js.map +1 -0
  101. package/common/types/disbursement-review.types.d.ts +923 -0
  102. package/common/types/disbursement-review.types.js +76 -0
  103. package/common/types/disbursement-review.types.js.map +1 -0
  104. package/common/types/disbursement-transaction.types.d.ts +621 -0
  105. package/common/types/disbursement-transaction.types.js +51 -0
  106. package/common/types/disbursement-transaction.types.js.map +1 -0
  107. package/common/types/disbursements.types.d.ts +3084 -0
  108. package/common/types/disbursements.types.js +342 -0
  109. package/common/types/disbursements.types.js.map +1 -0
  110. package/common/types/domain-filter.types.d.ts +135 -0
  111. package/common/types/domain-filter.types.js +40 -0
  112. package/common/types/domain-filter.types.js.map +1 -0
  113. package/common/types/email-theme.types.d.ts +1359 -0
  114. package/common/types/email-theme.types.js +318 -0
  115. package/common/types/email-theme.types.js.map +1 -0
  116. package/common/types/entity.types.d.ts +21 -0
  117. package/common/types/entity.types.js +14 -0
  118. package/common/types/entity.types.js.map +1 -0
  119. package/common/types/error-responses.types.d.ts +144 -0
  120. package/common/types/error-responses.types.js +125 -0
  121. package/common/types/error-responses.types.js.map +1 -0
  122. package/common/types/escrow-account.types.d.ts +398 -0
  123. package/common/types/escrow-account.types.js +75 -0
  124. package/common/types/escrow-account.types.js.map +1 -0
  125. package/common/types/exchange-api-key.types.d.ts +1010 -0
  126. package/common/types/exchange-api-key.types.js +90 -0
  127. package/common/types/exchange-api-key.types.js.map +1 -0
  128. package/common/types/exchange-import.types.d.ts +23 -0
  129. package/common/types/exchange-import.types.js +23 -0
  130. package/common/types/exchange-import.types.js.map +1 -0
  131. package/common/types/exchange-provider.types.d.ts +1308 -0
  132. package/common/types/exchange-provider.types.js +268 -0
  133. package/common/types/exchange-provider.types.js.map +1 -0
  134. package/common/types/file.types.d.ts +401 -0
  135. package/common/types/file.types.js +378 -0
  136. package/common/types/file.types.js.map +1 -0
  137. package/common/types/health.types.d.ts +112 -0
  138. package/common/types/health.types.js +22 -0
  139. package/common/types/health.types.js.map +1 -0
  140. package/common/types/i-will-do-it-later.types.d.ts +51 -0
  141. package/common/types/i-will-do-it-later.types.js +30 -0
  142. package/common/types/i-will-do-it-later.types.js.map +1 -0
  143. package/common/types/{index.ts → index.d.ts} +5 -3
  144. package/common/types/index.js +52 -0
  145. package/common/types/index.js.map +1 -0
  146. package/common/types/individuals.types.d.ts +1899 -0
  147. package/common/types/individuals.types.js +500 -0
  148. package/common/types/individuals.types.js.map +1 -0
  149. package/common/types/investor-account.types.d.ts +2996 -0
  150. package/common/types/investor-account.types.js +930 -0
  151. package/common/types/investor-account.types.js.map +1 -0
  152. package/common/types/investorAccountIdSchema.type.js +1 -0
  153. package/common/types/investorAccountIdSchema.type.js.map +1 -0
  154. package/common/types/investors-offering.types.d.ts +391 -0
  155. package/common/types/investors-offering.types.js +49 -0
  156. package/common/types/investors-offering.types.js.map +1 -0
  157. package/common/types/invite.types.d.ts +641 -0
  158. package/common/types/invite.types.js +113 -0
  159. package/common/types/invite.types.js.map +1 -0
  160. package/common/types/issuer-bank-account.types.d.ts +385 -0
  161. package/common/types/issuer-bank-account.types.js +81 -0
  162. package/common/types/issuer-bank-account.types.js.map +1 -0
  163. package/common/types/issuer-offering.types.d.ts +1325 -0
  164. package/common/types/issuer-offering.types.js +400 -0
  165. package/common/types/issuer-offering.types.js.map +1 -0
  166. package/common/types/issuer-payment-method.types.d.ts +1100 -0
  167. package/common/types/issuer-payment-method.types.js +311 -0
  168. package/common/types/issuer-payment-method.types.js.map +1 -0
  169. package/common/types/issuer.types.d.ts +539 -0
  170. package/common/types/issuer.types.js +275 -0
  171. package/common/types/issuer.types.js.map +1 -0
  172. package/common/types/job-item.types.d.ts +230 -0
  173. package/common/types/job-item.types.js +89 -0
  174. package/common/types/job-item.types.js.map +1 -0
  175. package/common/types/jobs.types.d.ts +296 -0
  176. package/common/types/jobs.types.js +150 -0
  177. package/common/types/jobs.types.js.map +1 -0
  178. package/common/types/kyb.types.d.ts +167 -0
  179. package/common/types/kyb.types.js +45 -0
  180. package/common/types/kyb.types.js.map +1 -0
  181. package/common/types/kyc.types.d.ts +2197 -0
  182. package/common/types/kyc.types.js +301 -0
  183. package/common/types/kyc.types.js.map +1 -0
  184. package/common/types/legal-entity.types.d.ts +638 -0
  185. package/common/types/legal-entity.types.js +148 -0
  186. package/common/types/legal-entity.types.js.map +1 -0
  187. package/common/types/login-history.types.d.ts +160 -0
  188. package/common/types/login-history.types.js +39 -0
  189. package/common/types/login-history.types.js.map +1 -0
  190. package/common/types/mail-template.types.d.ts +595 -0
  191. package/common/types/mail-template.types.js +401 -0
  192. package/common/types/mail-template.types.js.map +1 -0
  193. package/common/types/north-cap-integration.types.d.ts +1303 -0
  194. package/common/types/north-cap-integration.types.js +145 -0
  195. package/common/types/north-cap-integration.types.js.map +1 -0
  196. package/common/types/note.types.d.ts +216 -0
  197. package/common/types/note.types.js +82 -0
  198. package/common/types/note.types.js.map +1 -0
  199. package/common/types/notification.types.d.ts +2689 -0
  200. package/common/types/notification.types.js +408 -0
  201. package/common/types/notification.types.js.map +1 -0
  202. package/common/types/notion-api.types.d.ts +3626 -0
  203. package/common/types/notion-api.types.js +271 -0
  204. package/common/types/notion-api.types.js.map +1 -0
  205. package/common/types/notion-database.types.d.ts +191 -0
  206. package/common/types/notion-database.types.js +95 -0
  207. package/common/types/notion-database.types.js.map +1 -0
  208. package/common/types/notion-page.types.d.ts +3482 -0
  209. package/common/types/notion-page.types.js +208 -0
  210. package/common/types/notion-page.types.js.map +1 -0
  211. package/common/types/offering-reports.types.d.ts +525 -0
  212. package/common/types/offering-reports.types.js +111 -0
  213. package/common/types/offering-reports.types.js.map +1 -0
  214. package/common/types/offering-submission.types.d.ts +587 -0
  215. package/common/types/offering-submission.types.js +278 -0
  216. package/common/types/offering-submission.types.js.map +1 -0
  217. package/common/types/offering.types.d.ts +2387 -0
  218. package/common/types/offering.types.js +560 -0
  219. package/common/types/offering.types.js.map +1 -0
  220. package/common/types/page-revision.types.d.ts +74 -0
  221. package/common/types/page-revision.types.js +68 -0
  222. package/common/types/page-revision.types.js.map +1 -0
  223. package/common/types/page.types.d.ts +540 -0
  224. package/common/types/page.types.js +361 -0
  225. package/common/types/page.types.js.map +1 -0
  226. package/common/types/password.type.d.ts +2 -0
  227. package/common/types/password.type.js +14 -0
  228. package/common/types/password.type.js.map +1 -0
  229. package/common/types/payment-methods.types.d.ts +800 -0
  230. package/common/types/payment-methods.types.js +260 -0
  231. package/common/types/payment-methods.types.js.map +1 -0
  232. package/common/types/phone.type.d.ts +12 -0
  233. package/common/types/phone.type.js +29 -0
  234. package/common/types/phone.type.js.map +1 -0
  235. package/common/types/portfolio.types.d.ts +185 -0
  236. package/common/types/portfolio.types.js +36 -0
  237. package/common/types/portfolio.types.js.map +1 -0
  238. package/common/types/privacy-policy-and-tos.types.d.ts +2 -0
  239. package/common/types/{privacy-policy-and-tos.types.ts → privacy-policy-and-tos.types.js} +1 -1
  240. package/common/types/privacy-policy-and-tos.types.js.map +1 -0
  241. package/common/types/queue.types.d.ts +22 -0
  242. package/common/types/queue.types.js +73 -0
  243. package/common/types/queue.types.js.map +1 -0
  244. package/common/types/registered-reps.types.d.ts +6 -0
  245. package/common/types/registered-reps.types.js +21 -0
  246. package/common/types/registered-reps.types.js.map +1 -0
  247. package/common/types/rejection-reasons.types.d.ts +35 -0
  248. package/common/types/rejection-reasons.types.js +49 -0
  249. package/common/types/rejection-reasons.types.js.map +1 -0
  250. package/common/types/review.types.d.ts +419 -0
  251. package/common/types/review.types.js +101 -0
  252. package/common/types/review.types.js.map +1 -0
  253. package/common/types/role.types.d.ts +30 -0
  254. package/common/types/role.types.js +21 -0
  255. package/common/types/role.types.js.map +1 -0
  256. package/common/types/secondary-customer.types.d.ts +586 -0
  257. package/common/types/secondary-customer.types.js +39 -0
  258. package/common/types/secondary-customer.types.js.map +1 -0
  259. package/common/types/secondary-issuer.types.d.ts +283 -0
  260. package/common/types/secondary-issuer.types.js +37 -0
  261. package/common/types/secondary-issuer.types.js.map +1 -0
  262. package/common/types/secondary-order.types.d.ts +508 -0
  263. package/common/types/secondary-order.types.js +40 -0
  264. package/common/types/secondary-order.types.js.map +1 -0
  265. package/common/types/secondary-security.types.d.ts +175 -0
  266. package/common/types/secondary-security.types.js +45 -0
  267. package/common/types/secondary-security.types.js.map +1 -0
  268. package/common/types/secondary-trade.entity.d.ts +16 -0
  269. package/common/types/secondary-trade.entity.js +12 -0
  270. package/common/types/secondary-trade.entity.js.map +1 -0
  271. package/common/types/secondary-trade.types.d.ts +465 -0
  272. package/common/types/secondary-trade.types.js +61 -0
  273. package/common/types/secondary-trade.types.js.map +1 -0
  274. package/common/types/secure-request.types.d.ts +171 -0
  275. package/common/types/secure-request.types.js +51 -0
  276. package/common/types/secure-request.types.js.map +1 -0
  277. package/common/types/signer.types.d.ts +3406 -0
  278. package/common/types/signer.types.js +532 -0
  279. package/common/types/signer.types.js.map +1 -0
  280. package/common/types/site-link.types.d.ts +875 -0
  281. package/common/types/site-link.types.js +126 -0
  282. package/common/types/site-link.types.js.map +1 -0
  283. package/common/types/site-settings.types.d.ts +1673 -0
  284. package/common/types/site-settings.types.js +500 -0
  285. package/common/types/site-settings.types.js.map +1 -0
  286. package/common/types/site.types.d.ts +1496 -0
  287. package/common/types/site.types.js +213 -0
  288. package/common/types/site.types.js.map +1 -0
  289. package/common/types/sms.types.d.ts +40 -0
  290. package/common/types/sms.types.js +27 -0
  291. package/common/types/sms.types.js.map +1 -0
  292. package/common/types/state-machine.types.d.ts +591 -0
  293. package/common/types/state-machine.types.js +144 -0
  294. package/common/types/state-machine.types.js.map +1 -0
  295. package/common/types/states.types.d.ts +77 -0
  296. package/common/types/states.types.js +137 -0
  297. package/common/types/states.types.js.map +1 -0
  298. package/common/types/subdoc-preview.types.d.ts +379 -0
  299. package/common/types/subdoc-preview.types.js +24 -0
  300. package/common/types/subdoc-preview.types.js.map +1 -0
  301. package/common/types/task.types.d.ts +537 -0
  302. package/common/types/task.types.js +211 -0
  303. package/common/types/task.types.js.map +1 -0
  304. package/common/types/trade-adjustment.type.d.ts +40 -0
  305. package/common/types/trade-adjustment.type.js +26 -0
  306. package/common/types/trade-adjustment.type.js.map +1 -0
  307. package/common/types/trade-line-item.types.d.ts +329 -0
  308. package/common/types/trade-line-item.types.js +100 -0
  309. package/common/types/trade-line-item.types.js.map +1 -0
  310. package/common/types/trade.types.d.ts +2004 -0
  311. package/common/types/trade.types.js +787 -0
  312. package/common/types/trade.types.js.map +1 -0
  313. package/common/types/transaction.types.d.ts +454 -0
  314. package/common/types/transaction.types.js +174 -0
  315. package/common/types/transaction.types.js.map +1 -0
  316. package/common/types/trusted-contact.types.d.ts +440 -0
  317. package/common/types/trusted-contact.types.js +95 -0
  318. package/common/types/trusted-contact.types.js.map +1 -0
  319. package/common/types/typography.types.d.ts +52 -0
  320. package/common/types/typography.types.js +67 -0
  321. package/common/types/typography.types.js.map +1 -0
  322. package/common/types/user-manual.types.d.ts +287 -0
  323. package/common/types/user-manual.types.js +192 -0
  324. package/common/types/user-manual.types.js.map +1 -0
  325. package/common/types/user-setting.types.d.ts +273 -0
  326. package/common/types/user-setting.types.js +85 -0
  327. package/common/types/user-setting.types.js.map +1 -0
  328. package/common/types/user.types.d.ts +1951 -0
  329. package/common/types/user.types.js +238 -0
  330. package/common/types/user.types.js.map +1 -0
  331. package/common/types/webhook.types.d.ts +10829 -0
  332. package/common/types/webhook.types.js +658 -0
  333. package/common/types/webhook.types.js.map +1 -0
  334. package/common/types/zip.type.d.ts +35 -0
  335. package/common/types/zip.type.js +28 -0
  336. package/common/types/zip.type.js.map +1 -0
  337. package/contracts/clients/accounts/index.d.ts +308 -0
  338. package/contracts/clients/accounts/index.js +43 -0
  339. package/contracts/clients/accounts/index.js.map +1 -0
  340. package/contracts/clients/aic/index.d.ts +280 -0
  341. package/contracts/clients/aic/index.js +47 -0
  342. package/contracts/clients/aic/index.js.map +1 -0
  343. package/contracts/clients/api-key-logs/index.d.ts +287 -0
  344. package/contracts/clients/api-key-logs/index.js +37 -0
  345. package/contracts/clients/api-key-logs/index.js.map +1 -0
  346. package/contracts/clients/api-keys/index.d.ts +374 -0
  347. package/contracts/clients/api-keys/index.js +59 -0
  348. package/contracts/clients/api-keys/index.js.map +1 -0
  349. package/contracts/clients/assets/index.d.ts +1116 -0
  350. package/contracts/clients/assets/index.js +80 -0
  351. package/contracts/clients/assets/index.js.map +1 -0
  352. package/contracts/clients/auth/index.d.ts +236 -0
  353. package/contracts/clients/auth/index.js +38 -0
  354. package/contracts/clients/auth/index.js.map +1 -0
  355. package/contracts/clients/cart/index.d.ts +229 -0
  356. package/contracts/clients/cart/index.js +63 -0
  357. package/contracts/clients/cart/index.js.map +1 -0
  358. package/contracts/clients/files/index.d.ts +552 -0
  359. package/contracts/clients/files/index.js +142 -0
  360. package/contracts/clients/files/index.js.map +1 -0
  361. package/contracts/clients/files-public/index.d.ts +552 -0
  362. package/contracts/clients/files-public/index.js +142 -0
  363. package/contracts/clients/files-public/index.js.map +1 -0
  364. package/contracts/clients/index.d.ts +12602 -0
  365. package/contracts/clients/index.js +52 -0
  366. package/contracts/clients/index.js.map +1 -0
  367. package/contracts/clients/individuals/index.d.ts +3199 -0
  368. package/contracts/clients/individuals/index.js +74 -0
  369. package/contracts/clients/individuals/index.js.map +1 -0
  370. package/contracts/clients/investor-accounts/index.d.ts +339 -0
  371. package/contracts/clients/investor-accounts/index.js +73 -0
  372. package/contracts/clients/investor-accounts/index.js.map +1 -0
  373. package/contracts/clients/issuer-payment-methods/index.d.ts +276 -0
  374. package/contracts/clients/issuer-payment-methods/index.js +24 -0
  375. package/contracts/clients/issuer-payment-methods/index.js.map +1 -0
  376. package/contracts/clients/issuers/index.d.ts +449 -0
  377. package/contracts/clients/issuers/index.js +75 -0
  378. package/contracts/clients/issuers/index.js.map +1 -0
  379. package/contracts/clients/kyc/index.d.ts +345 -0
  380. package/contracts/clients/kyc/index.js +49 -0
  381. package/contracts/clients/kyc/index.js.map +1 -0
  382. package/contracts/clients/legal-entities/index.d.ts +887 -0
  383. package/contracts/clients/legal-entities/index.js +74 -0
  384. package/contracts/clients/legal-entities/index.js.map +1 -0
  385. package/contracts/clients/offerings/index.d.ts +799 -0
  386. package/contracts/clients/offerings/index.js +95 -0
  387. package/contracts/clients/offerings/index.js.map +1 -0
  388. package/contracts/clients/payment-methods/index.d.ts +456 -0
  389. package/contracts/clients/payment-methods/index.js +68 -0
  390. package/contracts/clients/payment-methods/index.js.map +1 -0
  391. package/contracts/clients/secure-requests/index.d.ts +100 -0
  392. package/contracts/clients/secure-requests/index.js +22 -0
  393. package/contracts/clients/secure-requests/index.js.map +1 -0
  394. package/contracts/clients/sites/index.d.ts +657 -0
  395. package/contracts/clients/sites/index.js +40 -0
  396. package/contracts/clients/sites/index.js.map +1 -0
  397. package/contracts/clients/trade-line-items/index.d.ts +216 -0
  398. package/contracts/clients/trade-line-items/index.js +47 -0
  399. package/contracts/clients/trade-line-items/index.js.map +1 -0
  400. package/contracts/clients/trades/index.d.ts +871 -0
  401. package/contracts/clients/trades/index.js +156 -0
  402. package/contracts/clients/trades/index.js.map +1 -0
  403. package/contracts/clients/transactions/index.d.ts +88 -0
  404. package/contracts/clients/transactions/index.js +25 -0
  405. package/contracts/clients/transactions/index.js.map +1 -0
  406. package/package.json +27 -36
  407. package/common/helpers/index.ts +0 -59
  408. package/common/types/account-contact.types.ts +0 -98
  409. package/common/types/account-detail.types.ts +0 -27
  410. package/common/types/account-integration.types.ts +0 -143
  411. package/common/types/account-manager.types.ts +0 -124
  412. package/common/types/account.types.ts +0 -296
  413. package/common/types/activity.types.ts +0 -274
  414. package/common/types/address.types.ts +0 -41
  415. package/common/types/aic.types.ts +0 -246
  416. package/common/types/aml.types.ts +0 -18
  417. package/common/types/api-key-logs.types.ts +0 -66
  418. package/common/types/api-keys.types.ts +0 -69
  419. package/common/types/asset.types.ts +0 -338
  420. package/common/types/auth.types.ts +0 -370
  421. package/common/types/batch-jobs.types.ts +0 -151
  422. package/common/types/bonus-tier.types.ts +0 -147
  423. package/common/types/cart.types.ts +0 -18
  424. package/common/types/checklist-items.types.ts +0 -70
  425. package/common/types/checklist.types.ts +0 -97
  426. package/common/types/common.types.ts +0 -1520
  427. package/common/types/comply-advantage-api.types.ts +0 -316
  428. package/common/types/comply-advantage.types.ts +0 -25
  429. package/common/types/contact-us.types.ts +0 -107
  430. package/common/types/countries.types.ts +0 -375
  431. package/common/types/covered-person.types.ts +0 -274
  432. package/common/types/dashboard.types.ts +0 -799
  433. package/common/types/data-record.types.ts +0 -325
  434. package/common/types/data-room.types.ts +0 -242
  435. package/common/types/default-theme-config.types.ts +0 -87
  436. package/common/types/disbursement-adjustment.types.ts +0 -32
  437. package/common/types/disbursement-approval-user.types.ts +0 -100
  438. package/common/types/disbursement-review.types.ts +0 -110
  439. package/common/types/disbursement-transaction.types.ts +0 -72
  440. package/common/types/disbursements.types.ts +0 -310
  441. package/common/types/domain-filter.types.ts +0 -55
  442. package/common/types/email-theme.types.ts +0 -442
  443. package/common/types/entity.types.ts +0 -15
  444. package/common/types/error-responses.types.ts +0 -135
  445. package/common/types/escrow-account.types.ts +0 -104
  446. package/common/types/exchange-api-key.types.ts +0 -121
  447. package/common/types/exchange-import.types.ts +0 -36
  448. package/common/types/exchange-provider.types.ts +0 -329
  449. package/common/types/file.types.ts +0 -461
  450. package/common/types/health.types.ts +0 -29
  451. package/common/types/individuals.types.ts +0 -554
  452. package/common/types/investor-account.types.ts +0 -1239
  453. package/common/types/investors-offering.types.ts +0 -65
  454. package/common/types/invite.types.ts +0 -133
  455. package/common/types/issuer-bank-account.types.ts +0 -107
  456. package/common/types/issuer-offering.types.ts +0 -393
  457. package/common/types/issuer-payment-method.types.ts +0 -341
  458. package/common/types/issuer.types.ts +0 -312
  459. package/common/types/job-item.types.ts +0 -119
  460. package/common/types/jobs.types.ts +0 -171
  461. package/common/types/kyb.types.ts +0 -53
  462. package/common/types/kyc.types.ts +0 -188
  463. package/common/types/legal-entity.types.ts +0 -185
  464. package/common/types/login-history.types.ts +0 -46
  465. package/common/types/mail-template.types.ts +0 -436
  466. package/common/types/north-cap-integration.types.ts +0 -190
  467. package/common/types/note.types.ts +0 -109
  468. package/common/types/notification.types.ts +0 -58
  469. package/common/types/notion-api.types.ts +0 -374
  470. package/common/types/notion-database.types.ts +0 -125
  471. package/common/types/notion-page.types.ts +0 -267
  472. package/common/types/offering-reports.types.ts +0 -153
  473. package/common/types/offering-submission.types.ts +0 -314
  474. package/common/types/offering.types.ts +0 -681
  475. package/common/types/page-revision.types.ts +0 -86
  476. package/common/types/page.types.ts +0 -436
  477. package/common/types/password.type.ts +0 -15
  478. package/common/types/payment-methods.types.ts +0 -298
  479. package/common/types/phone.type.ts +0 -27
  480. package/common/types/portfolio.types.ts +0 -50
  481. package/common/types/queue.types.ts +0 -112
  482. package/common/types/registered-reps.types.ts +0 -25
  483. package/common/types/rejection-reasons.types.ts +0 -56
  484. package/common/types/reminder-config.types.ts +0 -40
  485. package/common/types/review.types.ts +0 -133
  486. package/common/types/role.types.ts +0 -26
  487. package/common/types/secondary-customer.types.ts +0 -66
  488. package/common/types/secondary-issuer.types.ts +0 -50
  489. package/common/types/secondary-order.types.ts +0 -58
  490. package/common/types/secondary-security.types.ts +0 -60
  491. package/common/types/secondary-trade.entity.ts +0 -16
  492. package/common/types/secondary-trade.types.ts +0 -95
  493. package/common/types/secure-request.types.ts +0 -68
  494. package/common/types/signer.types.ts +0 -651
  495. package/common/types/site-link.types.ts +0 -166
  496. package/common/types/site-settings.types.ts +0 -726
  497. package/common/types/site.types.ts +0 -270
  498. package/common/types/sms.types.ts +0 -30
  499. package/common/types/state-machine.types.ts +0 -177
  500. package/common/types/states.types.ts +0 -163
  501. package/common/types/subdoc-preview.types.ts +0 -35
  502. package/common/types/task.types.ts +0 -258
  503. package/common/types/trade-adjustment.type.ts +0 -33
  504. package/common/types/trade-line-item.type.ts +0 -132
  505. package/common/types/trade.types.ts +0 -999
  506. package/common/types/transaction.types.ts +0 -198
  507. package/common/types/trusted-contact.types.ts +0 -122
  508. package/common/types/typography.types.ts +0 -75
  509. package/common/types/user-manual.types.ts +0 -290
  510. package/common/types/user-setting.types.ts +0 -133
  511. package/common/types/user.types.ts +0 -320
  512. package/common/types/webhook.types.ts +0 -588
  513. package/common/types/zip.type.ts +0 -36
  514. package/contracts/clients/accounts/index.ts +0 -61
  515. package/contracts/clients/aic/index.ts +0 -59
  516. package/contracts/clients/api-key-logs/index.ts +0 -53
  517. package/contracts/clients/api-keys/index.ts +0 -73
  518. package/contracts/clients/assets/index.ts +0 -102
  519. package/contracts/clients/auth/index.ts +0 -50
  520. package/contracts/clients/files/index.ts +0 -166
  521. package/contracts/clients/files-public/index.ts +0 -166
  522. package/contracts/clients/index.ts +0 -44
  523. package/contracts/clients/individuals/index.ts +0 -93
  524. package/contracts/clients/investor-accounts/index.ts +0 -93
  525. package/contracts/clients/issuers/index.ts +0 -94
  526. package/contracts/clients/legal-entities/index.ts +0 -93
  527. package/contracts/clients/offerings/index.ts +0 -117
  528. package/contracts/clients/secure-requests/index.ts +0 -34
  529. package/contracts/clients/sites/index.ts +0 -56
  530. package/contracts/clients/trades/index.ts +0 -186
  531. package/contracts/compliance/account-contacts/index.ts +0 -82
  532. package/contracts/compliance/account-managers/index.ts +0 -142
  533. package/contracts/compliance/accounts/index.ts +0 -187
  534. package/contracts/compliance/activities/index.ts +0 -55
  535. package/contracts/compliance/aic/index.ts +0 -60
  536. package/contracts/compliance/api-keys/index.ts +0 -91
  537. package/contracts/compliance/assets/index.ts +0 -122
  538. package/contracts/compliance/auth/index.ts +0 -134
  539. package/contracts/compliance/batch-jobs/index.ts +0 -62
  540. package/contracts/compliance/bonus-tiers/index.ts +0 -55
  541. package/contracts/compliance/checklist/index.ts +0 -87
  542. package/contracts/compliance/checklist-items/index.ts +0 -86
  543. package/contracts/compliance/covered-persons/index.ts +0 -97
  544. package/contracts/compliance/dashboard/index.ts +0 -111
  545. package/contracts/compliance/data-records/index.ts +0 -116
  546. package/contracts/compliance/data-rooms/index.ts +0 -113
  547. package/contracts/compliance/default-theme-configs/index.ts +0 -95
  548. package/contracts/compliance/disbursement/index.ts +0 -165
  549. package/contracts/compliance/disbursement-approval-users/index.ts +0 -84
  550. package/contracts/compliance/disbursement-transactions/index.ts +0 -37
  551. package/contracts/compliance/domain-filters/index.ts +0 -117
  552. package/contracts/compliance/email-themes/index.ts +0 -284
  553. package/contracts/compliance/escrow-accounts/index.ts +0 -85
  554. package/contracts/compliance/exchange-api-keys/index.ts +0 -129
  555. package/contracts/compliance/exchange-imports/index.ts +0 -137
  556. package/contracts/compliance/files/index.ts +0 -267
  557. package/contracts/compliance/files-public/index.ts +0 -188
  558. package/contracts/compliance/health/index.ts +0 -26
  559. package/contracts/compliance/index.ts +0 -147
  560. package/contracts/compliance/individuals/index.ts +0 -57
  561. package/contracts/compliance/investor-accounts/index.ts +0 -141
  562. package/contracts/compliance/invites/index.ts +0 -137
  563. package/contracts/compliance/issuer-bank-accounts/index.ts +0 -81
  564. package/contracts/compliance/issuer-payment-methods/index.ts +0 -81
  565. package/contracts/compliance/issuers/index.ts +0 -97
  566. package/contracts/compliance/job-items/index.ts +0 -58
  567. package/contracts/compliance/jobs/index.ts +0 -59
  568. package/contracts/compliance/kyb/index.ts +0 -54
  569. package/contracts/compliance/kyc/index.ts +0 -77
  570. package/contracts/compliance/legal-entities/index.ts +0 -57
  571. package/contracts/compliance/login-histories/index.ts +0 -37
  572. package/contracts/compliance/notes/index.ts +0 -69
  573. package/contracts/compliance/notion-databases/index.ts +0 -107
  574. package/contracts/compliance/notion-pages/index.ts +0 -105
  575. package/contracts/compliance/offering-reports/index.ts +0 -149
  576. package/contracts/compliance/offerings/index.ts +0 -233
  577. package/contracts/compliance/pages/index.ts +0 -178
  578. package/contracts/compliance/payment-methods/index.ts +0 -57
  579. package/contracts/compliance/rejection-reasons/index.ts +0 -32
  580. package/contracts/compliance/review/index.ts +0 -169
  581. package/contracts/compliance/roles/index.ts +0 -34
  582. package/contracts/compliance/secondary-customers/index.ts +0 -77
  583. package/contracts/compliance/secondary-orders/index.ts +0 -60
  584. package/contracts/compliance/secondary-trades/index.ts +0 -100
  585. package/contracts/compliance/secure-requests/index.ts +0 -54
  586. package/contracts/compliance/signer/index.ts +0 -369
  587. package/contracts/compliance/site-links/index.ts +0 -128
  588. package/contracts/compliance/site-settings/index.ts +0 -669
  589. package/contracts/compliance/sites/index.ts +0 -56
  590. package/contracts/compliance/state-machine/index.ts +0 -94
  591. package/contracts/compliance/tasks/index.ts +0 -91
  592. package/contracts/compliance/third-parties/index.ts +0 -52
  593. package/contracts/compliance/trade-line-items/index.ts +0 -59
  594. package/contracts/compliance/trades/index.ts +0 -230
  595. package/contracts/compliance/transactions/index.ts +0 -161
  596. package/contracts/compliance/user-manuals/index.ts +0 -271
  597. package/contracts/compliance/user-settings/index.ts +0 -189
  598. package/contracts/compliance/users/index.ts +0 -200
  599. package/contracts/compliance/webhooks/index.ts +0 -41
  600. package/contracts/compliance-apikey/accounts/index.ts +0 -58
  601. package/contracts/compliance-apikey/index.ts +0 -14
  602. package/contracts/index.ts +0 -6
  603. package/contracts/investors/account-contacts/index.ts +0 -58
  604. package/contracts/investors/aic/index.ts +0 -59
  605. package/contracts/investors/assets/index.ts +0 -61
  606. package/contracts/investors/auth/index.ts +0 -116
  607. package/contracts/investors/bonus-tiers/index.ts +0 -37
  608. package/contracts/investors/cart/index.ts +0 -75
  609. package/contracts/investors/contact-us/index.ts +0 -48
  610. package/contracts/investors/data-records/index.ts +0 -113
  611. package/contracts/investors/data-rooms/index.ts +0 -96
  612. package/contracts/investors/files/index.ts +0 -167
  613. package/contracts/investors/files-public/index.ts +0 -185
  614. package/contracts/investors/index.ts +0 -72
  615. package/contracts/investors/individuals/index.ts +0 -99
  616. package/contracts/investors/investor-accounts/index.ts +0 -110
  617. package/contracts/investors/issuer-payment-methods/index.ts +0 -36
  618. package/contracts/investors/issuers/index.ts +0 -30
  619. package/contracts/investors/legal-entities/index.ts +0 -93
  620. package/contracts/investors/notes/index.ts +0 -69
  621. package/contracts/investors/offerings/index.ts +0 -93
  622. package/contracts/investors/pages/index.ts +0 -88
  623. package/contracts/investors/payment-methods/index.ts +0 -149
  624. package/contracts/investors/portfolios/index.ts +0 -53
  625. package/contracts/investors/sites/index.ts +0 -96
  626. package/contracts/investors/tasks/index.ts +0 -111
  627. package/contracts/investors/trade-line-items/index.ts +0 -75
  628. package/contracts/investors/trades/index.ts +0 -114
  629. package/contracts/investors/transactions/index.ts +0 -37
  630. package/contracts/investors/trusted-contacts/index.ts +0 -93
  631. package/contracts/investors/user-manuals/index.ts +0 -62
  632. package/contracts/investors/user-settings/index.ts +0 -170
  633. package/contracts/investors/users/index.ts +0 -45
  634. package/contracts/investors/webhooks/index.ts +0 -30
  635. package/contracts/issuers/account-contacts/index.ts +0 -76
  636. package/contracts/issuers/account-integrations/index.ts +0 -97
  637. package/contracts/issuers/accounts/index.ts +0 -97
  638. package/contracts/issuers/activities/index.ts +0 -54
  639. package/contracts/issuers/aic/index.ts +0 -39
  640. package/contracts/issuers/api-key-logs/index.ts +0 -53
  641. package/contracts/issuers/api-keys/index.ts +0 -93
  642. package/contracts/issuers/assets/index.ts +0 -122
  643. package/contracts/issuers/auth/index.ts +0 -152
  644. package/contracts/issuers/bonus-tiers/index.ts +0 -55
  645. package/contracts/issuers/contact-us/index.ts +0 -48
  646. package/contracts/issuers/covered-persons/index.ts +0 -136
  647. package/contracts/issuers/dashboard/index.ts +0 -72
  648. package/contracts/issuers/data-records/index.ts +0 -257
  649. package/contracts/issuers/data-rooms/index.ts +0 -134
  650. package/contracts/issuers/disbursement-approval-users/index.ts +0 -82
  651. package/contracts/issuers/disbursement-transactions/index.ts +0 -53
  652. package/contracts/issuers/disbursements/index.ts +0 -153
  653. package/contracts/issuers/email-themes/index.ts +0 -242
  654. package/contracts/issuers/escrow-accounts/index.ts +0 -81
  655. package/contracts/issuers/exchange-api-keys/index.ts +0 -144
  656. package/contracts/issuers/files/index.ts +0 -166
  657. package/contracts/issuers/files-public/index.ts +0 -166
  658. package/contracts/issuers/health/index.ts +0 -24
  659. package/contracts/issuers/index.ts +0 -112
  660. package/contracts/issuers/investor-accounts/index.ts +0 -148
  661. package/contracts/issuers/invites/index.ts +0 -129
  662. package/contracts/issuers/issuer/index.ts +0 -94
  663. package/contracts/issuers/issuer-bank-accounts/index.ts +0 -81
  664. package/contracts/issuers/issuer-payment-methods/index.ts +0 -136
  665. package/contracts/issuers/kyc/index.ts +0 -38
  666. package/contracts/issuers/login-histories/index.ts +0 -51
  667. package/contracts/issuers/notes/index.ts +0 -69
  668. package/contracts/issuers/offerings/index.ts +0 -206
  669. package/contracts/issuers/pages/index.ts +0 -138
  670. package/contracts/issuers/payment-methods/index.ts +0 -61
  671. package/contracts/issuers/portfolios/index.ts +0 -36
  672. package/contracts/issuers/rejection-reasons/index.ts +0 -32
  673. package/contracts/issuers/review/index.ts +0 -63
  674. package/contracts/issuers/secondary-customers/index.ts +0 -55
  675. package/contracts/issuers/secondary-orders/index.ts +0 -57
  676. package/contracts/issuers/secondary-trades/index.ts +0 -57
  677. package/contracts/issuers/secure-requests/index.ts +0 -34
  678. package/contracts/issuers/site-links/index.ts +0 -116
  679. package/contracts/issuers/site-settings/index.ts +0 -585
  680. package/contracts/issuers/sites/index.ts +0 -32
  681. package/contracts/issuers/tasks/index.ts +0 -111
  682. package/contracts/issuers/trades/index.ts +0 -132
  683. package/contracts/issuers/transactions/index.ts +0 -158
  684. package/contracts/issuers/user-manuals/index.ts +0 -62
  685. package/contracts/issuers/user-settings/index.ts +0 -170
  686. package/contracts/issuers/users/index.ts +0 -126
  687. package/contracts/secondaries/accounts/index.ts +0 -58
  688. package/contracts/secondaries/index.ts +0 -23
  689. package/contracts/secondaries/secondary-customers/index.ts +0 -55
  690. package/contracts/secondaries/secondary-issuers/index.ts +0 -94
  691. package/contracts/secondaries/secondary-orders/index.ts +0 -56
  692. package/contracts/secondaries/secondary-securities/index.ts +0 -95
  693. package/contracts/secondaries/secondary-trades/index.ts +0 -56
  694. /package/common/types/{investorAccountIdSchema.type.ts → investorAccountIdSchema.type.d.ts} +0 -0
@@ -0,0 +1,537 @@
1
+ import { z } from 'zod';
2
+ import { PortalType } from './common.types';
3
+ export declare enum TaskStatus {
4
+ PENDING = "PENDING",
5
+ IN_PROGRESS = "IN_PROGRESS",
6
+ COMPLETED = "COMPLETED"
7
+ }
8
+ /**
9
+ * WARNING: Any changes to this enum must be reflected in the {@link TaskTypeForEmailMap}
10
+ */
11
+ export declare enum TaskType {
12
+ DOWNLOAD_SIGN = "DOWNLOAD_SIGN",
13
+ UPLOAD = "UPLOAD",
14
+ TODO = "TODO",
15
+ COMPLETE_SUBDOC = "COMPLETE_SUBDOC",
16
+ COMPLETE_KYC = "COMPLETE_KYC",
17
+ COMPLETE_INVESTOR_PROFILE = "COMPLETE_INVESTOR_PROFILE",
18
+ COMPLETE_AIC = "COMPLETE_AIC",
19
+ SIGN = "SIGN",
20
+ UPDATE_PAYMENT_METHOD = "UPDATE_PAYMENT_METHOD",
21
+ SUBMIT_PAYMENT = "SUBMIT_PAYMENT",
22
+ RE_UPLOAD_FILE = "RE_UPLOAD_FILE",
23
+ INVALID_DOB = "INVALID_DOB"
24
+ }
25
+ export declare enum TaskPriority {
26
+ LOW = "LOW",
27
+ MEDIUM = "MEDIUM",
28
+ HIGH = "HIGH",
29
+ URGENT = "URGENT"
30
+ }
31
+ export declare const taskIdSchema: z.ZodEffects<z.ZodString, string, string>;
32
+ export declare const TasksIncludeQuery: z.ZodObject<{
33
+ include: z.ZodEffects<z.ZodEffects<z.ZodOptional<z.ZodString>, string[], string | undefined>, string[], string | undefined>;
34
+ }, "strip", z.ZodTypeAny, {
35
+ include: string[];
36
+ }, {
37
+ include?: string | undefined;
38
+ }>;
39
+ export interface TasksIncludeQuery extends z.infer<typeof TasksIncludeQuery> {
40
+ }
41
+ export declare const TaskZod: z.ZodEffects<z.ZodObject<{
42
+ __entity: z.ZodOptional<z.ZodString>;
43
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
44
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
45
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
46
+ } & {
47
+ id: z.ZodEffects<z.ZodString, string, string>;
48
+ title: z.ZodString;
49
+ templateName: z.ZodNullable<z.ZodString>;
50
+ description: z.ZodNullable<z.ZodString>;
51
+ accountId: z.ZodNullable<z.ZodString>;
52
+ assigneeId: z.ZodNullable<z.ZodString>;
53
+ createdById: z.ZodString;
54
+ portalType: z.ZodNullable<z.ZodNativeEnum<typeof PortalType>>;
55
+ dueDate: z.ZodNullable<z.ZodDate>;
56
+ taskStatus: z.ZodNativeEnum<typeof TaskStatus>;
57
+ taskType: z.ZodNullable<z.ZodNativeEnum<typeof TaskType>>;
58
+ priority: z.ZodNullable<z.ZodNativeEnum<typeof TaskPriority>>;
59
+ isTemplate: z.ZodBoolean;
60
+ targetTable: z.ZodEnum<["KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES", ...("KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES")[]]>;
61
+ targetId: z.ZodString;
62
+ actionUrl: z.ZodNullable<z.ZodString>;
63
+ }, "strip", z.ZodTypeAny, {
64
+ id: string;
65
+ createdAt: string | Date;
66
+ updatedAt: string | Date;
67
+ deletedAt: string | Date | null;
68
+ accountId: string | null;
69
+ description: string | null;
70
+ title: string;
71
+ portalType: PortalType | null;
72
+ targetId: string;
73
+ targetTable: "KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES";
74
+ templateName: string | null;
75
+ assigneeId: string | null;
76
+ createdById: string;
77
+ dueDate: Date | null;
78
+ taskStatus: TaskStatus;
79
+ taskType: TaskType | null;
80
+ priority: TaskPriority | null;
81
+ isTemplate: boolean;
82
+ actionUrl: string | null;
83
+ __entity?: string | undefined;
84
+ }, {
85
+ id: string;
86
+ createdAt: string | Date;
87
+ updatedAt: string | Date;
88
+ deletedAt: string | Date | null;
89
+ accountId: string | null;
90
+ description: string | null;
91
+ title: string;
92
+ portalType: PortalType | null;
93
+ targetId: string;
94
+ targetTable: "KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES";
95
+ templateName: string | null;
96
+ assigneeId: string | null;
97
+ createdById: string;
98
+ dueDate: Date | null;
99
+ taskStatus: TaskStatus;
100
+ taskType: TaskType | null;
101
+ priority: TaskPriority | null;
102
+ isTemplate: boolean;
103
+ actionUrl: string | null;
104
+ __entity?: string | undefined;
105
+ }>, {
106
+ id: string;
107
+ createdAt: string | Date;
108
+ updatedAt: string | Date;
109
+ deletedAt: string | Date | null;
110
+ accountId: string | null;
111
+ description: string | null;
112
+ title: string;
113
+ portalType: PortalType | null;
114
+ targetId: string;
115
+ targetTable: "KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES";
116
+ templateName: string | null;
117
+ assigneeId: string | null;
118
+ createdById: string;
119
+ dueDate: Date | null;
120
+ taskStatus: TaskStatus;
121
+ taskType: TaskType | null;
122
+ priority: TaskPriority | null;
123
+ isTemplate: boolean;
124
+ actionUrl: string | null;
125
+ __entity?: string | undefined;
126
+ }, {
127
+ id: string;
128
+ createdAt: string | Date;
129
+ updatedAt: string | Date;
130
+ deletedAt: string | Date | null;
131
+ accountId: string | null;
132
+ description: string | null;
133
+ title: string;
134
+ portalType: PortalType | null;
135
+ targetId: string;
136
+ targetTable: "KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES";
137
+ templateName: string | null;
138
+ assigneeId: string | null;
139
+ createdById: string;
140
+ dueDate: Date | null;
141
+ taskStatus: TaskStatus;
142
+ taskType: TaskType | null;
143
+ priority: TaskPriority | null;
144
+ isTemplate: boolean;
145
+ actionUrl: string | null;
146
+ __entity?: string | undefined;
147
+ }>;
148
+ export type TaskZod = z.infer<typeof TaskZod>;
149
+ export declare const IPaginatedTask: z.ZodObject<{
150
+ items: z.ZodArray<z.ZodEffects<z.ZodObject<{
151
+ __entity: z.ZodOptional<z.ZodString>;
152
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
153
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
154
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
155
+ } & {
156
+ id: z.ZodEffects<z.ZodString, string, string>;
157
+ title: z.ZodString;
158
+ templateName: z.ZodNullable<z.ZodString>;
159
+ description: z.ZodNullable<z.ZodString>;
160
+ accountId: z.ZodNullable<z.ZodString>;
161
+ assigneeId: z.ZodNullable<z.ZodString>;
162
+ createdById: z.ZodString;
163
+ portalType: z.ZodNullable<z.ZodNativeEnum<typeof PortalType>>;
164
+ dueDate: z.ZodNullable<z.ZodDate>;
165
+ taskStatus: z.ZodNativeEnum<typeof TaskStatus>;
166
+ taskType: z.ZodNullable<z.ZodNativeEnum<typeof TaskType>>;
167
+ priority: z.ZodNullable<z.ZodNativeEnum<typeof TaskPriority>>;
168
+ isTemplate: z.ZodBoolean;
169
+ targetTable: z.ZodEnum<["KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES", ...("KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES")[]]>;
170
+ targetId: z.ZodString;
171
+ actionUrl: z.ZodNullable<z.ZodString>;
172
+ }, "strip", z.ZodTypeAny, {
173
+ id: string;
174
+ createdAt: string | Date;
175
+ updatedAt: string | Date;
176
+ deletedAt: string | Date | null;
177
+ accountId: string | null;
178
+ description: string | null;
179
+ title: string;
180
+ portalType: PortalType | null;
181
+ targetId: string;
182
+ targetTable: "KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES";
183
+ templateName: string | null;
184
+ assigneeId: string | null;
185
+ createdById: string;
186
+ dueDate: Date | null;
187
+ taskStatus: TaskStatus;
188
+ taskType: TaskType | null;
189
+ priority: TaskPriority | null;
190
+ isTemplate: boolean;
191
+ actionUrl: string | null;
192
+ __entity?: string | undefined;
193
+ }, {
194
+ id: string;
195
+ createdAt: string | Date;
196
+ updatedAt: string | Date;
197
+ deletedAt: string | Date | null;
198
+ accountId: string | null;
199
+ description: string | null;
200
+ title: string;
201
+ portalType: PortalType | null;
202
+ targetId: string;
203
+ targetTable: "KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES";
204
+ templateName: string | null;
205
+ assigneeId: string | null;
206
+ createdById: string;
207
+ dueDate: Date | null;
208
+ taskStatus: TaskStatus;
209
+ taskType: TaskType | null;
210
+ priority: TaskPriority | null;
211
+ isTemplate: boolean;
212
+ actionUrl: string | null;
213
+ __entity?: string | undefined;
214
+ }>, {
215
+ id: string;
216
+ createdAt: string | Date;
217
+ updatedAt: string | Date;
218
+ deletedAt: string | Date | null;
219
+ accountId: string | null;
220
+ description: string | null;
221
+ title: string;
222
+ portalType: PortalType | null;
223
+ targetId: string;
224
+ targetTable: "KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES";
225
+ templateName: string | null;
226
+ assigneeId: string | null;
227
+ createdById: string;
228
+ dueDate: Date | null;
229
+ taskStatus: TaskStatus;
230
+ taskType: TaskType | null;
231
+ priority: TaskPriority | null;
232
+ isTemplate: boolean;
233
+ actionUrl: string | null;
234
+ __entity?: string | undefined;
235
+ }, {
236
+ id: string;
237
+ createdAt: string | Date;
238
+ updatedAt: string | Date;
239
+ deletedAt: string | Date | null;
240
+ accountId: string | null;
241
+ description: string | null;
242
+ title: string;
243
+ portalType: PortalType | null;
244
+ targetId: string;
245
+ targetTable: "KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES";
246
+ templateName: string | null;
247
+ assigneeId: string | null;
248
+ createdById: string;
249
+ dueDate: Date | null;
250
+ taskStatus: TaskStatus;
251
+ taskType: TaskType | null;
252
+ priority: TaskPriority | null;
253
+ isTemplate: boolean;
254
+ actionUrl: string | null;
255
+ __entity?: string | undefined;
256
+ }>, "many">;
257
+ meta: z.ZodObject<{
258
+ itemCount: z.ZodNumber;
259
+ totalItems: z.ZodOptional<z.ZodNumber>;
260
+ itemsPerPage: z.ZodNumber;
261
+ totalPages: z.ZodOptional<z.ZodNumber>;
262
+ currentPage: z.ZodNumber;
263
+ }, "strip", z.ZodTypeAny, {
264
+ itemCount: number;
265
+ itemsPerPage: number;
266
+ currentPage: number;
267
+ totalItems?: number | undefined;
268
+ totalPages?: number | undefined;
269
+ }, {
270
+ itemCount: number;
271
+ itemsPerPage: number;
272
+ currentPage: number;
273
+ totalItems?: number | undefined;
274
+ totalPages?: number | undefined;
275
+ }>;
276
+ }, "strip", z.ZodTypeAny, {
277
+ items: {
278
+ id: string;
279
+ createdAt: string | Date;
280
+ updatedAt: string | Date;
281
+ deletedAt: string | Date | null;
282
+ accountId: string | null;
283
+ description: string | null;
284
+ title: string;
285
+ portalType: PortalType | null;
286
+ targetId: string;
287
+ targetTable: "KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES";
288
+ templateName: string | null;
289
+ assigneeId: string | null;
290
+ createdById: string;
291
+ dueDate: Date | null;
292
+ taskStatus: TaskStatus;
293
+ taskType: TaskType | null;
294
+ priority: TaskPriority | null;
295
+ isTemplate: boolean;
296
+ actionUrl: string | null;
297
+ __entity?: string | undefined;
298
+ }[];
299
+ meta: {
300
+ itemCount: number;
301
+ itemsPerPage: number;
302
+ currentPage: number;
303
+ totalItems?: number | undefined;
304
+ totalPages?: number | undefined;
305
+ };
306
+ }, {
307
+ items: {
308
+ id: string;
309
+ createdAt: string | Date;
310
+ updatedAt: string | Date;
311
+ deletedAt: string | Date | null;
312
+ accountId: string | null;
313
+ description: string | null;
314
+ title: string;
315
+ portalType: PortalType | null;
316
+ targetId: string;
317
+ targetTable: "KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES";
318
+ templateName: string | null;
319
+ assigneeId: string | null;
320
+ createdById: string;
321
+ dueDate: Date | null;
322
+ taskStatus: TaskStatus;
323
+ taskType: TaskType | null;
324
+ priority: TaskPriority | null;
325
+ isTemplate: boolean;
326
+ actionUrl: string | null;
327
+ __entity?: string | undefined;
328
+ }[];
329
+ meta: {
330
+ itemCount: number;
331
+ itemsPerPage: number;
332
+ currentPage: number;
333
+ totalItems?: number | undefined;
334
+ totalPages?: number | undefined;
335
+ };
336
+ }>;
337
+ export type IPaginatedTask = z.infer<typeof IPaginatedTask>;
338
+ export declare const PostTaskBody: z.ZodObject<{
339
+ title: z.ZodString;
340
+ description: z.ZodNullable<z.ZodString>;
341
+ accountId: z.ZodNullable<z.ZodEffects<z.ZodString, string, string>>;
342
+ assigneeId: z.ZodNullable<z.ZodEffects<z.ZodString, string, string>>;
343
+ portalType: z.ZodNullable<z.ZodNativeEnum<typeof PortalType>>;
344
+ dueDate: z.ZodNullable<z.ZodEffects<z.ZodEffects<z.ZodNullable<z.ZodString>, string | null, string | null>, Date | null, string | null>>;
345
+ taskStatus: z.ZodOptional<z.ZodNativeEnum<typeof TaskStatus>>;
346
+ taskType: z.ZodNullable<z.ZodNativeEnum<typeof TaskType>>;
347
+ priority: z.ZodNullable<z.ZodNativeEnum<typeof TaskPriority>>;
348
+ isTemplate: z.ZodBoolean;
349
+ targetTable: z.ZodEnum<["KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES", ...("KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES")[]]>;
350
+ targetId: z.ZodEffects<z.ZodString, string, string>;
351
+ actionUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
352
+ }, "strip", z.ZodTypeAny, {
353
+ accountId: string | null;
354
+ description: string | null;
355
+ title: string;
356
+ portalType: PortalType | null;
357
+ targetId: string;
358
+ targetTable: "KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES";
359
+ assigneeId: string | null;
360
+ dueDate: Date | null;
361
+ taskType: TaskType | null;
362
+ priority: TaskPriority | null;
363
+ isTemplate: boolean;
364
+ taskStatus?: TaskStatus | undefined;
365
+ actionUrl?: string | null | undefined;
366
+ }, {
367
+ accountId: string | null;
368
+ description: string | null;
369
+ title: string;
370
+ portalType: PortalType | null;
371
+ targetId: string;
372
+ targetTable: "KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES";
373
+ assigneeId: string | null;
374
+ dueDate: string | null;
375
+ taskType: TaskType | null;
376
+ priority: TaskPriority | null;
377
+ isTemplate: boolean;
378
+ taskStatus?: TaskStatus | undefined;
379
+ actionUrl?: string | null | undefined;
380
+ }>;
381
+ export type PostTaskBody = z.infer<typeof PostTaskBody>;
382
+ export declare const TaskFiltersZod: z.ZodObject<{
383
+ search: z.ZodOptional<z.ZodString>;
384
+ accountId: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
385
+ assigneeId: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
386
+ createdById: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
387
+ taskStatus: z.ZodOptional<z.ZodNativeEnum<typeof TaskStatus>>;
388
+ isTemplate: z.ZodEffects<z.ZodEffects<z.ZodOptional<z.ZodString>, string | undefined, string | undefined>, boolean | undefined, string | undefined>;
389
+ from: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodNullable<z.ZodString>, string | null, string | null>, Date | null, string | null>>;
390
+ to: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodNullable<z.ZodString>, string | null, string | null>, Date | null, string | null>>;
391
+ targetTable: z.ZodOptional<z.ZodEnum<["KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES", ...("KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES")[]]>>;
392
+ targetId: z.ZodEffects<z.ZodOptional<z.ZodString>, string | undefined, string | undefined>;
393
+ priority: z.ZodOptional<z.ZodNativeEnum<typeof TaskPriority>>;
394
+ taskType: z.ZodOptional<z.ZodNativeEnum<typeof TaskType>>;
395
+ }, "strip", z.ZodTypeAny, {
396
+ accountId?: string | undefined;
397
+ from?: Date | null | undefined;
398
+ to?: Date | null | undefined;
399
+ search?: string | undefined;
400
+ targetId?: string | undefined;
401
+ targetTable?: "KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES" | undefined;
402
+ assigneeId?: string | undefined;
403
+ createdById?: string | undefined;
404
+ taskStatus?: TaskStatus | undefined;
405
+ taskType?: TaskType | undefined;
406
+ priority?: TaskPriority | undefined;
407
+ isTemplate?: boolean | undefined;
408
+ }, {
409
+ accountId?: string | undefined;
410
+ from?: string | null | undefined;
411
+ to?: string | null | undefined;
412
+ search?: string | undefined;
413
+ targetId?: string | undefined;
414
+ targetTable?: "KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES" | undefined;
415
+ assigneeId?: string | undefined;
416
+ createdById?: string | undefined;
417
+ taskStatus?: TaskStatus | undefined;
418
+ taskType?: TaskType | undefined;
419
+ priority?: TaskPriority | undefined;
420
+ isTemplate?: string | undefined;
421
+ }>;
422
+ export type TaskFiltersZod = z.infer<typeof TaskFiltersZod>;
423
+ export declare const InvestorsTaskFiltersZod: z.ZodObject<Pick<{
424
+ search: z.ZodOptional<z.ZodString>;
425
+ accountId: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
426
+ assigneeId: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
427
+ createdById: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
428
+ taskStatus: z.ZodOptional<z.ZodNativeEnum<typeof TaskStatus>>;
429
+ isTemplate: z.ZodEffects<z.ZodEffects<z.ZodOptional<z.ZodString>, string | undefined, string | undefined>, boolean | undefined, string | undefined>;
430
+ from: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodNullable<z.ZodString>, string | null, string | null>, Date | null, string | null>>;
431
+ to: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodNullable<z.ZodString>, string | null, string | null>, Date | null, string | null>>;
432
+ targetTable: z.ZodOptional<z.ZodEnum<["KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES", ...("KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES")[]]>>;
433
+ targetId: z.ZodEffects<z.ZodOptional<z.ZodString>, string | undefined, string | undefined>;
434
+ priority: z.ZodOptional<z.ZodNativeEnum<typeof TaskPriority>>;
435
+ taskType: z.ZodOptional<z.ZodNativeEnum<typeof TaskType>>;
436
+ }, "from" | "to" | "search" | "taskStatus" | "taskType"> & {
437
+ isCompleted: z.ZodEffects<z.ZodEffects<z.ZodOptional<z.ZodString>, string | undefined, string | undefined>, boolean | undefined, string | undefined>;
438
+ }, "strip", z.ZodTypeAny, {
439
+ from?: Date | null | undefined;
440
+ to?: Date | null | undefined;
441
+ search?: string | undefined;
442
+ taskStatus?: TaskStatus | undefined;
443
+ taskType?: TaskType | undefined;
444
+ isCompleted?: boolean | undefined;
445
+ }, {
446
+ from?: string | null | undefined;
447
+ to?: string | null | undefined;
448
+ search?: string | undefined;
449
+ taskStatus?: TaskStatus | undefined;
450
+ taskType?: TaskType | undefined;
451
+ isCompleted?: string | undefined;
452
+ }>;
453
+ export declare const IssuersTaskFiltersZod: z.ZodObject<Omit<{
454
+ search: z.ZodOptional<z.ZodString>;
455
+ accountId: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
456
+ assigneeId: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
457
+ createdById: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
458
+ taskStatus: z.ZodOptional<z.ZodNativeEnum<typeof TaskStatus>>;
459
+ isTemplate: z.ZodEffects<z.ZodEffects<z.ZodOptional<z.ZodString>, string | undefined, string | undefined>, boolean | undefined, string | undefined>;
460
+ from: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodNullable<z.ZodString>, string | null, string | null>, Date | null, string | null>>;
461
+ to: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodNullable<z.ZodString>, string | null, string | null>, Date | null, string | null>>;
462
+ targetTable: z.ZodOptional<z.ZodEnum<["KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES", ...("KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES")[]]>>;
463
+ targetId: z.ZodEffects<z.ZodOptional<z.ZodString>, string | undefined, string | undefined>;
464
+ priority: z.ZodOptional<z.ZodNativeEnum<typeof TaskPriority>>;
465
+ taskType: z.ZodOptional<z.ZodNativeEnum<typeof TaskType>>;
466
+ }, "accountId" | "assigneeId">, "strip", z.ZodTypeAny, {
467
+ from?: Date | null | undefined;
468
+ to?: Date | null | undefined;
469
+ search?: string | undefined;
470
+ targetId?: string | undefined;
471
+ targetTable?: "KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES" | undefined;
472
+ createdById?: string | undefined;
473
+ taskStatus?: TaskStatus | undefined;
474
+ taskType?: TaskType | undefined;
475
+ priority?: TaskPriority | undefined;
476
+ isTemplate?: boolean | undefined;
477
+ }, {
478
+ from?: string | null | undefined;
479
+ to?: string | null | undefined;
480
+ search?: string | undefined;
481
+ targetId?: string | undefined;
482
+ targetTable?: "KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES" | undefined;
483
+ createdById?: string | undefined;
484
+ taskStatus?: TaskStatus | undefined;
485
+ taskType?: TaskType | undefined;
486
+ priority?: TaskPriority | undefined;
487
+ isTemplate?: string | undefined;
488
+ }>;
489
+ export type IssuersTaskFiltersZod = z.infer<typeof IssuersTaskFiltersZod>;
490
+ export declare const PatchTaskZod: z.ZodObject<{
491
+ assigneeId: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
492
+ dueDate: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodNullable<z.ZodString>, string | null, string | null>, Date | null, string | null>>;
493
+ taskStatus: z.ZodOptional<z.ZodNativeEnum<typeof TaskStatus>>;
494
+ }, "strip", z.ZodTypeAny, {
495
+ assigneeId?: string | undefined;
496
+ dueDate?: Date | null | undefined;
497
+ taskStatus?: TaskStatus | undefined;
498
+ }, {
499
+ assigneeId?: string | undefined;
500
+ dueDate?: string | null | undefined;
501
+ taskStatus?: TaskStatus | undefined;
502
+ }>;
503
+ export type PatchTaskZod = z.infer<typeof PatchTaskZod>;
504
+ export declare const PatchInvestorTaskZod: z.ZodObject<Omit<{
505
+ assigneeId: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
506
+ dueDate: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodNullable<z.ZodString>, string | null, string | null>, Date | null, string | null>>;
507
+ taskStatus: z.ZodOptional<z.ZodNativeEnum<typeof TaskStatus>>;
508
+ }, "assigneeId">, "strip", z.ZodTypeAny, {
509
+ dueDate?: Date | null | undefined;
510
+ taskStatus?: TaskStatus | undefined;
511
+ }, {
512
+ dueDate?: string | null | undefined;
513
+ taskStatus?: TaskStatus | undefined;
514
+ }>;
515
+ export type PatchInvestorTaskZod = z.infer<typeof PatchInvestorTaskZod>;
516
+ export declare const MarkTaskAsDoneZod: z.ZodObject<{
517
+ message: z.ZodString;
518
+ }, "strip", z.ZodTypeAny, {
519
+ message: string;
520
+ }, {
521
+ message: string;
522
+ }>;
523
+ export type MarkTaskAsDoneZod = z.infer<typeof MarkTaskAsDoneZod>;
524
+ export declare const TaskTypeForEmailMap: {
525
+ DOWNLOAD_SIGN: string;
526
+ UPLOAD: string;
527
+ TODO: string;
528
+ COMPLETE_KYC: string;
529
+ SIGN: string;
530
+ UPDATE_PAYMENT_METHOD: string;
531
+ COMPLETE_INVESTOR_PROFILE: string;
532
+ COMPLETE_SUBDOC: string;
533
+ SUBMIT_PAYMENT: string;
534
+ RE_UPLOAD_FILE: string;
535
+ COMPLETE_AIC: string;
536
+ INVALID_DOB: string;
537
+ };