@dynamatix/gb-schemas 2.17.12 → 2.19.1

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