@dalmore/api-contracts 0.0.0-dev.d070175 → 0.0.0-dev.d10f798
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 +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 +1186 -0
- package/common/types/asset.types.js +429 -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 +1021 -0
- package/common/types/bonus-tier.types.js +171 -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 +1512 -0
- package/common/types/common.types.js +1442 -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 +1509 -0
- package/common/types/issuer-offering.types.js +413 -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 +2555 -0
- package/common/types/offering.types.js +574 -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 +1496 -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 +1116 -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 +12786 -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 +983 -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 -171
- 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 -1526
- 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 -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 -541
- 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 -392
- 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 -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 -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 -726
- 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 -999
- 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 -307
- 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 -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/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 -74
- 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 -221
- 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 -55
- 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 -121
- 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 -73
- 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 -189
- 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,1308 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { ComplianceReview, ExchangeProvider, RunnerType } from './common.types';
|
|
3
|
+
export declare const exchangeImportIdSchema: z.ZodEffects<z.ZodString, string, string>;
|
|
4
|
+
export declare enum ExchangeImportFrequency {
|
|
5
|
+
DAILY = "DAILY",
|
|
6
|
+
WEEKLY = "WEEKLY",
|
|
7
|
+
MONTHLY = "MONTHLY",
|
|
8
|
+
EXTERNAL = "EXTERNAL"
|
|
9
|
+
}
|
|
10
|
+
export declare const ExchangeImport: z.ZodObject<{
|
|
11
|
+
__entity: z.ZodOptional<z.ZodString>;
|
|
12
|
+
createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
|
|
13
|
+
updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
|
|
14
|
+
deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
|
|
15
|
+
} & {
|
|
16
|
+
id: z.ZodEffects<z.ZodString, string, string>;
|
|
17
|
+
accountId: z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>;
|
|
18
|
+
frequency: z.ZodEnum<[ExchangeImportFrequency.DAILY, ExchangeImportFrequency.WEEKLY, ExchangeImportFrequency.MONTHLY, ExchangeImportFrequency.EXTERNAL]>;
|
|
19
|
+
provider: z.ZodNativeEnum<typeof ExchangeProvider>;
|
|
20
|
+
isActive: z.ZodBoolean;
|
|
21
|
+
runner: z.ZodDefault<z.ZodNativeEnum<typeof RunnerType>>;
|
|
22
|
+
secureRequestId: z.ZodNullable<z.ZodEffects<z.ZodString, string, string>>;
|
|
23
|
+
primaries: z.ZodDefault<z.ZodBoolean>;
|
|
24
|
+
secondaries: z.ZodDefault<z.ZodBoolean>;
|
|
25
|
+
}, "strip", z.ZodTypeAny, {
|
|
26
|
+
id: string;
|
|
27
|
+
createdAt: string | Date;
|
|
28
|
+
updatedAt: string | Date;
|
|
29
|
+
deletedAt: string | Date | null;
|
|
30
|
+
provider: ExchangeProvider;
|
|
31
|
+
accountId: string;
|
|
32
|
+
frequency: ExchangeImportFrequency;
|
|
33
|
+
isActive: boolean;
|
|
34
|
+
runner: RunnerType;
|
|
35
|
+
secureRequestId: string | null;
|
|
36
|
+
primaries: boolean;
|
|
37
|
+
secondaries: boolean;
|
|
38
|
+
__entity?: string | undefined;
|
|
39
|
+
}, {
|
|
40
|
+
id: string;
|
|
41
|
+
createdAt: string | Date;
|
|
42
|
+
updatedAt: string | Date;
|
|
43
|
+
deletedAt: string | Date | null;
|
|
44
|
+
provider: ExchangeProvider;
|
|
45
|
+
accountId: string;
|
|
46
|
+
frequency: ExchangeImportFrequency;
|
|
47
|
+
isActive: boolean;
|
|
48
|
+
secureRequestId: string | null;
|
|
49
|
+
__entity?: string | undefined;
|
|
50
|
+
runner?: RunnerType | undefined;
|
|
51
|
+
primaries?: boolean | undefined;
|
|
52
|
+
secondaries?: boolean | undefined;
|
|
53
|
+
}>;
|
|
54
|
+
export type ExchangeImport = z.infer<typeof ExchangeImport>;
|
|
55
|
+
export declare const PaginatedExchangeImports: z.ZodObject<{
|
|
56
|
+
items: z.ZodArray<z.ZodObject<{
|
|
57
|
+
__entity: z.ZodOptional<z.ZodString>;
|
|
58
|
+
createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
|
|
59
|
+
updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
|
|
60
|
+
deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
|
|
61
|
+
} & {
|
|
62
|
+
id: z.ZodEffects<z.ZodString, string, string>;
|
|
63
|
+
accountId: z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>;
|
|
64
|
+
frequency: z.ZodEnum<[ExchangeImportFrequency.DAILY, ExchangeImportFrequency.WEEKLY, ExchangeImportFrequency.MONTHLY, ExchangeImportFrequency.EXTERNAL]>;
|
|
65
|
+
provider: z.ZodNativeEnum<typeof ExchangeProvider>;
|
|
66
|
+
isActive: z.ZodBoolean;
|
|
67
|
+
runner: z.ZodDefault<z.ZodNativeEnum<typeof RunnerType>>;
|
|
68
|
+
secureRequestId: z.ZodNullable<z.ZodEffects<z.ZodString, string, string>>;
|
|
69
|
+
primaries: z.ZodDefault<z.ZodBoolean>;
|
|
70
|
+
secondaries: z.ZodDefault<z.ZodBoolean>;
|
|
71
|
+
}, "strip", z.ZodTypeAny, {
|
|
72
|
+
id: string;
|
|
73
|
+
createdAt: string | Date;
|
|
74
|
+
updatedAt: string | Date;
|
|
75
|
+
deletedAt: string | Date | null;
|
|
76
|
+
provider: ExchangeProvider;
|
|
77
|
+
accountId: string;
|
|
78
|
+
frequency: ExchangeImportFrequency;
|
|
79
|
+
isActive: boolean;
|
|
80
|
+
runner: RunnerType;
|
|
81
|
+
secureRequestId: string | null;
|
|
82
|
+
primaries: boolean;
|
|
83
|
+
secondaries: boolean;
|
|
84
|
+
__entity?: string | undefined;
|
|
85
|
+
}, {
|
|
86
|
+
id: string;
|
|
87
|
+
createdAt: string | Date;
|
|
88
|
+
updatedAt: string | Date;
|
|
89
|
+
deletedAt: string | Date | null;
|
|
90
|
+
provider: ExchangeProvider;
|
|
91
|
+
accountId: string;
|
|
92
|
+
frequency: ExchangeImportFrequency;
|
|
93
|
+
isActive: boolean;
|
|
94
|
+
secureRequestId: string | null;
|
|
95
|
+
__entity?: string | undefined;
|
|
96
|
+
runner?: RunnerType | undefined;
|
|
97
|
+
primaries?: boolean | undefined;
|
|
98
|
+
secondaries?: boolean | undefined;
|
|
99
|
+
}>, "many">;
|
|
100
|
+
meta: z.ZodObject<{
|
|
101
|
+
itemCount: z.ZodNumber;
|
|
102
|
+
totalItems: z.ZodOptional<z.ZodNumber>;
|
|
103
|
+
itemsPerPage: z.ZodNumber;
|
|
104
|
+
totalPages: z.ZodOptional<z.ZodNumber>;
|
|
105
|
+
currentPage: z.ZodNumber;
|
|
106
|
+
}, "strip", z.ZodTypeAny, {
|
|
107
|
+
itemCount: number;
|
|
108
|
+
itemsPerPage: number;
|
|
109
|
+
currentPage: number;
|
|
110
|
+
totalItems?: number | undefined;
|
|
111
|
+
totalPages?: number | undefined;
|
|
112
|
+
}, {
|
|
113
|
+
itemCount: number;
|
|
114
|
+
itemsPerPage: number;
|
|
115
|
+
currentPage: number;
|
|
116
|
+
totalItems?: number | undefined;
|
|
117
|
+
totalPages?: number | undefined;
|
|
118
|
+
}>;
|
|
119
|
+
}, "strip", z.ZodTypeAny, {
|
|
120
|
+
items: {
|
|
121
|
+
id: string;
|
|
122
|
+
createdAt: string | Date;
|
|
123
|
+
updatedAt: string | Date;
|
|
124
|
+
deletedAt: string | Date | null;
|
|
125
|
+
provider: ExchangeProvider;
|
|
126
|
+
accountId: string;
|
|
127
|
+
frequency: ExchangeImportFrequency;
|
|
128
|
+
isActive: boolean;
|
|
129
|
+
runner: RunnerType;
|
|
130
|
+
secureRequestId: string | null;
|
|
131
|
+
primaries: boolean;
|
|
132
|
+
secondaries: boolean;
|
|
133
|
+
__entity?: string | undefined;
|
|
134
|
+
}[];
|
|
135
|
+
meta: {
|
|
136
|
+
itemCount: number;
|
|
137
|
+
itemsPerPage: number;
|
|
138
|
+
currentPage: number;
|
|
139
|
+
totalItems?: number | undefined;
|
|
140
|
+
totalPages?: number | undefined;
|
|
141
|
+
};
|
|
142
|
+
}, {
|
|
143
|
+
items: {
|
|
144
|
+
id: string;
|
|
145
|
+
createdAt: string | Date;
|
|
146
|
+
updatedAt: string | Date;
|
|
147
|
+
deletedAt: string | Date | null;
|
|
148
|
+
provider: ExchangeProvider;
|
|
149
|
+
accountId: string;
|
|
150
|
+
frequency: ExchangeImportFrequency;
|
|
151
|
+
isActive: boolean;
|
|
152
|
+
secureRequestId: string | null;
|
|
153
|
+
__entity?: string | undefined;
|
|
154
|
+
runner?: RunnerType | undefined;
|
|
155
|
+
primaries?: boolean | undefined;
|
|
156
|
+
secondaries?: boolean | undefined;
|
|
157
|
+
}[];
|
|
158
|
+
meta: {
|
|
159
|
+
itemCount: number;
|
|
160
|
+
itemsPerPage: number;
|
|
161
|
+
currentPage: number;
|
|
162
|
+
totalItems?: number | undefined;
|
|
163
|
+
totalPages?: number | undefined;
|
|
164
|
+
};
|
|
165
|
+
}>;
|
|
166
|
+
export type PaginatedExchangeImports = z.infer<typeof PaginatedExchangeImports>;
|
|
167
|
+
export declare const PostAdminExchangeImport: z.ZodObject<{
|
|
168
|
+
frequency: z.ZodEnum<[ExchangeImportFrequency.DAILY, ExchangeImportFrequency.WEEKLY, ExchangeImportFrequency.MONTHLY, ExchangeImportFrequency.EXTERNAL]>;
|
|
169
|
+
provider: z.ZodNativeEnum<typeof ExchangeProvider>;
|
|
170
|
+
accountId: z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>;
|
|
171
|
+
runner: z.ZodOptional<z.ZodDefault<z.ZodNativeEnum<typeof RunnerType>>>;
|
|
172
|
+
secureRequestId: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodString, string, string>>>;
|
|
173
|
+
primaries: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
174
|
+
secondaries: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
175
|
+
}, "strip", z.ZodTypeAny, {
|
|
176
|
+
provider: ExchangeProvider;
|
|
177
|
+
accountId: string;
|
|
178
|
+
frequency: ExchangeImportFrequency;
|
|
179
|
+
runner?: RunnerType | undefined;
|
|
180
|
+
secureRequestId?: string | null | undefined;
|
|
181
|
+
primaries?: boolean | undefined;
|
|
182
|
+
secondaries?: boolean | undefined;
|
|
183
|
+
}, {
|
|
184
|
+
provider: ExchangeProvider;
|
|
185
|
+
accountId: string;
|
|
186
|
+
frequency: ExchangeImportFrequency;
|
|
187
|
+
runner?: RunnerType | undefined;
|
|
188
|
+
secureRequestId?: string | null | undefined;
|
|
189
|
+
primaries?: boolean | undefined;
|
|
190
|
+
secondaries?: boolean | undefined;
|
|
191
|
+
}>;
|
|
192
|
+
export type PostAdminExchangeImport = z.infer<typeof PostAdminExchangeImport>;
|
|
193
|
+
export declare const UpdateExchangeImport: z.ZodObject<{
|
|
194
|
+
isActive: z.ZodBoolean;
|
|
195
|
+
}, "strip", z.ZodTypeAny, {
|
|
196
|
+
isActive: boolean;
|
|
197
|
+
}, {
|
|
198
|
+
isActive: boolean;
|
|
199
|
+
}>;
|
|
200
|
+
export type UpdateExchangeImport = z.infer<typeof UpdateExchangeImport>;
|
|
201
|
+
export declare const TriggerExchangeImport: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
202
|
+
export type TriggerExchangeImport = z.infer<typeof TriggerExchangeImport>;
|
|
203
|
+
export declare const CreateOrderRequest: z.ZodObject<{
|
|
204
|
+
memberid: z.ZodString;
|
|
205
|
+
issuerid: z.ZodString;
|
|
206
|
+
accountid: z.ZodOptional<z.ZodString>;
|
|
207
|
+
securityid: z.ZodString;
|
|
208
|
+
type: z.ZodEnum<["Limit", "RFQ"]>;
|
|
209
|
+
action: z.ZodEnum<["Buy", "Sell"]>;
|
|
210
|
+
quantity: z.ZodNumber;
|
|
211
|
+
price: z.ZodNumber;
|
|
212
|
+
expiration: z.ZodEnum<["GTC", "Day", "Other"]>;
|
|
213
|
+
expirationDate: z.ZodOptional<z.ZodDate>;
|
|
214
|
+
disclosePrice: z.ZodEnum<["Yes", "No"]>;
|
|
215
|
+
contingencies: z.ZodOptional<z.ZodEnum<["All or None", "Minimum Quantity", ""]>>;
|
|
216
|
+
minimumThreshold: z.ZodOptional<z.ZodNumber>;
|
|
217
|
+
solicited: z.ZodEnum<["Solicited", "Unsolicited"]>;
|
|
218
|
+
token: z.ZodOptional<z.ZodString>;
|
|
219
|
+
}, "strip", z.ZodTypeAny, {
|
|
220
|
+
type: "Limit" | "RFQ";
|
|
221
|
+
quantity: number;
|
|
222
|
+
memberid: string;
|
|
223
|
+
issuerid: string;
|
|
224
|
+
securityid: string;
|
|
225
|
+
action: "Buy" | "Sell";
|
|
226
|
+
price: number;
|
|
227
|
+
expiration: "GTC" | "Day" | "Other";
|
|
228
|
+
disclosePrice: "Yes" | "No";
|
|
229
|
+
solicited: "Solicited" | "Unsolicited";
|
|
230
|
+
token?: string | undefined;
|
|
231
|
+
accountid?: string | undefined;
|
|
232
|
+
expirationDate?: Date | undefined;
|
|
233
|
+
contingencies?: "" | "All or None" | "Minimum Quantity" | undefined;
|
|
234
|
+
minimumThreshold?: number | undefined;
|
|
235
|
+
}, {
|
|
236
|
+
type: "Limit" | "RFQ";
|
|
237
|
+
quantity: number;
|
|
238
|
+
memberid: string;
|
|
239
|
+
issuerid: string;
|
|
240
|
+
securityid: string;
|
|
241
|
+
action: "Buy" | "Sell";
|
|
242
|
+
price: number;
|
|
243
|
+
expiration: "GTC" | "Day" | "Other";
|
|
244
|
+
disclosePrice: "Yes" | "No";
|
|
245
|
+
solicited: "Solicited" | "Unsolicited";
|
|
246
|
+
token?: string | undefined;
|
|
247
|
+
accountid?: string | undefined;
|
|
248
|
+
expirationDate?: Date | undefined;
|
|
249
|
+
contingencies?: "" | "All or None" | "Minimum Quantity" | undefined;
|
|
250
|
+
minimumThreshold?: number | undefined;
|
|
251
|
+
}>;
|
|
252
|
+
export type CreateOrderRequest = z.infer<typeof CreateOrderRequest>;
|
|
253
|
+
export declare const CreateOrderResponse: z.ZodObject<{
|
|
254
|
+
statusCode: z.ZodString;
|
|
255
|
+
statusDesc: z.ZodString;
|
|
256
|
+
orderid: z.ZodString;
|
|
257
|
+
orderStatus: z.ZodEnum<["Pending", "Live", "Rejected", "Cancelled", "Partially Executed", "Executed"]>;
|
|
258
|
+
token: z.ZodOptional<z.ZodString>;
|
|
259
|
+
}, "strip", z.ZodTypeAny, {
|
|
260
|
+
statusCode: string;
|
|
261
|
+
statusDesc: string;
|
|
262
|
+
orderid: string;
|
|
263
|
+
orderStatus: "Pending" | "Live" | "Rejected" | "Cancelled" | "Partially Executed" | "Executed";
|
|
264
|
+
token?: string | undefined;
|
|
265
|
+
}, {
|
|
266
|
+
statusCode: string;
|
|
267
|
+
statusDesc: string;
|
|
268
|
+
orderid: string;
|
|
269
|
+
orderStatus: "Pending" | "Live" | "Rejected" | "Cancelled" | "Partially Executed" | "Executed";
|
|
270
|
+
token?: string | undefined;
|
|
271
|
+
}>;
|
|
272
|
+
export type CreateOrderResponse = z.infer<typeof CreateOrderResponse>;
|
|
273
|
+
export declare const PpexOrderZod: z.ZodObject<{
|
|
274
|
+
securityId: z.ZodString;
|
|
275
|
+
securityName: z.ZodString;
|
|
276
|
+
expirationType: z.ZodString;
|
|
277
|
+
expirationDate: z.ZodString;
|
|
278
|
+
memberId: z.ZodString;
|
|
279
|
+
orderId: z.ZodString;
|
|
280
|
+
accountId: z.ZodString;
|
|
281
|
+
accountName: z.ZodString;
|
|
282
|
+
securityType: z.ZodString;
|
|
283
|
+
shares: z.ZodString;
|
|
284
|
+
remainingShares: z.ZodString;
|
|
285
|
+
sharePrice: z.ZodString;
|
|
286
|
+
amount: z.ZodString;
|
|
287
|
+
priceNotDisplayed: z.ZodString;
|
|
288
|
+
allOrNone: z.ZodString;
|
|
289
|
+
status: z.ZodString;
|
|
290
|
+
type: z.ZodString;
|
|
291
|
+
tradeStatus: z.ZodString;
|
|
292
|
+
orderStatus: z.ZodString;
|
|
293
|
+
tradeOrderStatus: z.ZodString;
|
|
294
|
+
negotiationStatus: z.ZodString;
|
|
295
|
+
deleted: z.ZodString;
|
|
296
|
+
createdDate: z.ZodString;
|
|
297
|
+
updatedBy: z.ZodString;
|
|
298
|
+
updatedDate: z.ZodString;
|
|
299
|
+
executionTime: z.ZodString;
|
|
300
|
+
contingencies: z.ZodString;
|
|
301
|
+
solicited: z.ZodString;
|
|
302
|
+
minimumQuantity: z.ZodString;
|
|
303
|
+
operationHrStatus: z.ZodString;
|
|
304
|
+
origination: z.ZodString;
|
|
305
|
+
cancelDate: z.ZodOptional<z.ZodString>;
|
|
306
|
+
cancelExecutionTime: z.ZodString;
|
|
307
|
+
token: z.ZodString;
|
|
308
|
+
}, "strip", z.ZodTypeAny, {
|
|
309
|
+
type: string;
|
|
310
|
+
status: string;
|
|
311
|
+
accountId: string;
|
|
312
|
+
tradeStatus: string;
|
|
313
|
+
accountName: string;
|
|
314
|
+
token: string;
|
|
315
|
+
amount: string;
|
|
316
|
+
expirationDate: string;
|
|
317
|
+
contingencies: string;
|
|
318
|
+
solicited: string;
|
|
319
|
+
orderStatus: string;
|
|
320
|
+
securityId: string;
|
|
321
|
+
securityName: string;
|
|
322
|
+
expirationType: string;
|
|
323
|
+
memberId: string;
|
|
324
|
+
orderId: string;
|
|
325
|
+
securityType: string;
|
|
326
|
+
shares: string;
|
|
327
|
+
remainingShares: string;
|
|
328
|
+
sharePrice: string;
|
|
329
|
+
priceNotDisplayed: string;
|
|
330
|
+
allOrNone: string;
|
|
331
|
+
tradeOrderStatus: string;
|
|
332
|
+
negotiationStatus: string;
|
|
333
|
+
deleted: string;
|
|
334
|
+
createdDate: string;
|
|
335
|
+
updatedBy: string;
|
|
336
|
+
updatedDate: string;
|
|
337
|
+
executionTime: string;
|
|
338
|
+
minimumQuantity: string;
|
|
339
|
+
operationHrStatus: string;
|
|
340
|
+
origination: string;
|
|
341
|
+
cancelExecutionTime: string;
|
|
342
|
+
cancelDate?: string | undefined;
|
|
343
|
+
}, {
|
|
344
|
+
type: string;
|
|
345
|
+
status: string;
|
|
346
|
+
accountId: string;
|
|
347
|
+
tradeStatus: string;
|
|
348
|
+
accountName: string;
|
|
349
|
+
token: string;
|
|
350
|
+
amount: string;
|
|
351
|
+
expirationDate: string;
|
|
352
|
+
contingencies: string;
|
|
353
|
+
solicited: string;
|
|
354
|
+
orderStatus: string;
|
|
355
|
+
securityId: string;
|
|
356
|
+
securityName: string;
|
|
357
|
+
expirationType: string;
|
|
358
|
+
memberId: string;
|
|
359
|
+
orderId: string;
|
|
360
|
+
securityType: string;
|
|
361
|
+
shares: string;
|
|
362
|
+
remainingShares: string;
|
|
363
|
+
sharePrice: string;
|
|
364
|
+
priceNotDisplayed: string;
|
|
365
|
+
allOrNone: string;
|
|
366
|
+
tradeOrderStatus: string;
|
|
367
|
+
negotiationStatus: string;
|
|
368
|
+
deleted: string;
|
|
369
|
+
createdDate: string;
|
|
370
|
+
updatedBy: string;
|
|
371
|
+
updatedDate: string;
|
|
372
|
+
executionTime: string;
|
|
373
|
+
minimumQuantity: string;
|
|
374
|
+
operationHrStatus: string;
|
|
375
|
+
origination: string;
|
|
376
|
+
cancelExecutionTime: string;
|
|
377
|
+
cancelDate?: string | undefined;
|
|
378
|
+
}>;
|
|
379
|
+
export declare const PpexTradeZod: z.ZodObject<{
|
|
380
|
+
memberId: z.ZodString;
|
|
381
|
+
bidId: z.ZodString;
|
|
382
|
+
askId: z.ZodString;
|
|
383
|
+
offeringId: z.ZodString;
|
|
384
|
+
accountId: z.ZodString;
|
|
385
|
+
partyType: z.ZodString;
|
|
386
|
+
tradeId: z.ZodString;
|
|
387
|
+
transactionType: z.ZodString;
|
|
388
|
+
amount: z.ZodString;
|
|
389
|
+
sharePrice: z.ZodString;
|
|
390
|
+
shares: z.ZodString;
|
|
391
|
+
status: z.ZodString;
|
|
392
|
+
reportingStatus: z.ZodString;
|
|
393
|
+
createdDate: z.ZodString;
|
|
394
|
+
deleted: z.ZodString;
|
|
395
|
+
executionTime: z.ZodString;
|
|
396
|
+
updatedDate: z.ZodNullable<z.ZodString>;
|
|
397
|
+
}, "strip", z.ZodTypeAny, {
|
|
398
|
+
status: string;
|
|
399
|
+
accountId: string;
|
|
400
|
+
offeringId: string;
|
|
401
|
+
amount: string;
|
|
402
|
+
tradeId: string;
|
|
403
|
+
memberId: string;
|
|
404
|
+
shares: string;
|
|
405
|
+
sharePrice: string;
|
|
406
|
+
deleted: string;
|
|
407
|
+
createdDate: string;
|
|
408
|
+
updatedDate: string | null;
|
|
409
|
+
executionTime: string;
|
|
410
|
+
bidId: string;
|
|
411
|
+
askId: string;
|
|
412
|
+
partyType: string;
|
|
413
|
+
transactionType: string;
|
|
414
|
+
reportingStatus: string;
|
|
415
|
+
}, {
|
|
416
|
+
status: string;
|
|
417
|
+
accountId: string;
|
|
418
|
+
offeringId: string;
|
|
419
|
+
amount: string;
|
|
420
|
+
tradeId: string;
|
|
421
|
+
memberId: string;
|
|
422
|
+
shares: string;
|
|
423
|
+
sharePrice: string;
|
|
424
|
+
deleted: string;
|
|
425
|
+
createdDate: string;
|
|
426
|
+
updatedDate: string | null;
|
|
427
|
+
executionTime: string;
|
|
428
|
+
bidId: string;
|
|
429
|
+
askId: string;
|
|
430
|
+
partyType: string;
|
|
431
|
+
transactionType: string;
|
|
432
|
+
reportingStatus: string;
|
|
433
|
+
}>;
|
|
434
|
+
export declare const GetOrdersResponseZod: z.ZodObject<{
|
|
435
|
+
statusCode: z.ZodString;
|
|
436
|
+
statusDesc: z.ZodString;
|
|
437
|
+
ppex_orders: z.ZodArray<z.ZodObject<{
|
|
438
|
+
securityId: z.ZodString;
|
|
439
|
+
securityName: z.ZodString;
|
|
440
|
+
expirationType: z.ZodString;
|
|
441
|
+
expirationDate: z.ZodString;
|
|
442
|
+
memberId: z.ZodString;
|
|
443
|
+
orderId: z.ZodString;
|
|
444
|
+
accountId: z.ZodString;
|
|
445
|
+
accountName: z.ZodString;
|
|
446
|
+
securityType: z.ZodString;
|
|
447
|
+
shares: z.ZodString;
|
|
448
|
+
remainingShares: z.ZodString;
|
|
449
|
+
sharePrice: z.ZodString;
|
|
450
|
+
amount: z.ZodString;
|
|
451
|
+
priceNotDisplayed: z.ZodString;
|
|
452
|
+
allOrNone: z.ZodString;
|
|
453
|
+
status: z.ZodString;
|
|
454
|
+
type: z.ZodString;
|
|
455
|
+
tradeStatus: z.ZodString;
|
|
456
|
+
orderStatus: z.ZodString;
|
|
457
|
+
tradeOrderStatus: z.ZodString;
|
|
458
|
+
negotiationStatus: z.ZodString;
|
|
459
|
+
deleted: z.ZodString;
|
|
460
|
+
createdDate: z.ZodString;
|
|
461
|
+
updatedBy: z.ZodString;
|
|
462
|
+
updatedDate: z.ZodString;
|
|
463
|
+
executionTime: z.ZodString;
|
|
464
|
+
contingencies: z.ZodString;
|
|
465
|
+
solicited: z.ZodString;
|
|
466
|
+
minimumQuantity: z.ZodString;
|
|
467
|
+
operationHrStatus: z.ZodString;
|
|
468
|
+
origination: z.ZodString;
|
|
469
|
+
cancelDate: z.ZodOptional<z.ZodString>;
|
|
470
|
+
cancelExecutionTime: z.ZodString;
|
|
471
|
+
token: z.ZodString;
|
|
472
|
+
}, "strip", z.ZodTypeAny, {
|
|
473
|
+
type: string;
|
|
474
|
+
status: string;
|
|
475
|
+
accountId: string;
|
|
476
|
+
tradeStatus: string;
|
|
477
|
+
accountName: string;
|
|
478
|
+
token: string;
|
|
479
|
+
amount: string;
|
|
480
|
+
expirationDate: string;
|
|
481
|
+
contingencies: string;
|
|
482
|
+
solicited: string;
|
|
483
|
+
orderStatus: string;
|
|
484
|
+
securityId: string;
|
|
485
|
+
securityName: string;
|
|
486
|
+
expirationType: string;
|
|
487
|
+
memberId: string;
|
|
488
|
+
orderId: string;
|
|
489
|
+
securityType: string;
|
|
490
|
+
shares: string;
|
|
491
|
+
remainingShares: string;
|
|
492
|
+
sharePrice: string;
|
|
493
|
+
priceNotDisplayed: string;
|
|
494
|
+
allOrNone: string;
|
|
495
|
+
tradeOrderStatus: string;
|
|
496
|
+
negotiationStatus: string;
|
|
497
|
+
deleted: string;
|
|
498
|
+
createdDate: string;
|
|
499
|
+
updatedBy: string;
|
|
500
|
+
updatedDate: string;
|
|
501
|
+
executionTime: string;
|
|
502
|
+
minimumQuantity: string;
|
|
503
|
+
operationHrStatus: string;
|
|
504
|
+
origination: string;
|
|
505
|
+
cancelExecutionTime: string;
|
|
506
|
+
cancelDate?: string | undefined;
|
|
507
|
+
}, {
|
|
508
|
+
type: string;
|
|
509
|
+
status: string;
|
|
510
|
+
accountId: string;
|
|
511
|
+
tradeStatus: string;
|
|
512
|
+
accountName: string;
|
|
513
|
+
token: string;
|
|
514
|
+
amount: string;
|
|
515
|
+
expirationDate: string;
|
|
516
|
+
contingencies: string;
|
|
517
|
+
solicited: string;
|
|
518
|
+
orderStatus: string;
|
|
519
|
+
securityId: string;
|
|
520
|
+
securityName: string;
|
|
521
|
+
expirationType: string;
|
|
522
|
+
memberId: string;
|
|
523
|
+
orderId: string;
|
|
524
|
+
securityType: string;
|
|
525
|
+
shares: string;
|
|
526
|
+
remainingShares: string;
|
|
527
|
+
sharePrice: string;
|
|
528
|
+
priceNotDisplayed: string;
|
|
529
|
+
allOrNone: string;
|
|
530
|
+
tradeOrderStatus: string;
|
|
531
|
+
negotiationStatus: string;
|
|
532
|
+
deleted: string;
|
|
533
|
+
createdDate: string;
|
|
534
|
+
updatedBy: string;
|
|
535
|
+
updatedDate: string;
|
|
536
|
+
executionTime: string;
|
|
537
|
+
minimumQuantity: string;
|
|
538
|
+
operationHrStatus: string;
|
|
539
|
+
origination: string;
|
|
540
|
+
cancelExecutionTime: string;
|
|
541
|
+
cancelDate?: string | undefined;
|
|
542
|
+
}>, "many">;
|
|
543
|
+
pagination: z.ZodObject<{
|
|
544
|
+
totalRecords: z.ZodNumber;
|
|
545
|
+
startIndex: z.ZodNumber;
|
|
546
|
+
endIndex: z.ZodNumber;
|
|
547
|
+
}, "strip", z.ZodTypeAny, {
|
|
548
|
+
totalRecords: number;
|
|
549
|
+
startIndex: number;
|
|
550
|
+
endIndex: number;
|
|
551
|
+
}, {
|
|
552
|
+
totalRecords: number;
|
|
553
|
+
startIndex: number;
|
|
554
|
+
endIndex: number;
|
|
555
|
+
}>;
|
|
556
|
+
}, "strip", z.ZodTypeAny, {
|
|
557
|
+
statusCode: string;
|
|
558
|
+
statusDesc: string;
|
|
559
|
+
ppex_orders: {
|
|
560
|
+
type: string;
|
|
561
|
+
status: string;
|
|
562
|
+
accountId: string;
|
|
563
|
+
tradeStatus: string;
|
|
564
|
+
accountName: string;
|
|
565
|
+
token: string;
|
|
566
|
+
amount: string;
|
|
567
|
+
expirationDate: string;
|
|
568
|
+
contingencies: string;
|
|
569
|
+
solicited: string;
|
|
570
|
+
orderStatus: string;
|
|
571
|
+
securityId: string;
|
|
572
|
+
securityName: string;
|
|
573
|
+
expirationType: string;
|
|
574
|
+
memberId: string;
|
|
575
|
+
orderId: string;
|
|
576
|
+
securityType: string;
|
|
577
|
+
shares: string;
|
|
578
|
+
remainingShares: string;
|
|
579
|
+
sharePrice: string;
|
|
580
|
+
priceNotDisplayed: string;
|
|
581
|
+
allOrNone: string;
|
|
582
|
+
tradeOrderStatus: string;
|
|
583
|
+
negotiationStatus: string;
|
|
584
|
+
deleted: string;
|
|
585
|
+
createdDate: string;
|
|
586
|
+
updatedBy: string;
|
|
587
|
+
updatedDate: string;
|
|
588
|
+
executionTime: string;
|
|
589
|
+
minimumQuantity: string;
|
|
590
|
+
operationHrStatus: string;
|
|
591
|
+
origination: string;
|
|
592
|
+
cancelExecutionTime: string;
|
|
593
|
+
cancelDate?: string | undefined;
|
|
594
|
+
}[];
|
|
595
|
+
pagination: {
|
|
596
|
+
totalRecords: number;
|
|
597
|
+
startIndex: number;
|
|
598
|
+
endIndex: number;
|
|
599
|
+
};
|
|
600
|
+
}, {
|
|
601
|
+
statusCode: string;
|
|
602
|
+
statusDesc: string;
|
|
603
|
+
ppex_orders: {
|
|
604
|
+
type: string;
|
|
605
|
+
status: string;
|
|
606
|
+
accountId: string;
|
|
607
|
+
tradeStatus: string;
|
|
608
|
+
accountName: string;
|
|
609
|
+
token: string;
|
|
610
|
+
amount: string;
|
|
611
|
+
expirationDate: string;
|
|
612
|
+
contingencies: string;
|
|
613
|
+
solicited: string;
|
|
614
|
+
orderStatus: string;
|
|
615
|
+
securityId: string;
|
|
616
|
+
securityName: string;
|
|
617
|
+
expirationType: string;
|
|
618
|
+
memberId: string;
|
|
619
|
+
orderId: string;
|
|
620
|
+
securityType: string;
|
|
621
|
+
shares: string;
|
|
622
|
+
remainingShares: string;
|
|
623
|
+
sharePrice: string;
|
|
624
|
+
priceNotDisplayed: string;
|
|
625
|
+
allOrNone: string;
|
|
626
|
+
tradeOrderStatus: string;
|
|
627
|
+
negotiationStatus: string;
|
|
628
|
+
deleted: string;
|
|
629
|
+
createdDate: string;
|
|
630
|
+
updatedBy: string;
|
|
631
|
+
updatedDate: string;
|
|
632
|
+
executionTime: string;
|
|
633
|
+
minimumQuantity: string;
|
|
634
|
+
operationHrStatus: string;
|
|
635
|
+
origination: string;
|
|
636
|
+
cancelExecutionTime: string;
|
|
637
|
+
cancelDate?: string | undefined;
|
|
638
|
+
}[];
|
|
639
|
+
pagination: {
|
|
640
|
+
totalRecords: number;
|
|
641
|
+
startIndex: number;
|
|
642
|
+
endIndex: number;
|
|
643
|
+
};
|
|
644
|
+
}>;
|
|
645
|
+
export declare const GetTradesResponseZod: z.ZodObject<{
|
|
646
|
+
statusCode: z.ZodString;
|
|
647
|
+
statusDesc: z.ZodString;
|
|
648
|
+
ppex_trades: z.ZodArray<z.ZodObject<{
|
|
649
|
+
memberId: z.ZodString;
|
|
650
|
+
bidId: z.ZodString;
|
|
651
|
+
askId: z.ZodString;
|
|
652
|
+
offeringId: z.ZodString;
|
|
653
|
+
accountId: z.ZodString;
|
|
654
|
+
partyType: z.ZodString;
|
|
655
|
+
tradeId: z.ZodString;
|
|
656
|
+
transactionType: z.ZodString;
|
|
657
|
+
amount: z.ZodString;
|
|
658
|
+
sharePrice: z.ZodString;
|
|
659
|
+
shares: z.ZodString;
|
|
660
|
+
status: z.ZodString;
|
|
661
|
+
reportingStatus: z.ZodString;
|
|
662
|
+
createdDate: z.ZodString;
|
|
663
|
+
deleted: z.ZodString;
|
|
664
|
+
executionTime: z.ZodString;
|
|
665
|
+
updatedDate: z.ZodNullable<z.ZodString>;
|
|
666
|
+
}, "strip", z.ZodTypeAny, {
|
|
667
|
+
status: string;
|
|
668
|
+
accountId: string;
|
|
669
|
+
offeringId: string;
|
|
670
|
+
amount: string;
|
|
671
|
+
tradeId: string;
|
|
672
|
+
memberId: string;
|
|
673
|
+
shares: string;
|
|
674
|
+
sharePrice: string;
|
|
675
|
+
deleted: string;
|
|
676
|
+
createdDate: string;
|
|
677
|
+
updatedDate: string | null;
|
|
678
|
+
executionTime: string;
|
|
679
|
+
bidId: string;
|
|
680
|
+
askId: string;
|
|
681
|
+
partyType: string;
|
|
682
|
+
transactionType: string;
|
|
683
|
+
reportingStatus: string;
|
|
684
|
+
}, {
|
|
685
|
+
status: string;
|
|
686
|
+
accountId: string;
|
|
687
|
+
offeringId: string;
|
|
688
|
+
amount: string;
|
|
689
|
+
tradeId: string;
|
|
690
|
+
memberId: string;
|
|
691
|
+
shares: string;
|
|
692
|
+
sharePrice: string;
|
|
693
|
+
deleted: string;
|
|
694
|
+
createdDate: string;
|
|
695
|
+
updatedDate: string | null;
|
|
696
|
+
executionTime: string;
|
|
697
|
+
bidId: string;
|
|
698
|
+
askId: string;
|
|
699
|
+
partyType: string;
|
|
700
|
+
transactionType: string;
|
|
701
|
+
reportingStatus: string;
|
|
702
|
+
}>, "many">;
|
|
703
|
+
pagination: z.ZodObject<{
|
|
704
|
+
totalRecords: z.ZodNumber;
|
|
705
|
+
startIndex: z.ZodNumber;
|
|
706
|
+
endIndex: z.ZodNumber;
|
|
707
|
+
}, "strip", z.ZodTypeAny, {
|
|
708
|
+
totalRecords: number;
|
|
709
|
+
startIndex: number;
|
|
710
|
+
endIndex: number;
|
|
711
|
+
}, {
|
|
712
|
+
totalRecords: number;
|
|
713
|
+
startIndex: number;
|
|
714
|
+
endIndex: number;
|
|
715
|
+
}>;
|
|
716
|
+
}, "strip", z.ZodTypeAny, {
|
|
717
|
+
statusCode: string;
|
|
718
|
+
statusDesc: string;
|
|
719
|
+
pagination: {
|
|
720
|
+
totalRecords: number;
|
|
721
|
+
startIndex: number;
|
|
722
|
+
endIndex: number;
|
|
723
|
+
};
|
|
724
|
+
ppex_trades: {
|
|
725
|
+
status: string;
|
|
726
|
+
accountId: string;
|
|
727
|
+
offeringId: string;
|
|
728
|
+
amount: string;
|
|
729
|
+
tradeId: string;
|
|
730
|
+
memberId: string;
|
|
731
|
+
shares: string;
|
|
732
|
+
sharePrice: string;
|
|
733
|
+
deleted: string;
|
|
734
|
+
createdDate: string;
|
|
735
|
+
updatedDate: string | null;
|
|
736
|
+
executionTime: string;
|
|
737
|
+
bidId: string;
|
|
738
|
+
askId: string;
|
|
739
|
+
partyType: string;
|
|
740
|
+
transactionType: string;
|
|
741
|
+
reportingStatus: string;
|
|
742
|
+
}[];
|
|
743
|
+
}, {
|
|
744
|
+
statusCode: string;
|
|
745
|
+
statusDesc: string;
|
|
746
|
+
pagination: {
|
|
747
|
+
totalRecords: number;
|
|
748
|
+
startIndex: number;
|
|
749
|
+
endIndex: number;
|
|
750
|
+
};
|
|
751
|
+
ppex_trades: {
|
|
752
|
+
status: string;
|
|
753
|
+
accountId: string;
|
|
754
|
+
offeringId: string;
|
|
755
|
+
amount: string;
|
|
756
|
+
tradeId: string;
|
|
757
|
+
memberId: string;
|
|
758
|
+
shares: string;
|
|
759
|
+
sharePrice: string;
|
|
760
|
+
deleted: string;
|
|
761
|
+
createdDate: string;
|
|
762
|
+
updatedDate: string | null;
|
|
763
|
+
executionTime: string;
|
|
764
|
+
bidId: string;
|
|
765
|
+
askId: string;
|
|
766
|
+
partyType: string;
|
|
767
|
+
transactionType: string;
|
|
768
|
+
reportingStatus: string;
|
|
769
|
+
}[];
|
|
770
|
+
}>;
|
|
771
|
+
export declare const GetOrdersRequestZod: z.ZodObject<{
|
|
772
|
+
limit: z.ZodOptional<z.ZodNumber>;
|
|
773
|
+
offset: z.ZodOptional<z.ZodNumber>;
|
|
774
|
+
filter: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
775
|
+
sort: z.ZodOptional<z.ZodString>;
|
|
776
|
+
clientId: z.ZodString;
|
|
777
|
+
apiKey: z.ZodString;
|
|
778
|
+
baseUrl: z.ZodString;
|
|
779
|
+
}, "strip", z.ZodTypeAny, {
|
|
780
|
+
clientId: string;
|
|
781
|
+
apiKey: string;
|
|
782
|
+
baseUrl: string;
|
|
783
|
+
sort?: string | undefined;
|
|
784
|
+
filter?: Record<string, any> | undefined;
|
|
785
|
+
limit?: number | undefined;
|
|
786
|
+
offset?: number | undefined;
|
|
787
|
+
}, {
|
|
788
|
+
clientId: string;
|
|
789
|
+
apiKey: string;
|
|
790
|
+
baseUrl: string;
|
|
791
|
+
sort?: string | undefined;
|
|
792
|
+
filter?: Record<string, any> | undefined;
|
|
793
|
+
limit?: number | undefined;
|
|
794
|
+
offset?: number | undefined;
|
|
795
|
+
}>;
|
|
796
|
+
export declare const GetTradesRequestZod: z.ZodObject<{
|
|
797
|
+
limit: z.ZodOptional<z.ZodNumber>;
|
|
798
|
+
offset: z.ZodOptional<z.ZodNumber>;
|
|
799
|
+
filter: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
800
|
+
sort: z.ZodOptional<z.ZodString>;
|
|
801
|
+
deleted: z.ZodOptional<z.ZodBoolean>;
|
|
802
|
+
clientId: z.ZodString;
|
|
803
|
+
apiKey: z.ZodString;
|
|
804
|
+
baseUrl: z.ZodString;
|
|
805
|
+
}, "strip", z.ZodTypeAny, {
|
|
806
|
+
clientId: string;
|
|
807
|
+
apiKey: string;
|
|
808
|
+
baseUrl: string;
|
|
809
|
+
sort?: string | undefined;
|
|
810
|
+
filter?: Record<string, any> | undefined;
|
|
811
|
+
limit?: number | undefined;
|
|
812
|
+
deleted?: boolean | undefined;
|
|
813
|
+
offset?: number | undefined;
|
|
814
|
+
}, {
|
|
815
|
+
clientId: string;
|
|
816
|
+
apiKey: string;
|
|
817
|
+
baseUrl: string;
|
|
818
|
+
sort?: string | undefined;
|
|
819
|
+
filter?: Record<string, any> | undefined;
|
|
820
|
+
limit?: number | undefined;
|
|
821
|
+
deleted?: boolean | undefined;
|
|
822
|
+
offset?: number | undefined;
|
|
823
|
+
}>;
|
|
824
|
+
export type PpexOrder = z.infer<typeof PpexOrderZod>;
|
|
825
|
+
export type PpexTrade = z.infer<typeof PpexTradeZod>;
|
|
826
|
+
export type GetOrdersResponse = z.infer<typeof GetOrdersResponseZod>;
|
|
827
|
+
export type GetTradesResponse = z.infer<typeof GetTradesResponseZod>;
|
|
828
|
+
export type GetOrdersRequest = z.infer<typeof GetOrdersRequestZod>;
|
|
829
|
+
export type GetTradesRequest = z.infer<typeof GetTradesRequestZod>;
|
|
830
|
+
export type RawOrderData = PpexOrder;
|
|
831
|
+
export type RawTradeData = PpexTrade;
|
|
832
|
+
export declare const PpexAccountZod: z.ZodObject<{
|
|
833
|
+
accountId: z.ZodString;
|
|
834
|
+
accountName: z.ZodNullable<z.ZodString>;
|
|
835
|
+
type: z.ZodNullable<z.ZodString>;
|
|
836
|
+
entityType: z.ZodNullable<z.ZodString>;
|
|
837
|
+
residentType: z.ZodNullable<z.ZodString>;
|
|
838
|
+
socialSecurityNumber: z.ZodNullable<z.ZodString>;
|
|
839
|
+
address1: z.ZodNullable<z.ZodString>;
|
|
840
|
+
address2: z.ZodNullable<z.ZodString>;
|
|
841
|
+
city: z.ZodNullable<z.ZodString>;
|
|
842
|
+
state: z.ZodNullable<z.ZodString>;
|
|
843
|
+
zip: z.ZodNullable<z.ZodString>;
|
|
844
|
+
country: z.ZodNullable<z.ZodString>;
|
|
845
|
+
phone: z.ZodNullable<z.ZodString>;
|
|
846
|
+
taxID: z.ZodNullable<z.ZodString>;
|
|
847
|
+
kycStatus: z.ZodNullable<z.ZodString>;
|
|
848
|
+
kycDate: z.ZodNullable<z.ZodString>;
|
|
849
|
+
amlStatus: z.ZodNullable<z.ZodString>;
|
|
850
|
+
amlDate: z.ZodNullable<z.ZodString>;
|
|
851
|
+
suitabilityScore: z.ZodNullable<z.ZodString>;
|
|
852
|
+
suitabilityDate: z.ZodNullable<z.ZodString>;
|
|
853
|
+
suitabilityApprover: z.ZodNullable<z.ZodString>;
|
|
854
|
+
accreditedStatus: z.ZodNullable<z.ZodString>;
|
|
855
|
+
accreditedInvestor: z.ZodNullable<z.ZodString>;
|
|
856
|
+
accreditedInvestorDate: z.ZodNullable<z.ZodString>;
|
|
857
|
+
'506cLimit': z.ZodNullable<z.ZodString>;
|
|
858
|
+
accountTotalLimit: z.ZodNullable<z.ZodString>;
|
|
859
|
+
singleInvestmentLimit: z.ZodNullable<z.ZodString>;
|
|
860
|
+
associatedAC: z.ZodNullable<z.ZodString>;
|
|
861
|
+
syndicate: z.ZodNullable<z.ZodString>;
|
|
862
|
+
tags: z.ZodNullable<z.ZodString>;
|
|
863
|
+
notes: z.ZodNullable<z.ZodString>;
|
|
864
|
+
approvalStatus: z.ZodNullable<z.ZodString>;
|
|
865
|
+
approvalPrincipal: z.ZodNullable<z.ZodString>;
|
|
866
|
+
approvalLastReview: z.ZodNullable<z.ZodString>;
|
|
867
|
+
accountstatus: z.ZodNullable<z.ZodString>;
|
|
868
|
+
field1: z.ZodNullable<z.ZodString>;
|
|
869
|
+
field2: z.ZodNullable<z.ZodString>;
|
|
870
|
+
field3: z.ZodNullable<z.ZodString>;
|
|
871
|
+
createdDate: z.ZodNullable<z.ZodString>;
|
|
872
|
+
updatedDate: z.ZodNullable<z.ZodString>;
|
|
873
|
+
}, "strip", z.ZodTypeAny, {
|
|
874
|
+
type: string | null;
|
|
875
|
+
country: string | null;
|
|
876
|
+
accountId: string;
|
|
877
|
+
kycStatus: string | null;
|
|
878
|
+
amlStatus: string | null;
|
|
879
|
+
notes: string | null;
|
|
880
|
+
accountName: string | null;
|
|
881
|
+
phone: string | null;
|
|
882
|
+
state: string | null;
|
|
883
|
+
tags: string | null;
|
|
884
|
+
city: string | null;
|
|
885
|
+
zip: string | null;
|
|
886
|
+
address2: string | null;
|
|
887
|
+
createdDate: string | null;
|
|
888
|
+
updatedDate: string | null;
|
|
889
|
+
entityType: string | null;
|
|
890
|
+
residentType: string | null;
|
|
891
|
+
socialSecurityNumber: string | null;
|
|
892
|
+
address1: string | null;
|
|
893
|
+
taxID: string | null;
|
|
894
|
+
kycDate: string | null;
|
|
895
|
+
amlDate: string | null;
|
|
896
|
+
suitabilityScore: string | null;
|
|
897
|
+
suitabilityDate: string | null;
|
|
898
|
+
suitabilityApprover: string | null;
|
|
899
|
+
accreditedStatus: string | null;
|
|
900
|
+
accreditedInvestor: string | null;
|
|
901
|
+
accreditedInvestorDate: string | null;
|
|
902
|
+
'506cLimit': string | null;
|
|
903
|
+
accountTotalLimit: string | null;
|
|
904
|
+
singleInvestmentLimit: string | null;
|
|
905
|
+
associatedAC: string | null;
|
|
906
|
+
syndicate: string | null;
|
|
907
|
+
approvalStatus: string | null;
|
|
908
|
+
approvalPrincipal: string | null;
|
|
909
|
+
approvalLastReview: string | null;
|
|
910
|
+
accountstatus: string | null;
|
|
911
|
+
field1: string | null;
|
|
912
|
+
field2: string | null;
|
|
913
|
+
field3: string | null;
|
|
914
|
+
}, {
|
|
915
|
+
type: string | null;
|
|
916
|
+
country: string | null;
|
|
917
|
+
accountId: string;
|
|
918
|
+
kycStatus: string | null;
|
|
919
|
+
amlStatus: string | null;
|
|
920
|
+
notes: string | null;
|
|
921
|
+
accountName: string | null;
|
|
922
|
+
phone: string | null;
|
|
923
|
+
state: string | null;
|
|
924
|
+
tags: string | null;
|
|
925
|
+
city: string | null;
|
|
926
|
+
zip: string | null;
|
|
927
|
+
address2: string | null;
|
|
928
|
+
createdDate: string | null;
|
|
929
|
+
updatedDate: string | null;
|
|
930
|
+
entityType: string | null;
|
|
931
|
+
residentType: string | null;
|
|
932
|
+
socialSecurityNumber: string | null;
|
|
933
|
+
address1: string | null;
|
|
934
|
+
taxID: string | null;
|
|
935
|
+
kycDate: string | null;
|
|
936
|
+
amlDate: string | null;
|
|
937
|
+
suitabilityScore: string | null;
|
|
938
|
+
suitabilityDate: string | null;
|
|
939
|
+
suitabilityApprover: string | null;
|
|
940
|
+
accreditedStatus: string | null;
|
|
941
|
+
accreditedInvestor: string | null;
|
|
942
|
+
accreditedInvestorDate: string | null;
|
|
943
|
+
'506cLimit': string | null;
|
|
944
|
+
accountTotalLimit: string | null;
|
|
945
|
+
singleInvestmentLimit: string | null;
|
|
946
|
+
associatedAC: string | null;
|
|
947
|
+
syndicate: string | null;
|
|
948
|
+
approvalStatus: string | null;
|
|
949
|
+
approvalPrincipal: string | null;
|
|
950
|
+
approvalLastReview: string | null;
|
|
951
|
+
accountstatus: string | null;
|
|
952
|
+
field1: string | null;
|
|
953
|
+
field2: string | null;
|
|
954
|
+
field3: string | null;
|
|
955
|
+
}>;
|
|
956
|
+
export declare const GetAccountsResponseZod: z.ZodObject<{
|
|
957
|
+
statusCode: z.ZodString;
|
|
958
|
+
statusDesc: z.ZodString;
|
|
959
|
+
accounts: z.ZodArray<z.ZodObject<{
|
|
960
|
+
accountId: z.ZodString;
|
|
961
|
+
accountName: z.ZodNullable<z.ZodString>;
|
|
962
|
+
type: z.ZodNullable<z.ZodString>;
|
|
963
|
+
entityType: z.ZodNullable<z.ZodString>;
|
|
964
|
+
residentType: z.ZodNullable<z.ZodString>;
|
|
965
|
+
socialSecurityNumber: z.ZodNullable<z.ZodString>;
|
|
966
|
+
address1: z.ZodNullable<z.ZodString>;
|
|
967
|
+
address2: z.ZodNullable<z.ZodString>;
|
|
968
|
+
city: z.ZodNullable<z.ZodString>;
|
|
969
|
+
state: z.ZodNullable<z.ZodString>;
|
|
970
|
+
zip: z.ZodNullable<z.ZodString>;
|
|
971
|
+
country: z.ZodNullable<z.ZodString>;
|
|
972
|
+
phone: z.ZodNullable<z.ZodString>;
|
|
973
|
+
taxID: z.ZodNullable<z.ZodString>;
|
|
974
|
+
kycStatus: z.ZodNullable<z.ZodString>;
|
|
975
|
+
kycDate: z.ZodNullable<z.ZodString>;
|
|
976
|
+
amlStatus: z.ZodNullable<z.ZodString>;
|
|
977
|
+
amlDate: z.ZodNullable<z.ZodString>;
|
|
978
|
+
suitabilityScore: z.ZodNullable<z.ZodString>;
|
|
979
|
+
suitabilityDate: z.ZodNullable<z.ZodString>;
|
|
980
|
+
suitabilityApprover: z.ZodNullable<z.ZodString>;
|
|
981
|
+
accreditedStatus: z.ZodNullable<z.ZodString>;
|
|
982
|
+
accreditedInvestor: z.ZodNullable<z.ZodString>;
|
|
983
|
+
accreditedInvestorDate: z.ZodNullable<z.ZodString>;
|
|
984
|
+
'506cLimit': z.ZodNullable<z.ZodString>;
|
|
985
|
+
accountTotalLimit: z.ZodNullable<z.ZodString>;
|
|
986
|
+
singleInvestmentLimit: z.ZodNullable<z.ZodString>;
|
|
987
|
+
associatedAC: z.ZodNullable<z.ZodString>;
|
|
988
|
+
syndicate: z.ZodNullable<z.ZodString>;
|
|
989
|
+
tags: z.ZodNullable<z.ZodString>;
|
|
990
|
+
notes: z.ZodNullable<z.ZodString>;
|
|
991
|
+
approvalStatus: z.ZodNullable<z.ZodString>;
|
|
992
|
+
approvalPrincipal: z.ZodNullable<z.ZodString>;
|
|
993
|
+
approvalLastReview: z.ZodNullable<z.ZodString>;
|
|
994
|
+
accountstatus: z.ZodNullable<z.ZodString>;
|
|
995
|
+
field1: z.ZodNullable<z.ZodString>;
|
|
996
|
+
field2: z.ZodNullable<z.ZodString>;
|
|
997
|
+
field3: z.ZodNullable<z.ZodString>;
|
|
998
|
+
createdDate: z.ZodNullable<z.ZodString>;
|
|
999
|
+
updatedDate: z.ZodNullable<z.ZodString>;
|
|
1000
|
+
}, "strip", z.ZodTypeAny, {
|
|
1001
|
+
type: string | null;
|
|
1002
|
+
country: string | null;
|
|
1003
|
+
accountId: string;
|
|
1004
|
+
kycStatus: string | null;
|
|
1005
|
+
amlStatus: string | null;
|
|
1006
|
+
notes: string | null;
|
|
1007
|
+
accountName: string | null;
|
|
1008
|
+
phone: string | null;
|
|
1009
|
+
state: string | null;
|
|
1010
|
+
tags: string | null;
|
|
1011
|
+
city: string | null;
|
|
1012
|
+
zip: string | null;
|
|
1013
|
+
address2: string | null;
|
|
1014
|
+
createdDate: string | null;
|
|
1015
|
+
updatedDate: string | null;
|
|
1016
|
+
entityType: string | null;
|
|
1017
|
+
residentType: string | null;
|
|
1018
|
+
socialSecurityNumber: string | null;
|
|
1019
|
+
address1: string | null;
|
|
1020
|
+
taxID: string | null;
|
|
1021
|
+
kycDate: string | null;
|
|
1022
|
+
amlDate: string | null;
|
|
1023
|
+
suitabilityScore: string | null;
|
|
1024
|
+
suitabilityDate: string | null;
|
|
1025
|
+
suitabilityApprover: string | null;
|
|
1026
|
+
accreditedStatus: string | null;
|
|
1027
|
+
accreditedInvestor: string | null;
|
|
1028
|
+
accreditedInvestorDate: string | null;
|
|
1029
|
+
'506cLimit': string | null;
|
|
1030
|
+
accountTotalLimit: string | null;
|
|
1031
|
+
singleInvestmentLimit: string | null;
|
|
1032
|
+
associatedAC: string | null;
|
|
1033
|
+
syndicate: string | null;
|
|
1034
|
+
approvalStatus: string | null;
|
|
1035
|
+
approvalPrincipal: string | null;
|
|
1036
|
+
approvalLastReview: string | null;
|
|
1037
|
+
accountstatus: string | null;
|
|
1038
|
+
field1: string | null;
|
|
1039
|
+
field2: string | null;
|
|
1040
|
+
field3: string | null;
|
|
1041
|
+
}, {
|
|
1042
|
+
type: string | null;
|
|
1043
|
+
country: string | null;
|
|
1044
|
+
accountId: string;
|
|
1045
|
+
kycStatus: string | null;
|
|
1046
|
+
amlStatus: string | null;
|
|
1047
|
+
notes: string | null;
|
|
1048
|
+
accountName: string | null;
|
|
1049
|
+
phone: string | null;
|
|
1050
|
+
state: string | null;
|
|
1051
|
+
tags: string | null;
|
|
1052
|
+
city: string | null;
|
|
1053
|
+
zip: string | null;
|
|
1054
|
+
address2: string | null;
|
|
1055
|
+
createdDate: string | null;
|
|
1056
|
+
updatedDate: string | null;
|
|
1057
|
+
entityType: string | null;
|
|
1058
|
+
residentType: string | null;
|
|
1059
|
+
socialSecurityNumber: string | null;
|
|
1060
|
+
address1: string | null;
|
|
1061
|
+
taxID: string | null;
|
|
1062
|
+
kycDate: string | null;
|
|
1063
|
+
amlDate: string | null;
|
|
1064
|
+
suitabilityScore: string | null;
|
|
1065
|
+
suitabilityDate: string | null;
|
|
1066
|
+
suitabilityApprover: string | null;
|
|
1067
|
+
accreditedStatus: string | null;
|
|
1068
|
+
accreditedInvestor: string | null;
|
|
1069
|
+
accreditedInvestorDate: string | null;
|
|
1070
|
+
'506cLimit': string | null;
|
|
1071
|
+
accountTotalLimit: string | null;
|
|
1072
|
+
singleInvestmentLimit: string | null;
|
|
1073
|
+
associatedAC: string | null;
|
|
1074
|
+
syndicate: string | null;
|
|
1075
|
+
approvalStatus: string | null;
|
|
1076
|
+
approvalPrincipal: string | null;
|
|
1077
|
+
approvalLastReview: string | null;
|
|
1078
|
+
accountstatus: string | null;
|
|
1079
|
+
field1: string | null;
|
|
1080
|
+
field2: string | null;
|
|
1081
|
+
field3: string | null;
|
|
1082
|
+
}>, "many">;
|
|
1083
|
+
pagination: z.ZodObject<{
|
|
1084
|
+
totalRecords: z.ZodNumber;
|
|
1085
|
+
startIndex: z.ZodNumber;
|
|
1086
|
+
endIndex: z.ZodNumber;
|
|
1087
|
+
}, "strip", z.ZodTypeAny, {
|
|
1088
|
+
totalRecords: number;
|
|
1089
|
+
startIndex: number;
|
|
1090
|
+
endIndex: number;
|
|
1091
|
+
}, {
|
|
1092
|
+
totalRecords: number;
|
|
1093
|
+
startIndex: number;
|
|
1094
|
+
endIndex: number;
|
|
1095
|
+
}>;
|
|
1096
|
+
}, "strip", z.ZodTypeAny, {
|
|
1097
|
+
accounts: {
|
|
1098
|
+
type: string | null;
|
|
1099
|
+
country: string | null;
|
|
1100
|
+
accountId: string;
|
|
1101
|
+
kycStatus: string | null;
|
|
1102
|
+
amlStatus: string | null;
|
|
1103
|
+
notes: string | null;
|
|
1104
|
+
accountName: string | null;
|
|
1105
|
+
phone: string | null;
|
|
1106
|
+
state: string | null;
|
|
1107
|
+
tags: string | null;
|
|
1108
|
+
city: string | null;
|
|
1109
|
+
zip: string | null;
|
|
1110
|
+
address2: string | null;
|
|
1111
|
+
createdDate: string | null;
|
|
1112
|
+
updatedDate: string | null;
|
|
1113
|
+
entityType: string | null;
|
|
1114
|
+
residentType: string | null;
|
|
1115
|
+
socialSecurityNumber: string | null;
|
|
1116
|
+
address1: string | null;
|
|
1117
|
+
taxID: string | null;
|
|
1118
|
+
kycDate: string | null;
|
|
1119
|
+
amlDate: string | null;
|
|
1120
|
+
suitabilityScore: string | null;
|
|
1121
|
+
suitabilityDate: string | null;
|
|
1122
|
+
suitabilityApprover: string | null;
|
|
1123
|
+
accreditedStatus: string | null;
|
|
1124
|
+
accreditedInvestor: string | null;
|
|
1125
|
+
accreditedInvestorDate: string | null;
|
|
1126
|
+
'506cLimit': string | null;
|
|
1127
|
+
accountTotalLimit: string | null;
|
|
1128
|
+
singleInvestmentLimit: string | null;
|
|
1129
|
+
associatedAC: string | null;
|
|
1130
|
+
syndicate: string | null;
|
|
1131
|
+
approvalStatus: string | null;
|
|
1132
|
+
approvalPrincipal: string | null;
|
|
1133
|
+
approvalLastReview: string | null;
|
|
1134
|
+
accountstatus: string | null;
|
|
1135
|
+
field1: string | null;
|
|
1136
|
+
field2: string | null;
|
|
1137
|
+
field3: string | null;
|
|
1138
|
+
}[];
|
|
1139
|
+
statusCode: string;
|
|
1140
|
+
statusDesc: string;
|
|
1141
|
+
pagination: {
|
|
1142
|
+
totalRecords: number;
|
|
1143
|
+
startIndex: number;
|
|
1144
|
+
endIndex: number;
|
|
1145
|
+
};
|
|
1146
|
+
}, {
|
|
1147
|
+
accounts: {
|
|
1148
|
+
type: string | null;
|
|
1149
|
+
country: string | null;
|
|
1150
|
+
accountId: string;
|
|
1151
|
+
kycStatus: string | null;
|
|
1152
|
+
amlStatus: string | null;
|
|
1153
|
+
notes: string | null;
|
|
1154
|
+
accountName: string | null;
|
|
1155
|
+
phone: string | null;
|
|
1156
|
+
state: string | null;
|
|
1157
|
+
tags: string | null;
|
|
1158
|
+
city: string | null;
|
|
1159
|
+
zip: string | null;
|
|
1160
|
+
address2: string | null;
|
|
1161
|
+
createdDate: string | null;
|
|
1162
|
+
updatedDate: string | null;
|
|
1163
|
+
entityType: string | null;
|
|
1164
|
+
residentType: string | null;
|
|
1165
|
+
socialSecurityNumber: string | null;
|
|
1166
|
+
address1: string | null;
|
|
1167
|
+
taxID: string | null;
|
|
1168
|
+
kycDate: string | null;
|
|
1169
|
+
amlDate: string | null;
|
|
1170
|
+
suitabilityScore: string | null;
|
|
1171
|
+
suitabilityDate: string | null;
|
|
1172
|
+
suitabilityApprover: string | null;
|
|
1173
|
+
accreditedStatus: string | null;
|
|
1174
|
+
accreditedInvestor: string | null;
|
|
1175
|
+
accreditedInvestorDate: string | null;
|
|
1176
|
+
'506cLimit': string | null;
|
|
1177
|
+
accountTotalLimit: string | null;
|
|
1178
|
+
singleInvestmentLimit: string | null;
|
|
1179
|
+
associatedAC: string | null;
|
|
1180
|
+
syndicate: string | null;
|
|
1181
|
+
approvalStatus: string | null;
|
|
1182
|
+
approvalPrincipal: string | null;
|
|
1183
|
+
approvalLastReview: string | null;
|
|
1184
|
+
accountstatus: string | null;
|
|
1185
|
+
field1: string | null;
|
|
1186
|
+
field2: string | null;
|
|
1187
|
+
field3: string | null;
|
|
1188
|
+
}[];
|
|
1189
|
+
statusCode: string;
|
|
1190
|
+
statusDesc: string;
|
|
1191
|
+
pagination: {
|
|
1192
|
+
totalRecords: number;
|
|
1193
|
+
startIndex: number;
|
|
1194
|
+
endIndex: number;
|
|
1195
|
+
};
|
|
1196
|
+
}>;
|
|
1197
|
+
export declare const GetAccountsRequestZod: z.ZodObject<{
|
|
1198
|
+
limit: z.ZodOptional<z.ZodNumber>;
|
|
1199
|
+
offset: z.ZodOptional<z.ZodNumber>;
|
|
1200
|
+
deleted: z.ZodOptional<z.ZodBoolean>;
|
|
1201
|
+
clientId: z.ZodString;
|
|
1202
|
+
apiKey: z.ZodString;
|
|
1203
|
+
baseUrl: z.ZodString;
|
|
1204
|
+
}, "strip", z.ZodTypeAny, {
|
|
1205
|
+
clientId: string;
|
|
1206
|
+
apiKey: string;
|
|
1207
|
+
baseUrl: string;
|
|
1208
|
+
limit?: number | undefined;
|
|
1209
|
+
deleted?: boolean | undefined;
|
|
1210
|
+
offset?: number | undefined;
|
|
1211
|
+
}, {
|
|
1212
|
+
clientId: string;
|
|
1213
|
+
apiKey: string;
|
|
1214
|
+
baseUrl: string;
|
|
1215
|
+
limit?: number | undefined;
|
|
1216
|
+
deleted?: boolean | undefined;
|
|
1217
|
+
offset?: number | undefined;
|
|
1218
|
+
}>;
|
|
1219
|
+
export type PpexAccount = z.infer<typeof PpexAccountZod>;
|
|
1220
|
+
export type GetAccountsResponse = z.infer<typeof GetAccountsResponseZod>;
|
|
1221
|
+
export type GetAccountsRequest = z.infer<typeof GetAccountsRequestZod>;
|
|
1222
|
+
export type RawAccountData = PpexAccount;
|
|
1223
|
+
export declare const SecondaryTradesSummaryFiltersZod: z.ZodObject<{
|
|
1224
|
+
accountId: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
1225
|
+
complianceReview: z.ZodOptional<z.ZodNativeEnum<typeof ComplianceReview>>;
|
|
1226
|
+
}, "strip", z.ZodTypeAny, {
|
|
1227
|
+
accountId?: string | undefined;
|
|
1228
|
+
complianceReview?: ComplianceReview | undefined;
|
|
1229
|
+
}, {
|
|
1230
|
+
accountId?: string | undefined;
|
|
1231
|
+
complianceReview?: ComplianceReview | undefined;
|
|
1232
|
+
}>;
|
|
1233
|
+
export type SecondaryTradesSummaryFilters = z.infer<typeof SecondaryTradesSummaryFiltersZod>;
|
|
1234
|
+
export declare const SecondaryTradeSummaryResponseZod: z.ZodObject<{
|
|
1235
|
+
accountId: z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>;
|
|
1236
|
+
accountName: z.ZodString;
|
|
1237
|
+
tradesCount: z.ZodNumber;
|
|
1238
|
+
}, "strip", z.ZodTypeAny, {
|
|
1239
|
+
accountId: string;
|
|
1240
|
+
accountName: string;
|
|
1241
|
+
tradesCount: number;
|
|
1242
|
+
}, {
|
|
1243
|
+
accountId: string;
|
|
1244
|
+
accountName: string;
|
|
1245
|
+
tradesCount: number;
|
|
1246
|
+
}>;
|
|
1247
|
+
export type SecondaryTradeSummaryResponse = z.infer<typeof SecondaryTradeSummaryResponseZod>;
|
|
1248
|
+
export declare const PaginatedSecondaryTradeSummaryResponseZod: z.ZodObject<{
|
|
1249
|
+
items: z.ZodArray<z.ZodObject<{
|
|
1250
|
+
accountId: z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>;
|
|
1251
|
+
accountName: z.ZodString;
|
|
1252
|
+
tradesCount: z.ZodNumber;
|
|
1253
|
+
}, "strip", z.ZodTypeAny, {
|
|
1254
|
+
accountId: string;
|
|
1255
|
+
accountName: string;
|
|
1256
|
+
tradesCount: number;
|
|
1257
|
+
}, {
|
|
1258
|
+
accountId: string;
|
|
1259
|
+
accountName: string;
|
|
1260
|
+
tradesCount: number;
|
|
1261
|
+
}>, "many">;
|
|
1262
|
+
meta: z.ZodObject<{
|
|
1263
|
+
itemCount: z.ZodNumber;
|
|
1264
|
+
totalItems: z.ZodOptional<z.ZodNumber>;
|
|
1265
|
+
itemsPerPage: z.ZodNumber;
|
|
1266
|
+
totalPages: z.ZodOptional<z.ZodNumber>;
|
|
1267
|
+
currentPage: z.ZodNumber;
|
|
1268
|
+
}, "strip", z.ZodTypeAny, {
|
|
1269
|
+
itemCount: number;
|
|
1270
|
+
itemsPerPage: number;
|
|
1271
|
+
currentPage: number;
|
|
1272
|
+
totalItems?: number | undefined;
|
|
1273
|
+
totalPages?: number | undefined;
|
|
1274
|
+
}, {
|
|
1275
|
+
itemCount: number;
|
|
1276
|
+
itemsPerPage: number;
|
|
1277
|
+
currentPage: number;
|
|
1278
|
+
totalItems?: number | undefined;
|
|
1279
|
+
totalPages?: number | undefined;
|
|
1280
|
+
}>;
|
|
1281
|
+
}, "strip", z.ZodTypeAny, {
|
|
1282
|
+
items: {
|
|
1283
|
+
accountId: string;
|
|
1284
|
+
accountName: string;
|
|
1285
|
+
tradesCount: number;
|
|
1286
|
+
}[];
|
|
1287
|
+
meta: {
|
|
1288
|
+
itemCount: number;
|
|
1289
|
+
itemsPerPage: number;
|
|
1290
|
+
currentPage: number;
|
|
1291
|
+
totalItems?: number | undefined;
|
|
1292
|
+
totalPages?: number | undefined;
|
|
1293
|
+
};
|
|
1294
|
+
}, {
|
|
1295
|
+
items: {
|
|
1296
|
+
accountId: string;
|
|
1297
|
+
accountName: string;
|
|
1298
|
+
tradesCount: number;
|
|
1299
|
+
}[];
|
|
1300
|
+
meta: {
|
|
1301
|
+
itemCount: number;
|
|
1302
|
+
itemsPerPage: number;
|
|
1303
|
+
currentPage: number;
|
|
1304
|
+
totalItems?: number | undefined;
|
|
1305
|
+
totalPages?: number | undefined;
|
|
1306
|
+
};
|
|
1307
|
+
}>;
|
|
1308
|
+
export type PaginatedSecondaryTradeSummaryResponse = z.infer<typeof PaginatedSecondaryTradeSummaryResponseZod>;
|