ia-common 1.0.1-beta.21 → 1.0.1-beta.211
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/build/@enum.d.ts +29 -0
- package/build/@enum.js +29 -0
- package/build/@model.d.ts +17 -0
- package/build/@model.js +17 -0
- package/build/@type.d.ts +9 -0
- package/build/@type.js +9 -0
- package/build/@utils.d.ts +2 -0
- package/build/@utils.js +3 -0
- package/build/enum/advice-status.enum.d.ts +7 -0
- package/build/enum/advice-status.enum.js +11 -0
- package/build/enum/advice-type.enum.d.ts +6 -0
- package/build/enum/advice-type.enum.js +10 -0
- package/build/enum/advisor-user-mapping-type.enum.d.ts +4 -0
- package/build/enum/advisor-user-mapping-type.enum.js +8 -0
- package/build/enum/buy-back-type.enum.d.ts +4 -0
- package/build/enum/buy-back-type.enum.js +8 -0
- package/build/enum/configuration-description.enum.d.ts +3 -0
- package/build/enum/configuration-description.enum.js +7 -0
- package/build/enum/configuration-key.enum.d.ts +8 -0
- package/build/enum/configuration-key.enum.js +25 -0
- package/build/enum/configuration-text.enum.d.ts +3 -0
- package/build/enum/configuration-text.enum.js +7 -0
- package/build/enum/corporate-action-advice-status.enum.d.ts +6 -0
- package/build/enum/corporate-action-advice-status.enum.js +10 -0
- package/build/enum/corporate-actions-advice-transaction-type.enum.d.ts +5 -0
- package/build/enum/corporate-actions-advice-transaction-type.enum.js +9 -0
- package/build/enum/corporate-actions-status.enum.d.ts +5 -0
- package/build/enum/corporate-actions-status.enum.js +9 -0
- package/build/enum/corporate-actions-type.enum.d.ts +13 -0
- package/build/enum/corporate-actions-type.enum.js +17 -0
- package/build/enum/cron-job-name.enum.d.ts +3 -0
- package/build/enum/cron-job-name.enum.js +7 -0
- package/build/enum/cron-job-status.enum.d.ts +5 -0
- package/build/enum/cron-job-status.enum.js +9 -0
- package/build/enum/investment-duration-type.enum.d.ts +5 -0
- package/build/enum/investment-duration-type.enum.js +9 -0
- package/build/enum/ipo-advice-transaction-type.enum.d.ts +4 -0
- package/build/enum/ipo-advice-transaction-type.enum.js +8 -0
- package/build/enum/ipo-listing-exchange.enum.d.ts +6 -0
- package/build/enum/ipo-listing-exchange.enum.js +10 -0
- package/build/enum/ipo-listing-platform.enum.d.ts +5 -0
- package/build/enum/ipo-listing-platform.enum.js +9 -0
- package/build/enum/kafka-topics.enum.d.ts +5 -0
- package/build/enum/kafka-topics.enum.js +9 -0
- package/build/enum/mutual-fund-advice-duration.enum.d.ts +4 -0
- package/build/enum/mutual-fund-advice-duration.enum.js +8 -0
- package/build/enum/mutual-fund-advice-type.enum.d.ts +5 -0
- package/build/enum/mutual-fund-advice-type.enum.js +9 -0
- package/build/enum/mutual-fund-status.enum.d.ts +6 -0
- package/build/enum/mutual-fund-status.enum.js +10 -0
- package/build/enum/mutual-funds-risk.enum.d.ts +7 -0
- package/build/enum/mutual-funds-risk.enum.js +11 -0
- package/build/enum/mutual-funds-type.enum.d.ts +7 -0
- package/build/enum/mutual-funds-type.enum.js +11 -0
- package/build/enum/nfo-advice-status.enum.d.ts +6 -0
- package/build/enum/nfo-advice-status.enum.js +10 -0
- package/build/enum/nfo-advice-transaction-type.enum.d.ts +4 -0
- package/build/enum/nfo-advice-transaction-type.enum.js +8 -0
- package/build/enum/owner-operation-type.enum.d.ts +3 -0
- package/build/enum/owner-operation-type.enum.js +7 -0
- package/build/enum/split-and-bonus-stock-order.enum.d.ts +4 -0
- package/build/enum/split-and-bonus-stock-order.enum.js +8 -0
- package/build/enum/time-zone.enum.d.ts +3 -0
- package/build/enum/time-zone.enum.js +7 -0
- package/build/enum/transaction-type.enum.d.ts +5 -0
- package/build/enum/transaction-type.enum.js +9 -0
- package/build/enum/user-type.enum.d.ts +4 -1
- package/build/enum/user-type.enum.js +3 -0
- package/build/interface/advice-file-documents.interface.d.ts +8 -0
- package/build/interface/api/add-ipo.interface.d.ts +13 -0
- package/build/interface/api/add-mutual-funds.interface.d.ts +8 -0
- package/build/interface/api/advisor-user-mapping-entity.interface.d.ts +6 -0
- package/build/interface/api/advisor-user-mapping-entity.interface.js +2 -0
- package/build/interface/api/base-corporate-actions.interface.d.ts +7 -0
- package/build/interface/api/base-corporate-actions.interface.js +2 -0
- package/build/interface/api/create-advice.interface.d.ts +21 -0
- package/build/interface/api/create-advice.interface.js +2 -0
- package/build/interface/api/create-bonus-stock.interface.d.ts +6 -0
- package/build/interface/api/create-bonus-stock.interface.js +2 -0
- package/build/interface/api/create-bulk-advice-using-csv.interface.d.ts +7 -0
- package/build/interface/api/create-bulk-advice-using-csv.interface.js +2 -0
- package/build/interface/api/create-buy-back-interface.d.ts +6 -0
- package/build/interface/api/create-buy-back-interface.js +2 -0
- package/build/interface/api/create-client.interface.d.ts +12 -0
- package/build/interface/api/create-client.interface.js +2 -0
- package/build/interface/api/create-corporate-action-advice.interface.d.ts +8 -0
- package/build/interface/api/create-corporate-action-advice.interface.js +2 -0
- package/build/interface/api/create-delisting.interface.d.ts +6 -0
- package/build/interface/api/create-delisting.interface.js +2 -0
- package/build/interface/api/create-dividend-interface.d.ts +6 -0
- package/build/interface/api/create-dividend-interface.js +2 -0
- package/build/interface/api/create-fpo.interface.d.ts +6 -0
- package/build/interface/api/create-fpo.interface.js +2 -0
- package/build/interface/api/create-ipo-advice.interface.d.ts +14 -0
- package/build/interface/api/create-ipo-advice.interface.js +2 -0
- package/build/interface/api/create-ipo.interface.d.ts +6 -0
- package/build/interface/api/create-ipo.interface.js +2 -0
- package/build/interface/api/create-mutual-fund-advice.interface.d.ts +17 -0
- package/build/interface/api/create-mutual-fund-advice.interface.js +2 -0
- package/build/interface/api/create-nfo-advice.interface.d.ts +13 -0
- package/build/interface/api/create-nfo-advice.interface.js +2 -0
- package/build/interface/api/create-nfo.interface.d.ts +12 -0
- package/build/interface/api/create-nfo.interface.js +2 -0
- package/build/interface/api/create-ofs.interface.d.ts +6 -0
- package/build/interface/api/create-ofs.interface.js +2 -0
- package/build/interface/api/create-open-offer.interface.d.ts +6 -0
- package/build/interface/api/create-open-offer.interface.js +2 -0
- package/build/interface/api/create-pricing-plan.interface.d.ts +1 -0
- package/build/interface/api/create-registration.interface.d.ts +0 -2
- package/build/interface/api/create-right-issue.interface.d.ts +6 -0
- package/build/interface/api/create-right-issue.interface.js +2 -0
- package/build/interface/api/create-split-bonus-stock.interface.d.ts +6 -0
- package/build/interface/api/create-split-bonus-stock.interface.js +2 -0
- package/build/interface/api/create-split-stock.interface.d.ts +6 -0
- package/build/interface/api/create-split-stock.interface.js +2 -0
- package/build/interface/api/create-staff-dto.d.ts +9 -0
- package/build/interface/api/create-staff-dto.js +2 -0
- package/build/interface/api/create-subscription.interface.d.ts +11 -0
- package/build/interface/api/{remove-bank-details-by-id.interface.d.ts → delete-bank-details-by-id.interface.d.ts} +1 -1
- package/build/interface/api/delete-bank-details-by-id.interface.js +2 -0
- package/build/interface/api/{remove-pricing-plan-by-id.interface.d.ts → delete-pricing-plan-by-id.interface.d.ts} +1 -1
- package/build/interface/api/delete-pricing-plan-by-id.interface.js +2 -0
- package/build/interface/api/get-advice-by-id.interface.d.ts +5 -0
- package/build/interface/api/get-advice-by-id.interface.js +2 -0
- package/build/interface/api/get-advice-by-ids-status.inteface.d.ts +5 -0
- package/build/interface/api/get-advice-by-ids-status.inteface.js +2 -0
- package/build/interface/api/get-corporate-action-advice.interface.d.ts +4 -0
- package/build/interface/api/get-corporate-action-advice.interface.js +2 -0
- package/build/interface/api/get-corporate-actions.interface.d.ts +22 -0
- package/build/interface/api/get-corporate-actions.interface.js +3 -0
- package/build/interface/api/get-ipo-by-issue-end-date.interface.d.ts +4 -0
- package/build/interface/api/get-ipo-by-issue-end-date.interface.js +2 -0
- package/build/interface/api/get-mutual-funds-by-type.interface.d.ts +4 -0
- package/build/interface/api/get-mutual-funds-by-type.interface.js +2 -0
- package/build/interface/api/get-nfo-advice.interface.d.ts +4 -0
- package/build/interface/api/get-nfo-advice.interface.js +2 -0
- package/build/interface/api/get-nfo.interface.d.ts +4 -0
- package/build/interface/api/get-nfo.interface.js +2 -0
- package/build/interface/api/get-organization-by-id.interface.d.ts +6 -0
- package/build/interface/api/get-organization-by-id.interface.js +2 -0
- package/build/interface/api/get-organization-entities.interface.d.ts +9 -0
- package/build/interface/api/get-organization-entities.interface.js +2 -0
- package/build/interface/api/get-pricing-plan-by-date.interface.d.ts +2 -13
- package/build/interface/api/get-registration-by-id.interface.d.ts +1 -1
- package/build/interface/api/get-registration-with-organization-owners.interface.d.ts +1 -1
- package/build/interface/api/get-staff-members.interface.d.ts +10 -0
- package/build/interface/api/get-staff-members.interface.js +2 -0
- package/build/interface/api/get-user-entities-by-advisor-id-type.interface.d.ts +4 -0
- package/build/interface/api/get-user-entities-by-advisor-id-type.interface.js +2 -0
- package/build/interface/api/index.d.ts +57 -2
- package/build/interface/api/index.js +57 -2
- package/build/interface/api/remove-staff-member.interface.d.ts +3 -0
- package/build/interface/api/remove-staff-member.interface.js +2 -0
- package/build/interface/api/update-advice.interface.d.ts +20 -0
- package/build/interface/api/update-advice.interface.js +2 -0
- package/build/interface/api/update-bonus-stock.interface.d.ts +6 -0
- package/build/interface/api/update-bonus-stock.interface.js +2 -0
- package/build/interface/api/update-buy-back.interface.d.ts +6 -0
- package/build/interface/api/update-buy-back.interface.js +2 -0
- package/build/interface/api/update-corporate-action-advice.interface.d.ts +9 -0
- package/build/interface/api/update-corporate-action-advice.interface.js +2 -0
- package/build/interface/api/update-corporate-action.interface.d.ts +8 -0
- package/build/interface/api/update-corporate-action.interface.js +2 -0
- package/build/interface/api/update-delisting.interface.d.ts +5 -0
- package/build/interface/api/update-delisting.interface.js +2 -0
- package/build/interface/api/update-dividend.interface.d.ts +6 -0
- package/build/interface/api/update-dividend.interface.js +2 -0
- package/build/interface/api/update-fpo.interface.d.ts +6 -0
- package/build/interface/api/update-fpo.interface.js +2 -0
- package/build/interface/api/update-ipo.interface.d.ts +6 -0
- package/build/interface/api/update-ipo.interface.js +2 -0
- package/build/interface/api/update-nfo-advice.interface.d.ts +14 -0
- package/build/interface/api/update-nfo-advice.interface.js +2 -0
- package/build/interface/api/update-ofs.interface.d.ts +6 -0
- package/build/interface/api/update-ofs.interface.js +2 -0
- package/build/interface/api/update-open-offer.interface.d.ts +6 -0
- package/build/interface/api/update-open-offer.interface.js +2 -0
- package/build/interface/api/update-organization.interface.d.ts +3 -0
- package/build/interface/api/update-right-issue.interface.d.ts +6 -0
- package/build/interface/api/update-right-issue.interface.js +2 -0
- package/build/interface/api/update-split-bonus.interface.d.ts +6 -0
- package/build/interface/api/update-split-bonus.interface.js +2 -0
- package/build/interface/api/update-split-stock.interface.d.ts +6 -0
- package/build/interface/api/update-split-stock.interface.js +2 -0
- package/build/interface/api/update-staff.dto.d.ts +9 -0
- package/build/interface/api/update-staff.dto.js +2 -0
- package/build/interface/corporate-actions/bonus-corporate-actions.interface.d.ts +5 -0
- package/build/interface/corporate-actions/bonus-corporate-actions.interface.js +2 -0
- package/build/interface/corporate-actions/bonus-stock-data.interface.d.ts +4 -0
- package/build/interface/corporate-actions/bonus-stock-data.interface.js +2 -0
- package/build/interface/corporate-actions/buy-back-corporate-actions.interface.d.ts +8 -0
- package/build/interface/corporate-actions/buy-back-corporate-actions.interface.js +2 -0
- package/build/interface/corporate-actions/corporate-entity-omit-data.interface.d.ts +2 -0
- package/build/interface/corporate-actions/corporate-entity-omit-data.interface.js +2 -0
- package/build/interface/corporate-actions/delisting-corporate-actions.interface.d.ts +6 -0
- package/build/interface/corporate-actions/delisting-corporate-actions.interface.js +2 -0
- package/build/interface/corporate-actions/dividend-corporate-actions.interface.d.ts +6 -0
- package/build/interface/corporate-actions/dividend-corporate-actions.interface.js +2 -0
- package/build/interface/corporate-actions/fpo-corporate-actions.interface.d.ts +7 -0
- package/build/interface/corporate-actions/fpo-corporate-actions.interface.js +2 -0
- package/build/interface/corporate-actions/index.d.ts +14 -0
- package/build/interface/corporate-actions/index.js +30 -0
- package/build/interface/corporate-actions/ipo-corporate-action.interface.d.ts +9 -0
- package/build/interface/corporate-actions/ipo-corporate-action.interface.js +2 -0
- package/build/interface/corporate-actions/ofs-corporate-actions.interface.d.ts +6 -0
- package/build/interface/corporate-actions/ofs-corporate-actions.interface.js +2 -0
- package/build/interface/corporate-actions/open-offer-corporate-actions.interface.d.ts +6 -0
- package/build/interface/corporate-actions/open-offer-corporate-actions.interface.js +2 -0
- package/build/interface/corporate-actions/right-issues-corporate-actions.interface.d.ts +8 -0
- package/build/interface/corporate-actions/right-issues-corporate-actions.interface.js +2 -0
- package/build/interface/corporate-actions/split-bonus-corporate-action.interface.d.ts +7 -0
- package/build/interface/corporate-actions/split-bonus-corporate-action.interface.js +2 -0
- package/build/interface/corporate-actions/split-stock-corporate-actions.interface.d.ts +5 -0
- package/build/interface/corporate-actions/split-stock-corporate-actions.interface.js +2 -0
- package/build/interface/corporate-actions/split-stock-data.interface.d.ts +4 -0
- package/build/interface/corporate-actions/split-stock-data.interface.js +2 -0
- package/build/interface/entity/advice-entity.interface.d.ts +20 -0
- package/build/interface/entity/advice-entity.interface.js +2 -0
- package/build/interface/entity/configurations-entity.interface.d.ts +9 -0
- package/build/interface/entity/configurations-entity.interface.js +2 -0
- package/build/interface/entity/corporate-action-advice-entity.interface.d.ts +14 -0
- package/build/interface/entity/corporate-action-advice-entity.interface.js +2 -0
- package/build/interface/entity/corporate-actions-entity.interface.d.ts +5 -0
- package/build/interface/entity/corporate-actions-entity.interface.js +2 -0
- package/build/interface/entity/cron-job-entity.interface.d.ts +11 -0
- package/build/interface/entity/cron-job-entity.interface.js +2 -0
- package/build/interface/entity/equity-advice-in-process-entity.interface.d.ts +15 -0
- package/build/interface/entity/equity-advice-in-process-entity.interface.js +2 -0
- package/build/interface/entity/index.d.ts +13 -0
- package/build/interface/entity/index.js +13 -0
- package/build/interface/entity/ipo-advice-entity.interface.d.ts +16 -0
- package/build/interface/entity/ipo-advice-entity.interface.js +2 -0
- package/build/interface/entity/ipo-entity.interface.d.ts +11 -0
- package/build/interface/entity/ipo-entity.interface.js +2 -0
- package/build/interface/entity/mutual-fund-advice-entity.interface.d.ts +19 -0
- package/build/interface/entity/mutual-fund-advice-entity.interface.js +2 -0
- package/build/interface/entity/mutual-funds-entity.interface.d.ts +17 -0
- package/build/interface/entity/mutual-funds-entity.interface.js +2 -0
- package/build/interface/entity/nfo-entity.interface.d.ts +10 -0
- package/build/interface/entity/nfo-entity.interface.js +2 -0
- package/build/interface/entity/nfp-advice-entity.interface.d.ts +14 -0
- package/build/interface/entity/nfp-advice-entity.interface.js +2 -0
- package/build/interface/entity/organization-entity.interface.d.ts +1 -0
- package/build/interface/entity/user-entity.interface.d.ts +1 -0
- package/build/interface/last-trade.interface.d.ts +4 -0
- package/build/interface/last-trade.interface.js +2 -0
- package/build/interface/model/organization-entity-model.interface.d.ts +11 -0
- package/build/interface/model/organization-entity-model.interface.js +2 -0
- package/build/interface/ng-date-struct.interface.d.ts +5 -0
- package/build/interface/ng-date-struct.interface.js +2 -0
- package/build/interface/pricing-plan-model.interface.d.ts +10 -0
- package/build/interface/pricing-plan-model.interface.js +2 -0
- package/build/interface/selected-billing-cycle.interface.d.ts +7 -0
- package/build/interface/selected-billing-cycle.interface.js +2 -0
- package/build/interface/stock-advice.interface.d.ts +8 -0
- package/build/interface/stock-advice.interface.js +2 -0
- package/build/interface/subscription-data.inteface.d.ts +4 -0
- package/build/interface/subscription-data.inteface.js +2 -0
- package/build/interface/tree-value.interface.d.ts +5 -0
- package/build/interface/tree-value.interface.js +2 -0
- package/build/interface/update-user-info.interface.d.ts +2 -2
- package/build/model/bank-details-entity-model.d.ts +19 -0
- package/build/model/bank-details-entity-model.js +18 -0
- package/build/model/bonus-corporate-action-model.d.ts +17 -0
- package/build/model/bonus-corporate-action-model.js +31 -0
- package/build/model/buy-back-corporate-action-model.d.ts +19 -0
- package/build/model/buy-back-corporate-action-model.js +44 -0
- package/build/model/configurations-entity-model.d.ts +16 -0
- package/build/model/configurations-entity-model.js +17 -0
- package/build/model/corporate-action-model.d.ts +37 -0
- package/build/model/corporate-action-model.js +54 -0
- package/build/model/delisting-corporate-action-model.d.ts +18 -0
- package/build/model/delisting-corporate-action-model.js +32 -0
- package/build/model/dividend-corporate-action-model.d.ts +18 -0
- package/build/model/dividend-corporate-action-model.js +43 -0
- package/build/model/fpo-corporate-action-model.d.ts +21 -0
- package/build/model/fpo-corporate-action-model.js +33 -0
- package/build/model/ipo-corporate-action-model.d.ts +20 -0
- package/build/model/ipo-corporate-action-model.js +34 -0
- package/build/model/ofs-corporate-action-model.d.ts +18 -0
- package/build/model/ofs-corporate-action-model.js +32 -0
- package/build/model/open-offer-corporate-action-model.d.ts +18 -0
- package/build/model/open-offer-corporate-action-model.js +32 -0
- package/build/model/organization-entity-model.d.ts +36 -0
- package/build/model/organization-entity-model.js +69 -0
- package/build/model/pricing-plan-entity-model.d.ts +5 -40
- package/build/model/pricing-plan-entity-model.js +47 -31
- package/build/model/pricing-plan-model.d.ts +21 -0
- package/build/model/pricing-plan-model.js +63 -0
- package/build/model/right-issue-corporate-action-model.d.ts +20 -0
- package/build/model/right-issue-corporate-action-model.js +34 -0
- package/build/model/split-bonus-corporate-action-model.d.ts +18 -0
- package/build/model/split-bonus-corporate-action-model.js +35 -0
- package/build/model/split-corporate-action-model.d.ts +17 -0
- package/build/model/split-corporate-action-model.js +31 -0
- package/build/model/subscribed-pricing-plan-model.d.ts +17 -10
- package/build/model/subscribed-pricing-plan-model.js +50 -32
- package/build/model/subscription-entity-model.d.ts +25 -0
- package/build/model/subscription-entity-model.js +58 -0
- package/build/model/user-entity-model.d.ts +26 -0
- package/build/model/user-entity-model.js +36 -0
- package/build/red-black-tree/js-cols.d.ts +0 -0
- package/build/red-black-tree/js-cols.js +6259 -0
- package/build/red-black-tree/red-black-tree.d.ts +11 -0
- package/build/red-black-tree/red-black-tree.js +56 -0
- package/build/utils/date-util.d.ts +14 -0
- package/build/utils/date-util.js +51 -0
- package/build/utils/string-utils.d.ts +6 -0
- package/build/utils/string-utils.js +18 -0
- package/build/utils/validate-utils.d.ts +4 -0
- package/build/utils/validate-utils.js +20 -0
- package/package.json +1 -1
- package/build/interface/api/login-interface.d.ts +0 -22
- /package/build/interface/{api/login-interface.js → advice-file-documents.interface.js} +0 -0
- /package/build/interface/api/{remove-bank-details-by-id.interface.js → add-ipo.interface.js} +0 -0
- /package/build/interface/api/{remove-pricing-plan-by-id.interface.js → add-mutual-funds.interface.js} +0 -0
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./fpo-corporate-actions.interface"), exports);
|
|
18
|
+
__exportStar(require("./dividend-corporate-actions.interface"), exports);
|
|
19
|
+
__exportStar(require("./bonus-corporate-actions.interface"), exports);
|
|
20
|
+
__exportStar(require("./buy-back-corporate-actions.interface"), exports);
|
|
21
|
+
__exportStar(require("./delisting-corporate-actions.interface"), exports);
|
|
22
|
+
__exportStar(require("./open-offer-corporate-actions.interface"), exports);
|
|
23
|
+
__exportStar(require("./right-issues-corporate-actions.interface"), exports);
|
|
24
|
+
__exportStar(require("./split-stock-corporate-actions.interface"), exports);
|
|
25
|
+
__exportStar(require("./corporate-entity-omit-data.interface"), exports);
|
|
26
|
+
__exportStar(require("./ipo-corporate-action.interface"), exports);
|
|
27
|
+
__exportStar(require("./bonus-stock-data.interface"), exports);
|
|
28
|
+
__exportStar(require("./split-stock-data.interface"), exports);
|
|
29
|
+
__exportStar(require("./split-bonus-corporate-action.interface"), exports);
|
|
30
|
+
__exportStar(require("./ofs-corporate-actions.interface"), exports);
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { IPOListingExchange } from "../../@enum";
|
|
2
|
+
import { IBaseCorporateActionsData } from "../../@type";
|
|
3
|
+
export interface IIPOCorporateAction extends IBaseCorporateActionsData {
|
|
4
|
+
startDate: number;
|
|
5
|
+
endDate: number;
|
|
6
|
+
priceRange: string;
|
|
7
|
+
listingAt: IPOListingExchange[];
|
|
8
|
+
lotSize: number;
|
|
9
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { OrderOfSplitAndBonusStock } from "../../@enum";
|
|
2
|
+
import { IBaseCorporateActionsData, IBonusStockData, ISplitStockData } from "../../@type";
|
|
3
|
+
export interface ISplitBonusCorporateAction extends IBaseCorporateActionsData {
|
|
4
|
+
splitStock: ISplitStockData;
|
|
5
|
+
bonusStock: IBonusStockData;
|
|
6
|
+
order: OrderOfSplitAndBonusStock;
|
|
7
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { AdviceStatus, AdviceTransactionType, AdviceType, InvestDurationType } from "../../@enum";
|
|
2
|
+
import { IEntityAuditColumn } from "./entity-audit-column.interface";
|
|
3
|
+
export interface IAdviceEntity extends IEntityAuditColumn {
|
|
4
|
+
id: number;
|
|
5
|
+
type: AdviceType;
|
|
6
|
+
advisorOrgId: number;
|
|
7
|
+
stockName: string;
|
|
8
|
+
cmp: number;
|
|
9
|
+
targetPrice: number;
|
|
10
|
+
stopLoss: number;
|
|
11
|
+
investmentDurationType: InvestDurationType;
|
|
12
|
+
transactionType: AdviceTransactionType;
|
|
13
|
+
fromDate: number;
|
|
14
|
+
toDate: number;
|
|
15
|
+
noteDocumentUrl: string | null;
|
|
16
|
+
videoUrl: string | null;
|
|
17
|
+
voiceUrl: string | null;
|
|
18
|
+
status: AdviceStatus;
|
|
19
|
+
rationale: string | null;
|
|
20
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ConfigurationKey } from "../../@enum";
|
|
2
|
+
import { IEntityAuditColumn } from "./entity-audit-column.interface";
|
|
3
|
+
export interface IConfigurationsEntity extends IEntityAuditColumn {
|
|
4
|
+
id: number;
|
|
5
|
+
key: ConfigurationKey;
|
|
6
|
+
value: string | null;
|
|
7
|
+
text: string;
|
|
8
|
+
description: string;
|
|
9
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { CorporateActionAdviceStatus, CorporateActionsTransactionType } from "../../@enum";
|
|
2
|
+
import { IEntityAuditColumn } from "../../@type";
|
|
3
|
+
export interface ICorporateActionsAdviceEntity extends IEntityAuditColumn {
|
|
4
|
+
id: number;
|
|
5
|
+
corporateActionId: number;
|
|
6
|
+
companyName: string;
|
|
7
|
+
transactionType: CorporateActionsTransactionType;
|
|
8
|
+
advisorOrgId: number;
|
|
9
|
+
status: CorporateActionAdviceStatus;
|
|
10
|
+
noteDocumentUrl: string | null;
|
|
11
|
+
videoUrl: string | null;
|
|
12
|
+
voiceUrl: string | null;
|
|
13
|
+
rationale: string | null;
|
|
14
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { CronJobsNames, CronJobsStatus } from "../../@enum";
|
|
2
|
+
export interface ICronJobsEntity {
|
|
3
|
+
id: number;
|
|
4
|
+
job: CronJobsNames;
|
|
5
|
+
startTime: Date;
|
|
6
|
+
endTime: Date | null;
|
|
7
|
+
message: string;
|
|
8
|
+
error: string;
|
|
9
|
+
data: string;
|
|
10
|
+
status: CronJobsStatus;
|
|
11
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { AdviceStatus, AdviceTransactionType } from "../../@enum";
|
|
2
|
+
export interface IEquityAdviceInProcessEntity {
|
|
3
|
+
id: number;
|
|
4
|
+
advisorOrgId: number;
|
|
5
|
+
stockName: string;
|
|
6
|
+
cmp: number;
|
|
7
|
+
targetPrice: number;
|
|
8
|
+
stopLoss: number;
|
|
9
|
+
transactionType: AdviceTransactionType;
|
|
10
|
+
fromDate: number;
|
|
11
|
+
toDate: number;
|
|
12
|
+
status: AdviceStatus;
|
|
13
|
+
targetHitOn: string;
|
|
14
|
+
targetHitCMP: number;
|
|
15
|
+
}
|
|
@@ -5,3 +5,16 @@ export * from "./registration-entity";
|
|
|
5
5
|
export * from "./bank-details-entity.interface";
|
|
6
6
|
export * from "./pricing-plan-entity.interface";
|
|
7
7
|
export * from "./subscription-entity.interface";
|
|
8
|
+
export * from "./advice-entity.interface";
|
|
9
|
+
export * from "./mutual-funds-entity.interface";
|
|
10
|
+
export * from "../model/organization-entity-model.interface";
|
|
11
|
+
export * from "./mutual-fund-advice-entity.interface";
|
|
12
|
+
export * from "./ipo-entity.interface";
|
|
13
|
+
export * from "./ipo-advice-entity.interface";
|
|
14
|
+
export * from "./corporate-actions-entity.interface";
|
|
15
|
+
export * from "./corporate-action-advice-entity.interface";
|
|
16
|
+
export * from "./equity-advice-in-process-entity.interface";
|
|
17
|
+
export * from "./nfo-entity.interface";
|
|
18
|
+
export * from "./nfp-advice-entity.interface";
|
|
19
|
+
export * from "./configurations-entity.interface";
|
|
20
|
+
export * from "./cron-job-entity.interface";
|
|
@@ -21,3 +21,16 @@ __exportStar(require("./registration-entity"), exports);
|
|
|
21
21
|
__exportStar(require("./bank-details-entity.interface"), exports);
|
|
22
22
|
__exportStar(require("./pricing-plan-entity.interface"), exports);
|
|
23
23
|
__exportStar(require("./subscription-entity.interface"), exports);
|
|
24
|
+
__exportStar(require("./advice-entity.interface"), exports);
|
|
25
|
+
__exportStar(require("./mutual-funds-entity.interface"), exports);
|
|
26
|
+
__exportStar(require("../model/organization-entity-model.interface"), exports);
|
|
27
|
+
__exportStar(require("./mutual-fund-advice-entity.interface"), exports);
|
|
28
|
+
__exportStar(require("./ipo-entity.interface"), exports);
|
|
29
|
+
__exportStar(require("./ipo-advice-entity.interface"), exports);
|
|
30
|
+
__exportStar(require("./corporate-actions-entity.interface"), exports);
|
|
31
|
+
__exportStar(require("./corporate-action-advice-entity.interface"), exports);
|
|
32
|
+
__exportStar(require("./equity-advice-in-process-entity.interface"), exports);
|
|
33
|
+
__exportStar(require("./nfo-entity.interface"), exports);
|
|
34
|
+
__exportStar(require("./nfp-advice-entity.interface"), exports);
|
|
35
|
+
__exportStar(require("./configurations-entity.interface"), exports);
|
|
36
|
+
__exportStar(require("./cron-job-entity.interface"), exports);
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { IPOListingPlatform, IpoAdviceTransactionType } from "../../@enum";
|
|
2
|
+
import { IEntityAuditColumn } from "./entity-audit-column.interface";
|
|
3
|
+
export interface IIpoAdviceEntity extends IEntityAuditColumn {
|
|
4
|
+
id: number;
|
|
5
|
+
companyName: string;
|
|
6
|
+
issueStartDate: number;
|
|
7
|
+
issueEndDate: number;
|
|
8
|
+
priceBand: string;
|
|
9
|
+
listingAt: IPOListingPlatform;
|
|
10
|
+
lotSize: number;
|
|
11
|
+
transactionType: IpoAdviceTransactionType;
|
|
12
|
+
noteDocumentUrl: string | null;
|
|
13
|
+
videoUrl: string | null;
|
|
14
|
+
voiceUrl: string | null;
|
|
15
|
+
rationale: string | null;
|
|
16
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { IPOListingPlatform } from "../../@enum";
|
|
2
|
+
import { IEntityAuditColumn } from "./entity-audit-column.interface";
|
|
3
|
+
export interface IIpoEntity extends IEntityAuditColumn {
|
|
4
|
+
id: number;
|
|
5
|
+
companyName: string;
|
|
6
|
+
issueStartDate: number;
|
|
7
|
+
issueEndDate: number;
|
|
8
|
+
priceBand: string;
|
|
9
|
+
listingAt: IPOListingPlatform;
|
|
10
|
+
lotSize: number;
|
|
11
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { MutualFundAdviceDuration, MutualFundStatus, MutualFundTransactionType } from "../../@enum";
|
|
2
|
+
import { IEntityAuditColumn } from "./entity-audit-column.interface";
|
|
3
|
+
export interface IMutualFundAdviceEntity extends IEntityAuditColumn {
|
|
4
|
+
id: number;
|
|
5
|
+
schemeName: string;
|
|
6
|
+
navRegular: number | null;
|
|
7
|
+
navDirect: number | null;
|
|
8
|
+
transactionType: MutualFundTransactionType;
|
|
9
|
+
investmentDuration: MutualFundAdviceDuration;
|
|
10
|
+
switchFrom: string | null;
|
|
11
|
+
rationale: string | null;
|
|
12
|
+
noteDocumentUrl: string | null;
|
|
13
|
+
videoUrl: string | null;
|
|
14
|
+
voiceUrl: string | null;
|
|
15
|
+
startDate: number;
|
|
16
|
+
endDate: number;
|
|
17
|
+
advisorOrgId: number;
|
|
18
|
+
status: MutualFundStatus;
|
|
19
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { MutualFundsType } from "../../@enum";
|
|
2
|
+
import { IEntityAuditColumn } from "./entity-audit-column.interface";
|
|
3
|
+
export interface IMutualFundsEntity extends IEntityAuditColumn {
|
|
4
|
+
id: number;
|
|
5
|
+
schemeName: string;
|
|
6
|
+
risk: string | null;
|
|
7
|
+
navRegular: number | null;
|
|
8
|
+
navDirect: number | null;
|
|
9
|
+
oneYearReturnRegular: number | null;
|
|
10
|
+
oneYearReturnDirect: number | null;
|
|
11
|
+
threeYearReturnRegular: number | null;
|
|
12
|
+
threeYearReturnDirect: number | null;
|
|
13
|
+
fiveYearReturnRegular: number | null;
|
|
14
|
+
fiveYearReturnDirect: number | null;
|
|
15
|
+
dailyAUM: number;
|
|
16
|
+
type: MutualFundsType;
|
|
17
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { MutualFundsType } from "../../@enum";
|
|
2
|
+
import { IEntityAuditColumn } from "./entity-audit-column.interface";
|
|
3
|
+
export interface INFOEntity extends IEntityAuditColumn {
|
|
4
|
+
id: number;
|
|
5
|
+
mutualFundName: string;
|
|
6
|
+
type: MutualFundsType;
|
|
7
|
+
startDateCode: number;
|
|
8
|
+
endDateCode: number;
|
|
9
|
+
risk: string;
|
|
10
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { NFOAdviceStatus, NFOAdviceTransactionType } from "../../@enum";
|
|
2
|
+
import { IEntityAuditColumn } from "./entity-audit-column.interface";
|
|
3
|
+
export interface INFOAdviceEntity extends IEntityAuditColumn {
|
|
4
|
+
id: number;
|
|
5
|
+
nfoId: number;
|
|
6
|
+
mutualFundName: string;
|
|
7
|
+
advisorOrgId: number;
|
|
8
|
+
transactionType: NFOAdviceTransactionType;
|
|
9
|
+
rationale: string | null;
|
|
10
|
+
noteDocumentUrl: string | null;
|
|
11
|
+
videoUrl: string | null;
|
|
12
|
+
voiceUrl: string | null;
|
|
13
|
+
status: NFOAdviceStatus;
|
|
14
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { IOrganizationEntity } from "../entity";
|
|
2
|
+
export interface IOrganizationEntityModel extends IOrganizationEntity {
|
|
3
|
+
getPanFolderName(): string;
|
|
4
|
+
getPanFileName(): string;
|
|
5
|
+
getGstFolderName(): string | undefined;
|
|
6
|
+
getGstFileName(): string | undefined;
|
|
7
|
+
getDeedFolderName(): string | undefined;
|
|
8
|
+
getDeedFileName(): string | undefined;
|
|
9
|
+
getSebiCertificateFolderName(): string | undefined;
|
|
10
|
+
getSebiCertificateFileName(): string | undefined;
|
|
11
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { IBillingCycleObj } from "./selected-billing-cycle.interface";
|
|
2
|
+
export interface IPricingPlanModel {
|
|
3
|
+
id: number;
|
|
4
|
+
effectiveFromDate: number;
|
|
5
|
+
effectiveToDate: number;
|
|
6
|
+
basePrice: number;
|
|
7
|
+
billingCycle: {
|
|
8
|
+
[key: string]: IBillingCycleObj;
|
|
9
|
+
};
|
|
10
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { UserStatus } from "../@enum";
|
|
1
|
+
import { OwnerOperationType, UserStatus } from "../@enum";
|
|
2
2
|
import { IUploadedMulterFile } from "./upload-multer-file.interface";
|
|
3
3
|
export interface IUserInfo {
|
|
4
4
|
id?: number;
|
|
5
5
|
name?: string;
|
|
6
6
|
email?: string;
|
|
7
7
|
phone?: number;
|
|
8
|
-
operation?:
|
|
8
|
+
operation?: OwnerOperationType;
|
|
9
9
|
password?: string;
|
|
10
10
|
status?: UserStatus;
|
|
11
11
|
isEmailVerified?: boolean;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { IBankDetailEntity } from "../@type";
|
|
2
|
+
export declare class BankDetailsEntityModel implements IBankDetailEntity {
|
|
3
|
+
id: number;
|
|
4
|
+
bankName: string;
|
|
5
|
+
accountNo: string;
|
|
6
|
+
ifscCode: string;
|
|
7
|
+
upiId: string;
|
|
8
|
+
qrCode: string | null;
|
|
9
|
+
bankAddress: string;
|
|
10
|
+
branch: string;
|
|
11
|
+
accountName: string;
|
|
12
|
+
createdOn: Date;
|
|
13
|
+
updatedOn: Date;
|
|
14
|
+
createdBy: number;
|
|
15
|
+
updatedBy: number;
|
|
16
|
+
constructor(bankDetailEntity: IBankDetailEntity);
|
|
17
|
+
getQrCodeFolderName(): string | undefined;
|
|
18
|
+
getQrCodeFileName(): string | undefined;
|
|
19
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BankDetailsEntityModel = void 0;
|
|
4
|
+
var BankDetailsEntityModel = /** @class */ (function () {
|
|
5
|
+
function BankDetailsEntityModel(bankDetailEntity) {
|
|
6
|
+
Object.assign(this, bankDetailEntity);
|
|
7
|
+
}
|
|
8
|
+
BankDetailsEntityModel.prototype.getQrCodeFolderName = function () {
|
|
9
|
+
var _a;
|
|
10
|
+
return (_a = this.qrCode) === null || _a === void 0 ? void 0 : _a.split("/").slice(3, 5)[0];
|
|
11
|
+
};
|
|
12
|
+
BankDetailsEntityModel.prototype.getQrCodeFileName = function () {
|
|
13
|
+
var _a;
|
|
14
|
+
return (_a = this.qrCode) === null || _a === void 0 ? void 0 : _a.split("/").slice(3, 5)[1];
|
|
15
|
+
};
|
|
16
|
+
return BankDetailsEntityModel;
|
|
17
|
+
}());
|
|
18
|
+
exports.BankDetailsEntityModel = BankDetailsEntityModel;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { CorporateActionsStatus, CorporateActionsType } from "../@enum";
|
|
2
|
+
import { IBonusCorporateAction, ICorporateActionsEntity, ICorporateEntityOmitData } from "../@type";
|
|
3
|
+
export declare class BonusCorporateActionModel implements IBonusCorporateAction, ICorporateEntityOmitData {
|
|
4
|
+
ratio: string;
|
|
5
|
+
ratioInWords: string;
|
|
6
|
+
companyName: string;
|
|
7
|
+
recordDate: number;
|
|
8
|
+
type: CorporateActionsType;
|
|
9
|
+
status: CorporateActionsStatus;
|
|
10
|
+
id: number;
|
|
11
|
+
createdOn: Date;
|
|
12
|
+
updatedOn: Date;
|
|
13
|
+
createdBy: number;
|
|
14
|
+
updatedBy: number;
|
|
15
|
+
constructor(entity: ICorporateActionsEntity);
|
|
16
|
+
getCorporateActionEntity(): ICorporateActionsEntity;
|
|
17
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.BonusCorporateActionModel = void 0;
|
|
15
|
+
var _enum_1 = require("../@enum");
|
|
16
|
+
var _utils_1 = require("../@utils");
|
|
17
|
+
var BonusCorporateActionModel = /** @class */ (function () {
|
|
18
|
+
function BonusCorporateActionModel(entity) {
|
|
19
|
+
_utils_1.ValidateUtils.validateCorporateActionType(entity.type, _enum_1.CorporateActionsType.BONUS);
|
|
20
|
+
Object.assign(this, __assign(__assign({}, entity), JSON.parse(entity.data)));
|
|
21
|
+
}
|
|
22
|
+
BonusCorporateActionModel.prototype.getCorporateActionEntity = function () {
|
|
23
|
+
var corporateActionEntity = __assign(__assign({}, this), { data: JSON.stringify({
|
|
24
|
+
ratio: this.ratio,
|
|
25
|
+
ratioInWords: this.ratioInWords,
|
|
26
|
+
}) });
|
|
27
|
+
return corporateActionEntity;
|
|
28
|
+
};
|
|
29
|
+
return BonusCorporateActionModel;
|
|
30
|
+
}());
|
|
31
|
+
exports.BonusCorporateActionModel = BonusCorporateActionModel;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { BuyBackType, CorporateActionsStatus, CorporateActionsType } from "../@enum";
|
|
2
|
+
import { IBuyBackCorporateAction, ICorporateActionsEntity, ICorporateEntityOmitData } from "../@type";
|
|
3
|
+
export declare class BuyBackCorporateActionModel implements IBuyBackCorporateAction, ICorporateEntityOmitData {
|
|
4
|
+
priceRange: string;
|
|
5
|
+
startDate: number;
|
|
6
|
+
endDate: number;
|
|
7
|
+
companyName: string;
|
|
8
|
+
recordDate: number;
|
|
9
|
+
type: CorporateActionsType;
|
|
10
|
+
status: CorporateActionsStatus;
|
|
11
|
+
buyBackType: BuyBackType;
|
|
12
|
+
id: number;
|
|
13
|
+
createdOn: Date;
|
|
14
|
+
updatedOn: Date;
|
|
15
|
+
createdBy: number;
|
|
16
|
+
updatedBy: number;
|
|
17
|
+
constructor(entity: ICorporateActionsEntity);
|
|
18
|
+
getCorporateActionEntity(): ICorporateActionsEntity;
|
|
19
|
+
}
|