@dalmore/api-contracts 0.0.0-dev.ee0e6b6 → 0.0.0-dev.fb640f0

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 (704) 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 +135 -0
  18. package/common/types/account-setting.types.js +23 -0
  19. package/common/types/account-setting.types.js.map +1 -0
  20. package/common/types/account.types.d.ts +640 -0
  21. package/common/types/account.types.js +218 -0
  22. package/common/types/account.types.js.map +1 -0
  23. package/common/types/activity.types.d.ts +590 -0
  24. package/common/types/activity.types.js +258 -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 +1824 -0
  66. package/common/types/common.types.js +1490 -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 +2588 -0
  108. package/common/types/disbursements.types.js +348 -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 +425 -0
  135. package/common/types/file.types.js +389 -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 +54 -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.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 +113 -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 +2048 -0
  164. package/common/types/issuer-offering.types.js +591 -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 +785 -0
  215. package/common/types/offering-submission.types.js +291 -0
  216. package/common/types/offering-submission.types.js.map +1 -0
  217. package/common/types/offering.types.d.ts +2829 -0
  218. package/common/types/offering.types.js +772 -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/reports.types.d.ts +345 -0
  251. package/common/types/reports.types.js +69 -0
  252. package/common/types/reports.types.js.map +1 -0
  253. package/common/types/review.types.d.ts +419 -0
  254. package/common/types/review.types.js +101 -0
  255. package/common/types/review.types.js.map +1 -0
  256. package/common/types/role.types.d.ts +30 -0
  257. package/common/types/role.types.js +21 -0
  258. package/common/types/role.types.js.map +1 -0
  259. package/common/types/secondary-customer.types.d.ts +586 -0
  260. package/common/types/secondary-customer.types.js +39 -0
  261. package/common/types/secondary-customer.types.js.map +1 -0
  262. package/common/types/secondary-issuer.types.d.ts +283 -0
  263. package/common/types/secondary-issuer.types.js +37 -0
  264. package/common/types/secondary-issuer.types.js.map +1 -0
  265. package/common/types/secondary-order.types.d.ts +508 -0
  266. package/common/types/secondary-order.types.js +40 -0
  267. package/common/types/secondary-order.types.js.map +1 -0
  268. package/common/types/secondary-security.types.d.ts +175 -0
  269. package/common/types/secondary-security.types.js +45 -0
  270. package/common/types/secondary-security.types.js.map +1 -0
  271. package/common/types/secondary-trade.entity.d.ts +16 -0
  272. package/common/types/secondary-trade.entity.js +12 -0
  273. package/common/types/secondary-trade.entity.js.map +1 -0
  274. package/common/types/secondary-trade.types.d.ts +465 -0
  275. package/common/types/secondary-trade.types.js +61 -0
  276. package/common/types/secondary-trade.types.js.map +1 -0
  277. package/common/types/secure-request.types.d.ts +171 -0
  278. package/common/types/secure-request.types.js +51 -0
  279. package/common/types/secure-request.types.js.map +1 -0
  280. package/common/types/signer.types.d.ts +3406 -0
  281. package/common/types/signer.types.js +532 -0
  282. package/common/types/signer.types.js.map +1 -0
  283. package/common/types/site-link.types.d.ts +875 -0
  284. package/common/types/site-link.types.js +126 -0
  285. package/common/types/site-link.types.js.map +1 -0
  286. package/common/types/site-settings.types.d.ts +1673 -0
  287. package/common/types/site-settings.types.js +500 -0
  288. package/common/types/site-settings.types.js.map +1 -0
  289. package/common/types/site.types.d.ts +1481 -0
  290. package/common/types/site.types.js +213 -0
  291. package/common/types/site.types.js.map +1 -0
  292. package/common/types/sms.types.d.ts +40 -0
  293. package/common/types/sms.types.js +27 -0
  294. package/common/types/sms.types.js.map +1 -0
  295. package/common/types/state-machine.types.d.ts +591 -0
  296. package/common/types/state-machine.types.js +144 -0
  297. package/common/types/state-machine.types.js.map +1 -0
  298. package/common/types/states.types.d.ts +77 -0
  299. package/common/types/states.types.js +137 -0
  300. package/common/types/states.types.js.map +1 -0
  301. package/common/types/subdoc-preview.types.d.ts +379 -0
  302. package/common/types/subdoc-preview.types.js +24 -0
  303. package/common/types/subdoc-preview.types.js.map +1 -0
  304. package/common/types/task.types.d.ts +537 -0
  305. package/common/types/task.types.js +211 -0
  306. package/common/types/task.types.js.map +1 -0
  307. package/common/types/trade-adjustment.type.d.ts +40 -0
  308. package/common/types/trade-adjustment.type.js +26 -0
  309. package/common/types/trade-adjustment.type.js.map +1 -0
  310. package/common/types/trade-line-item.types.d.ts +329 -0
  311. package/common/types/trade-line-item.types.js +100 -0
  312. package/common/types/trade-line-item.types.js.map +1 -0
  313. package/common/types/trade.types.d.ts +2006 -0
  314. package/common/types/trade.types.js +790 -0
  315. package/common/types/trade.types.js.map +1 -0
  316. package/common/types/transaction.types.d.ts +454 -0
  317. package/common/types/transaction.types.js +174 -0
  318. package/common/types/transaction.types.js.map +1 -0
  319. package/common/types/trusted-contact.types.d.ts +440 -0
  320. package/common/types/trusted-contact.types.js +95 -0
  321. package/common/types/trusted-contact.types.js.map +1 -0
  322. package/common/types/typography.types.d.ts +52 -0
  323. package/common/types/typography.types.js +67 -0
  324. package/common/types/typography.types.js.map +1 -0
  325. package/common/types/user-manual.types.d.ts +287 -0
  326. package/common/types/user-manual.types.js +192 -0
  327. package/common/types/user-manual.types.js.map +1 -0
  328. package/common/types/user-setting.types.d.ts +273 -0
  329. package/common/types/user-setting.types.js +85 -0
  330. package/common/types/user-setting.types.js.map +1 -0
  331. package/common/types/user.types.d.ts +1999 -0
  332. package/common/types/user.types.js +244 -0
  333. package/common/types/user.types.js.map +1 -0
  334. package/common/types/webhook.types.d.ts +10829 -0
  335. package/common/types/webhook.types.js +658 -0
  336. package/common/types/webhook.types.js.map +1 -0
  337. package/common/types/zip.type.d.ts +35 -0
  338. package/common/types/zip.type.js +28 -0
  339. package/common/types/zip.type.js.map +1 -0
  340. package/contracts/clients/accounts/index.d.ts +308 -0
  341. package/contracts/clients/accounts/index.js +43 -0
  342. package/contracts/clients/accounts/index.js.map +1 -0
  343. package/contracts/clients/aic/index.d.ts +280 -0
  344. package/contracts/clients/aic/index.js +47 -0
  345. package/contracts/clients/aic/index.js.map +1 -0
  346. package/contracts/clients/api-key-logs/index.d.ts +287 -0
  347. package/contracts/clients/api-key-logs/index.js +37 -0
  348. package/contracts/clients/api-key-logs/index.js.map +1 -0
  349. package/contracts/clients/api-keys/index.d.ts +374 -0
  350. package/contracts/clients/api-keys/index.js +59 -0
  351. package/contracts/clients/api-keys/index.js.map +1 -0
  352. package/contracts/clients/assets/index.d.ts +1050 -0
  353. package/contracts/clients/assets/index.js +80 -0
  354. package/contracts/clients/assets/index.js.map +1 -0
  355. package/contracts/clients/auth/index.d.ts +236 -0
  356. package/contracts/clients/auth/index.js +38 -0
  357. package/contracts/clients/auth/index.js.map +1 -0
  358. package/contracts/clients/cart/index.d.ts +229 -0
  359. package/contracts/clients/cart/index.js +63 -0
  360. package/contracts/clients/cart/index.js.map +1 -0
  361. package/contracts/clients/files/index.d.ts +552 -0
  362. package/contracts/clients/files/index.js +142 -0
  363. package/contracts/clients/files/index.js.map +1 -0
  364. package/contracts/clients/files-public/index.d.ts +552 -0
  365. package/contracts/clients/files-public/index.js +142 -0
  366. package/contracts/clients/files-public/index.js.map +1 -0
  367. package/contracts/clients/index.d.ts +12790 -0
  368. package/contracts/clients/index.js +52 -0
  369. package/contracts/clients/index.js.map +1 -0
  370. package/contracts/clients/individuals/index.d.ts +3199 -0
  371. package/contracts/clients/individuals/index.js +74 -0
  372. package/contracts/clients/individuals/index.js.map +1 -0
  373. package/contracts/clients/investor-accounts/index.d.ts +339 -0
  374. package/contracts/clients/investor-accounts/index.js +73 -0
  375. package/contracts/clients/investor-accounts/index.js.map +1 -0
  376. package/contracts/clients/issuer-payment-methods/index.d.ts +276 -0
  377. package/contracts/clients/issuer-payment-methods/index.js +24 -0
  378. package/contracts/clients/issuer-payment-methods/index.js.map +1 -0
  379. package/contracts/clients/issuers/index.d.ts +449 -0
  380. package/contracts/clients/issuers/index.js +75 -0
  381. package/contracts/clients/issuers/index.js.map +1 -0
  382. package/contracts/clients/kyc/index.d.ts +345 -0
  383. package/contracts/clients/kyc/index.js +49 -0
  384. package/contracts/clients/kyc/index.js.map +1 -0
  385. package/contracts/clients/legal-entities/index.d.ts +887 -0
  386. package/contracts/clients/legal-entities/index.js +74 -0
  387. package/contracts/clients/legal-entities/index.js.map +1 -0
  388. package/contracts/clients/offerings/index.d.ts +1053 -0
  389. package/contracts/clients/offerings/index.js +95 -0
  390. package/contracts/clients/offerings/index.js.map +1 -0
  391. package/contracts/clients/payment-methods/index.d.ts +456 -0
  392. package/contracts/clients/payment-methods/index.js +68 -0
  393. package/contracts/clients/payment-methods/index.js.map +1 -0
  394. package/contracts/clients/secure-requests/index.d.ts +100 -0
  395. package/contracts/clients/secure-requests/index.js +22 -0
  396. package/contracts/clients/secure-requests/index.js.map +1 -0
  397. package/contracts/clients/sites/index.d.ts +657 -0
  398. package/contracts/clients/sites/index.js +40 -0
  399. package/contracts/clients/sites/index.js.map +1 -0
  400. package/contracts/clients/trade-line-items/index.d.ts +216 -0
  401. package/contracts/clients/trade-line-items/index.js +47 -0
  402. package/contracts/clients/trade-line-items/index.js.map +1 -0
  403. package/contracts/clients/trades/index.d.ts +871 -0
  404. package/contracts/clients/trades/index.js +156 -0
  405. package/contracts/clients/trades/index.js.map +1 -0
  406. package/contracts/clients/transactions/index.d.ts +88 -0
  407. package/contracts/clients/transactions/index.js +25 -0
  408. package/contracts/clients/transactions/index.js.map +1 -0
  409. package/package.json +27 -36
  410. package/common/helpers/index.ts +0 -59
  411. package/common/types/account-contact.types.ts +0 -98
  412. package/common/types/account-detail.types.ts +0 -27
  413. package/common/types/account-integration.types.ts +0 -143
  414. package/common/types/account-manager.types.ts +0 -124
  415. package/common/types/account-setting.types.ts +0 -31
  416. package/common/types/account.types.ts +0 -296
  417. package/common/types/activity.types.ts +0 -274
  418. package/common/types/address.types.ts +0 -41
  419. package/common/types/aic.types.ts +0 -246
  420. package/common/types/aml.types.ts +0 -18
  421. package/common/types/api-key-logs.types.ts +0 -66
  422. package/common/types/api-keys.types.ts +0 -69
  423. package/common/types/asset.types.ts +0 -338
  424. package/common/types/auth.types.ts +0 -370
  425. package/common/types/batch-jobs.types.ts +0 -151
  426. package/common/types/bonus-tier.types.ts +0 -171
  427. package/common/types/cart.types.ts +0 -21
  428. package/common/types/checklist-items.types.ts +0 -70
  429. package/common/types/checklist.types.ts +0 -97
  430. package/common/types/common.types.ts +0 -1530
  431. package/common/types/comply-advantage-api.types.ts +0 -316
  432. package/common/types/comply-advantage.types.ts +0 -25
  433. package/common/types/contact-us.types.ts +0 -107
  434. package/common/types/countries.types.ts +0 -375
  435. package/common/types/covered-person.types.ts +0 -274
  436. package/common/types/dashboard.types.ts +0 -792
  437. package/common/types/data-record.types.ts +0 -325
  438. package/common/types/data-room.types.ts +0 -242
  439. package/common/types/default-theme-config.types.ts +0 -87
  440. package/common/types/disbursement-adjustment.types.ts +0 -32
  441. package/common/types/disbursement-approval-user.types.ts +0 -100
  442. package/common/types/disbursement-review.types.ts +0 -110
  443. package/common/types/disbursement-transaction.types.ts +0 -72
  444. package/common/types/disbursements.types.ts +0 -426
  445. package/common/types/domain-filter.types.ts +0 -55
  446. package/common/types/email-theme.types.ts +0 -442
  447. package/common/types/entity.types.ts +0 -15
  448. package/common/types/error-responses.types.ts +0 -135
  449. package/common/types/escrow-account.types.ts +0 -104
  450. package/common/types/exchange-api-key.types.ts +0 -121
  451. package/common/types/exchange-import.types.ts +0 -36
  452. package/common/types/exchange-provider.types.ts +0 -329
  453. package/common/types/file.types.ts +0 -477
  454. package/common/types/health.types.ts +0 -29
  455. package/common/types/i-will-do-it-later.types.ts +0 -68
  456. package/common/types/individuals.types.ts +0 -541
  457. package/common/types/investor-account.types.ts +0 -1239
  458. package/common/types/investors-offering.types.ts +0 -65
  459. package/common/types/invite.types.ts +0 -133
  460. package/common/types/issuer-bank-account.types.ts +0 -107
  461. package/common/types/issuer-offering.types.ts +0 -389
  462. package/common/types/issuer-payment-method.types.ts +0 -382
  463. package/common/types/issuer.types.ts +0 -321
  464. package/common/types/job-item.types.ts +0 -119
  465. package/common/types/jobs.types.ts +0 -171
  466. package/common/types/kyb.types.ts +0 -53
  467. package/common/types/kyc.types.ts +0 -188
  468. package/common/types/legal-entity.types.ts +0 -185
  469. package/common/types/login-history.types.ts +0 -46
  470. package/common/types/mail-template.types.ts +0 -436
  471. package/common/types/north-cap-integration.types.ts +0 -190
  472. package/common/types/note.types.ts +0 -109
  473. package/common/types/notification.types.ts +0 -268
  474. package/common/types/notion-api.types.ts +0 -374
  475. package/common/types/notion-database.types.ts +0 -125
  476. package/common/types/notion-page.types.ts +0 -267
  477. package/common/types/offering-reports.types.ts +0 -153
  478. package/common/types/offering-submission.types.ts +0 -314
  479. package/common/types/offering.types.ts +0 -676
  480. package/common/types/page-revision.types.ts +0 -86
  481. package/common/types/page.types.ts +0 -436
  482. package/common/types/password.type.ts +0 -15
  483. package/common/types/payment-methods.types.ts +0 -298
  484. package/common/types/phone.type.ts +0 -27
  485. package/common/types/portfolio.types.ts +0 -50
  486. package/common/types/queue.types.ts +0 -112
  487. package/common/types/registered-reps.types.ts +0 -25
  488. package/common/types/rejection-reasons.types.ts +0 -56
  489. package/common/types/reminder-config.types.ts +0 -40
  490. package/common/types/review.types.ts +0 -133
  491. package/common/types/role.types.ts +0 -26
  492. package/common/types/secondary-customer.types.ts +0 -66
  493. package/common/types/secondary-issuer.types.ts +0 -50
  494. package/common/types/secondary-order.types.ts +0 -58
  495. package/common/types/secondary-security.types.ts +0 -60
  496. package/common/types/secondary-trade.entity.ts +0 -16
  497. package/common/types/secondary-trade.types.ts +0 -95
  498. package/common/types/secure-request.types.ts +0 -68
  499. package/common/types/signer.types.ts +0 -651
  500. package/common/types/site-link.types.ts +0 -166
  501. package/common/types/site-settings.types.ts +0 -726
  502. package/common/types/site.types.ts +0 -263
  503. package/common/types/sms.types.ts +0 -30
  504. package/common/types/state-machine.types.ts +0 -177
  505. package/common/types/states.types.ts +0 -163
  506. package/common/types/subdoc-preview.types.ts +0 -35
  507. package/common/types/task.types.ts +0 -258
  508. package/common/types/trade-adjustment.type.ts +0 -33
  509. package/common/types/trade-line-item.types.ts +0 -125
  510. package/common/types/trade.types.ts +0 -999
  511. package/common/types/transaction.types.ts +0 -209
  512. package/common/types/trusted-contact.types.ts +0 -122
  513. package/common/types/typography.types.ts +0 -75
  514. package/common/types/user-manual.types.ts +0 -290
  515. package/common/types/user-setting.types.ts +0 -133
  516. package/common/types/user.types.ts +0 -307
  517. package/common/types/webhook.types.ts +0 -588
  518. package/common/types/zip.type.ts +0 -36
  519. package/contracts/clients/accounts/index.ts +0 -61
  520. package/contracts/clients/aic/index.ts +0 -59
  521. package/contracts/clients/api-key-logs/index.ts +0 -53
  522. package/contracts/clients/api-keys/index.ts +0 -73
  523. package/contracts/clients/assets/index.ts +0 -102
  524. package/contracts/clients/auth/index.ts +0 -50
  525. package/contracts/clients/cart/index.ts +0 -80
  526. package/contracts/clients/files/index.ts +0 -166
  527. package/contracts/clients/files-public/index.ts +0 -166
  528. package/contracts/clients/index.ts +0 -54
  529. package/contracts/clients/individuals/index.ts +0 -93
  530. package/contracts/clients/investor-accounts/index.ts +0 -93
  531. package/contracts/clients/issuer-payment-methods/index.ts +0 -39
  532. package/contracts/clients/issuers/index.ts +0 -94
  533. package/contracts/clients/legal-entities/index.ts +0 -93
  534. package/contracts/clients/offerings/index.ts +0 -117
  535. package/contracts/clients/payment-methods/index.ts +0 -85
  536. package/contracts/clients/secure-requests/index.ts +0 -34
  537. package/contracts/clients/sites/index.ts +0 -56
  538. package/contracts/clients/trade-line-items/index.ts +0 -66
  539. package/contracts/clients/trades/index.ts +0 -186
  540. package/contracts/clients/transactions/index.ts +0 -37
  541. package/contracts/compliance/account-contacts/index.ts +0 -82
  542. package/contracts/compliance/account-managers/index.ts +0 -142
  543. package/contracts/compliance/accounts/index.ts +0 -187
  544. package/contracts/compliance/activities/index.ts +0 -55
  545. package/contracts/compliance/aic/index.ts +0 -60
  546. package/contracts/compliance/api-keys/index.ts +0 -91
  547. package/contracts/compliance/assets/index.ts +0 -122
  548. package/contracts/compliance/auth/index.ts +0 -134
  549. package/contracts/compliance/batch-jobs/index.ts +0 -62
  550. package/contracts/compliance/bonus-tiers/index.ts +0 -74
  551. package/contracts/compliance/checklist/index.ts +0 -87
  552. package/contracts/compliance/checklist-items/index.ts +0 -86
  553. package/contracts/compliance/covered-persons/index.ts +0 -97
  554. package/contracts/compliance/dashboard/index.ts +0 -111
  555. package/contracts/compliance/data-records/index.ts +0 -116
  556. package/contracts/compliance/data-rooms/index.ts +0 -113
  557. package/contracts/compliance/default-theme-configs/index.ts +0 -95
  558. package/contracts/compliance/disbursement/index.ts +0 -165
  559. package/contracts/compliance/disbursement-approval-users/index.ts +0 -84
  560. package/contracts/compliance/disbursement-transactions/index.ts +0 -37
  561. package/contracts/compliance/domain-filters/index.ts +0 -117
  562. package/contracts/compliance/email-themes/index.ts +0 -284
  563. package/contracts/compliance/escrow-accounts/index.ts +0 -85
  564. package/contracts/compliance/exchange-api-keys/index.ts +0 -129
  565. package/contracts/compliance/exchange-imports/index.ts +0 -137
  566. package/contracts/compliance/files/index.ts +0 -267
  567. package/contracts/compliance/files-public/index.ts +0 -188
  568. package/contracts/compliance/health/index.ts +0 -26
  569. package/contracts/compliance/index.ts +0 -147
  570. package/contracts/compliance/individuals/index.ts +0 -57
  571. package/contracts/compliance/investor-accounts/index.ts +0 -141
  572. package/contracts/compliance/invites/index.ts +0 -137
  573. package/contracts/compliance/issuer-bank-accounts/index.ts +0 -81
  574. package/contracts/compliance/issuer-payment-methods/index.ts +0 -81
  575. package/contracts/compliance/issuers/index.ts +0 -97
  576. package/contracts/compliance/job-items/index.ts +0 -58
  577. package/contracts/compliance/jobs/index.ts +0 -59
  578. package/contracts/compliance/kyb/index.ts +0 -54
  579. package/contracts/compliance/kyc/index.ts +0 -77
  580. package/contracts/compliance/legal-entities/index.ts +0 -57
  581. package/contracts/compliance/login-histories/index.ts +0 -37
  582. package/contracts/compliance/notes/index.ts +0 -69
  583. package/contracts/compliance/notion-databases/index.ts +0 -107
  584. package/contracts/compliance/notion-pages/index.ts +0 -105
  585. package/contracts/compliance/offering-reports/index.ts +0 -149
  586. package/contracts/compliance/offerings/index.ts +0 -233
  587. package/contracts/compliance/pages/index.ts +0 -178
  588. package/contracts/compliance/payment-methods/index.ts +0 -57
  589. package/contracts/compliance/rejection-reasons/index.ts +0 -32
  590. package/contracts/compliance/review/index.ts +0 -169
  591. package/contracts/compliance/roles/index.ts +0 -34
  592. package/contracts/compliance/secondary-customers/index.ts +0 -77
  593. package/contracts/compliance/secondary-orders/index.ts +0 -60
  594. package/contracts/compliance/secondary-trades/index.ts +0 -100
  595. package/contracts/compliance/secure-requests/index.ts +0 -54
  596. package/contracts/compliance/signer/index.ts +0 -369
  597. package/contracts/compliance/site-links/index.ts +0 -128
  598. package/contracts/compliance/site-settings/index.ts +0 -669
  599. package/contracts/compliance/sites/index.ts +0 -56
  600. package/contracts/compliance/state-machine/index.ts +0 -94
  601. package/contracts/compliance/tasks/index.ts +0 -91
  602. package/contracts/compliance/third-parties/index.ts +0 -52
  603. package/contracts/compliance/trade-line-items/index.ts +0 -59
  604. package/contracts/compliance/trades/index.ts +0 -230
  605. package/contracts/compliance/transactions/index.ts +0 -161
  606. package/contracts/compliance/user-manuals/index.ts +0 -271
  607. package/contracts/compliance/user-settings/index.ts +0 -189
  608. package/contracts/compliance/users/index.ts +0 -221
  609. package/contracts/compliance/webhooks/index.ts +0 -41
  610. package/contracts/compliance-apikey/accounts/index.ts +0 -58
  611. package/contracts/compliance-apikey/index.ts +0 -14
  612. package/contracts/index.ts +0 -6
  613. package/contracts/investors/account-contacts/index.ts +0 -58
  614. package/contracts/investors/aic/index.ts +0 -59
  615. package/contracts/investors/assets/index.ts +0 -61
  616. package/contracts/investors/auth/index.ts +0 -116
  617. package/contracts/investors/bonus-tiers/index.ts +0 -55
  618. package/contracts/investors/cart/index.ts +0 -75
  619. package/contracts/investors/contact-us/index.ts +0 -48
  620. package/contracts/investors/data-records/index.ts +0 -113
  621. package/contracts/investors/data-rooms/index.ts +0 -96
  622. package/contracts/investors/files/index.ts +0 -167
  623. package/contracts/investors/files-public/index.ts +0 -185
  624. package/contracts/investors/index.ts +0 -72
  625. package/contracts/investors/individuals/index.ts +0 -121
  626. package/contracts/investors/investor-accounts/index.ts +0 -110
  627. package/contracts/investors/issuer-payment-methods/index.ts +0 -36
  628. package/contracts/investors/issuers/index.ts +0 -30
  629. package/contracts/investors/legal-entities/index.ts +0 -93
  630. package/contracts/investors/notes/index.ts +0 -69
  631. package/contracts/investors/offerings/index.ts +0 -93
  632. package/contracts/investors/pages/index.ts +0 -88
  633. package/contracts/investors/payment-methods/index.ts +0 -149
  634. package/contracts/investors/portfolios/index.ts +0 -53
  635. package/contracts/investors/sites/index.ts +0 -96
  636. package/contracts/investors/tasks/index.ts +0 -111
  637. package/contracts/investors/trade-line-items/index.ts +0 -75
  638. package/contracts/investors/trades/index.ts +0 -114
  639. package/contracts/investors/transactions/index.ts +0 -37
  640. package/contracts/investors/trusted-contacts/index.ts +0 -93
  641. package/contracts/investors/user-manuals/index.ts +0 -62
  642. package/contracts/investors/user-settings/index.ts +0 -170
  643. package/contracts/investors/users/index.ts +0 -45
  644. package/contracts/investors/webhooks/index.ts +0 -30
  645. package/contracts/issuers/account-contacts/index.ts +0 -76
  646. package/contracts/issuers/account-integrations/index.ts +0 -97
  647. package/contracts/issuers/accounts/index.ts +0 -97
  648. package/contracts/issuers/activities/index.ts +0 -54
  649. package/contracts/issuers/aic/index.ts +0 -39
  650. package/contracts/issuers/api-key-logs/index.ts +0 -53
  651. package/contracts/issuers/api-keys/index.ts +0 -93
  652. package/contracts/issuers/assets/index.ts +0 -122
  653. package/contracts/issuers/auth/index.ts +0 -152
  654. package/contracts/issuers/bonus-tiers/index.ts +0 -73
  655. package/contracts/issuers/contact-us/index.ts +0 -48
  656. package/contracts/issuers/covered-persons/index.ts +0 -136
  657. package/contracts/issuers/dashboard/index.ts +0 -72
  658. package/contracts/issuers/data-records/index.ts +0 -257
  659. package/contracts/issuers/data-rooms/index.ts +0 -134
  660. package/contracts/issuers/disbursement-approval-users/index.ts +0 -82
  661. package/contracts/issuers/disbursement-transactions/index.ts +0 -53
  662. package/contracts/issuers/disbursements/index.ts +0 -189
  663. package/contracts/issuers/email-themes/index.ts +0 -242
  664. package/contracts/issuers/escrow-accounts/index.ts +0 -81
  665. package/contracts/issuers/exchange-api-keys/index.ts +0 -144
  666. package/contracts/issuers/files/index.ts +0 -166
  667. package/contracts/issuers/files-public/index.ts +0 -166
  668. package/contracts/issuers/health/index.ts +0 -24
  669. package/contracts/issuers/index.ts +0 -112
  670. package/contracts/issuers/investor-accounts/index.ts +0 -148
  671. package/contracts/issuers/invites/index.ts +0 -129
  672. package/contracts/issuers/issuer/index.ts +0 -94
  673. package/contracts/issuers/issuer-bank-accounts/index.ts +0 -81
  674. package/contracts/issuers/issuer-payment-methods/index.ts +0 -136
  675. package/contracts/issuers/kyc/index.ts +0 -38
  676. package/contracts/issuers/login-histories/index.ts +0 -51
  677. package/contracts/issuers/notes/index.ts +0 -69
  678. package/contracts/issuers/offerings/index.ts +0 -206
  679. package/contracts/issuers/pages/index.ts +0 -138
  680. package/contracts/issuers/payment-methods/index.ts +0 -61
  681. package/contracts/issuers/portfolios/index.ts +0 -36
  682. package/contracts/issuers/rejection-reasons/index.ts +0 -32
  683. package/contracts/issuers/review/index.ts +0 -63
  684. package/contracts/issuers/secondary-customers/index.ts +0 -55
  685. package/contracts/issuers/secondary-orders/index.ts +0 -57
  686. package/contracts/issuers/secondary-trades/index.ts +0 -57
  687. package/contracts/issuers/secure-requests/index.ts +0 -34
  688. package/contracts/issuers/site-links/index.ts +0 -116
  689. package/contracts/issuers/site-settings/index.ts +0 -585
  690. package/contracts/issuers/sites/index.ts +0 -32
  691. package/contracts/issuers/tasks/index.ts +0 -111
  692. package/contracts/issuers/trades/index.ts +0 -132
  693. package/contracts/issuers/transactions/index.ts +0 -158
  694. package/contracts/issuers/user-manuals/index.ts +0 -62
  695. package/contracts/issuers/user-settings/index.ts +0 -170
  696. package/contracts/issuers/users/index.ts +0 -126
  697. package/contracts/secondaries/accounts/index.ts +0 -58
  698. package/contracts/secondaries/index.ts +0 -23
  699. package/contracts/secondaries/secondary-customers/index.ts +0 -55
  700. package/contracts/secondaries/secondary-issuers/index.ts +0 -94
  701. package/contracts/secondaries/secondary-orders/index.ts +0 -56
  702. package/contracts/secondaries/secondary-securities/index.ts +0 -95
  703. package/contracts/secondaries/secondary-trades/index.ts +0 -56
  704. /package/common/types/{investorAccountIdSchema.type.ts → investorAccountIdSchema.type.d.ts} +0 -0
@@ -0,0 +1,1999 @@
1
+ import { z } from 'zod';
2
+ import { AccountStatus, IssuerRole, ManagedByType, OfferingType, PortalType, UserRole, UserType } from './common.types';
3
+ import { TwoFactorMethod } from './sms.types';
4
+ export declare enum OnboardingType {
5
+ START = "START",
6
+ CHECKOUT = "CHECKOUT",
7
+ COMPLETE = "COMPLETE"
8
+ }
9
+ export declare const userIdSchema: z.ZodEffects<z.ZodString, string, string>;
10
+ export declare const UserDeleteResponse: z.ZodObject<{
11
+ message: z.ZodString;
12
+ }, "strip", z.ZodTypeAny, {
13
+ message: string;
14
+ }, {
15
+ message: string;
16
+ }>;
17
+ export type UserDeleteResponse = z.infer<typeof UserDeleteResponse>;
18
+ export declare const UserRestoreResponse: z.ZodObject<{
19
+ message: z.ZodString;
20
+ }, "strip", z.ZodTypeAny, {
21
+ message: string;
22
+ }, {
23
+ message: string;
24
+ }>;
25
+ export type UserRestoreResponse = z.infer<typeof UserRestoreResponse>;
26
+ export declare const GetMeResponse: z.ZodObject<{
27
+ id: z.ZodString;
28
+ __entity: z.ZodOptional<z.ZodString>;
29
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
30
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
31
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
32
+ } & {
33
+ accountId: z.ZodNullable<z.ZodString>;
34
+ accountName: z.ZodNullable<z.ZodString>;
35
+ firstName: z.ZodString;
36
+ lastName: z.ZodString;
37
+ email: z.ZodString;
38
+ provider: z.ZodString;
39
+ active: z.ZodBoolean;
40
+ locked: z.ZodBoolean;
41
+ lastLoginAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
42
+ loginCount: z.ZodNumber;
43
+ role: z.ZodString;
44
+ roleId: z.ZodString;
45
+ type: z.ZodString;
46
+ onboarding: z.ZodNullable<z.ZodString>;
47
+ investorAccounts: z.ZodOptional<z.ZodArray<z.ZodLazy<any>, "many">>;
48
+ cart: z.ZodNullable<z.ZodOptional<z.ZodLazy<any>>>;
49
+ investorOnboarding: z.ZodNullable<z.ZodOptional<z.ZodNativeEnum<typeof OnboardingType>>>;
50
+ investorRegistrationFlow: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof OfferingType>, "many">>>;
51
+ withPersonaThemeId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
52
+ paymentCustomerId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
53
+ userLoginId: z.ZodNullable<z.ZodString>;
54
+ userSettings: z.ZodOptional<z.ZodObject<{
55
+ twoFactorMethod: z.ZodNullable<z.ZodNativeEnum<typeof TwoFactorMethod>>;
56
+ phoneData: z.ZodNullable<z.ZodObject<{
57
+ countryCallingCode: z.ZodString;
58
+ country: z.ZodString;
59
+ nationalNumber: z.ZodString;
60
+ number: z.ZodString;
61
+ formatNational: z.ZodString;
62
+ formatInternational: z.ZodString;
63
+ }, "strip", z.ZodTypeAny, {
64
+ number: string;
65
+ countryCallingCode: string;
66
+ country: string;
67
+ nationalNumber: string;
68
+ formatNational: string;
69
+ formatInternational: string;
70
+ }, {
71
+ number: string;
72
+ countryCallingCode: string;
73
+ country: string;
74
+ nationalNumber: string;
75
+ formatNational: string;
76
+ formatInternational: string;
77
+ }>>;
78
+ phoneVerified: z.ZodBoolean;
79
+ emailVerified: z.ZodBoolean;
80
+ twoFactorEnabled: z.ZodBoolean;
81
+ }, "strip", z.ZodTypeAny, {
82
+ twoFactorEnabled: boolean;
83
+ twoFactorMethod: TwoFactorMethod | null;
84
+ phoneData: {
85
+ number: string;
86
+ countryCallingCode: string;
87
+ country: string;
88
+ nationalNumber: string;
89
+ formatNational: string;
90
+ formatInternational: string;
91
+ } | null;
92
+ phoneVerified: boolean;
93
+ emailVerified: boolean;
94
+ }, {
95
+ twoFactorEnabled: boolean;
96
+ twoFactorMethod: TwoFactorMethod | null;
97
+ phoneData: {
98
+ number: string;
99
+ countryCallingCode: string;
100
+ country: string;
101
+ nationalNumber: string;
102
+ formatNational: string;
103
+ formatInternational: string;
104
+ } | null;
105
+ phoneVerified: boolean;
106
+ emailVerified: boolean;
107
+ }>>;
108
+ managedBy: z.ZodOptional<z.ZodNativeEnum<typeof ManagedByType>>;
109
+ userType: z.ZodOptional<z.ZodNativeEnum<typeof UserType>>;
110
+ offeringSetup: z.ZodOptional<z.ZodBoolean>;
111
+ investorPortalSetup: z.ZodOptional<z.ZodBoolean>;
112
+ paymentMethodSetup: z.ZodOptional<z.ZodBoolean>;
113
+ accountContactsSetup: z.ZodOptional<z.ZodBoolean>;
114
+ accountSettings: z.ZodOptional<z.ZodArray<z.ZodObject<{
115
+ productPrimaries: z.ZodBoolean;
116
+ productSecondaries: z.ZodBoolean;
117
+ featureDisbursements: z.ZodBoolean;
118
+ apiPortal: z.ZodBoolean;
119
+ investorSiteEnabled: z.ZodBoolean;
120
+ }, "strip", z.ZodTypeAny, {
121
+ productPrimaries: boolean;
122
+ productSecondaries: boolean;
123
+ featureDisbursements: boolean;
124
+ apiPortal: boolean;
125
+ investorSiteEnabled: boolean;
126
+ }, {
127
+ productPrimaries: boolean;
128
+ productSecondaries: boolean;
129
+ featureDisbursements: boolean;
130
+ apiPortal: boolean;
131
+ investorSiteEnabled: boolean;
132
+ }>, "many">>;
133
+ account: z.ZodOptional<z.ZodObject<{
134
+ id: z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>;
135
+ name: z.ZodNullable<z.ZodString>;
136
+ status: z.ZodLazy<z.ZodNativeEnum<typeof AccountStatus>>;
137
+ managedBy: z.ZodOptional<z.ZodNativeEnum<typeof ManagedByType>>;
138
+ offeringSetup: z.ZodOptional<z.ZodBoolean>;
139
+ investorPortalSetup: z.ZodOptional<z.ZodBoolean>;
140
+ paymentMethodSetup: z.ZodOptional<z.ZodBoolean>;
141
+ accountContactsSetup: z.ZodOptional<z.ZodBoolean>;
142
+ accountSettings: z.ZodOptional<z.ZodArray<z.ZodObject<{
143
+ productPrimaries: z.ZodBoolean;
144
+ productSecondaries: z.ZodBoolean;
145
+ featureDisbursements: z.ZodBoolean;
146
+ apiPortal: z.ZodBoolean;
147
+ investorSiteEnabled: z.ZodBoolean;
148
+ }, "strip", z.ZodTypeAny, {
149
+ productPrimaries: boolean;
150
+ productSecondaries: boolean;
151
+ featureDisbursements: boolean;
152
+ apiPortal: boolean;
153
+ investorSiteEnabled: boolean;
154
+ }, {
155
+ productPrimaries: boolean;
156
+ productSecondaries: boolean;
157
+ featureDisbursements: boolean;
158
+ apiPortal: boolean;
159
+ investorSiteEnabled: boolean;
160
+ }>, "many">>;
161
+ accountManager: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
162
+ id: z.ZodString;
163
+ __entity: z.ZodOptional<z.ZodString>;
164
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
165
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
166
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
167
+ } & {
168
+ firstName: z.ZodString;
169
+ lastName: z.ZodString;
170
+ email: z.ZodString;
171
+ phone: z.ZodNullable<z.ZodObject<{
172
+ countryCallingCode: z.ZodString;
173
+ country: z.ZodString;
174
+ nationalNumber: z.ZodString;
175
+ number: z.ZodString;
176
+ formatNational: z.ZodString;
177
+ formatInternational: z.ZodString;
178
+ }, "strip", z.ZodTypeAny, {
179
+ number: string;
180
+ countryCallingCode: string;
181
+ country: string;
182
+ nationalNumber: string;
183
+ formatNational: string;
184
+ formatInternational: string;
185
+ }, {
186
+ number: string;
187
+ countryCallingCode: string;
188
+ country: string;
189
+ nationalNumber: string;
190
+ formatNational: string;
191
+ formatInternational: string;
192
+ }>>;
193
+ isDefault: z.ZodBoolean;
194
+ userId: z.ZodNullable<z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>>;
195
+ user: z.ZodNullable<z.ZodOptional<z.ZodLazy<z.ZodObject<{
196
+ id: z.ZodString;
197
+ __entity: z.ZodOptional<z.ZodString>;
198
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
199
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
200
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
201
+ } & {
202
+ userLoginId: z.ZodNullable<z.ZodString>;
203
+ roleId: z.ZodNullable<z.ZodString>;
204
+ inviteId: z.ZodNullable<z.ZodString>;
205
+ accountId: z.ZodNullable<z.ZodString>;
206
+ onboarding: z.ZodNullable<z.ZodString>;
207
+ account: z.ZodOptional<z.ZodObject<{
208
+ id: z.ZodString;
209
+ __entity: z.ZodOptional<z.ZodString>;
210
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
211
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
212
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
213
+ } & {
214
+ name: z.ZodString;
215
+ status: z.ZodNativeEnum<typeof AccountStatus>;
216
+ managedBy: z.ZodNullable<z.ZodNativeEnum<typeof ManagedByType>>;
217
+ platform: z.ZodNativeEnum<typeof import("./common.types").Platform>;
218
+ onboardingReviewerId: z.ZodNullable<z.ZodString>;
219
+ onboardingReviewAt: z.ZodNullable<z.ZodDate>;
220
+ allowPendingComplianceReview: z.ZodBoolean;
221
+ }, "strip", z.ZodTypeAny, {
222
+ status: AccountStatus;
223
+ id: string;
224
+ createdAt: string | Date;
225
+ updatedAt: string | Date;
226
+ deletedAt: string | Date | null;
227
+ name: string;
228
+ managedBy: ManagedByType | null;
229
+ platform: import("./common.types").Platform;
230
+ onboardingReviewerId: string | null;
231
+ onboardingReviewAt: Date | null;
232
+ allowPendingComplianceReview: boolean;
233
+ __entity?: string | undefined;
234
+ }, {
235
+ status: AccountStatus;
236
+ id: string;
237
+ createdAt: string | Date;
238
+ updatedAt: string | Date;
239
+ deletedAt: string | Date | null;
240
+ name: string;
241
+ managedBy: ManagedByType | null;
242
+ platform: import("./common.types").Platform;
243
+ onboardingReviewerId: string | null;
244
+ onboardingReviewAt: Date | null;
245
+ allowPendingComplianceReview: boolean;
246
+ __entity?: string | undefined;
247
+ }>>;
248
+ active: z.ZodBoolean;
249
+ locked: z.ZodBoolean;
250
+ userLogin: z.ZodObject<{
251
+ id: z.ZodString;
252
+ __entity: z.ZodOptional<z.ZodString>;
253
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
254
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
255
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
256
+ } & {
257
+ firstName: z.ZodString;
258
+ lastName: z.ZodString;
259
+ email: z.ZodString;
260
+ provider: z.ZodString;
261
+ lastLoginAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
262
+ loginCount: z.ZodNumber;
263
+ }, "strip", z.ZodTypeAny, {
264
+ id: string;
265
+ createdAt: string | Date;
266
+ updatedAt: string | Date;
267
+ deletedAt: string | Date | null;
268
+ firstName: string;
269
+ lastName: string;
270
+ email: string;
271
+ provider: string;
272
+ lastLoginAt: string | Date | null;
273
+ loginCount: number;
274
+ __entity?: string | undefined;
275
+ }, {
276
+ id: string;
277
+ createdAt: string | Date;
278
+ updatedAt: string | Date;
279
+ deletedAt: string | Date | null;
280
+ firstName: string;
281
+ lastName: string;
282
+ email: string;
283
+ provider: string;
284
+ lastLoginAt: string | Date | null;
285
+ loginCount: number;
286
+ __entity?: string | undefined;
287
+ }>;
288
+ }, "strip", z.ZodTypeAny, {
289
+ id: string;
290
+ createdAt: string | Date;
291
+ updatedAt: string | Date;
292
+ deletedAt: string | Date | null;
293
+ active: boolean;
294
+ inviteId: string | null;
295
+ accountId: string | null;
296
+ roleId: string | null;
297
+ userLoginId: string | null;
298
+ locked: boolean;
299
+ onboarding: string | null;
300
+ userLogin: {
301
+ id: string;
302
+ createdAt: string | Date;
303
+ updatedAt: string | Date;
304
+ deletedAt: string | Date | null;
305
+ firstName: string;
306
+ lastName: string;
307
+ email: string;
308
+ provider: string;
309
+ lastLoginAt: string | Date | null;
310
+ loginCount: number;
311
+ __entity?: string | undefined;
312
+ };
313
+ __entity?: string | undefined;
314
+ account?: {
315
+ status: AccountStatus;
316
+ id: string;
317
+ createdAt: string | Date;
318
+ updatedAt: string | Date;
319
+ deletedAt: string | Date | null;
320
+ name: string;
321
+ managedBy: ManagedByType | null;
322
+ platform: import("./common.types").Platform;
323
+ onboardingReviewerId: string | null;
324
+ onboardingReviewAt: Date | null;
325
+ allowPendingComplianceReview: boolean;
326
+ __entity?: string | undefined;
327
+ } | undefined;
328
+ }, {
329
+ id: string;
330
+ createdAt: string | Date;
331
+ updatedAt: string | Date;
332
+ deletedAt: string | Date | null;
333
+ active: boolean;
334
+ inviteId: string | null;
335
+ accountId: string | null;
336
+ roleId: string | null;
337
+ userLoginId: string | null;
338
+ locked: boolean;
339
+ onboarding: string | null;
340
+ userLogin: {
341
+ id: string;
342
+ createdAt: string | Date;
343
+ updatedAt: string | Date;
344
+ deletedAt: string | Date | null;
345
+ firstName: string;
346
+ lastName: string;
347
+ email: string;
348
+ provider: string;
349
+ lastLoginAt: string | Date | null;
350
+ loginCount: number;
351
+ __entity?: string | undefined;
352
+ };
353
+ __entity?: string | undefined;
354
+ account?: {
355
+ status: AccountStatus;
356
+ id: string;
357
+ createdAt: string | Date;
358
+ updatedAt: string | Date;
359
+ deletedAt: string | Date | null;
360
+ name: string;
361
+ managedBy: ManagedByType | null;
362
+ platform: import("./common.types").Platform;
363
+ onboardingReviewerId: string | null;
364
+ onboardingReviewAt: Date | null;
365
+ allowPendingComplianceReview: boolean;
366
+ __entity?: string | undefined;
367
+ } | undefined;
368
+ }>>>>;
369
+ }, "strip", z.ZodTypeAny, {
370
+ id: string;
371
+ createdAt: string | Date;
372
+ updatedAt: string | Date;
373
+ deletedAt: string | Date | null;
374
+ firstName: string;
375
+ lastName: string;
376
+ email: string;
377
+ phone: {
378
+ number: string;
379
+ countryCallingCode: string;
380
+ country: string;
381
+ nationalNumber: string;
382
+ formatNational: string;
383
+ formatInternational: string;
384
+ } | null;
385
+ userId: string | null;
386
+ isDefault: boolean;
387
+ __entity?: string | undefined;
388
+ user?: {
389
+ id: string;
390
+ createdAt: string | Date;
391
+ updatedAt: string | Date;
392
+ deletedAt: string | Date | null;
393
+ active: boolean;
394
+ inviteId: string | null;
395
+ accountId: string | null;
396
+ roleId: string | null;
397
+ userLoginId: string | null;
398
+ locked: boolean;
399
+ onboarding: string | null;
400
+ userLogin: {
401
+ id: string;
402
+ createdAt: string | Date;
403
+ updatedAt: string | Date;
404
+ deletedAt: string | Date | null;
405
+ firstName: string;
406
+ lastName: string;
407
+ email: string;
408
+ provider: string;
409
+ lastLoginAt: string | Date | null;
410
+ loginCount: number;
411
+ __entity?: string | undefined;
412
+ };
413
+ __entity?: string | undefined;
414
+ account?: {
415
+ status: AccountStatus;
416
+ id: string;
417
+ createdAt: string | Date;
418
+ updatedAt: string | Date;
419
+ deletedAt: string | Date | null;
420
+ name: string;
421
+ managedBy: ManagedByType | null;
422
+ platform: import("./common.types").Platform;
423
+ onboardingReviewerId: string | null;
424
+ onboardingReviewAt: Date | null;
425
+ allowPendingComplianceReview: boolean;
426
+ __entity?: string | undefined;
427
+ } | undefined;
428
+ } | null | undefined;
429
+ }, {
430
+ id: string;
431
+ createdAt: string | Date;
432
+ updatedAt: string | Date;
433
+ deletedAt: string | Date | null;
434
+ firstName: string;
435
+ lastName: string;
436
+ email: string;
437
+ phone: {
438
+ number: string;
439
+ countryCallingCode: string;
440
+ country: string;
441
+ nationalNumber: string;
442
+ formatNational: string;
443
+ formatInternational: string;
444
+ } | null;
445
+ userId: string | null;
446
+ isDefault: boolean;
447
+ __entity?: string | undefined;
448
+ user?: {
449
+ id: string;
450
+ createdAt: string | Date;
451
+ updatedAt: string | Date;
452
+ deletedAt: string | Date | null;
453
+ active: boolean;
454
+ inviteId: string | null;
455
+ accountId: string | null;
456
+ roleId: string | null;
457
+ userLoginId: string | null;
458
+ locked: boolean;
459
+ onboarding: string | null;
460
+ userLogin: {
461
+ id: string;
462
+ createdAt: string | Date;
463
+ updatedAt: string | Date;
464
+ deletedAt: string | Date | null;
465
+ firstName: string;
466
+ lastName: string;
467
+ email: string;
468
+ provider: string;
469
+ lastLoginAt: string | Date | null;
470
+ loginCount: number;
471
+ __entity?: string | undefined;
472
+ };
473
+ __entity?: string | undefined;
474
+ account?: {
475
+ status: AccountStatus;
476
+ id: string;
477
+ createdAt: string | Date;
478
+ updatedAt: string | Date;
479
+ deletedAt: string | Date | null;
480
+ name: string;
481
+ managedBy: ManagedByType | null;
482
+ platform: import("./common.types").Platform;
483
+ onboardingReviewerId: string | null;
484
+ onboardingReviewAt: Date | null;
485
+ allowPendingComplianceReview: boolean;
486
+ __entity?: string | undefined;
487
+ } | undefined;
488
+ } | null | undefined;
489
+ }>>>>;
490
+ accountContacts: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodObject<{
491
+ __entity: z.ZodOptional<z.ZodString>;
492
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
493
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
494
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
495
+ } & {
496
+ id: z.ZodEffects<z.ZodString, string, string>;
497
+ title: z.ZodNullable<z.ZodString>;
498
+ firstName: z.ZodNullable<z.ZodString>;
499
+ lastName: z.ZodNullable<z.ZodString>;
500
+ email: z.ZodNullable<z.ZodString>;
501
+ phone: z.ZodOptional<z.ZodNullable<z.ZodObject<{
502
+ countryCallingCode: z.ZodString;
503
+ country: z.ZodString;
504
+ nationalNumber: z.ZodString;
505
+ number: z.ZodString;
506
+ formatNational: z.ZodString;
507
+ formatInternational: z.ZodString;
508
+ }, "strip", z.ZodTypeAny, {
509
+ number: string;
510
+ countryCallingCode: string;
511
+ country: string;
512
+ nationalNumber: string;
513
+ formatNational: string;
514
+ formatInternational: string;
515
+ }, {
516
+ number: string;
517
+ countryCallingCode: string;
518
+ country: string;
519
+ nationalNumber: string;
520
+ formatNational: string;
521
+ formatInternational: string;
522
+ }>>>;
523
+ type: z.ZodNativeEnum<typeof import("./common.types").AccountContactType>;
524
+ accountId: z.ZodEffects<z.ZodString, string, string>;
525
+ account: z.ZodNullable<z.ZodOptional<z.ZodObject<{
526
+ id: z.ZodString;
527
+ __entity: z.ZodOptional<z.ZodString>;
528
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
529
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
530
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
531
+ } & {
532
+ name: z.ZodString;
533
+ status: z.ZodNativeEnum<typeof AccountStatus>;
534
+ managedBy: z.ZodNullable<z.ZodNativeEnum<typeof ManagedByType>>;
535
+ platform: z.ZodNativeEnum<typeof import("./common.types").Platform>;
536
+ onboardingReviewerId: z.ZodNullable<z.ZodString>;
537
+ onboardingReviewAt: z.ZodNullable<z.ZodDate>;
538
+ allowPendingComplianceReview: z.ZodBoolean;
539
+ }, "strip", z.ZodTypeAny, {
540
+ status: AccountStatus;
541
+ id: string;
542
+ createdAt: string | Date;
543
+ updatedAt: string | Date;
544
+ deletedAt: string | Date | null;
545
+ name: string;
546
+ managedBy: ManagedByType | null;
547
+ platform: import("./common.types").Platform;
548
+ onboardingReviewerId: string | null;
549
+ onboardingReviewAt: Date | null;
550
+ allowPendingComplianceReview: boolean;
551
+ __entity?: string | undefined;
552
+ }, {
553
+ status: AccountStatus;
554
+ id: string;
555
+ createdAt: string | Date;
556
+ updatedAt: string | Date;
557
+ deletedAt: string | Date | null;
558
+ name: string;
559
+ managedBy: ManagedByType | null;
560
+ platform: import("./common.types").Platform;
561
+ onboardingReviewerId: string | null;
562
+ onboardingReviewAt: Date | null;
563
+ allowPendingComplianceReview: boolean;
564
+ __entity?: string | undefined;
565
+ }>>>;
566
+ referenceLink: z.ZodOptional<z.ZodNullable<z.ZodString>>;
567
+ }, "strip", z.ZodTypeAny, {
568
+ type: import("./common.types").AccountContactType;
569
+ id: string;
570
+ createdAt: string | Date;
571
+ updatedAt: string | Date;
572
+ deletedAt: string | Date | null;
573
+ firstName: string | null;
574
+ lastName: string | null;
575
+ email: string | null;
576
+ accountId: string;
577
+ title: string | null;
578
+ __entity?: string | undefined;
579
+ account?: {
580
+ status: AccountStatus;
581
+ id: string;
582
+ createdAt: string | Date;
583
+ updatedAt: string | Date;
584
+ deletedAt: string | Date | null;
585
+ name: string;
586
+ managedBy: ManagedByType | null;
587
+ platform: import("./common.types").Platform;
588
+ onboardingReviewerId: string | null;
589
+ onboardingReviewAt: Date | null;
590
+ allowPendingComplianceReview: boolean;
591
+ __entity?: string | undefined;
592
+ } | null | undefined;
593
+ phone?: {
594
+ number: string;
595
+ countryCallingCode: string;
596
+ country: string;
597
+ nationalNumber: string;
598
+ formatNational: string;
599
+ formatInternational: string;
600
+ } | null | undefined;
601
+ referenceLink?: string | null | undefined;
602
+ }, {
603
+ type: import("./common.types").AccountContactType;
604
+ id: string;
605
+ createdAt: string | Date;
606
+ updatedAt: string | Date;
607
+ deletedAt: string | Date | null;
608
+ firstName: string | null;
609
+ lastName: string | null;
610
+ email: string | null;
611
+ accountId: string;
612
+ title: string | null;
613
+ __entity?: string | undefined;
614
+ account?: {
615
+ status: AccountStatus;
616
+ id: string;
617
+ createdAt: string | Date;
618
+ updatedAt: string | Date;
619
+ deletedAt: string | Date | null;
620
+ name: string;
621
+ managedBy: ManagedByType | null;
622
+ platform: import("./common.types").Platform;
623
+ onboardingReviewerId: string | null;
624
+ onboardingReviewAt: Date | null;
625
+ allowPendingComplianceReview: boolean;
626
+ __entity?: string | undefined;
627
+ } | null | undefined;
628
+ phone?: {
629
+ number: string;
630
+ countryCallingCode: string;
631
+ country: string;
632
+ nationalNumber: string;
633
+ formatNational: string;
634
+ formatInternational: string;
635
+ } | null | undefined;
636
+ referenceLink?: string | null | undefined;
637
+ }>>, "many">>;
638
+ }, "strip", z.ZodTypeAny, {
639
+ status: AccountStatus;
640
+ id: string;
641
+ name: string | null;
642
+ offeringSetup?: boolean | undefined;
643
+ investorPortalSetup?: boolean | undefined;
644
+ paymentMethodSetup?: boolean | undefined;
645
+ accountContactsSetup?: boolean | undefined;
646
+ managedBy?: ManagedByType | undefined;
647
+ accountSettings?: {
648
+ productPrimaries: boolean;
649
+ productSecondaries: boolean;
650
+ featureDisbursements: boolean;
651
+ apiPortal: boolean;
652
+ investorSiteEnabled: boolean;
653
+ }[] | undefined;
654
+ accountManager?: {
655
+ id: string;
656
+ createdAt: string | Date;
657
+ updatedAt: string | Date;
658
+ deletedAt: string | Date | null;
659
+ firstName: string;
660
+ lastName: string;
661
+ email: string;
662
+ phone: {
663
+ number: string;
664
+ countryCallingCode: string;
665
+ country: string;
666
+ nationalNumber: string;
667
+ formatNational: string;
668
+ formatInternational: string;
669
+ } | null;
670
+ userId: string | null;
671
+ isDefault: boolean;
672
+ __entity?: string | undefined;
673
+ user?: {
674
+ id: string;
675
+ createdAt: string | Date;
676
+ updatedAt: string | Date;
677
+ deletedAt: string | Date | null;
678
+ active: boolean;
679
+ inviteId: string | null;
680
+ accountId: string | null;
681
+ roleId: string | null;
682
+ userLoginId: string | null;
683
+ locked: boolean;
684
+ onboarding: string | null;
685
+ userLogin: {
686
+ id: string;
687
+ createdAt: string | Date;
688
+ updatedAt: string | Date;
689
+ deletedAt: string | Date | null;
690
+ firstName: string;
691
+ lastName: string;
692
+ email: string;
693
+ provider: string;
694
+ lastLoginAt: string | Date | null;
695
+ loginCount: number;
696
+ __entity?: string | undefined;
697
+ };
698
+ __entity?: string | undefined;
699
+ account?: {
700
+ status: AccountStatus;
701
+ id: string;
702
+ createdAt: string | Date;
703
+ updatedAt: string | Date;
704
+ deletedAt: string | Date | null;
705
+ name: string;
706
+ managedBy: ManagedByType | null;
707
+ platform: import("./common.types").Platform;
708
+ onboardingReviewerId: string | null;
709
+ onboardingReviewAt: Date | null;
710
+ allowPendingComplianceReview: boolean;
711
+ __entity?: string | undefined;
712
+ } | undefined;
713
+ } | null | undefined;
714
+ } | null | undefined;
715
+ accountContacts?: {
716
+ type: import("./common.types").AccountContactType;
717
+ id: string;
718
+ createdAt: string | Date;
719
+ updatedAt: string | Date;
720
+ deletedAt: string | Date | null;
721
+ firstName: string | null;
722
+ lastName: string | null;
723
+ email: string | null;
724
+ accountId: string;
725
+ title: string | null;
726
+ __entity?: string | undefined;
727
+ account?: {
728
+ status: AccountStatus;
729
+ id: string;
730
+ createdAt: string | Date;
731
+ updatedAt: string | Date;
732
+ deletedAt: string | Date | null;
733
+ name: string;
734
+ managedBy: ManagedByType | null;
735
+ platform: import("./common.types").Platform;
736
+ onboardingReviewerId: string | null;
737
+ onboardingReviewAt: Date | null;
738
+ allowPendingComplianceReview: boolean;
739
+ __entity?: string | undefined;
740
+ } | null | undefined;
741
+ phone?: {
742
+ number: string;
743
+ countryCallingCode: string;
744
+ country: string;
745
+ nationalNumber: string;
746
+ formatNational: string;
747
+ formatInternational: string;
748
+ } | null | undefined;
749
+ referenceLink?: string | null | undefined;
750
+ }[] | undefined;
751
+ }, {
752
+ status: AccountStatus;
753
+ id: string;
754
+ name: string | null;
755
+ offeringSetup?: boolean | undefined;
756
+ investorPortalSetup?: boolean | undefined;
757
+ paymentMethodSetup?: boolean | undefined;
758
+ accountContactsSetup?: boolean | undefined;
759
+ managedBy?: ManagedByType | undefined;
760
+ accountSettings?: {
761
+ productPrimaries: boolean;
762
+ productSecondaries: boolean;
763
+ featureDisbursements: boolean;
764
+ apiPortal: boolean;
765
+ investorSiteEnabled: boolean;
766
+ }[] | undefined;
767
+ accountManager?: {
768
+ id: string;
769
+ createdAt: string | Date;
770
+ updatedAt: string | Date;
771
+ deletedAt: string | Date | null;
772
+ firstName: string;
773
+ lastName: string;
774
+ email: string;
775
+ phone: {
776
+ number: string;
777
+ countryCallingCode: string;
778
+ country: string;
779
+ nationalNumber: string;
780
+ formatNational: string;
781
+ formatInternational: string;
782
+ } | null;
783
+ userId: string | null;
784
+ isDefault: boolean;
785
+ __entity?: string | undefined;
786
+ user?: {
787
+ id: string;
788
+ createdAt: string | Date;
789
+ updatedAt: string | Date;
790
+ deletedAt: string | Date | null;
791
+ active: boolean;
792
+ inviteId: string | null;
793
+ accountId: string | null;
794
+ roleId: string | null;
795
+ userLoginId: string | null;
796
+ locked: boolean;
797
+ onboarding: string | null;
798
+ userLogin: {
799
+ id: string;
800
+ createdAt: string | Date;
801
+ updatedAt: string | Date;
802
+ deletedAt: string | Date | null;
803
+ firstName: string;
804
+ lastName: string;
805
+ email: string;
806
+ provider: string;
807
+ lastLoginAt: string | Date | null;
808
+ loginCount: number;
809
+ __entity?: string | undefined;
810
+ };
811
+ __entity?: string | undefined;
812
+ account?: {
813
+ status: AccountStatus;
814
+ id: string;
815
+ createdAt: string | Date;
816
+ updatedAt: string | Date;
817
+ deletedAt: string | Date | null;
818
+ name: string;
819
+ managedBy: ManagedByType | null;
820
+ platform: import("./common.types").Platform;
821
+ onboardingReviewerId: string | null;
822
+ onboardingReviewAt: Date | null;
823
+ allowPendingComplianceReview: boolean;
824
+ __entity?: string | undefined;
825
+ } | undefined;
826
+ } | null | undefined;
827
+ } | null | undefined;
828
+ accountContacts?: {
829
+ type: import("./common.types").AccountContactType;
830
+ id: string;
831
+ createdAt: string | Date;
832
+ updatedAt: string | Date;
833
+ deletedAt: string | Date | null;
834
+ firstName: string | null;
835
+ lastName: string | null;
836
+ email: string | null;
837
+ accountId: string;
838
+ title: string | null;
839
+ __entity?: string | undefined;
840
+ account?: {
841
+ status: AccountStatus;
842
+ id: string;
843
+ createdAt: string | Date;
844
+ updatedAt: string | Date;
845
+ deletedAt: string | Date | null;
846
+ name: string;
847
+ managedBy: ManagedByType | null;
848
+ platform: import("./common.types").Platform;
849
+ onboardingReviewerId: string | null;
850
+ onboardingReviewAt: Date | null;
851
+ allowPendingComplianceReview: boolean;
852
+ __entity?: string | undefined;
853
+ } | null | undefined;
854
+ phone?: {
855
+ number: string;
856
+ countryCallingCode: string;
857
+ country: string;
858
+ nationalNumber: string;
859
+ formatNational: string;
860
+ formatInternational: string;
861
+ } | null | undefined;
862
+ referenceLink?: string | null | undefined;
863
+ }[] | undefined;
864
+ }>>;
865
+ }, "strip", z.ZodTypeAny, {
866
+ type: string;
867
+ id: string;
868
+ createdAt: string | Date;
869
+ updatedAt: string | Date;
870
+ deletedAt: string | Date | null;
871
+ firstName: string;
872
+ lastName: string;
873
+ email: string;
874
+ provider: string;
875
+ active: boolean;
876
+ lastLoginAt: string | Date | null;
877
+ loginCount: number;
878
+ accountId: string | null;
879
+ role: string;
880
+ roleId: string;
881
+ userLoginId: string | null;
882
+ locked: boolean;
883
+ accountName: string | null;
884
+ onboarding: string | null;
885
+ __entity?: string | undefined;
886
+ offeringSetup?: boolean | undefined;
887
+ investorPortalSetup?: boolean | undefined;
888
+ paymentMethodSetup?: boolean | undefined;
889
+ accountContactsSetup?: boolean | undefined;
890
+ managedBy?: ManagedByType | undefined;
891
+ accountSettings?: {
892
+ productPrimaries: boolean;
893
+ productSecondaries: boolean;
894
+ featureDisbursements: boolean;
895
+ apiPortal: boolean;
896
+ investorSiteEnabled: boolean;
897
+ }[] | undefined;
898
+ userType?: UserType | undefined;
899
+ account?: {
900
+ status: AccountStatus;
901
+ id: string;
902
+ name: string | null;
903
+ offeringSetup?: boolean | undefined;
904
+ investorPortalSetup?: boolean | undefined;
905
+ paymentMethodSetup?: boolean | undefined;
906
+ accountContactsSetup?: boolean | undefined;
907
+ managedBy?: ManagedByType | undefined;
908
+ accountSettings?: {
909
+ productPrimaries: boolean;
910
+ productSecondaries: boolean;
911
+ featureDisbursements: boolean;
912
+ apiPortal: boolean;
913
+ investorSiteEnabled: boolean;
914
+ }[] | undefined;
915
+ accountManager?: {
916
+ id: string;
917
+ createdAt: string | Date;
918
+ updatedAt: string | Date;
919
+ deletedAt: string | Date | null;
920
+ firstName: string;
921
+ lastName: string;
922
+ email: string;
923
+ phone: {
924
+ number: string;
925
+ countryCallingCode: string;
926
+ country: string;
927
+ nationalNumber: string;
928
+ formatNational: string;
929
+ formatInternational: string;
930
+ } | null;
931
+ userId: string | null;
932
+ isDefault: boolean;
933
+ __entity?: string | undefined;
934
+ user?: {
935
+ id: string;
936
+ createdAt: string | Date;
937
+ updatedAt: string | Date;
938
+ deletedAt: string | Date | null;
939
+ active: boolean;
940
+ inviteId: string | null;
941
+ accountId: string | null;
942
+ roleId: string | null;
943
+ userLoginId: string | null;
944
+ locked: boolean;
945
+ onboarding: string | null;
946
+ userLogin: {
947
+ id: string;
948
+ createdAt: string | Date;
949
+ updatedAt: string | Date;
950
+ deletedAt: string | Date | null;
951
+ firstName: string;
952
+ lastName: string;
953
+ email: string;
954
+ provider: string;
955
+ lastLoginAt: string | Date | null;
956
+ loginCount: number;
957
+ __entity?: string | undefined;
958
+ };
959
+ __entity?: string | undefined;
960
+ account?: {
961
+ status: AccountStatus;
962
+ id: string;
963
+ createdAt: string | Date;
964
+ updatedAt: string | Date;
965
+ deletedAt: string | Date | null;
966
+ name: string;
967
+ managedBy: ManagedByType | null;
968
+ platform: import("./common.types").Platform;
969
+ onboardingReviewerId: string | null;
970
+ onboardingReviewAt: Date | null;
971
+ allowPendingComplianceReview: boolean;
972
+ __entity?: string | undefined;
973
+ } | undefined;
974
+ } | null | undefined;
975
+ } | null | undefined;
976
+ accountContacts?: {
977
+ type: import("./common.types").AccountContactType;
978
+ id: string;
979
+ createdAt: string | Date;
980
+ updatedAt: string | Date;
981
+ deletedAt: string | Date | null;
982
+ firstName: string | null;
983
+ lastName: string | null;
984
+ email: string | null;
985
+ accountId: string;
986
+ title: string | null;
987
+ __entity?: string | undefined;
988
+ account?: {
989
+ status: AccountStatus;
990
+ id: string;
991
+ createdAt: string | Date;
992
+ updatedAt: string | Date;
993
+ deletedAt: string | Date | null;
994
+ name: string;
995
+ managedBy: ManagedByType | null;
996
+ platform: import("./common.types").Platform;
997
+ onboardingReviewerId: string | null;
998
+ onboardingReviewAt: Date | null;
999
+ allowPendingComplianceReview: boolean;
1000
+ __entity?: string | undefined;
1001
+ } | null | undefined;
1002
+ phone?: {
1003
+ number: string;
1004
+ countryCallingCode: string;
1005
+ country: string;
1006
+ nationalNumber: string;
1007
+ formatNational: string;
1008
+ formatInternational: string;
1009
+ } | null | undefined;
1010
+ referenceLink?: string | null | undefined;
1011
+ }[] | undefined;
1012
+ } | undefined;
1013
+ investorAccounts?: any[] | undefined;
1014
+ cart?: any;
1015
+ investorOnboarding?: OnboardingType | null | undefined;
1016
+ investorRegistrationFlow?: OfferingType[] | null | undefined;
1017
+ withPersonaThemeId?: string | null | undefined;
1018
+ paymentCustomerId?: string | null | undefined;
1019
+ userSettings?: {
1020
+ twoFactorEnabled: boolean;
1021
+ twoFactorMethod: TwoFactorMethod | null;
1022
+ phoneData: {
1023
+ number: string;
1024
+ countryCallingCode: string;
1025
+ country: string;
1026
+ nationalNumber: string;
1027
+ formatNational: string;
1028
+ formatInternational: string;
1029
+ } | null;
1030
+ phoneVerified: boolean;
1031
+ emailVerified: boolean;
1032
+ } | undefined;
1033
+ }, {
1034
+ type: string;
1035
+ id: string;
1036
+ createdAt: string | Date;
1037
+ updatedAt: string | Date;
1038
+ deletedAt: string | Date | null;
1039
+ firstName: string;
1040
+ lastName: string;
1041
+ email: string;
1042
+ provider: string;
1043
+ active: boolean;
1044
+ lastLoginAt: string | Date | null;
1045
+ loginCount: number;
1046
+ accountId: string | null;
1047
+ role: string;
1048
+ roleId: string;
1049
+ userLoginId: string | null;
1050
+ locked: boolean;
1051
+ accountName: string | null;
1052
+ onboarding: string | null;
1053
+ __entity?: string | undefined;
1054
+ offeringSetup?: boolean | undefined;
1055
+ investorPortalSetup?: boolean | undefined;
1056
+ paymentMethodSetup?: boolean | undefined;
1057
+ accountContactsSetup?: boolean | undefined;
1058
+ managedBy?: ManagedByType | undefined;
1059
+ accountSettings?: {
1060
+ productPrimaries: boolean;
1061
+ productSecondaries: boolean;
1062
+ featureDisbursements: boolean;
1063
+ apiPortal: boolean;
1064
+ investorSiteEnabled: boolean;
1065
+ }[] | undefined;
1066
+ userType?: UserType | undefined;
1067
+ account?: {
1068
+ status: AccountStatus;
1069
+ id: string;
1070
+ name: string | null;
1071
+ offeringSetup?: boolean | undefined;
1072
+ investorPortalSetup?: boolean | undefined;
1073
+ paymentMethodSetup?: boolean | undefined;
1074
+ accountContactsSetup?: boolean | undefined;
1075
+ managedBy?: ManagedByType | undefined;
1076
+ accountSettings?: {
1077
+ productPrimaries: boolean;
1078
+ productSecondaries: boolean;
1079
+ featureDisbursements: boolean;
1080
+ apiPortal: boolean;
1081
+ investorSiteEnabled: boolean;
1082
+ }[] | undefined;
1083
+ accountManager?: {
1084
+ id: string;
1085
+ createdAt: string | Date;
1086
+ updatedAt: string | Date;
1087
+ deletedAt: string | Date | null;
1088
+ firstName: string;
1089
+ lastName: string;
1090
+ email: string;
1091
+ phone: {
1092
+ number: string;
1093
+ countryCallingCode: string;
1094
+ country: string;
1095
+ nationalNumber: string;
1096
+ formatNational: string;
1097
+ formatInternational: string;
1098
+ } | null;
1099
+ userId: string | null;
1100
+ isDefault: boolean;
1101
+ __entity?: string | undefined;
1102
+ user?: {
1103
+ id: string;
1104
+ createdAt: string | Date;
1105
+ updatedAt: string | Date;
1106
+ deletedAt: string | Date | null;
1107
+ active: boolean;
1108
+ inviteId: string | null;
1109
+ accountId: string | null;
1110
+ roleId: string | null;
1111
+ userLoginId: string | null;
1112
+ locked: boolean;
1113
+ onboarding: string | null;
1114
+ userLogin: {
1115
+ id: string;
1116
+ createdAt: string | Date;
1117
+ updatedAt: string | Date;
1118
+ deletedAt: string | Date | null;
1119
+ firstName: string;
1120
+ lastName: string;
1121
+ email: string;
1122
+ provider: string;
1123
+ lastLoginAt: string | Date | null;
1124
+ loginCount: number;
1125
+ __entity?: string | undefined;
1126
+ };
1127
+ __entity?: string | undefined;
1128
+ account?: {
1129
+ status: AccountStatus;
1130
+ id: string;
1131
+ createdAt: string | Date;
1132
+ updatedAt: string | Date;
1133
+ deletedAt: string | Date | null;
1134
+ name: string;
1135
+ managedBy: ManagedByType | null;
1136
+ platform: import("./common.types").Platform;
1137
+ onboardingReviewerId: string | null;
1138
+ onboardingReviewAt: Date | null;
1139
+ allowPendingComplianceReview: boolean;
1140
+ __entity?: string | undefined;
1141
+ } | undefined;
1142
+ } | null | undefined;
1143
+ } | null | undefined;
1144
+ accountContacts?: {
1145
+ type: import("./common.types").AccountContactType;
1146
+ id: string;
1147
+ createdAt: string | Date;
1148
+ updatedAt: string | Date;
1149
+ deletedAt: string | Date | null;
1150
+ firstName: string | null;
1151
+ lastName: string | null;
1152
+ email: string | null;
1153
+ accountId: string;
1154
+ title: string | null;
1155
+ __entity?: string | undefined;
1156
+ account?: {
1157
+ status: AccountStatus;
1158
+ id: string;
1159
+ createdAt: string | Date;
1160
+ updatedAt: string | Date;
1161
+ deletedAt: string | Date | null;
1162
+ name: string;
1163
+ managedBy: ManagedByType | null;
1164
+ platform: import("./common.types").Platform;
1165
+ onboardingReviewerId: string | null;
1166
+ onboardingReviewAt: Date | null;
1167
+ allowPendingComplianceReview: boolean;
1168
+ __entity?: string | undefined;
1169
+ } | null | undefined;
1170
+ phone?: {
1171
+ number: string;
1172
+ countryCallingCode: string;
1173
+ country: string;
1174
+ nationalNumber: string;
1175
+ formatNational: string;
1176
+ formatInternational: string;
1177
+ } | null | undefined;
1178
+ referenceLink?: string | null | undefined;
1179
+ }[] | undefined;
1180
+ } | undefined;
1181
+ investorAccounts?: any[] | undefined;
1182
+ cart?: any;
1183
+ investorOnboarding?: OnboardingType | null | undefined;
1184
+ investorRegistrationFlow?: OfferingType[] | null | undefined;
1185
+ withPersonaThemeId?: string | null | undefined;
1186
+ paymentCustomerId?: string | null | undefined;
1187
+ userSettings?: {
1188
+ twoFactorEnabled: boolean;
1189
+ twoFactorMethod: TwoFactorMethod | null;
1190
+ phoneData: {
1191
+ number: string;
1192
+ countryCallingCode: string;
1193
+ country: string;
1194
+ nationalNumber: string;
1195
+ formatNational: string;
1196
+ formatInternational: string;
1197
+ } | null;
1198
+ phoneVerified: boolean;
1199
+ emailVerified: boolean;
1200
+ } | undefined;
1201
+ }>;
1202
+ export type GetMeResponse = z.infer<typeof GetMeResponse>;
1203
+ export declare const UserUpdateZod: z.ZodObject<{
1204
+ firstName: z.ZodOptional<z.ZodString>;
1205
+ lastName: z.ZodOptional<z.ZodString>;
1206
+ }, "strip", z.ZodTypeAny, {
1207
+ firstName?: string | undefined;
1208
+ lastName?: string | undefined;
1209
+ }, {
1210
+ firstName?: string | undefined;
1211
+ lastName?: string | undefined;
1212
+ }>;
1213
+ export declare const UserMeUpdateZod: z.ZodObject<{
1214
+ firstName: z.ZodOptional<z.ZodString>;
1215
+ lastName: z.ZodOptional<z.ZodString>;
1216
+ password: z.ZodOptional<z.ZodString>;
1217
+ email: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
1218
+ }, "strip", z.ZodTypeAny, {
1219
+ firstName?: string | undefined;
1220
+ lastName?: string | undefined;
1221
+ email?: string | undefined;
1222
+ password?: string | undefined;
1223
+ }, {
1224
+ firstName?: string | undefined;
1225
+ lastName?: string | undefined;
1226
+ email?: string | undefined;
1227
+ password?: string | undefined;
1228
+ }>;
1229
+ export declare const UserZod: z.ZodObject<{
1230
+ id: z.ZodString;
1231
+ __entity: z.ZodOptional<z.ZodString>;
1232
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
1233
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
1234
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
1235
+ } & {
1236
+ userLoginId: z.ZodNullable<z.ZodString>;
1237
+ roleId: z.ZodNullable<z.ZodString>;
1238
+ inviteId: z.ZodNullable<z.ZodString>;
1239
+ accountId: z.ZodNullable<z.ZodString>;
1240
+ onboarding: z.ZodNullable<z.ZodString>;
1241
+ account: z.ZodOptional<z.ZodObject<{
1242
+ id: z.ZodString;
1243
+ __entity: z.ZodOptional<z.ZodString>;
1244
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
1245
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
1246
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
1247
+ } & {
1248
+ name: z.ZodString;
1249
+ status: z.ZodNativeEnum<typeof AccountStatus>;
1250
+ managedBy: z.ZodNullable<z.ZodNativeEnum<typeof ManagedByType>>;
1251
+ platform: z.ZodNativeEnum<typeof import("./common.types").Platform>;
1252
+ onboardingReviewerId: z.ZodNullable<z.ZodString>;
1253
+ onboardingReviewAt: z.ZodNullable<z.ZodDate>;
1254
+ allowPendingComplianceReview: z.ZodBoolean;
1255
+ }, "strip", z.ZodTypeAny, {
1256
+ status: AccountStatus;
1257
+ id: string;
1258
+ createdAt: string | Date;
1259
+ updatedAt: string | Date;
1260
+ deletedAt: string | Date | null;
1261
+ name: string;
1262
+ managedBy: ManagedByType | null;
1263
+ platform: import("./common.types").Platform;
1264
+ onboardingReviewerId: string | null;
1265
+ onboardingReviewAt: Date | null;
1266
+ allowPendingComplianceReview: boolean;
1267
+ __entity?: string | undefined;
1268
+ }, {
1269
+ status: AccountStatus;
1270
+ id: string;
1271
+ createdAt: string | Date;
1272
+ updatedAt: string | Date;
1273
+ deletedAt: string | Date | null;
1274
+ name: string;
1275
+ managedBy: ManagedByType | null;
1276
+ platform: import("./common.types").Platform;
1277
+ onboardingReviewerId: string | null;
1278
+ onboardingReviewAt: Date | null;
1279
+ allowPendingComplianceReview: boolean;
1280
+ __entity?: string | undefined;
1281
+ }>>;
1282
+ active: z.ZodBoolean;
1283
+ locked: z.ZodBoolean;
1284
+ userLogin: z.ZodObject<{
1285
+ id: z.ZodString;
1286
+ __entity: z.ZodOptional<z.ZodString>;
1287
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
1288
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
1289
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
1290
+ } & {
1291
+ firstName: z.ZodString;
1292
+ lastName: z.ZodString;
1293
+ email: z.ZodString;
1294
+ provider: z.ZodString;
1295
+ lastLoginAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
1296
+ loginCount: z.ZodNumber;
1297
+ }, "strip", z.ZodTypeAny, {
1298
+ id: string;
1299
+ createdAt: string | Date;
1300
+ updatedAt: string | Date;
1301
+ deletedAt: string | Date | null;
1302
+ firstName: string;
1303
+ lastName: string;
1304
+ email: string;
1305
+ provider: string;
1306
+ lastLoginAt: string | Date | null;
1307
+ loginCount: number;
1308
+ __entity?: string | undefined;
1309
+ }, {
1310
+ id: string;
1311
+ createdAt: string | Date;
1312
+ updatedAt: string | Date;
1313
+ deletedAt: string | Date | null;
1314
+ firstName: string;
1315
+ lastName: string;
1316
+ email: string;
1317
+ provider: string;
1318
+ lastLoginAt: string | Date | null;
1319
+ loginCount: number;
1320
+ __entity?: string | undefined;
1321
+ }>;
1322
+ }, "strip", z.ZodTypeAny, {
1323
+ id: string;
1324
+ createdAt: string | Date;
1325
+ updatedAt: string | Date;
1326
+ deletedAt: string | Date | null;
1327
+ active: boolean;
1328
+ inviteId: string | null;
1329
+ accountId: string | null;
1330
+ roleId: string | null;
1331
+ userLoginId: string | null;
1332
+ locked: boolean;
1333
+ onboarding: string | null;
1334
+ userLogin: {
1335
+ id: string;
1336
+ createdAt: string | Date;
1337
+ updatedAt: string | Date;
1338
+ deletedAt: string | Date | null;
1339
+ firstName: string;
1340
+ lastName: string;
1341
+ email: string;
1342
+ provider: string;
1343
+ lastLoginAt: string | Date | null;
1344
+ loginCount: number;
1345
+ __entity?: string | undefined;
1346
+ };
1347
+ __entity?: string | undefined;
1348
+ account?: {
1349
+ status: AccountStatus;
1350
+ id: string;
1351
+ createdAt: string | Date;
1352
+ updatedAt: string | Date;
1353
+ deletedAt: string | Date | null;
1354
+ name: string;
1355
+ managedBy: ManagedByType | null;
1356
+ platform: import("./common.types").Platform;
1357
+ onboardingReviewerId: string | null;
1358
+ onboardingReviewAt: Date | null;
1359
+ allowPendingComplianceReview: boolean;
1360
+ __entity?: string | undefined;
1361
+ } | undefined;
1362
+ }, {
1363
+ id: string;
1364
+ createdAt: string | Date;
1365
+ updatedAt: string | Date;
1366
+ deletedAt: string | Date | null;
1367
+ active: boolean;
1368
+ inviteId: string | null;
1369
+ accountId: string | null;
1370
+ roleId: string | null;
1371
+ userLoginId: string | null;
1372
+ locked: boolean;
1373
+ onboarding: string | null;
1374
+ userLogin: {
1375
+ id: string;
1376
+ createdAt: string | Date;
1377
+ updatedAt: string | Date;
1378
+ deletedAt: string | Date | null;
1379
+ firstName: string;
1380
+ lastName: string;
1381
+ email: string;
1382
+ provider: string;
1383
+ lastLoginAt: string | Date | null;
1384
+ loginCount: number;
1385
+ __entity?: string | undefined;
1386
+ };
1387
+ __entity?: string | undefined;
1388
+ account?: {
1389
+ status: AccountStatus;
1390
+ id: string;
1391
+ createdAt: string | Date;
1392
+ updatedAt: string | Date;
1393
+ deletedAt: string | Date | null;
1394
+ name: string;
1395
+ managedBy: ManagedByType | null;
1396
+ platform: import("./common.types").Platform;
1397
+ onboardingReviewerId: string | null;
1398
+ onboardingReviewAt: Date | null;
1399
+ allowPendingComplianceReview: boolean;
1400
+ __entity?: string | undefined;
1401
+ } | undefined;
1402
+ }>;
1403
+ export type UserZod = z.infer<typeof UserZod>;
1404
+ export declare const IPaginatedUser: z.ZodObject<{
1405
+ items: z.ZodArray<z.ZodObject<{
1406
+ id: z.ZodString;
1407
+ __entity: z.ZodOptional<z.ZodString>;
1408
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
1409
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
1410
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
1411
+ } & {
1412
+ userLoginId: z.ZodNullable<z.ZodString>;
1413
+ roleId: z.ZodNullable<z.ZodString>;
1414
+ inviteId: z.ZodNullable<z.ZodString>;
1415
+ accountId: z.ZodNullable<z.ZodString>;
1416
+ onboarding: z.ZodNullable<z.ZodString>;
1417
+ account: z.ZodOptional<z.ZodObject<{
1418
+ id: z.ZodString;
1419
+ __entity: z.ZodOptional<z.ZodString>;
1420
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
1421
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
1422
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
1423
+ } & {
1424
+ name: z.ZodString;
1425
+ status: z.ZodNativeEnum<typeof AccountStatus>;
1426
+ managedBy: z.ZodNullable<z.ZodNativeEnum<typeof ManagedByType>>;
1427
+ platform: z.ZodNativeEnum<typeof import("./common.types").Platform>;
1428
+ onboardingReviewerId: z.ZodNullable<z.ZodString>;
1429
+ onboardingReviewAt: z.ZodNullable<z.ZodDate>;
1430
+ allowPendingComplianceReview: z.ZodBoolean;
1431
+ }, "strip", z.ZodTypeAny, {
1432
+ status: AccountStatus;
1433
+ id: string;
1434
+ createdAt: string | Date;
1435
+ updatedAt: string | Date;
1436
+ deletedAt: string | Date | null;
1437
+ name: string;
1438
+ managedBy: ManagedByType | null;
1439
+ platform: import("./common.types").Platform;
1440
+ onboardingReviewerId: string | null;
1441
+ onboardingReviewAt: Date | null;
1442
+ allowPendingComplianceReview: boolean;
1443
+ __entity?: string | undefined;
1444
+ }, {
1445
+ status: AccountStatus;
1446
+ id: string;
1447
+ createdAt: string | Date;
1448
+ updatedAt: string | Date;
1449
+ deletedAt: string | Date | null;
1450
+ name: string;
1451
+ managedBy: ManagedByType | null;
1452
+ platform: import("./common.types").Platform;
1453
+ onboardingReviewerId: string | null;
1454
+ onboardingReviewAt: Date | null;
1455
+ allowPendingComplianceReview: boolean;
1456
+ __entity?: string | undefined;
1457
+ }>>;
1458
+ active: z.ZodBoolean;
1459
+ locked: z.ZodBoolean;
1460
+ userLogin: z.ZodObject<{
1461
+ id: z.ZodString;
1462
+ __entity: z.ZodOptional<z.ZodString>;
1463
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
1464
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
1465
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
1466
+ } & {
1467
+ firstName: z.ZodString;
1468
+ lastName: z.ZodString;
1469
+ email: z.ZodString;
1470
+ provider: z.ZodString;
1471
+ lastLoginAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
1472
+ loginCount: z.ZodNumber;
1473
+ }, "strip", z.ZodTypeAny, {
1474
+ id: string;
1475
+ createdAt: string | Date;
1476
+ updatedAt: string | Date;
1477
+ deletedAt: string | Date | null;
1478
+ firstName: string;
1479
+ lastName: string;
1480
+ email: string;
1481
+ provider: string;
1482
+ lastLoginAt: string | Date | null;
1483
+ loginCount: number;
1484
+ __entity?: string | undefined;
1485
+ }, {
1486
+ id: string;
1487
+ createdAt: string | Date;
1488
+ updatedAt: string | Date;
1489
+ deletedAt: string | Date | null;
1490
+ firstName: string;
1491
+ lastName: string;
1492
+ email: string;
1493
+ provider: string;
1494
+ lastLoginAt: string | Date | null;
1495
+ loginCount: number;
1496
+ __entity?: string | undefined;
1497
+ }>;
1498
+ }, "strip", z.ZodTypeAny, {
1499
+ id: string;
1500
+ createdAt: string | Date;
1501
+ updatedAt: string | Date;
1502
+ deletedAt: string | Date | null;
1503
+ active: boolean;
1504
+ inviteId: string | null;
1505
+ accountId: string | null;
1506
+ roleId: string | null;
1507
+ userLoginId: string | null;
1508
+ locked: boolean;
1509
+ onboarding: string | null;
1510
+ userLogin: {
1511
+ id: string;
1512
+ createdAt: string | Date;
1513
+ updatedAt: string | Date;
1514
+ deletedAt: string | Date | null;
1515
+ firstName: string;
1516
+ lastName: string;
1517
+ email: string;
1518
+ provider: string;
1519
+ lastLoginAt: string | Date | null;
1520
+ loginCount: number;
1521
+ __entity?: string | undefined;
1522
+ };
1523
+ __entity?: string | undefined;
1524
+ account?: {
1525
+ status: AccountStatus;
1526
+ id: string;
1527
+ createdAt: string | Date;
1528
+ updatedAt: string | Date;
1529
+ deletedAt: string | Date | null;
1530
+ name: string;
1531
+ managedBy: ManagedByType | null;
1532
+ platform: import("./common.types").Platform;
1533
+ onboardingReviewerId: string | null;
1534
+ onboardingReviewAt: Date | null;
1535
+ allowPendingComplianceReview: boolean;
1536
+ __entity?: string | undefined;
1537
+ } | undefined;
1538
+ }, {
1539
+ id: string;
1540
+ createdAt: string | Date;
1541
+ updatedAt: string | Date;
1542
+ deletedAt: string | Date | null;
1543
+ active: boolean;
1544
+ inviteId: string | null;
1545
+ accountId: string | null;
1546
+ roleId: string | null;
1547
+ userLoginId: string | null;
1548
+ locked: boolean;
1549
+ onboarding: string | null;
1550
+ userLogin: {
1551
+ id: string;
1552
+ createdAt: string | Date;
1553
+ updatedAt: string | Date;
1554
+ deletedAt: string | Date | null;
1555
+ firstName: string;
1556
+ lastName: string;
1557
+ email: string;
1558
+ provider: string;
1559
+ lastLoginAt: string | Date | null;
1560
+ loginCount: number;
1561
+ __entity?: string | undefined;
1562
+ };
1563
+ __entity?: string | undefined;
1564
+ account?: {
1565
+ status: AccountStatus;
1566
+ id: string;
1567
+ createdAt: string | Date;
1568
+ updatedAt: string | Date;
1569
+ deletedAt: string | Date | null;
1570
+ name: string;
1571
+ managedBy: ManagedByType | null;
1572
+ platform: import("./common.types").Platform;
1573
+ onboardingReviewerId: string | null;
1574
+ onboardingReviewAt: Date | null;
1575
+ allowPendingComplianceReview: boolean;
1576
+ __entity?: string | undefined;
1577
+ } | undefined;
1578
+ }>, "many">;
1579
+ meta: z.ZodObject<{
1580
+ itemCount: z.ZodNumber;
1581
+ totalItems: z.ZodOptional<z.ZodNumber>;
1582
+ itemsPerPage: z.ZodNumber;
1583
+ totalPages: z.ZodOptional<z.ZodNumber>;
1584
+ currentPage: z.ZodNumber;
1585
+ }, "strip", z.ZodTypeAny, {
1586
+ itemCount: number;
1587
+ itemsPerPage: number;
1588
+ currentPage: number;
1589
+ totalItems?: number | undefined;
1590
+ totalPages?: number | undefined;
1591
+ }, {
1592
+ itemCount: number;
1593
+ itemsPerPage: number;
1594
+ currentPage: number;
1595
+ totalItems?: number | undefined;
1596
+ totalPages?: number | undefined;
1597
+ }>;
1598
+ }, "strip", z.ZodTypeAny, {
1599
+ items: {
1600
+ id: string;
1601
+ createdAt: string | Date;
1602
+ updatedAt: string | Date;
1603
+ deletedAt: string | Date | null;
1604
+ active: boolean;
1605
+ inviteId: string | null;
1606
+ accountId: string | null;
1607
+ roleId: string | null;
1608
+ userLoginId: string | null;
1609
+ locked: boolean;
1610
+ onboarding: string | null;
1611
+ userLogin: {
1612
+ id: string;
1613
+ createdAt: string | Date;
1614
+ updatedAt: string | Date;
1615
+ deletedAt: string | Date | null;
1616
+ firstName: string;
1617
+ lastName: string;
1618
+ email: string;
1619
+ provider: string;
1620
+ lastLoginAt: string | Date | null;
1621
+ loginCount: number;
1622
+ __entity?: string | undefined;
1623
+ };
1624
+ __entity?: string | undefined;
1625
+ account?: {
1626
+ status: AccountStatus;
1627
+ id: string;
1628
+ createdAt: string | Date;
1629
+ updatedAt: string | Date;
1630
+ deletedAt: string | Date | null;
1631
+ name: string;
1632
+ managedBy: ManagedByType | null;
1633
+ platform: import("./common.types").Platform;
1634
+ onboardingReviewerId: string | null;
1635
+ onboardingReviewAt: Date | null;
1636
+ allowPendingComplianceReview: boolean;
1637
+ __entity?: string | undefined;
1638
+ } | undefined;
1639
+ }[];
1640
+ meta: {
1641
+ itemCount: number;
1642
+ itemsPerPage: number;
1643
+ currentPage: number;
1644
+ totalItems?: number | undefined;
1645
+ totalPages?: number | undefined;
1646
+ };
1647
+ }, {
1648
+ items: {
1649
+ id: string;
1650
+ createdAt: string | Date;
1651
+ updatedAt: string | Date;
1652
+ deletedAt: string | Date | null;
1653
+ active: boolean;
1654
+ inviteId: string | null;
1655
+ accountId: string | null;
1656
+ roleId: string | null;
1657
+ userLoginId: string | null;
1658
+ locked: boolean;
1659
+ onboarding: string | null;
1660
+ userLogin: {
1661
+ id: string;
1662
+ createdAt: string | Date;
1663
+ updatedAt: string | Date;
1664
+ deletedAt: string | Date | null;
1665
+ firstName: string;
1666
+ lastName: string;
1667
+ email: string;
1668
+ provider: string;
1669
+ lastLoginAt: string | Date | null;
1670
+ loginCount: number;
1671
+ __entity?: string | undefined;
1672
+ };
1673
+ __entity?: string | undefined;
1674
+ account?: {
1675
+ status: AccountStatus;
1676
+ id: string;
1677
+ createdAt: string | Date;
1678
+ updatedAt: string | Date;
1679
+ deletedAt: string | Date | null;
1680
+ name: string;
1681
+ managedBy: ManagedByType | null;
1682
+ platform: import("./common.types").Platform;
1683
+ onboardingReviewerId: string | null;
1684
+ onboardingReviewAt: Date | null;
1685
+ allowPendingComplianceReview: boolean;
1686
+ __entity?: string | undefined;
1687
+ } | undefined;
1688
+ }[];
1689
+ meta: {
1690
+ itemCount: number;
1691
+ itemsPerPage: number;
1692
+ currentPage: number;
1693
+ totalItems?: number | undefined;
1694
+ totalPages?: number | undefined;
1695
+ };
1696
+ }>;
1697
+ export declare const UserFiltersZod: z.ZodObject<{
1698
+ accountId: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
1699
+ search: z.ZodOptional<z.ZodString>;
1700
+ role: z.ZodOptional<z.ZodNativeEnum<typeof UserRole>>;
1701
+ portal: z.ZodOptional<z.ZodString>;
1702
+ locked: z.ZodOptional<z.ZodEffects<z.ZodBoolean, boolean, unknown>>;
1703
+ active: z.ZodOptional<z.ZodEffects<z.ZodBoolean, boolean, unknown>>;
1704
+ twoFactorEnabled: z.ZodOptional<z.ZodEffects<z.ZodBoolean, boolean, unknown>>;
1705
+ }, "strip", z.ZodTypeAny, {
1706
+ active?: boolean | undefined;
1707
+ accountId?: string | undefined;
1708
+ role?: UserRole | undefined;
1709
+ locked?: boolean | undefined;
1710
+ twoFactorEnabled?: boolean | undefined;
1711
+ search?: string | undefined;
1712
+ portal?: string | undefined;
1713
+ }, {
1714
+ active?: unknown;
1715
+ accountId?: string | undefined;
1716
+ role?: UserRole | undefined;
1717
+ locked?: unknown;
1718
+ twoFactorEnabled?: unknown;
1719
+ search?: string | undefined;
1720
+ portal?: string | undefined;
1721
+ }>;
1722
+ export declare const ComplianceUserFiltersZod: z.ZodObject<{
1723
+ accountId: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
1724
+ search: z.ZodOptional<z.ZodString>;
1725
+ role: z.ZodOptional<z.ZodNativeEnum<typeof UserRole>>;
1726
+ portal: z.ZodOptional<z.ZodString>;
1727
+ locked: z.ZodOptional<z.ZodEffects<z.ZodBoolean, boolean, unknown>>;
1728
+ active: z.ZodOptional<z.ZodEffects<z.ZodBoolean, boolean, unknown>>;
1729
+ twoFactorEnabled: z.ZodOptional<z.ZodEffects<z.ZodBoolean, boolean, unknown>>;
1730
+ } & {
1731
+ complianceOfficer: z.ZodOptional<z.ZodEffects<z.ZodBoolean, boolean, unknown>>;
1732
+ }, "strip", z.ZodTypeAny, {
1733
+ active?: boolean | undefined;
1734
+ accountId?: string | undefined;
1735
+ role?: UserRole | undefined;
1736
+ locked?: boolean | undefined;
1737
+ twoFactorEnabled?: boolean | undefined;
1738
+ search?: string | undefined;
1739
+ portal?: string | undefined;
1740
+ complianceOfficer?: boolean | undefined;
1741
+ }, {
1742
+ active?: unknown;
1743
+ accountId?: string | undefined;
1744
+ role?: UserRole | undefined;
1745
+ locked?: unknown;
1746
+ twoFactorEnabled?: unknown;
1747
+ search?: string | undefined;
1748
+ portal?: string | undefined;
1749
+ complianceOfficer?: unknown;
1750
+ }>;
1751
+ /**
1752
+ * @description Query parameters for including related entities
1753
+ * @xample in contract us as -> query: z.object({}).merge(UsersIncludeQuery),
1754
+ */
1755
+ export declare const UsersIncludeQuery: z.ZodObject<{
1756
+ include: z.ZodEffects<z.ZodEffects<z.ZodOptional<z.ZodString>, string[], string | undefined>, string[], string | undefined>;
1757
+ }, "strip", z.ZodTypeAny, {
1758
+ include: string[];
1759
+ }, {
1760
+ include?: string | undefined;
1761
+ }>;
1762
+ export interface UsersIncludeQuery extends z.infer<typeof UsersIncludeQuery> {
1763
+ }
1764
+ export declare const InvestorsUserMeUpdateZod: z.ZodObject<{
1765
+ firstName: z.ZodOptional<z.ZodString>;
1766
+ lastName: z.ZodOptional<z.ZodString>;
1767
+ password: z.ZodOptional<z.ZodString>;
1768
+ phone: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodNullable<z.ZodString>, {
1769
+ isOk: () => boolean;
1770
+ isErr: () => boolean;
1771
+ value?: any;
1772
+ error?: any;
1773
+ } | import("neverthrow").Ok<null, never>, string | null>, {
1774
+ isOk: () => boolean;
1775
+ isErr: () => boolean;
1776
+ value?: any;
1777
+ error?: any;
1778
+ } | import("neverthrow").Ok<null, never>, string | null>, any, string | null>>;
1779
+ }, "strip", z.ZodTypeAny, {
1780
+ firstName?: string | undefined;
1781
+ lastName?: string | undefined;
1782
+ phone?: any;
1783
+ password?: string | undefined;
1784
+ }, {
1785
+ firstName?: string | undefined;
1786
+ lastName?: string | undefined;
1787
+ phone?: string | null | undefined;
1788
+ password?: string | undefined;
1789
+ }>;
1790
+ export declare const IssuersUsersFiltersZod: z.ZodObject<{
1791
+ active: z.ZodOptional<z.ZodEffects<z.ZodBoolean, boolean, unknown>>;
1792
+ locked: z.ZodOptional<z.ZodEffects<z.ZodBoolean, boolean, unknown>>;
1793
+ twoFactorEnabled: z.ZodOptional<z.ZodEffects<z.ZodBoolean, boolean, unknown>>;
1794
+ search: z.ZodOptional<z.ZodString>;
1795
+ } & {
1796
+ role: z.ZodOptional<z.ZodNativeEnum<typeof IssuerRole>>;
1797
+ }, "strip", z.ZodTypeAny, {
1798
+ active?: boolean | undefined;
1799
+ role?: IssuerRole | undefined;
1800
+ locked?: boolean | undefined;
1801
+ twoFactorEnabled?: boolean | undefined;
1802
+ search?: string | undefined;
1803
+ }, {
1804
+ active?: unknown;
1805
+ role?: IssuerRole | undefined;
1806
+ locked?: unknown;
1807
+ twoFactorEnabled?: unknown;
1808
+ search?: string | undefined;
1809
+ }>;
1810
+ export type IssuersUsersFilters = z.infer<typeof IssuersUsersFiltersZod>;
1811
+ export declare const IssuersActiveStatusUpdateZod: z.ZodObject<{
1812
+ active: z.ZodBoolean;
1813
+ }, "strip", z.ZodTypeAny, {
1814
+ active: boolean;
1815
+ }, {
1816
+ active: boolean;
1817
+ }>;
1818
+ export type IssuersActiveStatusUpdateZod = z.infer<typeof IssuersActiveStatusUpdateZod>;
1819
+ export declare const IssuerUsersStatusUpdateResponse: z.ZodObject<{
1820
+ message: z.ZodString;
1821
+ }, "strip", z.ZodTypeAny, {
1822
+ message: string;
1823
+ }, {
1824
+ message: string;
1825
+ }>;
1826
+ export type IssuerUsersStatusUpdateResponse = z.infer<typeof IssuerUsersStatusUpdateResponse>;
1827
+ export declare const UpdateLockedStatus: z.ZodObject<{
1828
+ locked: z.ZodBoolean;
1829
+ }, "strip", z.ZodTypeAny, {
1830
+ locked: boolean;
1831
+ }, {
1832
+ locked: boolean;
1833
+ }>;
1834
+ export type UpdateLockedStatus = z.infer<typeof UpdateLockedStatus>;
1835
+ export declare const UsersSummaryFilterZod: z.ZodObject<{
1836
+ accountId: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
1837
+ issuerId: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>>;
1838
+ portalType: z.ZodOptional<z.ZodNativeEnum<typeof PortalType>>;
1839
+ search: z.ZodOptional<z.ZodString>;
1840
+ selectRole: z.ZodOptional<z.ZodNativeEnum<typeof UserRole>>;
1841
+ locked: z.ZodOptional<z.ZodEffects<z.ZodBoolean, boolean, unknown>>;
1842
+ }, "strip", z.ZodTypeAny, {
1843
+ accountId?: string | undefined;
1844
+ locked?: boolean | undefined;
1845
+ search?: string | undefined;
1846
+ portalType?: PortalType | undefined;
1847
+ issuerId?: string | undefined;
1848
+ selectRole?: UserRole | undefined;
1849
+ }, {
1850
+ accountId?: string | undefined;
1851
+ locked?: unknown;
1852
+ search?: string | undefined;
1853
+ portalType?: PortalType | undefined;
1854
+ issuerId?: string | undefined;
1855
+ selectRole?: UserRole | undefined;
1856
+ }>;
1857
+ export type UsersSummaryFilterZod = z.infer<typeof UsersSummaryFilterZod>;
1858
+ export declare const UsersSummaryZod: z.ZodObject<{
1859
+ accountId: z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>;
1860
+ issuerId: z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>;
1861
+ issuer: z.ZodString;
1862
+ name: z.ZodString;
1863
+ email: z.ZodString;
1864
+ role: z.ZodNativeEnum<typeof UserRole>;
1865
+ portalType: z.ZodString;
1866
+ loginCount: z.ZodNumber;
1867
+ lastLogin: z.ZodDate;
1868
+ locked: z.ZodBoolean;
1869
+ }, "strip", z.ZodTypeAny, {
1870
+ email: string;
1871
+ loginCount: number;
1872
+ accountId: string;
1873
+ name: string;
1874
+ role: UserRole;
1875
+ locked: boolean;
1876
+ issuer: string;
1877
+ portalType: string;
1878
+ issuerId: string;
1879
+ lastLogin: Date;
1880
+ }, {
1881
+ email: string;
1882
+ loginCount: number;
1883
+ accountId: string;
1884
+ name: string;
1885
+ role: UserRole;
1886
+ locked: boolean;
1887
+ issuer: string;
1888
+ portalType: string;
1889
+ issuerId: string;
1890
+ lastLogin: Date;
1891
+ }>;
1892
+ export type UsersSummaryZod = z.infer<typeof UsersSummaryZod>;
1893
+ export declare const IPaginatedUsersSummaryResponse: z.ZodObject<{
1894
+ items: z.ZodArray<z.ZodObject<{
1895
+ accountId: z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>;
1896
+ issuerId: z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>;
1897
+ issuer: z.ZodString;
1898
+ name: z.ZodString;
1899
+ email: z.ZodString;
1900
+ role: z.ZodNativeEnum<typeof UserRole>;
1901
+ portalType: z.ZodString;
1902
+ loginCount: z.ZodNumber;
1903
+ lastLogin: z.ZodDate;
1904
+ locked: z.ZodBoolean;
1905
+ }, "strip", z.ZodTypeAny, {
1906
+ email: string;
1907
+ loginCount: number;
1908
+ accountId: string;
1909
+ name: string;
1910
+ role: UserRole;
1911
+ locked: boolean;
1912
+ issuer: string;
1913
+ portalType: string;
1914
+ issuerId: string;
1915
+ lastLogin: Date;
1916
+ }, {
1917
+ email: string;
1918
+ loginCount: number;
1919
+ accountId: string;
1920
+ name: string;
1921
+ role: UserRole;
1922
+ locked: boolean;
1923
+ issuer: string;
1924
+ portalType: string;
1925
+ issuerId: string;
1926
+ lastLogin: Date;
1927
+ }>, "many">;
1928
+ meta: z.ZodObject<{
1929
+ itemCount: z.ZodNumber;
1930
+ totalItems: z.ZodOptional<z.ZodNumber>;
1931
+ itemsPerPage: z.ZodNumber;
1932
+ totalPages: z.ZodOptional<z.ZodNumber>;
1933
+ currentPage: z.ZodNumber;
1934
+ }, "strip", z.ZodTypeAny, {
1935
+ itemCount: number;
1936
+ itemsPerPage: number;
1937
+ currentPage: number;
1938
+ totalItems?: number | undefined;
1939
+ totalPages?: number | undefined;
1940
+ }, {
1941
+ itemCount: number;
1942
+ itemsPerPage: number;
1943
+ currentPage: number;
1944
+ totalItems?: number | undefined;
1945
+ totalPages?: number | undefined;
1946
+ }>;
1947
+ }, "strip", z.ZodTypeAny, {
1948
+ items: {
1949
+ email: string;
1950
+ loginCount: number;
1951
+ accountId: string;
1952
+ name: string;
1953
+ role: UserRole;
1954
+ locked: boolean;
1955
+ issuer: string;
1956
+ portalType: string;
1957
+ issuerId: string;
1958
+ lastLogin: Date;
1959
+ }[];
1960
+ meta: {
1961
+ itemCount: number;
1962
+ itemsPerPage: number;
1963
+ currentPage: number;
1964
+ totalItems?: number | undefined;
1965
+ totalPages?: number | undefined;
1966
+ };
1967
+ }, {
1968
+ items: {
1969
+ email: string;
1970
+ loginCount: number;
1971
+ accountId: string;
1972
+ name: string;
1973
+ role: UserRole;
1974
+ locked: boolean;
1975
+ issuer: string;
1976
+ portalType: string;
1977
+ issuerId: string;
1978
+ lastLogin: Date;
1979
+ }[];
1980
+ meta: {
1981
+ itemCount: number;
1982
+ itemsPerPage: number;
1983
+ currentPage: number;
1984
+ totalItems?: number | undefined;
1985
+ totalPages?: number | undefined;
1986
+ };
1987
+ }>;
1988
+ export type IPaginatedUsersSummaryResponse = z.infer<typeof IPaginatedUsersSummaryResponse>;
1989
+ export declare const UpdateUserRoleZod: z.ZodObject<{
1990
+ role: z.ZodNativeEnum<typeof UserRole>;
1991
+ userId: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
1992
+ }, "strip", z.ZodTypeAny, {
1993
+ role: UserRole;
1994
+ userId?: string | undefined;
1995
+ }, {
1996
+ role: UserRole;
1997
+ userId?: string | undefined;
1998
+ }>;
1999
+ export type UpdateUserRoleZod = z.infer<typeof UpdateUserRoleZod>;