@dynamatix/gb-schemas 2.0.34 → 2.0.35
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/dist/applicants/applicant-additional-income.model.d.ts +1094 -0
- package/dist/applicants/applicant-additional-income.model.d.ts.map +1 -0
- package/dist/applicants/applicant-additional-income.model.js +33 -0
- package/dist/applicants/applicant-commitment-creditCard.model.d.ts +508 -0
- package/dist/applicants/applicant-commitment-creditCard.model.d.ts.map +1 -0
- package/dist/applicants/applicant-commitment-creditCard.model.js +34 -0
- package/dist/applicants/applicant-commitment-loan.model.d.ts +394 -0
- package/dist/applicants/applicant-commitment-loan.model.d.ts.map +1 -0
- package/dist/applicants/applicant-commitment-loan.model.js +38 -0
- package/dist/applicants/applicant-commitment-mortgage.model.d.ts +472 -0
- package/dist/applicants/applicant-commitment-mortgage.model.d.ts.map +1 -0
- package/dist/applicants/applicant-commitment-mortgage.model.js +69 -0
- package/dist/applicants/applicant-commitment-residence.model.d.ts +728 -0
- package/dist/applicants/applicant-commitment-residence.model.d.ts.map +1 -0
- package/dist/applicants/applicant-commitment-residence.model.js +50 -0
- package/dist/applicants/applicant-commitment-secureLoan.model.d.ts +368 -0
- package/dist/applicants/applicant-commitment-secureLoan.model.d.ts.map +1 -0
- package/dist/applicants/applicant-commitment-secureLoan.model.js +29 -0
- package/dist/applicants/applicant-commitment-unsecuredLoan.model.d.ts +362 -0
- package/dist/applicants/applicant-commitment-unsecuredLoan.model.d.ts.map +1 -0
- package/dist/applicants/applicant-commitment-unsecuredLoan.model.js +28 -0
- package/dist/applicants/applicant-credit-data.model.d.ts +32 -0
- package/dist/applicants/applicant-credit-data.model.d.ts.map +1 -0
- package/dist/applicants/applicant-credit-data.model.js +11 -0
- package/dist/applicants/applicant-credit-profile.model.d.ts +23 -0
- package/dist/applicants/applicant-credit-profile.model.d.ts.map +1 -0
- package/dist/applicants/applicant-credit-profile.model.js +20 -0
- package/dist/applicants/applicant-direct-debit.model.d.ts +61 -0
- package/dist/applicants/applicant-direct-debit.model.d.ts.map +1 -0
- package/dist/applicants/applicant-direct-debit.model.js +17 -0
- package/dist/applicants/applicant-employment-income.model.d.ts +175 -0
- package/dist/applicants/applicant-employment-income.model.d.ts.map +1 -0
- package/dist/applicants/applicant-employment-income.model.js +9 -0
- package/dist/applicants/applicant-employment.model.d.ts +136 -0
- package/dist/applicants/applicant-employment.model.d.ts.map +1 -0
- package/dist/applicants/applicant-employment.model.js +50 -0
- package/dist/applicants/applicant-expenditure.model.d.ts +87 -0
- package/dist/applicants/applicant-expenditure.model.d.ts.map +1 -0
- package/dist/applicants/applicant-expenditure.model.js +54 -0
- package/dist/applicants/applicant-income-source.model.d.ts +26 -0
- package/dist/applicants/applicant-income-source.model.d.ts.map +1 -0
- package/dist/applicants/applicant-income-source.model.js +9 -0
- package/dist/applicants/applicant-income.model.d.ts +220 -0
- package/dist/applicants/applicant-income.model.d.ts.map +1 -0
- package/dist/applicants/applicant-income.model.js +81 -0
- package/dist/applicants/applicant-pension-income.model.d.ts +457 -0
- package/dist/applicants/applicant-pension-income.model.d.ts.map +1 -0
- package/dist/applicants/applicant-pension-income.model.js +14 -0
- package/dist/applicants/applicant-property-income.model.d.ts +907 -0
- package/dist/applicants/applicant-property-income.model.d.ts.map +1 -0
- package/dist/applicants/applicant-property-income.model.js +23 -0
- package/dist/applicants/applicant-risk-narrative.model.d.ts +38 -0
- package/dist/applicants/applicant-risk-narrative.model.d.ts.map +1 -0
- package/dist/applicants/applicant-risk-narrative.model.js +13 -0
- package/dist/applicants/applicant-uk-tax-credits.model.d.ts +463 -0
- package/dist/applicants/applicant-uk-tax-credits.model.d.ts.map +1 -0
- package/dist/applicants/applicant-uk-tax-credits.model.js +11 -0
- package/dist/applicants/applicant.model.d.ts +134 -0
- package/dist/applicants/applicant.model.d.ts.map +1 -0
- package/dist/applicants/applicant.model.js +223 -0
- package/dist/applicants/index.d.ts +14 -0
- package/dist/applicants/index.d.ts.map +1 -0
- package/dist/applicants/index.js +13 -0
- package/dist/applications/application-audit.model.d.ts +92 -0
- package/dist/applications/application-audit.model.d.ts.map +1 -0
- package/dist/applications/application-audit.model.js +42 -0
- package/dist/applications/application-checklist-Item.model.d.ts +258 -0
- package/dist/applications/application-checklist-Item.model.d.ts.map +1 -0
- package/dist/applications/application-checklist-Item.model.js +45 -0
- package/dist/applications/application-company-model.d.ts +1484 -0
- package/dist/applications/application-company-model.d.ts.map +1 -0
- package/dist/applications/application-company-model.js +120 -0
- package/dist/applications/application-credit-profile.model.d.ts +35 -0
- package/dist/applications/application-credit-profile.model.d.ts.map +1 -0
- package/dist/applications/application-credit-profile.model.js +12 -0
- package/dist/applications/application-direct-debit.model.d.ts +545 -0
- package/dist/applications/application-direct-debit.model.d.ts.map +1 -0
- package/dist/applications/application-direct-debit.model.js +92 -0
- package/dist/applications/application-document.model.d.ts +158 -0
- package/dist/applications/application-document.model.d.ts.map +1 -0
- package/dist/applications/application-document.model.js +35 -0
- package/dist/applications/application-fieldconfig.model.d.ts +30 -0
- package/dist/applications/application-fieldconfig.model.d.ts.map +1 -0
- package/dist/applications/application-fieldconfig.model.js +7 -0
- package/dist/applications/application-illustration-model.d.ts +24 -0
- package/dist/applications/application-illustration-model.d.ts.map +1 -0
- package/dist/applications/application-illustration-model.js +6 -0
- package/dist/applications/application-legal.model.d.ts +30 -0
- package/dist/applications/application-legal.model.d.ts.map +1 -0
- package/dist/applications/application-legal.model.js +7 -0
- package/dist/applications/application-mortgage.model.d.ts +1203 -0
- package/dist/applications/application-mortgage.model.d.ts.map +1 -0
- package/dist/applications/application-mortgage.model.js +271 -0
- package/dist/applications/application-note.model.d.ts +144 -0
- package/dist/applications/application-note.model.d.ts.map +1 -0
- package/dist/applications/application-note.model.js +78 -0
- package/dist/applications/application-offer.model.d.ts +24 -0
- package/dist/applications/application-offer.model.d.ts.map +1 -0
- package/dist/applications/application-offer.model.js +6 -0
- package/dist/applications/application-onboarding.model.d.ts +42 -0
- package/dist/applications/application-onboarding.model.d.ts.map +1 -0
- package/dist/applications/application-onboarding.model.js +9 -0
- package/dist/applications/application-product.model.d.ts +120 -0
- package/dist/applications/application-product.model.d.ts.map +1 -0
- package/dist/applications/application-product.model.js +67 -0
- package/dist/applications/application-productfeatures.model.d.ts +738 -0
- package/dist/applications/application-productfeatures.model.d.ts.map +1 -0
- package/dist/applications/application-productfeatures.model.js +96 -0
- package/dist/applications/application-rationale.model.d.ts +216 -0
- package/dist/applications/application-rationale.model.d.ts.map +1 -0
- package/dist/applications/application-rationale.model.js +38 -0
- package/dist/applications/application-risk-narrative.model.d.ts +60 -0
- package/dist/applications/application-risk-narrative.model.d.ts.map +1 -0
- package/dist/applications/application-risk-narrative.model.js +12 -0
- package/dist/applications/application-valuation.model.d.ts +44 -0
- package/dist/applications/application-valuation.model.d.ts.map +1 -0
- package/dist/applications/application-valuation.model.js +15 -0
- package/dist/applications/application.model.d.ts +428 -0
- package/dist/applications/application.model.d.ts.map +1 -0
- package/dist/applications/application.model.js +153 -0
- package/dist/applications/broker.model.d.ts +134 -0
- package/dist/applications/broker.model.d.ts.map +1 -0
- package/dist/applications/broker.model.js +21 -0
- package/dist/applications/document.model.d.ts +158 -0
- package/dist/applications/document.model.d.ts.map +1 -0
- package/dist/applications/document.model.js +35 -0
- package/dist/applications/index.d.ts +21 -0
- package/dist/applications/index.d.ts.map +1 -0
- package/dist/applications/index.js +20 -0
- package/dist/applications/solicitor.model.d.ts +177 -0
- package/dist/applications/solicitor.model.d.ts.map +1 -0
- package/dist/applications/solicitor.model.js +114 -0
- package/dist/entities/applicants/applicant-credit-data.entity.d.ts +19 -0
- package/dist/entities/applicants/applicant-credit-data.entity.d.ts.map +1 -0
- package/dist/entities/applicants/applicant-credit-data.entity.js +5 -0
- package/dist/entities/applicants/applicant-credit-profile.entity.d.ts +14 -0
- package/dist/entities/applicants/applicant-credit-profile.entity.d.ts.map +1 -0
- package/dist/entities/applicants/applicant-credit-profile.entity.js +5 -0
- package/dist/entities/applicants/applicant-employment-income.entity.d.ts +14 -0
- package/dist/entities/applicants/applicant-employment-income.entity.d.ts.map +1 -0
- package/dist/entities/applicants/applicant-employment-income.entity.js +5 -0
- package/dist/entities/applicants/applicant-employment.entity.d.ts +54 -0
- package/dist/entities/applicants/applicant-employment.entity.d.ts.map +1 -0
- package/dist/entities/applicants/applicant-employment.entity.js +5 -0
- package/dist/entities/applicants/applicant-expenditure.entity.d.ts +14 -0
- package/dist/entities/applicants/applicant-expenditure.entity.d.ts.map +1 -0
- package/dist/entities/applicants/applicant-expenditure.entity.js +5 -0
- package/dist/entities/applicants/applicant-income-source.entity.d.ts +17 -0
- package/dist/entities/applicants/applicant-income-source.entity.d.ts.map +1 -0
- package/dist/entities/applicants/applicant-income-source.entity.js +5 -0
- package/dist/entities/applicants/applicant-income.entity.d.ts +59 -0
- package/dist/entities/applicants/applicant-income.entity.d.ts.map +1 -0
- package/dist/entities/applicants/applicant-income.entity.js +2 -0
- package/dist/entities/applicants/applicant.entity.d.ts +143 -0
- package/dist/entities/applicants/applicant.entity.d.ts.map +1 -0
- package/dist/entities/applicants/applicant.entity.js +48 -0
- package/dist/entities/applicants/credit-card-commitment.entity.d.ts +16 -0
- package/dist/entities/applicants/credit-card-commitment.entity.d.ts.map +1 -0
- package/dist/entities/applicants/credit-card-commitment.entity.js +5 -0
- package/dist/entities/applicants/index.d.ts +19 -0
- package/dist/entities/applicants/index.d.ts.map +1 -0
- package/dist/entities/applicants/index.js +17 -0
- package/dist/entities/applicants/loan-commitment.entity.d.ts +20 -0
- package/dist/entities/applicants/loan-commitment.entity.d.ts.map +1 -0
- package/dist/entities/applicants/loan-commitment.entity.js +5 -0
- package/dist/entities/applicants/mortgage-commitment.entity.d.ts +37 -0
- package/dist/entities/applicants/mortgage-commitment.entity.d.ts.map +1 -0
- package/dist/entities/applicants/mortgage-commitment.entity.js +19 -0
- package/dist/entities/applicants/other-income.entity.d.ts +41 -0
- package/dist/entities/applicants/other-income.entity.d.ts.map +1 -0
- package/dist/entities/applicants/other-income.entity.js +19 -0
- package/dist/entities/applicants/property-income.entity.d.ts +17 -0
- package/dist/entities/applicants/property-income.entity.d.ts.map +1 -0
- package/dist/entities/applicants/property-income.entity.js +5 -0
- package/dist/entities/applicants/residence-commitment.entity.d.ts +44 -0
- package/dist/entities/applicants/residence-commitment.entity.d.ts.map +1 -0
- package/dist/entities/applicants/residence-commitment.entity.js +19 -0
- package/dist/entities/applicants/secure-loan-commitment.entity.d.ts +21 -0
- package/dist/entities/applicants/secure-loan-commitment.entity.d.ts.map +1 -0
- package/dist/entities/applicants/secure-loan-commitment.entity.js +9 -0
- package/dist/entities/applicants/unsecured-loan-commitment.entity.d.ts +20 -0
- package/dist/entities/applicants/unsecured-loan-commitment.entity.d.ts.map +1 -0
- package/dist/entities/applicants/unsecured-loan-commitment.entity.js +10 -0
- package/dist/entities/applications/application-audit.entity.d.ts +18 -0
- package/dist/entities/applications/application-audit.entity.d.ts.map +1 -0
- package/dist/entities/applications/application-audit.entity.js +5 -0
- package/dist/entities/applications/application-company.entity.d.ts +12 -0
- package/dist/entities/applications/application-company.entity.d.ts.map +1 -0
- package/dist/entities/applications/application-company.entity.js +5 -0
- package/dist/entities/applications/application-credit-profile.entity.d.ts +11 -0
- package/dist/entities/applications/application-credit-profile.entity.d.ts.map +1 -0
- package/dist/entities/applications/application-credit-profile.entity.js +5 -0
- package/dist/entities/applications/application-direct-debit.entity.d.ts +24 -0
- package/dist/entities/applications/application-direct-debit.entity.d.ts.map +1 -0
- package/dist/entities/applications/application-direct-debit.entity.js +5 -0
- package/dist/entities/applications/application-document.entity.d.ts +28 -0
- package/dist/entities/applications/application-document.entity.d.ts.map +1 -0
- package/dist/entities/applications/application-document.entity.js +5 -0
- package/dist/entities/applications/application-fieldconfig.entity.d.ts +9 -0
- package/dist/entities/applications/application-fieldconfig.entity.d.ts.map +1 -0
- package/dist/entities/applications/application-fieldconfig.entity.js +5 -0
- package/dist/entities/applications/application-illustration.entity.d.ts +8 -0
- package/dist/entities/applications/application-illustration.entity.d.ts.map +1 -0
- package/dist/entities/applications/application-illustration.entity.js +5 -0
- package/dist/entities/applications/application-legal.entity.d.ts +9 -0
- package/dist/entities/applications/application-legal.entity.d.ts.map +1 -0
- package/dist/entities/applications/application-legal.entity.js +5 -0
- package/dist/entities/applications/application-mortgage.entity.d.ts +55 -0
- package/dist/entities/applications/application-mortgage.entity.d.ts.map +1 -0
- package/dist/entities/applications/application-mortgage.entity.js +27 -0
- package/dist/entities/applications/application-note.entity.d.ts +37 -0
- package/dist/entities/applications/application-note.entity.d.ts.map +1 -0
- package/dist/entities/applications/application-note.entity.js +5 -0
- package/dist/entities/applications/application-offer.entity.d.ts +8 -0
- package/dist/entities/applications/application-offer.entity.d.ts.map +1 -0
- package/dist/entities/applications/application-offer.entity.js +5 -0
- package/dist/entities/applications/application-onboarding.entity.d.ts +11 -0
- package/dist/entities/applications/application-onboarding.entity.d.ts.map +1 -0
- package/dist/entities/applications/application-onboarding.entity.js +5 -0
- package/dist/entities/applications/application-product.entity.d.ts +33 -0
- package/dist/entities/applications/application-product.entity.d.ts.map +1 -0
- package/dist/entities/applications/application-product.entity.js +5 -0
- package/dist/entities/applications/application-rationale.entity.d.ts +51 -0
- package/dist/entities/applications/application-rationale.entity.d.ts.map +1 -0
- package/dist/entities/applications/application-rationale.entity.js +5 -0
- package/dist/entities/applications/application.entity.d.ts +103 -0
- package/dist/entities/applications/application.entity.d.ts.map +1 -0
- package/dist/entities/applications/application.entity.js +66 -0
- package/dist/entities/applications/broker.entity.d.ts +23 -0
- package/dist/entities/applications/broker.entity.d.ts.map +1 -0
- package/dist/entities/applications/broker.entity.js +5 -0
- package/dist/entities/applications/checklist-item.entity.d.ts +47 -0
- package/dist/entities/applications/checklist-item.entity.d.ts.map +1 -0
- package/dist/entities/applications/checklist-item.entity.js +5 -0
- package/dist/entities/applications/company.entity.d.ts +77 -0
- package/dist/entities/applications/company.entity.d.ts.map +1 -0
- package/dist/entities/applications/company.entity.js +23 -0
- package/dist/entities/applications/index.d.ts +23 -0
- package/dist/entities/applications/index.d.ts.map +1 -0
- package/dist/entities/applications/index.js +21 -0
- package/dist/entities/applications/product-features.entity.d.ts +54 -0
- package/dist/entities/applications/product-features.entity.d.ts.map +1 -0
- package/dist/entities/applications/product-features.entity.js +5 -0
- package/dist/entities/applications/solicitor.entity.d.ts +33 -0
- package/dist/entities/applications/solicitor.entity.d.ts.map +1 -0
- package/dist/entities/applications/solicitor.entity.js +5 -0
- package/dist/entities/index.d.ts +10 -0
- package/dist/entities/index.d.ts.map +1 -0
- package/dist/entities/index.js +10 -0
- package/dist/entities/prisma.d.ts +3 -0
- package/dist/entities/prisma.d.ts.map +1 -0
- package/dist/entities/prisma.js +10 -0
- package/dist/entities/product-catalogues/index.d.ts +8 -0
- package/dist/entities/product-catalogues/index.d.ts.map +1 -0
- package/dist/entities/product-catalogues/index.js +6 -0
- package/dist/entities/product-catalogues/product-catalogue.entity.d.ts +22 -0
- package/dist/entities/product-catalogues/product-catalogue.entity.d.ts.map +1 -0
- package/dist/entities/product-catalogues/product-catalogue.entity.js +5 -0
- package/dist/entities/product-catalogues/product-definition.entity.d.ts +16 -0
- package/dist/entities/product-catalogues/product-definition.entity.d.ts.map +1 -0
- package/dist/entities/product-catalogues/product-definition.entity.js +5 -0
- package/dist/entities/product-catalogues/product-variant.entity.d.ts +14 -0
- package/dist/entities/product-catalogues/product-variant.entity.d.ts.map +1 -0
- package/dist/entities/product-catalogues/product-variant.entity.js +5 -0
- package/dist/entities/product-catalogues/product.entity.d.ts +11 -0
- package/dist/entities/product-catalogues/product.entity.d.ts.map +1 -0
- package/dist/entities/product-catalogues/product.entity.js +5 -0
- package/dist/entities/product-catalogues/rule.entity.d.ts +21 -0
- package/dist/entities/product-catalogues/rule.entity.d.ts.map +1 -0
- package/dist/entities/product-catalogues/rule.entity.js +5 -0
- package/dist/entities/properties/data-street.entity.d.ts +22 -0
- package/dist/entities/properties/data-street.entity.d.ts.map +1 -0
- package/dist/entities/properties/data-street.entity.js +5 -0
- package/dist/entities/properties/index.d.ts +6 -0
- package/dist/entities/properties/index.d.ts.map +1 -0
- package/dist/entities/properties/index.js +4 -0
- package/dist/entities/properties/property.entity.d.ts +30 -0
- package/dist/entities/properties/property.entity.d.ts.map +1 -0
- package/dist/entities/properties/property.entity.js +5 -0
- package/dist/entities/properties/security.entity.d.ts +57 -0
- package/dist/entities/properties/security.entity.d.ts.map +1 -0
- package/dist/entities/properties/security.entity.js +5 -0
- package/dist/entities/shared/alert.entity.d.ts +14 -0
- package/dist/entities/shared/alert.entity.d.ts.map +1 -0
- package/dist/entities/shared/alert.entity.js +5 -0
- package/dist/entities/shared/apprivo-sync-journey.entity.d.ts +19 -0
- package/dist/entities/shared/apprivo-sync-journey.entity.d.ts.map +1 -0
- package/dist/entities/shared/apprivo-sync-journey.entity.js +5 -0
- package/dist/entities/shared/checklist.entity.d.ts +15 -0
- package/dist/entities/shared/checklist.entity.d.ts.map +1 -0
- package/dist/entities/shared/checklist.entity.js +5 -0
- package/dist/entities/shared/document-type.entity.d.ts +9 -0
- package/dist/entities/shared/document-type.entity.d.ts.map +1 -0
- package/dist/entities/shared/document-type.entity.js +5 -0
- package/dist/entities/shared/index.d.ts +12 -0
- package/dist/entities/shared/index.d.ts.map +1 -0
- package/dist/entities/shared/index.js +10 -0
- package/dist/entities/shared/job-run.entity.d.ts +15 -0
- package/dist/entities/shared/job-run.entity.d.ts.map +1 -0
- package/dist/entities/shared/job-run.entity.js +5 -0
- package/dist/entities/shared/job-run.model.d.ts +11 -0
- package/dist/entities/shared/job-run.model.d.ts.map +1 -0
- package/dist/entities/shared/job-run.model.js +1 -0
- package/dist/entities/shared/job-setting.entity.d.ts +11 -0
- package/dist/entities/shared/job-setting.entity.d.ts.map +1 -0
- package/dist/entities/shared/job-setting.entity.js +5 -0
- package/dist/entities/shared/lookup-group.entity.d.ts +11 -0
- package/dist/entities/shared/lookup-group.entity.d.ts.map +1 -0
- package/dist/entities/shared/lookup-group.entity.js +5 -0
- package/dist/entities/shared/lookup.entity.d.ts +14 -0
- package/dist/entities/shared/lookup.entity.d.ts.map +1 -0
- package/dist/entities/shared/lookup.entity.js +5 -0
- package/dist/entities/shared/system-parameter.entity.d.ts +10 -0
- package/dist/entities/shared/system-parameter.entity.d.ts.map +1 -0
- package/dist/entities/shared/system-parameter.entity.js +5 -0
- package/dist/entities/underwriter/index.d.ts +4 -0
- package/dist/entities/underwriter/index.d.ts.map +1 -0
- package/dist/entities/underwriter/index.js +2 -0
- package/dist/entities/underwriter/underwriter.entity.d.ts +16 -0
- package/dist/entities/underwriter/underwriter.entity.d.ts.map +1 -0
- package/dist/entities/underwriter/underwriter.entity.js +5 -0
- package/dist/entities/users/auth-log.entity.d.ts +11 -0
- package/dist/entities/users/auth-log.entity.d.ts.map +1 -0
- package/dist/entities/users/auth-log.entity.js +5 -0
- package/dist/entities/users/index.d.ts +8 -0
- package/dist/entities/users/index.d.ts.map +1 -0
- package/dist/entities/users/index.js +6 -0
- package/dist/entities/users/permission.entity.d.ts +12 -0
- package/dist/entities/users/permission.entity.d.ts.map +1 -0
- package/dist/entities/users/permission.entity.js +5 -0
- package/dist/entities/users/role-group.entity.d.ts +12 -0
- package/dist/entities/users/role-group.entity.d.ts.map +1 -0
- package/dist/entities/users/role-group.entity.js +5 -0
- package/dist/entities/users/role.entity.d.ts +14 -0
- package/dist/entities/users/role.entity.d.ts.map +1 -0
- package/dist/entities/users/role.entity.js +5 -0
- package/dist/entities/users/user.entity.d.ts +35 -0
- package/dist/entities/users/user.entity.d.ts.map +1 -0
- package/dist/entities/users/user.entity.js +10 -0
- package/dist/index.d.ts +9 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +9 -0
- package/dist/product-catalogues/index.d.ts +4 -0
- package/dist/product-catalogues/index.d.ts.map +1 -0
- package/dist/product-catalogues/index.js +3 -0
- package/dist/product-catalogues/product-catalogue.model.d.ts +104 -0
- package/dist/product-catalogues/product-catalogue.model.d.ts.map +1 -0
- package/dist/product-catalogues/product-catalogue.model.js +18 -0
- package/dist/product-catalogues/product-definitions.model.d.ts +290 -0
- package/dist/product-catalogues/product-definitions.model.d.ts.map +1 -0
- package/dist/product-catalogues/product-definitions.model.js +26 -0
- package/dist/product-catalogues/product-variant.model.d.ts +68 -0
- package/dist/product-catalogues/product-variant.model.d.ts.map +1 -0
- package/dist/product-catalogues/product-variant.model.js +12 -0
- package/dist/properties/index.d.ts +3 -0
- package/dist/properties/index.d.ts.map +1 -0
- package/dist/properties/index.js +2 -0
- package/dist/properties/property.model.d.ts +1131 -0
- package/dist/properties/property.model.d.ts.map +1 -0
- package/dist/properties/property.model.js +144 -0
- package/dist/properties/security.model.d.ts +285 -0
- package/dist/properties/security.model.d.ts.map +1 -0
- package/dist/properties/security.model.js +143 -0
- package/dist/shared/alert.model.d.ts +74 -0
- package/dist/shared/alert.model.d.ts.map +1 -0
- package/dist/shared/alert.model.js +24 -0
- package/dist/shared/apprivo-sync-journey.model.d.ts +86 -0
- package/dist/shared/apprivo-sync-journey.model.d.ts.map +1 -0
- package/dist/shared/apprivo-sync-journey.model.js +17 -0
- package/dist/shared/checklist.model.d.ts +74 -0
- package/dist/shared/checklist.model.d.ts.map +1 -0
- package/dist/shared/checklist.model.js +30 -0
- package/dist/shared/document-type-model.d.ts +48 -0
- package/dist/shared/document-type-model.d.ts.map +1 -0
- package/dist/shared/document-type-model.js +10 -0
- package/dist/shared/index.d.ts +13 -0
- package/dist/shared/index.d.ts.map +1 -0
- package/dist/shared/index.js +12 -0
- package/dist/shared/job-run.model.d.ts +48 -0
- package/dist/shared/job-run.model.d.ts.map +1 -0
- package/dist/shared/job-run.model.js +14 -0
- package/dist/shared/job-setting.model.d.ts +42 -0
- package/dist/shared/job-setting.model.d.ts.map +1 -0
- package/dist/shared/job-setting.model.js +11 -0
- package/dist/shared/lookup-group.model.d.ts +30 -0
- package/dist/shared/lookup-group.model.d.ts.map +1 -0
- package/dist/shared/lookup-group.model.js +16 -0
- package/dist/shared/lookup.model.d.ts +42 -0
- package/dist/shared/lookup.model.d.ts.map +1 -0
- package/dist/shared/lookup.model.js +20 -0
- package/dist/shared/schema-doc.model.d.ts +48 -0
- package/dist/shared/schema-doc.model.d.ts.map +1 -0
- package/dist/shared/schema-doc.model.js +11 -0
- package/dist/shared/system-parameter.model.d.ts +60 -0
- package/dist/shared/system-parameter.model.d.ts.map +1 -0
- package/dist/shared/system-parameter.model.js +32 -0
- package/dist/shared/task-document.model.d.ts +42 -0
- package/dist/shared/task-document.model.d.ts.map +1 -0
- package/dist/shared/task-document.model.js +23 -0
- package/dist/shared/task.model.d.ts +206 -0
- package/dist/shared/task.model.d.ts.map +1 -0
- package/dist/shared/task.model.js +15 -0
- package/dist/underwriter/index.d.ts +2 -0
- package/dist/underwriter/index.d.ts.map +1 -0
- package/dist/underwriter/index.js +1 -0
- package/dist/underwriter/underwriter.model.d.ts +98 -0
- package/dist/underwriter/underwriter.model.d.ts.map +1 -0
- package/dist/underwriter/underwriter.model.js +17 -0
- package/dist/users/auth-log.model.d.ts +42 -0
- package/dist/users/auth-log.model.d.ts.map +1 -0
- package/dist/users/auth-log.model.js +21 -0
- package/dist/users/index.d.ts +7 -0
- package/dist/users/index.d.ts.map +1 -0
- package/dist/users/index.js +6 -0
- package/dist/users/permission.model.d.ts +56 -0
- package/dist/users/permission.model.d.ts.map +1 -0
- package/dist/users/permission.model.js +10 -0
- package/dist/users/role-group.model.d.ts +62 -0
- package/dist/users/role-group.model.d.ts.map +1 -0
- package/dist/users/role-group.model.js +14 -0
- package/dist/users/role.model.d.ts +62 -0
- package/dist/users/role.model.d.ts.map +1 -0
- package/dist/users/role.model.js +13 -0
- package/dist/users/tasks.model.d.ts +86 -0
- package/dist/users/tasks.model.d.ts.map +1 -0
- package/dist/users/tasks.model.js +15 -0
- package/dist/users/user.model.d.ts +188 -0
- package/dist/users/user.model.d.ts.map +1 -0
- package/dist/users/user.model.js +30 -0
- package/dist/value-objects/pound.d.ts +15 -0
- package/dist/value-objects/pound.d.ts.map +1 -0
- package/dist/value-objects/pound.js +26 -0
- package/dist/value-objects/sort-code.d.ts +15 -0
- package/dist/value-objects/sort-code.d.ts.map +1 -0
- package/dist/value-objects/sort-code.js +25 -0
- package/package.json +1 -1
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import mongoose from "mongoose";
|
|
2
|
+
declare const SystemParameterModel: mongoose.Model<{
|
|
3
|
+
createdOn: NativeDate;
|
|
4
|
+
createdByUserId: mongoose.Types.ObjectId;
|
|
5
|
+
parameterName: string;
|
|
6
|
+
parameterValue: any;
|
|
7
|
+
notes?: string | null | undefined;
|
|
8
|
+
updatedByUserId?: mongoose.Types.ObjectId | null | undefined;
|
|
9
|
+
updatedOn?: NativeDate | null | undefined;
|
|
10
|
+
}, {}, {}, {}, mongoose.Document<unknown, {}, {
|
|
11
|
+
createdOn: NativeDate;
|
|
12
|
+
createdByUserId: mongoose.Types.ObjectId;
|
|
13
|
+
parameterName: string;
|
|
14
|
+
parameterValue: any;
|
|
15
|
+
notes?: string | null | undefined;
|
|
16
|
+
updatedByUserId?: mongoose.Types.ObjectId | null | undefined;
|
|
17
|
+
updatedOn?: NativeDate | null | undefined;
|
|
18
|
+
}> & {
|
|
19
|
+
createdOn: NativeDate;
|
|
20
|
+
createdByUserId: mongoose.Types.ObjectId;
|
|
21
|
+
parameterName: string;
|
|
22
|
+
parameterValue: any;
|
|
23
|
+
notes?: string | null | undefined;
|
|
24
|
+
updatedByUserId?: mongoose.Types.ObjectId | null | undefined;
|
|
25
|
+
updatedOn?: NativeDate | null | undefined;
|
|
26
|
+
} & {
|
|
27
|
+
_id: mongoose.Types.ObjectId;
|
|
28
|
+
} & {
|
|
29
|
+
__v: number;
|
|
30
|
+
}, mongoose.Schema<any, mongoose.Model<any, any, any, any, any, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, {
|
|
31
|
+
createdOn: NativeDate;
|
|
32
|
+
createdByUserId: mongoose.Types.ObjectId;
|
|
33
|
+
parameterName: string;
|
|
34
|
+
parameterValue: any;
|
|
35
|
+
notes?: string | null | undefined;
|
|
36
|
+
updatedByUserId?: mongoose.Types.ObjectId | null | undefined;
|
|
37
|
+
updatedOn?: NativeDate | null | undefined;
|
|
38
|
+
}, mongoose.Document<unknown, {}, mongoose.FlatRecord<{
|
|
39
|
+
createdOn: NativeDate;
|
|
40
|
+
createdByUserId: mongoose.Types.ObjectId;
|
|
41
|
+
parameterName: string;
|
|
42
|
+
parameterValue: any;
|
|
43
|
+
notes?: string | null | undefined;
|
|
44
|
+
updatedByUserId?: mongoose.Types.ObjectId | null | undefined;
|
|
45
|
+
updatedOn?: NativeDate | null | undefined;
|
|
46
|
+
}>> & mongoose.FlatRecord<{
|
|
47
|
+
createdOn: NativeDate;
|
|
48
|
+
createdByUserId: mongoose.Types.ObjectId;
|
|
49
|
+
parameterName: string;
|
|
50
|
+
parameterValue: any;
|
|
51
|
+
notes?: string | null | undefined;
|
|
52
|
+
updatedByUserId?: mongoose.Types.ObjectId | null | undefined;
|
|
53
|
+
updatedOn?: NativeDate | null | undefined;
|
|
54
|
+
}> & {
|
|
55
|
+
_id: mongoose.Types.ObjectId;
|
|
56
|
+
} & {
|
|
57
|
+
__v: number;
|
|
58
|
+
}>>;
|
|
59
|
+
export default SystemParameterModel;
|
|
60
|
+
//# sourceMappingURL=system-parameter.model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"system-parameter.model.d.ts","sourceRoot":"","sources":["../../shared/system-parameter.model.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,UAAU,CAAC;AAgChC,QAAA,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAA2D,CAAC;AACtF,eAAe,oBAAoB,CAAC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import mongoose from "mongoose";
|
|
2
|
+
const systemParameterSchema = new mongoose.Schema({
|
|
3
|
+
parameterName: {
|
|
4
|
+
type: String,
|
|
5
|
+
required: true,
|
|
6
|
+
},
|
|
7
|
+
parameterValue: {
|
|
8
|
+
type: mongoose.Schema.Types.Mixed,
|
|
9
|
+
required: true,
|
|
10
|
+
},
|
|
11
|
+
notes: {
|
|
12
|
+
type: String,
|
|
13
|
+
},
|
|
14
|
+
createdByUserId: {
|
|
15
|
+
type: mongoose.Schema.Types.ObjectId,
|
|
16
|
+
ref: 'User',
|
|
17
|
+
required: true,
|
|
18
|
+
},
|
|
19
|
+
createdOn: {
|
|
20
|
+
type: Date,
|
|
21
|
+
default: Date.now,
|
|
22
|
+
},
|
|
23
|
+
updatedByUserId: {
|
|
24
|
+
type: mongoose.Schema.Types.ObjectId,
|
|
25
|
+
ref: 'User',
|
|
26
|
+
},
|
|
27
|
+
updatedOn: {
|
|
28
|
+
type: Date,
|
|
29
|
+
},
|
|
30
|
+
});
|
|
31
|
+
const SystemParameterModel = mongoose.model('SystemParameter', systemParameterSchema);
|
|
32
|
+
export default SystemParameterModel;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import mongoose from 'mongoose';
|
|
2
|
+
declare const TaskDocumentTypeModel: mongoose.Model<{
|
|
3
|
+
name: string;
|
|
4
|
+
source: "applicant" | "application";
|
|
5
|
+
value: string;
|
|
6
|
+
parentDocumentTypeId: mongoose.Types.ObjectId;
|
|
7
|
+
}, {}, {}, {}, mongoose.Document<unknown, {}, {
|
|
8
|
+
name: string;
|
|
9
|
+
source: "applicant" | "application";
|
|
10
|
+
value: string;
|
|
11
|
+
parentDocumentTypeId: mongoose.Types.ObjectId;
|
|
12
|
+
}> & {
|
|
13
|
+
name: string;
|
|
14
|
+
source: "applicant" | "application";
|
|
15
|
+
value: string;
|
|
16
|
+
parentDocumentTypeId: mongoose.Types.ObjectId;
|
|
17
|
+
} & {
|
|
18
|
+
_id: mongoose.Types.ObjectId;
|
|
19
|
+
} & {
|
|
20
|
+
__v: number;
|
|
21
|
+
}, mongoose.Schema<any, mongoose.Model<any, any, any, any, any, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, {
|
|
22
|
+
name: string;
|
|
23
|
+
source: "applicant" | "application";
|
|
24
|
+
value: string;
|
|
25
|
+
parentDocumentTypeId: mongoose.Types.ObjectId;
|
|
26
|
+
}, mongoose.Document<unknown, {}, mongoose.FlatRecord<{
|
|
27
|
+
name: string;
|
|
28
|
+
source: "applicant" | "application";
|
|
29
|
+
value: string;
|
|
30
|
+
parentDocumentTypeId: mongoose.Types.ObjectId;
|
|
31
|
+
}>> & mongoose.FlatRecord<{
|
|
32
|
+
name: string;
|
|
33
|
+
source: "applicant" | "application";
|
|
34
|
+
value: string;
|
|
35
|
+
parentDocumentTypeId: mongoose.Types.ObjectId;
|
|
36
|
+
}> & {
|
|
37
|
+
_id: mongoose.Types.ObjectId;
|
|
38
|
+
} & {
|
|
39
|
+
__v: number;
|
|
40
|
+
}>>;
|
|
41
|
+
export default TaskDocumentTypeModel;
|
|
42
|
+
//# sourceMappingURL=task-document.model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"task-document.model.d.ts","sourceRoot":"","sources":["../../shared/task-document.model.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,UAAU,CAAC;AAuBhC,QAAA,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAA6D,CAAC;AAEzF,eAAe,qBAAqB,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import mongoose from 'mongoose';
|
|
2
|
+
// Define the schema for TaskDocumentType
|
|
3
|
+
const taskDocumentTypeSchema = new mongoose.Schema({
|
|
4
|
+
name: {
|
|
5
|
+
type: String,
|
|
6
|
+
required: true,
|
|
7
|
+
},
|
|
8
|
+
value: {
|
|
9
|
+
type: String,
|
|
10
|
+
required: true,
|
|
11
|
+
},
|
|
12
|
+
parentDocumentTypeId: {
|
|
13
|
+
type: mongoose.Schema.Types.ObjectId,
|
|
14
|
+
default: null, // Null for parent categories
|
|
15
|
+
},
|
|
16
|
+
source: {
|
|
17
|
+
type: String,
|
|
18
|
+
required: true,
|
|
19
|
+
enum: ['applicant', 'application'], // Only allow these two values
|
|
20
|
+
},
|
|
21
|
+
});
|
|
22
|
+
const TaskDocumentTypeModel = mongoose.model('TaskDocumentType', taskDocumentTypeSchema);
|
|
23
|
+
export default TaskDocumentTypeModel;
|
|
@@ -0,0 +1,206 @@
|
|
|
1
|
+
import mongoose from "mongoose";
|
|
2
|
+
declare const TaskModel: mongoose.Model<{
|
|
3
|
+
createdAt: NativeDate;
|
|
4
|
+
updatedAt: NativeDate;
|
|
5
|
+
} & {
|
|
6
|
+
name: string;
|
|
7
|
+
description: string;
|
|
8
|
+
actionsOnFailure: mongoose.Types.DocumentArray<{
|
|
9
|
+
type: string;
|
|
10
|
+
message?: string | null | undefined;
|
|
11
|
+
target?: string | null | undefined;
|
|
12
|
+
}, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
|
|
13
|
+
type: string;
|
|
14
|
+
message?: string | null | undefined;
|
|
15
|
+
target?: string | null | undefined;
|
|
16
|
+
}> & {
|
|
17
|
+
type: string;
|
|
18
|
+
message?: string | null | undefined;
|
|
19
|
+
target?: string | null | undefined;
|
|
20
|
+
}>;
|
|
21
|
+
actionsOnSuccess: mongoose.Types.DocumentArray<{
|
|
22
|
+
type: string;
|
|
23
|
+
message?: string | null | undefined;
|
|
24
|
+
target?: string | null | undefined;
|
|
25
|
+
}, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
|
|
26
|
+
type: string;
|
|
27
|
+
message?: string | null | undefined;
|
|
28
|
+
target?: string | null | undefined;
|
|
29
|
+
}> & {
|
|
30
|
+
type: string;
|
|
31
|
+
message?: string | null | undefined;
|
|
32
|
+
target?: string | null | undefined;
|
|
33
|
+
}>;
|
|
34
|
+
}, {}, {}, {}, mongoose.Document<unknown, {}, {
|
|
35
|
+
createdAt: NativeDate;
|
|
36
|
+
updatedAt: NativeDate;
|
|
37
|
+
} & {
|
|
38
|
+
name: string;
|
|
39
|
+
description: string;
|
|
40
|
+
actionsOnFailure: mongoose.Types.DocumentArray<{
|
|
41
|
+
type: string;
|
|
42
|
+
message?: string | null | undefined;
|
|
43
|
+
target?: string | null | undefined;
|
|
44
|
+
}, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
|
|
45
|
+
type: string;
|
|
46
|
+
message?: string | null | undefined;
|
|
47
|
+
target?: string | null | undefined;
|
|
48
|
+
}> & {
|
|
49
|
+
type: string;
|
|
50
|
+
message?: string | null | undefined;
|
|
51
|
+
target?: string | null | undefined;
|
|
52
|
+
}>;
|
|
53
|
+
actionsOnSuccess: mongoose.Types.DocumentArray<{
|
|
54
|
+
type: string;
|
|
55
|
+
message?: string | null | undefined;
|
|
56
|
+
target?: string | null | undefined;
|
|
57
|
+
}, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
|
|
58
|
+
type: string;
|
|
59
|
+
message?: string | null | undefined;
|
|
60
|
+
target?: string | null | undefined;
|
|
61
|
+
}> & {
|
|
62
|
+
type: string;
|
|
63
|
+
message?: string | null | undefined;
|
|
64
|
+
target?: string | null | undefined;
|
|
65
|
+
}>;
|
|
66
|
+
}> & {
|
|
67
|
+
createdAt: NativeDate;
|
|
68
|
+
updatedAt: NativeDate;
|
|
69
|
+
} & {
|
|
70
|
+
name: string;
|
|
71
|
+
description: string;
|
|
72
|
+
actionsOnFailure: mongoose.Types.DocumentArray<{
|
|
73
|
+
type: string;
|
|
74
|
+
message?: string | null | undefined;
|
|
75
|
+
target?: string | null | undefined;
|
|
76
|
+
}, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
|
|
77
|
+
type: string;
|
|
78
|
+
message?: string | null | undefined;
|
|
79
|
+
target?: string | null | undefined;
|
|
80
|
+
}> & {
|
|
81
|
+
type: string;
|
|
82
|
+
message?: string | null | undefined;
|
|
83
|
+
target?: string | null | undefined;
|
|
84
|
+
}>;
|
|
85
|
+
actionsOnSuccess: mongoose.Types.DocumentArray<{
|
|
86
|
+
type: string;
|
|
87
|
+
message?: string | null | undefined;
|
|
88
|
+
target?: string | null | undefined;
|
|
89
|
+
}, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
|
|
90
|
+
type: string;
|
|
91
|
+
message?: string | null | undefined;
|
|
92
|
+
target?: string | null | undefined;
|
|
93
|
+
}> & {
|
|
94
|
+
type: string;
|
|
95
|
+
message?: string | null | undefined;
|
|
96
|
+
target?: string | null | undefined;
|
|
97
|
+
}>;
|
|
98
|
+
} & {
|
|
99
|
+
_id: mongoose.Types.ObjectId;
|
|
100
|
+
} & {
|
|
101
|
+
__v: number;
|
|
102
|
+
}, mongoose.Schema<any, mongoose.Model<any, any, any, any, any, any>, {}, {}, {}, {}, {
|
|
103
|
+
timestamps: true;
|
|
104
|
+
}, {
|
|
105
|
+
createdAt: NativeDate;
|
|
106
|
+
updatedAt: NativeDate;
|
|
107
|
+
} & {
|
|
108
|
+
name: string;
|
|
109
|
+
description: string;
|
|
110
|
+
actionsOnFailure: mongoose.Types.DocumentArray<{
|
|
111
|
+
type: string;
|
|
112
|
+
message?: string | null | undefined;
|
|
113
|
+
target?: string | null | undefined;
|
|
114
|
+
}, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
|
|
115
|
+
type: string;
|
|
116
|
+
message?: string | null | undefined;
|
|
117
|
+
target?: string | null | undefined;
|
|
118
|
+
}> & {
|
|
119
|
+
type: string;
|
|
120
|
+
message?: string | null | undefined;
|
|
121
|
+
target?: string | null | undefined;
|
|
122
|
+
}>;
|
|
123
|
+
actionsOnSuccess: mongoose.Types.DocumentArray<{
|
|
124
|
+
type: string;
|
|
125
|
+
message?: string | null | undefined;
|
|
126
|
+
target?: string | null | undefined;
|
|
127
|
+
}, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
|
|
128
|
+
type: string;
|
|
129
|
+
message?: string | null | undefined;
|
|
130
|
+
target?: string | null | undefined;
|
|
131
|
+
}> & {
|
|
132
|
+
type: string;
|
|
133
|
+
message?: string | null | undefined;
|
|
134
|
+
target?: string | null | undefined;
|
|
135
|
+
}>;
|
|
136
|
+
}, mongoose.Document<unknown, {}, mongoose.FlatRecord<{
|
|
137
|
+
createdAt: NativeDate;
|
|
138
|
+
updatedAt: NativeDate;
|
|
139
|
+
} & {
|
|
140
|
+
name: string;
|
|
141
|
+
description: string;
|
|
142
|
+
actionsOnFailure: mongoose.Types.DocumentArray<{
|
|
143
|
+
type: string;
|
|
144
|
+
message?: string | null | undefined;
|
|
145
|
+
target?: string | null | undefined;
|
|
146
|
+
}, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
|
|
147
|
+
type: string;
|
|
148
|
+
message?: string | null | undefined;
|
|
149
|
+
target?: string | null | undefined;
|
|
150
|
+
}> & {
|
|
151
|
+
type: string;
|
|
152
|
+
message?: string | null | undefined;
|
|
153
|
+
target?: string | null | undefined;
|
|
154
|
+
}>;
|
|
155
|
+
actionsOnSuccess: mongoose.Types.DocumentArray<{
|
|
156
|
+
type: string;
|
|
157
|
+
message?: string | null | undefined;
|
|
158
|
+
target?: string | null | undefined;
|
|
159
|
+
}, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
|
|
160
|
+
type: string;
|
|
161
|
+
message?: string | null | undefined;
|
|
162
|
+
target?: string | null | undefined;
|
|
163
|
+
}> & {
|
|
164
|
+
type: string;
|
|
165
|
+
message?: string | null | undefined;
|
|
166
|
+
target?: string | null | undefined;
|
|
167
|
+
}>;
|
|
168
|
+
}>> & mongoose.FlatRecord<{
|
|
169
|
+
createdAt: NativeDate;
|
|
170
|
+
updatedAt: NativeDate;
|
|
171
|
+
} & {
|
|
172
|
+
name: string;
|
|
173
|
+
description: string;
|
|
174
|
+
actionsOnFailure: mongoose.Types.DocumentArray<{
|
|
175
|
+
type: string;
|
|
176
|
+
message?: string | null | undefined;
|
|
177
|
+
target?: string | null | undefined;
|
|
178
|
+
}, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
|
|
179
|
+
type: string;
|
|
180
|
+
message?: string | null | undefined;
|
|
181
|
+
target?: string | null | undefined;
|
|
182
|
+
}> & {
|
|
183
|
+
type: string;
|
|
184
|
+
message?: string | null | undefined;
|
|
185
|
+
target?: string | null | undefined;
|
|
186
|
+
}>;
|
|
187
|
+
actionsOnSuccess: mongoose.Types.DocumentArray<{
|
|
188
|
+
type: string;
|
|
189
|
+
message?: string | null | undefined;
|
|
190
|
+
target?: string | null | undefined;
|
|
191
|
+
}, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
|
|
192
|
+
type: string;
|
|
193
|
+
message?: string | null | undefined;
|
|
194
|
+
target?: string | null | undefined;
|
|
195
|
+
}> & {
|
|
196
|
+
type: string;
|
|
197
|
+
message?: string | null | undefined;
|
|
198
|
+
target?: string | null | undefined;
|
|
199
|
+
}>;
|
|
200
|
+
}> & {
|
|
201
|
+
_id: mongoose.Types.ObjectId;
|
|
202
|
+
} & {
|
|
203
|
+
__v: number;
|
|
204
|
+
}>>;
|
|
205
|
+
export default TaskModel;
|
|
206
|
+
//# sourceMappingURL=task.model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"task.model.d.ts","sourceRoot":"","sources":["../../shared/task.model.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,UAAU,CAAC;AAmBhC,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAqC,CAAC;AACrD,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import mongoose from "mongoose";
|
|
2
|
+
const { Schema } = mongoose;
|
|
3
|
+
const actionSchema = new Schema({
|
|
4
|
+
type: { type: String, required: true }, // Type of the action
|
|
5
|
+
message: { type: String, required: false },
|
|
6
|
+
target: { type: String, required: false },
|
|
7
|
+
});
|
|
8
|
+
const taskSchema = new Schema({
|
|
9
|
+
name: { type: String, required: true },
|
|
10
|
+
description: { type: String, required: true },
|
|
11
|
+
actionsOnFailure: { type: [actionSchema], default: [] },
|
|
12
|
+
actionsOnSuccess: { type: [actionSchema], default: [] },
|
|
13
|
+
}, { timestamps: true });
|
|
14
|
+
const TaskModel = mongoose.model("Task", taskSchema);
|
|
15
|
+
export default TaskModel;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../underwriter/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAC,MAAM,qBAAqB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as UnderwriterModel } from './underwriter.model';
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
import mongoose from "mongoose";
|
|
2
|
+
declare const UnderwriterModel: mongoose.Model<{
|
|
3
|
+
createdAt: NativeDate;
|
|
4
|
+
updatedAt: NativeDate;
|
|
5
|
+
} & {
|
|
6
|
+
fullName: string;
|
|
7
|
+
mandateLevel: number;
|
|
8
|
+
underwriterId: number;
|
|
9
|
+
totalBTLCaseCount: number;
|
|
10
|
+
btlPreOfferCaseCount: number;
|
|
11
|
+
btlPostOfferCaseCount: number;
|
|
12
|
+
totalBridgingCaseCount: number;
|
|
13
|
+
bridgingPreOfferCaseCount: number;
|
|
14
|
+
bridgingPostOfferCaseCount: number;
|
|
15
|
+
bridgingMandateLevel: number;
|
|
16
|
+
}, {}, {}, {}, mongoose.Document<unknown, {}, {
|
|
17
|
+
createdAt: NativeDate;
|
|
18
|
+
updatedAt: NativeDate;
|
|
19
|
+
} & {
|
|
20
|
+
fullName: string;
|
|
21
|
+
mandateLevel: number;
|
|
22
|
+
underwriterId: number;
|
|
23
|
+
totalBTLCaseCount: number;
|
|
24
|
+
btlPreOfferCaseCount: number;
|
|
25
|
+
btlPostOfferCaseCount: number;
|
|
26
|
+
totalBridgingCaseCount: number;
|
|
27
|
+
bridgingPreOfferCaseCount: number;
|
|
28
|
+
bridgingPostOfferCaseCount: number;
|
|
29
|
+
bridgingMandateLevel: number;
|
|
30
|
+
}> & {
|
|
31
|
+
createdAt: NativeDate;
|
|
32
|
+
updatedAt: NativeDate;
|
|
33
|
+
} & {
|
|
34
|
+
fullName: string;
|
|
35
|
+
mandateLevel: number;
|
|
36
|
+
underwriterId: number;
|
|
37
|
+
totalBTLCaseCount: number;
|
|
38
|
+
btlPreOfferCaseCount: number;
|
|
39
|
+
btlPostOfferCaseCount: number;
|
|
40
|
+
totalBridgingCaseCount: number;
|
|
41
|
+
bridgingPreOfferCaseCount: number;
|
|
42
|
+
bridgingPostOfferCaseCount: number;
|
|
43
|
+
bridgingMandateLevel: number;
|
|
44
|
+
} & {
|
|
45
|
+
_id: mongoose.Types.ObjectId;
|
|
46
|
+
} & {
|
|
47
|
+
__v: number;
|
|
48
|
+
}, mongoose.Schema<any, mongoose.Model<any, any, any, any, any, any>, {}, {}, {}, {}, {
|
|
49
|
+
timestamps: true;
|
|
50
|
+
}, {
|
|
51
|
+
createdAt: NativeDate;
|
|
52
|
+
updatedAt: NativeDate;
|
|
53
|
+
} & {
|
|
54
|
+
fullName: string;
|
|
55
|
+
mandateLevel: number;
|
|
56
|
+
underwriterId: number;
|
|
57
|
+
totalBTLCaseCount: number;
|
|
58
|
+
btlPreOfferCaseCount: number;
|
|
59
|
+
btlPostOfferCaseCount: number;
|
|
60
|
+
totalBridgingCaseCount: number;
|
|
61
|
+
bridgingPreOfferCaseCount: number;
|
|
62
|
+
bridgingPostOfferCaseCount: number;
|
|
63
|
+
bridgingMandateLevel: number;
|
|
64
|
+
}, mongoose.Document<unknown, {}, mongoose.FlatRecord<{
|
|
65
|
+
createdAt: NativeDate;
|
|
66
|
+
updatedAt: NativeDate;
|
|
67
|
+
} & {
|
|
68
|
+
fullName: string;
|
|
69
|
+
mandateLevel: number;
|
|
70
|
+
underwriterId: number;
|
|
71
|
+
totalBTLCaseCount: number;
|
|
72
|
+
btlPreOfferCaseCount: number;
|
|
73
|
+
btlPostOfferCaseCount: number;
|
|
74
|
+
totalBridgingCaseCount: number;
|
|
75
|
+
bridgingPreOfferCaseCount: number;
|
|
76
|
+
bridgingPostOfferCaseCount: number;
|
|
77
|
+
bridgingMandateLevel: number;
|
|
78
|
+
}>> & mongoose.FlatRecord<{
|
|
79
|
+
createdAt: NativeDate;
|
|
80
|
+
updatedAt: NativeDate;
|
|
81
|
+
} & {
|
|
82
|
+
fullName: string;
|
|
83
|
+
mandateLevel: number;
|
|
84
|
+
underwriterId: number;
|
|
85
|
+
totalBTLCaseCount: number;
|
|
86
|
+
btlPreOfferCaseCount: number;
|
|
87
|
+
btlPostOfferCaseCount: number;
|
|
88
|
+
totalBridgingCaseCount: number;
|
|
89
|
+
bridgingPreOfferCaseCount: number;
|
|
90
|
+
bridgingPostOfferCaseCount: number;
|
|
91
|
+
bridgingMandateLevel: number;
|
|
92
|
+
}> & {
|
|
93
|
+
_id: mongoose.Types.ObjectId;
|
|
94
|
+
} & {
|
|
95
|
+
__v: number;
|
|
96
|
+
}>>;
|
|
97
|
+
export default UnderwriterModel;
|
|
98
|
+
//# sourceMappingURL=underwriter.model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"underwriter.model.d.ts","sourceRoot":"","sources":["../../underwriter/underwriter.model.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,UAAU,CAAC;AAiBhC,QAAA,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAmD,CAAC;AAC1E,eAAe,gBAAgB,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import mongoose from "mongoose";
|
|
2
|
+
const underwriterSchema = new mongoose.Schema({
|
|
3
|
+
fullName: { type: String, required: true },
|
|
4
|
+
mandateLevel: { type: Number, required: true },
|
|
5
|
+
underwriterId: { type: Number, required: true },
|
|
6
|
+
totalBTLCaseCount: { type: Number, required: true },
|
|
7
|
+
btlPreOfferCaseCount: { type: Number, required: true },
|
|
8
|
+
btlPostOfferCaseCount: { type: Number, required: true },
|
|
9
|
+
totalBridgingCaseCount: { type: Number, required: true },
|
|
10
|
+
bridgingPreOfferCaseCount: { type: Number, required: true },
|
|
11
|
+
bridgingPostOfferCaseCount: { type: Number, required: true },
|
|
12
|
+
bridgingMandateLevel: { type: Number, required: true }
|
|
13
|
+
}, {
|
|
14
|
+
timestamps: true
|
|
15
|
+
});
|
|
16
|
+
const UnderwriterModel = mongoose.model('Underwriter', underwriterSchema);
|
|
17
|
+
export default UnderwriterModel;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import mongoose from "mongoose";
|
|
2
|
+
declare const AuthLogModel: mongoose.Model<{
|
|
3
|
+
userEmail: string;
|
|
4
|
+
loggedInTimestamp: NativeDate;
|
|
5
|
+
isSuccess: boolean;
|
|
6
|
+
activity?: "LOGIN" | "LOGOUT" | "PASSWORD_RESET" | null | undefined;
|
|
7
|
+
}, {}, {}, {}, mongoose.Document<unknown, {}, {
|
|
8
|
+
userEmail: string;
|
|
9
|
+
loggedInTimestamp: NativeDate;
|
|
10
|
+
isSuccess: boolean;
|
|
11
|
+
activity?: "LOGIN" | "LOGOUT" | "PASSWORD_RESET" | null | undefined;
|
|
12
|
+
}> & {
|
|
13
|
+
userEmail: string;
|
|
14
|
+
loggedInTimestamp: NativeDate;
|
|
15
|
+
isSuccess: boolean;
|
|
16
|
+
activity?: "LOGIN" | "LOGOUT" | "PASSWORD_RESET" | null | undefined;
|
|
17
|
+
} & {
|
|
18
|
+
_id: mongoose.Types.ObjectId;
|
|
19
|
+
} & {
|
|
20
|
+
__v: number;
|
|
21
|
+
}, mongoose.Schema<any, mongoose.Model<any, any, any, any, any, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, {
|
|
22
|
+
userEmail: string;
|
|
23
|
+
loggedInTimestamp: NativeDate;
|
|
24
|
+
isSuccess: boolean;
|
|
25
|
+
activity?: "LOGIN" | "LOGOUT" | "PASSWORD_RESET" | null | undefined;
|
|
26
|
+
}, mongoose.Document<unknown, {}, mongoose.FlatRecord<{
|
|
27
|
+
userEmail: string;
|
|
28
|
+
loggedInTimestamp: NativeDate;
|
|
29
|
+
isSuccess: boolean;
|
|
30
|
+
activity?: "LOGIN" | "LOGOUT" | "PASSWORD_RESET" | null | undefined;
|
|
31
|
+
}>> & mongoose.FlatRecord<{
|
|
32
|
+
userEmail: string;
|
|
33
|
+
loggedInTimestamp: NativeDate;
|
|
34
|
+
isSuccess: boolean;
|
|
35
|
+
activity?: "LOGIN" | "LOGOUT" | "PASSWORD_RESET" | null | undefined;
|
|
36
|
+
}> & {
|
|
37
|
+
_id: mongoose.Types.ObjectId;
|
|
38
|
+
} & {
|
|
39
|
+
__v: number;
|
|
40
|
+
}>>;
|
|
41
|
+
export default AuthLogModel;
|
|
42
|
+
//# sourceMappingURL=auth-log.model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"auth-log.model.d.ts","sourceRoot":"","sources":["../../users/auth-log.model.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,UAAU,CAAC;AAqBhC,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAA2C,CAAC;AAE9D,eAAe,YAAY,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import mongoose from "mongoose";
|
|
2
|
+
const AuthLogSchema = new mongoose.Schema({
|
|
3
|
+
userEmail: {
|
|
4
|
+
type: String,
|
|
5
|
+
required: true
|
|
6
|
+
},
|
|
7
|
+
loggedInTimestamp: {
|
|
8
|
+
type: Date,
|
|
9
|
+
default: Date.now
|
|
10
|
+
},
|
|
11
|
+
isSuccess: {
|
|
12
|
+
type: Boolean,
|
|
13
|
+
required: true
|
|
14
|
+
},
|
|
15
|
+
activity: {
|
|
16
|
+
type: String,
|
|
17
|
+
enum: ["LOGIN", "LOGOUT", "PASSWORD_RESET"]
|
|
18
|
+
}
|
|
19
|
+
});
|
|
20
|
+
const AuthLogModel = mongoose.model("AuthLog", AuthLogSchema);
|
|
21
|
+
export default AuthLogModel;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export { default as UserModel } from './user.model';
|
|
2
|
+
export { default as RoleModel } from './role.model';
|
|
3
|
+
export { default as RoleGroupModel } from './role-group.model';
|
|
4
|
+
export { default as PermissionModel } from './permission.model';
|
|
5
|
+
export { default as TasksModel } from './tasks.model';
|
|
6
|
+
export { default as AuthLogModel } from './auth-log.model';
|
|
7
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../users/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,cAAc,CAAC;AACpD,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,cAAc,CAAC;AACpD,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,OAAO,IAAI,UAAU,EAAC,MAAM,eAAe,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export { default as UserModel } from './user.model';
|
|
2
|
+
export { default as RoleModel } from './role.model';
|
|
3
|
+
export { default as RoleGroupModel } from './role-group.model';
|
|
4
|
+
export { default as PermissionModel } from './permission.model';
|
|
5
|
+
export { default as TasksModel } from './tasks.model';
|
|
6
|
+
export { default as AuthLogModel } from './auth-log.model';
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import mongoose from "mongoose";
|
|
2
|
+
declare const PermissionModel: mongoose.Model<{
|
|
3
|
+
createdAt: NativeDate;
|
|
4
|
+
updatedAt: NativeDate;
|
|
5
|
+
} & {
|
|
6
|
+
name: string;
|
|
7
|
+
controllerName: string;
|
|
8
|
+
methodName: string;
|
|
9
|
+
}, {}, {}, {}, mongoose.Document<unknown, {}, {
|
|
10
|
+
createdAt: NativeDate;
|
|
11
|
+
updatedAt: NativeDate;
|
|
12
|
+
} & {
|
|
13
|
+
name: string;
|
|
14
|
+
controllerName: string;
|
|
15
|
+
methodName: string;
|
|
16
|
+
}> & {
|
|
17
|
+
createdAt: NativeDate;
|
|
18
|
+
updatedAt: NativeDate;
|
|
19
|
+
} & {
|
|
20
|
+
name: string;
|
|
21
|
+
controllerName: string;
|
|
22
|
+
methodName: string;
|
|
23
|
+
} & {
|
|
24
|
+
_id: mongoose.Types.ObjectId;
|
|
25
|
+
} & {
|
|
26
|
+
__v: number;
|
|
27
|
+
}, mongoose.Schema<any, mongoose.Model<any, any, any, any, any, any>, {}, {}, {}, {}, {
|
|
28
|
+
timestamps: true;
|
|
29
|
+
}, {
|
|
30
|
+
createdAt: NativeDate;
|
|
31
|
+
updatedAt: NativeDate;
|
|
32
|
+
} & {
|
|
33
|
+
name: string;
|
|
34
|
+
controllerName: string;
|
|
35
|
+
methodName: string;
|
|
36
|
+
}, mongoose.Document<unknown, {}, mongoose.FlatRecord<{
|
|
37
|
+
createdAt: NativeDate;
|
|
38
|
+
updatedAt: NativeDate;
|
|
39
|
+
} & {
|
|
40
|
+
name: string;
|
|
41
|
+
controllerName: string;
|
|
42
|
+
methodName: string;
|
|
43
|
+
}>> & mongoose.FlatRecord<{
|
|
44
|
+
createdAt: NativeDate;
|
|
45
|
+
updatedAt: NativeDate;
|
|
46
|
+
} & {
|
|
47
|
+
name: string;
|
|
48
|
+
controllerName: string;
|
|
49
|
+
methodName: string;
|
|
50
|
+
}> & {
|
|
51
|
+
_id: mongoose.Types.ObjectId;
|
|
52
|
+
} & {
|
|
53
|
+
__v: number;
|
|
54
|
+
}>>;
|
|
55
|
+
export default PermissionModel;
|
|
56
|
+
//# sourceMappingURL=permission.model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"permission.model.d.ts","sourceRoot":"","sources":["../../users/permission.model.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,UAAU,CAAC;AAWhC,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAiD,CAAC;AAEvE,eAAe,eAAe,CAAC"}
|