@dynamatix/gb-schemas 2.17.12 → 2.17.13

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.
Files changed (385) hide show
  1. package/dist/applicants/applicant-additional-income.model.d.ts +378 -0
  2. package/dist/applicants/applicant-additional-income.model.d.ts.map +1 -0
  3. package/dist/applicants/applicant-additional-income.model.js +35 -0
  4. package/dist/applicants/applicant-additional-income.type.d.ts +40 -0
  5. package/dist/applicants/applicant-additional-income.type.d.ts.map +1 -0
  6. package/dist/applicants/applicant-additional-income.type.js +1 -0
  7. package/dist/applicants/applicant-commitment-creditCard.model.d.ts +545 -0
  8. package/dist/applicants/applicant-commitment-creditCard.model.d.ts.map +1 -0
  9. package/dist/applicants/applicant-commitment-creditCard.model.js +40 -0
  10. package/dist/applicants/applicant-commitment-loan.model.d.ts +434 -0
  11. package/dist/applicants/applicant-commitment-loan.model.d.ts.map +1 -0
  12. package/dist/applicants/applicant-commitment-loan.model.js +51 -0
  13. package/dist/applicants/applicant-commitment-mortgage.model.d.ts +506 -0
  14. package/dist/applicants/applicant-commitment-mortgage.model.d.ts.map +1 -0
  15. package/dist/applicants/applicant-commitment-mortgage.model.js +69 -0
  16. package/dist/applicants/applicant-commitment-residence.model.d.ts +768 -0
  17. package/dist/applicants/applicant-commitment-residence.model.d.ts.map +1 -0
  18. package/dist/applicants/applicant-commitment-residence.model.js +57 -0
  19. package/dist/applicants/applicant-commitment-secureLoan.model.d.ts +426 -0
  20. package/dist/applicants/applicant-commitment-secureLoan.model.d.ts.map +1 -0
  21. package/dist/applicants/applicant-commitment-secureLoan.model.js +43 -0
  22. package/dist/applicants/applicant-commitment-unsecuredLoan.model.d.ts +426 -0
  23. package/dist/applicants/applicant-commitment-unsecuredLoan.model.d.ts.map +1 -0
  24. package/dist/applicants/applicant-commitment-unsecuredLoan.model.js +43 -0
  25. package/dist/applicants/applicant-credit-data.model.d.ts +60 -0
  26. package/dist/applicants/applicant-credit-data.model.d.ts.map +1 -0
  27. package/dist/applicants/applicant-credit-data.model.js +11 -0
  28. package/dist/applicants/applicant-credit-profile.model.d.ts +51 -0
  29. package/dist/applicants/applicant-credit-profile.model.d.ts.map +1 -0
  30. package/dist/applicants/applicant-credit-profile.model.js +20 -0
  31. package/dist/applicants/applicant-credit-report.model.d.ts +3816 -0
  32. package/dist/applicants/applicant-credit-report.model.d.ts.map +1 -0
  33. package/dist/applicants/applicant-credit-report.model.js +126 -0
  34. package/dist/applicants/applicant-credit-report.type.d.ts +145 -0
  35. package/dist/applicants/applicant-credit-report.type.d.ts.map +1 -0
  36. package/dist/applicants/applicant-credit-report.type.js +1 -0
  37. package/dist/applicants/applicant-direct-debit.model.d.ts +86 -0
  38. package/dist/applicants/applicant-direct-debit.model.d.ts.map +1 -0
  39. package/dist/applicants/applicant-direct-debit.model.js +16 -0
  40. package/dist/applicants/applicant-employment-income.model.d.ts +206 -0
  41. package/dist/applicants/applicant-employment-income.model.d.ts.map +1 -0
  42. package/dist/applicants/applicant-employment-income.model.js +20 -0
  43. package/dist/applicants/applicant-employment-income.type.d.ts +37 -0
  44. package/dist/applicants/applicant-employment-income.type.d.ts.map +1 -0
  45. package/dist/applicants/applicant-employment-income.type.js +1 -0
  46. package/dist/applicants/applicant-employment.model.d.ts +828 -0
  47. package/dist/applicants/applicant-employment.model.d.ts.map +1 -0
  48. package/dist/applicants/applicant-employment.model.js +46 -0
  49. package/dist/applicants/applicant-expenditure.model.d.ts +127 -0
  50. package/dist/applicants/applicant-expenditure.model.d.ts.map +1 -0
  51. package/dist/applicants/applicant-expenditure.model.js +146 -0
  52. package/dist/applicants/applicant-expenditure.type.d.ts +42 -0
  53. package/dist/applicants/applicant-expenditure.type.d.ts.map +1 -0
  54. package/dist/applicants/applicant-expenditure.type.js +1 -0
  55. package/dist/applicants/applicant-income-settings.model.d.ts +82 -0
  56. package/dist/applicants/applicant-income-settings.model.d.ts.map +1 -0
  57. package/dist/applicants/applicant-income-settings.model.js +22 -0
  58. package/dist/applicants/applicant-income-settings.type.d.ts +40 -0
  59. package/dist/applicants/applicant-income-settings.type.d.ts.map +1 -0
  60. package/dist/applicants/applicant-income-settings.type.js +1 -0
  61. package/dist/applicants/applicant-income-summary.model.d.ts +2964 -0
  62. package/dist/applicants/applicant-income-summary.model.d.ts.map +1 -0
  63. package/dist/applicants/applicant-income-summary.model.js +59 -0
  64. package/dist/applicants/applicant-income-summary.type.d.ts +72 -0
  65. package/dist/applicants/applicant-income-summary.type.d.ts.map +1 -0
  66. package/dist/applicants/applicant-income-summary.type.js +1 -0
  67. package/dist/applicants/applicant-large-exposure.model.d.ts +667 -0
  68. package/dist/applicants/applicant-large-exposure.model.d.ts.map +1 -0
  69. package/dist/applicants/applicant-large-exposure.model.js +16 -0
  70. package/dist/applicants/applicant-large-exposure.type.d.ts +39 -0
  71. package/dist/applicants/applicant-large-exposure.type.d.ts.map +1 -0
  72. package/dist/applicants/applicant-large-exposure.type.js +1 -0
  73. package/dist/applicants/applicant-pension-income.model.d.ts +494 -0
  74. package/dist/applicants/applicant-pension-income.model.d.ts.map +1 -0
  75. package/dist/applicants/applicant-pension-income.model.js +35 -0
  76. package/dist/applicants/applicant-pension-income.type.d.ts +40 -0
  77. package/dist/applicants/applicant-pension-income.type.d.ts.map +1 -0
  78. package/dist/applicants/applicant-pension-income.type.js +1 -0
  79. package/dist/applicants/applicant-property-income.model.d.ts +953 -0
  80. package/dist/applicants/applicant-property-income.model.d.ts.map +1 -0
  81. package/dist/applicants/applicant-property-income.model.js +34 -0
  82. package/dist/applicants/applicant-property-income.type.d.ts +44 -0
  83. package/dist/applicants/applicant-property-income.type.d.ts.map +1 -0
  84. package/dist/applicants/applicant-property-income.type.js +1 -0
  85. package/dist/applicants/applicant-risk-narrative.model.d.ts +66 -0
  86. package/dist/applicants/applicant-risk-narrative.model.d.ts.map +1 -0
  87. package/dist/applicants/applicant-risk-narrative.model.js +13 -0
  88. package/dist/applicants/applicant-self-employed-income.model.d.ts +213 -0
  89. package/dist/applicants/applicant-self-employed-income.model.d.ts.map +1 -0
  90. package/dist/applicants/applicant-self-employed-income.model.js +23 -0
  91. package/dist/applicants/applicant-self-employed-income.type.d.ts +37 -0
  92. package/dist/applicants/applicant-self-employed-income.type.d.ts.map +1 -0
  93. package/dist/applicants/applicant-self-employed-income.type.js +1 -0
  94. package/dist/applicants/applicant-self-employment.model.d.ts +269 -0
  95. package/dist/applicants/applicant-self-employment.model.d.ts.map +1 -0
  96. package/dist/applicants/applicant-self-employment.model.js +55 -0
  97. package/dist/applicants/applicant-sole-trader-income.model.d.ts +213 -0
  98. package/dist/applicants/applicant-sole-trader-income.model.d.ts.map +1 -0
  99. package/dist/applicants/applicant-sole-trader-income.model.js +21 -0
  100. package/dist/applicants/applicant-sole-trader-income.type.d.ts +37 -0
  101. package/dist/applicants/applicant-sole-trader-income.type.d.ts.map +1 -0
  102. package/dist/applicants/applicant-sole-trader-income.type.js +1 -0
  103. package/dist/applicants/applicant-uk-tax-credits.model.d.ts +500 -0
  104. package/dist/applicants/applicant-uk-tax-credits.model.d.ts.map +1 -0
  105. package/dist/applicants/applicant-uk-tax-credits.model.js +21 -0
  106. package/dist/applicants/applicant-uk-tax-credits.type.d.ts +39 -0
  107. package/dist/applicants/applicant-uk-tax-credits.type.d.ts.map +1 -0
  108. package/dist/applicants/applicant-uk-tax-credits.type.js +1 -0
  109. package/dist/applicants/applicant-welcome-call.model.d.ts +384 -0
  110. package/dist/applicants/applicant-welcome-call.model.d.ts.map +1 -0
  111. package/dist/applicants/applicant-welcome-call.model.js +709 -0
  112. package/dist/applicants/applicant-welcome-call.type.d.ts +66 -0
  113. package/dist/applicants/applicant-welcome-call.type.d.ts.map +1 -0
  114. package/dist/applicants/applicant-welcome-call.type.js +1 -0
  115. package/dist/applicants/applicant.model.d.ts +1569 -0
  116. package/dist/applicants/applicant.model.d.ts.map +1 -0
  117. package/dist/applicants/applicant.model.js +262 -0
  118. package/dist/applicants/applicant.type.d.ts +161 -0
  119. package/dist/applicants/applicant.type.d.ts.map +1 -0
  120. package/dist/applicants/applicant.type.js +1 -0
  121. package/dist/applicants/index.d.ts +37 -0
  122. package/dist/applicants/index.d.ts.map +1 -0
  123. package/dist/applicants/index.js +22 -0
  124. package/dist/applications/application-audit.model.d.ts +120 -0
  125. package/dist/applications/application-audit.model.d.ts.map +1 -0
  126. package/dist/applications/application-audit.model.js +45 -0
  127. package/dist/applications/application-checklist-Item.model.d.ts +292 -0
  128. package/dist/applications/application-checklist-Item.model.d.ts.map +1 -0
  129. package/dist/applications/application-checklist-Item.model.js +49 -0
  130. package/dist/applications/application-company-model.d.ts +1548 -0
  131. package/dist/applications/application-company-model.d.ts.map +1 -0
  132. package/dist/applications/application-company-model.js +134 -0
  133. package/dist/applications/application-credit-profile.model.d.ts +63 -0
  134. package/dist/applications/application-credit-profile.model.d.ts.map +1 -0
  135. package/dist/applications/application-credit-profile.model.js +12 -0
  136. package/dist/applications/application-direct-debit.model.d.ts +697 -0
  137. package/dist/applications/application-direct-debit.model.d.ts.map +1 -0
  138. package/dist/applications/application-direct-debit.model.js +173 -0
  139. package/dist/applications/application-direct-debit.type.d.ts +63 -0
  140. package/dist/applications/application-direct-debit.type.d.ts.map +1 -0
  141. package/dist/applications/application-direct-debit.type.js +1 -0
  142. package/dist/applications/application-euc.model.d.ts +196 -0
  143. package/dist/applications/application-euc.model.d.ts.map +1 -0
  144. package/dist/applications/application-euc.model.js +39 -0
  145. package/dist/applications/application-euc.type.d.ts +58 -0
  146. package/dist/applications/application-euc.type.d.ts.map +1 -0
  147. package/dist/applications/application-euc.type.js +1 -0
  148. package/dist/applications/application-fieldconfig.model.d.ts +58 -0
  149. package/dist/applications/application-fieldconfig.model.d.ts.map +1 -0
  150. package/dist/applications/application-fieldconfig.model.js +10 -0
  151. package/dist/applications/application-illustration-model.d.ts +52 -0
  152. package/dist/applications/application-illustration-model.d.ts.map +1 -0
  153. package/dist/applications/application-illustration-model.js +6 -0
  154. package/dist/applications/application-legal.model.d.ts +58 -0
  155. package/dist/applications/application-legal.model.d.ts.map +1 -0
  156. package/dist/applications/application-legal.model.js +10 -0
  157. package/dist/applications/application-mortgage.model.d.ts +307 -0
  158. package/dist/applications/application-mortgage.model.d.ts.map +1 -0
  159. package/dist/applications/application-mortgage.model.js +274 -0
  160. package/dist/applications/application-mortgage.type.d.ts +76 -0
  161. package/dist/applications/application-mortgage.type.d.ts.map +1 -0
  162. package/dist/applications/application-mortgage.type.js +1 -0
  163. package/dist/applications/application-note.model.d.ts +184 -0
  164. package/dist/applications/application-note.model.d.ts.map +1 -0
  165. package/dist/applications/application-note.model.js +105 -0
  166. package/dist/applications/application-note.type.d.ts +55 -0
  167. package/dist/applications/application-note.type.d.ts.map +1 -0
  168. package/dist/applications/application-note.type.js +1 -0
  169. package/dist/applications/application-offer.model.d.ts +196 -0
  170. package/dist/applications/application-offer.model.d.ts.map +1 -0
  171. package/dist/applications/application-offer.model.js +56 -0
  172. package/dist/applications/application-offer.type.d.ts +54 -0
  173. package/dist/applications/application-offer.type.d.ts.map +1 -0
  174. package/dist/applications/application-offer.type.js +1 -0
  175. package/dist/applications/application-onboarding.model.d.ts +70 -0
  176. package/dist/applications/application-onboarding.model.d.ts.map +1 -0
  177. package/dist/applications/application-onboarding.model.js +12 -0
  178. package/dist/applications/application-product.model.d.ts +290 -0
  179. package/dist/applications/application-product.model.d.ts.map +1 -0
  180. package/dist/applications/application-product.model.js +90 -0
  181. package/dist/applications/application-product.type.d.ts +58 -0
  182. package/dist/applications/application-product.type.d.ts.map +1 -0
  183. package/dist/applications/application-product.type.js +1 -0
  184. package/dist/applications/application-productfeatures.model.d.ts +772 -0
  185. package/dist/applications/application-productfeatures.model.d.ts.map +1 -0
  186. package/dist/applications/application-productfeatures.model.js +100 -0
  187. package/dist/applications/application-productfeatures.type.d.ts +125 -0
  188. package/dist/applications/application-productfeatures.type.d.ts.map +1 -0
  189. package/dist/applications/application-productfeatures.type.js +1 -0
  190. package/dist/applications/application-rationale.model.d.ts +126 -0
  191. package/dist/applications/application-rationale.model.d.ts.map +1 -0
  192. package/dist/applications/application-rationale.model.js +23 -0
  193. package/dist/applications/application-rationale.type.d.ts +44 -0
  194. package/dist/applications/application-rationale.type.d.ts.map +1 -0
  195. package/dist/applications/application-rationale.type.js +1 -0
  196. package/dist/applications/application-risk-narrative.model.d.ts +100 -0
  197. package/dist/applications/application-risk-narrative.model.d.ts.map +1 -0
  198. package/dist/applications/application-risk-narrative.model.js +17 -0
  199. package/dist/applications/application-valuation-report.model.d.ts +1438 -0
  200. package/dist/applications/application-valuation-report.model.d.ts.map +1 -0
  201. package/dist/applications/application-valuation-report.model.js +799 -0
  202. package/dist/applications/application-valuation-report.type.d.ts +256 -0
  203. package/dist/applications/application-valuation-report.type.d.ts.map +1 -0
  204. package/dist/applications/application-valuation-report.type.js +1 -0
  205. package/dist/applications/application-valuation.model.d.ts +1358 -0
  206. package/dist/applications/application-valuation.model.d.ts.map +1 -0
  207. package/dist/applications/application-valuation.model.js +72 -0
  208. package/dist/applications/application-valuation.type.d.ts +55 -0
  209. package/dist/applications/application-valuation.type.d.ts.map +1 -0
  210. package/dist/applications/application-valuation.type.js +1 -0
  211. package/dist/applications/application.model.d.ts +642 -0
  212. package/dist/applications/application.model.d.ts.map +1 -0
  213. package/dist/applications/application.model.js +254 -0
  214. package/dist/applications/applications-task.model.d.ts +312 -0
  215. package/dist/applications/applications-task.model.d.ts.map +1 -0
  216. package/dist/applications/applications-task.model.js +58 -0
  217. package/dist/applications/applications-task.type.d.ts +59 -0
  218. package/dist/applications/applications-task.type.d.ts.map +1 -0
  219. package/dist/applications/applications-task.type.js +1 -0
  220. package/dist/applications/broker.model.d.ts +162 -0
  221. package/dist/applications/broker.model.d.ts.map +1 -0
  222. package/dist/applications/broker.model.js +24 -0
  223. package/dist/applications/broker.type.d.ts +51 -0
  224. package/dist/applications/broker.type.d.ts.map +1 -0
  225. package/dist/applications/broker.type.js +1 -0
  226. package/dist/applications/index.d.ts +36 -0
  227. package/dist/applications/index.d.ts.map +1 -0
  228. package/dist/applications/index.js +23 -0
  229. package/dist/applications/solicitor.model.d.ts +206 -0
  230. package/dist/applications/solicitor.model.d.ts.map +1 -0
  231. package/dist/applications/solicitor.model.js +121 -0
  232. package/dist/applications/solicitor.type.d.ts +56 -0
  233. package/dist/applications/solicitor.type.d.ts.map +1 -0
  234. package/dist/applications/solicitor.type.js +1 -0
  235. package/dist/index.d.ts +9 -0
  236. package/dist/index.d.ts.map +1 -0
  237. package/dist/index.js +9 -0
  238. package/dist/product-catalogues/index.d.ts +7 -0
  239. package/dist/product-catalogues/index.d.ts.map +1 -0
  240. package/dist/product-catalogues/index.js +3 -0
  241. package/dist/product-catalogues/product-catalogue.model.d.ts +132 -0
  242. package/dist/product-catalogues/product-catalogue.model.d.ts.map +1 -0
  243. package/dist/product-catalogues/product-catalogue.model.js +22 -0
  244. package/dist/product-catalogues/product-catalogue.type.d.ts +15 -0
  245. package/dist/product-catalogues/product-catalogue.type.d.ts.map +1 -0
  246. package/dist/product-catalogues/product-catalogue.type.js +1 -0
  247. package/dist/product-catalogues/product-definitions.model.d.ts +318 -0
  248. package/dist/product-catalogues/product-definitions.model.d.ts.map +1 -0
  249. package/dist/product-catalogues/product-definitions.model.js +29 -0
  250. package/dist/product-catalogues/product-definitions.type.d.ts +53 -0
  251. package/dist/product-catalogues/product-definitions.type.d.ts.map +1 -0
  252. package/dist/product-catalogues/product-definitions.type.js +1 -0
  253. package/dist/product-catalogues/product-variant.model.d.ts +96 -0
  254. package/dist/product-catalogues/product-variant.model.d.ts.map +1 -0
  255. package/dist/product-catalogues/product-variant.model.js +16 -0
  256. package/dist/product-catalogues/product-variant.type.d.ts +38 -0
  257. package/dist/product-catalogues/product-variant.type.d.ts.map +1 -0
  258. package/dist/product-catalogues/product-variant.type.js +1 -0
  259. package/dist/properties/index.d.ts +3 -0
  260. package/dist/properties/index.d.ts.map +1 -0
  261. package/dist/properties/index.js +2 -0
  262. package/dist/properties/property.model.d.ts +1174 -0
  263. package/dist/properties/property.model.d.ts.map +1 -0
  264. package/dist/properties/property.model.js +152 -0
  265. package/dist/properties/security.model.d.ts +331 -0
  266. package/dist/properties/security.model.d.ts.map +1 -0
  267. package/dist/properties/security.model.js +159 -0
  268. package/dist/shared/alert.model.d.ts +102 -0
  269. package/dist/shared/alert.model.d.ts.map +1 -0
  270. package/dist/shared/alert.model.js +24 -0
  271. package/dist/shared/api-log.model.d.ts +124 -0
  272. package/dist/shared/api-log.model.d.ts.map +1 -0
  273. package/dist/shared/api-log.model.js +25 -0
  274. package/dist/shared/api-performance.model.d.ts +37 -0
  275. package/dist/shared/api-performance.model.d.ts.map +1 -0
  276. package/dist/shared/api-performance.model.js +22 -0
  277. package/dist/shared/api-performance.type.d.ts +178 -0
  278. package/dist/shared/api-performance.type.d.ts.map +1 -0
  279. package/dist/shared/api-performance.type.js +1 -0
  280. package/dist/shared/apprivo-sync-journey.model.d.ts +114 -0
  281. package/dist/shared/apprivo-sync-journey.model.d.ts.map +1 -0
  282. package/dist/shared/apprivo-sync-journey.model.js +19 -0
  283. package/dist/shared/checklist.model.d.ts +102 -0
  284. package/dist/shared/checklist.model.d.ts.map +1 -0
  285. package/dist/shared/checklist.model.js +35 -0
  286. package/dist/shared/index.d.ts +19 -0
  287. package/dist/shared/index.d.ts.map +1 -0
  288. package/dist/shared/index.js +16 -0
  289. package/dist/shared/job-run.model.d.ts +76 -0
  290. package/dist/shared/job-run.model.d.ts.map +1 -0
  291. package/dist/shared/job-run.model.js +14 -0
  292. package/dist/shared/job-setting.model.d.ts +70 -0
  293. package/dist/shared/job-setting.model.d.ts.map +1 -0
  294. package/dist/shared/job-setting.model.js +11 -0
  295. package/dist/shared/lookup-group.model.d.ts +78 -0
  296. package/dist/shared/lookup-group.model.d.ts.map +1 -0
  297. package/dist/shared/lookup-group.model.js +22 -0
  298. package/dist/shared/lookup.model.d.ts +96 -0
  299. package/dist/shared/lookup.model.d.ts.map +1 -0
  300. package/dist/shared/lookup.model.js +32 -0
  301. package/dist/shared/schema-doc.model.d.ts +76 -0
  302. package/dist/shared/schema-doc.model.d.ts.map +1 -0
  303. package/dist/shared/schema-doc.model.js +11 -0
  304. package/dist/shared/system-parameter.model.d.ts +88 -0
  305. package/dist/shared/system-parameter.model.d.ts.map +1 -0
  306. package/dist/shared/system-parameter.model.js +32 -0
  307. package/dist/shared/task-document.model.d.ts +70 -0
  308. package/dist/shared/task-document.model.d.ts.map +1 -0
  309. package/dist/shared/task-document.model.js +23 -0
  310. package/dist/shared/task.model.d.ts +234 -0
  311. package/dist/shared/task.model.d.ts.map +1 -0
  312. package/dist/shared/task.model.js +15 -0
  313. package/dist/shared/webhook-event.model.d.ts +37 -0
  314. package/dist/shared/webhook-event.model.d.ts.map +1 -0
  315. package/dist/shared/webhook-event.model.js +57 -0
  316. package/dist/shared/webhook-event.type.d.ts +15 -0
  317. package/dist/shared/webhook-event.type.d.ts.map +1 -0
  318. package/dist/shared/webhook-event.type.js +1 -0
  319. package/dist/shared/workflow-trigger.model.d.ts +32 -0
  320. package/dist/shared/workflow-trigger.model.d.ts.map +1 -0
  321. package/dist/shared/workflow-trigger.model.js +49 -0
  322. package/dist/shared/workflow-trigger.type.d.ts +60 -0
  323. package/dist/shared/workflow-trigger.type.d.ts.map +1 -0
  324. package/dist/shared/workflow-trigger.type.js +1 -0
  325. package/dist/shared/workflow.init.d.ts +21 -0
  326. package/dist/shared/workflow.init.d.ts.map +1 -0
  327. package/dist/shared/workflow.init.js +42 -0
  328. package/dist/shared/workflow.logger.d.ts +18 -0
  329. package/dist/shared/workflow.logger.d.ts.map +1 -0
  330. package/dist/shared/workflow.logger.js +41 -0
  331. package/dist/shared/workflow.middleware.d.ts +108 -0
  332. package/dist/shared/workflow.middleware.d.ts.map +1 -0
  333. package/dist/shared/workflow.middleware.js +246 -0
  334. package/dist/shared/workflow.plugin.d.ts +46 -0
  335. package/dist/shared/workflow.plugin.d.ts.map +1 -0
  336. package/dist/shared/workflow.plugin.js +151 -0
  337. package/dist/shared/workflow.service.d.ts +42 -0
  338. package/dist/shared/workflow.service.d.ts.map +1 -0
  339. package/dist/shared/workflow.service.js +134 -0
  340. package/dist/types/base.types.d.ts +35 -0
  341. package/dist/types/base.types.d.ts.map +1 -0
  342. package/dist/types/base.types.js +1 -0
  343. package/dist/types/index.d.ts +2 -0
  344. package/dist/types/index.d.ts.map +1 -0
  345. package/dist/types/index.js +1 -0
  346. package/dist/underwriter/index.d.ts +2 -0
  347. package/dist/underwriter/index.d.ts.map +1 -0
  348. package/dist/underwriter/index.js +1 -0
  349. package/dist/underwriter/underwriter.model.d.ts +126 -0
  350. package/dist/underwriter/underwriter.model.d.ts.map +1 -0
  351. package/dist/underwriter/underwriter.model.js +17 -0
  352. package/dist/users/auth-log.model.d.ts +70 -0
  353. package/dist/users/auth-log.model.d.ts.map +1 -0
  354. package/dist/users/auth-log.model.js +24 -0
  355. package/dist/users/index.d.ts +7 -0
  356. package/dist/users/index.d.ts.map +1 -0
  357. package/dist/users/index.js +6 -0
  358. package/dist/users/permission.model.d.ts +84 -0
  359. package/dist/users/permission.model.d.ts.map +1 -0
  360. package/dist/users/permission.model.js +12 -0
  361. package/dist/users/role-group.model.d.ts +90 -0
  362. package/dist/users/role-group.model.d.ts.map +1 -0
  363. package/dist/users/role-group.model.js +17 -0
  364. package/dist/users/role.model.d.ts +90 -0
  365. package/dist/users/role.model.d.ts.map +1 -0
  366. package/dist/users/role.model.js +16 -0
  367. package/dist/users/tasks.model.d.ts +114 -0
  368. package/dist/users/tasks.model.d.ts.map +1 -0
  369. package/dist/users/tasks.model.js +18 -0
  370. package/dist/users/user.model.d.ts +222 -0
  371. package/dist/users/user.model.d.ts.map +1 -0
  372. package/dist/users/user.model.js +41 -0
  373. package/dist/users/user.type.d.ts +55 -0
  374. package/dist/users/user.type.d.ts.map +1 -0
  375. package/dist/users/user.type.js +1 -0
  376. package/dist/value-objects/account-number.d.ts +42 -0
  377. package/dist/value-objects/account-number.d.ts.map +1 -0
  378. package/dist/value-objects/account-number.js +24 -0
  379. package/dist/value-objects/pound.d.ts +43 -0
  380. package/dist/value-objects/pound.d.ts.map +1 -0
  381. package/dist/value-objects/pound.js +50 -0
  382. package/dist/value-objects/sort-code.d.ts +42 -0
  383. package/dist/value-objects/sort-code.d.ts.map +1 -0
  384. package/dist/value-objects/sort-code.js +34 -0
  385. package/package.json +1 -1
@@ -0,0 +1,3816 @@
1
+ /// <reference path="../value-objects/pound.d.ts" />
2
+ /// <reference path="../value-objects/account-number.d.ts" />
3
+ /// <reference path="../value-objects/sort-code.d.ts" />
4
+ /// <reference types="mongoose/types/aggregate" />
5
+ /// <reference types="mongoose/types/callback" />
6
+ /// <reference types="mongoose/types/collection" />
7
+ /// <reference types="mongoose/types/connection" />
8
+ /// <reference types="mongoose/types/cursor" />
9
+ /// <reference types="mongoose/types/document" />
10
+ /// <reference types="mongoose/types/error" />
11
+ /// <reference types="mongoose/types/expressions" />
12
+ /// <reference types="mongoose/types/helpers" />
13
+ /// <reference types="mongoose/types/middlewares" />
14
+ /// <reference types="mongoose/types/indexes" />
15
+ /// <reference types="mongoose/types/models" />
16
+ /// <reference types="mongoose/types/mongooseoptions" />
17
+ /// <reference types="mongoose/types/pipelinestage" />
18
+ /// <reference types="mongoose/types/populate" />
19
+ /// <reference types="mongoose/types/query" />
20
+ /// <reference types="mongoose/types/schemaoptions" />
21
+ /// <reference types="mongoose/types/session" />
22
+ /// <reference types="mongoose/types/types" />
23
+ /// <reference types="mongoose/types/utility" />
24
+ /// <reference types="mongoose/types/validation" />
25
+ /// <reference types="mongoose/types/virtuals" />
26
+ /// <reference types="mongoose/types/schematypes" />
27
+ /// <reference types="mongoose/types/inferschematype" />
28
+ /// <reference types="mongoose/types/inferrawdoctype" />
29
+ import mongoose from 'mongoose';
30
+ declare const ApplicantCreditReportModel: mongoose.Model<{
31
+ createdAt: NativeDate;
32
+ updatedAt: NativeDate;
33
+ } & {
34
+ comment: string;
35
+ applicantId: mongoose.Types.ObjectId;
36
+ applicantName: string;
37
+ isConfirmed: boolean;
38
+ searchDate: NativeDate;
39
+ referenceNumber: string;
40
+ applicantDob: string;
41
+ requestDate: string;
42
+ expiredDate: string;
43
+ hasExpired: boolean;
44
+ creditDefaults: string;
45
+ countyCourtJudgment: string;
46
+ securedArrears: string;
47
+ unsecuredArrears: string;
48
+ bankruptcyOrIva: string;
49
+ notMapped: any;
50
+ aliasNames: mongoose.Types.DocumentArray<{
51
+ dob: string;
52
+ forename: string;
53
+ surname: string;
54
+ middlename: string;
55
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
56
+ dob: string;
57
+ forename: string;
58
+ surname: string;
59
+ middlename: string;
60
+ }> & {
61
+ dob: string;
62
+ forename: string;
63
+ surname: string;
64
+ middlename: string;
65
+ }>;
66
+ associates: mongoose.Types.DocumentArray<{
67
+ dob: string;
68
+ forename: string;
69
+ surname: string;
70
+ middlename: string;
71
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
72
+ dob: string;
73
+ forename: string;
74
+ surname: string;
75
+ middlename: string;
76
+ }> & {
77
+ dob: string;
78
+ forename: string;
79
+ surname: string;
80
+ middlename: string;
81
+ }>;
82
+ linkedAddressData: mongoose.Types.DocumentArray<{
83
+ type: string;
84
+ name: string;
85
+ dob: string;
86
+ startDate: string;
87
+ lastUpdate: string;
88
+ endDate: string;
89
+ nameMatchStatus: string;
90
+ paymentFrequency: string;
91
+ paymentHistory: mongoose.Types.DocumentArray<{
92
+ ageInMonths: string;
93
+ paymentStatus: string;
94
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
95
+ ageInMonths: string;
96
+ paymentStatus: string;
97
+ }> & {
98
+ ageInMonths: string;
99
+ paymentStatus: string;
100
+ }>;
101
+ startBalance?: {
102
+ amount: string;
103
+ currency: string;
104
+ } | null | undefined;
105
+ fixedPaymentTerms?: {
106
+ amount: string;
107
+ currency: string;
108
+ } | null | undefined;
109
+ currentBalance?: {
110
+ amount: string;
111
+ currency: string;
112
+ } | null | undefined;
113
+ delinquentBalance?: {
114
+ amount: string;
115
+ currency: string;
116
+ } | null | undefined;
117
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
118
+ type: string;
119
+ name: string;
120
+ dob: string;
121
+ startDate: string;
122
+ lastUpdate: string;
123
+ endDate: string;
124
+ nameMatchStatus: string;
125
+ paymentFrequency: string;
126
+ paymentHistory: mongoose.Types.DocumentArray<{
127
+ ageInMonths: string;
128
+ paymentStatus: string;
129
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
130
+ ageInMonths: string;
131
+ paymentStatus: string;
132
+ }> & {
133
+ ageInMonths: string;
134
+ paymentStatus: string;
135
+ }>;
136
+ startBalance?: {
137
+ amount: string;
138
+ currency: string;
139
+ } | null | undefined;
140
+ fixedPaymentTerms?: {
141
+ amount: string;
142
+ currency: string;
143
+ } | null | undefined;
144
+ currentBalance?: {
145
+ amount: string;
146
+ currency: string;
147
+ } | null | undefined;
148
+ delinquentBalance?: {
149
+ amount: string;
150
+ currency: string;
151
+ } | null | undefined;
152
+ }> & {
153
+ type: string;
154
+ name: string;
155
+ dob: string;
156
+ startDate: string;
157
+ lastUpdate: string;
158
+ endDate: string;
159
+ nameMatchStatus: string;
160
+ paymentFrequency: string;
161
+ paymentHistory: mongoose.Types.DocumentArray<{
162
+ ageInMonths: string;
163
+ paymentStatus: string;
164
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
165
+ ageInMonths: string;
166
+ paymentStatus: string;
167
+ }> & {
168
+ ageInMonths: string;
169
+ paymentStatus: string;
170
+ }>;
171
+ startBalance?: {
172
+ amount: string;
173
+ currency: string;
174
+ } | null | undefined;
175
+ fixedPaymentTerms?: {
176
+ amount: string;
177
+ currency: string;
178
+ } | null | undefined;
179
+ currentBalance?: {
180
+ amount: string;
181
+ currency: string;
182
+ } | null | undefined;
183
+ delinquentBalance?: {
184
+ amount: string;
185
+ currency: string;
186
+ } | null | undefined;
187
+ }>;
188
+ suppliedAddressData: mongoose.Types.DocumentArray<{
189
+ type: string;
190
+ name: string;
191
+ dob: string;
192
+ startDate: string;
193
+ lastUpdate: string;
194
+ endDate: string;
195
+ nameMatchStatus: string;
196
+ paymentFrequency: string;
197
+ paymentHistory: mongoose.Types.DocumentArray<{
198
+ ageInMonths: string;
199
+ paymentStatus: string;
200
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
201
+ ageInMonths: string;
202
+ paymentStatus: string;
203
+ }> & {
204
+ ageInMonths: string;
205
+ paymentStatus: string;
206
+ }>;
207
+ startBalance?: {
208
+ amount: string;
209
+ currency: string;
210
+ } | null | undefined;
211
+ fixedPaymentTerms?: {
212
+ amount: string;
213
+ currency: string;
214
+ } | null | undefined;
215
+ currentBalance?: {
216
+ amount: string;
217
+ currency: string;
218
+ } | null | undefined;
219
+ delinquentBalance?: {
220
+ amount: string;
221
+ currency: string;
222
+ } | null | undefined;
223
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
224
+ type: string;
225
+ name: string;
226
+ dob: string;
227
+ startDate: string;
228
+ lastUpdate: string;
229
+ endDate: string;
230
+ nameMatchStatus: string;
231
+ paymentFrequency: string;
232
+ paymentHistory: mongoose.Types.DocumentArray<{
233
+ ageInMonths: string;
234
+ paymentStatus: string;
235
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
236
+ ageInMonths: string;
237
+ paymentStatus: string;
238
+ }> & {
239
+ ageInMonths: string;
240
+ paymentStatus: string;
241
+ }>;
242
+ startBalance?: {
243
+ amount: string;
244
+ currency: string;
245
+ } | null | undefined;
246
+ fixedPaymentTerms?: {
247
+ amount: string;
248
+ currency: string;
249
+ } | null | undefined;
250
+ currentBalance?: {
251
+ amount: string;
252
+ currency: string;
253
+ } | null | undefined;
254
+ delinquentBalance?: {
255
+ amount: string;
256
+ currency: string;
257
+ } | null | undefined;
258
+ }> & {
259
+ type: string;
260
+ name: string;
261
+ dob: string;
262
+ startDate: string;
263
+ lastUpdate: string;
264
+ endDate: string;
265
+ nameMatchStatus: string;
266
+ paymentFrequency: string;
267
+ paymentHistory: mongoose.Types.DocumentArray<{
268
+ ageInMonths: string;
269
+ paymentStatus: string;
270
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
271
+ ageInMonths: string;
272
+ paymentStatus: string;
273
+ }> & {
274
+ ageInMonths: string;
275
+ paymentStatus: string;
276
+ }>;
277
+ startBalance?: {
278
+ amount: string;
279
+ currency: string;
280
+ } | null | undefined;
281
+ fixedPaymentTerms?: {
282
+ amount: string;
283
+ currency: string;
284
+ } | null | undefined;
285
+ currentBalance?: {
286
+ amount: string;
287
+ currency: string;
288
+ } | null | undefined;
289
+ delinquentBalance?: {
290
+ amount: string;
291
+ currency: string;
292
+ } | null | undefined;
293
+ }>;
294
+ accountInformation: mongoose.Types.DocumentArray<{
295
+ type: string;
296
+ name: string;
297
+ dob: string;
298
+ startDate: string;
299
+ lastUpdate: string;
300
+ endDate: string;
301
+ nameMatchStatus: string;
302
+ paymentFrequency: string;
303
+ paymentHistory: mongoose.Types.DocumentArray<{
304
+ ageInMonths: string;
305
+ paymentStatus: string;
306
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
307
+ ageInMonths: string;
308
+ paymentStatus: string;
309
+ }> & {
310
+ ageInMonths: string;
311
+ paymentStatus: string;
312
+ }>;
313
+ startBalance?: {
314
+ amount: string;
315
+ currency: string;
316
+ } | null | undefined;
317
+ fixedPaymentTerms?: {
318
+ amount: string;
319
+ currency: string;
320
+ } | null | undefined;
321
+ currentBalance?: {
322
+ amount: string;
323
+ currency: string;
324
+ } | null | undefined;
325
+ delinquentBalance?: {
326
+ amount: string;
327
+ currency: string;
328
+ } | null | undefined;
329
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
330
+ type: string;
331
+ name: string;
332
+ dob: string;
333
+ startDate: string;
334
+ lastUpdate: string;
335
+ endDate: string;
336
+ nameMatchStatus: string;
337
+ paymentFrequency: string;
338
+ paymentHistory: mongoose.Types.DocumentArray<{
339
+ ageInMonths: string;
340
+ paymentStatus: string;
341
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
342
+ ageInMonths: string;
343
+ paymentStatus: string;
344
+ }> & {
345
+ ageInMonths: string;
346
+ paymentStatus: string;
347
+ }>;
348
+ startBalance?: {
349
+ amount: string;
350
+ currency: string;
351
+ } | null | undefined;
352
+ fixedPaymentTerms?: {
353
+ amount: string;
354
+ currency: string;
355
+ } | null | undefined;
356
+ currentBalance?: {
357
+ amount: string;
358
+ currency: string;
359
+ } | null | undefined;
360
+ delinquentBalance?: {
361
+ amount: string;
362
+ currency: string;
363
+ } | null | undefined;
364
+ }> & {
365
+ type: string;
366
+ name: string;
367
+ dob: string;
368
+ startDate: string;
369
+ lastUpdate: string;
370
+ endDate: string;
371
+ nameMatchStatus: string;
372
+ paymentFrequency: string;
373
+ paymentHistory: mongoose.Types.DocumentArray<{
374
+ ageInMonths: string;
375
+ paymentStatus: string;
376
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
377
+ ageInMonths: string;
378
+ paymentStatus: string;
379
+ }> & {
380
+ ageInMonths: string;
381
+ paymentStatus: string;
382
+ }>;
383
+ startBalance?: {
384
+ amount: string;
385
+ currency: string;
386
+ } | null | undefined;
387
+ fixedPaymentTerms?: {
388
+ amount: string;
389
+ currency: string;
390
+ } | null | undefined;
391
+ currentBalance?: {
392
+ amount: string;
393
+ currency: string;
394
+ } | null | undefined;
395
+ delinquentBalance?: {
396
+ amount: string;
397
+ currency: string;
398
+ } | null | undefined;
399
+ }>;
400
+ accountLinkedInformations: mongoose.Types.DocumentArray<{
401
+ type: string;
402
+ name: string;
403
+ dob: string;
404
+ startDate: string;
405
+ lastUpdate: string;
406
+ endDate: string;
407
+ nameMatchStatus: string;
408
+ paymentFrequency: string;
409
+ paymentHistory: mongoose.Types.DocumentArray<{
410
+ ageInMonths: string;
411
+ paymentStatus: string;
412
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
413
+ ageInMonths: string;
414
+ paymentStatus: string;
415
+ }> & {
416
+ ageInMonths: string;
417
+ paymentStatus: string;
418
+ }>;
419
+ startBalance?: {
420
+ amount: string;
421
+ currency: string;
422
+ } | null | undefined;
423
+ fixedPaymentTerms?: {
424
+ amount: string;
425
+ currency: string;
426
+ } | null | undefined;
427
+ currentBalance?: {
428
+ amount: string;
429
+ currency: string;
430
+ } | null | undefined;
431
+ delinquentBalance?: {
432
+ amount: string;
433
+ currency: string;
434
+ } | null | undefined;
435
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
436
+ type: string;
437
+ name: string;
438
+ dob: string;
439
+ startDate: string;
440
+ lastUpdate: string;
441
+ endDate: string;
442
+ nameMatchStatus: string;
443
+ paymentFrequency: string;
444
+ paymentHistory: mongoose.Types.DocumentArray<{
445
+ ageInMonths: string;
446
+ paymentStatus: string;
447
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
448
+ ageInMonths: string;
449
+ paymentStatus: string;
450
+ }> & {
451
+ ageInMonths: string;
452
+ paymentStatus: string;
453
+ }>;
454
+ startBalance?: {
455
+ amount: string;
456
+ currency: string;
457
+ } | null | undefined;
458
+ fixedPaymentTerms?: {
459
+ amount: string;
460
+ currency: string;
461
+ } | null | undefined;
462
+ currentBalance?: {
463
+ amount: string;
464
+ currency: string;
465
+ } | null | undefined;
466
+ delinquentBalance?: {
467
+ amount: string;
468
+ currency: string;
469
+ } | null | undefined;
470
+ }> & {
471
+ type: string;
472
+ name: string;
473
+ dob: string;
474
+ startDate: string;
475
+ lastUpdate: string;
476
+ endDate: string;
477
+ nameMatchStatus: string;
478
+ paymentFrequency: string;
479
+ paymentHistory: mongoose.Types.DocumentArray<{
480
+ ageInMonths: string;
481
+ paymentStatus: string;
482
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
483
+ ageInMonths: string;
484
+ paymentStatus: string;
485
+ }> & {
486
+ ageInMonths: string;
487
+ paymentStatus: string;
488
+ }>;
489
+ startBalance?: {
490
+ amount: string;
491
+ currency: string;
492
+ } | null | undefined;
493
+ fixedPaymentTerms?: {
494
+ amount: string;
495
+ currency: string;
496
+ } | null | undefined;
497
+ currentBalance?: {
498
+ amount: string;
499
+ currency: string;
500
+ } | null | undefined;
501
+ delinquentBalance?: {
502
+ amount: string;
503
+ currency: string;
504
+ } | null | undefined;
505
+ }>;
506
+ electoralInformation: mongoose.Types.DocumentArray<{
507
+ name: string;
508
+ startDate: string;
509
+ endDate: string;
510
+ nameMatchStatus: string;
511
+ seniority: string;
512
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
513
+ name: string;
514
+ startDate: string;
515
+ endDate: string;
516
+ nameMatchStatus: string;
517
+ seniority: string;
518
+ }> & {
519
+ name: string;
520
+ startDate: string;
521
+ endDate: string;
522
+ nameMatchStatus: string;
523
+ seniority: string;
524
+ }>;
525
+ electoralLinkedInformations: mongoose.Types.DocumentArray<{
526
+ name: string;
527
+ startDate: string;
528
+ endDate: string;
529
+ nameMatchStatus: string;
530
+ seniority: string;
531
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
532
+ name: string;
533
+ startDate: string;
534
+ endDate: string;
535
+ nameMatchStatus: string;
536
+ seniority: string;
537
+ }> & {
538
+ name: string;
539
+ startDate: string;
540
+ endDate: string;
541
+ nameMatchStatus: string;
542
+ seniority: string;
543
+ }>;
544
+ linkedAddresses: mongoose.Types.DocumentArray<{
545
+ type: "current" | "previous";
546
+ address?: {
547
+ number: string;
548
+ street: string;
549
+ county: string;
550
+ postcode: string;
551
+ postTown: string;
552
+ addressId: string;
553
+ } | null | undefined;
554
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
555
+ type: "current" | "previous";
556
+ address?: {
557
+ number: string;
558
+ street: string;
559
+ county: string;
560
+ postcode: string;
561
+ postTown: string;
562
+ addressId: string;
563
+ } | null | undefined;
564
+ }> & {
565
+ type: "current" | "previous";
566
+ address?: {
567
+ number: string;
568
+ street: string;
569
+ county: string;
570
+ postcode: string;
571
+ postTown: string;
572
+ addressId: string;
573
+ } | null | undefined;
574
+ }>;
575
+ currentAddresses: mongoose.Types.DocumentArray<{
576
+ address?: {
577
+ number: string;
578
+ name: string;
579
+ postcode: string;
580
+ postTown: string;
581
+ country: string;
582
+ street1: string;
583
+ } | null | undefined;
584
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
585
+ address?: {
586
+ number: string;
587
+ name: string;
588
+ postcode: string;
589
+ postTown: string;
590
+ country: string;
591
+ street1: string;
592
+ } | null | undefined;
593
+ }> & {
594
+ address?: {
595
+ number: string;
596
+ name: string;
597
+ postcode: string;
598
+ postTown: string;
599
+ country: string;
600
+ street1: string;
601
+ } | null | undefined;
602
+ }>;
603
+ previousSearches: mongoose.Types.DocumentArray<{
604
+ name: string;
605
+ dob: string;
606
+ nameMatchStatus: string;
607
+ companyType: string;
608
+ jointApplicant: boolean;
609
+ searchType: string;
610
+ searchDate: string;
611
+ optIn: boolean;
612
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
613
+ name: string;
614
+ dob: string;
615
+ nameMatchStatus: string;
616
+ companyType: string;
617
+ jointApplicant: boolean;
618
+ searchType: string;
619
+ searchDate: string;
620
+ optIn: boolean;
621
+ }> & {
622
+ name: string;
623
+ dob: string;
624
+ nameMatchStatus: string;
625
+ companyType: string;
626
+ jointApplicant: boolean;
627
+ searchType: string;
628
+ searchDate: string;
629
+ optIn: boolean;
630
+ }>;
631
+ noticeofCorrection: mongoose.Types.DocumentArray<{
632
+ type: "active" | "historical";
633
+ noc?: {
634
+ text: string;
635
+ name: string;
636
+ nameMatchStatus: string;
637
+ dataNoticeCreated: string;
638
+ } | null | undefined;
639
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
640
+ type: "active" | "historical";
641
+ noc?: {
642
+ text: string;
643
+ name: string;
644
+ nameMatchStatus: string;
645
+ dataNoticeCreated: string;
646
+ } | null | undefined;
647
+ }> & {
648
+ type: "active" | "historical";
649
+ noc?: {
650
+ text: string;
651
+ name: string;
652
+ nameMatchStatus: string;
653
+ dataNoticeCreated: string;
654
+ } | null | undefined;
655
+ }>;
656
+ isEquifaxData: boolean;
657
+ confirmedAt: NativeDate;
658
+ searchCriteriaDifferences: string;
659
+ }, {}, {}, {}, mongoose.Document<unknown, {}, {
660
+ createdAt: NativeDate;
661
+ updatedAt: NativeDate;
662
+ } & {
663
+ comment: string;
664
+ applicantId: mongoose.Types.ObjectId;
665
+ applicantName: string;
666
+ isConfirmed: boolean;
667
+ searchDate: NativeDate;
668
+ referenceNumber: string;
669
+ applicantDob: string;
670
+ requestDate: string;
671
+ expiredDate: string;
672
+ hasExpired: boolean;
673
+ creditDefaults: string;
674
+ countyCourtJudgment: string;
675
+ securedArrears: string;
676
+ unsecuredArrears: string;
677
+ bankruptcyOrIva: string;
678
+ notMapped: any;
679
+ aliasNames: mongoose.Types.DocumentArray<{
680
+ dob: string;
681
+ forename: string;
682
+ surname: string;
683
+ middlename: string;
684
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
685
+ dob: string;
686
+ forename: string;
687
+ surname: string;
688
+ middlename: string;
689
+ }> & {
690
+ dob: string;
691
+ forename: string;
692
+ surname: string;
693
+ middlename: string;
694
+ }>;
695
+ associates: mongoose.Types.DocumentArray<{
696
+ dob: string;
697
+ forename: string;
698
+ surname: string;
699
+ middlename: string;
700
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
701
+ dob: string;
702
+ forename: string;
703
+ surname: string;
704
+ middlename: string;
705
+ }> & {
706
+ dob: string;
707
+ forename: string;
708
+ surname: string;
709
+ middlename: string;
710
+ }>;
711
+ linkedAddressData: mongoose.Types.DocumentArray<{
712
+ type: string;
713
+ name: string;
714
+ dob: string;
715
+ startDate: string;
716
+ lastUpdate: string;
717
+ endDate: string;
718
+ nameMatchStatus: string;
719
+ paymentFrequency: string;
720
+ paymentHistory: mongoose.Types.DocumentArray<{
721
+ ageInMonths: string;
722
+ paymentStatus: string;
723
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
724
+ ageInMonths: string;
725
+ paymentStatus: string;
726
+ }> & {
727
+ ageInMonths: string;
728
+ paymentStatus: string;
729
+ }>;
730
+ startBalance?: {
731
+ amount: string;
732
+ currency: string;
733
+ } | null | undefined;
734
+ fixedPaymentTerms?: {
735
+ amount: string;
736
+ currency: string;
737
+ } | null | undefined;
738
+ currentBalance?: {
739
+ amount: string;
740
+ currency: string;
741
+ } | null | undefined;
742
+ delinquentBalance?: {
743
+ amount: string;
744
+ currency: string;
745
+ } | null | undefined;
746
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
747
+ type: string;
748
+ name: string;
749
+ dob: string;
750
+ startDate: string;
751
+ lastUpdate: string;
752
+ endDate: string;
753
+ nameMatchStatus: string;
754
+ paymentFrequency: string;
755
+ paymentHistory: mongoose.Types.DocumentArray<{
756
+ ageInMonths: string;
757
+ paymentStatus: string;
758
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
759
+ ageInMonths: string;
760
+ paymentStatus: string;
761
+ }> & {
762
+ ageInMonths: string;
763
+ paymentStatus: string;
764
+ }>;
765
+ startBalance?: {
766
+ amount: string;
767
+ currency: string;
768
+ } | null | undefined;
769
+ fixedPaymentTerms?: {
770
+ amount: string;
771
+ currency: string;
772
+ } | null | undefined;
773
+ currentBalance?: {
774
+ amount: string;
775
+ currency: string;
776
+ } | null | undefined;
777
+ delinquentBalance?: {
778
+ amount: string;
779
+ currency: string;
780
+ } | null | undefined;
781
+ }> & {
782
+ type: string;
783
+ name: string;
784
+ dob: string;
785
+ startDate: string;
786
+ lastUpdate: string;
787
+ endDate: string;
788
+ nameMatchStatus: string;
789
+ paymentFrequency: string;
790
+ paymentHistory: mongoose.Types.DocumentArray<{
791
+ ageInMonths: string;
792
+ paymentStatus: string;
793
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
794
+ ageInMonths: string;
795
+ paymentStatus: string;
796
+ }> & {
797
+ ageInMonths: string;
798
+ paymentStatus: string;
799
+ }>;
800
+ startBalance?: {
801
+ amount: string;
802
+ currency: string;
803
+ } | null | undefined;
804
+ fixedPaymentTerms?: {
805
+ amount: string;
806
+ currency: string;
807
+ } | null | undefined;
808
+ currentBalance?: {
809
+ amount: string;
810
+ currency: string;
811
+ } | null | undefined;
812
+ delinquentBalance?: {
813
+ amount: string;
814
+ currency: string;
815
+ } | null | undefined;
816
+ }>;
817
+ suppliedAddressData: mongoose.Types.DocumentArray<{
818
+ type: string;
819
+ name: string;
820
+ dob: string;
821
+ startDate: string;
822
+ lastUpdate: string;
823
+ endDate: string;
824
+ nameMatchStatus: string;
825
+ paymentFrequency: string;
826
+ paymentHistory: mongoose.Types.DocumentArray<{
827
+ ageInMonths: string;
828
+ paymentStatus: string;
829
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
830
+ ageInMonths: string;
831
+ paymentStatus: string;
832
+ }> & {
833
+ ageInMonths: string;
834
+ paymentStatus: string;
835
+ }>;
836
+ startBalance?: {
837
+ amount: string;
838
+ currency: string;
839
+ } | null | undefined;
840
+ fixedPaymentTerms?: {
841
+ amount: string;
842
+ currency: string;
843
+ } | null | undefined;
844
+ currentBalance?: {
845
+ amount: string;
846
+ currency: string;
847
+ } | null | undefined;
848
+ delinquentBalance?: {
849
+ amount: string;
850
+ currency: string;
851
+ } | null | undefined;
852
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
853
+ type: string;
854
+ name: string;
855
+ dob: string;
856
+ startDate: string;
857
+ lastUpdate: string;
858
+ endDate: string;
859
+ nameMatchStatus: string;
860
+ paymentFrequency: string;
861
+ paymentHistory: mongoose.Types.DocumentArray<{
862
+ ageInMonths: string;
863
+ paymentStatus: string;
864
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
865
+ ageInMonths: string;
866
+ paymentStatus: string;
867
+ }> & {
868
+ ageInMonths: string;
869
+ paymentStatus: string;
870
+ }>;
871
+ startBalance?: {
872
+ amount: string;
873
+ currency: string;
874
+ } | null | undefined;
875
+ fixedPaymentTerms?: {
876
+ amount: string;
877
+ currency: string;
878
+ } | null | undefined;
879
+ currentBalance?: {
880
+ amount: string;
881
+ currency: string;
882
+ } | null | undefined;
883
+ delinquentBalance?: {
884
+ amount: string;
885
+ currency: string;
886
+ } | null | undefined;
887
+ }> & {
888
+ type: string;
889
+ name: string;
890
+ dob: string;
891
+ startDate: string;
892
+ lastUpdate: string;
893
+ endDate: string;
894
+ nameMatchStatus: string;
895
+ paymentFrequency: string;
896
+ paymentHistory: mongoose.Types.DocumentArray<{
897
+ ageInMonths: string;
898
+ paymentStatus: string;
899
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
900
+ ageInMonths: string;
901
+ paymentStatus: string;
902
+ }> & {
903
+ ageInMonths: string;
904
+ paymentStatus: string;
905
+ }>;
906
+ startBalance?: {
907
+ amount: string;
908
+ currency: string;
909
+ } | null | undefined;
910
+ fixedPaymentTerms?: {
911
+ amount: string;
912
+ currency: string;
913
+ } | null | undefined;
914
+ currentBalance?: {
915
+ amount: string;
916
+ currency: string;
917
+ } | null | undefined;
918
+ delinquentBalance?: {
919
+ amount: string;
920
+ currency: string;
921
+ } | null | undefined;
922
+ }>;
923
+ accountInformation: mongoose.Types.DocumentArray<{
924
+ type: string;
925
+ name: string;
926
+ dob: string;
927
+ startDate: string;
928
+ lastUpdate: string;
929
+ endDate: string;
930
+ nameMatchStatus: string;
931
+ paymentFrequency: string;
932
+ paymentHistory: mongoose.Types.DocumentArray<{
933
+ ageInMonths: string;
934
+ paymentStatus: string;
935
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
936
+ ageInMonths: string;
937
+ paymentStatus: string;
938
+ }> & {
939
+ ageInMonths: string;
940
+ paymentStatus: string;
941
+ }>;
942
+ startBalance?: {
943
+ amount: string;
944
+ currency: string;
945
+ } | null | undefined;
946
+ fixedPaymentTerms?: {
947
+ amount: string;
948
+ currency: string;
949
+ } | null | undefined;
950
+ currentBalance?: {
951
+ amount: string;
952
+ currency: string;
953
+ } | null | undefined;
954
+ delinquentBalance?: {
955
+ amount: string;
956
+ currency: string;
957
+ } | null | undefined;
958
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
959
+ type: string;
960
+ name: string;
961
+ dob: string;
962
+ startDate: string;
963
+ lastUpdate: string;
964
+ endDate: string;
965
+ nameMatchStatus: string;
966
+ paymentFrequency: string;
967
+ paymentHistory: mongoose.Types.DocumentArray<{
968
+ ageInMonths: string;
969
+ paymentStatus: string;
970
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
971
+ ageInMonths: string;
972
+ paymentStatus: string;
973
+ }> & {
974
+ ageInMonths: string;
975
+ paymentStatus: string;
976
+ }>;
977
+ startBalance?: {
978
+ amount: string;
979
+ currency: string;
980
+ } | null | undefined;
981
+ fixedPaymentTerms?: {
982
+ amount: string;
983
+ currency: string;
984
+ } | null | undefined;
985
+ currentBalance?: {
986
+ amount: string;
987
+ currency: string;
988
+ } | null | undefined;
989
+ delinquentBalance?: {
990
+ amount: string;
991
+ currency: string;
992
+ } | null | undefined;
993
+ }> & {
994
+ type: string;
995
+ name: string;
996
+ dob: string;
997
+ startDate: string;
998
+ lastUpdate: string;
999
+ endDate: string;
1000
+ nameMatchStatus: string;
1001
+ paymentFrequency: string;
1002
+ paymentHistory: mongoose.Types.DocumentArray<{
1003
+ ageInMonths: string;
1004
+ paymentStatus: string;
1005
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1006
+ ageInMonths: string;
1007
+ paymentStatus: string;
1008
+ }> & {
1009
+ ageInMonths: string;
1010
+ paymentStatus: string;
1011
+ }>;
1012
+ startBalance?: {
1013
+ amount: string;
1014
+ currency: string;
1015
+ } | null | undefined;
1016
+ fixedPaymentTerms?: {
1017
+ amount: string;
1018
+ currency: string;
1019
+ } | null | undefined;
1020
+ currentBalance?: {
1021
+ amount: string;
1022
+ currency: string;
1023
+ } | null | undefined;
1024
+ delinquentBalance?: {
1025
+ amount: string;
1026
+ currency: string;
1027
+ } | null | undefined;
1028
+ }>;
1029
+ accountLinkedInformations: mongoose.Types.DocumentArray<{
1030
+ type: string;
1031
+ name: string;
1032
+ dob: string;
1033
+ startDate: string;
1034
+ lastUpdate: string;
1035
+ endDate: string;
1036
+ nameMatchStatus: string;
1037
+ paymentFrequency: string;
1038
+ paymentHistory: mongoose.Types.DocumentArray<{
1039
+ ageInMonths: string;
1040
+ paymentStatus: string;
1041
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1042
+ ageInMonths: string;
1043
+ paymentStatus: string;
1044
+ }> & {
1045
+ ageInMonths: string;
1046
+ paymentStatus: string;
1047
+ }>;
1048
+ startBalance?: {
1049
+ amount: string;
1050
+ currency: string;
1051
+ } | null | undefined;
1052
+ fixedPaymentTerms?: {
1053
+ amount: string;
1054
+ currency: string;
1055
+ } | null | undefined;
1056
+ currentBalance?: {
1057
+ amount: string;
1058
+ currency: string;
1059
+ } | null | undefined;
1060
+ delinquentBalance?: {
1061
+ amount: string;
1062
+ currency: string;
1063
+ } | null | undefined;
1064
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1065
+ type: string;
1066
+ name: string;
1067
+ dob: string;
1068
+ startDate: string;
1069
+ lastUpdate: string;
1070
+ endDate: string;
1071
+ nameMatchStatus: string;
1072
+ paymentFrequency: string;
1073
+ paymentHistory: mongoose.Types.DocumentArray<{
1074
+ ageInMonths: string;
1075
+ paymentStatus: string;
1076
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1077
+ ageInMonths: string;
1078
+ paymentStatus: string;
1079
+ }> & {
1080
+ ageInMonths: string;
1081
+ paymentStatus: string;
1082
+ }>;
1083
+ startBalance?: {
1084
+ amount: string;
1085
+ currency: string;
1086
+ } | null | undefined;
1087
+ fixedPaymentTerms?: {
1088
+ amount: string;
1089
+ currency: string;
1090
+ } | null | undefined;
1091
+ currentBalance?: {
1092
+ amount: string;
1093
+ currency: string;
1094
+ } | null | undefined;
1095
+ delinquentBalance?: {
1096
+ amount: string;
1097
+ currency: string;
1098
+ } | null | undefined;
1099
+ }> & {
1100
+ type: string;
1101
+ name: string;
1102
+ dob: string;
1103
+ startDate: string;
1104
+ lastUpdate: string;
1105
+ endDate: string;
1106
+ nameMatchStatus: string;
1107
+ paymentFrequency: string;
1108
+ paymentHistory: mongoose.Types.DocumentArray<{
1109
+ ageInMonths: string;
1110
+ paymentStatus: string;
1111
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1112
+ ageInMonths: string;
1113
+ paymentStatus: string;
1114
+ }> & {
1115
+ ageInMonths: string;
1116
+ paymentStatus: string;
1117
+ }>;
1118
+ startBalance?: {
1119
+ amount: string;
1120
+ currency: string;
1121
+ } | null | undefined;
1122
+ fixedPaymentTerms?: {
1123
+ amount: string;
1124
+ currency: string;
1125
+ } | null | undefined;
1126
+ currentBalance?: {
1127
+ amount: string;
1128
+ currency: string;
1129
+ } | null | undefined;
1130
+ delinquentBalance?: {
1131
+ amount: string;
1132
+ currency: string;
1133
+ } | null | undefined;
1134
+ }>;
1135
+ electoralInformation: mongoose.Types.DocumentArray<{
1136
+ name: string;
1137
+ startDate: string;
1138
+ endDate: string;
1139
+ nameMatchStatus: string;
1140
+ seniority: string;
1141
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1142
+ name: string;
1143
+ startDate: string;
1144
+ endDate: string;
1145
+ nameMatchStatus: string;
1146
+ seniority: string;
1147
+ }> & {
1148
+ name: string;
1149
+ startDate: string;
1150
+ endDate: string;
1151
+ nameMatchStatus: string;
1152
+ seniority: string;
1153
+ }>;
1154
+ electoralLinkedInformations: mongoose.Types.DocumentArray<{
1155
+ name: string;
1156
+ startDate: string;
1157
+ endDate: string;
1158
+ nameMatchStatus: string;
1159
+ seniority: string;
1160
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1161
+ name: string;
1162
+ startDate: string;
1163
+ endDate: string;
1164
+ nameMatchStatus: string;
1165
+ seniority: string;
1166
+ }> & {
1167
+ name: string;
1168
+ startDate: string;
1169
+ endDate: string;
1170
+ nameMatchStatus: string;
1171
+ seniority: string;
1172
+ }>;
1173
+ linkedAddresses: mongoose.Types.DocumentArray<{
1174
+ type: "current" | "previous";
1175
+ address?: {
1176
+ number: string;
1177
+ street: string;
1178
+ county: string;
1179
+ postcode: string;
1180
+ postTown: string;
1181
+ addressId: string;
1182
+ } | null | undefined;
1183
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1184
+ type: "current" | "previous";
1185
+ address?: {
1186
+ number: string;
1187
+ street: string;
1188
+ county: string;
1189
+ postcode: string;
1190
+ postTown: string;
1191
+ addressId: string;
1192
+ } | null | undefined;
1193
+ }> & {
1194
+ type: "current" | "previous";
1195
+ address?: {
1196
+ number: string;
1197
+ street: string;
1198
+ county: string;
1199
+ postcode: string;
1200
+ postTown: string;
1201
+ addressId: string;
1202
+ } | null | undefined;
1203
+ }>;
1204
+ currentAddresses: mongoose.Types.DocumentArray<{
1205
+ address?: {
1206
+ number: string;
1207
+ name: string;
1208
+ postcode: string;
1209
+ postTown: string;
1210
+ country: string;
1211
+ street1: string;
1212
+ } | null | undefined;
1213
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1214
+ address?: {
1215
+ number: string;
1216
+ name: string;
1217
+ postcode: string;
1218
+ postTown: string;
1219
+ country: string;
1220
+ street1: string;
1221
+ } | null | undefined;
1222
+ }> & {
1223
+ address?: {
1224
+ number: string;
1225
+ name: string;
1226
+ postcode: string;
1227
+ postTown: string;
1228
+ country: string;
1229
+ street1: string;
1230
+ } | null | undefined;
1231
+ }>;
1232
+ previousSearches: mongoose.Types.DocumentArray<{
1233
+ name: string;
1234
+ dob: string;
1235
+ nameMatchStatus: string;
1236
+ companyType: string;
1237
+ jointApplicant: boolean;
1238
+ searchType: string;
1239
+ searchDate: string;
1240
+ optIn: boolean;
1241
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1242
+ name: string;
1243
+ dob: string;
1244
+ nameMatchStatus: string;
1245
+ companyType: string;
1246
+ jointApplicant: boolean;
1247
+ searchType: string;
1248
+ searchDate: string;
1249
+ optIn: boolean;
1250
+ }> & {
1251
+ name: string;
1252
+ dob: string;
1253
+ nameMatchStatus: string;
1254
+ companyType: string;
1255
+ jointApplicant: boolean;
1256
+ searchType: string;
1257
+ searchDate: string;
1258
+ optIn: boolean;
1259
+ }>;
1260
+ noticeofCorrection: mongoose.Types.DocumentArray<{
1261
+ type: "active" | "historical";
1262
+ noc?: {
1263
+ text: string;
1264
+ name: string;
1265
+ nameMatchStatus: string;
1266
+ dataNoticeCreated: string;
1267
+ } | null | undefined;
1268
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1269
+ type: "active" | "historical";
1270
+ noc?: {
1271
+ text: string;
1272
+ name: string;
1273
+ nameMatchStatus: string;
1274
+ dataNoticeCreated: string;
1275
+ } | null | undefined;
1276
+ }> & {
1277
+ type: "active" | "historical";
1278
+ noc?: {
1279
+ text: string;
1280
+ name: string;
1281
+ nameMatchStatus: string;
1282
+ dataNoticeCreated: string;
1283
+ } | null | undefined;
1284
+ }>;
1285
+ isEquifaxData: boolean;
1286
+ confirmedAt: NativeDate;
1287
+ searchCriteriaDifferences: string;
1288
+ }, {}> & {
1289
+ createdAt: NativeDate;
1290
+ updatedAt: NativeDate;
1291
+ } & {
1292
+ comment: string;
1293
+ applicantId: mongoose.Types.ObjectId;
1294
+ applicantName: string;
1295
+ isConfirmed: boolean;
1296
+ searchDate: NativeDate;
1297
+ referenceNumber: string;
1298
+ applicantDob: string;
1299
+ requestDate: string;
1300
+ expiredDate: string;
1301
+ hasExpired: boolean;
1302
+ creditDefaults: string;
1303
+ countyCourtJudgment: string;
1304
+ securedArrears: string;
1305
+ unsecuredArrears: string;
1306
+ bankruptcyOrIva: string;
1307
+ notMapped: any;
1308
+ aliasNames: mongoose.Types.DocumentArray<{
1309
+ dob: string;
1310
+ forename: string;
1311
+ surname: string;
1312
+ middlename: string;
1313
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1314
+ dob: string;
1315
+ forename: string;
1316
+ surname: string;
1317
+ middlename: string;
1318
+ }> & {
1319
+ dob: string;
1320
+ forename: string;
1321
+ surname: string;
1322
+ middlename: string;
1323
+ }>;
1324
+ associates: mongoose.Types.DocumentArray<{
1325
+ dob: string;
1326
+ forename: string;
1327
+ surname: string;
1328
+ middlename: string;
1329
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1330
+ dob: string;
1331
+ forename: string;
1332
+ surname: string;
1333
+ middlename: string;
1334
+ }> & {
1335
+ dob: string;
1336
+ forename: string;
1337
+ surname: string;
1338
+ middlename: string;
1339
+ }>;
1340
+ linkedAddressData: mongoose.Types.DocumentArray<{
1341
+ type: string;
1342
+ name: string;
1343
+ dob: string;
1344
+ startDate: string;
1345
+ lastUpdate: string;
1346
+ endDate: string;
1347
+ nameMatchStatus: string;
1348
+ paymentFrequency: string;
1349
+ paymentHistory: mongoose.Types.DocumentArray<{
1350
+ ageInMonths: string;
1351
+ paymentStatus: string;
1352
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1353
+ ageInMonths: string;
1354
+ paymentStatus: string;
1355
+ }> & {
1356
+ ageInMonths: string;
1357
+ paymentStatus: string;
1358
+ }>;
1359
+ startBalance?: {
1360
+ amount: string;
1361
+ currency: string;
1362
+ } | null | undefined;
1363
+ fixedPaymentTerms?: {
1364
+ amount: string;
1365
+ currency: string;
1366
+ } | null | undefined;
1367
+ currentBalance?: {
1368
+ amount: string;
1369
+ currency: string;
1370
+ } | null | undefined;
1371
+ delinquentBalance?: {
1372
+ amount: string;
1373
+ currency: string;
1374
+ } | null | undefined;
1375
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1376
+ type: string;
1377
+ name: string;
1378
+ dob: string;
1379
+ startDate: string;
1380
+ lastUpdate: string;
1381
+ endDate: string;
1382
+ nameMatchStatus: string;
1383
+ paymentFrequency: string;
1384
+ paymentHistory: mongoose.Types.DocumentArray<{
1385
+ ageInMonths: string;
1386
+ paymentStatus: string;
1387
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1388
+ ageInMonths: string;
1389
+ paymentStatus: string;
1390
+ }> & {
1391
+ ageInMonths: string;
1392
+ paymentStatus: string;
1393
+ }>;
1394
+ startBalance?: {
1395
+ amount: string;
1396
+ currency: string;
1397
+ } | null | undefined;
1398
+ fixedPaymentTerms?: {
1399
+ amount: string;
1400
+ currency: string;
1401
+ } | null | undefined;
1402
+ currentBalance?: {
1403
+ amount: string;
1404
+ currency: string;
1405
+ } | null | undefined;
1406
+ delinquentBalance?: {
1407
+ amount: string;
1408
+ currency: string;
1409
+ } | null | undefined;
1410
+ }> & {
1411
+ type: string;
1412
+ name: string;
1413
+ dob: string;
1414
+ startDate: string;
1415
+ lastUpdate: string;
1416
+ endDate: string;
1417
+ nameMatchStatus: string;
1418
+ paymentFrequency: string;
1419
+ paymentHistory: mongoose.Types.DocumentArray<{
1420
+ ageInMonths: string;
1421
+ paymentStatus: string;
1422
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1423
+ ageInMonths: string;
1424
+ paymentStatus: string;
1425
+ }> & {
1426
+ ageInMonths: string;
1427
+ paymentStatus: string;
1428
+ }>;
1429
+ startBalance?: {
1430
+ amount: string;
1431
+ currency: string;
1432
+ } | null | undefined;
1433
+ fixedPaymentTerms?: {
1434
+ amount: string;
1435
+ currency: string;
1436
+ } | null | undefined;
1437
+ currentBalance?: {
1438
+ amount: string;
1439
+ currency: string;
1440
+ } | null | undefined;
1441
+ delinquentBalance?: {
1442
+ amount: string;
1443
+ currency: string;
1444
+ } | null | undefined;
1445
+ }>;
1446
+ suppliedAddressData: mongoose.Types.DocumentArray<{
1447
+ type: string;
1448
+ name: string;
1449
+ dob: string;
1450
+ startDate: string;
1451
+ lastUpdate: string;
1452
+ endDate: string;
1453
+ nameMatchStatus: string;
1454
+ paymentFrequency: string;
1455
+ paymentHistory: mongoose.Types.DocumentArray<{
1456
+ ageInMonths: string;
1457
+ paymentStatus: string;
1458
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1459
+ ageInMonths: string;
1460
+ paymentStatus: string;
1461
+ }> & {
1462
+ ageInMonths: string;
1463
+ paymentStatus: string;
1464
+ }>;
1465
+ startBalance?: {
1466
+ amount: string;
1467
+ currency: string;
1468
+ } | null | undefined;
1469
+ fixedPaymentTerms?: {
1470
+ amount: string;
1471
+ currency: string;
1472
+ } | null | undefined;
1473
+ currentBalance?: {
1474
+ amount: string;
1475
+ currency: string;
1476
+ } | null | undefined;
1477
+ delinquentBalance?: {
1478
+ amount: string;
1479
+ currency: string;
1480
+ } | null | undefined;
1481
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1482
+ type: string;
1483
+ name: string;
1484
+ dob: string;
1485
+ startDate: string;
1486
+ lastUpdate: string;
1487
+ endDate: string;
1488
+ nameMatchStatus: string;
1489
+ paymentFrequency: string;
1490
+ paymentHistory: mongoose.Types.DocumentArray<{
1491
+ ageInMonths: string;
1492
+ paymentStatus: string;
1493
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1494
+ ageInMonths: string;
1495
+ paymentStatus: string;
1496
+ }> & {
1497
+ ageInMonths: string;
1498
+ paymentStatus: string;
1499
+ }>;
1500
+ startBalance?: {
1501
+ amount: string;
1502
+ currency: string;
1503
+ } | null | undefined;
1504
+ fixedPaymentTerms?: {
1505
+ amount: string;
1506
+ currency: string;
1507
+ } | null | undefined;
1508
+ currentBalance?: {
1509
+ amount: string;
1510
+ currency: string;
1511
+ } | null | undefined;
1512
+ delinquentBalance?: {
1513
+ amount: string;
1514
+ currency: string;
1515
+ } | null | undefined;
1516
+ }> & {
1517
+ type: string;
1518
+ name: string;
1519
+ dob: string;
1520
+ startDate: string;
1521
+ lastUpdate: string;
1522
+ endDate: string;
1523
+ nameMatchStatus: string;
1524
+ paymentFrequency: string;
1525
+ paymentHistory: mongoose.Types.DocumentArray<{
1526
+ ageInMonths: string;
1527
+ paymentStatus: string;
1528
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1529
+ ageInMonths: string;
1530
+ paymentStatus: string;
1531
+ }> & {
1532
+ ageInMonths: string;
1533
+ paymentStatus: string;
1534
+ }>;
1535
+ startBalance?: {
1536
+ amount: string;
1537
+ currency: string;
1538
+ } | null | undefined;
1539
+ fixedPaymentTerms?: {
1540
+ amount: string;
1541
+ currency: string;
1542
+ } | null | undefined;
1543
+ currentBalance?: {
1544
+ amount: string;
1545
+ currency: string;
1546
+ } | null | undefined;
1547
+ delinquentBalance?: {
1548
+ amount: string;
1549
+ currency: string;
1550
+ } | null | undefined;
1551
+ }>;
1552
+ accountInformation: mongoose.Types.DocumentArray<{
1553
+ type: string;
1554
+ name: string;
1555
+ dob: string;
1556
+ startDate: string;
1557
+ lastUpdate: string;
1558
+ endDate: string;
1559
+ nameMatchStatus: string;
1560
+ paymentFrequency: string;
1561
+ paymentHistory: mongoose.Types.DocumentArray<{
1562
+ ageInMonths: string;
1563
+ paymentStatus: string;
1564
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1565
+ ageInMonths: string;
1566
+ paymentStatus: string;
1567
+ }> & {
1568
+ ageInMonths: string;
1569
+ paymentStatus: string;
1570
+ }>;
1571
+ startBalance?: {
1572
+ amount: string;
1573
+ currency: string;
1574
+ } | null | undefined;
1575
+ fixedPaymentTerms?: {
1576
+ amount: string;
1577
+ currency: string;
1578
+ } | null | undefined;
1579
+ currentBalance?: {
1580
+ amount: string;
1581
+ currency: string;
1582
+ } | null | undefined;
1583
+ delinquentBalance?: {
1584
+ amount: string;
1585
+ currency: string;
1586
+ } | null | undefined;
1587
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1588
+ type: string;
1589
+ name: string;
1590
+ dob: string;
1591
+ startDate: string;
1592
+ lastUpdate: string;
1593
+ endDate: string;
1594
+ nameMatchStatus: string;
1595
+ paymentFrequency: string;
1596
+ paymentHistory: mongoose.Types.DocumentArray<{
1597
+ ageInMonths: string;
1598
+ paymentStatus: string;
1599
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1600
+ ageInMonths: string;
1601
+ paymentStatus: string;
1602
+ }> & {
1603
+ ageInMonths: string;
1604
+ paymentStatus: string;
1605
+ }>;
1606
+ startBalance?: {
1607
+ amount: string;
1608
+ currency: string;
1609
+ } | null | undefined;
1610
+ fixedPaymentTerms?: {
1611
+ amount: string;
1612
+ currency: string;
1613
+ } | null | undefined;
1614
+ currentBalance?: {
1615
+ amount: string;
1616
+ currency: string;
1617
+ } | null | undefined;
1618
+ delinquentBalance?: {
1619
+ amount: string;
1620
+ currency: string;
1621
+ } | null | undefined;
1622
+ }> & {
1623
+ type: string;
1624
+ name: string;
1625
+ dob: string;
1626
+ startDate: string;
1627
+ lastUpdate: string;
1628
+ endDate: string;
1629
+ nameMatchStatus: string;
1630
+ paymentFrequency: string;
1631
+ paymentHistory: mongoose.Types.DocumentArray<{
1632
+ ageInMonths: string;
1633
+ paymentStatus: string;
1634
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1635
+ ageInMonths: string;
1636
+ paymentStatus: string;
1637
+ }> & {
1638
+ ageInMonths: string;
1639
+ paymentStatus: string;
1640
+ }>;
1641
+ startBalance?: {
1642
+ amount: string;
1643
+ currency: string;
1644
+ } | null | undefined;
1645
+ fixedPaymentTerms?: {
1646
+ amount: string;
1647
+ currency: string;
1648
+ } | null | undefined;
1649
+ currentBalance?: {
1650
+ amount: string;
1651
+ currency: string;
1652
+ } | null | undefined;
1653
+ delinquentBalance?: {
1654
+ amount: string;
1655
+ currency: string;
1656
+ } | null | undefined;
1657
+ }>;
1658
+ accountLinkedInformations: mongoose.Types.DocumentArray<{
1659
+ type: string;
1660
+ name: string;
1661
+ dob: string;
1662
+ startDate: string;
1663
+ lastUpdate: string;
1664
+ endDate: string;
1665
+ nameMatchStatus: string;
1666
+ paymentFrequency: string;
1667
+ paymentHistory: mongoose.Types.DocumentArray<{
1668
+ ageInMonths: string;
1669
+ paymentStatus: string;
1670
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1671
+ ageInMonths: string;
1672
+ paymentStatus: string;
1673
+ }> & {
1674
+ ageInMonths: string;
1675
+ paymentStatus: string;
1676
+ }>;
1677
+ startBalance?: {
1678
+ amount: string;
1679
+ currency: string;
1680
+ } | null | undefined;
1681
+ fixedPaymentTerms?: {
1682
+ amount: string;
1683
+ currency: string;
1684
+ } | null | undefined;
1685
+ currentBalance?: {
1686
+ amount: string;
1687
+ currency: string;
1688
+ } | null | undefined;
1689
+ delinquentBalance?: {
1690
+ amount: string;
1691
+ currency: string;
1692
+ } | null | undefined;
1693
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1694
+ type: string;
1695
+ name: string;
1696
+ dob: string;
1697
+ startDate: string;
1698
+ lastUpdate: string;
1699
+ endDate: string;
1700
+ nameMatchStatus: string;
1701
+ paymentFrequency: string;
1702
+ paymentHistory: mongoose.Types.DocumentArray<{
1703
+ ageInMonths: string;
1704
+ paymentStatus: string;
1705
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1706
+ ageInMonths: string;
1707
+ paymentStatus: string;
1708
+ }> & {
1709
+ ageInMonths: string;
1710
+ paymentStatus: string;
1711
+ }>;
1712
+ startBalance?: {
1713
+ amount: string;
1714
+ currency: string;
1715
+ } | null | undefined;
1716
+ fixedPaymentTerms?: {
1717
+ amount: string;
1718
+ currency: string;
1719
+ } | null | undefined;
1720
+ currentBalance?: {
1721
+ amount: string;
1722
+ currency: string;
1723
+ } | null | undefined;
1724
+ delinquentBalance?: {
1725
+ amount: string;
1726
+ currency: string;
1727
+ } | null | undefined;
1728
+ }> & {
1729
+ type: string;
1730
+ name: string;
1731
+ dob: string;
1732
+ startDate: string;
1733
+ lastUpdate: string;
1734
+ endDate: string;
1735
+ nameMatchStatus: string;
1736
+ paymentFrequency: string;
1737
+ paymentHistory: mongoose.Types.DocumentArray<{
1738
+ ageInMonths: string;
1739
+ paymentStatus: string;
1740
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1741
+ ageInMonths: string;
1742
+ paymentStatus: string;
1743
+ }> & {
1744
+ ageInMonths: string;
1745
+ paymentStatus: string;
1746
+ }>;
1747
+ startBalance?: {
1748
+ amount: string;
1749
+ currency: string;
1750
+ } | null | undefined;
1751
+ fixedPaymentTerms?: {
1752
+ amount: string;
1753
+ currency: string;
1754
+ } | null | undefined;
1755
+ currentBalance?: {
1756
+ amount: string;
1757
+ currency: string;
1758
+ } | null | undefined;
1759
+ delinquentBalance?: {
1760
+ amount: string;
1761
+ currency: string;
1762
+ } | null | undefined;
1763
+ }>;
1764
+ electoralInformation: mongoose.Types.DocumentArray<{
1765
+ name: string;
1766
+ startDate: string;
1767
+ endDate: string;
1768
+ nameMatchStatus: string;
1769
+ seniority: string;
1770
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1771
+ name: string;
1772
+ startDate: string;
1773
+ endDate: string;
1774
+ nameMatchStatus: string;
1775
+ seniority: string;
1776
+ }> & {
1777
+ name: string;
1778
+ startDate: string;
1779
+ endDate: string;
1780
+ nameMatchStatus: string;
1781
+ seniority: string;
1782
+ }>;
1783
+ electoralLinkedInformations: mongoose.Types.DocumentArray<{
1784
+ name: string;
1785
+ startDate: string;
1786
+ endDate: string;
1787
+ nameMatchStatus: string;
1788
+ seniority: string;
1789
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1790
+ name: string;
1791
+ startDate: string;
1792
+ endDate: string;
1793
+ nameMatchStatus: string;
1794
+ seniority: string;
1795
+ }> & {
1796
+ name: string;
1797
+ startDate: string;
1798
+ endDate: string;
1799
+ nameMatchStatus: string;
1800
+ seniority: string;
1801
+ }>;
1802
+ linkedAddresses: mongoose.Types.DocumentArray<{
1803
+ type: "current" | "previous";
1804
+ address?: {
1805
+ number: string;
1806
+ street: string;
1807
+ county: string;
1808
+ postcode: string;
1809
+ postTown: string;
1810
+ addressId: string;
1811
+ } | null | undefined;
1812
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1813
+ type: "current" | "previous";
1814
+ address?: {
1815
+ number: string;
1816
+ street: string;
1817
+ county: string;
1818
+ postcode: string;
1819
+ postTown: string;
1820
+ addressId: string;
1821
+ } | null | undefined;
1822
+ }> & {
1823
+ type: "current" | "previous";
1824
+ address?: {
1825
+ number: string;
1826
+ street: string;
1827
+ county: string;
1828
+ postcode: string;
1829
+ postTown: string;
1830
+ addressId: string;
1831
+ } | null | undefined;
1832
+ }>;
1833
+ currentAddresses: mongoose.Types.DocumentArray<{
1834
+ address?: {
1835
+ number: string;
1836
+ name: string;
1837
+ postcode: string;
1838
+ postTown: string;
1839
+ country: string;
1840
+ street1: string;
1841
+ } | null | undefined;
1842
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1843
+ address?: {
1844
+ number: string;
1845
+ name: string;
1846
+ postcode: string;
1847
+ postTown: string;
1848
+ country: string;
1849
+ street1: string;
1850
+ } | null | undefined;
1851
+ }> & {
1852
+ address?: {
1853
+ number: string;
1854
+ name: string;
1855
+ postcode: string;
1856
+ postTown: string;
1857
+ country: string;
1858
+ street1: string;
1859
+ } | null | undefined;
1860
+ }>;
1861
+ previousSearches: mongoose.Types.DocumentArray<{
1862
+ name: string;
1863
+ dob: string;
1864
+ nameMatchStatus: string;
1865
+ companyType: string;
1866
+ jointApplicant: boolean;
1867
+ searchType: string;
1868
+ searchDate: string;
1869
+ optIn: boolean;
1870
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1871
+ name: string;
1872
+ dob: string;
1873
+ nameMatchStatus: string;
1874
+ companyType: string;
1875
+ jointApplicant: boolean;
1876
+ searchType: string;
1877
+ searchDate: string;
1878
+ optIn: boolean;
1879
+ }> & {
1880
+ name: string;
1881
+ dob: string;
1882
+ nameMatchStatus: string;
1883
+ companyType: string;
1884
+ jointApplicant: boolean;
1885
+ searchType: string;
1886
+ searchDate: string;
1887
+ optIn: boolean;
1888
+ }>;
1889
+ noticeofCorrection: mongoose.Types.DocumentArray<{
1890
+ type: "active" | "historical";
1891
+ noc?: {
1892
+ text: string;
1893
+ name: string;
1894
+ nameMatchStatus: string;
1895
+ dataNoticeCreated: string;
1896
+ } | null | undefined;
1897
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1898
+ type: "active" | "historical";
1899
+ noc?: {
1900
+ text: string;
1901
+ name: string;
1902
+ nameMatchStatus: string;
1903
+ dataNoticeCreated: string;
1904
+ } | null | undefined;
1905
+ }> & {
1906
+ type: "active" | "historical";
1907
+ noc?: {
1908
+ text: string;
1909
+ name: string;
1910
+ nameMatchStatus: string;
1911
+ dataNoticeCreated: string;
1912
+ } | null | undefined;
1913
+ }>;
1914
+ isEquifaxData: boolean;
1915
+ confirmedAt: NativeDate;
1916
+ searchCriteriaDifferences: string;
1917
+ } & {
1918
+ _id: mongoose.Types.ObjectId;
1919
+ } & {
1920
+ __v: number;
1921
+ }, mongoose.Schema<any, mongoose.Model<any, any, any, any, any, any>, {}, {}, {}, {}, {
1922
+ timestamps: true;
1923
+ }, {
1924
+ createdAt: NativeDate;
1925
+ updatedAt: NativeDate;
1926
+ } & {
1927
+ comment: string;
1928
+ applicantId: mongoose.Types.ObjectId;
1929
+ applicantName: string;
1930
+ isConfirmed: boolean;
1931
+ searchDate: NativeDate;
1932
+ referenceNumber: string;
1933
+ applicantDob: string;
1934
+ requestDate: string;
1935
+ expiredDate: string;
1936
+ hasExpired: boolean;
1937
+ creditDefaults: string;
1938
+ countyCourtJudgment: string;
1939
+ securedArrears: string;
1940
+ unsecuredArrears: string;
1941
+ bankruptcyOrIva: string;
1942
+ notMapped: any;
1943
+ aliasNames: mongoose.Types.DocumentArray<{
1944
+ dob: string;
1945
+ forename: string;
1946
+ surname: string;
1947
+ middlename: string;
1948
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1949
+ dob: string;
1950
+ forename: string;
1951
+ surname: string;
1952
+ middlename: string;
1953
+ }> & {
1954
+ dob: string;
1955
+ forename: string;
1956
+ surname: string;
1957
+ middlename: string;
1958
+ }>;
1959
+ associates: mongoose.Types.DocumentArray<{
1960
+ dob: string;
1961
+ forename: string;
1962
+ surname: string;
1963
+ middlename: string;
1964
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1965
+ dob: string;
1966
+ forename: string;
1967
+ surname: string;
1968
+ middlename: string;
1969
+ }> & {
1970
+ dob: string;
1971
+ forename: string;
1972
+ surname: string;
1973
+ middlename: string;
1974
+ }>;
1975
+ linkedAddressData: mongoose.Types.DocumentArray<{
1976
+ type: string;
1977
+ name: string;
1978
+ dob: string;
1979
+ startDate: string;
1980
+ lastUpdate: string;
1981
+ endDate: string;
1982
+ nameMatchStatus: string;
1983
+ paymentFrequency: string;
1984
+ paymentHistory: mongoose.Types.DocumentArray<{
1985
+ ageInMonths: string;
1986
+ paymentStatus: string;
1987
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1988
+ ageInMonths: string;
1989
+ paymentStatus: string;
1990
+ }> & {
1991
+ ageInMonths: string;
1992
+ paymentStatus: string;
1993
+ }>;
1994
+ startBalance?: {
1995
+ amount: string;
1996
+ currency: string;
1997
+ } | null | undefined;
1998
+ fixedPaymentTerms?: {
1999
+ amount: string;
2000
+ currency: string;
2001
+ } | null | undefined;
2002
+ currentBalance?: {
2003
+ amount: string;
2004
+ currency: string;
2005
+ } | null | undefined;
2006
+ delinquentBalance?: {
2007
+ amount: string;
2008
+ currency: string;
2009
+ } | null | undefined;
2010
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
2011
+ type: string;
2012
+ name: string;
2013
+ dob: string;
2014
+ startDate: string;
2015
+ lastUpdate: string;
2016
+ endDate: string;
2017
+ nameMatchStatus: string;
2018
+ paymentFrequency: string;
2019
+ paymentHistory: mongoose.Types.DocumentArray<{
2020
+ ageInMonths: string;
2021
+ paymentStatus: string;
2022
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
2023
+ ageInMonths: string;
2024
+ paymentStatus: string;
2025
+ }> & {
2026
+ ageInMonths: string;
2027
+ paymentStatus: string;
2028
+ }>;
2029
+ startBalance?: {
2030
+ amount: string;
2031
+ currency: string;
2032
+ } | null | undefined;
2033
+ fixedPaymentTerms?: {
2034
+ amount: string;
2035
+ currency: string;
2036
+ } | null | undefined;
2037
+ currentBalance?: {
2038
+ amount: string;
2039
+ currency: string;
2040
+ } | null | undefined;
2041
+ delinquentBalance?: {
2042
+ amount: string;
2043
+ currency: string;
2044
+ } | null | undefined;
2045
+ }> & {
2046
+ type: string;
2047
+ name: string;
2048
+ dob: string;
2049
+ startDate: string;
2050
+ lastUpdate: string;
2051
+ endDate: string;
2052
+ nameMatchStatus: string;
2053
+ paymentFrequency: string;
2054
+ paymentHistory: mongoose.Types.DocumentArray<{
2055
+ ageInMonths: string;
2056
+ paymentStatus: string;
2057
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
2058
+ ageInMonths: string;
2059
+ paymentStatus: string;
2060
+ }> & {
2061
+ ageInMonths: string;
2062
+ paymentStatus: string;
2063
+ }>;
2064
+ startBalance?: {
2065
+ amount: string;
2066
+ currency: string;
2067
+ } | null | undefined;
2068
+ fixedPaymentTerms?: {
2069
+ amount: string;
2070
+ currency: string;
2071
+ } | null | undefined;
2072
+ currentBalance?: {
2073
+ amount: string;
2074
+ currency: string;
2075
+ } | null | undefined;
2076
+ delinquentBalance?: {
2077
+ amount: string;
2078
+ currency: string;
2079
+ } | null | undefined;
2080
+ }>;
2081
+ suppliedAddressData: mongoose.Types.DocumentArray<{
2082
+ type: string;
2083
+ name: string;
2084
+ dob: string;
2085
+ startDate: string;
2086
+ lastUpdate: string;
2087
+ endDate: string;
2088
+ nameMatchStatus: string;
2089
+ paymentFrequency: string;
2090
+ paymentHistory: mongoose.Types.DocumentArray<{
2091
+ ageInMonths: string;
2092
+ paymentStatus: string;
2093
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
2094
+ ageInMonths: string;
2095
+ paymentStatus: string;
2096
+ }> & {
2097
+ ageInMonths: string;
2098
+ paymentStatus: string;
2099
+ }>;
2100
+ startBalance?: {
2101
+ amount: string;
2102
+ currency: string;
2103
+ } | null | undefined;
2104
+ fixedPaymentTerms?: {
2105
+ amount: string;
2106
+ currency: string;
2107
+ } | null | undefined;
2108
+ currentBalance?: {
2109
+ amount: string;
2110
+ currency: string;
2111
+ } | null | undefined;
2112
+ delinquentBalance?: {
2113
+ amount: string;
2114
+ currency: string;
2115
+ } | null | undefined;
2116
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
2117
+ type: string;
2118
+ name: string;
2119
+ dob: string;
2120
+ startDate: string;
2121
+ lastUpdate: string;
2122
+ endDate: string;
2123
+ nameMatchStatus: string;
2124
+ paymentFrequency: string;
2125
+ paymentHistory: mongoose.Types.DocumentArray<{
2126
+ ageInMonths: string;
2127
+ paymentStatus: string;
2128
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
2129
+ ageInMonths: string;
2130
+ paymentStatus: string;
2131
+ }> & {
2132
+ ageInMonths: string;
2133
+ paymentStatus: string;
2134
+ }>;
2135
+ startBalance?: {
2136
+ amount: string;
2137
+ currency: string;
2138
+ } | null | undefined;
2139
+ fixedPaymentTerms?: {
2140
+ amount: string;
2141
+ currency: string;
2142
+ } | null | undefined;
2143
+ currentBalance?: {
2144
+ amount: string;
2145
+ currency: string;
2146
+ } | null | undefined;
2147
+ delinquentBalance?: {
2148
+ amount: string;
2149
+ currency: string;
2150
+ } | null | undefined;
2151
+ }> & {
2152
+ type: string;
2153
+ name: string;
2154
+ dob: string;
2155
+ startDate: string;
2156
+ lastUpdate: string;
2157
+ endDate: string;
2158
+ nameMatchStatus: string;
2159
+ paymentFrequency: string;
2160
+ paymentHistory: mongoose.Types.DocumentArray<{
2161
+ ageInMonths: string;
2162
+ paymentStatus: string;
2163
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
2164
+ ageInMonths: string;
2165
+ paymentStatus: string;
2166
+ }> & {
2167
+ ageInMonths: string;
2168
+ paymentStatus: string;
2169
+ }>;
2170
+ startBalance?: {
2171
+ amount: string;
2172
+ currency: string;
2173
+ } | null | undefined;
2174
+ fixedPaymentTerms?: {
2175
+ amount: string;
2176
+ currency: string;
2177
+ } | null | undefined;
2178
+ currentBalance?: {
2179
+ amount: string;
2180
+ currency: string;
2181
+ } | null | undefined;
2182
+ delinquentBalance?: {
2183
+ amount: string;
2184
+ currency: string;
2185
+ } | null | undefined;
2186
+ }>;
2187
+ accountInformation: mongoose.Types.DocumentArray<{
2188
+ type: string;
2189
+ name: string;
2190
+ dob: string;
2191
+ startDate: string;
2192
+ lastUpdate: string;
2193
+ endDate: string;
2194
+ nameMatchStatus: string;
2195
+ paymentFrequency: string;
2196
+ paymentHistory: mongoose.Types.DocumentArray<{
2197
+ ageInMonths: string;
2198
+ paymentStatus: string;
2199
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
2200
+ ageInMonths: string;
2201
+ paymentStatus: string;
2202
+ }> & {
2203
+ ageInMonths: string;
2204
+ paymentStatus: string;
2205
+ }>;
2206
+ startBalance?: {
2207
+ amount: string;
2208
+ currency: string;
2209
+ } | null | undefined;
2210
+ fixedPaymentTerms?: {
2211
+ amount: string;
2212
+ currency: string;
2213
+ } | null | undefined;
2214
+ currentBalance?: {
2215
+ amount: string;
2216
+ currency: string;
2217
+ } | null | undefined;
2218
+ delinquentBalance?: {
2219
+ amount: string;
2220
+ currency: string;
2221
+ } | null | undefined;
2222
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
2223
+ type: string;
2224
+ name: string;
2225
+ dob: string;
2226
+ startDate: string;
2227
+ lastUpdate: string;
2228
+ endDate: string;
2229
+ nameMatchStatus: string;
2230
+ paymentFrequency: string;
2231
+ paymentHistory: mongoose.Types.DocumentArray<{
2232
+ ageInMonths: string;
2233
+ paymentStatus: string;
2234
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
2235
+ ageInMonths: string;
2236
+ paymentStatus: string;
2237
+ }> & {
2238
+ ageInMonths: string;
2239
+ paymentStatus: string;
2240
+ }>;
2241
+ startBalance?: {
2242
+ amount: string;
2243
+ currency: string;
2244
+ } | null | undefined;
2245
+ fixedPaymentTerms?: {
2246
+ amount: string;
2247
+ currency: string;
2248
+ } | null | undefined;
2249
+ currentBalance?: {
2250
+ amount: string;
2251
+ currency: string;
2252
+ } | null | undefined;
2253
+ delinquentBalance?: {
2254
+ amount: string;
2255
+ currency: string;
2256
+ } | null | undefined;
2257
+ }> & {
2258
+ type: string;
2259
+ name: string;
2260
+ dob: string;
2261
+ startDate: string;
2262
+ lastUpdate: string;
2263
+ endDate: string;
2264
+ nameMatchStatus: string;
2265
+ paymentFrequency: string;
2266
+ paymentHistory: mongoose.Types.DocumentArray<{
2267
+ ageInMonths: string;
2268
+ paymentStatus: string;
2269
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
2270
+ ageInMonths: string;
2271
+ paymentStatus: string;
2272
+ }> & {
2273
+ ageInMonths: string;
2274
+ paymentStatus: string;
2275
+ }>;
2276
+ startBalance?: {
2277
+ amount: string;
2278
+ currency: string;
2279
+ } | null | undefined;
2280
+ fixedPaymentTerms?: {
2281
+ amount: string;
2282
+ currency: string;
2283
+ } | null | undefined;
2284
+ currentBalance?: {
2285
+ amount: string;
2286
+ currency: string;
2287
+ } | null | undefined;
2288
+ delinquentBalance?: {
2289
+ amount: string;
2290
+ currency: string;
2291
+ } | null | undefined;
2292
+ }>;
2293
+ accountLinkedInformations: mongoose.Types.DocumentArray<{
2294
+ type: string;
2295
+ name: string;
2296
+ dob: string;
2297
+ startDate: string;
2298
+ lastUpdate: string;
2299
+ endDate: string;
2300
+ nameMatchStatus: string;
2301
+ paymentFrequency: string;
2302
+ paymentHistory: mongoose.Types.DocumentArray<{
2303
+ ageInMonths: string;
2304
+ paymentStatus: string;
2305
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
2306
+ ageInMonths: string;
2307
+ paymentStatus: string;
2308
+ }> & {
2309
+ ageInMonths: string;
2310
+ paymentStatus: string;
2311
+ }>;
2312
+ startBalance?: {
2313
+ amount: string;
2314
+ currency: string;
2315
+ } | null | undefined;
2316
+ fixedPaymentTerms?: {
2317
+ amount: string;
2318
+ currency: string;
2319
+ } | null | undefined;
2320
+ currentBalance?: {
2321
+ amount: string;
2322
+ currency: string;
2323
+ } | null | undefined;
2324
+ delinquentBalance?: {
2325
+ amount: string;
2326
+ currency: string;
2327
+ } | null | undefined;
2328
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
2329
+ type: string;
2330
+ name: string;
2331
+ dob: string;
2332
+ startDate: string;
2333
+ lastUpdate: string;
2334
+ endDate: string;
2335
+ nameMatchStatus: string;
2336
+ paymentFrequency: string;
2337
+ paymentHistory: mongoose.Types.DocumentArray<{
2338
+ ageInMonths: string;
2339
+ paymentStatus: string;
2340
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
2341
+ ageInMonths: string;
2342
+ paymentStatus: string;
2343
+ }> & {
2344
+ ageInMonths: string;
2345
+ paymentStatus: string;
2346
+ }>;
2347
+ startBalance?: {
2348
+ amount: string;
2349
+ currency: string;
2350
+ } | null | undefined;
2351
+ fixedPaymentTerms?: {
2352
+ amount: string;
2353
+ currency: string;
2354
+ } | null | undefined;
2355
+ currentBalance?: {
2356
+ amount: string;
2357
+ currency: string;
2358
+ } | null | undefined;
2359
+ delinquentBalance?: {
2360
+ amount: string;
2361
+ currency: string;
2362
+ } | null | undefined;
2363
+ }> & {
2364
+ type: string;
2365
+ name: string;
2366
+ dob: string;
2367
+ startDate: string;
2368
+ lastUpdate: string;
2369
+ endDate: string;
2370
+ nameMatchStatus: string;
2371
+ paymentFrequency: string;
2372
+ paymentHistory: mongoose.Types.DocumentArray<{
2373
+ ageInMonths: string;
2374
+ paymentStatus: string;
2375
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
2376
+ ageInMonths: string;
2377
+ paymentStatus: string;
2378
+ }> & {
2379
+ ageInMonths: string;
2380
+ paymentStatus: string;
2381
+ }>;
2382
+ startBalance?: {
2383
+ amount: string;
2384
+ currency: string;
2385
+ } | null | undefined;
2386
+ fixedPaymentTerms?: {
2387
+ amount: string;
2388
+ currency: string;
2389
+ } | null | undefined;
2390
+ currentBalance?: {
2391
+ amount: string;
2392
+ currency: string;
2393
+ } | null | undefined;
2394
+ delinquentBalance?: {
2395
+ amount: string;
2396
+ currency: string;
2397
+ } | null | undefined;
2398
+ }>;
2399
+ electoralInformation: mongoose.Types.DocumentArray<{
2400
+ name: string;
2401
+ startDate: string;
2402
+ endDate: string;
2403
+ nameMatchStatus: string;
2404
+ seniority: string;
2405
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
2406
+ name: string;
2407
+ startDate: string;
2408
+ endDate: string;
2409
+ nameMatchStatus: string;
2410
+ seniority: string;
2411
+ }> & {
2412
+ name: string;
2413
+ startDate: string;
2414
+ endDate: string;
2415
+ nameMatchStatus: string;
2416
+ seniority: string;
2417
+ }>;
2418
+ electoralLinkedInformations: mongoose.Types.DocumentArray<{
2419
+ name: string;
2420
+ startDate: string;
2421
+ endDate: string;
2422
+ nameMatchStatus: string;
2423
+ seniority: string;
2424
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
2425
+ name: string;
2426
+ startDate: string;
2427
+ endDate: string;
2428
+ nameMatchStatus: string;
2429
+ seniority: string;
2430
+ }> & {
2431
+ name: string;
2432
+ startDate: string;
2433
+ endDate: string;
2434
+ nameMatchStatus: string;
2435
+ seniority: string;
2436
+ }>;
2437
+ linkedAddresses: mongoose.Types.DocumentArray<{
2438
+ type: "current" | "previous";
2439
+ address?: {
2440
+ number: string;
2441
+ street: string;
2442
+ county: string;
2443
+ postcode: string;
2444
+ postTown: string;
2445
+ addressId: string;
2446
+ } | null | undefined;
2447
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
2448
+ type: "current" | "previous";
2449
+ address?: {
2450
+ number: string;
2451
+ street: string;
2452
+ county: string;
2453
+ postcode: string;
2454
+ postTown: string;
2455
+ addressId: string;
2456
+ } | null | undefined;
2457
+ }> & {
2458
+ type: "current" | "previous";
2459
+ address?: {
2460
+ number: string;
2461
+ street: string;
2462
+ county: string;
2463
+ postcode: string;
2464
+ postTown: string;
2465
+ addressId: string;
2466
+ } | null | undefined;
2467
+ }>;
2468
+ currentAddresses: mongoose.Types.DocumentArray<{
2469
+ address?: {
2470
+ number: string;
2471
+ name: string;
2472
+ postcode: string;
2473
+ postTown: string;
2474
+ country: string;
2475
+ street1: string;
2476
+ } | null | undefined;
2477
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
2478
+ address?: {
2479
+ number: string;
2480
+ name: string;
2481
+ postcode: string;
2482
+ postTown: string;
2483
+ country: string;
2484
+ street1: string;
2485
+ } | null | undefined;
2486
+ }> & {
2487
+ address?: {
2488
+ number: string;
2489
+ name: string;
2490
+ postcode: string;
2491
+ postTown: string;
2492
+ country: string;
2493
+ street1: string;
2494
+ } | null | undefined;
2495
+ }>;
2496
+ previousSearches: mongoose.Types.DocumentArray<{
2497
+ name: string;
2498
+ dob: string;
2499
+ nameMatchStatus: string;
2500
+ companyType: string;
2501
+ jointApplicant: boolean;
2502
+ searchType: string;
2503
+ searchDate: string;
2504
+ optIn: boolean;
2505
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
2506
+ name: string;
2507
+ dob: string;
2508
+ nameMatchStatus: string;
2509
+ companyType: string;
2510
+ jointApplicant: boolean;
2511
+ searchType: string;
2512
+ searchDate: string;
2513
+ optIn: boolean;
2514
+ }> & {
2515
+ name: string;
2516
+ dob: string;
2517
+ nameMatchStatus: string;
2518
+ companyType: string;
2519
+ jointApplicant: boolean;
2520
+ searchType: string;
2521
+ searchDate: string;
2522
+ optIn: boolean;
2523
+ }>;
2524
+ noticeofCorrection: mongoose.Types.DocumentArray<{
2525
+ type: "active" | "historical";
2526
+ noc?: {
2527
+ text: string;
2528
+ name: string;
2529
+ nameMatchStatus: string;
2530
+ dataNoticeCreated: string;
2531
+ } | null | undefined;
2532
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
2533
+ type: "active" | "historical";
2534
+ noc?: {
2535
+ text: string;
2536
+ name: string;
2537
+ nameMatchStatus: string;
2538
+ dataNoticeCreated: string;
2539
+ } | null | undefined;
2540
+ }> & {
2541
+ type: "active" | "historical";
2542
+ noc?: {
2543
+ text: string;
2544
+ name: string;
2545
+ nameMatchStatus: string;
2546
+ dataNoticeCreated: string;
2547
+ } | null | undefined;
2548
+ }>;
2549
+ isEquifaxData: boolean;
2550
+ confirmedAt: NativeDate;
2551
+ searchCriteriaDifferences: string;
2552
+ }, mongoose.Document<unknown, {}, mongoose.FlatRecord<{
2553
+ createdAt: NativeDate;
2554
+ updatedAt: NativeDate;
2555
+ } & {
2556
+ comment: string;
2557
+ applicantId: mongoose.Types.ObjectId;
2558
+ applicantName: string;
2559
+ isConfirmed: boolean;
2560
+ searchDate: NativeDate;
2561
+ referenceNumber: string;
2562
+ applicantDob: string;
2563
+ requestDate: string;
2564
+ expiredDate: string;
2565
+ hasExpired: boolean;
2566
+ creditDefaults: string;
2567
+ countyCourtJudgment: string;
2568
+ securedArrears: string;
2569
+ unsecuredArrears: string;
2570
+ bankruptcyOrIva: string;
2571
+ notMapped: any;
2572
+ aliasNames: mongoose.Types.DocumentArray<{
2573
+ dob: string;
2574
+ forename: string;
2575
+ surname: string;
2576
+ middlename: string;
2577
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
2578
+ dob: string;
2579
+ forename: string;
2580
+ surname: string;
2581
+ middlename: string;
2582
+ }> & {
2583
+ dob: string;
2584
+ forename: string;
2585
+ surname: string;
2586
+ middlename: string;
2587
+ }>;
2588
+ associates: mongoose.Types.DocumentArray<{
2589
+ dob: string;
2590
+ forename: string;
2591
+ surname: string;
2592
+ middlename: string;
2593
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
2594
+ dob: string;
2595
+ forename: string;
2596
+ surname: string;
2597
+ middlename: string;
2598
+ }> & {
2599
+ dob: string;
2600
+ forename: string;
2601
+ surname: string;
2602
+ middlename: string;
2603
+ }>;
2604
+ linkedAddressData: mongoose.Types.DocumentArray<{
2605
+ type: string;
2606
+ name: string;
2607
+ dob: string;
2608
+ startDate: string;
2609
+ lastUpdate: string;
2610
+ endDate: string;
2611
+ nameMatchStatus: string;
2612
+ paymentFrequency: string;
2613
+ paymentHistory: mongoose.Types.DocumentArray<{
2614
+ ageInMonths: string;
2615
+ paymentStatus: string;
2616
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
2617
+ ageInMonths: string;
2618
+ paymentStatus: string;
2619
+ }> & {
2620
+ ageInMonths: string;
2621
+ paymentStatus: string;
2622
+ }>;
2623
+ startBalance?: {
2624
+ amount: string;
2625
+ currency: string;
2626
+ } | null | undefined;
2627
+ fixedPaymentTerms?: {
2628
+ amount: string;
2629
+ currency: string;
2630
+ } | null | undefined;
2631
+ currentBalance?: {
2632
+ amount: string;
2633
+ currency: string;
2634
+ } | null | undefined;
2635
+ delinquentBalance?: {
2636
+ amount: string;
2637
+ currency: string;
2638
+ } | null | undefined;
2639
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
2640
+ type: string;
2641
+ name: string;
2642
+ dob: string;
2643
+ startDate: string;
2644
+ lastUpdate: string;
2645
+ endDate: string;
2646
+ nameMatchStatus: string;
2647
+ paymentFrequency: string;
2648
+ paymentHistory: mongoose.Types.DocumentArray<{
2649
+ ageInMonths: string;
2650
+ paymentStatus: string;
2651
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
2652
+ ageInMonths: string;
2653
+ paymentStatus: string;
2654
+ }> & {
2655
+ ageInMonths: string;
2656
+ paymentStatus: string;
2657
+ }>;
2658
+ startBalance?: {
2659
+ amount: string;
2660
+ currency: string;
2661
+ } | null | undefined;
2662
+ fixedPaymentTerms?: {
2663
+ amount: string;
2664
+ currency: string;
2665
+ } | null | undefined;
2666
+ currentBalance?: {
2667
+ amount: string;
2668
+ currency: string;
2669
+ } | null | undefined;
2670
+ delinquentBalance?: {
2671
+ amount: string;
2672
+ currency: string;
2673
+ } | null | undefined;
2674
+ }> & {
2675
+ type: string;
2676
+ name: string;
2677
+ dob: string;
2678
+ startDate: string;
2679
+ lastUpdate: string;
2680
+ endDate: string;
2681
+ nameMatchStatus: string;
2682
+ paymentFrequency: string;
2683
+ paymentHistory: mongoose.Types.DocumentArray<{
2684
+ ageInMonths: string;
2685
+ paymentStatus: string;
2686
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
2687
+ ageInMonths: string;
2688
+ paymentStatus: string;
2689
+ }> & {
2690
+ ageInMonths: string;
2691
+ paymentStatus: string;
2692
+ }>;
2693
+ startBalance?: {
2694
+ amount: string;
2695
+ currency: string;
2696
+ } | null | undefined;
2697
+ fixedPaymentTerms?: {
2698
+ amount: string;
2699
+ currency: string;
2700
+ } | null | undefined;
2701
+ currentBalance?: {
2702
+ amount: string;
2703
+ currency: string;
2704
+ } | null | undefined;
2705
+ delinquentBalance?: {
2706
+ amount: string;
2707
+ currency: string;
2708
+ } | null | undefined;
2709
+ }>;
2710
+ suppliedAddressData: mongoose.Types.DocumentArray<{
2711
+ type: string;
2712
+ name: string;
2713
+ dob: string;
2714
+ startDate: string;
2715
+ lastUpdate: string;
2716
+ endDate: string;
2717
+ nameMatchStatus: string;
2718
+ paymentFrequency: string;
2719
+ paymentHistory: mongoose.Types.DocumentArray<{
2720
+ ageInMonths: string;
2721
+ paymentStatus: string;
2722
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
2723
+ ageInMonths: string;
2724
+ paymentStatus: string;
2725
+ }> & {
2726
+ ageInMonths: string;
2727
+ paymentStatus: string;
2728
+ }>;
2729
+ startBalance?: {
2730
+ amount: string;
2731
+ currency: string;
2732
+ } | null | undefined;
2733
+ fixedPaymentTerms?: {
2734
+ amount: string;
2735
+ currency: string;
2736
+ } | null | undefined;
2737
+ currentBalance?: {
2738
+ amount: string;
2739
+ currency: string;
2740
+ } | null | undefined;
2741
+ delinquentBalance?: {
2742
+ amount: string;
2743
+ currency: string;
2744
+ } | null | undefined;
2745
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
2746
+ type: string;
2747
+ name: string;
2748
+ dob: string;
2749
+ startDate: string;
2750
+ lastUpdate: string;
2751
+ endDate: string;
2752
+ nameMatchStatus: string;
2753
+ paymentFrequency: string;
2754
+ paymentHistory: mongoose.Types.DocumentArray<{
2755
+ ageInMonths: string;
2756
+ paymentStatus: string;
2757
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
2758
+ ageInMonths: string;
2759
+ paymentStatus: string;
2760
+ }> & {
2761
+ ageInMonths: string;
2762
+ paymentStatus: string;
2763
+ }>;
2764
+ startBalance?: {
2765
+ amount: string;
2766
+ currency: string;
2767
+ } | null | undefined;
2768
+ fixedPaymentTerms?: {
2769
+ amount: string;
2770
+ currency: string;
2771
+ } | null | undefined;
2772
+ currentBalance?: {
2773
+ amount: string;
2774
+ currency: string;
2775
+ } | null | undefined;
2776
+ delinquentBalance?: {
2777
+ amount: string;
2778
+ currency: string;
2779
+ } | null | undefined;
2780
+ }> & {
2781
+ type: string;
2782
+ name: string;
2783
+ dob: string;
2784
+ startDate: string;
2785
+ lastUpdate: string;
2786
+ endDate: string;
2787
+ nameMatchStatus: string;
2788
+ paymentFrequency: string;
2789
+ paymentHistory: mongoose.Types.DocumentArray<{
2790
+ ageInMonths: string;
2791
+ paymentStatus: string;
2792
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
2793
+ ageInMonths: string;
2794
+ paymentStatus: string;
2795
+ }> & {
2796
+ ageInMonths: string;
2797
+ paymentStatus: string;
2798
+ }>;
2799
+ startBalance?: {
2800
+ amount: string;
2801
+ currency: string;
2802
+ } | null | undefined;
2803
+ fixedPaymentTerms?: {
2804
+ amount: string;
2805
+ currency: string;
2806
+ } | null | undefined;
2807
+ currentBalance?: {
2808
+ amount: string;
2809
+ currency: string;
2810
+ } | null | undefined;
2811
+ delinquentBalance?: {
2812
+ amount: string;
2813
+ currency: string;
2814
+ } | null | undefined;
2815
+ }>;
2816
+ accountInformation: mongoose.Types.DocumentArray<{
2817
+ type: string;
2818
+ name: string;
2819
+ dob: string;
2820
+ startDate: string;
2821
+ lastUpdate: string;
2822
+ endDate: string;
2823
+ nameMatchStatus: string;
2824
+ paymentFrequency: string;
2825
+ paymentHistory: mongoose.Types.DocumentArray<{
2826
+ ageInMonths: string;
2827
+ paymentStatus: string;
2828
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
2829
+ ageInMonths: string;
2830
+ paymentStatus: string;
2831
+ }> & {
2832
+ ageInMonths: string;
2833
+ paymentStatus: string;
2834
+ }>;
2835
+ startBalance?: {
2836
+ amount: string;
2837
+ currency: string;
2838
+ } | null | undefined;
2839
+ fixedPaymentTerms?: {
2840
+ amount: string;
2841
+ currency: string;
2842
+ } | null | undefined;
2843
+ currentBalance?: {
2844
+ amount: string;
2845
+ currency: string;
2846
+ } | null | undefined;
2847
+ delinquentBalance?: {
2848
+ amount: string;
2849
+ currency: string;
2850
+ } | null | undefined;
2851
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
2852
+ type: string;
2853
+ name: string;
2854
+ dob: string;
2855
+ startDate: string;
2856
+ lastUpdate: string;
2857
+ endDate: string;
2858
+ nameMatchStatus: string;
2859
+ paymentFrequency: string;
2860
+ paymentHistory: mongoose.Types.DocumentArray<{
2861
+ ageInMonths: string;
2862
+ paymentStatus: string;
2863
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
2864
+ ageInMonths: string;
2865
+ paymentStatus: string;
2866
+ }> & {
2867
+ ageInMonths: string;
2868
+ paymentStatus: string;
2869
+ }>;
2870
+ startBalance?: {
2871
+ amount: string;
2872
+ currency: string;
2873
+ } | null | undefined;
2874
+ fixedPaymentTerms?: {
2875
+ amount: string;
2876
+ currency: string;
2877
+ } | null | undefined;
2878
+ currentBalance?: {
2879
+ amount: string;
2880
+ currency: string;
2881
+ } | null | undefined;
2882
+ delinquentBalance?: {
2883
+ amount: string;
2884
+ currency: string;
2885
+ } | null | undefined;
2886
+ }> & {
2887
+ type: string;
2888
+ name: string;
2889
+ dob: string;
2890
+ startDate: string;
2891
+ lastUpdate: string;
2892
+ endDate: string;
2893
+ nameMatchStatus: string;
2894
+ paymentFrequency: string;
2895
+ paymentHistory: mongoose.Types.DocumentArray<{
2896
+ ageInMonths: string;
2897
+ paymentStatus: string;
2898
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
2899
+ ageInMonths: string;
2900
+ paymentStatus: string;
2901
+ }> & {
2902
+ ageInMonths: string;
2903
+ paymentStatus: string;
2904
+ }>;
2905
+ startBalance?: {
2906
+ amount: string;
2907
+ currency: string;
2908
+ } | null | undefined;
2909
+ fixedPaymentTerms?: {
2910
+ amount: string;
2911
+ currency: string;
2912
+ } | null | undefined;
2913
+ currentBalance?: {
2914
+ amount: string;
2915
+ currency: string;
2916
+ } | null | undefined;
2917
+ delinquentBalance?: {
2918
+ amount: string;
2919
+ currency: string;
2920
+ } | null | undefined;
2921
+ }>;
2922
+ accountLinkedInformations: mongoose.Types.DocumentArray<{
2923
+ type: string;
2924
+ name: string;
2925
+ dob: string;
2926
+ startDate: string;
2927
+ lastUpdate: string;
2928
+ endDate: string;
2929
+ nameMatchStatus: string;
2930
+ paymentFrequency: string;
2931
+ paymentHistory: mongoose.Types.DocumentArray<{
2932
+ ageInMonths: string;
2933
+ paymentStatus: string;
2934
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
2935
+ ageInMonths: string;
2936
+ paymentStatus: string;
2937
+ }> & {
2938
+ ageInMonths: string;
2939
+ paymentStatus: string;
2940
+ }>;
2941
+ startBalance?: {
2942
+ amount: string;
2943
+ currency: string;
2944
+ } | null | undefined;
2945
+ fixedPaymentTerms?: {
2946
+ amount: string;
2947
+ currency: string;
2948
+ } | null | undefined;
2949
+ currentBalance?: {
2950
+ amount: string;
2951
+ currency: string;
2952
+ } | null | undefined;
2953
+ delinquentBalance?: {
2954
+ amount: string;
2955
+ currency: string;
2956
+ } | null | undefined;
2957
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
2958
+ type: string;
2959
+ name: string;
2960
+ dob: string;
2961
+ startDate: string;
2962
+ lastUpdate: string;
2963
+ endDate: string;
2964
+ nameMatchStatus: string;
2965
+ paymentFrequency: string;
2966
+ paymentHistory: mongoose.Types.DocumentArray<{
2967
+ ageInMonths: string;
2968
+ paymentStatus: string;
2969
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
2970
+ ageInMonths: string;
2971
+ paymentStatus: string;
2972
+ }> & {
2973
+ ageInMonths: string;
2974
+ paymentStatus: string;
2975
+ }>;
2976
+ startBalance?: {
2977
+ amount: string;
2978
+ currency: string;
2979
+ } | null | undefined;
2980
+ fixedPaymentTerms?: {
2981
+ amount: string;
2982
+ currency: string;
2983
+ } | null | undefined;
2984
+ currentBalance?: {
2985
+ amount: string;
2986
+ currency: string;
2987
+ } | null | undefined;
2988
+ delinquentBalance?: {
2989
+ amount: string;
2990
+ currency: string;
2991
+ } | null | undefined;
2992
+ }> & {
2993
+ type: string;
2994
+ name: string;
2995
+ dob: string;
2996
+ startDate: string;
2997
+ lastUpdate: string;
2998
+ endDate: string;
2999
+ nameMatchStatus: string;
3000
+ paymentFrequency: string;
3001
+ paymentHistory: mongoose.Types.DocumentArray<{
3002
+ ageInMonths: string;
3003
+ paymentStatus: string;
3004
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
3005
+ ageInMonths: string;
3006
+ paymentStatus: string;
3007
+ }> & {
3008
+ ageInMonths: string;
3009
+ paymentStatus: string;
3010
+ }>;
3011
+ startBalance?: {
3012
+ amount: string;
3013
+ currency: string;
3014
+ } | null | undefined;
3015
+ fixedPaymentTerms?: {
3016
+ amount: string;
3017
+ currency: string;
3018
+ } | null | undefined;
3019
+ currentBalance?: {
3020
+ amount: string;
3021
+ currency: string;
3022
+ } | null | undefined;
3023
+ delinquentBalance?: {
3024
+ amount: string;
3025
+ currency: string;
3026
+ } | null | undefined;
3027
+ }>;
3028
+ electoralInformation: mongoose.Types.DocumentArray<{
3029
+ name: string;
3030
+ startDate: string;
3031
+ endDate: string;
3032
+ nameMatchStatus: string;
3033
+ seniority: string;
3034
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
3035
+ name: string;
3036
+ startDate: string;
3037
+ endDate: string;
3038
+ nameMatchStatus: string;
3039
+ seniority: string;
3040
+ }> & {
3041
+ name: string;
3042
+ startDate: string;
3043
+ endDate: string;
3044
+ nameMatchStatus: string;
3045
+ seniority: string;
3046
+ }>;
3047
+ electoralLinkedInformations: mongoose.Types.DocumentArray<{
3048
+ name: string;
3049
+ startDate: string;
3050
+ endDate: string;
3051
+ nameMatchStatus: string;
3052
+ seniority: string;
3053
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
3054
+ name: string;
3055
+ startDate: string;
3056
+ endDate: string;
3057
+ nameMatchStatus: string;
3058
+ seniority: string;
3059
+ }> & {
3060
+ name: string;
3061
+ startDate: string;
3062
+ endDate: string;
3063
+ nameMatchStatus: string;
3064
+ seniority: string;
3065
+ }>;
3066
+ linkedAddresses: mongoose.Types.DocumentArray<{
3067
+ type: "current" | "previous";
3068
+ address?: {
3069
+ number: string;
3070
+ street: string;
3071
+ county: string;
3072
+ postcode: string;
3073
+ postTown: string;
3074
+ addressId: string;
3075
+ } | null | undefined;
3076
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
3077
+ type: "current" | "previous";
3078
+ address?: {
3079
+ number: string;
3080
+ street: string;
3081
+ county: string;
3082
+ postcode: string;
3083
+ postTown: string;
3084
+ addressId: string;
3085
+ } | null | undefined;
3086
+ }> & {
3087
+ type: "current" | "previous";
3088
+ address?: {
3089
+ number: string;
3090
+ street: string;
3091
+ county: string;
3092
+ postcode: string;
3093
+ postTown: string;
3094
+ addressId: string;
3095
+ } | null | undefined;
3096
+ }>;
3097
+ currentAddresses: mongoose.Types.DocumentArray<{
3098
+ address?: {
3099
+ number: string;
3100
+ name: string;
3101
+ postcode: string;
3102
+ postTown: string;
3103
+ country: string;
3104
+ street1: string;
3105
+ } | null | undefined;
3106
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
3107
+ address?: {
3108
+ number: string;
3109
+ name: string;
3110
+ postcode: string;
3111
+ postTown: string;
3112
+ country: string;
3113
+ street1: string;
3114
+ } | null | undefined;
3115
+ }> & {
3116
+ address?: {
3117
+ number: string;
3118
+ name: string;
3119
+ postcode: string;
3120
+ postTown: string;
3121
+ country: string;
3122
+ street1: string;
3123
+ } | null | undefined;
3124
+ }>;
3125
+ previousSearches: mongoose.Types.DocumentArray<{
3126
+ name: string;
3127
+ dob: string;
3128
+ nameMatchStatus: string;
3129
+ companyType: string;
3130
+ jointApplicant: boolean;
3131
+ searchType: string;
3132
+ searchDate: string;
3133
+ optIn: boolean;
3134
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
3135
+ name: string;
3136
+ dob: string;
3137
+ nameMatchStatus: string;
3138
+ companyType: string;
3139
+ jointApplicant: boolean;
3140
+ searchType: string;
3141
+ searchDate: string;
3142
+ optIn: boolean;
3143
+ }> & {
3144
+ name: string;
3145
+ dob: string;
3146
+ nameMatchStatus: string;
3147
+ companyType: string;
3148
+ jointApplicant: boolean;
3149
+ searchType: string;
3150
+ searchDate: string;
3151
+ optIn: boolean;
3152
+ }>;
3153
+ noticeofCorrection: mongoose.Types.DocumentArray<{
3154
+ type: "active" | "historical";
3155
+ noc?: {
3156
+ text: string;
3157
+ name: string;
3158
+ nameMatchStatus: string;
3159
+ dataNoticeCreated: string;
3160
+ } | null | undefined;
3161
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
3162
+ type: "active" | "historical";
3163
+ noc?: {
3164
+ text: string;
3165
+ name: string;
3166
+ nameMatchStatus: string;
3167
+ dataNoticeCreated: string;
3168
+ } | null | undefined;
3169
+ }> & {
3170
+ type: "active" | "historical";
3171
+ noc?: {
3172
+ text: string;
3173
+ name: string;
3174
+ nameMatchStatus: string;
3175
+ dataNoticeCreated: string;
3176
+ } | null | undefined;
3177
+ }>;
3178
+ isEquifaxData: boolean;
3179
+ confirmedAt: NativeDate;
3180
+ searchCriteriaDifferences: string;
3181
+ }>, {}> & mongoose.FlatRecord<{
3182
+ createdAt: NativeDate;
3183
+ updatedAt: NativeDate;
3184
+ } & {
3185
+ comment: string;
3186
+ applicantId: mongoose.Types.ObjectId;
3187
+ applicantName: string;
3188
+ isConfirmed: boolean;
3189
+ searchDate: NativeDate;
3190
+ referenceNumber: string;
3191
+ applicantDob: string;
3192
+ requestDate: string;
3193
+ expiredDate: string;
3194
+ hasExpired: boolean;
3195
+ creditDefaults: string;
3196
+ countyCourtJudgment: string;
3197
+ securedArrears: string;
3198
+ unsecuredArrears: string;
3199
+ bankruptcyOrIva: string;
3200
+ notMapped: any;
3201
+ aliasNames: mongoose.Types.DocumentArray<{
3202
+ dob: string;
3203
+ forename: string;
3204
+ surname: string;
3205
+ middlename: string;
3206
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
3207
+ dob: string;
3208
+ forename: string;
3209
+ surname: string;
3210
+ middlename: string;
3211
+ }> & {
3212
+ dob: string;
3213
+ forename: string;
3214
+ surname: string;
3215
+ middlename: string;
3216
+ }>;
3217
+ associates: mongoose.Types.DocumentArray<{
3218
+ dob: string;
3219
+ forename: string;
3220
+ surname: string;
3221
+ middlename: string;
3222
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
3223
+ dob: string;
3224
+ forename: string;
3225
+ surname: string;
3226
+ middlename: string;
3227
+ }> & {
3228
+ dob: string;
3229
+ forename: string;
3230
+ surname: string;
3231
+ middlename: string;
3232
+ }>;
3233
+ linkedAddressData: mongoose.Types.DocumentArray<{
3234
+ type: string;
3235
+ name: string;
3236
+ dob: string;
3237
+ startDate: string;
3238
+ lastUpdate: string;
3239
+ endDate: string;
3240
+ nameMatchStatus: string;
3241
+ paymentFrequency: string;
3242
+ paymentHistory: mongoose.Types.DocumentArray<{
3243
+ ageInMonths: string;
3244
+ paymentStatus: string;
3245
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
3246
+ ageInMonths: string;
3247
+ paymentStatus: string;
3248
+ }> & {
3249
+ ageInMonths: string;
3250
+ paymentStatus: string;
3251
+ }>;
3252
+ startBalance?: {
3253
+ amount: string;
3254
+ currency: string;
3255
+ } | null | undefined;
3256
+ fixedPaymentTerms?: {
3257
+ amount: string;
3258
+ currency: string;
3259
+ } | null | undefined;
3260
+ currentBalance?: {
3261
+ amount: string;
3262
+ currency: string;
3263
+ } | null | undefined;
3264
+ delinquentBalance?: {
3265
+ amount: string;
3266
+ currency: string;
3267
+ } | null | undefined;
3268
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
3269
+ type: string;
3270
+ name: string;
3271
+ dob: string;
3272
+ startDate: string;
3273
+ lastUpdate: string;
3274
+ endDate: string;
3275
+ nameMatchStatus: string;
3276
+ paymentFrequency: string;
3277
+ paymentHistory: mongoose.Types.DocumentArray<{
3278
+ ageInMonths: string;
3279
+ paymentStatus: string;
3280
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
3281
+ ageInMonths: string;
3282
+ paymentStatus: string;
3283
+ }> & {
3284
+ ageInMonths: string;
3285
+ paymentStatus: string;
3286
+ }>;
3287
+ startBalance?: {
3288
+ amount: string;
3289
+ currency: string;
3290
+ } | null | undefined;
3291
+ fixedPaymentTerms?: {
3292
+ amount: string;
3293
+ currency: string;
3294
+ } | null | undefined;
3295
+ currentBalance?: {
3296
+ amount: string;
3297
+ currency: string;
3298
+ } | null | undefined;
3299
+ delinquentBalance?: {
3300
+ amount: string;
3301
+ currency: string;
3302
+ } | null | undefined;
3303
+ }> & {
3304
+ type: string;
3305
+ name: string;
3306
+ dob: string;
3307
+ startDate: string;
3308
+ lastUpdate: string;
3309
+ endDate: string;
3310
+ nameMatchStatus: string;
3311
+ paymentFrequency: string;
3312
+ paymentHistory: mongoose.Types.DocumentArray<{
3313
+ ageInMonths: string;
3314
+ paymentStatus: string;
3315
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
3316
+ ageInMonths: string;
3317
+ paymentStatus: string;
3318
+ }> & {
3319
+ ageInMonths: string;
3320
+ paymentStatus: string;
3321
+ }>;
3322
+ startBalance?: {
3323
+ amount: string;
3324
+ currency: string;
3325
+ } | null | undefined;
3326
+ fixedPaymentTerms?: {
3327
+ amount: string;
3328
+ currency: string;
3329
+ } | null | undefined;
3330
+ currentBalance?: {
3331
+ amount: string;
3332
+ currency: string;
3333
+ } | null | undefined;
3334
+ delinquentBalance?: {
3335
+ amount: string;
3336
+ currency: string;
3337
+ } | null | undefined;
3338
+ }>;
3339
+ suppliedAddressData: mongoose.Types.DocumentArray<{
3340
+ type: string;
3341
+ name: string;
3342
+ dob: string;
3343
+ startDate: string;
3344
+ lastUpdate: string;
3345
+ endDate: string;
3346
+ nameMatchStatus: string;
3347
+ paymentFrequency: string;
3348
+ paymentHistory: mongoose.Types.DocumentArray<{
3349
+ ageInMonths: string;
3350
+ paymentStatus: string;
3351
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
3352
+ ageInMonths: string;
3353
+ paymentStatus: string;
3354
+ }> & {
3355
+ ageInMonths: string;
3356
+ paymentStatus: string;
3357
+ }>;
3358
+ startBalance?: {
3359
+ amount: string;
3360
+ currency: string;
3361
+ } | null | undefined;
3362
+ fixedPaymentTerms?: {
3363
+ amount: string;
3364
+ currency: string;
3365
+ } | null | undefined;
3366
+ currentBalance?: {
3367
+ amount: string;
3368
+ currency: string;
3369
+ } | null | undefined;
3370
+ delinquentBalance?: {
3371
+ amount: string;
3372
+ currency: string;
3373
+ } | null | undefined;
3374
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
3375
+ type: string;
3376
+ name: string;
3377
+ dob: string;
3378
+ startDate: string;
3379
+ lastUpdate: string;
3380
+ endDate: string;
3381
+ nameMatchStatus: string;
3382
+ paymentFrequency: string;
3383
+ paymentHistory: mongoose.Types.DocumentArray<{
3384
+ ageInMonths: string;
3385
+ paymentStatus: string;
3386
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
3387
+ ageInMonths: string;
3388
+ paymentStatus: string;
3389
+ }> & {
3390
+ ageInMonths: string;
3391
+ paymentStatus: string;
3392
+ }>;
3393
+ startBalance?: {
3394
+ amount: string;
3395
+ currency: string;
3396
+ } | null | undefined;
3397
+ fixedPaymentTerms?: {
3398
+ amount: string;
3399
+ currency: string;
3400
+ } | null | undefined;
3401
+ currentBalance?: {
3402
+ amount: string;
3403
+ currency: string;
3404
+ } | null | undefined;
3405
+ delinquentBalance?: {
3406
+ amount: string;
3407
+ currency: string;
3408
+ } | null | undefined;
3409
+ }> & {
3410
+ type: string;
3411
+ name: string;
3412
+ dob: string;
3413
+ startDate: string;
3414
+ lastUpdate: string;
3415
+ endDate: string;
3416
+ nameMatchStatus: string;
3417
+ paymentFrequency: string;
3418
+ paymentHistory: mongoose.Types.DocumentArray<{
3419
+ ageInMonths: string;
3420
+ paymentStatus: string;
3421
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
3422
+ ageInMonths: string;
3423
+ paymentStatus: string;
3424
+ }> & {
3425
+ ageInMonths: string;
3426
+ paymentStatus: string;
3427
+ }>;
3428
+ startBalance?: {
3429
+ amount: string;
3430
+ currency: string;
3431
+ } | null | undefined;
3432
+ fixedPaymentTerms?: {
3433
+ amount: string;
3434
+ currency: string;
3435
+ } | null | undefined;
3436
+ currentBalance?: {
3437
+ amount: string;
3438
+ currency: string;
3439
+ } | null | undefined;
3440
+ delinquentBalance?: {
3441
+ amount: string;
3442
+ currency: string;
3443
+ } | null | undefined;
3444
+ }>;
3445
+ accountInformation: mongoose.Types.DocumentArray<{
3446
+ type: string;
3447
+ name: string;
3448
+ dob: string;
3449
+ startDate: string;
3450
+ lastUpdate: string;
3451
+ endDate: string;
3452
+ nameMatchStatus: string;
3453
+ paymentFrequency: string;
3454
+ paymentHistory: mongoose.Types.DocumentArray<{
3455
+ ageInMonths: string;
3456
+ paymentStatus: string;
3457
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
3458
+ ageInMonths: string;
3459
+ paymentStatus: string;
3460
+ }> & {
3461
+ ageInMonths: string;
3462
+ paymentStatus: string;
3463
+ }>;
3464
+ startBalance?: {
3465
+ amount: string;
3466
+ currency: string;
3467
+ } | null | undefined;
3468
+ fixedPaymentTerms?: {
3469
+ amount: string;
3470
+ currency: string;
3471
+ } | null | undefined;
3472
+ currentBalance?: {
3473
+ amount: string;
3474
+ currency: string;
3475
+ } | null | undefined;
3476
+ delinquentBalance?: {
3477
+ amount: string;
3478
+ currency: string;
3479
+ } | null | undefined;
3480
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
3481
+ type: string;
3482
+ name: string;
3483
+ dob: string;
3484
+ startDate: string;
3485
+ lastUpdate: string;
3486
+ endDate: string;
3487
+ nameMatchStatus: string;
3488
+ paymentFrequency: string;
3489
+ paymentHistory: mongoose.Types.DocumentArray<{
3490
+ ageInMonths: string;
3491
+ paymentStatus: string;
3492
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
3493
+ ageInMonths: string;
3494
+ paymentStatus: string;
3495
+ }> & {
3496
+ ageInMonths: string;
3497
+ paymentStatus: string;
3498
+ }>;
3499
+ startBalance?: {
3500
+ amount: string;
3501
+ currency: string;
3502
+ } | null | undefined;
3503
+ fixedPaymentTerms?: {
3504
+ amount: string;
3505
+ currency: string;
3506
+ } | null | undefined;
3507
+ currentBalance?: {
3508
+ amount: string;
3509
+ currency: string;
3510
+ } | null | undefined;
3511
+ delinquentBalance?: {
3512
+ amount: string;
3513
+ currency: string;
3514
+ } | null | undefined;
3515
+ }> & {
3516
+ type: string;
3517
+ name: string;
3518
+ dob: string;
3519
+ startDate: string;
3520
+ lastUpdate: string;
3521
+ endDate: string;
3522
+ nameMatchStatus: string;
3523
+ paymentFrequency: string;
3524
+ paymentHistory: mongoose.Types.DocumentArray<{
3525
+ ageInMonths: string;
3526
+ paymentStatus: string;
3527
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
3528
+ ageInMonths: string;
3529
+ paymentStatus: string;
3530
+ }> & {
3531
+ ageInMonths: string;
3532
+ paymentStatus: string;
3533
+ }>;
3534
+ startBalance?: {
3535
+ amount: string;
3536
+ currency: string;
3537
+ } | null | undefined;
3538
+ fixedPaymentTerms?: {
3539
+ amount: string;
3540
+ currency: string;
3541
+ } | null | undefined;
3542
+ currentBalance?: {
3543
+ amount: string;
3544
+ currency: string;
3545
+ } | null | undefined;
3546
+ delinquentBalance?: {
3547
+ amount: string;
3548
+ currency: string;
3549
+ } | null | undefined;
3550
+ }>;
3551
+ accountLinkedInformations: mongoose.Types.DocumentArray<{
3552
+ type: string;
3553
+ name: string;
3554
+ dob: string;
3555
+ startDate: string;
3556
+ lastUpdate: string;
3557
+ endDate: string;
3558
+ nameMatchStatus: string;
3559
+ paymentFrequency: string;
3560
+ paymentHistory: mongoose.Types.DocumentArray<{
3561
+ ageInMonths: string;
3562
+ paymentStatus: string;
3563
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
3564
+ ageInMonths: string;
3565
+ paymentStatus: string;
3566
+ }> & {
3567
+ ageInMonths: string;
3568
+ paymentStatus: string;
3569
+ }>;
3570
+ startBalance?: {
3571
+ amount: string;
3572
+ currency: string;
3573
+ } | null | undefined;
3574
+ fixedPaymentTerms?: {
3575
+ amount: string;
3576
+ currency: string;
3577
+ } | null | undefined;
3578
+ currentBalance?: {
3579
+ amount: string;
3580
+ currency: string;
3581
+ } | null | undefined;
3582
+ delinquentBalance?: {
3583
+ amount: string;
3584
+ currency: string;
3585
+ } | null | undefined;
3586
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
3587
+ type: string;
3588
+ name: string;
3589
+ dob: string;
3590
+ startDate: string;
3591
+ lastUpdate: string;
3592
+ endDate: string;
3593
+ nameMatchStatus: string;
3594
+ paymentFrequency: string;
3595
+ paymentHistory: mongoose.Types.DocumentArray<{
3596
+ ageInMonths: string;
3597
+ paymentStatus: string;
3598
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
3599
+ ageInMonths: string;
3600
+ paymentStatus: string;
3601
+ }> & {
3602
+ ageInMonths: string;
3603
+ paymentStatus: string;
3604
+ }>;
3605
+ startBalance?: {
3606
+ amount: string;
3607
+ currency: string;
3608
+ } | null | undefined;
3609
+ fixedPaymentTerms?: {
3610
+ amount: string;
3611
+ currency: string;
3612
+ } | null | undefined;
3613
+ currentBalance?: {
3614
+ amount: string;
3615
+ currency: string;
3616
+ } | null | undefined;
3617
+ delinquentBalance?: {
3618
+ amount: string;
3619
+ currency: string;
3620
+ } | null | undefined;
3621
+ }> & {
3622
+ type: string;
3623
+ name: string;
3624
+ dob: string;
3625
+ startDate: string;
3626
+ lastUpdate: string;
3627
+ endDate: string;
3628
+ nameMatchStatus: string;
3629
+ paymentFrequency: string;
3630
+ paymentHistory: mongoose.Types.DocumentArray<{
3631
+ ageInMonths: string;
3632
+ paymentStatus: string;
3633
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
3634
+ ageInMonths: string;
3635
+ paymentStatus: string;
3636
+ }> & {
3637
+ ageInMonths: string;
3638
+ paymentStatus: string;
3639
+ }>;
3640
+ startBalance?: {
3641
+ amount: string;
3642
+ currency: string;
3643
+ } | null | undefined;
3644
+ fixedPaymentTerms?: {
3645
+ amount: string;
3646
+ currency: string;
3647
+ } | null | undefined;
3648
+ currentBalance?: {
3649
+ amount: string;
3650
+ currency: string;
3651
+ } | null | undefined;
3652
+ delinquentBalance?: {
3653
+ amount: string;
3654
+ currency: string;
3655
+ } | null | undefined;
3656
+ }>;
3657
+ electoralInformation: mongoose.Types.DocumentArray<{
3658
+ name: string;
3659
+ startDate: string;
3660
+ endDate: string;
3661
+ nameMatchStatus: string;
3662
+ seniority: string;
3663
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
3664
+ name: string;
3665
+ startDate: string;
3666
+ endDate: string;
3667
+ nameMatchStatus: string;
3668
+ seniority: string;
3669
+ }> & {
3670
+ name: string;
3671
+ startDate: string;
3672
+ endDate: string;
3673
+ nameMatchStatus: string;
3674
+ seniority: string;
3675
+ }>;
3676
+ electoralLinkedInformations: mongoose.Types.DocumentArray<{
3677
+ name: string;
3678
+ startDate: string;
3679
+ endDate: string;
3680
+ nameMatchStatus: string;
3681
+ seniority: string;
3682
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
3683
+ name: string;
3684
+ startDate: string;
3685
+ endDate: string;
3686
+ nameMatchStatus: string;
3687
+ seniority: string;
3688
+ }> & {
3689
+ name: string;
3690
+ startDate: string;
3691
+ endDate: string;
3692
+ nameMatchStatus: string;
3693
+ seniority: string;
3694
+ }>;
3695
+ linkedAddresses: mongoose.Types.DocumentArray<{
3696
+ type: "current" | "previous";
3697
+ address?: {
3698
+ number: string;
3699
+ street: string;
3700
+ county: string;
3701
+ postcode: string;
3702
+ postTown: string;
3703
+ addressId: string;
3704
+ } | null | undefined;
3705
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
3706
+ type: "current" | "previous";
3707
+ address?: {
3708
+ number: string;
3709
+ street: string;
3710
+ county: string;
3711
+ postcode: string;
3712
+ postTown: string;
3713
+ addressId: string;
3714
+ } | null | undefined;
3715
+ }> & {
3716
+ type: "current" | "previous";
3717
+ address?: {
3718
+ number: string;
3719
+ street: string;
3720
+ county: string;
3721
+ postcode: string;
3722
+ postTown: string;
3723
+ addressId: string;
3724
+ } | null | undefined;
3725
+ }>;
3726
+ currentAddresses: mongoose.Types.DocumentArray<{
3727
+ address?: {
3728
+ number: string;
3729
+ name: string;
3730
+ postcode: string;
3731
+ postTown: string;
3732
+ country: string;
3733
+ street1: string;
3734
+ } | null | undefined;
3735
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
3736
+ address?: {
3737
+ number: string;
3738
+ name: string;
3739
+ postcode: string;
3740
+ postTown: string;
3741
+ country: string;
3742
+ street1: string;
3743
+ } | null | undefined;
3744
+ }> & {
3745
+ address?: {
3746
+ number: string;
3747
+ name: string;
3748
+ postcode: string;
3749
+ postTown: string;
3750
+ country: string;
3751
+ street1: string;
3752
+ } | null | undefined;
3753
+ }>;
3754
+ previousSearches: mongoose.Types.DocumentArray<{
3755
+ name: string;
3756
+ dob: string;
3757
+ nameMatchStatus: string;
3758
+ companyType: string;
3759
+ jointApplicant: boolean;
3760
+ searchType: string;
3761
+ searchDate: string;
3762
+ optIn: boolean;
3763
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
3764
+ name: string;
3765
+ dob: string;
3766
+ nameMatchStatus: string;
3767
+ companyType: string;
3768
+ jointApplicant: boolean;
3769
+ searchType: string;
3770
+ searchDate: string;
3771
+ optIn: boolean;
3772
+ }> & {
3773
+ name: string;
3774
+ dob: string;
3775
+ nameMatchStatus: string;
3776
+ companyType: string;
3777
+ jointApplicant: boolean;
3778
+ searchType: string;
3779
+ searchDate: string;
3780
+ optIn: boolean;
3781
+ }>;
3782
+ noticeofCorrection: mongoose.Types.DocumentArray<{
3783
+ type: "active" | "historical";
3784
+ noc?: {
3785
+ text: string;
3786
+ name: string;
3787
+ nameMatchStatus: string;
3788
+ dataNoticeCreated: string;
3789
+ } | null | undefined;
3790
+ }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
3791
+ type: "active" | "historical";
3792
+ noc?: {
3793
+ text: string;
3794
+ name: string;
3795
+ nameMatchStatus: string;
3796
+ dataNoticeCreated: string;
3797
+ } | null | undefined;
3798
+ }> & {
3799
+ type: "active" | "historical";
3800
+ noc?: {
3801
+ text: string;
3802
+ name: string;
3803
+ nameMatchStatus: string;
3804
+ dataNoticeCreated: string;
3805
+ } | null | undefined;
3806
+ }>;
3807
+ isEquifaxData: boolean;
3808
+ confirmedAt: NativeDate;
3809
+ searchCriteriaDifferences: string;
3810
+ }> & {
3811
+ _id: mongoose.Types.ObjectId;
3812
+ } & {
3813
+ __v: number;
3814
+ }>>;
3815
+ export default ApplicantCreditReportModel;
3816
+ //# sourceMappingURL=applicant-credit-report.model.d.ts.map