@dalmore/api-contracts 0.0.0-dev.9d42e16 → 0.0.0-dev.9f40653
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/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 +581 -0
- package/common/types/activity.types.js +247 -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 +1511 -0
- package/common/types/common.types.js +1441 -0
- package/common/types/common.types.js.map +1 -0
- package/common/types/comply-advantage-api.types.d.ts +4532 -0
- package/common/types/comply-advantage-api.types.js +278 -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} +3 -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 +454 -0
- package/common/types/transaction.types.js +174 -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 +15 -15
- package/common/helpers/index.ts +0 -59
- package/common/types/account-contact.types.ts +0 -99
- 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 -120
- package/common/types/account-setting.types.ts +0 -65
- package/common/types/account.types.ts +0 -298
- 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 -359
- package/common/types/batch-jobs.types.ts +0 -151
- package/common/types/bonus-tier.types.ts +0 -180
- package/common/types/cart.types.ts +0 -21
- package/common/types/checklist-items.types.ts +0 -70
- package/common/types/checklist.types.ts +0 -97
- package/common/types/common.types.ts +0 -1552
- 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 -111
- package/common/types/countries.types.ts +0 -375
- package/common/types/covered-person.types.ts +0 -275
- package/common/types/dashboard.types.ts +0 -792
- 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 -426
- 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 -477
- package/common/types/health.types.ts +0 -29
- package/common/types/i-will-do-it-later.types.ts +0 -68
- package/common/types/individuals.types.ts +0 -542
- package/common/types/investor-account.types.ts +0 -1240
- package/common/types/investors-offering.types.ts +0 -65
- package/common/types/invite.types.ts +0 -159
- package/common/types/issuer-bank-account.types.ts +0 -107
- package/common/types/issuer-offering.types.ts +0 -389
- package/common/types/issuer-payment-method.types.ts +0 -382
- package/common/types/issuer.types.ts +0 -321
- 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 -186
- package/common/types/login-history.types.ts +0 -46
- package/common/types/mail-template.types.ts +0 -470
- 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 -554
- 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 -676
- 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 -727
- package/common/types/site.types.ts +0 -263
- 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.types.ts +0 -125
- package/common/types/trade.types.ts +0 -1047
- package/common/types/transaction.types.ts +0 -209
- 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 -304
- package/common/types/webhook.types.ts +0 -730
- 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 -80
- package/contracts/clients/files/index.ts +0 -166
- package/contracts/clients/files-public/index.ts +0 -166
- package/contracts/clients/index.ts +0 -54
- package/contracts/clients/individuals/index.ts +0 -93
- package/contracts/clients/investor-accounts/index.ts +0 -93
- package/contracts/clients/issuer-payment-methods/index.ts +0 -39
- 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/payment-methods/index.ts +0 -85
- package/contracts/clients/secure-requests/index.ts +0 -34
- package/contracts/clients/sites/index.ts +0 -56
- package/contracts/clients/trade-line-items/index.ts +0 -66
- package/contracts/clients/trades/index.ts +0 -186
- package/contracts/clients/transactions/index.ts +0 -37
- package/index.ts +0 -10
- /package/common/types/{investorAccountIdSchema.type.ts → investorAccountIdSchema.type.d.ts} +0 -0
|
@@ -0,0 +1,379 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { SignatureStatus } from './common.types';
|
|
3
|
+
export declare const ISubDocPreview: z.ZodObject<{
|
|
4
|
+
id: z.ZodString;
|
|
5
|
+
__entity: z.ZodOptional<z.ZodString>;
|
|
6
|
+
createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
|
|
7
|
+
updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
|
|
8
|
+
deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
|
|
9
|
+
} & {
|
|
10
|
+
templateId: z.ZodString;
|
|
11
|
+
signers: z.ZodNullable<z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
12
|
+
signerType: z.ZodLiteral<"Signer">;
|
|
13
|
+
signerRole: z.ZodString;
|
|
14
|
+
} & {
|
|
15
|
+
roleIndex: z.ZodNumber;
|
|
16
|
+
signerName: z.ZodString;
|
|
17
|
+
signerEmail: z.ZodOptional<z.ZodString>;
|
|
18
|
+
signerOrder: z.ZodOptional<z.ZodNumber>;
|
|
19
|
+
existingFormFields: z.ZodArray<z.ZodObject<{
|
|
20
|
+
id: z.ZodString;
|
|
21
|
+
value: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodNull]>>;
|
|
22
|
+
name: z.ZodOptional<z.ZodString>;
|
|
23
|
+
fieldType: z.ZodOptional<z.ZodString>;
|
|
24
|
+
pageNumber: z.ZodOptional<z.ZodNumber>;
|
|
25
|
+
bounds: z.ZodOptional<z.ZodObject<{
|
|
26
|
+
x: z.ZodNumber;
|
|
27
|
+
y: z.ZodNumber;
|
|
28
|
+
width: z.ZodNumber;
|
|
29
|
+
height: z.ZodNumber;
|
|
30
|
+
}, "strip", z.ZodTypeAny, {
|
|
31
|
+
height: number;
|
|
32
|
+
x: number;
|
|
33
|
+
y: number;
|
|
34
|
+
width: number;
|
|
35
|
+
}, {
|
|
36
|
+
height: number;
|
|
37
|
+
x: number;
|
|
38
|
+
y: number;
|
|
39
|
+
width: number;
|
|
40
|
+
}>>;
|
|
41
|
+
isRequired: z.ZodOptional<z.ZodBoolean>;
|
|
42
|
+
editableDateFieldSettings: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
43
|
+
validationType: z.ZodOptional<z.ZodString>;
|
|
44
|
+
}, "strip", z.ZodTypeAny, {
|
|
45
|
+
id: string;
|
|
46
|
+
value?: string | number | null | undefined;
|
|
47
|
+
name?: string | undefined;
|
|
48
|
+
fieldType?: string | undefined;
|
|
49
|
+
isRequired?: boolean | undefined;
|
|
50
|
+
pageNumber?: number | undefined;
|
|
51
|
+
bounds?: {
|
|
52
|
+
height: number;
|
|
53
|
+
x: number;
|
|
54
|
+
y: number;
|
|
55
|
+
width: number;
|
|
56
|
+
} | undefined;
|
|
57
|
+
editableDateFieldSettings?: Record<string, string> | undefined;
|
|
58
|
+
validationType?: string | undefined;
|
|
59
|
+
}, {
|
|
60
|
+
id: string;
|
|
61
|
+
value?: string | number | null | undefined;
|
|
62
|
+
name?: string | undefined;
|
|
63
|
+
fieldType?: string | undefined;
|
|
64
|
+
isRequired?: boolean | undefined;
|
|
65
|
+
pageNumber?: number | undefined;
|
|
66
|
+
bounds?: {
|
|
67
|
+
height: number;
|
|
68
|
+
x: number;
|
|
69
|
+
y: number;
|
|
70
|
+
width: number;
|
|
71
|
+
} | undefined;
|
|
72
|
+
editableDateFieldSettings?: Record<string, string> | undefined;
|
|
73
|
+
validationType?: string | undefined;
|
|
74
|
+
}>, "many">;
|
|
75
|
+
}, "strip", z.ZodTypeAny, {
|
|
76
|
+
signerName: string;
|
|
77
|
+
signerRole: string;
|
|
78
|
+
signerType: "Signer";
|
|
79
|
+
roleIndex: number;
|
|
80
|
+
existingFormFields: {
|
|
81
|
+
id: string;
|
|
82
|
+
value?: string | number | null | undefined;
|
|
83
|
+
name?: string | undefined;
|
|
84
|
+
fieldType?: string | undefined;
|
|
85
|
+
isRequired?: boolean | undefined;
|
|
86
|
+
pageNumber?: number | undefined;
|
|
87
|
+
bounds?: {
|
|
88
|
+
height: number;
|
|
89
|
+
x: number;
|
|
90
|
+
y: number;
|
|
91
|
+
width: number;
|
|
92
|
+
} | undefined;
|
|
93
|
+
editableDateFieldSettings?: Record<string, string> | undefined;
|
|
94
|
+
validationType?: string | undefined;
|
|
95
|
+
}[];
|
|
96
|
+
signerEmail?: string | undefined;
|
|
97
|
+
signerOrder?: number | undefined;
|
|
98
|
+
}, {
|
|
99
|
+
signerName: string;
|
|
100
|
+
signerRole: string;
|
|
101
|
+
signerType: "Signer";
|
|
102
|
+
roleIndex: number;
|
|
103
|
+
existingFormFields: {
|
|
104
|
+
id: string;
|
|
105
|
+
value?: string | number | null | undefined;
|
|
106
|
+
name?: string | undefined;
|
|
107
|
+
fieldType?: string | undefined;
|
|
108
|
+
isRequired?: boolean | undefined;
|
|
109
|
+
pageNumber?: number | undefined;
|
|
110
|
+
bounds?: {
|
|
111
|
+
height: number;
|
|
112
|
+
x: number;
|
|
113
|
+
y: number;
|
|
114
|
+
width: number;
|
|
115
|
+
} | undefined;
|
|
116
|
+
editableDateFieldSettings?: Record<string, string> | undefined;
|
|
117
|
+
validationType?: string | undefined;
|
|
118
|
+
}[];
|
|
119
|
+
signerEmail?: string | undefined;
|
|
120
|
+
signerOrder?: number | undefined;
|
|
121
|
+
}>, z.ZodObject<{
|
|
122
|
+
signerType: z.ZodLiteral<"Signer">;
|
|
123
|
+
signerRole: z.ZodString;
|
|
124
|
+
} & {
|
|
125
|
+
name: z.ZodString;
|
|
126
|
+
emailAddress: z.ZodOptional<z.ZodString>;
|
|
127
|
+
formFields: z.ZodArray<z.ZodObject<{
|
|
128
|
+
id: z.ZodString;
|
|
129
|
+
value: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodNull]>>;
|
|
130
|
+
name: z.ZodOptional<z.ZodString>;
|
|
131
|
+
fieldType: z.ZodOptional<z.ZodString>;
|
|
132
|
+
pageNumber: z.ZodOptional<z.ZodNumber>;
|
|
133
|
+
bounds: z.ZodOptional<z.ZodObject<{
|
|
134
|
+
x: z.ZodNumber;
|
|
135
|
+
y: z.ZodNumber;
|
|
136
|
+
width: z.ZodNumber;
|
|
137
|
+
height: z.ZodNumber;
|
|
138
|
+
}, "strip", z.ZodTypeAny, {
|
|
139
|
+
height: number;
|
|
140
|
+
x: number;
|
|
141
|
+
y: number;
|
|
142
|
+
width: number;
|
|
143
|
+
}, {
|
|
144
|
+
height: number;
|
|
145
|
+
x: number;
|
|
146
|
+
y: number;
|
|
147
|
+
width: number;
|
|
148
|
+
}>>;
|
|
149
|
+
isRequired: z.ZodOptional<z.ZodBoolean>;
|
|
150
|
+
editableDateFieldSettings: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
151
|
+
validationType: z.ZodOptional<z.ZodString>;
|
|
152
|
+
}, "strip", z.ZodTypeAny, {
|
|
153
|
+
id: string;
|
|
154
|
+
value?: string | number | null | undefined;
|
|
155
|
+
name?: string | undefined;
|
|
156
|
+
fieldType?: string | undefined;
|
|
157
|
+
isRequired?: boolean | undefined;
|
|
158
|
+
pageNumber?: number | undefined;
|
|
159
|
+
bounds?: {
|
|
160
|
+
height: number;
|
|
161
|
+
x: number;
|
|
162
|
+
y: number;
|
|
163
|
+
width: number;
|
|
164
|
+
} | undefined;
|
|
165
|
+
editableDateFieldSettings?: Record<string, string> | undefined;
|
|
166
|
+
validationType?: string | undefined;
|
|
167
|
+
}, {
|
|
168
|
+
id: string;
|
|
169
|
+
value?: string | number | null | undefined;
|
|
170
|
+
name?: string | undefined;
|
|
171
|
+
fieldType?: string | undefined;
|
|
172
|
+
isRequired?: boolean | undefined;
|
|
173
|
+
pageNumber?: number | undefined;
|
|
174
|
+
bounds?: {
|
|
175
|
+
height: number;
|
|
176
|
+
x: number;
|
|
177
|
+
y: number;
|
|
178
|
+
width: number;
|
|
179
|
+
} | undefined;
|
|
180
|
+
editableDateFieldSettings?: Record<string, string> | undefined;
|
|
181
|
+
validationType?: string | undefined;
|
|
182
|
+
}>, "many">;
|
|
183
|
+
}, "strip", z.ZodTypeAny, {
|
|
184
|
+
name: string;
|
|
185
|
+
signerRole: string;
|
|
186
|
+
formFields: {
|
|
187
|
+
id: string;
|
|
188
|
+
value?: string | number | null | undefined;
|
|
189
|
+
name?: string | undefined;
|
|
190
|
+
fieldType?: string | undefined;
|
|
191
|
+
isRequired?: boolean | undefined;
|
|
192
|
+
pageNumber?: number | undefined;
|
|
193
|
+
bounds?: {
|
|
194
|
+
height: number;
|
|
195
|
+
x: number;
|
|
196
|
+
y: number;
|
|
197
|
+
width: number;
|
|
198
|
+
} | undefined;
|
|
199
|
+
editableDateFieldSettings?: Record<string, string> | undefined;
|
|
200
|
+
validationType?: string | undefined;
|
|
201
|
+
}[];
|
|
202
|
+
signerType: "Signer";
|
|
203
|
+
emailAddress?: string | undefined;
|
|
204
|
+
}, {
|
|
205
|
+
name: string;
|
|
206
|
+
signerRole: string;
|
|
207
|
+
formFields: {
|
|
208
|
+
id: string;
|
|
209
|
+
value?: string | number | null | undefined;
|
|
210
|
+
name?: string | undefined;
|
|
211
|
+
fieldType?: string | undefined;
|
|
212
|
+
isRequired?: boolean | undefined;
|
|
213
|
+
pageNumber?: number | undefined;
|
|
214
|
+
bounds?: {
|
|
215
|
+
height: number;
|
|
216
|
+
x: number;
|
|
217
|
+
y: number;
|
|
218
|
+
width: number;
|
|
219
|
+
} | undefined;
|
|
220
|
+
editableDateFieldSettings?: Record<string, string> | undefined;
|
|
221
|
+
validationType?: string | undefined;
|
|
222
|
+
}[];
|
|
223
|
+
signerType: "Signer";
|
|
224
|
+
emailAddress?: string | undefined;
|
|
225
|
+
}>]>, "many">>;
|
|
226
|
+
documentId: z.ZodNullable<z.ZodString>;
|
|
227
|
+
signatureUrl: z.ZodNullable<z.ZodString>;
|
|
228
|
+
errors: z.ZodNullable<z.ZodString>;
|
|
229
|
+
status: z.ZodNativeEnum<typeof SignatureStatus>;
|
|
230
|
+
jointStatus: z.ZodNativeEnum<typeof SignatureStatus>;
|
|
231
|
+
}, "strip", z.ZodTypeAny, {
|
|
232
|
+
status: SignatureStatus;
|
|
233
|
+
id: string;
|
|
234
|
+
createdAt: string | Date;
|
|
235
|
+
updatedAt: string | Date;
|
|
236
|
+
deletedAt: string | Date | null;
|
|
237
|
+
errors: string | null;
|
|
238
|
+
documentId: string | null;
|
|
239
|
+
signatureUrl: string | null;
|
|
240
|
+
templateId: string;
|
|
241
|
+
signers: ({
|
|
242
|
+
signerName: string;
|
|
243
|
+
signerRole: string;
|
|
244
|
+
signerType: "Signer";
|
|
245
|
+
roleIndex: number;
|
|
246
|
+
existingFormFields: {
|
|
247
|
+
id: string;
|
|
248
|
+
value?: string | number | null | undefined;
|
|
249
|
+
name?: string | undefined;
|
|
250
|
+
fieldType?: string | undefined;
|
|
251
|
+
isRequired?: boolean | undefined;
|
|
252
|
+
pageNumber?: number | undefined;
|
|
253
|
+
bounds?: {
|
|
254
|
+
height: number;
|
|
255
|
+
x: number;
|
|
256
|
+
y: number;
|
|
257
|
+
width: number;
|
|
258
|
+
} | undefined;
|
|
259
|
+
editableDateFieldSettings?: Record<string, string> | undefined;
|
|
260
|
+
validationType?: string | undefined;
|
|
261
|
+
}[];
|
|
262
|
+
signerEmail?: string | undefined;
|
|
263
|
+
signerOrder?: number | undefined;
|
|
264
|
+
} | {
|
|
265
|
+
name: string;
|
|
266
|
+
signerRole: string;
|
|
267
|
+
formFields: {
|
|
268
|
+
id: string;
|
|
269
|
+
value?: string | number | null | undefined;
|
|
270
|
+
name?: string | undefined;
|
|
271
|
+
fieldType?: string | undefined;
|
|
272
|
+
isRequired?: boolean | undefined;
|
|
273
|
+
pageNumber?: number | undefined;
|
|
274
|
+
bounds?: {
|
|
275
|
+
height: number;
|
|
276
|
+
x: number;
|
|
277
|
+
y: number;
|
|
278
|
+
width: number;
|
|
279
|
+
} | undefined;
|
|
280
|
+
editableDateFieldSettings?: Record<string, string> | undefined;
|
|
281
|
+
validationType?: string | undefined;
|
|
282
|
+
}[];
|
|
283
|
+
signerType: "Signer";
|
|
284
|
+
emailAddress?: string | undefined;
|
|
285
|
+
})[] | null;
|
|
286
|
+
jointStatus: SignatureStatus;
|
|
287
|
+
__entity?: string | undefined;
|
|
288
|
+
}, {
|
|
289
|
+
status: SignatureStatus;
|
|
290
|
+
id: string;
|
|
291
|
+
createdAt: string | Date;
|
|
292
|
+
updatedAt: string | Date;
|
|
293
|
+
deletedAt: string | Date | null;
|
|
294
|
+
errors: string | null;
|
|
295
|
+
documentId: string | null;
|
|
296
|
+
signatureUrl: string | null;
|
|
297
|
+
templateId: string;
|
|
298
|
+
signers: ({
|
|
299
|
+
signerName: string;
|
|
300
|
+
signerRole: string;
|
|
301
|
+
signerType: "Signer";
|
|
302
|
+
roleIndex: number;
|
|
303
|
+
existingFormFields: {
|
|
304
|
+
id: string;
|
|
305
|
+
value?: string | number | null | undefined;
|
|
306
|
+
name?: string | undefined;
|
|
307
|
+
fieldType?: string | undefined;
|
|
308
|
+
isRequired?: boolean | undefined;
|
|
309
|
+
pageNumber?: number | undefined;
|
|
310
|
+
bounds?: {
|
|
311
|
+
height: number;
|
|
312
|
+
x: number;
|
|
313
|
+
y: number;
|
|
314
|
+
width: number;
|
|
315
|
+
} | undefined;
|
|
316
|
+
editableDateFieldSettings?: Record<string, string> | undefined;
|
|
317
|
+
validationType?: string | undefined;
|
|
318
|
+
}[];
|
|
319
|
+
signerEmail?: string | undefined;
|
|
320
|
+
signerOrder?: number | undefined;
|
|
321
|
+
} | {
|
|
322
|
+
name: string;
|
|
323
|
+
signerRole: string;
|
|
324
|
+
formFields: {
|
|
325
|
+
id: string;
|
|
326
|
+
value?: string | number | null | undefined;
|
|
327
|
+
name?: string | undefined;
|
|
328
|
+
fieldType?: string | undefined;
|
|
329
|
+
isRequired?: boolean | undefined;
|
|
330
|
+
pageNumber?: number | undefined;
|
|
331
|
+
bounds?: {
|
|
332
|
+
height: number;
|
|
333
|
+
x: number;
|
|
334
|
+
y: number;
|
|
335
|
+
width: number;
|
|
336
|
+
} | undefined;
|
|
337
|
+
editableDateFieldSettings?: Record<string, string> | undefined;
|
|
338
|
+
validationType?: string | undefined;
|
|
339
|
+
}[];
|
|
340
|
+
signerType: "Signer";
|
|
341
|
+
emailAddress?: string | undefined;
|
|
342
|
+
})[] | null;
|
|
343
|
+
jointStatus: SignatureStatus;
|
|
344
|
+
__entity?: string | undefined;
|
|
345
|
+
}>;
|
|
346
|
+
export type ISubDocPreview = z.infer<typeof ISubDocPreview>;
|
|
347
|
+
export declare const CreateSubDocPreview: z.ZodObject<{
|
|
348
|
+
templateId: z.ZodString;
|
|
349
|
+
subDocPreviewData: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
350
|
+
}, "strip", z.ZodTypeAny, {
|
|
351
|
+
templateId: string;
|
|
352
|
+
subDocPreviewData: Record<string, string>;
|
|
353
|
+
}, {
|
|
354
|
+
templateId: string;
|
|
355
|
+
subDocPreviewData: Record<string, string>;
|
|
356
|
+
}>;
|
|
357
|
+
export type CreateSubDocPreview = z.infer<typeof CreateSubDocPreview>;
|
|
358
|
+
export declare const CreateSubDocPreviewResponse: z.ZodObject<{
|
|
359
|
+
documentId: z.ZodString;
|
|
360
|
+
}, "strip", z.ZodTypeAny, {
|
|
361
|
+
documentId: string;
|
|
362
|
+
}, {
|
|
363
|
+
documentId: string;
|
|
364
|
+
}>;
|
|
365
|
+
export type CreateSubDocPreviewResponse = z.infer<typeof CreateSubDocPreviewResponse>;
|
|
366
|
+
export declare const SubDocPreviewFormFields: z.ZodArray<z.ZodObject<{
|
|
367
|
+
id: z.ZodString;
|
|
368
|
+
type: z.ZodString;
|
|
369
|
+
options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
370
|
+
}, "strip", z.ZodTypeAny, {
|
|
371
|
+
type: string;
|
|
372
|
+
id: string;
|
|
373
|
+
options?: string[] | undefined;
|
|
374
|
+
}, {
|
|
375
|
+
type: string;
|
|
376
|
+
id: string;
|
|
377
|
+
options?: string[] | undefined;
|
|
378
|
+
}>, "many">;
|
|
379
|
+
export type SubDocPreviewFormFields = z.infer<typeof SubDocPreviewFormFields>;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { IBaseEntity } from './entity.types.js';
|
|
3
|
+
import { SignatureStatus } from './common.types.js';
|
|
4
|
+
import { SignerDataSchema } from './signer.types.js';
|
|
5
|
+
export const ISubDocPreview = IBaseEntity.extend({
|
|
6
|
+
templateId: z.string().min(1).max(36),
|
|
7
|
+
signers: z.array(SignerDataSchema).nullable(),
|
|
8
|
+
documentId: z.string().min(1).max(36).nullable(),
|
|
9
|
+
signatureUrl: z.string().min(1).max(255).nullable(),
|
|
10
|
+
errors: z.string().nullable(),
|
|
11
|
+
status: z.nativeEnum(SignatureStatus),
|
|
12
|
+
jointStatus: z.nativeEnum(SignatureStatus),
|
|
13
|
+
});
|
|
14
|
+
export const CreateSubDocPreview = z.object({
|
|
15
|
+
templateId: z.string().min(1).max(36),
|
|
16
|
+
subDocPreviewData: z.record(z.string()),
|
|
17
|
+
});
|
|
18
|
+
export const CreateSubDocPreviewResponse = z.object({ documentId: z.string() });
|
|
19
|
+
export const SubDocPreviewFormFields = z.array(z.object({
|
|
20
|
+
id: z.string().min(1).max(255),
|
|
21
|
+
type: z.string().min(1).max(255),
|
|
22
|
+
options: z.array(z.string()).optional(),
|
|
23
|
+
}));
|
|
24
|
+
//# sourceMappingURL=subdoc-preview.types.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"subdoc-preview.types.js","sourceRoot":"","sources":["subdoc-preview.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AACjD,OAAO,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAElD,MAAM,CAAC,MAAM,cAAc,GAAG,WAAW,CAAC,MAAM,CAAC;IAC/C,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,EAAE,CAAC;IACrC,OAAO,EAAE,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAAC,QAAQ,EAAE;IAC7C,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC,QAAQ,EAAE;IAChD,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,QAAQ,EAAE;IACnD,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC7B,MAAM,EAAE,CAAC,CAAC,UAAU,CAAC,eAAe,CAAC;IACrC,WAAW,EAAE,CAAC,CAAC,UAAU,CAAC,eAAe,CAAC;CAC3C,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,mBAAmB,GAAG,CAAC,CAAC,MAAM,CAAC;IAC1C,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,EAAE,CAAC;IACrC,iBAAiB,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;CACxC,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,2BAA2B,GAAG,CAAC,CAAC,MAAM,CAAC,EAAE,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC;AAKhF,MAAM,CAAC,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAC5C,CAAC,CAAC,MAAM,CAAC;IACP,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC;IAC9B,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC;IAChC,OAAO,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;CACxC,CAAC,CACH,CAAC"}
|