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