@dynamatix/gb-schemas 2.0.59 → 2.0.60
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-commitment-creditCard.model.d.ts +0 -6
- package/dist/applicants/applicant-commitment-creditCard.model.d.ts.map +1 -1
- package/dist/applicants/applicant-commitment-creditCard.model.js +1 -1
- package/dist/applicants/applicant-commitment-loan.model.d.ts +0 -6
- package/dist/applicants/applicant-commitment-loan.model.d.ts.map +1 -1
- package/dist/applicants/applicant-commitment-loan.model.js +1 -1
- package/dist/applicants/applicant-commitment-mortgage.model.d.ts +0 -6
- package/dist/applicants/applicant-commitment-mortgage.model.d.ts.map +1 -1
- package/dist/applicants/applicant-commitment-mortgage.model.js +1 -1
- package/dist/applicants/applicant-commitment-secureLoan.model.d.ts +6 -6
- package/dist/applicants/applicant-commitment-unsecuredLoan.model.d.ts +6 -6
- package/dist/applicants/applicant-expenditure.model.d.ts +6 -12
- package/dist/applicants/applicant-expenditure.model.d.ts.map +1 -1
- package/dist/applicants/applicant-expenditure.model.js +1 -9
- package/dist/applicants/applicant-income-settings.model.d.ts.map +1 -1
- package/dist/applicants/applicant-self-employed-income.model.d.ts +312 -12
- package/dist/applicants/applicant-self-employed-income.model.d.ts.map +1 -1
- package/dist/applicants/applicant-self-employed-income.model.js +6 -2
- package/dist/applicants/applicant-sole-trader-income.model.d.ts +8 -8
- package/dist/applicants/applicant-sole-trader-income.model.d.ts.map +1 -1
- package/dist/applicants/applicant-sole-trader-income.model.js +3 -3
- package/dist/applicants/applicant.model.d.ts +2 -1
- package/dist/applicants/applicant.model.d.ts.map +1 -1
- package/dist/applicants/applicant.model.js +0 -1
- package/dist/applicants/index.d.ts +17 -18
- package/dist/applicants/index.d.ts.map +1 -1
- package/dist/applicants/index.js +17 -18
- package/dist/applications/application-mortgage.model.d.ts.map +1 -1
- package/dist/applications/application-mortgage.model.js +3 -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-share-holding.entity.d.ts +18 -0
- package/dist/entities/applicants/applicant-share-holding.entity.d.ts.map +1 -0
- package/dist/entities/applicants/applicant-share-holding.entity.js +5 -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 +22 -0
- package/dist/entities/applicants/credit-card-commitment.entity.d.ts.map +1 -0
- package/dist/entities/applicants/credit-card-commitment.entity.js +9 -0
- package/dist/entities/applicants/index.d.ts +20 -0
- package/dist/entities/applicants/index.d.ts.map +1 -0
- package/dist/entities/applicants/index.js +18 -0
- package/dist/entities/applicants/loan-commitment.entity.d.ts +29 -0
- package/dist/entities/applicants/loan-commitment.entity.d.ts.map +1 -0
- package/dist/entities/applicants/loan-commitment.entity.js +15 -0
- package/dist/entities/applicants/mortgage-commitment.entity.d.ts +50 -0
- package/dist/entities/applicants/mortgage-commitment.entity.d.ts.map +1 -0
- package/dist/entities/applicants/mortgage-commitment.entity.js +27 -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 +29 -0
- package/dist/entities/applicants/secure-loan-commitment.entity.d.ts.map +1 -0
- package/dist/entities/applicants/secure-loan-commitment.entity.js +12 -0
- package/dist/entities/applicants/unsecured-loan-commitment.entity.d.ts +29 -0
- package/dist/entities/applicants/unsecured-loan-commitment.entity.d.ts.map +1 -0
- package/dist/entities/applicants/unsecured-loan-commitment.entity.js +12 -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 +60 -0
- package/dist/entities/applications/application-company.entity.d.ts.map +1 -0
- package/dist/entities/applications/application-company.entity.js +15 -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 +102 -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/index.d.ts +22 -0
- package/dist/entities/applications/index.d.ts.map +1 -0
- package/dist/entities/applications/index.js +20 -0
- package/dist/entities/applications/product-features.entity.d.ts +104 -0
- package/dist/entities/applications/product-features.entity.d.ts.map +1 -0
- package/dist/entities/applications/product-features.entity.js +20 -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 +58 -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 +19 -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 +13 -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 +16 -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 +33 -0
- package/dist/entities/users/user.entity.d.ts.map +1 -0
- package/dist/entities/users/user.entity.js +5 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -0
- package/entities/applicants/applicant-credit-data.entity.ts +24 -0
- package/entities/applicants/applicant-credit-profile.entity.ts +19 -0
- package/entities/applicants/applicant-employment-income.entity.ts +18 -0
- package/entities/applicants/applicant-employment.entity.ts +60 -0
- package/entities/applicants/applicant-expenditure.entity.ts +19 -0
- package/entities/applicants/applicant-income-source.entity.ts +22 -0
- package/entities/applicants/applicant-income.entity.ts +61 -0
- package/entities/applicants/applicant-share-holding.entity.ts +23 -0
- package/entities/applicants/applicant.entity.ts +193 -0
- package/entities/applicants/credit-card-commitment.entity.ts +31 -0
- package/entities/applicants/index.ts +59 -0
- package/entities/applicants/loan-commitment.entity.ts +44 -0
- package/entities/applicants/mortgage-commitment.entity.ts +77 -0
- package/entities/applicants/other-income.entity.ts +68 -0
- package/entities/applicants/property-income.entity.ts +19 -0
- package/entities/applicants/residence-commitment.entity.ts +63 -0
- package/entities/applicants/secure-loan-commitment.entity.ts +41 -0
- package/entities/applicants/unsecured-loan-commitment.entity.ts +41 -0
- package/entities/applications/application-audit.entity.ts +23 -0
- package/entities/applications/application-company.entity.ts +76 -0
- package/entities/applications/application-credit-profile.entity.ts +13 -0
- package/entities/applications/application-direct-debit.entity.ts +29 -0
- package/entities/applications/application-document.entity.ts +33 -0
- package/entities/applications/application-fieldconfig.entity.ts +11 -0
- package/entities/applications/application-illustration.entity.ts +10 -0
- package/entities/applications/application-legal.entity.ts +11 -0
- package/entities/applications/application-mortgage.entity.ts +82 -0
- package/entities/applications/application-note.entity.ts +42 -0
- package/entities/applications/application-offer.entity.ts +10 -0
- package/entities/applications/application-onboarding.entity.ts +13 -0
- package/entities/applications/application-product.entity.ts +38 -0
- package/entities/applications/application-rationale.entity.ts +56 -0
- package/entities/applications/application.entity.ts +168 -0
- package/entities/applications/broker.entity.ts +25 -0
- package/entities/applications/checklist-item.entity.ts +49 -0
- package/entities/applications/index.ts +63 -0
- package/entities/applications/product-features.entity.ts +118 -0
- package/entities/applications/solicitor.entity.ts +38 -0
- package/entities/index.ts +14 -0
- package/entities/prisma.ts +13 -0
- package/entities/product-catalogues/index.ts +23 -0
- package/entities/product-catalogues/product-catalogue.entity.ts +27 -0
- package/entities/product-catalogues/product-definition.entity.ts +21 -0
- package/entities/product-catalogues/product-variant.entity.ts +19 -0
- package/entities/product-catalogues/product.entity.ts +16 -0
- package/entities/product-catalogues/rule.entity.ts +26 -0
- package/entities/properties/data-street.entity.ts +27 -0
- package/entities/properties/index.ts +17 -0
- package/entities/properties/property.entity.ts +35 -0
- package/entities/properties/security.entity.ts +63 -0
- package/entities/shared/alert.entity.ts +19 -0
- package/entities/shared/apprivo-sync-journey.entity.ts +25 -0
- package/entities/shared/apprivo-sync-journey.model.ts +13 -0
- package/entities/shared/checklist.entity.ts +20 -0
- package/entities/shared/document-type.entity.ts +11 -0
- package/entities/shared/index.ts +35 -0
- package/entities/shared/job-run.entity.ts +20 -0
- package/entities/shared/job-run.model.ts +10 -0
- package/entities/shared/job-setting.entity.ts +13 -0
- package/entities/shared/lookup-group.entity.ts +16 -0
- package/entities/shared/lookup.entity.ts +19 -0
- package/entities/shared/system-parameter.entity.ts +13 -0
- package/entities/underwriter/index.ts +7 -0
- package/entities/underwriter/underwriter.entity.ts +24 -0
- package/entities/users/auth-log.entity.ts +13 -0
- package/entities/users/index.ts +23 -0
- package/entities/users/permission.entity.ts +17 -0
- package/entities/users/role-group.entity.ts +18 -0
- package/entities/users/role.entity.ts +21 -0
- package/entities/users/user.entity.ts +38 -0
- package/package.json +30 -17
- package/prisma/applicants/applicant-credit-data.prisma +19 -0
- package/prisma/applicants/applicant-credit-profile.prisma +15 -0
- package/prisma/applicants/applicant-employment-income.prisma +15 -0
- package/prisma/applicants/applicant-employment.prisma +54 -0
- package/prisma/applicants/applicant-expenditure.prisma +14 -0
- package/prisma/applicants/applicant-income-source.prisma +17 -0
- package/prisma/applicants/applicant-income.prisma +67 -0
- package/prisma/applicants/applicant-other-income.prisma +45 -0
- package/prisma/applicants/applicant-property-income.prisma +21 -0
- package/prisma/applicants/applicant-share-holding.prisma +17 -0
- package/prisma/applicants/applicant.prisma +129 -0
- package/prisma/applicants/credit-card-commitment.prisma +21 -0
- package/prisma/applicants/loan-commitment.prisma +26 -0
- package/prisma/applicants/mortgage-commitment.prisma +43 -0
- package/prisma/applicants/residence-commitment.prisma +41 -0
- package/prisma/applicants/secured-loan-commitment.prisma +27 -0
- package/prisma/applicants/unsecured-loan-commitment.prisma +27 -0
- package/prisma/applications/application-audit.prisma +19 -0
- package/prisma/applications/application-company.prisma +56 -0
- package/prisma/applications/application-credit-profile.prisma +15 -0
- package/prisma/applications/application-direct-debit.prisma +27 -0
- package/prisma/applications/application-document.prisma +28 -0
- package/prisma/applications/application-fieldconfig.prisma +9 -0
- package/prisma/applications/application-illustration.prisma +8 -0
- package/prisma/applications/application-legal.prisma +9 -0
- package/prisma/applications/application-mortgage.prisma +48 -0
- package/prisma/applications/application-note.prisma +36 -0
- package/prisma/applications/application-offer.prisma +8 -0
- package/prisma/applications/application-onboarding.prisma +11 -0
- package/prisma/applications/application-product.prisma +33 -0
- package/prisma/applications/application-rationale.prisma +51 -0
- package/prisma/applications/application.prisma +92 -0
- package/prisma/applications/broker.prisma +26 -0
- package/prisma/applications/checklist-item.prisma +47 -0
- package/prisma/applications/checklist.prisma +19 -0
- package/prisma/applications/product-features.prisma +122 -0
- package/prisma/applications/solicitor.prisma +33 -0
- package/prisma/broker.entity.ts +8 -0
- package/prisma/migrations/20250501070203_initial_migration/migration.sql +2044 -0
- package/prisma/migrations/20250501102630_job_setting_name_change/migration.sql +10 -0
- package/prisma/migrations/20250501104920_milstone_update/migration.sql +30 -0
- package/prisma/migrations/20250501105546_apprivo_sync_journey_update/migration.sql +9 -0
- package/prisma/migrations/20250501105850_job_run_update/migration.sql +13 -0
- package/prisma/migrations/20250505115236_update_application_schema/migration.sql +115 -0
- package/prisma/migrations/20250505145328_update_broker_schema/migration.sql +8 -0
- package/prisma/migrations/20250505185034_update_direct_debit_schema/migration.sql +27 -0
- package/prisma/migrations/20250505190613_update_solicitor_schema/migration.sql +29 -0
- package/prisma/migrations/20250506054831_update_note_schema/migration.sql +12 -0
- package/prisma/migrations/20250506142218_update_broker_schema/migration.sql +17 -0
- package/prisma/migrations/20250506190258_update_application_note_schema/migration.sql +32 -0
- package/prisma/migrations/20250506204635_update_mortgage_schema/migration.sql +26 -0
- package/prisma/migrations/20250507122847_applicant_retirement_age/migration.sql +9 -0
- package/prisma/migrations/20250507184905_update_mortgage_schema/migration.sql +8 -0
- package/prisma/migrations/20250507194746_update_direct_debit_schema/migration.sql +5 -0
- package/prisma/migrations/20250508092417_update_application_schema/migration.sql +3 -0
- package/prisma/migrations/20250508094735_update_direct_debit_schema/migration.sql +2 -0
- package/prisma/migrations/20250509073536_update_applicant_schema/migration.sql +4 -0
- package/prisma/migrations/20250509111029_update_solicitor_schema/migration.sql +2 -0
- package/prisma/migrations/20250509125107_update_mortgage_schema/migration.sql +19 -0
- package/prisma/migrations/20250512071728_update_mortgage_schema/migration.sql +15 -0
- package/prisma/migrations/20250512094011_update_property_schema/migration.sql +34 -0
- package/prisma/migrations/20250512102019_update_mortgage_schema/migration.sql +2 -0
- package/prisma/migrations/20250513132704_update_credit_card_commitment_schema/migration.sql +22 -0
- package/prisma/migrations/20250513143530_update_credit_card_commitment_schema/migration.sql +8 -0
- package/prisma/migrations/20250513170654_update_mortgage_commitment_schema/migration.sql +89 -0
- package/prisma/migrations/20250513183558_update_loan_commitment_schema/migration.sql +33 -0
- package/prisma/migrations/20250513184341_update_loan_commitment_schema/migration.sql +4 -0
- package/prisma/migrations/20250513202307_update_role_schema/migration.sql +12 -0
- package/prisma/migrations/20250514062536_update_role_group_schema/migration.sql +12 -0
- package/prisma/migrations/20250514064054_update_user_schema/migration.sql +12 -0
- package/prisma/migrations/20250514071524_update_user_schema/migration.sql +15 -0
- package/prisma/migrations/20250514072729_update_user_schema/migration.sql +18 -0
- package/prisma/migrations/20250514102042_update_user_rolegroup_role_schemas/migration.sql +9 -0
- package/prisma/migrations/20250514183537_update_application_company_schema/migration.sql +100 -0
- package/prisma/migrations/20250514194139_update_applicant_share_holding_schema/migration.sql +11 -0
- package/prisma/migrations/20250515132015_update_underwriter_schema/migration.sql +56 -0
- package/prisma/migrations/20250515133236_update_underwriter_schema/migration.sql +12 -0
- package/prisma/migrations/20250515172824_update_security_schema/migration.sql +43 -0
- package/prisma/migrations/20250516053810_update_underwriter_schema/migration.sql +14 -0
- package/prisma/migrations/20250516075153_update_commitments_schemas/migration.sql +134 -0
- package/prisma/migrations/20250516094438_update_credit_card_commitment_schema/migration.sql +8 -0
- package/prisma/migrations/20250519075211_update_product_features_schema/migration.sql +15 -0
- package/prisma/migrations/20250519094725_update_product_feature_schema/migration.sql +163 -0
- package/prisma/migrations/20250519133154_update_employemnt_income_schema/migration.sql +11 -0
- package/prisma/migrations/migration_lock.toml +3 -0
- package/prisma/product-catalogues/product-catalogue.prisma +22 -0
- package/prisma/product-catalogues/product-definition.prisma +39 -0
- package/prisma/product-catalogues/product-variant.prisma +15 -0
- package/prisma/product-catalogues/product.prisma +10 -0
- package/prisma/properties/property.prisma +30 -0
- package/prisma/properties/security.prisma +81 -0
- package/prisma/schema.prisma +1966 -0
- package/prisma/shared/alert.prisma +15 -0
- package/prisma/shared/apprivo-sync-journey.prisma +19 -0
- package/prisma/shared/checklist.prisma +10 -0
- package/prisma/shared/document-type.prisma +9 -0
- package/prisma/shared/job-run.prisma +15 -0
- package/prisma/shared/job-setting.prisma +11 -0
- package/prisma/shared/lookup-group.prisma +12 -0
- package/prisma/shared/lookup.prisma +154 -0
- package/prisma/shared/system-parameter.prisma +16 -0
- package/prisma/underwriter/underwriter.prisma +20 -0
- package/prisma/users/auth-log.prisma +11 -0
- package/prisma/users/permission.prisma +13 -0
- package/prisma/users/role-group.prisma +15 -0
- package/prisma/users/role.prisma +15 -0
- package/prisma/users/user.prisma +30 -0
- package/dist/applicants/applicant-commitment-residence.model.d.ts +0 -728
- package/dist/applicants/applicant-commitment-residence.model.d.ts.map +0 -1
- package/dist/applicants/applicant-commitment-residence.model.js +0 -50
|
@@ -0,0 +1,50 @@
|
|
|
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
|
+
commitmentId: string;
|
|
7
|
+
lenderName?: string;
|
|
8
|
+
propertyValue?: number;
|
|
9
|
+
repaymentTypeLid?: string;
|
|
10
|
+
mortgageTypeLid?: string;
|
|
11
|
+
fixedTerm?: string;
|
|
12
|
+
originalLoanAmount?: number;
|
|
13
|
+
outstandingBalance?: number;
|
|
14
|
+
startDate?: string;
|
|
15
|
+
monthlyPayment?: number;
|
|
16
|
+
furtherAdvances?: boolean;
|
|
17
|
+
furtherAdvanceDetails?: string;
|
|
18
|
+
accountUptoDate?: boolean;
|
|
19
|
+
accountUptoDateFailDetails?: string;
|
|
20
|
+
accountInArrears?: boolean;
|
|
21
|
+
accountInArrearsDetails?: string;
|
|
22
|
+
doHaveSharedResponsibility?: boolean;
|
|
23
|
+
sharedMortgage?: string;
|
|
24
|
+
source: string;
|
|
25
|
+
isSelected: boolean;
|
|
26
|
+
financeTypeHppLid?: string;
|
|
27
|
+
hppRepaymentTypeLid?: string;
|
|
28
|
+
mortgageRate?: number;
|
|
29
|
+
financeHomeTypeLid?: string;
|
|
30
|
+
remainingTermMonth?: number;
|
|
31
|
+
chargeTypeLid?: string;
|
|
32
|
+
createdAt: Date;
|
|
33
|
+
updatedAt: Date;
|
|
34
|
+
applicant?: ApplicantEntity;
|
|
35
|
+
repaymentType?: LookupEntity;
|
|
36
|
+
mortgageType?: LookupEntity;
|
|
37
|
+
financeTypeHpp?: LookupEntity;
|
|
38
|
+
hppRepaymentType?: LookupEntity;
|
|
39
|
+
financeHomeType?: LookupEntity;
|
|
40
|
+
chargeType?: LookupEntity;
|
|
41
|
+
constructor(partial: Partial<MortgageCommitmentEntity>);
|
|
42
|
+
get applicationId(): string | undefined;
|
|
43
|
+
get lendingType(): string | undefined;
|
|
44
|
+
get applicationType(): string | undefined;
|
|
45
|
+
get furtherAdvancesDisplay(): string;
|
|
46
|
+
get accountUptoDateDisplay(): string;
|
|
47
|
+
get accountInArrearsDisplay(): string;
|
|
48
|
+
get doHaveSharedResponsibilityDisplay(): string;
|
|
49
|
+
}
|
|
50
|
+
//# 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,YAAY,EAAG,MAAM,CAAC;IACtB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,0BAA0B,CAAC,EAAE,MAAM,CAAC;IACpC,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,uBAAuB,CAAC,EAAE,MAAM,CAAC;IACjC,0BAA0B,CAAC,EAAE,OAAO,CAAC;IACrC,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,MAAM,EAAG,MAAM,CAAC;IAChB,UAAU,EAAG,OAAO,CAAC;IACrB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,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;IAC9B,gBAAgB,CAAC,EAAE,YAAY,CAAC;IAChC,eAAe,CAAC,EAAE,YAAY,CAAC;IAC/B,UAAU,CAAC,EAAE,YAAY,CAAC;gBAEd,OAAO,EAAE,OAAO,CAAC,wBAAwB,CAAC;IAKtD,IAAI,aAAa,IAAI,MAAM,GAAG,SAAS,CAEtC;IAED,IAAI,WAAW,IAAI,MAAM,GAAG,SAAS,CAEpC;IAED,IAAI,eAAe,IAAI,MAAM,GAAG,SAAS,CAExC;IAED,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,27 @@
|
|
|
1
|
+
export class MortgageCommitmentEntity {
|
|
2
|
+
constructor(partial) {
|
|
3
|
+
Object.assign(this, partial);
|
|
4
|
+
}
|
|
5
|
+
// Virtual properties from Mongoose model
|
|
6
|
+
get applicationId() {
|
|
7
|
+
return this.applicant?.applicationId;
|
|
8
|
+
}
|
|
9
|
+
get lendingType() {
|
|
10
|
+
return this.applicant?.application?.lendingType?.name;
|
|
11
|
+
}
|
|
12
|
+
get applicationType() {
|
|
13
|
+
return this.applicant?.application?.applicationType?.name;
|
|
14
|
+
}
|
|
15
|
+
get furtherAdvancesDisplay() {
|
|
16
|
+
return this.furtherAdvances ? "Yes" : "No";
|
|
17
|
+
}
|
|
18
|
+
get accountUptoDateDisplay() {
|
|
19
|
+
return this.accountUptoDate ? "Yes" : "No";
|
|
20
|
+
}
|
|
21
|
+
get accountInArrearsDisplay() {
|
|
22
|
+
return this.accountInArrears ? "Yes" : "No";
|
|
23
|
+
}
|
|
24
|
+
get doHaveSharedResponsibilityDisplay() {
|
|
25
|
+
return this.doHaveSharedResponsibility ? "Yes" : "No";
|
|
26
|
+
}
|
|
27
|
+
}
|
|
@@ -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,29 @@
|
|
|
1
|
+
import { ApplicantEntity } from './applicant.entity';
|
|
2
|
+
import { LookupEntity } from '../shared/lookup.entity';
|
|
3
|
+
export declare class SecureLoanCommitmentEntity {
|
|
4
|
+
id: string;
|
|
5
|
+
applicantId: string;
|
|
6
|
+
lenderName: string;
|
|
7
|
+
commitmentId: string;
|
|
8
|
+
securityDetails?: string;
|
|
9
|
+
purpose?: string;
|
|
10
|
+
doHaveSharedResponsibility?: boolean;
|
|
11
|
+
sharedMortgage?: string;
|
|
12
|
+
remainingTerm?: number;
|
|
13
|
+
startDate?: string;
|
|
14
|
+
outstandingBalance: number;
|
|
15
|
+
monthlyPayment: number;
|
|
16
|
+
source: string;
|
|
17
|
+
isSelected: boolean;
|
|
18
|
+
commitmentTypeLid?: string;
|
|
19
|
+
loanTypeLid?: string;
|
|
20
|
+
createdAt: Date;
|
|
21
|
+
updatedAt: Date;
|
|
22
|
+
applicant?: ApplicantEntity;
|
|
23
|
+
commitmentType?: LookupEntity;
|
|
24
|
+
loanType?: LookupEntity;
|
|
25
|
+
constructor(partial: Partial<SecureLoanCommitmentEntity>);
|
|
26
|
+
get doHaveSharedResponsibilityDisplay(): string;
|
|
27
|
+
get lendingType(): string | undefined;
|
|
28
|
+
}
|
|
29
|
+
//# 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;AACrD,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAEvD,qBAAa,0BAA0B;IACnC,EAAE,EAAG,MAAM,CAAC;IACZ,WAAW,EAAG,MAAM,CAAC;IACrB,UAAU,EAAG,MAAM,CAAC;IACpB,YAAY,EAAG,MAAM,CAAC;IACtB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,0BAA0B,CAAC,EAAE,OAAO,CAAC;IACrC,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,kBAAkB,EAAG,MAAM,CAAC;IAC5B,cAAc,EAAG,MAAM,CAAC;IACxB,MAAM,EAAG,MAAM,CAAC;IAChB,UAAU,EAAG,OAAO,CAAC;IACrB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,EAAG,IAAI,CAAC;IACjB,SAAS,EAAG,IAAI,CAAC;IAGjB,SAAS,CAAC,EAAE,eAAe,CAAC;IAC5B,cAAc,CAAC,EAAE,YAAY,CAAC;IAC9B,QAAQ,CAAC,EAAE,YAAY,CAAC;gBAEZ,OAAO,EAAE,OAAO,CAAC,0BAA0B,CAAC;IAKxD,IAAI,iCAAiC,IAAI,MAAM,CAE9C;IAED,IAAI,WAAW,IAAI,MAAM,GAAG,SAAS,CAEpC;CACJ"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export class SecureLoanCommitmentEntity {
|
|
2
|
+
constructor(partial) {
|
|
3
|
+
Object.assign(this, partial);
|
|
4
|
+
}
|
|
5
|
+
// Virtual fields from Mongoose model
|
|
6
|
+
get doHaveSharedResponsibilityDisplay() {
|
|
7
|
+
return this.doHaveSharedResponsibility ? "Yes" : "No";
|
|
8
|
+
}
|
|
9
|
+
get lendingType() {
|
|
10
|
+
return this.applicant?.application?.lendingType?.name;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { ApplicantEntity } from './applicant.entity';
|
|
2
|
+
import { LookupEntity } from '../shared/lookup.entity';
|
|
3
|
+
export declare class UnsecuredLoanCommitmentEntity {
|
|
4
|
+
id: string;
|
|
5
|
+
applicantId: string;
|
|
6
|
+
lenderName: string;
|
|
7
|
+
commitmentId: string;
|
|
8
|
+
purpose?: string;
|
|
9
|
+
doHaveSharedResponsibility?: boolean;
|
|
10
|
+
sharedMortgage?: string;
|
|
11
|
+
remainingTerm?: number;
|
|
12
|
+
startDate?: string;
|
|
13
|
+
outstandingBalance: number;
|
|
14
|
+
monthlyPayment: number;
|
|
15
|
+
source: string;
|
|
16
|
+
isSelected: boolean;
|
|
17
|
+
commitmentTypeLid?: string;
|
|
18
|
+
loanTypeLid?: string;
|
|
19
|
+
securityDetails?: string;
|
|
20
|
+
createdAt: Date;
|
|
21
|
+
updatedAt: Date;
|
|
22
|
+
applicant?: ApplicantEntity;
|
|
23
|
+
commitmentType?: LookupEntity;
|
|
24
|
+
loanType?: LookupEntity;
|
|
25
|
+
constructor(partial: Partial<UnsecuredLoanCommitmentEntity>);
|
|
26
|
+
get doHaveSharedResponsibilityDisplay(): string;
|
|
27
|
+
get lendingType(): string | undefined;
|
|
28
|
+
}
|
|
29
|
+
//# 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;AACrD,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAEvD,qBAAa,6BAA6B;IACtC,EAAE,EAAG,MAAM,CAAC;IACZ,WAAW,EAAG,MAAM,CAAC;IACrB,UAAU,EAAG,MAAM,CAAC;IACpB,YAAY,EAAG,MAAM,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,0BAA0B,CAAC,EAAE,OAAO,CAAC;IACrC,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,kBAAkB,EAAG,MAAM,CAAC;IAC5B,cAAc,EAAG,MAAM,CAAC;IACxB,MAAM,EAAG,MAAM,CAAC;IAChB,UAAU,EAAG,OAAO,CAAC;IACrB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,SAAS,EAAG,IAAI,CAAC;IACjB,SAAS,EAAG,IAAI,CAAC;IAGjB,SAAS,CAAC,EAAE,eAAe,CAAC;IAC5B,cAAc,CAAC,EAAE,YAAY,CAAC;IAC9B,QAAQ,CAAC,EAAE,YAAY,CAAC;gBAEZ,OAAO,EAAE,OAAO,CAAC,6BAA6B,CAAC;IAK3D,IAAI,iCAAiC,IAAI,MAAM,CAE9C;IAED,IAAI,WAAW,IAAI,MAAM,GAAG,SAAS,CAEpC;CACJ"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export class UnsecuredLoanCommitmentEntity {
|
|
2
|
+
constructor(partial) {
|
|
3
|
+
Object.assign(this, partial);
|
|
4
|
+
}
|
|
5
|
+
// Virtual fields from Mongoose model
|
|
6
|
+
get doHaveSharedResponsibilityDisplay() {
|
|
7
|
+
return this.doHaveSharedResponsibility ? "Yes" : "No";
|
|
8
|
+
}
|
|
9
|
+
get lendingType() {
|
|
10
|
+
return this.applicant?.application?.lendingType?.name;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -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,60 @@
|
|
|
1
|
+
import { LookupEntity } from "../shared/lookup.entity";
|
|
2
|
+
import { ApplicationEntity } from "./application.entity";
|
|
3
|
+
import { ApplicantShareholdingEntity } from "../applicants/applicant-share-holding.entity";
|
|
4
|
+
export declare class ApplicationCompanyEntity {
|
|
5
|
+
id: string;
|
|
6
|
+
applicationId: string;
|
|
7
|
+
pageValidFlag?: boolean;
|
|
8
|
+
registeredName: string;
|
|
9
|
+
businessTypeLid: string;
|
|
10
|
+
registeredNumber: number;
|
|
11
|
+
taxJurisdictionLid: string;
|
|
12
|
+
tradingSince: string;
|
|
13
|
+
natureOfBusiness: string;
|
|
14
|
+
yearEnd: string;
|
|
15
|
+
addressPostCode: string;
|
|
16
|
+
addressLine1: string;
|
|
17
|
+
addressLine2?: string;
|
|
18
|
+
addressLine3?: string;
|
|
19
|
+
addressCity?: string;
|
|
20
|
+
addressCountryLid: string;
|
|
21
|
+
yearEnd1: number;
|
|
22
|
+
turnoverYear1: number;
|
|
23
|
+
netProfitYear1: number;
|
|
24
|
+
yearEnd2: number;
|
|
25
|
+
turnoverYear2: number;
|
|
26
|
+
netProfitYear2: number;
|
|
27
|
+
yearEnd3: number;
|
|
28
|
+
turnoverYear3: number;
|
|
29
|
+
netProfitYear3: number;
|
|
30
|
+
companyCreditDefaults: string;
|
|
31
|
+
companyCountyCourtJudgment: string;
|
|
32
|
+
companySecuredArrears: string;
|
|
33
|
+
companyUnsecuredArrears: string;
|
|
34
|
+
companyBankruptcy: string;
|
|
35
|
+
companyBankruptcyYes: boolean;
|
|
36
|
+
companyBankruptcyNo: boolean;
|
|
37
|
+
companyCCJInLastThreeYearYes: boolean;
|
|
38
|
+
companyCCJInLastThreeYearNo: boolean;
|
|
39
|
+
companyDefaultsInLastYearYes: boolean;
|
|
40
|
+
companyDefaultsInLastYearNo: boolean;
|
|
41
|
+
companyAnyVoluntaryEnforcedPossessionYes: boolean;
|
|
42
|
+
companyAnyVoluntaryEnforcedPossessionNo: boolean;
|
|
43
|
+
doYouKnowRegisteredNumber: boolean;
|
|
44
|
+
sicCodes: string[];
|
|
45
|
+
epc: string;
|
|
46
|
+
remainingLease: string;
|
|
47
|
+
dateOfIncorporation?: string;
|
|
48
|
+
createdAt: Date;
|
|
49
|
+
updatedAt: Date;
|
|
50
|
+
application?: ApplicationEntity;
|
|
51
|
+
businessType?: LookupEntity;
|
|
52
|
+
taxJurisdiction?: LookupEntity;
|
|
53
|
+
addressCountry?: LookupEntity;
|
|
54
|
+
applicantShareholdings?: ApplicantShareholdingEntity[];
|
|
55
|
+
constructor(partial: Partial<ApplicationCompanyEntity>);
|
|
56
|
+
get businessTypeName(): string | null;
|
|
57
|
+
get taxJurisdictionName(): string | null;
|
|
58
|
+
get addressCountryName(): string | null;
|
|
59
|
+
}
|
|
60
|
+
//# 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":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AACvD,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AACzD,OAAO,EAAE,2BAA2B,EAAE,MAAM,8CAA8C,CAAC;AAE3F,qBAAa,wBAAwB;IACjC,EAAE,EAAG,MAAM,CAAC;IACZ,aAAa,EAAG,MAAM,CAAC;IACvB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,cAAc,EAAG,MAAM,CAAC;IACxB,eAAe,EAAG,MAAM,CAAC;IACzB,gBAAgB,EAAG,MAAM,CAAC;IAC1B,kBAAkB,EAAG,MAAM,CAAC;IAC5B,YAAY,EAAG,MAAM,CAAC;IACtB,gBAAgB,EAAG,MAAM,CAAC;IAC1B,OAAO,EAAG,MAAM,CAAC;IACjB,eAAe,EAAG,MAAM,CAAC;IACzB,YAAY,EAAG,MAAM,CAAC;IACtB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,iBAAiB,EAAG,MAAM,CAAC;IAC3B,QAAQ,EAAG,MAAM,CAAC;IAClB,aAAa,EAAG,MAAM,CAAC;IACvB,cAAc,EAAG,MAAM,CAAC;IACxB,QAAQ,EAAG,MAAM,CAAC;IAClB,aAAa,EAAG,MAAM,CAAC;IACvB,cAAc,EAAG,MAAM,CAAC;IACxB,QAAQ,EAAG,MAAM,CAAC;IAClB,aAAa,EAAG,MAAM,CAAC;IACvB,cAAc,EAAG,MAAM,CAAC;IACxB,qBAAqB,EAAG,MAAM,CAAC;IAC/B,0BAA0B,EAAG,MAAM,CAAC;IACpC,qBAAqB,EAAG,MAAM,CAAC;IAC/B,uBAAuB,EAAG,MAAM,CAAC;IACjC,iBAAiB,EAAG,MAAM,CAAC;IAC3B,oBAAoB,EAAG,OAAO,CAAC;IAC/B,mBAAmB,EAAG,OAAO,CAAC;IAC9B,4BAA4B,EAAG,OAAO,CAAC;IACvC,2BAA2B,EAAG,OAAO,CAAC;IACtC,4BAA4B,EAAG,OAAO,CAAC;IACvC,2BAA2B,EAAG,OAAO,CAAC;IACtC,wCAAwC,EAAG,OAAO,CAAC;IACnD,uCAAuC,EAAG,OAAO,CAAC;IAClD,yBAAyB,EAAG,OAAO,CAAC;IACpC,QAAQ,EAAG,MAAM,EAAE,CAAC;IACpB,GAAG,EAAG,MAAM,CAAC;IACb,cAAc,EAAG,MAAM,CAAC;IACxB,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,SAAS,EAAG,IAAI,CAAC;IACjB,SAAS,EAAG,IAAI,CAAC;IAGjB,WAAW,CAAC,EAAE,iBAAiB,CAAC;IAChC,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,eAAe,CAAC,EAAE,YAAY,CAAC;IAC/B,cAAc,CAAC,EAAE,YAAY,CAAC;IAC9B,sBAAsB,CAAC,EAAE,2BAA2B,EAAE,CAAC;gBAE3C,OAAO,EAAE,OAAO,CAAC,wBAAwB,CAAC;IAKtD,IAAI,gBAAgB,IAAI,MAAM,GAAG,IAAI,CAEpC;IAED,IAAI,mBAAmB,IAAI,MAAM,GAAG,IAAI,CAEvC;IAED,IAAI,kBAAkB,IAAI,MAAM,GAAG,IAAI,CAEtC;CACJ"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export class ApplicationCompanyEntity {
|
|
2
|
+
constructor(partial) {
|
|
3
|
+
Object.assign(this, partial);
|
|
4
|
+
}
|
|
5
|
+
// Virtual fields from Mongoose model
|
|
6
|
+
get businessTypeName() {
|
|
7
|
+
return this.businessType?.name ?? null;
|
|
8
|
+
}
|
|
9
|
+
get taxJurisdictionName() {
|
|
10
|
+
return this.taxJurisdiction?.name ?? null;
|
|
11
|
+
}
|
|
12
|
+
get addressCountryName() {
|
|
13
|
+
return this.addressCountry?.name ?? null;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -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"}
|