@dynamatix/gb-schemas 2.0.34 → 2.0.36
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/entities/applications/application-mortgage.entity.ts +1 -1
- package/package.json +1 -1
- package/prisma/applications/application-mortgage.prisma +2 -2
- package/prisma/migrations/20250512071728_update_mortgage_schema/migration.sql +15 -15
- package/prisma/migrations/20250512094011_update_property_schema/migration.sql +34 -34
- package/prisma/migrations/20250512102019_update_mortgage_schema/migration.sql +2 -0
- package/prisma/schema.prisma +2 -2
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
// Export entity classes
|
|
2
|
+
export * from './applicant.entity';
|
|
3
|
+
export * from './applicant-credit-data.entity';
|
|
4
|
+
export * from './applicant-credit-profile.entity';
|
|
5
|
+
export * from './applicant-employment.entity';
|
|
6
|
+
export * from './applicant-expenditure.entity';
|
|
7
|
+
export * from './applicant-income.entity';
|
|
8
|
+
export * from './applicant-income-source.entity';
|
|
9
|
+
export * from './credit-card-commitment.entity';
|
|
10
|
+
export * from './loan-commitment.entity';
|
|
11
|
+
export * from './mortgage-commitment.entity';
|
|
12
|
+
export * from './other-income.entity';
|
|
13
|
+
export * from './property-income.entity';
|
|
14
|
+
export * from './residence-commitment.entity';
|
|
15
|
+
export * from './secure-loan-commitment.entity';
|
|
16
|
+
export * from './unsecured-loan-commitment.entity';
|
|
17
|
+
export * from './applicant-employment-income.entity';
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export declare class LoanCommitmentEntity {
|
|
2
|
+
id: string;
|
|
3
|
+
applicantId: string;
|
|
4
|
+
commitmentId: string;
|
|
5
|
+
commitmentTypeLid?: string;
|
|
6
|
+
lenderName: string;
|
|
7
|
+
loanTypeLid: string;
|
|
8
|
+
securityDetails: string;
|
|
9
|
+
purpose?: string;
|
|
10
|
+
doHaveSharedResponsibility: boolean;
|
|
11
|
+
sharedMortgage: string;
|
|
12
|
+
remainingTerm?: string;
|
|
13
|
+
startDate: string;
|
|
14
|
+
outstandingBalance: number;
|
|
15
|
+
monthlyPayment: number;
|
|
16
|
+
createdAt: Date;
|
|
17
|
+
updatedAt: Date;
|
|
18
|
+
constructor(partial: Partial<LoanCommitmentEntity>);
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=loan-commitment.entity.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"loan-commitment.entity.d.ts","sourceRoot":"","sources":["../../../entities/applicants/loan-commitment.entity.ts"],"names":[],"mappings":"AAAA,qBAAa,oBAAoB;IAC7B,EAAE,EAAG,MAAM,CAAC;IACZ,WAAW,EAAG,MAAM,CAAC;IACrB,YAAY,EAAG,MAAM,CAAC;IACtB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,UAAU,EAAG,MAAM,CAAC;IACpB,WAAW,EAAG,MAAM,CAAC;IACrB,eAAe,EAAG,MAAM,CAAC;IACzB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,0BAA0B,EAAG,OAAO,CAAC;IACrC,cAAc,EAAG,MAAM,CAAC;IACxB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,SAAS,EAAG,MAAM,CAAC;IACnB,kBAAkB,EAAG,MAAM,CAAC;IAC5B,cAAc,EAAG,MAAM,CAAC;IACxB,SAAS,EAAG,IAAI,CAAC;IACjB,SAAS,EAAG,IAAI,CAAC;gBAEL,OAAO,EAAE,OAAO,CAAC,oBAAoB,CAAC;CAKrD"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { ApplicantEntity } from './applicant.entity';
|
|
2
|
+
import { LookupEntity } from '../shared/lookup.entity';
|
|
3
|
+
export declare class MortgageCommitmentEntity {
|
|
4
|
+
id: string;
|
|
5
|
+
applicantId: string;
|
|
6
|
+
lenderName: string;
|
|
7
|
+
propertyValue: number;
|
|
8
|
+
repaymentTypeLid: string;
|
|
9
|
+
mortgageTypeLid?: string;
|
|
10
|
+
fixedTerm: string;
|
|
11
|
+
originalLoanAmount: number;
|
|
12
|
+
outstandingBalance: number;
|
|
13
|
+
startDate: string;
|
|
14
|
+
monthlyPayment: number;
|
|
15
|
+
commitmentId: string;
|
|
16
|
+
commitmentTypeLid?: string;
|
|
17
|
+
furtherAdvances: boolean;
|
|
18
|
+
furtherAdvanceDetails: string;
|
|
19
|
+
accountUptoDate: boolean;
|
|
20
|
+
accountUptoDateFailDetails: string;
|
|
21
|
+
accountInArrears: boolean;
|
|
22
|
+
accountInArrearsDetails: string;
|
|
23
|
+
doHaveSharedResponsibility: boolean;
|
|
24
|
+
sharedMortgage: string;
|
|
25
|
+
createdAt: Date;
|
|
26
|
+
updatedAt: Date;
|
|
27
|
+
applicant?: ApplicantEntity;
|
|
28
|
+
repaymentType?: LookupEntity;
|
|
29
|
+
mortgageType?: LookupEntity;
|
|
30
|
+
commitmentType?: LookupEntity;
|
|
31
|
+
constructor(partial: Partial<MortgageCommitmentEntity>);
|
|
32
|
+
get furtherAdvancesDisplay(): string;
|
|
33
|
+
get accountUptoDateDisplay(): string;
|
|
34
|
+
get accountInArrearsDisplay(): string;
|
|
35
|
+
get doHaveSharedResponsibilityDisplay(): string;
|
|
36
|
+
}
|
|
37
|
+
//# sourceMappingURL=mortgage-commitment.entity.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mortgage-commitment.entity.d.ts","sourceRoot":"","sources":["../../../entities/applicants/mortgage-commitment.entity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AACrD,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAEvD,qBAAa,wBAAwB;IACjC,EAAE,EAAG,MAAM,CAAC;IACZ,WAAW,EAAG,MAAM,CAAC;IACrB,UAAU,EAAG,MAAM,CAAC;IACpB,aAAa,EAAG,MAAM,CAAC;IACvB,gBAAgB,EAAG,MAAM,CAAC;IAC1B,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,SAAS,EAAG,MAAM,CAAC;IACnB,kBAAkB,EAAG,MAAM,CAAC;IAC5B,kBAAkB,EAAG,MAAM,CAAC;IAC5B,SAAS,EAAG,MAAM,CAAC;IACnB,cAAc,EAAG,MAAM,CAAC;IACxB,YAAY,EAAG,MAAM,CAAC;IACtB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,eAAe,EAAG,OAAO,CAAC;IAC1B,qBAAqB,EAAG,MAAM,CAAC;IAC/B,eAAe,EAAG,OAAO,CAAC;IAC1B,0BAA0B,EAAG,MAAM,CAAC;IACpC,gBAAgB,EAAG,OAAO,CAAC;IAC3B,uBAAuB,EAAG,MAAM,CAAC;IACjC,0BAA0B,EAAG,OAAO,CAAC;IACrC,cAAc,EAAG,MAAM,CAAC;IACxB,SAAS,EAAG,IAAI,CAAC;IACjB,SAAS,EAAG,IAAI,CAAC;IAGjB,SAAS,CAAC,EAAE,eAAe,CAAC;IAC5B,aAAa,CAAC,EAAE,YAAY,CAAC;IAC7B,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,cAAc,CAAC,EAAE,YAAY,CAAC;gBAElB,OAAO,EAAE,OAAO,CAAC,wBAAwB,CAAC;IAMtD,IAAI,sBAAsB,IAAI,MAAM,CAEnC;IAED,IAAI,sBAAsB,IAAI,MAAM,CAEnC;IAED,IAAI,uBAAuB,IAAI,MAAM,CAEpC;IAED,IAAI,iCAAiC,IAAI,MAAM,CAE9C;CACJ"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export class MortgageCommitmentEntity {
|
|
2
|
+
constructor(partial) {
|
|
3
|
+
Object.assign(this, partial);
|
|
4
|
+
}
|
|
5
|
+
// Virtual fields from Mongoose model
|
|
6
|
+
// These are computed properties that were previously virtual in Mongoose
|
|
7
|
+
get furtherAdvancesDisplay() {
|
|
8
|
+
return this.furtherAdvances ? "Yes" : "No";
|
|
9
|
+
}
|
|
10
|
+
get accountUptoDateDisplay() {
|
|
11
|
+
return this.accountUptoDate ? "Yes" : "No";
|
|
12
|
+
}
|
|
13
|
+
get accountInArrearsDisplay() {
|
|
14
|
+
return this.accountInArrears ? "Yes" : "No";
|
|
15
|
+
}
|
|
16
|
+
get doHaveSharedResponsibilityDisplay() {
|
|
17
|
+
return this.doHaveSharedResponsibility ? "Yes" : "No";
|
|
18
|
+
}
|
|
19
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { ApplicantEntity } from './applicant.entity';
|
|
2
|
+
import { LookupEntity } from '../shared/lookup.entity';
|
|
3
|
+
export declare class OtherIncomeEntity {
|
|
4
|
+
id: string;
|
|
5
|
+
sourceDetails1?: string;
|
|
6
|
+
amount1: number;
|
|
7
|
+
payFrequency1Lid?: string;
|
|
8
|
+
guaranteed1: boolean;
|
|
9
|
+
sourceDetails2?: string;
|
|
10
|
+
amount2: number;
|
|
11
|
+
payFrequency2Lid?: string;
|
|
12
|
+
guaranteed2: boolean;
|
|
13
|
+
sourceDetails3?: string;
|
|
14
|
+
amount3: number;
|
|
15
|
+
payFrequency3Lid?: string;
|
|
16
|
+
guaranteed3: boolean;
|
|
17
|
+
sourceDetails4?: string;
|
|
18
|
+
amount4: number;
|
|
19
|
+
payFrequency4Lid?: string;
|
|
20
|
+
guaranteed4: boolean;
|
|
21
|
+
taxCredits: number;
|
|
22
|
+
maintenance: number;
|
|
23
|
+
otherBenefits: number;
|
|
24
|
+
grossPensionIncome: number;
|
|
25
|
+
privatePensionIncome: number;
|
|
26
|
+
statePensionIncome: number;
|
|
27
|
+
applicantId: string;
|
|
28
|
+
createdAt: Date;
|
|
29
|
+
updatedAt: Date;
|
|
30
|
+
applicant?: ApplicantEntity;
|
|
31
|
+
payFrequency1?: LookupEntity;
|
|
32
|
+
payFrequency2?: LookupEntity;
|
|
33
|
+
payFrequency3?: LookupEntity;
|
|
34
|
+
payFrequency4?: LookupEntity;
|
|
35
|
+
constructor(partial: Partial<OtherIncomeEntity>);
|
|
36
|
+
get guaranteed1Display(): string;
|
|
37
|
+
get guaranteed2Display(): string;
|
|
38
|
+
get guaranteed3Display(): string;
|
|
39
|
+
get guaranteed4Display(): string;
|
|
40
|
+
}
|
|
41
|
+
//# sourceMappingURL=other-income.entity.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"other-income.entity.d.ts","sourceRoot":"","sources":["../../../entities/applicants/other-income.entity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AACrD,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAEvD,qBAAa,iBAAiB;IAC1B,EAAE,EAAG,MAAM,CAAC;IAEZ,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,OAAO,EAAG,MAAM,CAAC;IACjB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,WAAW,EAAG,OAAO,CAAC;IAGtB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,OAAO,EAAG,MAAM,CAAC;IACjB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,WAAW,EAAG,OAAO,CAAC;IAGtB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,OAAO,EAAG,MAAM,CAAC;IACjB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,WAAW,EAAG,OAAO,CAAC;IAGtB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,OAAO,EAAG,MAAM,CAAC;IACjB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,WAAW,EAAG,OAAO,CAAC;IAEtB,UAAU,EAAG,MAAM,CAAC;IACpB,WAAW,EAAG,MAAM,CAAC;IACrB,aAAa,EAAG,MAAM,CAAC;IACvB,kBAAkB,EAAG,MAAM,CAAC;IAC5B,oBAAoB,EAAG,MAAM,CAAC;IAC9B,kBAAkB,EAAG,MAAM,CAAC;IAC5B,WAAW,EAAG,MAAM,CAAC;IACrB,SAAS,EAAG,IAAI,CAAC;IACjB,SAAS,EAAG,IAAI,CAAC;IAGjB,SAAS,CAAC,EAAE,eAAe,CAAC;IAC5B,aAAa,CAAC,EAAE,YAAY,CAAC;IAC7B,aAAa,CAAC,EAAE,YAAY,CAAC;IAC7B,aAAa,CAAC,EAAE,YAAY,CAAC;IAC7B,aAAa,CAAC,EAAE,YAAY,CAAC;gBAEjB,OAAO,EAAE,OAAO,CAAC,iBAAiB,CAAC;IAM/C,IAAI,kBAAkB,IAAI,MAAM,CAE/B;IAED,IAAI,kBAAkB,IAAI,MAAM,CAE/B;IAED,IAAI,kBAAkB,IAAI,MAAM,CAE/B;IAED,IAAI,kBAAkB,IAAI,MAAM,CAE/B;CACJ"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export class OtherIncomeEntity {
|
|
2
|
+
constructor(partial) {
|
|
3
|
+
Object.assign(this, partial);
|
|
4
|
+
}
|
|
5
|
+
// Virtual fields from Mongoose model
|
|
6
|
+
// These are computed properties that were previously virtual in Mongoose
|
|
7
|
+
get guaranteed1Display() {
|
|
8
|
+
return this.guaranteed1 ? "Yes" : "No";
|
|
9
|
+
}
|
|
10
|
+
get guaranteed2Display() {
|
|
11
|
+
return this.guaranteed2 ? "Yes" : "No";
|
|
12
|
+
}
|
|
13
|
+
get guaranteed3Display() {
|
|
14
|
+
return this.guaranteed3 ? "Yes" : "No";
|
|
15
|
+
}
|
|
16
|
+
get guaranteed4Display() {
|
|
17
|
+
return this.guaranteed4 ? "Yes" : "No";
|
|
18
|
+
}
|
|
19
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export declare class PropertyIncomeEntity {
|
|
2
|
+
id: string;
|
|
3
|
+
pageValidFlag: boolean;
|
|
4
|
+
yearEnd1: number;
|
|
5
|
+
rentalIncome1: number;
|
|
6
|
+
netProfit1: number;
|
|
7
|
+
yearEnd2: number;
|
|
8
|
+
rentalIncome2: number;
|
|
9
|
+
netProfit2: number;
|
|
10
|
+
yearEnd3: number;
|
|
11
|
+
rentalIncome3: number;
|
|
12
|
+
netProfit3: number;
|
|
13
|
+
createdAt: Date;
|
|
14
|
+
updatedAt: Date;
|
|
15
|
+
constructor(partial: Partial<PropertyIncomeEntity>);
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=property-income.entity.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"property-income.entity.d.ts","sourceRoot":"","sources":["../../../entities/applicants/property-income.entity.ts"],"names":[],"mappings":"AAAA,qBAAa,oBAAoB;IAC7B,EAAE,EAAG,MAAM,CAAC;IACZ,aAAa,EAAG,OAAO,CAAC;IACxB,QAAQ,EAAG,MAAM,CAAC;IAClB,aAAa,EAAG,MAAM,CAAC;IACvB,UAAU,EAAG,MAAM,CAAC;IACpB,QAAQ,EAAG,MAAM,CAAC;IAClB,aAAa,EAAG,MAAM,CAAC;IACvB,UAAU,EAAG,MAAM,CAAC;IACpB,QAAQ,EAAG,MAAM,CAAC;IAClB,aAAa,EAAG,MAAM,CAAC;IACvB,UAAU,EAAG,MAAM,CAAC;IACpB,SAAS,EAAG,IAAI,CAAC;IACjB,SAAS,EAAG,IAAI,CAAC;gBAEL,OAAO,EAAE,OAAO,CAAC,oBAAoB,CAAC;CAGrD"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { ApplicantEntity } from './applicant.entity';
|
|
2
|
+
import { LookupEntity } from '../shared/lookup.entity';
|
|
3
|
+
export declare class ResidenceCommitmentEntity {
|
|
4
|
+
id: string;
|
|
5
|
+
applicantId: string;
|
|
6
|
+
pageValidFlag: boolean;
|
|
7
|
+
financeTypeHppLid?: string;
|
|
8
|
+
lenderName: string;
|
|
9
|
+
propertyValue: number;
|
|
10
|
+
hppRepaymentTypeLid: string;
|
|
11
|
+
mortgageTypeLid?: string;
|
|
12
|
+
fixedTerm: string;
|
|
13
|
+
commitmentId: string;
|
|
14
|
+
originalLoanAmount: number;
|
|
15
|
+
outstandingBalance: number;
|
|
16
|
+
startDate: string;
|
|
17
|
+
mortgageRate: number;
|
|
18
|
+
remainingTermMonth: number;
|
|
19
|
+
financeHomeTypeLid: string;
|
|
20
|
+
chargeTypeLid: string;
|
|
21
|
+
monthlyPayment: number;
|
|
22
|
+
furtherAdvances: boolean;
|
|
23
|
+
furtherAdvanceDetails: string;
|
|
24
|
+
accountUptoDate: boolean;
|
|
25
|
+
accountUptoDateFailDetails: string;
|
|
26
|
+
accountInArrears: boolean;
|
|
27
|
+
accountInArrearsDetails: string;
|
|
28
|
+
doHaveSharedResponsibility: boolean;
|
|
29
|
+
sharedMortgage: string;
|
|
30
|
+
createdAt: Date;
|
|
31
|
+
updatedAt: Date;
|
|
32
|
+
applicant?: ApplicantEntity;
|
|
33
|
+
financeTypeHpp?: LookupEntity;
|
|
34
|
+
hppRepaymentType?: LookupEntity;
|
|
35
|
+
mortgageType?: LookupEntity;
|
|
36
|
+
financeHomeType?: LookupEntity;
|
|
37
|
+
chargeType?: LookupEntity;
|
|
38
|
+
constructor(partial: Partial<ResidenceCommitmentEntity>);
|
|
39
|
+
get furtherAdvancesDisplay(): string;
|
|
40
|
+
get accountUptoDateDisplay(): string;
|
|
41
|
+
get accountInArrearsDisplay(): string;
|
|
42
|
+
get doHaveSharedResponsibilityDisplay(): string;
|
|
43
|
+
}
|
|
44
|
+
//# sourceMappingURL=residence-commitment.entity.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"residence-commitment.entity.d.ts","sourceRoot":"","sources":["../../../entities/applicants/residence-commitment.entity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AACrD,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAEvD,qBAAa,yBAAyB;IAClC,EAAE,EAAG,MAAM,CAAC;IACZ,WAAW,EAAG,MAAM,CAAC;IACrB,aAAa,EAAG,OAAO,CAAC;IACxB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,UAAU,EAAG,MAAM,CAAC;IACpB,aAAa,EAAG,MAAM,CAAC;IACvB,mBAAmB,EAAG,MAAM,CAAC;IAC7B,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,SAAS,EAAG,MAAM,CAAC;IACnB,YAAY,EAAG,MAAM,CAAC;IACtB,kBAAkB,EAAG,MAAM,CAAC;IAC5B,kBAAkB,EAAG,MAAM,CAAC;IAC5B,SAAS,EAAG,MAAM,CAAC;IACnB,YAAY,EAAG,MAAM,CAAC;IACtB,kBAAkB,EAAG,MAAM,CAAC;IAC5B,kBAAkB,EAAG,MAAM,CAAC;IAC5B,aAAa,EAAG,MAAM,CAAC;IACvB,cAAc,EAAG,MAAM,CAAC;IACxB,eAAe,EAAG,OAAO,CAAC;IAC1B,qBAAqB,EAAG,MAAM,CAAC;IAC/B,eAAe,EAAG,OAAO,CAAC;IAC1B,0BAA0B,EAAG,MAAM,CAAC;IACpC,gBAAgB,EAAG,OAAO,CAAC;IAC3B,uBAAuB,EAAG,MAAM,CAAC;IACjC,0BAA0B,EAAG,OAAO,CAAC;IACrC,cAAc,EAAG,MAAM,CAAC;IACxB,SAAS,EAAG,IAAI,CAAC;IACjB,SAAS,EAAG,IAAI,CAAC;IAGjB,SAAS,CAAC,EAAE,eAAe,CAAC;IAC5B,cAAc,CAAC,EAAE,YAAY,CAAC;IAC9B,gBAAgB,CAAC,EAAE,YAAY,CAAC;IAChC,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,eAAe,CAAC,EAAE,YAAY,CAAC;IAC/B,UAAU,CAAC,EAAE,YAAY,CAAC;gBAEd,OAAO,EAAE,OAAO,CAAC,yBAAyB,CAAC;IAMvD,IAAI,sBAAsB,IAAI,MAAM,CAEnC;IAED,IAAI,sBAAsB,IAAI,MAAM,CAEnC;IAED,IAAI,uBAAuB,IAAI,MAAM,CAEpC;IAED,IAAI,iCAAiC,IAAI,MAAM,CAE9C;CACJ"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export class ResidenceCommitmentEntity {
|
|
2
|
+
constructor(partial) {
|
|
3
|
+
Object.assign(this, partial);
|
|
4
|
+
}
|
|
5
|
+
// Virtual fields from Mongoose model
|
|
6
|
+
// These are computed properties that were previously virtual in Mongoose
|
|
7
|
+
get furtherAdvancesDisplay() {
|
|
8
|
+
return this.furtherAdvances ? "Yes" : "No";
|
|
9
|
+
}
|
|
10
|
+
get accountUptoDateDisplay() {
|
|
11
|
+
return this.accountUptoDate ? "Yes" : "No";
|
|
12
|
+
}
|
|
13
|
+
get accountInArrearsDisplay() {
|
|
14
|
+
return this.accountInArrears ? "Yes" : "No";
|
|
15
|
+
}
|
|
16
|
+
get doHaveSharedResponsibilityDisplay() {
|
|
17
|
+
return this.doHaveSharedResponsibility ? "Yes" : "No";
|
|
18
|
+
}
|
|
19
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { ApplicantEntity } from './applicant.entity';
|
|
2
|
+
export declare class SecureLoanCommitmentEntity {
|
|
3
|
+
id: string;
|
|
4
|
+
applicantId: string;
|
|
5
|
+
lenderName: string;
|
|
6
|
+
commitmentId: string;
|
|
7
|
+
securityDetails: string;
|
|
8
|
+
purpose: string;
|
|
9
|
+
doHaveSharedResponsibility: boolean;
|
|
10
|
+
sharedMortgage: string;
|
|
11
|
+
remainingTerm?: string;
|
|
12
|
+
startDate: string;
|
|
13
|
+
outstandingBalance: number;
|
|
14
|
+
monthlyPayment: number;
|
|
15
|
+
createdAt: Date;
|
|
16
|
+
updatedAt: Date;
|
|
17
|
+
applicant?: ApplicantEntity;
|
|
18
|
+
constructor(partial: Partial<SecureLoanCommitmentEntity>);
|
|
19
|
+
get doHaveSharedResponsibilityDisplay(): string;
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=secure-loan-commitment.entity.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"secure-loan-commitment.entity.d.ts","sourceRoot":"","sources":["../../../entities/applicants/secure-loan-commitment.entity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAErD,qBAAa,0BAA0B;IACnC,EAAE,EAAG,MAAM,CAAC;IACZ,WAAW,EAAG,MAAM,CAAC;IACrB,UAAU,EAAG,MAAM,CAAC;IACpB,YAAY,EAAG,MAAM,CAAC;IACtB,eAAe,EAAG,MAAM,CAAC;IACzB,OAAO,EAAG,MAAM,CAAC;IACjB,0BAA0B,EAAG,OAAO,CAAC;IACrC,cAAc,EAAG,MAAM,CAAC;IACxB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,SAAS,EAAG,MAAM,CAAC;IACnB,kBAAkB,EAAG,MAAM,CAAC;IAC5B,cAAc,EAAG,MAAM,CAAC;IACxB,SAAS,EAAG,IAAI,CAAC;IACjB,SAAS,EAAG,IAAI,CAAC;IAGjB,SAAS,CAAC,EAAE,eAAe,CAAC;gBAEhB,OAAO,EAAE,OAAO,CAAC,0BAA0B,CAAC;IAKxD,IAAI,iCAAiC,IAAI,MAAM,CAE9C;CACJ"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { ApplicantEntity } from './applicant.entity';
|
|
2
|
+
export declare class UnsecuredLoanCommitmentEntity {
|
|
3
|
+
id: string;
|
|
4
|
+
applicantId: string;
|
|
5
|
+
lenderName: string;
|
|
6
|
+
commitmentId: string;
|
|
7
|
+
purpose: string;
|
|
8
|
+
doHaveSharedResponsibility: boolean;
|
|
9
|
+
sharedMortgage: string;
|
|
10
|
+
remainingTerm?: string;
|
|
11
|
+
startDate: string;
|
|
12
|
+
outstandingBalance: number;
|
|
13
|
+
monthlyPayment: number;
|
|
14
|
+
createdAt: Date;
|
|
15
|
+
updatedAt: Date;
|
|
16
|
+
applicant?: ApplicantEntity;
|
|
17
|
+
constructor(partial: Partial<UnsecuredLoanCommitmentEntity>);
|
|
18
|
+
get doHaveSharedResponsibilityDisplay(): string;
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=unsecured-loan-commitment.entity.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"unsecured-loan-commitment.entity.d.ts","sourceRoot":"","sources":["../../../entities/applicants/unsecured-loan-commitment.entity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAErD,qBAAa,6BAA6B;IACtC,EAAE,EAAG,MAAM,CAAC;IACZ,WAAW,EAAG,MAAM,CAAC;IACrB,UAAU,EAAG,MAAM,CAAC;IACpB,YAAY,EAAG,MAAM,CAAC;IACtB,OAAO,EAAG,MAAM,CAAC;IACjB,0BAA0B,EAAG,OAAO,CAAC;IACrC,cAAc,EAAG,MAAM,CAAC;IACxB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,SAAS,EAAG,MAAM,CAAC;IACnB,kBAAkB,EAAG,MAAM,CAAC;IAC5B,cAAc,EAAG,MAAM,CAAC;IACxB,SAAS,EAAG,IAAI,CAAC;IACjB,SAAS,EAAG,IAAI,CAAC;IAGjB,SAAS,CAAC,EAAE,eAAe,CAAC;gBAEhB,OAAO,EAAE,OAAO,CAAC,6BAA6B,CAAC;IAM3D,IAAI,iCAAiC,IAAI,MAAM,CAE9C;CACJ"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export class UnsecuredLoanCommitmentEntity {
|
|
2
|
+
constructor(partial) {
|
|
3
|
+
Object.assign(this, partial);
|
|
4
|
+
}
|
|
5
|
+
// Virtual fields from Mongoose model
|
|
6
|
+
// These are computed properties that were previously virtual in Mongoose
|
|
7
|
+
get doHaveSharedResponsibilityDisplay() {
|
|
8
|
+
return this.doHaveSharedResponsibility ? "Yes" : "No";
|
|
9
|
+
}
|
|
10
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { ApplicationEntity } from '../applications/application.entity';
|
|
2
|
+
export declare class ApplicationAuditEntity {
|
|
3
|
+
id: string;
|
|
4
|
+
auditId: string;
|
|
5
|
+
accountId: string;
|
|
6
|
+
auditCorrelationId: string;
|
|
7
|
+
auditDate: Date;
|
|
8
|
+
changeType: string;
|
|
9
|
+
applicationId: string;
|
|
10
|
+
name: string;
|
|
11
|
+
oldValue: string;
|
|
12
|
+
newValue: string;
|
|
13
|
+
createdAt: Date;
|
|
14
|
+
updatedAt: Date;
|
|
15
|
+
application?: ApplicationEntity;
|
|
16
|
+
constructor(partial: Partial<ApplicationAuditEntity>);
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=application-audit.entity.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"application-audit.entity.d.ts","sourceRoot":"","sources":["../../../entities/applications/application-audit.entity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,oCAAoC,CAAC;AAEvE,qBAAa,sBAAsB;IAC/B,EAAE,EAAG,MAAM,CAAC;IACZ,OAAO,EAAG,MAAM,CAAC;IACjB,SAAS,EAAG,MAAM,CAAC;IACnB,kBAAkB,EAAG,MAAM,CAAC;IAC5B,SAAS,EAAG,IAAI,CAAC;IACjB,UAAU,EAAG,MAAM,CAAC;IACpB,aAAa,EAAG,MAAM,CAAC;IACvB,IAAI,EAAG,MAAM,CAAC;IACd,QAAQ,EAAG,MAAM,CAAC;IAClB,QAAQ,EAAG,MAAM,CAAC;IAClB,SAAS,EAAG,IAAI,CAAC;IACjB,SAAS,EAAG,IAAI,CAAC;IAGjB,WAAW,CAAC,EAAE,iBAAiB,CAAC;gBAEpB,OAAO,EAAE,OAAO,CAAC,sBAAsB,CAAC;CAGvD"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ApplicationEntity } from './application.entity';
|
|
2
|
+
export declare class ApplicationCompanyEntity {
|
|
3
|
+
id: string;
|
|
4
|
+
applicationId: string;
|
|
5
|
+
name: string;
|
|
6
|
+
registrationNumber?: string;
|
|
7
|
+
createdAt: Date;
|
|
8
|
+
updatedAt: Date;
|
|
9
|
+
application: ApplicationEntity;
|
|
10
|
+
constructor(partial: Partial<ApplicationCompanyEntity>);
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=application-company.entity.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"application-company.entity.d.ts","sourceRoot":"","sources":["../../../entities/applications/application-company.entity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAEzD,qBAAa,wBAAwB;IACjC,EAAE,EAAG,MAAM,CAAC;IACZ,aAAa,EAAG,MAAM,CAAC;IACvB,IAAI,EAAG,MAAM,CAAC;IACd,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,SAAS,EAAG,IAAI,CAAC;IACjB,SAAS,EAAG,IAAI,CAAC;IAGjB,WAAW,EAAG,iBAAiB,CAAC;gBAEpB,OAAO,EAAE,OAAO,CAAC,wBAAwB,CAAC;CAGzD"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export declare class ApplicationCreditProfileEntity {
|
|
2
|
+
id: string;
|
|
3
|
+
anyVoluntaryEnforcedPossessionNo: string;
|
|
4
|
+
bankruptcyNo: string;
|
|
5
|
+
ccjInLastThreeYearNo: string;
|
|
6
|
+
defaultsInLastYearNo: string;
|
|
7
|
+
createdAt: Date;
|
|
8
|
+
updatedAt: Date;
|
|
9
|
+
constructor(partial: Partial<ApplicationCreditProfileEntity>);
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=application-credit-profile.entity.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"application-credit-profile.entity.d.ts","sourceRoot":"","sources":["../../../entities/applications/application-credit-profile.entity.ts"],"names":[],"mappings":"AAAA,qBAAa,8BAA8B;IACvC,EAAE,EAAG,MAAM,CAAC;IACZ,gCAAgC,EAAG,MAAM,CAAC;IAC1C,YAAY,EAAG,MAAM,CAAC;IACtB,oBAAoB,EAAG,MAAM,CAAC;IAC9B,oBAAoB,EAAG,MAAM,CAAC;IAC9B,SAAS,EAAG,IAAI,CAAC;IACjB,SAAS,EAAG,IAAI,CAAC;gBAEL,OAAO,EAAE,OAAO,CAAC,8BAA8B,CAAC;CAG/D"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { ApplicationEntity } from './application.entity';
|
|
2
|
+
import { LookupEntity } from '../shared/lookup.entity';
|
|
3
|
+
export declare class ApplicationDirectDebitEntity {
|
|
4
|
+
id: string;
|
|
5
|
+
applicationId: string;
|
|
6
|
+
applicantId?: string;
|
|
7
|
+
accountNumber: number;
|
|
8
|
+
addressLine1?: string;
|
|
9
|
+
addressLine2?: string;
|
|
10
|
+
branch: string;
|
|
11
|
+
city?: string;
|
|
12
|
+
contactPostcode: string;
|
|
13
|
+
institution?: string;
|
|
14
|
+
isConfirmDeclaration: boolean;
|
|
15
|
+
nameOfAccountHolder: string;
|
|
16
|
+
selectedPaymentDayLid: string;
|
|
17
|
+
sortCode: string;
|
|
18
|
+
createdAt: Date;
|
|
19
|
+
updatedAt: Date;
|
|
20
|
+
application: ApplicationEntity;
|
|
21
|
+
selectedPaymentDay?: LookupEntity;
|
|
22
|
+
constructor(partial: Partial<ApplicationDirectDebitEntity>);
|
|
23
|
+
}
|
|
24
|
+
//# sourceMappingURL=application-direct-debit.entity.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"application-direct-debit.entity.d.ts","sourceRoot":"","sources":["../../../entities/applications/application-direct-debit.entity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AACzD,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAEvD,qBAAa,4BAA4B;IACvC,EAAE,EAAG,MAAM,CAAC;IACZ,aAAa,EAAG,MAAM,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,aAAa,EAAG,MAAM,CAAC;IACvB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,MAAM,EAAG,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,eAAe,EAAG,MAAM,CAAC;IACzB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,oBAAoB,EAAG,OAAO,CAAC;IAC/B,mBAAmB,EAAG,MAAM,CAAC;IAC7B,qBAAqB,EAAG,MAAM,CAAC;IAC/B,QAAQ,EAAG,MAAM,CAAC;IAClB,SAAS,EAAG,IAAI,CAAC;IACjB,SAAS,EAAG,IAAI,CAAC;IAGjB,WAAW,EAAG,iBAAiB,CAAC;IAChC,kBAAkB,CAAC,EAAE,YAAY,CAAC;gBAEtB,OAAO,EAAE,OAAO,CAAC,4BAA4B,CAAC;CAG3D"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { ApplicationEntity } from './application.entity';
|
|
2
|
+
import { LookupEntity } from '../shared/lookup.entity';
|
|
3
|
+
export declare class ApplicationDocumentEntity {
|
|
4
|
+
id: string;
|
|
5
|
+
applicationId?: string;
|
|
6
|
+
documentId: string;
|
|
7
|
+
owningEntityId?: string;
|
|
8
|
+
documentTypeLid?: string;
|
|
9
|
+
documentTypeId?: string;
|
|
10
|
+
fileName?: string;
|
|
11
|
+
contentType?: string;
|
|
12
|
+
created?: string;
|
|
13
|
+
createdBy?: string;
|
|
14
|
+
isGenerated?: string;
|
|
15
|
+
data?: string;
|
|
16
|
+
envelopeId?: string;
|
|
17
|
+
signers: any[];
|
|
18
|
+
documentTypeDisplayName?: string;
|
|
19
|
+
documentTypeValue?: string;
|
|
20
|
+
documentTypeData?: any;
|
|
21
|
+
documentUrl?: string;
|
|
22
|
+
createdAt: Date;
|
|
23
|
+
updatedAt: Date;
|
|
24
|
+
application?: ApplicationEntity;
|
|
25
|
+
documentType?: LookupEntity;
|
|
26
|
+
constructor(partial: Partial<ApplicationDocumentEntity>);
|
|
27
|
+
}
|
|
28
|
+
//# sourceMappingURL=application-document.entity.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"application-document.entity.d.ts","sourceRoot":"","sources":["../../../entities/applications/application-document.entity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AACzD,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAEvD,qBAAa,yBAAyB;IAClC,EAAE,EAAG,MAAM,CAAC;IACZ,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,UAAU,EAAG,MAAM,CAAC;IACpB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,OAAO,EAAG,GAAG,EAAE,CAAC;IAChB,uBAAuB,CAAC,EAAE,MAAM,CAAC;IACjC,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,gBAAgB,CAAC,EAAE,GAAG,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,EAAG,IAAI,CAAC;IACjB,SAAS,EAAG,IAAI,CAAC;IAGjB,WAAW,CAAC,EAAE,iBAAiB,CAAC;IAChC,YAAY,CAAC,EAAE,YAAY,CAAC;gBAEhB,OAAO,EAAE,OAAO,CAAC,yBAAyB,CAAC;CAG1D"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export declare class ApplicationFieldConfigEntity {
|
|
2
|
+
id: string;
|
|
3
|
+
fieldName: string;
|
|
4
|
+
validateProductOnChange: string;
|
|
5
|
+
createdAt: Date;
|
|
6
|
+
updatedAt: Date;
|
|
7
|
+
constructor(partial: Partial<ApplicationFieldConfigEntity>);
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=application-fieldconfig.entity.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"application-fieldconfig.entity.d.ts","sourceRoot":"","sources":["../../../entities/applications/application-fieldconfig.entity.ts"],"names":[],"mappings":"AAAA,qBAAa,4BAA4B;IACrC,EAAE,EAAG,MAAM,CAAC;IACZ,SAAS,EAAG,MAAM,CAAC;IACnB,uBAAuB,EAAG,MAAM,CAAC;IACjC,SAAS,EAAG,IAAI,CAAC;IACjB,SAAS,EAAG,IAAI,CAAC;gBAEL,OAAO,EAAE,OAAO,CAAC,4BAA4B,CAAC;CAG7D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"application-illustration.entity.d.ts","sourceRoot":"","sources":["../../../entities/applications/application-illustration.entity.ts"],"names":[],"mappings":"AAAA,qBAAa,6BAA6B;IACtC,EAAE,EAAG,MAAM,CAAC;IACZ,IAAI,EAAG,IAAI,CAAC;IACZ,SAAS,EAAG,IAAI,CAAC;IACjB,SAAS,EAAG,IAAI,CAAC;gBAEL,OAAO,EAAE,OAAO,CAAC,6BAA6B,CAAC;CAG9D"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export declare class ApplicationLegalEntity {
|
|
2
|
+
id: string;
|
|
3
|
+
assignedSolicitor: string;
|
|
4
|
+
solicitorsReference: string;
|
|
5
|
+
createdAt: Date;
|
|
6
|
+
updatedAt: Date;
|
|
7
|
+
constructor(partial: Partial<ApplicationLegalEntity>);
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=application-legal.entity.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"application-legal.entity.d.ts","sourceRoot":"","sources":["../../../entities/applications/application-legal.entity.ts"],"names":[],"mappings":"AAAA,qBAAa,sBAAsB;IAC/B,EAAE,EAAG,MAAM,CAAC;IACZ,iBAAiB,EAAG,MAAM,CAAC;IAC3B,mBAAmB,EAAG,MAAM,CAAC;IAC7B,SAAS,EAAG,IAAI,CAAC;IACjB,SAAS,EAAG,IAAI,CAAC;gBAEL,OAAO,EAAE,OAAO,CAAC,sBAAsB,CAAC;CAGvD"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { ApplicationEntity } from '../applications/application.entity';
|
|
2
|
+
import { LookupEntity } from '../shared/lookup.entity';
|
|
3
|
+
export declare class ApplicationMortgageEntity {
|
|
4
|
+
id: string;
|
|
5
|
+
applicationId: string;
|
|
6
|
+
pageValidFlag: boolean;
|
|
7
|
+
existingMortgageLender?: string;
|
|
8
|
+
purposeOfMortgage: string;
|
|
9
|
+
depositComeFromLids: string[];
|
|
10
|
+
ifOtherDetails: string;
|
|
11
|
+
giftDetails?: string;
|
|
12
|
+
purchasePrice: number;
|
|
13
|
+
repaymentTypeLid: string;
|
|
14
|
+
exitStrategyLid: string;
|
|
15
|
+
isCapitalRaise?: boolean;
|
|
16
|
+
purchaseDate: string;
|
|
17
|
+
estimatedValue: number;
|
|
18
|
+
loanRequired: number;
|
|
19
|
+
monthlyRentalIncome: number;
|
|
20
|
+
outstandingBalance: number;
|
|
21
|
+
fundRaisedFor: string;
|
|
22
|
+
sourceofFundsLid: string;
|
|
23
|
+
sourceofFundDetails: string;
|
|
24
|
+
propertyValuationDetails: string;
|
|
25
|
+
telephoneNumber: string;
|
|
26
|
+
isDistressedSale?: boolean;
|
|
27
|
+
isPurchasedBelowMarketValue?: boolean;
|
|
28
|
+
isPurchasedAsSale?: boolean;
|
|
29
|
+
isReadyToSell?: boolean;
|
|
30
|
+
isGovernmentInitiative?: boolean;
|
|
31
|
+
vendorsName: string;
|
|
32
|
+
saleMadeLid?: string;
|
|
33
|
+
isTheIntentionToLet?: boolean;
|
|
34
|
+
proposedTenantsLids?: string[];
|
|
35
|
+
leaseTypeLid: string;
|
|
36
|
+
createdAt: Date;
|
|
37
|
+
updatedAt: Date;
|
|
38
|
+
application?: ApplicationEntity;
|
|
39
|
+
repaymentType?: LookupEntity;
|
|
40
|
+
exitStrategy?: LookupEntity;
|
|
41
|
+
sourceOfFunds?: LookupEntity;
|
|
42
|
+
saleMade?: LookupEntity;
|
|
43
|
+
leaseType?: LookupEntity;
|
|
44
|
+
depositComeFrom?: LookupEntity[];
|
|
45
|
+
proposedTenants?: LookupEntity[];
|
|
46
|
+
constructor(partial: Partial<ApplicationMortgageEntity>);
|
|
47
|
+
get depositComeFromNames(): string[] | null;
|
|
48
|
+
get repaymentTypeName(): string | null;
|
|
49
|
+
get exitStrategyName(): string | null;
|
|
50
|
+
get sourceOfFundsName(): string | null;
|
|
51
|
+
get saleMadeName(): string | null;
|
|
52
|
+
get proposedTenantsNames(): string[] | null;
|
|
53
|
+
get leaseTypeName(): string | null;
|
|
54
|
+
}
|
|
55
|
+
//# sourceMappingURL=application-mortgage.entity.d.ts.map
|