@dynamatix/gb-schemas 2.17.12 → 2.17.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (385) hide show
  1. package/dist/applicants/applicant-additional-income.model.d.ts +378 -0
  2. package/dist/applicants/applicant-additional-income.model.d.ts.map +1 -0
  3. package/dist/applicants/applicant-additional-income.model.js +35 -0
  4. package/dist/applicants/applicant-additional-income.type.d.ts +40 -0
  5. package/dist/applicants/applicant-additional-income.type.d.ts.map +1 -0
  6. package/dist/applicants/applicant-additional-income.type.js +1 -0
  7. package/dist/applicants/applicant-commitment-creditCard.model.d.ts +545 -0
  8. package/dist/applicants/applicant-commitment-creditCard.model.d.ts.map +1 -0
  9. package/dist/applicants/applicant-commitment-creditCard.model.js +40 -0
  10. package/dist/applicants/applicant-commitment-loan.model.d.ts +434 -0
  11. package/dist/applicants/applicant-commitment-loan.model.d.ts.map +1 -0
  12. package/dist/applicants/applicant-commitment-loan.model.js +51 -0
  13. package/dist/applicants/applicant-commitment-mortgage.model.d.ts +506 -0
  14. package/dist/applicants/applicant-commitment-mortgage.model.d.ts.map +1 -0
  15. package/dist/applicants/applicant-commitment-mortgage.model.js +69 -0
  16. package/dist/applicants/applicant-commitment-residence.model.d.ts +768 -0
  17. package/dist/applicants/applicant-commitment-residence.model.d.ts.map +1 -0
  18. package/dist/applicants/applicant-commitment-residence.model.js +57 -0
  19. package/dist/applicants/applicant-commitment-secureLoan.model.d.ts +426 -0
  20. package/dist/applicants/applicant-commitment-secureLoan.model.d.ts.map +1 -0
  21. package/dist/applicants/applicant-commitment-secureLoan.model.js +43 -0
  22. package/dist/applicants/applicant-commitment-unsecuredLoan.model.d.ts +426 -0
  23. package/dist/applicants/applicant-commitment-unsecuredLoan.model.d.ts.map +1 -0
  24. package/dist/applicants/applicant-commitment-unsecuredLoan.model.js +43 -0
  25. package/dist/applicants/applicant-credit-data.model.d.ts +60 -0
  26. package/dist/applicants/applicant-credit-data.model.d.ts.map +1 -0
  27. package/dist/applicants/applicant-credit-data.model.js +11 -0
  28. package/dist/applicants/applicant-credit-profile.model.d.ts +51 -0
  29. package/dist/applicants/applicant-credit-profile.model.d.ts.map +1 -0
  30. package/dist/applicants/applicant-credit-profile.model.js +20 -0
  31. package/dist/applicants/applicant-credit-report.model.d.ts +3816 -0
  32. package/dist/applicants/applicant-credit-report.model.d.ts.map +1 -0
  33. package/dist/applicants/applicant-credit-report.model.js +126 -0
  34. package/dist/applicants/applicant-credit-report.type.d.ts +145 -0
  35. package/dist/applicants/applicant-credit-report.type.d.ts.map +1 -0
  36. package/dist/applicants/applicant-credit-report.type.js +1 -0
  37. package/dist/applicants/applicant-direct-debit.model.d.ts +86 -0
  38. package/dist/applicants/applicant-direct-debit.model.d.ts.map +1 -0
  39. package/dist/applicants/applicant-direct-debit.model.js +16 -0
  40. package/dist/applicants/applicant-employment-income.model.d.ts +206 -0
  41. package/dist/applicants/applicant-employment-income.model.d.ts.map +1 -0
  42. package/dist/applicants/applicant-employment-income.model.js +20 -0
  43. package/dist/applicants/applicant-employment-income.type.d.ts +37 -0
  44. package/dist/applicants/applicant-employment-income.type.d.ts.map +1 -0
  45. package/dist/applicants/applicant-employment-income.type.js +1 -0
  46. package/dist/applicants/applicant-employment.model.d.ts +828 -0
  47. package/dist/applicants/applicant-employment.model.d.ts.map +1 -0
  48. package/dist/applicants/applicant-employment.model.js +46 -0
  49. package/dist/applicants/applicant-expenditure.model.d.ts +127 -0
  50. package/dist/applicants/applicant-expenditure.model.d.ts.map +1 -0
  51. package/dist/applicants/applicant-expenditure.model.js +146 -0
  52. package/dist/applicants/applicant-expenditure.type.d.ts +42 -0
  53. package/dist/applicants/applicant-expenditure.type.d.ts.map +1 -0
  54. package/dist/applicants/applicant-expenditure.type.js +1 -0
  55. package/dist/applicants/applicant-income-settings.model.d.ts +82 -0
  56. package/dist/applicants/applicant-income-settings.model.d.ts.map +1 -0
  57. package/dist/applicants/applicant-income-settings.model.js +22 -0
  58. package/dist/applicants/applicant-income-settings.type.d.ts +40 -0
  59. package/dist/applicants/applicant-income-settings.type.d.ts.map +1 -0
  60. package/dist/applicants/applicant-income-settings.type.js +1 -0
  61. package/dist/applicants/applicant-income-summary.model.d.ts +2964 -0
  62. package/dist/applicants/applicant-income-summary.model.d.ts.map +1 -0
  63. package/dist/applicants/applicant-income-summary.model.js +59 -0
  64. package/dist/applicants/applicant-income-summary.type.d.ts +72 -0
  65. package/dist/applicants/applicant-income-summary.type.d.ts.map +1 -0
  66. package/dist/applicants/applicant-income-summary.type.js +1 -0
  67. package/dist/applicants/applicant-large-exposure.model.d.ts +667 -0
  68. package/dist/applicants/applicant-large-exposure.model.d.ts.map +1 -0
  69. package/dist/applicants/applicant-large-exposure.model.js +16 -0
  70. package/dist/applicants/applicant-large-exposure.type.d.ts +39 -0
  71. package/dist/applicants/applicant-large-exposure.type.d.ts.map +1 -0
  72. package/dist/applicants/applicant-large-exposure.type.js +1 -0
  73. package/dist/applicants/applicant-pension-income.model.d.ts +494 -0
  74. package/dist/applicants/applicant-pension-income.model.d.ts.map +1 -0
  75. package/dist/applicants/applicant-pension-income.model.js +35 -0
  76. package/dist/applicants/applicant-pension-income.type.d.ts +40 -0
  77. package/dist/applicants/applicant-pension-income.type.d.ts.map +1 -0
  78. package/dist/applicants/applicant-pension-income.type.js +1 -0
  79. package/dist/applicants/applicant-property-income.model.d.ts +953 -0
  80. package/dist/applicants/applicant-property-income.model.d.ts.map +1 -0
  81. package/dist/applicants/applicant-property-income.model.js +34 -0
  82. package/dist/applicants/applicant-property-income.type.d.ts +44 -0
  83. package/dist/applicants/applicant-property-income.type.d.ts.map +1 -0
  84. package/dist/applicants/applicant-property-income.type.js +1 -0
  85. package/dist/applicants/applicant-risk-narrative.model.d.ts +66 -0
  86. package/dist/applicants/applicant-risk-narrative.model.d.ts.map +1 -0
  87. package/dist/applicants/applicant-risk-narrative.model.js +13 -0
  88. package/dist/applicants/applicant-self-employed-income.model.d.ts +213 -0
  89. package/dist/applicants/applicant-self-employed-income.model.d.ts.map +1 -0
  90. package/dist/applicants/applicant-self-employed-income.model.js +23 -0
  91. package/dist/applicants/applicant-self-employed-income.type.d.ts +37 -0
  92. package/dist/applicants/applicant-self-employed-income.type.d.ts.map +1 -0
  93. package/dist/applicants/applicant-self-employed-income.type.js +1 -0
  94. package/dist/applicants/applicant-self-employment.model.d.ts +269 -0
  95. package/dist/applicants/applicant-self-employment.model.d.ts.map +1 -0
  96. package/dist/applicants/applicant-self-employment.model.js +55 -0
  97. package/dist/applicants/applicant-sole-trader-income.model.d.ts +213 -0
  98. package/dist/applicants/applicant-sole-trader-income.model.d.ts.map +1 -0
  99. package/dist/applicants/applicant-sole-trader-income.model.js +21 -0
  100. package/dist/applicants/applicant-sole-trader-income.type.d.ts +37 -0
  101. package/dist/applicants/applicant-sole-trader-income.type.d.ts.map +1 -0
  102. package/dist/applicants/applicant-sole-trader-income.type.js +1 -0
  103. package/dist/applicants/applicant-uk-tax-credits.model.d.ts +500 -0
  104. package/dist/applicants/applicant-uk-tax-credits.model.d.ts.map +1 -0
  105. package/dist/applicants/applicant-uk-tax-credits.model.js +21 -0
  106. package/dist/applicants/applicant-uk-tax-credits.type.d.ts +39 -0
  107. package/dist/applicants/applicant-uk-tax-credits.type.d.ts.map +1 -0
  108. package/dist/applicants/applicant-uk-tax-credits.type.js +1 -0
  109. package/dist/applicants/applicant-welcome-call.model.d.ts +384 -0
  110. package/dist/applicants/applicant-welcome-call.model.d.ts.map +1 -0
  111. package/dist/applicants/applicant-welcome-call.model.js +709 -0
  112. package/dist/applicants/applicant-welcome-call.type.d.ts +66 -0
  113. package/dist/applicants/applicant-welcome-call.type.d.ts.map +1 -0
  114. package/dist/applicants/applicant-welcome-call.type.js +1 -0
  115. package/dist/applicants/applicant.model.d.ts +1569 -0
  116. package/dist/applicants/applicant.model.d.ts.map +1 -0
  117. package/dist/applicants/applicant.model.js +262 -0
  118. package/dist/applicants/applicant.type.d.ts +161 -0
  119. package/dist/applicants/applicant.type.d.ts.map +1 -0
  120. package/dist/applicants/applicant.type.js +1 -0
  121. package/dist/applicants/index.d.ts +37 -0
  122. package/dist/applicants/index.d.ts.map +1 -0
  123. package/dist/applicants/index.js +22 -0
  124. package/dist/applications/application-audit.model.d.ts +120 -0
  125. package/dist/applications/application-audit.model.d.ts.map +1 -0
  126. package/dist/applications/application-audit.model.js +45 -0
  127. package/dist/applications/application-checklist-Item.model.d.ts +292 -0
  128. package/dist/applications/application-checklist-Item.model.d.ts.map +1 -0
  129. package/dist/applications/application-checklist-Item.model.js +49 -0
  130. package/dist/applications/application-company-model.d.ts +1548 -0
  131. package/dist/applications/application-company-model.d.ts.map +1 -0
  132. package/dist/applications/application-company-model.js +134 -0
  133. package/dist/applications/application-credit-profile.model.d.ts +63 -0
  134. package/dist/applications/application-credit-profile.model.d.ts.map +1 -0
  135. package/dist/applications/application-credit-profile.model.js +12 -0
  136. package/dist/applications/application-direct-debit.model.d.ts +697 -0
  137. package/dist/applications/application-direct-debit.model.d.ts.map +1 -0
  138. package/dist/applications/application-direct-debit.model.js +173 -0
  139. package/dist/applications/application-direct-debit.type.d.ts +63 -0
  140. package/dist/applications/application-direct-debit.type.d.ts.map +1 -0
  141. package/dist/applications/application-direct-debit.type.js +1 -0
  142. package/dist/applications/application-euc.model.d.ts +196 -0
  143. package/dist/applications/application-euc.model.d.ts.map +1 -0
  144. package/dist/applications/application-euc.model.js +39 -0
  145. package/dist/applications/application-euc.type.d.ts +58 -0
  146. package/dist/applications/application-euc.type.d.ts.map +1 -0
  147. package/dist/applications/application-euc.type.js +1 -0
  148. package/dist/applications/application-fieldconfig.model.d.ts +58 -0
  149. package/dist/applications/application-fieldconfig.model.d.ts.map +1 -0
  150. package/dist/applications/application-fieldconfig.model.js +10 -0
  151. package/dist/applications/application-illustration-model.d.ts +52 -0
  152. package/dist/applications/application-illustration-model.d.ts.map +1 -0
  153. package/dist/applications/application-illustration-model.js +6 -0
  154. package/dist/applications/application-legal.model.d.ts +58 -0
  155. package/dist/applications/application-legal.model.d.ts.map +1 -0
  156. package/dist/applications/application-legal.model.js +10 -0
  157. package/dist/applications/application-mortgage.model.d.ts +307 -0
  158. package/dist/applications/application-mortgage.model.d.ts.map +1 -0
  159. package/dist/applications/application-mortgage.model.js +274 -0
  160. package/dist/applications/application-mortgage.type.d.ts +76 -0
  161. package/dist/applications/application-mortgage.type.d.ts.map +1 -0
  162. package/dist/applications/application-mortgage.type.js +1 -0
  163. package/dist/applications/application-note.model.d.ts +184 -0
  164. package/dist/applications/application-note.model.d.ts.map +1 -0
  165. package/dist/applications/application-note.model.js +105 -0
  166. package/dist/applications/application-note.type.d.ts +55 -0
  167. package/dist/applications/application-note.type.d.ts.map +1 -0
  168. package/dist/applications/application-note.type.js +1 -0
  169. package/dist/applications/application-offer.model.d.ts +196 -0
  170. package/dist/applications/application-offer.model.d.ts.map +1 -0
  171. package/dist/applications/application-offer.model.js +56 -0
  172. package/dist/applications/application-offer.type.d.ts +54 -0
  173. package/dist/applications/application-offer.type.d.ts.map +1 -0
  174. package/dist/applications/application-offer.type.js +1 -0
  175. package/dist/applications/application-onboarding.model.d.ts +70 -0
  176. package/dist/applications/application-onboarding.model.d.ts.map +1 -0
  177. package/dist/applications/application-onboarding.model.js +12 -0
  178. package/dist/applications/application-product.model.d.ts +290 -0
  179. package/dist/applications/application-product.model.d.ts.map +1 -0
  180. package/dist/applications/application-product.model.js +90 -0
  181. package/dist/applications/application-product.type.d.ts +58 -0
  182. package/dist/applications/application-product.type.d.ts.map +1 -0
  183. package/dist/applications/application-product.type.js +1 -0
  184. package/dist/applications/application-productfeatures.model.d.ts +772 -0
  185. package/dist/applications/application-productfeatures.model.d.ts.map +1 -0
  186. package/dist/applications/application-productfeatures.model.js +100 -0
  187. package/dist/applications/application-productfeatures.type.d.ts +125 -0
  188. package/dist/applications/application-productfeatures.type.d.ts.map +1 -0
  189. package/dist/applications/application-productfeatures.type.js +1 -0
  190. package/dist/applications/application-rationale.model.d.ts +126 -0
  191. package/dist/applications/application-rationale.model.d.ts.map +1 -0
  192. package/dist/applications/application-rationale.model.js +23 -0
  193. package/dist/applications/application-rationale.type.d.ts +44 -0
  194. package/dist/applications/application-rationale.type.d.ts.map +1 -0
  195. package/dist/applications/application-rationale.type.js +1 -0
  196. package/dist/applications/application-risk-narrative.model.d.ts +100 -0
  197. package/dist/applications/application-risk-narrative.model.d.ts.map +1 -0
  198. package/dist/applications/application-risk-narrative.model.js +17 -0
  199. package/dist/applications/application-valuation-report.model.d.ts +1438 -0
  200. package/dist/applications/application-valuation-report.model.d.ts.map +1 -0
  201. package/dist/applications/application-valuation-report.model.js +799 -0
  202. package/dist/applications/application-valuation-report.type.d.ts +256 -0
  203. package/dist/applications/application-valuation-report.type.d.ts.map +1 -0
  204. package/dist/applications/application-valuation-report.type.js +1 -0
  205. package/dist/applications/application-valuation.model.d.ts +1358 -0
  206. package/dist/applications/application-valuation.model.d.ts.map +1 -0
  207. package/dist/applications/application-valuation.model.js +72 -0
  208. package/dist/applications/application-valuation.type.d.ts +55 -0
  209. package/dist/applications/application-valuation.type.d.ts.map +1 -0
  210. package/dist/applications/application-valuation.type.js +1 -0
  211. package/dist/applications/application.model.d.ts +642 -0
  212. package/dist/applications/application.model.d.ts.map +1 -0
  213. package/dist/applications/application.model.js +254 -0
  214. package/dist/applications/applications-task.model.d.ts +312 -0
  215. package/dist/applications/applications-task.model.d.ts.map +1 -0
  216. package/dist/applications/applications-task.model.js +58 -0
  217. package/dist/applications/applications-task.type.d.ts +59 -0
  218. package/dist/applications/applications-task.type.d.ts.map +1 -0
  219. package/dist/applications/applications-task.type.js +1 -0
  220. package/dist/applications/broker.model.d.ts +162 -0
  221. package/dist/applications/broker.model.d.ts.map +1 -0
  222. package/dist/applications/broker.model.js +24 -0
  223. package/dist/applications/broker.type.d.ts +51 -0
  224. package/dist/applications/broker.type.d.ts.map +1 -0
  225. package/dist/applications/broker.type.js +1 -0
  226. package/dist/applications/index.d.ts +36 -0
  227. package/dist/applications/index.d.ts.map +1 -0
  228. package/dist/applications/index.js +23 -0
  229. package/dist/applications/solicitor.model.d.ts +206 -0
  230. package/dist/applications/solicitor.model.d.ts.map +1 -0
  231. package/dist/applications/solicitor.model.js +121 -0
  232. package/dist/applications/solicitor.type.d.ts +56 -0
  233. package/dist/applications/solicitor.type.d.ts.map +1 -0
  234. package/dist/applications/solicitor.type.js +1 -0
  235. package/dist/index.d.ts +9 -0
  236. package/dist/index.d.ts.map +1 -0
  237. package/dist/index.js +9 -0
  238. package/dist/product-catalogues/index.d.ts +7 -0
  239. package/dist/product-catalogues/index.d.ts.map +1 -0
  240. package/dist/product-catalogues/index.js +3 -0
  241. package/dist/product-catalogues/product-catalogue.model.d.ts +132 -0
  242. package/dist/product-catalogues/product-catalogue.model.d.ts.map +1 -0
  243. package/dist/product-catalogues/product-catalogue.model.js +22 -0
  244. package/dist/product-catalogues/product-catalogue.type.d.ts +15 -0
  245. package/dist/product-catalogues/product-catalogue.type.d.ts.map +1 -0
  246. package/dist/product-catalogues/product-catalogue.type.js +1 -0
  247. package/dist/product-catalogues/product-definitions.model.d.ts +318 -0
  248. package/dist/product-catalogues/product-definitions.model.d.ts.map +1 -0
  249. package/dist/product-catalogues/product-definitions.model.js +29 -0
  250. package/dist/product-catalogues/product-definitions.type.d.ts +53 -0
  251. package/dist/product-catalogues/product-definitions.type.d.ts.map +1 -0
  252. package/dist/product-catalogues/product-definitions.type.js +1 -0
  253. package/dist/product-catalogues/product-variant.model.d.ts +96 -0
  254. package/dist/product-catalogues/product-variant.model.d.ts.map +1 -0
  255. package/dist/product-catalogues/product-variant.model.js +16 -0
  256. package/dist/product-catalogues/product-variant.type.d.ts +38 -0
  257. package/dist/product-catalogues/product-variant.type.d.ts.map +1 -0
  258. package/dist/product-catalogues/product-variant.type.js +1 -0
  259. package/dist/properties/index.d.ts +3 -0
  260. package/dist/properties/index.d.ts.map +1 -0
  261. package/dist/properties/index.js +2 -0
  262. package/dist/properties/property.model.d.ts +1174 -0
  263. package/dist/properties/property.model.d.ts.map +1 -0
  264. package/dist/properties/property.model.js +152 -0
  265. package/dist/properties/security.model.d.ts +331 -0
  266. package/dist/properties/security.model.d.ts.map +1 -0
  267. package/dist/properties/security.model.js +159 -0
  268. package/dist/shared/alert.model.d.ts +102 -0
  269. package/dist/shared/alert.model.d.ts.map +1 -0
  270. package/dist/shared/alert.model.js +24 -0
  271. package/dist/shared/api-log.model.d.ts +124 -0
  272. package/dist/shared/api-log.model.d.ts.map +1 -0
  273. package/dist/shared/api-log.model.js +25 -0
  274. package/dist/shared/api-performance.model.d.ts +37 -0
  275. package/dist/shared/api-performance.model.d.ts.map +1 -0
  276. package/dist/shared/api-performance.model.js +22 -0
  277. package/dist/shared/api-performance.type.d.ts +178 -0
  278. package/dist/shared/api-performance.type.d.ts.map +1 -0
  279. package/dist/shared/api-performance.type.js +1 -0
  280. package/dist/shared/apprivo-sync-journey.model.d.ts +114 -0
  281. package/dist/shared/apprivo-sync-journey.model.d.ts.map +1 -0
  282. package/dist/shared/apprivo-sync-journey.model.js +19 -0
  283. package/dist/shared/checklist.model.d.ts +102 -0
  284. package/dist/shared/checklist.model.d.ts.map +1 -0
  285. package/dist/shared/checklist.model.js +35 -0
  286. package/dist/shared/index.d.ts +19 -0
  287. package/dist/shared/index.d.ts.map +1 -0
  288. package/dist/shared/index.js +16 -0
  289. package/dist/shared/job-run.model.d.ts +76 -0
  290. package/dist/shared/job-run.model.d.ts.map +1 -0
  291. package/dist/shared/job-run.model.js +14 -0
  292. package/dist/shared/job-setting.model.d.ts +70 -0
  293. package/dist/shared/job-setting.model.d.ts.map +1 -0
  294. package/dist/shared/job-setting.model.js +11 -0
  295. package/dist/shared/lookup-group.model.d.ts +78 -0
  296. package/dist/shared/lookup-group.model.d.ts.map +1 -0
  297. package/dist/shared/lookup-group.model.js +22 -0
  298. package/dist/shared/lookup.model.d.ts +96 -0
  299. package/dist/shared/lookup.model.d.ts.map +1 -0
  300. package/dist/shared/lookup.model.js +32 -0
  301. package/dist/shared/schema-doc.model.d.ts +76 -0
  302. package/dist/shared/schema-doc.model.d.ts.map +1 -0
  303. package/dist/shared/schema-doc.model.js +11 -0
  304. package/dist/shared/system-parameter.model.d.ts +88 -0
  305. package/dist/shared/system-parameter.model.d.ts.map +1 -0
  306. package/dist/shared/system-parameter.model.js +32 -0
  307. package/dist/shared/task-document.model.d.ts +70 -0
  308. package/dist/shared/task-document.model.d.ts.map +1 -0
  309. package/dist/shared/task-document.model.js +23 -0
  310. package/dist/shared/task.model.d.ts +234 -0
  311. package/dist/shared/task.model.d.ts.map +1 -0
  312. package/dist/shared/task.model.js +15 -0
  313. package/dist/shared/webhook-event.model.d.ts +37 -0
  314. package/dist/shared/webhook-event.model.d.ts.map +1 -0
  315. package/dist/shared/webhook-event.model.js +57 -0
  316. package/dist/shared/webhook-event.type.d.ts +15 -0
  317. package/dist/shared/webhook-event.type.d.ts.map +1 -0
  318. package/dist/shared/webhook-event.type.js +1 -0
  319. package/dist/shared/workflow-trigger.model.d.ts +32 -0
  320. package/dist/shared/workflow-trigger.model.d.ts.map +1 -0
  321. package/dist/shared/workflow-trigger.model.js +49 -0
  322. package/dist/shared/workflow-trigger.type.d.ts +60 -0
  323. package/dist/shared/workflow-trigger.type.d.ts.map +1 -0
  324. package/dist/shared/workflow-trigger.type.js +1 -0
  325. package/dist/shared/workflow.init.d.ts +21 -0
  326. package/dist/shared/workflow.init.d.ts.map +1 -0
  327. package/dist/shared/workflow.init.js +42 -0
  328. package/dist/shared/workflow.logger.d.ts +18 -0
  329. package/dist/shared/workflow.logger.d.ts.map +1 -0
  330. package/dist/shared/workflow.logger.js +41 -0
  331. package/dist/shared/workflow.middleware.d.ts +108 -0
  332. package/dist/shared/workflow.middleware.d.ts.map +1 -0
  333. package/dist/shared/workflow.middleware.js +246 -0
  334. package/dist/shared/workflow.plugin.d.ts +46 -0
  335. package/dist/shared/workflow.plugin.d.ts.map +1 -0
  336. package/dist/shared/workflow.plugin.js +151 -0
  337. package/dist/shared/workflow.service.d.ts +42 -0
  338. package/dist/shared/workflow.service.d.ts.map +1 -0
  339. package/dist/shared/workflow.service.js +134 -0
  340. package/dist/types/base.types.d.ts +35 -0
  341. package/dist/types/base.types.d.ts.map +1 -0
  342. package/dist/types/base.types.js +1 -0
  343. package/dist/types/index.d.ts +2 -0
  344. package/dist/types/index.d.ts.map +1 -0
  345. package/dist/types/index.js +1 -0
  346. package/dist/underwriter/index.d.ts +2 -0
  347. package/dist/underwriter/index.d.ts.map +1 -0
  348. package/dist/underwriter/index.js +1 -0
  349. package/dist/underwriter/underwriter.model.d.ts +126 -0
  350. package/dist/underwriter/underwriter.model.d.ts.map +1 -0
  351. package/dist/underwriter/underwriter.model.js +17 -0
  352. package/dist/users/auth-log.model.d.ts +70 -0
  353. package/dist/users/auth-log.model.d.ts.map +1 -0
  354. package/dist/users/auth-log.model.js +24 -0
  355. package/dist/users/index.d.ts +7 -0
  356. package/dist/users/index.d.ts.map +1 -0
  357. package/dist/users/index.js +6 -0
  358. package/dist/users/permission.model.d.ts +84 -0
  359. package/dist/users/permission.model.d.ts.map +1 -0
  360. package/dist/users/permission.model.js +12 -0
  361. package/dist/users/role-group.model.d.ts +90 -0
  362. package/dist/users/role-group.model.d.ts.map +1 -0
  363. package/dist/users/role-group.model.js +17 -0
  364. package/dist/users/role.model.d.ts +90 -0
  365. package/dist/users/role.model.d.ts.map +1 -0
  366. package/dist/users/role.model.js +16 -0
  367. package/dist/users/tasks.model.d.ts +114 -0
  368. package/dist/users/tasks.model.d.ts.map +1 -0
  369. package/dist/users/tasks.model.js +18 -0
  370. package/dist/users/user.model.d.ts +222 -0
  371. package/dist/users/user.model.d.ts.map +1 -0
  372. package/dist/users/user.model.js +41 -0
  373. package/dist/users/user.type.d.ts +55 -0
  374. package/dist/users/user.type.d.ts.map +1 -0
  375. package/dist/users/user.type.js +1 -0
  376. package/dist/value-objects/account-number.d.ts +42 -0
  377. package/dist/value-objects/account-number.d.ts.map +1 -0
  378. package/dist/value-objects/account-number.js +24 -0
  379. package/dist/value-objects/pound.d.ts +43 -0
  380. package/dist/value-objects/pound.d.ts.map +1 -0
  381. package/dist/value-objects/pound.js +50 -0
  382. package/dist/value-objects/sort-code.d.ts +42 -0
  383. package/dist/value-objects/sort-code.d.ts.map +1 -0
  384. package/dist/value-objects/sort-code.js +34 -0
  385. package/package.json +1 -1
@@ -0,0 +1,59 @@
1
+ /// <reference path="../value-objects/pound.d.ts" />
2
+ /// <reference path="../value-objects/account-number.d.ts" />
3
+ /// <reference path="../value-objects/sort-code.d.ts" />
4
+ /// <reference types="mongoose/types/aggregate" />
5
+ /// <reference types="mongoose/types/callback" />
6
+ /// <reference types="mongoose/types/collection" />
7
+ /// <reference types="mongoose/types/connection" />
8
+ /// <reference types="mongoose/types/cursor" />
9
+ /// <reference types="mongoose/types/document" />
10
+ /// <reference types="mongoose/types/error" />
11
+ /// <reference types="mongoose/types/expressions" />
12
+ /// <reference types="mongoose/types/helpers" />
13
+ /// <reference types="mongoose/types/middlewares" />
14
+ /// <reference types="mongoose/types/indexes" />
15
+ /// <reference types="mongoose/types/models" />
16
+ /// <reference types="mongoose/types/mongooseoptions" />
17
+ /// <reference types="mongoose/types/pipelinestage" />
18
+ /// <reference types="mongoose/types/populate" />
19
+ /// <reference types="mongoose/types/query" />
20
+ /// <reference types="mongoose/types/schemaoptions" />
21
+ /// <reference types="mongoose/types/session" />
22
+ /// <reference types="mongoose/types/types" />
23
+ /// <reference types="mongoose/types/utility" />
24
+ /// <reference types="mongoose/types/validation" />
25
+ /// <reference types="mongoose/types/virtuals" />
26
+ /// <reference types="mongoose/types/schematypes" />
27
+ /// <reference types="mongoose/types/inferschematype" />
28
+ /// <reference types="mongoose/types/inferrawdoctype" />
29
+ import { Types } from "mongoose";
30
+ import { IBaseType } from "../types/base.types";
31
+ export interface IApplicationsTaskAdditionalData extends IBaseType {
32
+ requesterId: string;
33
+ responderId: string;
34
+ statusLid: Types.ObjectId;
35
+ concernTypeLid: Types.ObjectId;
36
+ concernComments: string;
37
+ resolvedComments?: string;
38
+ rejectionReason?: string | null;
39
+ rejectionDate?: string | null;
40
+ responderRemarks?: string;
41
+ requesterAttachmentId?: string | null;
42
+ responderAttachmentId?: string | null;
43
+ requesterFileName?: string | null;
44
+ responderFileName?: string | null;
45
+ respondedDate?: string | null;
46
+ acceptedById?: string | null;
47
+ rejectedById?: string | null;
48
+ }
49
+ export default interface IApplicationsTaskType extends IBaseType {
50
+ checkflowId: string;
51
+ applicationId: Types.ObjectId;
52
+ instanceId: string;
53
+ status: number;
54
+ statusReason?: string;
55
+ statusDate?: string | null;
56
+ additionalData: IApplicationsTaskAdditionalData;
57
+ createdOn: string;
58
+ }
59
+ //# sourceMappingURL=applications-task.type.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"applications-task.type.d.ts","sourceRoot":"","sources":["../../applications/applications-task.type.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;AACjC,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAEhD,MAAM,WAAW,+BAAgC,SAAQ,SAAS;IAC9D,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,KAAK,CAAC,QAAQ,CAAC;IAC1B,cAAc,EAAE,KAAK,CAAC,QAAQ,CAAC;IAC/B,eAAe,EAAE,MAAM,CAAC;IACxB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAChC;AAED,MAAM,CAAC,OAAO,WAAW,qBAAsB,SAAQ,SAAS;IAC5D,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,EAAE,KAAK,CAAC,QAAQ,CAAC;IAC9B,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,cAAc,EAAE,+BAA+B,CAAC;IAChD,SAAS,EAAE,MAAM,CAAC;CACrB"}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,162 @@
1
+ /// <reference path="../value-objects/pound.d.ts" />
2
+ /// <reference path="../value-objects/account-number.d.ts" />
3
+ /// <reference path="../value-objects/sort-code.d.ts" />
4
+ /// <reference types="mongoose/types/aggregate" />
5
+ /// <reference types="mongoose/types/callback" />
6
+ /// <reference types="mongoose/types/collection" />
7
+ /// <reference types="mongoose/types/connection" />
8
+ /// <reference types="mongoose/types/cursor" />
9
+ /// <reference types="mongoose/types/document" />
10
+ /// <reference types="mongoose/types/error" />
11
+ /// <reference types="mongoose/types/expressions" />
12
+ /// <reference types="mongoose/types/helpers" />
13
+ /// <reference types="mongoose/types/middlewares" />
14
+ /// <reference types="mongoose/types/indexes" />
15
+ /// <reference types="mongoose/types/models" />
16
+ /// <reference types="mongoose/types/mongooseoptions" />
17
+ /// <reference types="mongoose/types/pipelinestage" />
18
+ /// <reference types="mongoose/types/populate" />
19
+ /// <reference types="mongoose/types/query" />
20
+ /// <reference types="mongoose/types/schemaoptions" />
21
+ /// <reference types="mongoose/types/session" />
22
+ /// <reference types="mongoose/types/types" />
23
+ /// <reference types="mongoose/types/utility" />
24
+ /// <reference types="mongoose/types/validation" />
25
+ /// <reference types="mongoose/types/virtuals" />
26
+ /// <reference types="mongoose/types/schematypes" />
27
+ /// <reference types="mongoose/types/inferschematype" />
28
+ /// <reference types="mongoose/types/inferrawdoctype" />
29
+ import mongoose from "mongoose";
30
+ declare const BrokerModel: mongoose.Model<{
31
+ createdAt: NativeDate;
32
+ updatedAt: NativeDate;
33
+ } & {
34
+ firstName: string;
35
+ brokerId: number;
36
+ addressPostCode?: string | null | undefined;
37
+ addressLine1?: string | null | undefined;
38
+ addressLine2?: string | null | undefined;
39
+ addressLine3?: string | null | undefined;
40
+ addressCity?: string | null | undefined;
41
+ addressCountry?: string | null | undefined;
42
+ lastName?: string | null | undefined;
43
+ email?: string | null | undefined;
44
+ landlinePhone?: string | null | undefined;
45
+ mobileTelephone?: string | null | undefined;
46
+ tradingName?: string | null | undefined;
47
+ fcaNumber?: string | null | undefined;
48
+ brokerType?: string | null | undefined;
49
+ network?: string | null | undefined;
50
+ }, {}, {}, {}, mongoose.Document<unknown, {}, {
51
+ createdAt: NativeDate;
52
+ updatedAt: NativeDate;
53
+ } & {
54
+ firstName: string;
55
+ brokerId: number;
56
+ addressPostCode?: string | null | undefined;
57
+ addressLine1?: string | null | undefined;
58
+ addressLine2?: string | null | undefined;
59
+ addressLine3?: string | null | undefined;
60
+ addressCity?: string | null | undefined;
61
+ addressCountry?: string | null | undefined;
62
+ lastName?: string | null | undefined;
63
+ email?: string | null | undefined;
64
+ landlinePhone?: string | null | undefined;
65
+ mobileTelephone?: string | null | undefined;
66
+ tradingName?: string | null | undefined;
67
+ fcaNumber?: string | null | undefined;
68
+ brokerType?: string | null | undefined;
69
+ network?: string | null | undefined;
70
+ }, {}> & {
71
+ createdAt: NativeDate;
72
+ updatedAt: NativeDate;
73
+ } & {
74
+ firstName: string;
75
+ brokerId: number;
76
+ addressPostCode?: string | null | undefined;
77
+ addressLine1?: string | null | undefined;
78
+ addressLine2?: string | null | undefined;
79
+ addressLine3?: string | null | undefined;
80
+ addressCity?: string | null | undefined;
81
+ addressCountry?: string | null | undefined;
82
+ lastName?: string | null | undefined;
83
+ email?: string | null | undefined;
84
+ landlinePhone?: string | null | undefined;
85
+ mobileTelephone?: string | null | undefined;
86
+ tradingName?: string | null | undefined;
87
+ fcaNumber?: string | null | undefined;
88
+ brokerType?: string | null | undefined;
89
+ network?: string | null | undefined;
90
+ } & {
91
+ _id: mongoose.Types.ObjectId;
92
+ } & {
93
+ __v: number;
94
+ }, mongoose.Schema<any, mongoose.Model<any, any, any, any, any, any>, {}, {}, {}, {}, {
95
+ timestamps: true;
96
+ }, {
97
+ createdAt: NativeDate;
98
+ updatedAt: NativeDate;
99
+ } & {
100
+ firstName: string;
101
+ brokerId: number;
102
+ addressPostCode?: string | null | undefined;
103
+ addressLine1?: string | null | undefined;
104
+ addressLine2?: string | null | undefined;
105
+ addressLine3?: string | null | undefined;
106
+ addressCity?: string | null | undefined;
107
+ addressCountry?: string | null | undefined;
108
+ lastName?: string | null | undefined;
109
+ email?: string | null | undefined;
110
+ landlinePhone?: string | null | undefined;
111
+ mobileTelephone?: string | null | undefined;
112
+ tradingName?: string | null | undefined;
113
+ fcaNumber?: string | null | undefined;
114
+ brokerType?: string | null | undefined;
115
+ network?: string | null | undefined;
116
+ }, mongoose.Document<unknown, {}, mongoose.FlatRecord<{
117
+ createdAt: NativeDate;
118
+ updatedAt: NativeDate;
119
+ } & {
120
+ firstName: string;
121
+ brokerId: number;
122
+ addressPostCode?: string | null | undefined;
123
+ addressLine1?: string | null | undefined;
124
+ addressLine2?: string | null | undefined;
125
+ addressLine3?: string | null | undefined;
126
+ addressCity?: string | null | undefined;
127
+ addressCountry?: string | null | undefined;
128
+ lastName?: string | null | undefined;
129
+ email?: string | null | undefined;
130
+ landlinePhone?: string | null | undefined;
131
+ mobileTelephone?: string | null | undefined;
132
+ tradingName?: string | null | undefined;
133
+ fcaNumber?: string | null | undefined;
134
+ brokerType?: string | null | undefined;
135
+ network?: string | null | undefined;
136
+ }>, {}> & mongoose.FlatRecord<{
137
+ createdAt: NativeDate;
138
+ updatedAt: NativeDate;
139
+ } & {
140
+ firstName: string;
141
+ brokerId: number;
142
+ addressPostCode?: string | null | undefined;
143
+ addressLine1?: string | null | undefined;
144
+ addressLine2?: string | null | undefined;
145
+ addressLine3?: string | null | undefined;
146
+ addressCity?: string | null | undefined;
147
+ addressCountry?: string | null | undefined;
148
+ lastName?: string | null | undefined;
149
+ email?: string | null | undefined;
150
+ landlinePhone?: string | null | undefined;
151
+ mobileTelephone?: string | null | undefined;
152
+ tradingName?: string | null | undefined;
153
+ fcaNumber?: string | null | undefined;
154
+ brokerType?: string | null | undefined;
155
+ network?: string | null | undefined;
156
+ }> & {
157
+ _id: mongoose.Types.ObjectId;
158
+ } & {
159
+ __v: number;
160
+ }>>;
161
+ export default BrokerModel;
162
+ //# sourceMappingURL=broker.model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"broker.model.d.ts","sourceRoot":"","sources":["../../applications/broker.model.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,QAAQ,MAAM,UAAU,CAAC;AA2BhC,QAAA,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAyC,CAAC;AAC3D,eAAe,WAAW,CAAC"}
@@ -0,0 +1,24 @@
1
+ import mongoose from "mongoose";
2
+ import { applyWorkflowPlugin } from "../shared/workflow.plugin";
3
+ const brokerSchema = new mongoose.Schema({
4
+ brokerId: { type: Number, required: true, unique: true },
5
+ landlinePhone: { type: String },
6
+ mobileTelephone: { type: String },
7
+ addressPostCode: { type: String },
8
+ addressLine1: { type: String },
9
+ addressLine2: { type: String },
10
+ addressLine3: { type: String },
11
+ addressCity: { type: String },
12
+ addressCountry: { type: String },
13
+ tradingName: { type: String },
14
+ fcaNumber: { type: String },
15
+ brokerType: { type: String },
16
+ email: { type: String },
17
+ network: { type: String },
18
+ firstName: { type: String, required: true },
19
+ lastName: { type: String }
20
+ }, { timestamps: true });
21
+ // Apply workflow plugin to the schema
22
+ applyWorkflowPlugin(brokerSchema, 'broker');
23
+ const BrokerModel = mongoose.model("Broker", brokerSchema);
24
+ export default BrokerModel;
@@ -0,0 +1,51 @@
1
+ /// <reference path="../value-objects/pound.d.ts" />
2
+ /// <reference path="../value-objects/account-number.d.ts" />
3
+ /// <reference path="../value-objects/sort-code.d.ts" />
4
+ /// <reference types="mongoose/types/aggregate" />
5
+ /// <reference types="mongoose/types/callback" />
6
+ /// <reference types="mongoose/types/collection" />
7
+ /// <reference types="mongoose/types/connection" />
8
+ /// <reference types="mongoose/types/cursor" />
9
+ /// <reference types="mongoose/types/document" />
10
+ /// <reference types="mongoose/types/error" />
11
+ /// <reference types="mongoose/types/expressions" />
12
+ /// <reference types="mongoose/types/helpers" />
13
+ /// <reference types="mongoose/types/middlewares" />
14
+ /// <reference types="mongoose/types/indexes" />
15
+ /// <reference types="mongoose/types/models" />
16
+ /// <reference types="mongoose/types/mongooseoptions" />
17
+ /// <reference types="mongoose/types/pipelinestage" />
18
+ /// <reference types="mongoose/types/populate" />
19
+ /// <reference types="mongoose/types/query" />
20
+ /// <reference types="mongoose/types/schemaoptions" />
21
+ /// <reference types="mongoose/types/session" />
22
+ /// <reference types="mongoose/types/types" />
23
+ /// <reference types="mongoose/types/utility" />
24
+ /// <reference types="mongoose/types/validation" />
25
+ /// <reference types="mongoose/types/virtuals" />
26
+ /// <reference types="mongoose/types/schematypes" />
27
+ /// <reference types="mongoose/types/inferschematype" />
28
+ /// <reference types="mongoose/types/inferrawdoctype" />
29
+ import { Document } from "mongoose";
30
+ export interface IBroker extends Document {
31
+ brokerId: number;
32
+ landlinePhone?: string;
33
+ mobileTelephone?: string;
34
+ addressPostCode?: string;
35
+ addressLine1?: string;
36
+ addressLine2?: string;
37
+ addressLine3?: string;
38
+ addressCity?: string;
39
+ addressCountry?: string;
40
+ tradingName?: string;
41
+ fcaNumber?: string;
42
+ brokerType?: string;
43
+ email?: string;
44
+ network?: string;
45
+ firstName: string;
46
+ lastName?: string;
47
+ createdAt: Date;
48
+ updatedAt: Date;
49
+ }
50
+ export type BrokerDocument = IBroker;
51
+ //# sourceMappingURL=broker.type.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"broker.type.d.ts","sourceRoot":"","sources":["../../applications/broker.type.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;AAEpC,MAAM,WAAW,OAAQ,SAAQ,QAAQ;IACrC,QAAQ,EAAE,MAAM,CAAC;IACjB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,IAAI,CAAC;IAChB,SAAS,EAAE,IAAI,CAAC;CACnB;AAED,MAAM,MAAM,cAAc,GAAG,OAAO,CAAC"}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,36 @@
1
+ export { default as ApplicationModel } from './application.model';
2
+ export { default as ApplicationAuditModel } from './application-audit.model';
3
+ export { default as ApplicationCheckListModel } from './application-checklist-Item.model';
4
+ export { default as ApplicationCompanyModel } from './application-company-model.js';
5
+ export { default as ApplicationNoteModel } from './application-note.model';
6
+ export { default as IApplicationNoteType } from './application-note.type';
7
+ export { default as ApplicationCreditProfileModel } from './application-credit-profile.model';
8
+ export { default as ApplicationDirectDebitModel } from './application-direct-debit.model';
9
+ export { default as ApplicationDirectDebitType } from './application-direct-debit.type';
10
+ export { default as ApplicationMortgageModel } from './application-mortgage.model';
11
+ export { default as ApplicationMortgageType } from './application-mortgage.type';
12
+ export { default as ApplicationOnboardingModel } from './application-onboarding.model';
13
+ export { default as ApplicationRationaleModel } from './application-rationale.model';
14
+ export { default as ApplicationRationaleType } from './application-rationale.type';
15
+ export { default as ApplicationOfferModel } from './application-offer.model';
16
+ export { default as ApplicationOfferType } from './application-offer.type';
17
+ export { default as ApplicationValuationModel } from './application-valuation.model';
18
+ export { default as ApplicationValuationType } from './application-valuation.type';
19
+ export { default as BrokerModel } from './broker.model';
20
+ export { default as ProductModel } from './application-product.model';
21
+ export { default as SolicitorModel } from './solicitor.model';
22
+ export { default as SolicitorType } from './solicitor.type';
23
+ export { default as ApplicationRiskNarrativeModel } from './application-risk-narrative.model';
24
+ export { default as ApplicationFieldConfigModel } from './application-fieldconfig.model';
25
+ export { default as MortgageModel } from './application-mortgage.model';
26
+ export { default as ApplicationProductFeaturesModel } from './application-productfeatures.model';
27
+ export { default as ApplicationEucModel } from './application-euc.model';
28
+ export { default as ApplicationEuc } from './application-euc.type';
29
+ export { default as ApplicationsTaskModel } from './applications-task.model';
30
+ export { default as ApplicationProductType } from './application-product.type';
31
+ export { default as ApplicationProductFeaturesType } from './application-productfeatures.type';
32
+ export { default as IApplicationsTaskType } from './applications-task.type';
33
+ export { default as ApplicantCreditReportModel } from '../applicants/applicant-credit-report.model';
34
+ export { default as ApplicationValuationReportModel } from './application-valuation-report.model';
35
+ export { default as ApplicationValuationReportType } from './application-valuation-report.type';
36
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../applications/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAClE,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAC7E,OAAO,EAAE,OAAO,IAAI,yBAAyB,EAAE,MAAM,oCAAoC,CAAC;AAC1F,OAAO,EAAE,OAAO,IAAI,uBAAuB,EAAE,MAAM,gCAAgC,CAAC;AACpF,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,yBAAyB,CAAC;AAC1E,OAAO,EAAE,OAAO,IAAI,6BAA6B,EAAE,MAAM,oCAAoC,CAAC;AAC9F,OAAO,EAAE,OAAO,IAAI,2BAA2B,EAAE,MAAM,kCAAkC,CAAA;AACzF,OAAO,EAAE,OAAO,IAAI,0BAA0B,EAAE,MAAM,iCAAiC,CAAC;AACxF,OAAO,EAAE,OAAO,IAAI,wBAAwB,EAAE,MAAM,8BAA8B,CAAC;AACnF,OAAO,EAAE,OAAO,IAAI,uBAAuB,EAAE,MAAM,6BAA6B,CAAC;AACjF,OAAO,EAAE,OAAO,IAAI,0BAA0B,EAAE,MAAM,gCAAgC,CAAC;AACvF,OAAO,EAAE,OAAO,IAAI,yBAAyB,EAAE,MAAM,+BAA+B,CAAC;AACrF,OAAO,EAAE,OAAO,IAAI,wBAAwB,EAAE,MAAM,8BAA8B,CAAC;AACnF,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAC7E,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,yBAAyB,EAAE,MAAM,+BAA+B,CAAC;AACrF,OAAO,EAAE,OAAO,IAAI,wBAAwB,EAAE,MAAM,8BAA8B,CAAC;AACnF,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,gBAAgB,CAAC;AACxD,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,6BAA6B,CAAC;AACtE,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAC5D,OAAO,EAAE,OAAO,IAAI,6BAA6B,EAAE,MAAM,oCAAoC,CAAC;AAC9F,OAAO,EAAE,OAAO,IAAI,2BAA2B,EAAE,MAAM,iCAAiC,CAAC;AACzF,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,8BAA8B,CAAC;AACxE,OAAO,EAAE,OAAO,IAAI,+BAA+B,EAAE,MAAM,qCAAqC,CAAC;AACjG,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AACzE,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,wBAAwB,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAC7E,OAAO,EAAC,OAAO,IAAI,sBAAsB,EAAC,MAAM,4BAA4B,CAAC;AAC7E,OAAO,EAAE,OAAO,IAAI,8BAA8B,EAAE,MAAM,oCAAoC,CAAC;AAC/F,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,0BAA0B,CAAC;AAC5E,OAAO,EAAE,OAAO,IAAI,0BAA0B,EAAE,MAAM,6CAA6C,CAAC;AACpG,OAAO,EAAE,OAAO,IAAI,+BAA+B,EAAE,MAAM,sCAAsC,CAAC;AAClG,OAAO,EAAE,OAAO,IAAI,8BAA8B,EAAE,MAAM,qCAAqC,CAAC"}
@@ -0,0 +1,23 @@
1
+ export { default as ApplicationModel } from './application.model';
2
+ export { default as ApplicationAuditModel } from './application-audit.model';
3
+ export { default as ApplicationCheckListModel } from './application-checklist-Item.model';
4
+ export { default as ApplicationCompanyModel } from './application-company-model.js';
5
+ export { default as ApplicationNoteModel } from './application-note.model';
6
+ export { default as ApplicationCreditProfileModel } from './application-credit-profile.model';
7
+ export { default as ApplicationDirectDebitModel } from './application-direct-debit.model';
8
+ export { default as ApplicationMortgageModel } from './application-mortgage.model';
9
+ export { default as ApplicationOnboardingModel } from './application-onboarding.model';
10
+ export { default as ApplicationRationaleModel } from './application-rationale.model';
11
+ export { default as ApplicationOfferModel } from './application-offer.model';
12
+ export { default as ApplicationValuationModel } from './application-valuation.model';
13
+ export { default as BrokerModel } from './broker.model';
14
+ export { default as ProductModel } from './application-product.model';
15
+ export { default as SolicitorModel } from './solicitor.model';
16
+ export { default as ApplicationRiskNarrativeModel } from './application-risk-narrative.model';
17
+ export { default as ApplicationFieldConfigModel } from './application-fieldconfig.model';
18
+ export { default as MortgageModel } from './application-mortgage.model';
19
+ export { default as ApplicationProductFeaturesModel } from './application-productfeatures.model';
20
+ export { default as ApplicationEucModel } from './application-euc.model';
21
+ export { default as ApplicationsTaskModel } from './applications-task.model';
22
+ export { default as ApplicantCreditReportModel } from '../applicants/applicant-credit-report.model';
23
+ export { default as ApplicationValuationReportModel } from './application-valuation-report.model';
@@ -0,0 +1,206 @@
1
+ /// <reference path="../value-objects/pound.d.ts" />
2
+ /// <reference path="../value-objects/account-number.d.ts" />
3
+ /// <reference path="../value-objects/sort-code.d.ts" />
4
+ /// <reference types="mongoose/types/aggregate" />
5
+ /// <reference types="mongoose/types/callback" />
6
+ /// <reference types="mongoose/types/collection" />
7
+ /// <reference types="mongoose/types/connection" />
8
+ /// <reference types="mongoose/types/cursor" />
9
+ /// <reference types="mongoose/types/document" />
10
+ /// <reference types="mongoose/types/error" />
11
+ /// <reference types="mongoose/types/expressions" />
12
+ /// <reference types="mongoose/types/helpers" />
13
+ /// <reference types="mongoose/types/middlewares" />
14
+ /// <reference types="mongoose/types/indexes" />
15
+ /// <reference types="mongoose/types/models" />
16
+ /// <reference types="mongoose/types/mongooseoptions" />
17
+ /// <reference types="mongoose/types/pipelinestage" />
18
+ /// <reference types="mongoose/types/populate" />
19
+ /// <reference types="mongoose/types/query" />
20
+ /// <reference types="mongoose/types/schemaoptions" />
21
+ /// <reference types="mongoose/types/session" />
22
+ /// <reference types="mongoose/types/types" />
23
+ /// <reference types="mongoose/types/utility" />
24
+ /// <reference types="mongoose/types/validation" />
25
+ /// <reference types="mongoose/types/virtuals" />
26
+ /// <reference types="mongoose/types/schematypes" />
27
+ /// <reference types="mongoose/types/inferschematype" />
28
+ /// <reference types="mongoose/types/inferrawdoctype" />
29
+ import mongoose from "mongoose";
30
+ import { SortCode } from "../value-objects/sort-code";
31
+ import { AccountNumber } from "../value-objects/account-number";
32
+ declare const SolicitorModel: mongoose.Model<{
33
+ createdAt: NativeDate;
34
+ updatedAt: NativeDate;
35
+ } & {
36
+ applicationId: mongoose.Types.ObjectId;
37
+ pageValidFlag: boolean;
38
+ addressPostCode?: string | null | undefined;
39
+ addressLine1?: string | null | undefined;
40
+ addressLine2?: string | null | undefined;
41
+ addressLine3?: string | null | undefined;
42
+ addressCity?: string | null | undefined;
43
+ addressCountryLid?: mongoose.Types.ObjectId | null | undefined;
44
+ accountNumber?: AccountNumber | null | undefined;
45
+ contactPostcode?: string | null | undefined;
46
+ institution?: string | null | undefined;
47
+ nameOfAccountHolder?: string | null | undefined;
48
+ sortCode?: SortCode | null | undefined;
49
+ telephone?: string | null | undefined;
50
+ email?: string | null | undefined;
51
+ bankAddressLine1?: string | null | undefined;
52
+ bankAddressLine2?: string | null | undefined;
53
+ bankBranch?: string | null | undefined;
54
+ bankCity?: string | null | undefined;
55
+ nameOfFirm?: string | null | undefined;
56
+ signatory?: string | null | undefined;
57
+ solicitorActing?: string | null | undefined;
58
+ }, {}, {}, {}, mongoose.Document<unknown, {}, {
59
+ createdAt: NativeDate;
60
+ updatedAt: NativeDate;
61
+ } & {
62
+ applicationId: mongoose.Types.ObjectId;
63
+ pageValidFlag: boolean;
64
+ addressPostCode?: string | null | undefined;
65
+ addressLine1?: string | null | undefined;
66
+ addressLine2?: string | null | undefined;
67
+ addressLine3?: string | null | undefined;
68
+ addressCity?: string | null | undefined;
69
+ addressCountryLid?: mongoose.Types.ObjectId | null | undefined;
70
+ accountNumber?: AccountNumber | null | undefined;
71
+ contactPostcode?: string | null | undefined;
72
+ institution?: string | null | undefined;
73
+ nameOfAccountHolder?: string | null | undefined;
74
+ sortCode?: SortCode | null | undefined;
75
+ telephone?: string | null | undefined;
76
+ email?: string | null | undefined;
77
+ bankAddressLine1?: string | null | undefined;
78
+ bankAddressLine2?: string | null | undefined;
79
+ bankBranch?: string | null | undefined;
80
+ bankCity?: string | null | undefined;
81
+ nameOfFirm?: string | null | undefined;
82
+ signatory?: string | null | undefined;
83
+ solicitorActing?: string | null | undefined;
84
+ }, {}> & {
85
+ createdAt: NativeDate;
86
+ updatedAt: NativeDate;
87
+ } & {
88
+ applicationId: mongoose.Types.ObjectId;
89
+ pageValidFlag: boolean;
90
+ addressPostCode?: string | null | undefined;
91
+ addressLine1?: string | null | undefined;
92
+ addressLine2?: string | null | undefined;
93
+ addressLine3?: string | null | undefined;
94
+ addressCity?: string | null | undefined;
95
+ addressCountryLid?: mongoose.Types.ObjectId | null | undefined;
96
+ accountNumber?: AccountNumber | null | undefined;
97
+ contactPostcode?: string | null | undefined;
98
+ institution?: string | null | undefined;
99
+ nameOfAccountHolder?: string | null | undefined;
100
+ sortCode?: SortCode | null | undefined;
101
+ telephone?: string | null | undefined;
102
+ email?: string | null | undefined;
103
+ bankAddressLine1?: string | null | undefined;
104
+ bankAddressLine2?: string | null | undefined;
105
+ bankBranch?: string | null | undefined;
106
+ bankCity?: string | null | undefined;
107
+ nameOfFirm?: string | null | undefined;
108
+ signatory?: string | null | undefined;
109
+ solicitorActing?: string | null | undefined;
110
+ } & {
111
+ _id: mongoose.Types.ObjectId;
112
+ } & {
113
+ __v: number;
114
+ }, mongoose.Schema<any, mongoose.Model<any, any, any, any, any, any>, {}, {}, {}, {}, {
115
+ timestamps: true;
116
+ toJSON: {
117
+ virtuals: true;
118
+ };
119
+ toObject: {
120
+ virtuals: true;
121
+ };
122
+ }, {
123
+ createdAt: NativeDate;
124
+ updatedAt: NativeDate;
125
+ } & {
126
+ applicationId: mongoose.Types.ObjectId;
127
+ pageValidFlag: boolean;
128
+ addressPostCode?: string | null | undefined;
129
+ addressLine1?: string | null | undefined;
130
+ addressLine2?: string | null | undefined;
131
+ addressLine3?: string | null | undefined;
132
+ addressCity?: string | null | undefined;
133
+ addressCountryLid?: mongoose.Types.ObjectId | null | undefined;
134
+ accountNumber?: AccountNumber | null | undefined;
135
+ contactPostcode?: string | null | undefined;
136
+ institution?: string | null | undefined;
137
+ nameOfAccountHolder?: string | null | undefined;
138
+ sortCode?: SortCode | null | undefined;
139
+ telephone?: string | null | undefined;
140
+ email?: string | null | undefined;
141
+ bankAddressLine1?: string | null | undefined;
142
+ bankAddressLine2?: string | null | undefined;
143
+ bankBranch?: string | null | undefined;
144
+ bankCity?: string | null | undefined;
145
+ nameOfFirm?: string | null | undefined;
146
+ signatory?: string | null | undefined;
147
+ solicitorActing?: string | null | undefined;
148
+ }, mongoose.Document<unknown, {}, mongoose.FlatRecord<{
149
+ createdAt: NativeDate;
150
+ updatedAt: NativeDate;
151
+ } & {
152
+ applicationId: mongoose.Types.ObjectId;
153
+ pageValidFlag: boolean;
154
+ addressPostCode?: string | null | undefined;
155
+ addressLine1?: string | null | undefined;
156
+ addressLine2?: string | null | undefined;
157
+ addressLine3?: string | null | undefined;
158
+ addressCity?: string | null | undefined;
159
+ addressCountryLid?: mongoose.Types.ObjectId | null | undefined;
160
+ accountNumber?: AccountNumber | null | undefined;
161
+ contactPostcode?: string | null | undefined;
162
+ institution?: string | null | undefined;
163
+ nameOfAccountHolder?: string | null | undefined;
164
+ sortCode?: SortCode | null | undefined;
165
+ telephone?: string | null | undefined;
166
+ email?: string | null | undefined;
167
+ bankAddressLine1?: string | null | undefined;
168
+ bankAddressLine2?: string | null | undefined;
169
+ bankBranch?: string | null | undefined;
170
+ bankCity?: string | null | undefined;
171
+ nameOfFirm?: string | null | undefined;
172
+ signatory?: string | null | undefined;
173
+ solicitorActing?: string | null | undefined;
174
+ }>, {}> & mongoose.FlatRecord<{
175
+ createdAt: NativeDate;
176
+ updatedAt: NativeDate;
177
+ } & {
178
+ applicationId: mongoose.Types.ObjectId;
179
+ pageValidFlag: boolean;
180
+ addressPostCode?: string | null | undefined;
181
+ addressLine1?: string | null | undefined;
182
+ addressLine2?: string | null | undefined;
183
+ addressLine3?: string | null | undefined;
184
+ addressCity?: string | null | undefined;
185
+ addressCountryLid?: mongoose.Types.ObjectId | null | undefined;
186
+ accountNumber?: AccountNumber | null | undefined;
187
+ contactPostcode?: string | null | undefined;
188
+ institution?: string | null | undefined;
189
+ nameOfAccountHolder?: string | null | undefined;
190
+ sortCode?: SortCode | null | undefined;
191
+ telephone?: string | null | undefined;
192
+ email?: string | null | undefined;
193
+ bankAddressLine1?: string | null | undefined;
194
+ bankAddressLine2?: string | null | undefined;
195
+ bankBranch?: string | null | undefined;
196
+ bankCity?: string | null | undefined;
197
+ nameOfFirm?: string | null | undefined;
198
+ signatory?: string | null | undefined;
199
+ solicitorActing?: string | null | undefined;
200
+ }> & {
201
+ _id: mongoose.Types.ObjectId;
202
+ } & {
203
+ __v: number;
204
+ }>>;
205
+ export default SolicitorModel;
206
+ //# sourceMappingURL=solicitor.model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"solicitor.model.d.ts","sourceRoot":"","sources":["../../applications/solicitor.model.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,QAAQ,MAAM,UAAU,CAAC;AAGhC,OAAO,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAC;AACtD,OAAO,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAC;AA8HhE,QAAA,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAA+C,CAAC;AACpE,eAAe,cAAc,CAAC"}