@dalmore/api-contracts 0.0.0-dev.0800e07

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 (410) hide show
  1. package/README.md +83 -0
  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 +583 -0
  24. package/common/types/activity.types.js +251 -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 +1100 -0
  42. package/common/types/asset.types.js +353 -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 +991 -0
  51. package/common/types/bonus-tier.types.js +166 -0
  52. package/common/types/bonus-tier.types.js.map +1 -0
  53. package/common/types/cap-table.types.d.ts +1139 -0
  54. package/common/types/cap-table.types.js +423 -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 +1524 -0
  66. package/common/types/common.types.js +1449 -0
  67. package/common/types/common.types.js.map +1 -0
  68. package/common/types/comply-advantage-api.types.d.ts +3626 -0
  69. package/common/types/comply-advantage-api.types.js +291 -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 +2564 -0
  108. package/common/types/disbursements.types.js +345 -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 +415 -0
  123. package/common/types/escrow-account.types.js +78 -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 +405 -0
  135. package/common/types/file.types.js +380 -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.d.ts +51 -0
  144. package/common/types/index.js +53 -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 +503 -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.d.ts +0 -0
  153. package/common/types/investorAccountIdSchema.type.js +1 -0
  154. package/common/types/investorAccountIdSchema.type.js.map +1 -0
  155. package/common/types/investors-offering.types.d.ts +391 -0
  156. package/common/types/investors-offering.types.js +49 -0
  157. package/common/types/investors-offering.types.js.map +1 -0
  158. package/common/types/invite.types.d.ts +641 -0
  159. package/common/types/invite.types.js +113 -0
  160. package/common/types/invite.types.js.map +1 -0
  161. package/common/types/issuer-bank-account.types.d.ts +113 -0
  162. package/common/types/issuer-bank-account.types.js +81 -0
  163. package/common/types/issuer-bank-account.types.js.map +1 -0
  164. package/common/types/issuer-offering.types.d.ts +1904 -0
  165. package/common/types/issuer-offering.types.js +455 -0
  166. package/common/types/issuer-offering.types.js.map +1 -0
  167. package/common/types/issuer-payment-method.types.d.ts +1100 -0
  168. package/common/types/issuer-payment-method.types.js +311 -0
  169. package/common/types/issuer-payment-method.types.js.map +1 -0
  170. package/common/types/issuer.types.d.ts +539 -0
  171. package/common/types/issuer.types.js +275 -0
  172. package/common/types/issuer.types.js.map +1 -0
  173. package/common/types/job-item.types.d.ts +230 -0
  174. package/common/types/job-item.types.js +89 -0
  175. package/common/types/job-item.types.js.map +1 -0
  176. package/common/types/jobs.types.d.ts +296 -0
  177. package/common/types/jobs.types.js +150 -0
  178. package/common/types/jobs.types.js.map +1 -0
  179. package/common/types/kyb.types.d.ts +167 -0
  180. package/common/types/kyb.types.js +45 -0
  181. package/common/types/kyb.types.js.map +1 -0
  182. package/common/types/kyc.types.d.ts +2197 -0
  183. package/common/types/kyc.types.js +301 -0
  184. package/common/types/kyc.types.js.map +1 -0
  185. package/common/types/legal-entity.types.d.ts +638 -0
  186. package/common/types/legal-entity.types.js +148 -0
  187. package/common/types/legal-entity.types.js.map +1 -0
  188. package/common/types/login-history.types.d.ts +160 -0
  189. package/common/types/login-history.types.js +39 -0
  190. package/common/types/login-history.types.js.map +1 -0
  191. package/common/types/mail-template.types.d.ts +595 -0
  192. package/common/types/mail-template.types.js +401 -0
  193. package/common/types/mail-template.types.js.map +1 -0
  194. package/common/types/north-cap-integration.types.d.ts +1303 -0
  195. package/common/types/north-cap-integration.types.js +145 -0
  196. package/common/types/north-cap-integration.types.js.map +1 -0
  197. package/common/types/note.types.d.ts +216 -0
  198. package/common/types/note.types.js +82 -0
  199. package/common/types/note.types.js.map +1 -0
  200. package/common/types/notification.types.d.ts +2689 -0
  201. package/common/types/notification.types.js +408 -0
  202. package/common/types/notification.types.js.map +1 -0
  203. package/common/types/notion-api.types.d.ts +3626 -0
  204. package/common/types/notion-api.types.js +271 -0
  205. package/common/types/notion-api.types.js.map +1 -0
  206. package/common/types/notion-database.types.d.ts +191 -0
  207. package/common/types/notion-database.types.js +95 -0
  208. package/common/types/notion-database.types.js.map +1 -0
  209. package/common/types/notion-page.types.d.ts +3482 -0
  210. package/common/types/notion-page.types.js +208 -0
  211. package/common/types/notion-page.types.js.map +1 -0
  212. package/common/types/offering-reports.types.d.ts +525 -0
  213. package/common/types/offering-reports.types.js +111 -0
  214. package/common/types/offering-reports.types.js.map +1 -0
  215. package/common/types/offering-submission.types.d.ts +785 -0
  216. package/common/types/offering-submission.types.js +291 -0
  217. package/common/types/offering-submission.types.js.map +1 -0
  218. package/common/types/offering.types.d.ts +2615 -0
  219. package/common/types/offering.types.js +602 -0
  220. package/common/types/offering.types.js.map +1 -0
  221. package/common/types/page-revision.types.d.ts +74 -0
  222. package/common/types/page-revision.types.js +68 -0
  223. package/common/types/page-revision.types.js.map +1 -0
  224. package/common/types/page.types.d.ts +540 -0
  225. package/common/types/page.types.js +361 -0
  226. package/common/types/page.types.js.map +1 -0
  227. package/common/types/password.type.d.ts +2 -0
  228. package/common/types/password.type.js +14 -0
  229. package/common/types/password.type.js.map +1 -0
  230. package/common/types/payment-methods.types.d.ts +800 -0
  231. package/common/types/payment-methods.types.js +260 -0
  232. package/common/types/payment-methods.types.js.map +1 -0
  233. package/common/types/phone.type.d.ts +12 -0
  234. package/common/types/phone.type.js +29 -0
  235. package/common/types/phone.type.js.map +1 -0
  236. package/common/types/portfolio.types.d.ts +185 -0
  237. package/common/types/portfolio.types.js +36 -0
  238. package/common/types/portfolio.types.js.map +1 -0
  239. package/common/types/privacy-policy-and-tos.types.d.ts +2 -0
  240. package/common/types/privacy-policy-and-tos.types.js +231 -0
  241. package/common/types/privacy-policy-and-tos.types.js.map +1 -0
  242. package/common/types/queue.types.d.ts +22 -0
  243. package/common/types/queue.types.js +73 -0
  244. package/common/types/queue.types.js.map +1 -0
  245. package/common/types/registered-reps.types.d.ts +6 -0
  246. package/common/types/registered-reps.types.js +21 -0
  247. package/common/types/registered-reps.types.js.map +1 -0
  248. package/common/types/rejection-reasons.types.d.ts +35 -0
  249. package/common/types/rejection-reasons.types.js +49 -0
  250. package/common/types/rejection-reasons.types.js.map +1 -0
  251. package/common/types/reports.types.d.ts +345 -0
  252. package/common/types/reports.types.js +69 -0
  253. package/common/types/reports.types.js.map +1 -0
  254. package/common/types/review.types.d.ts +419 -0
  255. package/common/types/review.types.js +101 -0
  256. package/common/types/review.types.js.map +1 -0
  257. package/common/types/role.types.d.ts +30 -0
  258. package/common/types/role.types.js +21 -0
  259. package/common/types/role.types.js.map +1 -0
  260. package/common/types/secondary-customer.types.d.ts +586 -0
  261. package/common/types/secondary-customer.types.js +39 -0
  262. package/common/types/secondary-customer.types.js.map +1 -0
  263. package/common/types/secondary-issuer.types.d.ts +283 -0
  264. package/common/types/secondary-issuer.types.js +37 -0
  265. package/common/types/secondary-issuer.types.js.map +1 -0
  266. package/common/types/secondary-order.types.d.ts +508 -0
  267. package/common/types/secondary-order.types.js +40 -0
  268. package/common/types/secondary-order.types.js.map +1 -0
  269. package/common/types/secondary-security.types.d.ts +175 -0
  270. package/common/types/secondary-security.types.js +45 -0
  271. package/common/types/secondary-security.types.js.map +1 -0
  272. package/common/types/secondary-trade.entity.d.ts +16 -0
  273. package/common/types/secondary-trade.entity.js +12 -0
  274. package/common/types/secondary-trade.entity.js.map +1 -0
  275. package/common/types/secondary-trade.types.d.ts +465 -0
  276. package/common/types/secondary-trade.types.js +61 -0
  277. package/common/types/secondary-trade.types.js.map +1 -0
  278. package/common/types/secure-request.types.d.ts +171 -0
  279. package/common/types/secure-request.types.js +51 -0
  280. package/common/types/secure-request.types.js.map +1 -0
  281. package/common/types/signer.types.d.ts +3406 -0
  282. package/common/types/signer.types.js +532 -0
  283. package/common/types/signer.types.js.map +1 -0
  284. package/common/types/site-link.types.d.ts +875 -0
  285. package/common/types/site-link.types.js +126 -0
  286. package/common/types/site-link.types.js.map +1 -0
  287. package/common/types/site-settings.types.d.ts +1673 -0
  288. package/common/types/site-settings.types.js +500 -0
  289. package/common/types/site-settings.types.js.map +1 -0
  290. package/common/types/site.types.d.ts +1481 -0
  291. package/common/types/site.types.js +213 -0
  292. package/common/types/site.types.js.map +1 -0
  293. package/common/types/sms.types.d.ts +40 -0
  294. package/common/types/sms.types.js +27 -0
  295. package/common/types/sms.types.js.map +1 -0
  296. package/common/types/state-machine.types.d.ts +591 -0
  297. package/common/types/state-machine.types.js +144 -0
  298. package/common/types/state-machine.types.js.map +1 -0
  299. package/common/types/states.types.d.ts +77 -0
  300. package/common/types/states.types.js +137 -0
  301. package/common/types/states.types.js.map +1 -0
  302. package/common/types/subdoc-preview.types.d.ts +379 -0
  303. package/common/types/subdoc-preview.types.js +24 -0
  304. package/common/types/subdoc-preview.types.js.map +1 -0
  305. package/common/types/task.types.d.ts +537 -0
  306. package/common/types/task.types.js +211 -0
  307. package/common/types/task.types.js.map +1 -0
  308. package/common/types/trade-adjustment.type.d.ts +40 -0
  309. package/common/types/trade-adjustment.type.js +26 -0
  310. package/common/types/trade-adjustment.type.js.map +1 -0
  311. package/common/types/trade-line-item.types.d.ts +329 -0
  312. package/common/types/trade-line-item.types.js +100 -0
  313. package/common/types/trade-line-item.types.js.map +1 -0
  314. package/common/types/trade.types.d.ts +2006 -0
  315. package/common/types/trade.types.js +789 -0
  316. package/common/types/trade.types.js.map +1 -0
  317. package/common/types/transaction.types.d.ts +454 -0
  318. package/common/types/transaction.types.js +174 -0
  319. package/common/types/transaction.types.js.map +1 -0
  320. package/common/types/trusted-contact.types.d.ts +440 -0
  321. package/common/types/trusted-contact.types.js +95 -0
  322. package/common/types/trusted-contact.types.js.map +1 -0
  323. package/common/types/typography.types.d.ts +52 -0
  324. package/common/types/typography.types.js +67 -0
  325. package/common/types/typography.types.js.map +1 -0
  326. package/common/types/user-manual.types.d.ts +287 -0
  327. package/common/types/user-manual.types.js +192 -0
  328. package/common/types/user-manual.types.js.map +1 -0
  329. package/common/types/user-setting.types.d.ts +273 -0
  330. package/common/types/user-setting.types.js +85 -0
  331. package/common/types/user-setting.types.js.map +1 -0
  332. package/common/types/user.types.d.ts +1980 -0
  333. package/common/types/user.types.js +241 -0
  334. package/common/types/user.types.js.map +1 -0
  335. package/common/types/webhook.types.d.ts +10829 -0
  336. package/common/types/webhook.types.js +658 -0
  337. package/common/types/webhook.types.js.map +1 -0
  338. package/common/types/zip.type.d.ts +35 -0
  339. package/common/types/zip.type.js +28 -0
  340. package/common/types/zip.type.js.map +1 -0
  341. package/contracts/clients/accounts/index.d.ts +308 -0
  342. package/contracts/clients/accounts/index.js +43 -0
  343. package/contracts/clients/accounts/index.js.map +1 -0
  344. package/contracts/clients/aic/index.d.ts +280 -0
  345. package/contracts/clients/aic/index.js +47 -0
  346. package/contracts/clients/aic/index.js.map +1 -0
  347. package/contracts/clients/api-key-logs/index.d.ts +287 -0
  348. package/contracts/clients/api-key-logs/index.js +37 -0
  349. package/contracts/clients/api-key-logs/index.js.map +1 -0
  350. package/contracts/clients/api-keys/index.d.ts +374 -0
  351. package/contracts/clients/api-keys/index.js +59 -0
  352. package/contracts/clients/api-keys/index.js.map +1 -0
  353. package/contracts/clients/assets/index.d.ts +1050 -0
  354. package/contracts/clients/assets/index.js +80 -0
  355. package/contracts/clients/assets/index.js.map +1 -0
  356. package/contracts/clients/auth/index.d.ts +236 -0
  357. package/contracts/clients/auth/index.js +38 -0
  358. package/contracts/clients/auth/index.js.map +1 -0
  359. package/contracts/clients/cart/index.d.ts +229 -0
  360. package/contracts/clients/cart/index.js +63 -0
  361. package/contracts/clients/cart/index.js.map +1 -0
  362. package/contracts/clients/files/index.d.ts +552 -0
  363. package/contracts/clients/files/index.js +142 -0
  364. package/contracts/clients/files/index.js.map +1 -0
  365. package/contracts/clients/files-public/index.d.ts +552 -0
  366. package/contracts/clients/files-public/index.js +142 -0
  367. package/contracts/clients/files-public/index.js.map +1 -0
  368. package/contracts/clients/index.d.ts +12720 -0
  369. package/contracts/clients/index.js +52 -0
  370. package/contracts/clients/index.js.map +1 -0
  371. package/contracts/clients/individuals/index.d.ts +3199 -0
  372. package/contracts/clients/individuals/index.js +74 -0
  373. package/contracts/clients/individuals/index.js.map +1 -0
  374. package/contracts/clients/investor-accounts/index.d.ts +339 -0
  375. package/contracts/clients/investor-accounts/index.js +73 -0
  376. package/contracts/clients/investor-accounts/index.js.map +1 -0
  377. package/contracts/clients/issuer-payment-methods/index.d.ts +276 -0
  378. package/contracts/clients/issuer-payment-methods/index.js +24 -0
  379. package/contracts/clients/issuer-payment-methods/index.js.map +1 -0
  380. package/contracts/clients/issuers/index.d.ts +449 -0
  381. package/contracts/clients/issuers/index.js +75 -0
  382. package/contracts/clients/issuers/index.js.map +1 -0
  383. package/contracts/clients/kyc/index.d.ts +345 -0
  384. package/contracts/clients/kyc/index.js +49 -0
  385. package/contracts/clients/kyc/index.js.map +1 -0
  386. package/contracts/clients/legal-entities/index.d.ts +887 -0
  387. package/contracts/clients/legal-entities/index.js +74 -0
  388. package/contracts/clients/legal-entities/index.js.map +1 -0
  389. package/contracts/clients/offerings/index.d.ts +983 -0
  390. package/contracts/clients/offerings/index.js +95 -0
  391. package/contracts/clients/offerings/index.js.map +1 -0
  392. package/contracts/clients/payment-methods/index.d.ts +456 -0
  393. package/contracts/clients/payment-methods/index.js +68 -0
  394. package/contracts/clients/payment-methods/index.js.map +1 -0
  395. package/contracts/clients/secure-requests/index.d.ts +100 -0
  396. package/contracts/clients/secure-requests/index.js +22 -0
  397. package/contracts/clients/secure-requests/index.js.map +1 -0
  398. package/contracts/clients/sites/index.d.ts +657 -0
  399. package/contracts/clients/sites/index.js +40 -0
  400. package/contracts/clients/sites/index.js.map +1 -0
  401. package/contracts/clients/trade-line-items/index.d.ts +216 -0
  402. package/contracts/clients/trade-line-items/index.js +47 -0
  403. package/contracts/clients/trade-line-items/index.js.map +1 -0
  404. package/contracts/clients/trades/index.d.ts +871 -0
  405. package/contracts/clients/trades/index.js +156 -0
  406. package/contracts/clients/trades/index.js.map +1 -0
  407. package/contracts/clients/transactions/index.d.ts +88 -0
  408. package/contracts/clients/transactions/index.js +25 -0
  409. package/contracts/clients/transactions/index.js.map +1 -0
  410. package/package.json +68 -0
@@ -0,0 +1,583 @@
1
+ import { z } from 'zod';
2
+ /**
3
+ * WARNING!!!
4
+ * ANY CHANGES TO:
5
+ * - ActivityTypeCategory
6
+ * - ActivityTypeResource
7
+ * - ActivityTypeAction
8
+ * Will require a migration to add the new combinations to the database. See activity-type.entity.ts
9
+ * Also, previous migrations will have to be updated to prevent the new combination from being seeded before the new migration introduces it.
10
+ * see: SeedActivityActionTable1733789494520
11
+ * This is required only for backwards compatibility when developing locally and e2e tests.
12
+ */
13
+ export declare enum ActivityTypeCategory {
14
+ CLIENT = "CLIENT",
15
+ INVESTOR = "INVESTOR",
16
+ COMPLIANCE = "COMPLIANCE",
17
+ ISSUER = "ISSUER"
18
+ }
19
+ export declare const CategoryMap: {
20
+ [key: string]: ActivityTypeCategory;
21
+ };
22
+ export declare enum ActivityTypeResource {
23
+ KYCS = "KYCS",
24
+ KYBS = "KYBS",
25
+ INDIVIDUALS = "INDIVIDUALS",
26
+ LEGAL_ENTITIES = "LEGAL_ENTITIES",
27
+ INVESTOR_ACCOUNTS = "INVESTOR_ACCOUNTS",
28
+ TRADES = "TRADES",
29
+ OFFERINGS = "OFFERINGS",
30
+ ISSUERS = "ISSUERS",
31
+ COVERED_PERSONS = "COVERED_PERSONS",
32
+ PAYMENT_METHODS = "PAYMENT_METHODS",
33
+ NOTES = "NOTES",
34
+ USERS = "USERS",
35
+ ACCOUNTS = "ACCOUNTS",
36
+ FILES = "FILES",
37
+ PAGES = "PAGES",
38
+ AMLS = "AMLS",
39
+ DISBURSEMENTS = "DISBURSEMENTS",
40
+ DISBURSEMENT_REVIEWS = "DISBURSEMENT_REVIEWS",
41
+ TRADE_LINE_ITEMS = "TRADE_LINE_ITEMS",
42
+ TRANSACTIONS = "TRANSACTIONS",
43
+ AICS = "AICS",
44
+ SITES = "SITES",
45
+ THEMES = "THEMES",
46
+ THEME_SETTINGS = "THEME_SETTINGS",
47
+ CAP_TABLES = "CAP_TABLES",
48
+ EMAIL_THEMES = "EMAIL_THEMES",
49
+ EMAIL_THEME_SETTINGS = "EMAIL_THEME_SETTINGS"
50
+ }
51
+ export declare const ResourceMap: {
52
+ [key: string]: ActivityTypeResource;
53
+ };
54
+ /**
55
+ * WARNING!!!
56
+ * ANY CHANGES TO:
57
+ * - ActivityTypeAction
58
+ * Will require a migration to add the new combinations to the database. See activity-type.entity.ts
59
+ * Also, previous migrations will have to be updated to prevent the new combination from being seeded before the new migration introduces it.
60
+ * see:
61
+ * SeedActivityActionTable1733789494520
62
+ * SeedActivityResourceTableFiles1735884938590
63
+ * SeedAmlPagesInActivityTypes1740995815856
64
+ * SeedActivityResourceTypeDisbursement1742689286845
65
+ * SeedActivityResourceTradeLineItem1746449328700
66
+ * SeedActivityReset2faAction1746791323564
67
+ * SeedActivityResourceUserCombinations1747289941817
68
+ * AddedResubmitActivityType1747999619404
69
+ * AddedDeclinedAndSignedActivityAction1748011929459
70
+ * SeedActivityResourceTypeDisbursementReview1753945998383
71
+ * SeedActivityResourceTypeTransaction1754457409040
72
+ * AddedAicTargetTable1756265520122
73
+ * AddedReporcessActivityTypeAction1758023244400
74
+ * AddedActivityActionSave1761715000038
75
+ * AddedAcceptedActivityAction1762848949484
76
+ */
77
+ export declare enum ActivityTypeAction {
78
+ CREATE = "CREATE",
79
+ UPDATE = "UPDATE",
80
+ DELETE = "DELETE",
81
+ IMPORT = "IMPORT",
82
+ APPROVED = "APPROVED",
83
+ REJECTED = "REJECTED",
84
+ SUBMITTED = "SUBMITTED",
85
+ DECLINED = "DECLINED",
86
+ SIGNED = "SIGNED",
87
+ COMPLETED = "COMPLETED",
88
+ RE_SIGN = "RE_SIGN",
89
+ RESUBMIT = "RESUBMIT",
90
+ RESET_2FA = "RESET_2FA",
91
+ LOGIN = "LOGIN",
92
+ RESET_PASSWORD = "RESET_PASSWORD",
93
+ TWO_FACTOR_LOGIN = "TWO_FACTOR_LOGIN",
94
+ FORGOT_PASSWORD = "FORGOT_PASSWORD",
95
+ RE_PROCESS = "RE_PROCESS",
96
+ SAVE = "SAVE",
97
+ ACCEPTED = "ACCEPTED",
98
+ JOIN = "JOIN",
99
+ RESTORE = "RESTORE"
100
+ }
101
+ export declare const MethodMap: {
102
+ [key: string]: ActivityTypeAction;
103
+ };
104
+ export declare const activityIdSchema: z.ZodEffects<z.ZodString, string, string>;
105
+ export declare const UserLoginForActivityZod: z.ZodObject<{
106
+ id: z.ZodString;
107
+ firstName: z.ZodString;
108
+ lastName: z.ZodString;
109
+ email: z.ZodString;
110
+ __entity: z.ZodOptional<z.ZodString>;
111
+ }, "strip", z.ZodTypeAny, {
112
+ id: string;
113
+ firstName: string;
114
+ lastName: string;
115
+ email: string;
116
+ __entity?: string | undefined;
117
+ }, {
118
+ id: string;
119
+ firstName: string;
120
+ lastName: string;
121
+ email: string;
122
+ __entity?: string | undefined;
123
+ }>;
124
+ export declare const ActivityZod: z.ZodObject<{
125
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
126
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
127
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
128
+ } & {
129
+ id: z.ZodEffects<z.ZodString, string, string>;
130
+ message: z.ZodString;
131
+ 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" | "EMAIL_THEMES" | "EMAIL_THEME_SETTINGS", ...("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" | "EMAIL_THEMES" | "EMAIL_THEME_SETTINGS")[]]>;
132
+ targetId: z.ZodString;
133
+ userId: z.ZodNullable<z.ZodString>;
134
+ activityTypeId: z.ZodString;
135
+ accountId: z.ZodNullable<z.ZodString>;
136
+ user: z.ZodNullable<z.ZodObject<{
137
+ id: z.ZodString;
138
+ roleId: z.ZodNullable<z.ZodString>;
139
+ accountId: z.ZodNullable<z.ZodString>;
140
+ userLogin: z.ZodObject<{
141
+ id: z.ZodString;
142
+ firstName: z.ZodString;
143
+ lastName: z.ZodString;
144
+ email: z.ZodString;
145
+ __entity: z.ZodOptional<z.ZodString>;
146
+ }, "strip", z.ZodTypeAny, {
147
+ id: string;
148
+ firstName: string;
149
+ lastName: string;
150
+ email: string;
151
+ __entity?: string | undefined;
152
+ }, {
153
+ id: string;
154
+ firstName: string;
155
+ lastName: string;
156
+ email: string;
157
+ __entity?: string | undefined;
158
+ }>;
159
+ __entity: z.ZodOptional<z.ZodString>;
160
+ }, "strip", z.ZodTypeAny, {
161
+ id: string;
162
+ accountId: string | null;
163
+ roleId: string | null;
164
+ userLogin: {
165
+ id: string;
166
+ firstName: string;
167
+ lastName: string;
168
+ email: string;
169
+ __entity?: string | undefined;
170
+ };
171
+ __entity?: string | undefined;
172
+ }, {
173
+ id: string;
174
+ accountId: string | null;
175
+ roleId: string | null;
176
+ userLogin: {
177
+ id: string;
178
+ firstName: string;
179
+ lastName: string;
180
+ email: string;
181
+ __entity?: string | undefined;
182
+ };
183
+ __entity?: string | undefined;
184
+ }>>;
185
+ activityType: z.ZodObject<{
186
+ id: z.ZodString;
187
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
188
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
189
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
190
+ } & {
191
+ category: z.ZodNativeEnum<typeof ActivityTypeCategory>;
192
+ resource: 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" | "EMAIL_THEMES" | "EMAIL_THEME_SETTINGS", ...("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" | "EMAIL_THEMES" | "EMAIL_THEME_SETTINGS")[]]>;
193
+ action: z.ZodNativeEnum<typeof ActivityTypeAction>;
194
+ __entity: z.ZodOptional<z.ZodString>;
195
+ }, "strip", z.ZodTypeAny, {
196
+ id: string;
197
+ createdAt: string | Date;
198
+ updatedAt: string | Date;
199
+ deletedAt: string | Date | null;
200
+ category: ActivityTypeCategory;
201
+ action: ActivityTypeAction;
202
+ resource: "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" | "EMAIL_THEMES" | "EMAIL_THEME_SETTINGS";
203
+ __entity?: string | undefined;
204
+ }, {
205
+ id: string;
206
+ createdAt: string | Date;
207
+ updatedAt: string | Date;
208
+ deletedAt: string | Date | null;
209
+ category: ActivityTypeCategory;
210
+ action: ActivityTypeAction;
211
+ resource: "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" | "EMAIL_THEMES" | "EMAIL_THEME_SETTINGS";
212
+ __entity?: string | undefined;
213
+ }>;
214
+ targetObject: z.ZodOptional<z.ZodNullable<z.ZodString>>;
215
+ __entity: z.ZodOptional<z.ZodString>;
216
+ }, "strip", z.ZodTypeAny, {
217
+ message: string;
218
+ id: string;
219
+ createdAt: string | Date;
220
+ updatedAt: string | Date;
221
+ deletedAt: string | Date | null;
222
+ accountId: string | null;
223
+ user: {
224
+ id: string;
225
+ accountId: string | null;
226
+ roleId: string | null;
227
+ userLogin: {
228
+ id: string;
229
+ firstName: string;
230
+ lastName: string;
231
+ email: string;
232
+ __entity?: string | undefined;
233
+ };
234
+ __entity?: string | undefined;
235
+ } | null;
236
+ userId: string | null;
237
+ activityType: {
238
+ id: string;
239
+ createdAt: string | Date;
240
+ updatedAt: string | Date;
241
+ deletedAt: string | Date | null;
242
+ category: ActivityTypeCategory;
243
+ action: ActivityTypeAction;
244
+ resource: "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" | "EMAIL_THEMES" | "EMAIL_THEME_SETTINGS";
245
+ __entity?: string | undefined;
246
+ };
247
+ targetId: string;
248
+ 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" | "EMAIL_THEMES" | "EMAIL_THEME_SETTINGS";
249
+ activityTypeId: string;
250
+ __entity?: string | undefined;
251
+ targetObject?: string | null | undefined;
252
+ }, {
253
+ message: string;
254
+ id: string;
255
+ createdAt: string | Date;
256
+ updatedAt: string | Date;
257
+ deletedAt: string | Date | null;
258
+ accountId: string | null;
259
+ user: {
260
+ id: string;
261
+ accountId: string | null;
262
+ roleId: string | null;
263
+ userLogin: {
264
+ id: string;
265
+ firstName: string;
266
+ lastName: string;
267
+ email: string;
268
+ __entity?: string | undefined;
269
+ };
270
+ __entity?: string | undefined;
271
+ } | null;
272
+ userId: string | null;
273
+ activityType: {
274
+ id: string;
275
+ createdAt: string | Date;
276
+ updatedAt: string | Date;
277
+ deletedAt: string | Date | null;
278
+ category: ActivityTypeCategory;
279
+ action: ActivityTypeAction;
280
+ resource: "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" | "EMAIL_THEMES" | "EMAIL_THEME_SETTINGS";
281
+ __entity?: string | undefined;
282
+ };
283
+ targetId: string;
284
+ 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" | "EMAIL_THEMES" | "EMAIL_THEME_SETTINGS";
285
+ activityTypeId: string;
286
+ __entity?: string | undefined;
287
+ targetObject?: string | null | undefined;
288
+ }>;
289
+ export type ActivityZod = z.infer<typeof ActivityZod>;
290
+ export declare const IPaginatedActivity: z.ZodObject<{
291
+ items: z.ZodArray<z.ZodObject<{
292
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
293
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
294
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
295
+ } & {
296
+ id: z.ZodEffects<z.ZodString, string, string>;
297
+ message: z.ZodString;
298
+ 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" | "EMAIL_THEMES" | "EMAIL_THEME_SETTINGS", ...("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" | "EMAIL_THEMES" | "EMAIL_THEME_SETTINGS")[]]>;
299
+ targetId: z.ZodString;
300
+ userId: z.ZodNullable<z.ZodString>;
301
+ activityTypeId: z.ZodString;
302
+ accountId: z.ZodNullable<z.ZodString>;
303
+ user: z.ZodNullable<z.ZodObject<{
304
+ id: z.ZodString;
305
+ roleId: z.ZodNullable<z.ZodString>;
306
+ accountId: z.ZodNullable<z.ZodString>;
307
+ userLogin: z.ZodObject<{
308
+ id: z.ZodString;
309
+ firstName: z.ZodString;
310
+ lastName: z.ZodString;
311
+ email: z.ZodString;
312
+ __entity: z.ZodOptional<z.ZodString>;
313
+ }, "strip", z.ZodTypeAny, {
314
+ id: string;
315
+ firstName: string;
316
+ lastName: string;
317
+ email: string;
318
+ __entity?: string | undefined;
319
+ }, {
320
+ id: string;
321
+ firstName: string;
322
+ lastName: string;
323
+ email: string;
324
+ __entity?: string | undefined;
325
+ }>;
326
+ __entity: z.ZodOptional<z.ZodString>;
327
+ }, "strip", z.ZodTypeAny, {
328
+ id: string;
329
+ accountId: string | null;
330
+ roleId: string | null;
331
+ userLogin: {
332
+ id: string;
333
+ firstName: string;
334
+ lastName: string;
335
+ email: string;
336
+ __entity?: string | undefined;
337
+ };
338
+ __entity?: string | undefined;
339
+ }, {
340
+ id: string;
341
+ accountId: string | null;
342
+ roleId: string | null;
343
+ userLogin: {
344
+ id: string;
345
+ firstName: string;
346
+ lastName: string;
347
+ email: string;
348
+ __entity?: string | undefined;
349
+ };
350
+ __entity?: string | undefined;
351
+ }>>;
352
+ activityType: z.ZodObject<{
353
+ id: z.ZodString;
354
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
355
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
356
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
357
+ } & {
358
+ category: z.ZodNativeEnum<typeof ActivityTypeCategory>;
359
+ resource: 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" | "EMAIL_THEMES" | "EMAIL_THEME_SETTINGS", ...("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" | "EMAIL_THEMES" | "EMAIL_THEME_SETTINGS")[]]>;
360
+ action: z.ZodNativeEnum<typeof ActivityTypeAction>;
361
+ __entity: z.ZodOptional<z.ZodString>;
362
+ }, "strip", z.ZodTypeAny, {
363
+ id: string;
364
+ createdAt: string | Date;
365
+ updatedAt: string | Date;
366
+ deletedAt: string | Date | null;
367
+ category: ActivityTypeCategory;
368
+ action: ActivityTypeAction;
369
+ resource: "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" | "EMAIL_THEMES" | "EMAIL_THEME_SETTINGS";
370
+ __entity?: string | undefined;
371
+ }, {
372
+ id: string;
373
+ createdAt: string | Date;
374
+ updatedAt: string | Date;
375
+ deletedAt: string | Date | null;
376
+ category: ActivityTypeCategory;
377
+ action: ActivityTypeAction;
378
+ resource: "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" | "EMAIL_THEMES" | "EMAIL_THEME_SETTINGS";
379
+ __entity?: string | undefined;
380
+ }>;
381
+ targetObject: z.ZodOptional<z.ZodNullable<z.ZodString>>;
382
+ __entity: z.ZodOptional<z.ZodString>;
383
+ }, "strip", z.ZodTypeAny, {
384
+ message: string;
385
+ id: string;
386
+ createdAt: string | Date;
387
+ updatedAt: string | Date;
388
+ deletedAt: string | Date | null;
389
+ accountId: string | null;
390
+ user: {
391
+ id: string;
392
+ accountId: string | null;
393
+ roleId: string | null;
394
+ userLogin: {
395
+ id: string;
396
+ firstName: string;
397
+ lastName: string;
398
+ email: string;
399
+ __entity?: string | undefined;
400
+ };
401
+ __entity?: string | undefined;
402
+ } | null;
403
+ userId: string | null;
404
+ activityType: {
405
+ id: string;
406
+ createdAt: string | Date;
407
+ updatedAt: string | Date;
408
+ deletedAt: string | Date | null;
409
+ category: ActivityTypeCategory;
410
+ action: ActivityTypeAction;
411
+ resource: "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" | "EMAIL_THEMES" | "EMAIL_THEME_SETTINGS";
412
+ __entity?: string | undefined;
413
+ };
414
+ targetId: string;
415
+ 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" | "EMAIL_THEMES" | "EMAIL_THEME_SETTINGS";
416
+ activityTypeId: string;
417
+ __entity?: string | undefined;
418
+ targetObject?: string | null | undefined;
419
+ }, {
420
+ message: string;
421
+ id: string;
422
+ createdAt: string | Date;
423
+ updatedAt: string | Date;
424
+ deletedAt: string | Date | null;
425
+ accountId: string | null;
426
+ user: {
427
+ id: string;
428
+ accountId: string | null;
429
+ roleId: string | null;
430
+ userLogin: {
431
+ id: string;
432
+ firstName: string;
433
+ lastName: string;
434
+ email: string;
435
+ __entity?: string | undefined;
436
+ };
437
+ __entity?: string | undefined;
438
+ } | null;
439
+ userId: string | null;
440
+ activityType: {
441
+ id: string;
442
+ createdAt: string | Date;
443
+ updatedAt: string | Date;
444
+ deletedAt: string | Date | null;
445
+ category: ActivityTypeCategory;
446
+ action: ActivityTypeAction;
447
+ resource: "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" | "EMAIL_THEMES" | "EMAIL_THEME_SETTINGS";
448
+ __entity?: string | undefined;
449
+ };
450
+ targetId: string;
451
+ 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" | "EMAIL_THEMES" | "EMAIL_THEME_SETTINGS";
452
+ activityTypeId: string;
453
+ __entity?: string | undefined;
454
+ targetObject?: string | null | undefined;
455
+ }>, "many">;
456
+ meta: z.ZodObject<{
457
+ itemCount: z.ZodNumber;
458
+ totalItems: z.ZodOptional<z.ZodNumber>;
459
+ itemsPerPage: z.ZodNumber;
460
+ totalPages: z.ZodOptional<z.ZodNumber>;
461
+ currentPage: z.ZodNumber;
462
+ }, "strip", z.ZodTypeAny, {
463
+ itemCount: number;
464
+ itemsPerPage: number;
465
+ currentPage: number;
466
+ totalItems?: number | undefined;
467
+ totalPages?: number | undefined;
468
+ }, {
469
+ itemCount: number;
470
+ itemsPerPage: number;
471
+ currentPage: number;
472
+ totalItems?: number | undefined;
473
+ totalPages?: number | undefined;
474
+ }>;
475
+ }, "strip", z.ZodTypeAny, {
476
+ items: {
477
+ message: string;
478
+ id: string;
479
+ createdAt: string | Date;
480
+ updatedAt: string | Date;
481
+ deletedAt: string | Date | null;
482
+ accountId: string | null;
483
+ user: {
484
+ id: string;
485
+ accountId: string | null;
486
+ roleId: string | null;
487
+ userLogin: {
488
+ id: string;
489
+ firstName: string;
490
+ lastName: string;
491
+ email: string;
492
+ __entity?: string | undefined;
493
+ };
494
+ __entity?: string | undefined;
495
+ } | null;
496
+ userId: string | null;
497
+ activityType: {
498
+ id: string;
499
+ createdAt: string | Date;
500
+ updatedAt: string | Date;
501
+ deletedAt: string | Date | null;
502
+ category: ActivityTypeCategory;
503
+ action: ActivityTypeAction;
504
+ resource: "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" | "EMAIL_THEMES" | "EMAIL_THEME_SETTINGS";
505
+ __entity?: string | undefined;
506
+ };
507
+ targetId: string;
508
+ 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" | "EMAIL_THEMES" | "EMAIL_THEME_SETTINGS";
509
+ activityTypeId: string;
510
+ __entity?: string | undefined;
511
+ targetObject?: string | null | undefined;
512
+ }[];
513
+ meta: {
514
+ itemCount: number;
515
+ itemsPerPage: number;
516
+ currentPage: number;
517
+ totalItems?: number | undefined;
518
+ totalPages?: number | undefined;
519
+ };
520
+ }, {
521
+ items: {
522
+ message: string;
523
+ id: string;
524
+ createdAt: string | Date;
525
+ updatedAt: string | Date;
526
+ deletedAt: string | Date | null;
527
+ accountId: string | null;
528
+ user: {
529
+ id: string;
530
+ accountId: string | null;
531
+ roleId: string | null;
532
+ userLogin: {
533
+ id: string;
534
+ firstName: string;
535
+ lastName: string;
536
+ email: string;
537
+ __entity?: string | undefined;
538
+ };
539
+ __entity?: string | undefined;
540
+ } | null;
541
+ userId: string | null;
542
+ activityType: {
543
+ id: string;
544
+ createdAt: string | Date;
545
+ updatedAt: string | Date;
546
+ deletedAt: string | Date | null;
547
+ category: ActivityTypeCategory;
548
+ action: ActivityTypeAction;
549
+ resource: "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" | "EMAIL_THEMES" | "EMAIL_THEME_SETTINGS";
550
+ __entity?: string | undefined;
551
+ };
552
+ targetId: string;
553
+ 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" | "EMAIL_THEMES" | "EMAIL_THEME_SETTINGS";
554
+ activityTypeId: string;
555
+ __entity?: string | undefined;
556
+ targetObject?: string | null | undefined;
557
+ }[];
558
+ meta: {
559
+ itemCount: number;
560
+ itemsPerPage: number;
561
+ currentPage: number;
562
+ totalItems?: number | undefined;
563
+ totalPages?: number | undefined;
564
+ };
565
+ }>;
566
+ export type IPaginatedActivity = z.infer<typeof IPaginatedActivity>;
567
+ export declare const ActivitiesFilters: z.ZodObject<{
568
+ 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" | "EMAIL_THEMES" | "EMAIL_THEME_SETTINGS", ...("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" | "EMAIL_THEMES" | "EMAIL_THEME_SETTINGS")[]]>>;
569
+ targetId: z.ZodEffects<z.ZodOptional<z.ZodString>, string | undefined, string | undefined>;
570
+ search: z.ZodOptional<z.ZodString>;
571
+ targetIds: z.ZodEffects<z.ZodEffects<z.ZodOptional<z.ZodString>, string[], string | undefined>, string[], string | undefined>;
572
+ }, "strip", z.ZodTypeAny, {
573
+ targetIds: string[];
574
+ search?: string | undefined;
575
+ targetId?: string | undefined;
576
+ 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" | "EMAIL_THEMES" | "EMAIL_THEME_SETTINGS" | undefined;
577
+ }, {
578
+ search?: string | undefined;
579
+ targetId?: string | undefined;
580
+ 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" | "EMAIL_THEMES" | "EMAIL_THEME_SETTINGS" | undefined;
581
+ targetIds?: string | undefined;
582
+ }>;
583
+ export type ActivitiesFilters = z.infer<typeof ActivitiesFilters>;