easywork-common-lib 1.0.948 → 1.0.950

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 (567) hide show
  1. package/.gitattributes +2 -2
  2. package/.github/workflows/npm-publish.yml +33 -33
  3. package/.vscode/settings.json +12 -12
  4. package/justfile +8 -8
  5. package/package.json +46 -46
  6. package/scripts/bump.sh +8 -8
  7. package/test.bat +15 -15
  8. package/tsconfig.build.json +4 -4
  9. package/tsconfig.json +25 -25
  10. package/dist/common/@types/enums/crm.enum.d.ts +0 -8
  11. package/dist/common/@types/enums/crm.enum.js +0 -14
  12. package/dist/common/@types/enums/crm.enum.js.map +0 -1
  13. package/dist/common/@types/enums/index.d.ts +0 -3
  14. package/dist/common/@types/enums/index.js +0 -20
  15. package/dist/common/@types/enums/index.js.map +0 -1
  16. package/dist/common/@types/enums/misc.enum.d.ts +0 -60
  17. package/dist/common/@types/enums/misc.enum.js +0 -81
  18. package/dist/common/@types/enums/misc.enum.js.map +0 -1
  19. package/dist/common/@types/enums/permission.enum.d.ts +0 -13
  20. package/dist/common/@types/enums/permission.enum.js +0 -19
  21. package/dist/common/@types/enums/permission.enum.js.map +0 -1
  22. package/dist/common/@types/index.d.ts +0 -2
  23. package/dist/common/@types/index.js +0 -19
  24. package/dist/common/@types/index.js.map +0 -1
  25. package/dist/common/@types/interfaces/authentication.interface.d.ts +0 -17
  26. package/dist/common/@types/interfaces/authentication.interface.js +0 -3
  27. package/dist/common/@types/interfaces/authentication.interface.js.map +0 -1
  28. package/dist/common/@types/interfaces/crm.interface.d.ts +0 -131
  29. package/dist/common/@types/interfaces/crm.interface.js +0 -3
  30. package/dist/common/@types/interfaces/crm.interface.js.map +0 -1
  31. package/dist/common/@types/interfaces/file.interface.d.ts +0 -14
  32. package/dist/common/@types/interfaces/file.interface.js +0 -3
  33. package/dist/common/@types/interfaces/file.interface.js.map +0 -1
  34. package/dist/common/@types/interfaces/index.d.ts +0 -6
  35. package/dist/common/@types/interfaces/index.js +0 -23
  36. package/dist/common/@types/interfaces/index.js.map +0 -1
  37. package/dist/common/@types/interfaces/lsm.interface.d.ts +0 -5
  38. package/dist/common/@types/interfaces/lsm.interface.js +0 -3
  39. package/dist/common/@types/interfaces/lsm.interface.js.map +0 -1
  40. package/dist/common/@types/interfaces/mail.interface.d.ts +0 -9
  41. package/dist/common/@types/interfaces/mail.interface.js +0 -3
  42. package/dist/common/@types/interfaces/mail.interface.js.map +0 -1
  43. package/dist/common/@types/interfaces/validator.interface.d.ts +0 -41
  44. package/dist/common/@types/interfaces/validator.interface.js +0 -3
  45. package/dist/common/@types/interfaces/validator.interface.js.map +0 -1
  46. package/dist/common/constants/app.contants.d.ts +0 -48
  47. package/dist/common/constants/app.contants.js +0 -225
  48. package/dist/common/constants/app.contants.js.map +0 -1
  49. package/dist/common/constants/index.d.ts +0 -3
  50. package/dist/common/constants/index.js +0 -20
  51. package/dist/common/constants/index.js.map +0 -1
  52. package/dist/common/constants/regex.constant.d.ts +0 -6
  53. package/dist/common/constants/regex.constant.js +0 -10
  54. package/dist/common/constants/regex.constant.js.map +0 -1
  55. package/dist/common/constants/string.constant.d.ts +0 -5
  56. package/dist/common/constants/string.constant.js +0 -41
  57. package/dist/common/constants/string.constant.js.map +0 -1
  58. package/dist/common/database/base.entity.d.ts +0 -31
  59. package/dist/common/database/base.entity.js +0 -165
  60. package/dist/common/database/base.entity.js.map +0 -1
  61. package/dist/common/database/comment.base.entity.d.ts +0 -11
  62. package/dist/common/database/comment.base.entity.js +0 -83
  63. package/dist/common/database/comment.base.entity.js.map +0 -1
  64. package/dist/common/database/index.d.ts +0 -2
  65. package/dist/common/database/index.js +0 -19
  66. package/dist/common/database/index.js.map +0 -1
  67. package/dist/common/dtos/index.d.ts +0 -1
  68. package/dist/common/dtos/index.js +0 -18
  69. package/dist/common/dtos/index.js.map +0 -1
  70. package/dist/common/dtos/send-notification.dto.d.ts +0 -12
  71. package/dist/common/dtos/send-notification.dto.js +0 -66
  72. package/dist/common/dtos/send-notification.dto.js.map +0 -1
  73. package/dist/common/enums/common.enum.d.ts +0 -18
  74. package/dist/common/enums/common.enum.js +0 -25
  75. package/dist/common/enums/common.enum.js.map +0 -1
  76. package/dist/common/enums/drive.enum.d.ts +0 -26
  77. package/dist/common/enums/drive.enum.js +0 -32
  78. package/dist/common/enums/drive.enum.js.map +0 -1
  79. package/dist/common/enums/index.d.ts +0 -5
  80. package/dist/common/enums/index.js +0 -22
  81. package/dist/common/enums/index.js.map +0 -1
  82. package/dist/common/enums/notification.enum.d.ts +0 -56
  83. package/dist/common/enums/notification.enum.js +0 -63
  84. package/dist/common/enums/notification.enum.js.map +0 -1
  85. package/dist/common/enums/sales.enum.d.ts +0 -120
  86. package/dist/common/enums/sales.enum.js +0 -144
  87. package/dist/common/enums/sales.enum.js.map +0 -1
  88. package/dist/common/enums/tools.enum.d.ts +0 -64
  89. package/dist/common/enums/tools.enum.js +0 -75
  90. package/dist/common/enums/tools.enum.js.map +0 -1
  91. package/dist/common/functions/cripto.d.ts +0 -1
  92. package/dist/common/functions/cripto.js +0 -8
  93. package/dist/common/functions/cripto.js.map +0 -1
  94. package/dist/common/functions/image.d.ts +0 -3
  95. package/dist/common/functions/image.js +0 -16
  96. package/dist/common/functions/image.js.map +0 -1
  97. package/dist/common/functions/index.d.ts +0 -2
  98. package/dist/common/functions/index.js +0 -19
  99. package/dist/common/functions/index.js.map +0 -1
  100. package/dist/common/helpers/app.utils.d.ts +0 -5
  101. package/dist/common/helpers/app.utils.js +0 -32
  102. package/dist/common/helpers/app.utils.js.map +0 -1
  103. package/dist/common/helpers/helpers.utils.d.ts +0 -5
  104. package/dist/common/helpers/helpers.utils.js +0 -26
  105. package/dist/common/helpers/helpers.utils.js.map +0 -1
  106. package/dist/common/helpers/index.d.ts +0 -2
  107. package/dist/common/helpers/index.js +0 -19
  108. package/dist/common/helpers/index.js.map +0 -1
  109. package/dist/common/index.d.ts +0 -8
  110. package/dist/common/index.js +0 -25
  111. package/dist/common/index.js.map +0 -1
  112. package/dist/common/interceptors/index.d.ts +0 -1
  113. package/dist/common/interceptors/index.js +0 -18
  114. package/dist/common/interceptors/index.js.map +0 -1
  115. package/dist/common/interceptors/security.interceptor.d.ts +0 -5
  116. package/dist/common/interceptors/security.interceptor.js +0 -22
  117. package/dist/common/interceptors/security.interceptor.js.map +0 -1
  118. package/dist/entities/app_config/app-config.entity.d.ts +0 -5
  119. package/dist/entities/app_config/app-config.entity.js +0 -33
  120. package/dist/entities/app_config/app-config.entity.js.map +0 -1
  121. package/dist/entities/audit.entity.d.ts +0 -7
  122. package/dist/entities/audit.entity.js +0 -56
  123. package/dist/entities/audit.entity.js.map +0 -1
  124. package/dist/entities/capacitation/capacitation.entity.d.ts +0 -10
  125. package/dist/entities/capacitation/capacitation.entity.js +0 -68
  126. package/dist/entities/capacitation/capacitation.entity.js.map +0 -1
  127. package/dist/entities/capacitation/course-assigned.entity.d.ts +0 -12
  128. package/dist/entities/capacitation/course-assigned.entity.js +0 -44
  129. package/dist/entities/capacitation/course-assigned.entity.js.map +0 -1
  130. package/dist/entities/capacitation/course-evaluation-attempt.entity.d.ts +0 -22
  131. package/dist/entities/capacitation/course-evaluation-attempt.entity.js +0 -96
  132. package/dist/entities/capacitation/course-evaluation-attempt.entity.js.map +0 -1
  133. package/dist/entities/capacitation/course-evaluation.entity.d.ts +0 -42
  134. package/dist/entities/capacitation/course-evaluation.entity.js +0 -111
  135. package/dist/entities/capacitation/course-evaluation.entity.js.map +0 -1
  136. package/dist/entities/capacitation/course-folder-page.entity.d.ts +0 -14
  137. package/dist/entities/capacitation/course-folder-page.entity.js +0 -74
  138. package/dist/entities/capacitation/course-folder-page.entity.js.map +0 -1
  139. package/dist/entities/capacitation/course-folder.entity.d.ts +0 -10
  140. package/dist/entities/capacitation/course-folder.entity.js +0 -57
  141. package/dist/entities/capacitation/course-folder.entity.js.map +0 -1
  142. package/dist/entities/capacitation/course-order.entity.d.ts +0 -8
  143. package/dist/entities/capacitation/course-order.entity.js +0 -45
  144. package/dist/entities/capacitation/course-order.entity.js.map +0 -1
  145. package/dist/entities/capacitation/course.entity.d.ts +0 -21
  146. package/dist/entities/capacitation/course.entity.js +0 -119
  147. package/dist/entities/capacitation/course.entity.js.map +0 -1
  148. package/dist/entities/capacitation/index.d.ts +0 -8
  149. package/dist/entities/capacitation/index.js +0 -21
  150. package/dist/entities/capacitation/index.js.map +0 -1
  151. package/dist/entities/currency.entity.d.ts +0 -6
  152. package/dist/entities/currency.entity.js +0 -43
  153. package/dist/entities/currency.entity.js.map +0 -1
  154. package/dist/entities/drive/attached_object.entity.d.ts +0 -27
  155. package/dist/entities/drive/attached_object.entity.js +0 -154
  156. package/dist/entities/drive/attached_object.entity.js.map +0 -1
  157. package/dist/entities/drive/file.entity.d.ts +0 -20
  158. package/dist/entities/drive/file.entity.js +0 -178
  159. package/dist/entities/drive/file.entity.js.map +0 -1
  160. package/dist/entities/drive/folder.entity.d.ts +0 -19
  161. package/dist/entities/drive/folder.entity.js +0 -173
  162. package/dist/entities/drive/folder.entity.js.map +0 -1
  163. package/dist/entities/drive/index.d.ts +0 -3
  164. package/dist/entities/drive/index.js +0 -20
  165. package/dist/entities/drive/index.js.map +0 -1
  166. package/dist/entities/easyapp/filter-view.entity.d.ts +0 -7
  167. package/dist/entities/easyapp/filter-view.entity.js +0 -41
  168. package/dist/entities/easyapp/filter-view.entity.js.map +0 -1
  169. package/dist/entities/email.entity.d.ts +0 -5
  170. package/dist/entities/email.entity.js +0 -36
  171. package/dist/entities/email.entity.js.map +0 -1
  172. package/dist/entities/group.entity.d.ts +0 -13
  173. package/dist/entities/group.entity.js +0 -57
  174. package/dist/entities/group.entity.js.map +0 -1
  175. package/dist/entities/helpers/entity_file.entity.d.ts +0 -10
  176. package/dist/entities/helpers/entity_file.entity.js +0 -61
  177. package/dist/entities/helpers/entity_file.entity.js.map +0 -1
  178. package/dist/entities/helpers/entity_folder.entity.d.ts +0 -10
  179. package/dist/entities/helpers/entity_folder.entity.js +0 -61
  180. package/dist/entities/helpers/entity_folder.entity.js.map +0 -1
  181. package/dist/entities/helpers/index.d.ts +0 -5
  182. package/dist/entities/helpers/index.js +0 -22
  183. package/dist/entities/helpers/index.js.map +0 -1
  184. package/dist/entities/helpers/meeting_crm.entity.d.ts +0 -23
  185. package/dist/entities/helpers/meeting_crm.entity.js +0 -166
  186. package/dist/entities/helpers/meeting_crm.entity.js.map +0 -1
  187. package/dist/entities/helpers/sales/agent/connection/h_agent_connection.entity.d.ts +0 -20
  188. package/dist/entities/helpers/sales/agent/connection/h_agent_connection.entity.js +0 -160
  189. package/dist/entities/helpers/sales/agent/connection/h_agent_connection.entity.js.map +0 -1
  190. package/dist/entities/helpers/sales/agent/connection/h_agent_connection_stage.entity.d.ts +0 -5
  191. package/dist/entities/helpers/sales/agent/connection/h_agent_connection_stage.entity.js +0 -43
  192. package/dist/entities/helpers/sales/agent/connection/h_agent_connection_stage.entity.js.map +0 -1
  193. package/dist/entities/helpers/sales/agent/h_agent_source.entity.d.ts +0 -4
  194. package/dist/entities/helpers/sales/agent/h_agent_source.entity.js +0 -34
  195. package/dist/entities/helpers/sales/agent/h_agent_source.entity.js.map +0 -1
  196. package/dist/entities/helpers/sales/agent/h_agent_types.entity.d.ts +0 -4
  197. package/dist/entities/helpers/sales/agent/h_agent_types.entity.js +0 -34
  198. package/dist/entities/helpers/sales/agent/h_agent_types.entity.js.map +0 -1
  199. package/dist/entities/helpers/sales/agent/index.d.ts +0 -6
  200. package/dist/entities/helpers/sales/agent/index.js +0 -23
  201. package/dist/entities/helpers/sales/agent/index.js.map +0 -1
  202. package/dist/entities/helpers/sales/agent/recruitment/h_agent_recruitment.entity.d.ts +0 -18
  203. package/dist/entities/helpers/sales/agent/recruitment/h_agent_recruitment.entity.js +0 -150
  204. package/dist/entities/helpers/sales/agent/recruitment/h_agent_recruitment.entity.js.map +0 -1
  205. package/dist/entities/helpers/sales/agent/recruitment/h_agent_recruitment_stage.entity.d.ts +0 -5
  206. package/dist/entities/helpers/sales/agent/recruitment/h_agent_recruitment_stage.entity.js +0 -43
  207. package/dist/entities/helpers/sales/agent/recruitment/h_agent_recruitment_stage.entity.js.map +0 -1
  208. package/dist/entities/helpers/sales/common/client_sources.entity.d.ts +0 -5
  209. package/dist/entities/helpers/sales/common/client_sources.entity.js +0 -36
  210. package/dist/entities/helpers/sales/common/client_sources.entity.js.map +0 -1
  211. package/dist/entities/helpers/sales/common/client_types.entity.d.ts +0 -5
  212. package/dist/entities/helpers/sales/common/client_types.entity.js +0 -36
  213. package/dist/entities/helpers/sales/common/client_types.entity.js.map +0 -1
  214. package/dist/entities/helpers/sales/contact/contact_email.entity.d.ts +0 -11
  215. package/dist/entities/helpers/sales/contact/contact_email.entity.js +0 -89
  216. package/dist/entities/helpers/sales/contact/contact_email.entity.js.map +0 -1
  217. package/dist/entities/helpers/sales/contact/contact_insurance.entity.d.ts +0 -11
  218. package/dist/entities/helpers/sales/contact/contact_insurance.entity.js +0 -92
  219. package/dist/entities/helpers/sales/contact/contact_insurance.entity.js.map +0 -1
  220. package/dist/entities/helpers/sales/contact/contact_phone.entity.d.ts +0 -11
  221. package/dist/entities/helpers/sales/contact/contact_phone.entity.js +0 -89
  222. package/dist/entities/helpers/sales/contact/contact_phone.entity.js.map +0 -1
  223. package/dist/entities/helpers/sales/contact/index.d.ts +0 -5
  224. package/dist/entities/helpers/sales/contact/index.js +0 -22
  225. package/dist/entities/helpers/sales/contact/index.js.map +0 -1
  226. package/dist/entities/helpers/sales/index.d.ts +0 -7
  227. package/dist/entities/helpers/sales/index.js +0 -24
  228. package/dist/entities/helpers/sales/index.js.map +0 -1
  229. package/dist/entities/helpers/sales/lead/h_lead_source.entity.d.ts +0 -4
  230. package/dist/entities/helpers/sales/lead/h_lead_source.entity.js +0 -30
  231. package/dist/entities/helpers/sales/lead/h_lead_source.entity.js.map +0 -1
  232. package/dist/entities/helpers/sales/lead/h_lead_stage.entity.d.ts +0 -5
  233. package/dist/entities/helpers/sales/lead/h_lead_stage.entity.js +0 -36
  234. package/dist/entities/helpers/sales/lead/h_lead_stage.entity.js.map +0 -1
  235. package/dist/entities/helpers/sales/lead/h_lead_types.entity.d.ts +0 -4
  236. package/dist/entities/helpers/sales/lead/h_lead_types.entity.js +0 -30
  237. package/dist/entities/helpers/sales/lead/h_lead_types.entity.js.map +0 -1
  238. package/dist/entities/helpers/sales/lead/index.d.ts +0 -6
  239. package/dist/entities/helpers/sales/lead/index.js +0 -23
  240. package/dist/entities/helpers/sales/lead/index.js.map +0 -1
  241. package/dist/entities/helpers/sales/lead/lead_cancel_reazon.entity.d.ts +0 -4
  242. package/dist/entities/helpers/sales/lead/lead_cancel_reazon.entity.js +0 -28
  243. package/dist/entities/helpers/sales/lead/lead_cancel_reazon.entity.js.map +0 -1
  244. package/dist/entities/helpers/sales/lead/lead_email.entity.d.ts +0 -11
  245. package/dist/entities/helpers/sales/lead/lead_email.entity.js +0 -66
  246. package/dist/entities/helpers/sales/lead/lead_email.entity.js.map +0 -1
  247. package/dist/entities/helpers/sales/lead/lead_phone.entity.d.ts +0 -11
  248. package/dist/entities/helpers/sales/lead/lead_phone.entity.js +0 -66
  249. package/dist/entities/helpers/sales/lead/lead_phone.entity.js.map +0 -1
  250. package/dist/entities/helpers/sales/poliza/h_poliza_category.entity.d.ts +0 -5
  251. package/dist/entities/helpers/sales/poliza/h_poliza_category.entity.js +0 -30
  252. package/dist/entities/helpers/sales/poliza/h_poliza_category.entity.js.map +0 -1
  253. package/dist/entities/helpers/sales/poliza/h_poliza_conducto_pago.entity.d.ts +0 -5
  254. package/dist/entities/helpers/sales/poliza/h_poliza_conducto_pago.entity.js +0 -33
  255. package/dist/entities/helpers/sales/poliza/h_poliza_conducto_pago.entity.js.map +0 -1
  256. package/dist/entities/helpers/sales/poliza/h_poliza_forma_cobro.entity.d.ts +0 -6
  257. package/dist/entities/helpers/sales/poliza/h_poliza_forma_cobro.entity.js +0 -39
  258. package/dist/entities/helpers/sales/poliza/h_poliza_forma_cobro.entity.js.map +0 -1
  259. package/dist/entities/helpers/sales/poliza/h_poliza_frecuencia_pago.entity.d.ts +0 -6
  260. package/dist/entities/helpers/sales/poliza/h_poliza_frecuencia_pago.entity.js +0 -39
  261. package/dist/entities/helpers/sales/poliza/h_poliza_frecuencia_pago.entity.js.map +0 -1
  262. package/dist/entities/helpers/sales/poliza/h_poliza_insurance.entity.d.ts +0 -5
  263. package/dist/entities/helpers/sales/poliza/h_poliza_insurance.entity.js +0 -30
  264. package/dist/entities/helpers/sales/poliza/h_poliza_insurance.entity.js.map +0 -1
  265. package/dist/entities/helpers/sales/poliza/h_poliza_stage.entity.d.ts +0 -5
  266. package/dist/entities/helpers/sales/poliza/h_poliza_stage.entity.js +0 -43
  267. package/dist/entities/helpers/sales/poliza/h_poliza_stage.entity.js.map +0 -1
  268. package/dist/entities/helpers/sales/poliza/h_poliza_subramo.entity.d.ts +0 -6
  269. package/dist/entities/helpers/sales/poliza/h_poliza_subramo.entity.js +0 -36
  270. package/dist/entities/helpers/sales/poliza/h_poliza_subramo.entity.js.map +0 -1
  271. package/dist/entities/helpers/sales/poliza/h_poliza_type.entity.d.ts +0 -5
  272. package/dist/entities/helpers/sales/poliza/h_poliza_type.entity.js +0 -33
  273. package/dist/entities/helpers/sales/poliza/h_poliza_type.entity.js.map +0 -1
  274. package/dist/entities/helpers/sales/poliza/h_receipt_stage.entity.d.ts +0 -8
  275. package/dist/entities/helpers/sales/poliza/h_receipt_stage.entity.js +0 -53
  276. package/dist/entities/helpers/sales/poliza/h_receipt_stage.entity.js.map +0 -1
  277. package/dist/entities/helpers/sales/poliza/index.d.ts +0 -12
  278. package/dist/entities/helpers/sales/poliza/index.js +0 -29
  279. package/dist/entities/helpers/sales/poliza/index.js.map +0 -1
  280. package/dist/entities/helpers/sales/poliza/poliza_cancel_reason.entity.d.ts +0 -4
  281. package/dist/entities/helpers/sales/poliza/poliza_cancel_reason.entity.js +0 -28
  282. package/dist/entities/helpers/sales/poliza/poliza_cancel_reason.entity.js.map +0 -1
  283. package/dist/entities/helpers/sales/poliza/poliza_insured.entity.d.ts +0 -11
  284. package/dist/entities/helpers/sales/poliza/poliza_insured.entity.js +0 -86
  285. package/dist/entities/helpers/sales/poliza/poliza_insured.entity.js.map +0 -1
  286. package/dist/entities/helpers/sales/poliza/poliza_settlement.entity.d.ts +0 -4
  287. package/dist/entities/helpers/sales/poliza/poliza_settlement.entity.js +0 -28
  288. package/dist/entities/helpers/sales/poliza/poliza_settlement.entity.js.map +0 -1
  289. package/dist/entities/helpers/tools/event_crm.entity.d.ts +0 -35
  290. package/dist/entities/helpers/tools/event_crm.entity.js +0 -251
  291. package/dist/entities/helpers/tools/event_crm.entity.js.map +0 -1
  292. package/dist/entities/helpers/tools/index.d.ts +0 -2
  293. package/dist/entities/helpers/tools/index.js +0 -19
  294. package/dist/entities/helpers/tools/index.js.map +0 -1
  295. package/dist/entities/helpers/tools/task_crm.entity.d.ts +0 -37
  296. package/dist/entities/helpers/tools/task_crm.entity.js +0 -258
  297. package/dist/entities/helpers/tools/task_crm.entity.js.map +0 -1
  298. package/dist/entities/imap-config.entity.d.ts +0 -11
  299. package/dist/entities/imap-config.entity.js +0 -61
  300. package/dist/entities/imap-config.entity.js.map +0 -1
  301. package/dist/entities/index.d.ts +0 -37
  302. package/dist/entities/index.js +0 -54
  303. package/dist/entities/index.js.map +0 -1
  304. package/dist/entities/login-history.entity.d.ts +0 -7
  305. package/dist/entities/login-history.entity.js +0 -53
  306. package/dist/entities/login-history.entity.js.map +0 -1
  307. package/dist/entities/meeting-comment.entity.d.ts +0 -8
  308. package/dist/entities/meeting-comment.entity.js +0 -46
  309. package/dist/entities/meeting-comment.entity.js.map +0 -1
  310. package/dist/entities/meeting-list-field.d.ts +0 -5
  311. package/dist/entities/meeting-list-field.js +0 -46
  312. package/dist/entities/meeting-list-field.js.map +0 -1
  313. package/dist/entities/meeting.entity.d.ts +0 -24
  314. package/dist/entities/meeting.entity.js +0 -187
  315. package/dist/entities/meeting.entity.js.map +0 -1
  316. package/dist/entities/menu-permissions.entity.d.ts +0 -7
  317. package/dist/entities/menu-permissions.entity.js +0 -42
  318. package/dist/entities/menu-permissions.entity.js.map +0 -1
  319. package/dist/entities/notifications/index.d.ts +0 -2
  320. package/dist/entities/notifications/index.js +0 -19
  321. package/dist/entities/notifications/index.js.map +0 -1
  322. package/dist/entities/notifications/notification.entity.d.ts +0 -15
  323. package/dist/entities/notifications/notification.entity.js +0 -119
  324. package/dist/entities/notifications/notification.entity.js.map +0 -1
  325. package/dist/entities/notifications/push-token.entity.d.ts +0 -7
  326. package/dist/entities/notifications/push-token.entity.js +0 -45
  327. package/dist/entities/notifications/push-token.entity.js.map +0 -1
  328. package/dist/entities/otp-log.entity.d.ts +0 -8
  329. package/dist/entities/otp-log.entity.js +0 -49
  330. package/dist/entities/otp-log.entity.js.map +0 -1
  331. package/dist/entities/permission.entity.d.ts +0 -7
  332. package/dist/entities/permission.entity.js +0 -46
  333. package/dist/entities/permission.entity.js.map +0 -1
  334. package/dist/entities/phone.entity.d.ts +0 -5
  335. package/dist/entities/phone.entity.js +0 -36
  336. package/dist/entities/phone.entity.js.map +0 -1
  337. package/dist/entities/policy/index.d.ts +0 -3
  338. package/dist/entities/policy/index.js +0 -20
  339. package/dist/entities/policy/index.js.map +0 -1
  340. package/dist/entities/policy/policy-version.entity.d.ts +0 -46
  341. package/dist/entities/policy/policy-version.entity.js +0 -427
  342. package/dist/entities/policy/policy-version.entity.js.map +0 -1
  343. package/dist/entities/policy/policy.entity.d.ts +0 -29
  344. package/dist/entities/policy/policy.entity.js +0 -296
  345. package/dist/entities/policy/policy.entity.js.map +0 -1
  346. package/dist/entities/policy/version-comment.entity.d.ts +0 -5
  347. package/dist/entities/policy/version-comment.entity.js +0 -35
  348. package/dist/entities/policy/version-comment.entity.js.map +0 -1
  349. package/dist/entities/profile.entity.d.ts +0 -9
  350. package/dist/entities/profile.entity.js +0 -56
  351. package/dist/entities/profile.entity.js.map +0 -1
  352. package/dist/entities/protocol.entity.d.ts +0 -8
  353. package/dist/entities/protocol.entity.js +0 -46
  354. package/dist/entities/protocol.entity.js.map +0 -1
  355. package/dist/entities/refresh-token.entity.d.ts +0 -8
  356. package/dist/entities/refresh-token.entity.js +0 -46
  357. package/dist/entities/refresh-token.entity.js.map +0 -1
  358. package/dist/entities/role.entity.d.ts +0 -13
  359. package/dist/entities/role.entity.js +0 -108
  360. package/dist/entities/role.entity.js.map +0 -1
  361. package/dist/entities/sales/agent-comment.entity.d.ts +0 -5
  362. package/dist/entities/sales/agent-comment.entity.js +0 -35
  363. package/dist/entities/sales/agent-comment.entity.js.map +0 -1
  364. package/dist/entities/sales/agent.entity.d.ts +0 -34
  365. package/dist/entities/sales/agent.entity.js +0 -274
  366. package/dist/entities/sales/agent.entity.js.map +0 -1
  367. package/dist/entities/sales/agente-intermediario.entity.d.ts +0 -7
  368. package/dist/entities/sales/agente-intermediario.entity.js +0 -49
  369. package/dist/entities/sales/agente-intermediario.entity.js.map +0 -1
  370. package/dist/entities/sales/beneficiarios/index.d.ts +0 -2
  371. package/dist/entities/sales/beneficiarios/index.js +0 -19
  372. package/dist/entities/sales/beneficiarios/index.js.map +0 -1
  373. package/dist/entities/sales/beneficiarios/person.entity.d.ts +0 -10
  374. package/dist/entities/sales/beneficiarios/person.entity.js +0 -89
  375. package/dist/entities/sales/beneficiarios/person.entity.js.map +0 -1
  376. package/dist/entities/sales/beneficiarios/vehicle.entity.d.ts +0 -16
  377. package/dist/entities/sales/beneficiarios/vehicle.entity.js +0 -106
  378. package/dist/entities/sales/beneficiarios/vehicle.entity.js.map +0 -1
  379. package/dist/entities/sales/contact-comment.entity.d.ts +0 -5
  380. package/dist/entities/sales/contact-comment.entity.js +0 -32
  381. package/dist/entities/sales/contact-comment.entity.js.map +0 -1
  382. package/dist/entities/sales/contact.entity.d.ts +0 -60
  383. package/dist/entities/sales/contact.entity.js +0 -527
  384. package/dist/entities/sales/contact.entity.js.map +0 -1
  385. package/dist/entities/sales/import-session.entity.d.ts +0 -29
  386. package/dist/entities/sales/import-session.entity.js +0 -155
  387. package/dist/entities/sales/import-session.entity.js.map +0 -1
  388. package/dist/entities/sales/index.d.ts +0 -16
  389. package/dist/entities/sales/index.js +0 -33
  390. package/dist/entities/sales/index.js.map +0 -1
  391. package/dist/entities/sales/lead-comment.entity.d.ts +0 -5
  392. package/dist/entities/sales/lead-comment.entity.js +0 -32
  393. package/dist/entities/sales/lead-comment.entity.js.map +0 -1
  394. package/dist/entities/sales/lead.entity.d.ts +0 -63
  395. package/dist/entities/sales/lead.entity.js +0 -610
  396. package/dist/entities/sales/lead.entity.js.map +0 -1
  397. package/dist/entities/sales/policy-comment.entity.d.ts +0 -5
  398. package/dist/entities/sales/policy-comment.entity.js +0 -35
  399. package/dist/entities/sales/policy-comment.entity.js.map +0 -1
  400. package/dist/entities/sales/poliza/index.d.ts +0 -8
  401. package/dist/entities/sales/poliza/index.js +0 -25
  402. package/dist/entities/sales/poliza/index.js.map +0 -1
  403. package/dist/entities/sales/poliza/poliza_claim-comment.entity.d.ts +0 -5
  404. package/dist/entities/sales/poliza/poliza_claim-comment.entity.js +0 -35
  405. package/dist/entities/sales/poliza/poliza_claim-comment.entity.js.map +0 -1
  406. package/dist/entities/sales/poliza/poliza_claim.entity.d.ts +0 -36
  407. package/dist/entities/sales/poliza/poliza_claim.entity.js +0 -298
  408. package/dist/entities/sales/poliza/poliza_claim.entity.js.map +0 -1
  409. package/dist/entities/sales/poliza/poliza_fund-recovery-comment.entity.d.ts +0 -5
  410. package/dist/entities/sales/poliza/poliza_fund-recovery-comment.entity.js +0 -35
  411. package/dist/entities/sales/poliza/poliza_fund-recovery-comment.entity.js.map +0 -1
  412. package/dist/entities/sales/poliza/poliza_fund-recovery.entity.d.ts +0 -33
  413. package/dist/entities/sales/poliza/poliza_fund-recovery.entity.js +0 -272
  414. package/dist/entities/sales/poliza/poliza_fund-recovery.entity.js.map +0 -1
  415. package/dist/entities/sales/poliza/poliza_reimbursement-comment.entity.d.ts +0 -5
  416. package/dist/entities/sales/poliza/poliza_reimbursement-comment.entity.js +0 -35
  417. package/dist/entities/sales/poliza/poliza_reimbursement-comment.entity.js.map +0 -1
  418. package/dist/entities/sales/poliza/poliza_reimbursement.entity.d.ts +0 -36
  419. package/dist/entities/sales/poliza/poliza_reimbursement.entity.js +0 -290
  420. package/dist/entities/sales/poliza/poliza_reimbursement.entity.js.map +0 -1
  421. package/dist/entities/sales/poliza/poliza_scheduling-comment.entity.d.ts +0 -5
  422. package/dist/entities/sales/poliza/poliza_scheduling-comment.entity.js +0 -35
  423. package/dist/entities/sales/poliza/poliza_scheduling-comment.entity.js.map +0 -1
  424. package/dist/entities/sales/poliza/poliza_scheduling.entity.d.ts +0 -39
  425. package/dist/entities/sales/poliza/poliza_scheduling.entity.js +0 -312
  426. package/dist/entities/sales/poliza/poliza_scheduling.entity.js.map +0 -1
  427. package/dist/entities/sales/poliza-comment.entity.d.ts +0 -5
  428. package/dist/entities/sales/poliza-comment.entity.js +0 -32
  429. package/dist/entities/sales/poliza-comment.entity.js.map +0 -1
  430. package/dist/entities/sales/poliza.entity.d.ts +0 -110
  431. package/dist/entities/sales/poliza.entity.js +0 -1051
  432. package/dist/entities/sales/poliza.entity.js.map +0 -1
  433. package/dist/entities/sales/poliza_pdf.entity.d.ts +0 -96
  434. package/dist/entities/sales/poliza_pdf.entity.js +0 -946
  435. package/dist/entities/sales/poliza_pdf.entity.js.map +0 -1
  436. package/dist/entities/sales/receipt-comment.entity.d.ts +0 -5
  437. package/dist/entities/sales/receipt-comment.entity.js +0 -32
  438. package/dist/entities/sales/receipt-comment.entity.js.map +0 -1
  439. package/dist/entities/sales/receipt.entity.d.ts +0 -37
  440. package/dist/entities/sales/receipt.entity.js +0 -297
  441. package/dist/entities/sales/receipt.entity.js.map +0 -1
  442. package/dist/entities/tag.entity.d.ts +0 -8
  443. package/dist/entities/tag.entity.js +0 -53
  444. package/dist/entities/tag.entity.js.map +0 -1
  445. package/dist/entities/thirdparty/diio-integration.entity.d.ts +0 -16
  446. package/dist/entities/thirdparty/diio-integration.entity.js +0 -74
  447. package/dist/entities/thirdparty/diio-integration.entity.js.map +0 -1
  448. package/dist/entities/thirdparty/google-gmail-watch-record.entity.d.ts +0 -14
  449. package/dist/entities/thirdparty/google-gmail-watch-record.entity.js +0 -113
  450. package/dist/entities/thirdparty/google-gmail-watch-record.entity.js.map +0 -1
  451. package/dist/entities/thirdparty/google-webhooks-config.entity.d.ts +0 -19
  452. package/dist/entities/thirdparty/google-webhooks-config.entity.js +0 -82
  453. package/dist/entities/thirdparty/google-webhooks-config.entity.js.map +0 -1
  454. package/dist/entities/thirdparty/oauth.entity.d.ts +0 -24
  455. package/dist/entities/thirdparty/oauth.entity.js +0 -81
  456. package/dist/entities/thirdparty/oauth.entity.js.map +0 -1
  457. package/dist/entities/tools/calendar/calendar-event-comment.entity.d.ts +0 -8
  458. package/dist/entities/tools/calendar/calendar-event-comment.entity.js +0 -39
  459. package/dist/entities/tools/calendar/calendar-event-comment.entity.js.map +0 -1
  460. package/dist/entities/tools/calendar/calendar-event-invitations.entity.d.ts +0 -13
  461. package/dist/entities/tools/calendar/calendar-event-invitations.entity.js +0 -48
  462. package/dist/entities/tools/calendar/calendar-event-invitations.entity.js.map +0 -1
  463. package/dist/entities/tools/calendar/calendar-general-config.entity.d.ts +0 -20
  464. package/dist/entities/tools/calendar/calendar-general-config.entity.js +0 -118
  465. package/dist/entities/tools/calendar/calendar-general-config.entity.js.map +0 -1
  466. package/dist/entities/tools/calendar/calendar-item.entity.d.ts +0 -17
  467. package/dist/entities/tools/calendar/calendar-item.entity.js +0 -60
  468. package/dist/entities/tools/calendar/calendar-item.entity.js.map +0 -1
  469. package/dist/entities/tools/calendar/calendar-reminder.entity.d.ts +0 -7
  470. package/dist/entities/tools/calendar/calendar-reminder.entity.js +0 -38
  471. package/dist/entities/tools/calendar/calendar-reminder.entity.js.map +0 -1
  472. package/dist/entities/tools/calendar/calendar-sub-item.entity.d.ts +0 -32
  473. package/dist/entities/tools/calendar/calendar-sub-item.entity.js +0 -104
  474. package/dist/entities/tools/calendar/calendar-sub-item.entity.js.map +0 -1
  475. package/dist/entities/tools/calendar/calendar-user-access.entity.d.ts +0 -13
  476. package/dist/entities/tools/calendar/calendar-user-access.entity.js +0 -46
  477. package/dist/entities/tools/calendar/calendar-user-access.entity.js.map +0 -1
  478. package/dist/entities/tools/calendar/event.entity.d.ts +0 -33
  479. package/dist/entities/tools/calendar/event.entity.js +0 -230
  480. package/dist/entities/tools/calendar/event.entity.js.map +0 -1
  481. package/dist/entities/tools/calendar/index.d.ts +0 -8
  482. package/dist/entities/tools/calendar/index.js +0 -25
  483. package/dist/entities/tools/calendar/index.js.map +0 -1
  484. package/dist/entities/tools/index.d.ts +0 -7
  485. package/dist/entities/tools/index.js +0 -24
  486. package/dist/entities/tools/index.js.map +0 -1
  487. package/dist/entities/tools/mail/email-signature.entity.d.ts +0 -10
  488. package/dist/entities/tools/mail/email-signature.entity.js +0 -60
  489. package/dist/entities/tools/mail/email-signature.entity.js.map +0 -1
  490. package/dist/entities/tools/mail/mail.entity.d.ts +0 -50
  491. package/dist/entities/tools/mail/mail.entity.js +0 -120
  492. package/dist/entities/tools/mail/mail.entity.js.map +0 -1
  493. package/dist/entities/tools/mail/mailbox-user-access.entity.d.ts +0 -13
  494. package/dist/entities/tools/mail/mailbox-user-access.entity.js +0 -46
  495. package/dist/entities/tools/mail/mailbox-user-access.entity.js.map +0 -1
  496. package/dist/entities/tools/mail/mailbox.entity.d.ts +0 -57
  497. package/dist/entities/tools/mail/mailbox.entity.js +0 -104
  498. package/dist/entities/tools/mail/mailbox.entity.js.map +0 -1
  499. package/dist/entities/tools/task-comment.entity.d.ts +0 -8
  500. package/dist/entities/tools/task-comment.entity.js +0 -39
  501. package/dist/entities/tools/task-comment.entity.js.map +0 -1
  502. package/dist/entities/tools/task-history.entity.d.ts +0 -15
  503. package/dist/entities/tools/task-history.entity.js +0 -131
  504. package/dist/entities/tools/task-history.entity.js.map +0 -1
  505. package/dist/entities/tools/task-list-field.d.ts +0 -5
  506. package/dist/entities/tools/task-list-field.js +0 -39
  507. package/dist/entities/tools/task-list-field.js.map +0 -1
  508. package/dist/entities/tools/task-objection.entity.d.ts +0 -10
  509. package/dist/entities/tools/task-objection.entity.js +0 -80
  510. package/dist/entities/tools/task-objection.entity.js.map +0 -1
  511. package/dist/entities/tools/task-time-track.entity.d.ts +0 -16
  512. package/dist/entities/tools/task-time-track.entity.js +0 -139
  513. package/dist/entities/tools/task-time-track.entity.js.map +0 -1
  514. package/dist/entities/tools/task.entity.d.ts +0 -52
  515. package/dist/entities/tools/task.entity.js +0 -451
  516. package/dist/entities/tools/task.entity.js.map +0 -1
  517. package/dist/entities/user-change-log.entity.d.ts +0 -22
  518. package/dist/entities/user-change-log.entity.js +0 -77
  519. package/dist/entities/user-change-log.entity.js.map +0 -1
  520. package/dist/entities/user-invitations.entity.d.ts +0 -16
  521. package/dist/entities/user-invitations.entity.js +0 -143
  522. package/dist/entities/user-invitations.entity.js.map +0 -1
  523. package/dist/entities/user.entity.d.ts +0 -37
  524. package/dist/entities/user.entity.js +0 -260
  525. package/dist/entities/user.entity.js.map +0 -1
  526. package/dist/eslint.config.d.ts +0 -2
  527. package/dist/eslint.config.js +0 -46
  528. package/dist/eslint.config.js.map +0 -1
  529. package/dist/grpc/drive/drive.proto +0 -280
  530. package/dist/grpc/drive/leads.proto +0 -114
  531. package/dist/index.d.ts +0 -3
  532. package/dist/index.js +0 -20
  533. package/dist/index.js.map +0 -1
  534. package/dist/modules/index.d.ts +0 -5
  535. package/dist/modules/index.js +0 -22
  536. package/dist/modules/index.js.map +0 -1
  537. package/dist/modules/queue/event.service.d.ts +0 -32
  538. package/dist/modules/queue/event.service.js +0 -45
  539. package/dist/modules/queue/event.service.js.map +0 -1
  540. package/dist/modules/queue/notifier.service.d.ts +0 -15
  541. package/dist/modules/queue/notifier.service.js +0 -70
  542. package/dist/modules/queue/notifier.service.js.map +0 -1
  543. package/dist/modules/queue/notifiers/calendar.notifier.d.ts +0 -10
  544. package/dist/modules/queue/notifiers/calendar.notifier.js +0 -60
  545. package/dist/modules/queue/notifiers/calendar.notifier.js.map +0 -1
  546. package/dist/modules/queue/notifiers/contact.notifier.d.ts +0 -7
  547. package/dist/modules/queue/notifiers/contact.notifier.js +0 -52
  548. package/dist/modules/queue/notifiers/contact.notifier.js.map +0 -1
  549. package/dist/modules/queue/notifiers/index.d.ts +0 -4
  550. package/dist/modules/queue/notifiers/index.js +0 -21
  551. package/dist/modules/queue/notifiers/index.js.map +0 -1
  552. package/dist/modules/queue/notifiers/lead.notifier.d.ts +0 -7
  553. package/dist/modules/queue/notifiers/lead.notifier.js +0 -52
  554. package/dist/modules/queue/notifiers/lead.notifier.js.map +0 -1
  555. package/dist/modules/queue/notifiers/task.notifier.d.ts +0 -15
  556. package/dist/modules/queue/notifiers/task.notifier.js +0 -159
  557. package/dist/modules/queue/notifiers/task.notifier.js.map +0 -1
  558. package/dist/modules/queue/queue.module.d.ts +0 -4
  559. package/dist/modules/queue/queue.module.js +0 -68
  560. package/dist/modules/queue/queue.module.js.map +0 -1
  561. package/dist/modules/queue/queue.service.d.ts +0 -9
  562. package/dist/modules/queue/queue.service.js +0 -56
  563. package/dist/modules/queue/queue.service.js.map +0 -1
  564. package/dist/modules/queue/scheduler.service.d.ts +0 -9
  565. package/dist/modules/queue/scheduler.service.js +0 -40
  566. package/dist/modules/queue/scheduler.service.js.map +0 -1
  567. package/tsconfig.tsbuildinfo +0 -1
@@ -1,272 +0,0 @@
1
- "use strict";
2
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
- return c > 3 && r && Object.defineProperty(target, key, r), r;
7
- };
8
- var __metadata = (this && this.__metadata) || function (k, v) {
9
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
- };
11
- Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.PolizaFundRecovery = void 0;
13
- const sales_enum_1 = require("../../../common/enums/sales.enum");
14
- const base_entity_1 = require("../../../common/database/base.entity");
15
- const typeorm_1 = require("typeorm");
16
- const poliza_entity_1 = require("./../poliza.entity");
17
- const drive_1 = require("../../drive");
18
- const swagger_1 = require("@nestjs/swagger");
19
- const helpers_1 = require("../../../entities/helpers");
20
- const user_entity_1 = require("../../../entities/user.entity");
21
- const agent_entity_1 = require("../agent.entity");
22
- const contact_entity_1 = require("../contact.entity");
23
- const agente_intermediario_entity_1 = require("../agente-intermediario.entity");
24
- const policy_entity_1 = require("../../policy/policy.entity");
25
- let PolizaFundRecovery = class PolizaFundRecovery extends base_entity_1.EntityBase {
26
- poliza;
27
- policy;
28
- type;
29
- captureDate;
30
- fundRecoveryNumber;
31
- ot;
32
- sigre;
33
- polizaType;
34
- subRamo;
35
- contact;
36
- insurance;
37
- agenteRelacionado;
38
- agenteIntermediario;
39
- assignedBy;
40
- observer;
41
- file;
42
- createdBy;
43
- modifiedBy;
44
- observations;
45
- status;
46
- folioNumber;
47
- };
48
- exports.PolizaFundRecovery = PolizaFundRecovery;
49
- __decorate([
50
- (0, swagger_1.ApiProperty)({
51
- type: () => poliza_entity_1.Poliza,
52
- description: "Policy associated with the fund recovery",
53
- }),
54
- (0, typeorm_1.ManyToOne)(() => poliza_entity_1.Poliza, (poliza) => poliza.fund_recoveries, {
55
- onDelete: "CASCADE",
56
- onUpdate: "CASCADE",
57
- }),
58
- __metadata("design:type", poliza_entity_1.Poliza)
59
- ], PolizaFundRecovery.prototype, "poliza", void 0);
60
- __decorate([
61
- (0, swagger_1.ApiProperty)({
62
- type: () => policy_entity_1.Policy,
63
- description: "Policy associated with the fund recovery",
64
- }),
65
- (0, typeorm_1.ManyToOne)(() => policy_entity_1.Policy, (policy) => policy.fundRecoveries, {
66
- onDelete: "CASCADE",
67
- onUpdate: "CASCADE",
68
- }),
69
- __metadata("design:type", policy_entity_1.Policy)
70
- ], PolizaFundRecovery.prototype, "policy", void 0);
71
- __decorate([
72
- (0, swagger_1.ApiProperty)({
73
- enum: sales_enum_1.FundRecoveryType,
74
- description: "Tipo de rescate de fondo",
75
- required: false,
76
- }),
77
- (0, typeorm_1.Column)({
78
- type: "enum",
79
- enum: sales_enum_1.FundRecoveryType,
80
- nullable: true,
81
- }),
82
- __metadata("design:type", String)
83
- ], PolizaFundRecovery.prototype, "type", void 0);
84
- __decorate([
85
- (0, swagger_1.ApiProperty)({
86
- type: Date,
87
- description: "Fecha de captura del rescate de fondo",
88
- required: false,
89
- }),
90
- (0, typeorm_1.Column)({ nullable: true }),
91
- __metadata("design:type", Date)
92
- ], PolizaFundRecovery.prototype, "captureDate", void 0);
93
- __decorate([
94
- (0, swagger_1.ApiProperty)({ type: String, description: "Numero de rescate de fondo" }),
95
- (0, typeorm_1.Column)({ nullable: true }),
96
- __metadata("design:type", String)
97
- ], PolizaFundRecovery.prototype, "fundRecoveryNumber", void 0);
98
- __decorate([
99
- (0, swagger_1.ApiProperty)({ type: String, description: "OT" }),
100
- (0, typeorm_1.Column)({ nullable: true }),
101
- __metadata("design:type", String)
102
- ], PolizaFundRecovery.prototype, "ot", void 0);
103
- __decorate([
104
- (0, swagger_1.ApiProperty)({ type: String, description: "Folio SIGRE" }),
105
- (0, typeorm_1.Column)({ nullable: true }),
106
- __metadata("design:type", String)
107
- ], PolizaFundRecovery.prototype, "sigre", void 0);
108
- __decorate([
109
- (0, swagger_1.ApiProperty)({
110
- type: () => helpers_1.PolizaType,
111
- description: "Ramo asociado al rescate de fondo",
112
- }),
113
- (0, typeorm_1.ManyToOne)(() => helpers_1.PolizaType, {
114
- onDelete: "CASCADE",
115
- onUpdate: "CASCADE",
116
- }),
117
- __metadata("design:type", helpers_1.PolizaType)
118
- ], PolizaFundRecovery.prototype, "polizaType", void 0);
119
- __decorate([
120
- (0, swagger_1.ApiProperty)({ type: String, description: "Sub Ramo" }),
121
- (0, typeorm_1.Column)({ nullable: true }),
122
- __metadata("design:type", String)
123
- ], PolizaFundRecovery.prototype, "subRamo", void 0);
124
- __decorate([
125
- (0, swagger_1.ApiProperty)({
126
- type: () => contact_entity_1.Contact,
127
- description: "Client related to the fundRecovery",
128
- required: false,
129
- }),
130
- (0, typeorm_1.ManyToOne)(() => contact_entity_1.Contact, {
131
- onDelete: "SET NULL",
132
- onUpdate: "CASCADE",
133
- nullable: true,
134
- }),
135
- (0, typeorm_1.JoinColumn)(),
136
- __metadata("design:type", contact_entity_1.Contact)
137
- ], PolizaFundRecovery.prototype, "contact", void 0);
138
- __decorate([
139
- (0, swagger_1.ApiProperty)({
140
- type: () => helpers_1.PolizaInsurance,
141
- description: "Policy insurance associated with the fundRecovery",
142
- }),
143
- (0, typeorm_1.ManyToOne)(() => helpers_1.PolizaInsurance, {
144
- onDelete: "CASCADE",
145
- onUpdate: "CASCADE",
146
- }),
147
- __metadata("design:type", helpers_1.PolizaInsurance)
148
- ], PolizaFundRecovery.prototype, "insurance", void 0);
149
- __decorate([
150
- (0, swagger_1.ApiProperty)({
151
- type: () => agent_entity_1.Agent,
152
- description: "Agent related to the fundRecovery",
153
- required: false,
154
- }),
155
- (0, typeorm_1.ManyToOne)(() => agent_entity_1.Agent, {
156
- onDelete: "SET NULL",
157
- onUpdate: "CASCADE",
158
- nullable: true,
159
- }),
160
- (0, typeorm_1.JoinColumn)(),
161
- __metadata("design:type", agent_entity_1.Agent)
162
- ], PolizaFundRecovery.prototype, "agenteRelacionado", void 0);
163
- __decorate([
164
- (0, swagger_1.ApiProperty)({
165
- type: () => agente_intermediario_entity_1.AgenteIntermediario,
166
- description: "Agent intermediary related to the fundRecovery",
167
- required: false,
168
- }),
169
- (0, typeorm_1.ManyToOne)(() => agente_intermediario_entity_1.AgenteIntermediario, {
170
- onDelete: "SET NULL",
171
- onUpdate: "CASCADE",
172
- nullable: true,
173
- }),
174
- (0, typeorm_1.JoinColumn)(),
175
- __metadata("design:type", agente_intermediario_entity_1.AgenteIntermediario)
176
- ], PolizaFundRecovery.prototype, "agenteIntermediario", void 0);
177
- __decorate([
178
- (0, swagger_1.ApiProperty)({
179
- type: () => user_entity_1.User,
180
- description: "Responsible of the fundRecovery",
181
- required: false,
182
- }),
183
- (0, typeorm_1.ManyToOne)(() => user_entity_1.User, {
184
- onDelete: "SET NULL",
185
- onUpdate: "CASCADE",
186
- nullable: true,
187
- }),
188
- (0, typeorm_1.JoinColumn)(),
189
- __metadata("design:type", user_entity_1.User)
190
- ], PolizaFundRecovery.prototype, "assignedBy", void 0);
191
- __decorate([
192
- (0, swagger_1.ApiProperty)({
193
- type: () => user_entity_1.User,
194
- description: "Observer of the fundRecovery",
195
- required: false,
196
- }),
197
- (0, typeorm_1.ManyToOne)(() => user_entity_1.User, {
198
- onDelete: "SET NULL",
199
- onUpdate: "CASCADE",
200
- nullable: true,
201
- }),
202
- (0, typeorm_1.JoinColumn)(),
203
- __metadata("design:type", user_entity_1.User)
204
- ], PolizaFundRecovery.prototype, "observer", void 0);
205
- __decorate([
206
- (0, swagger_1.ApiProperty)({
207
- type: () => drive_1.File,
208
- description: "File associated with the fundRecovery",
209
- required: false,
210
- }),
211
- (0, typeorm_1.OneToOne)(() => drive_1.File, {
212
- onDelete: "SET NULL",
213
- onUpdate: "CASCADE",
214
- }),
215
- (0, typeorm_1.JoinColumn)(),
216
- __metadata("design:type", drive_1.File)
217
- ], PolizaFundRecovery.prototype, "file", void 0);
218
- __decorate([
219
- (0, swagger_1.ApiProperty)({
220
- type: () => user_entity_1.User,
221
- description: "User who created the fundRecovery",
222
- required: false,
223
- }),
224
- (0, typeorm_1.ManyToOne)(() => user_entity_1.User, {
225
- onDelete: "SET NULL",
226
- onUpdate: "CASCADE",
227
- nullable: true,
228
- }),
229
- (0, typeorm_1.JoinColumn)(),
230
- __metadata("design:type", user_entity_1.User)
231
- ], PolizaFundRecovery.prototype, "createdBy", void 0);
232
- __decorate([
233
- (0, swagger_1.ApiProperty)({
234
- type: () => user_entity_1.User,
235
- description: "User who modified the fundRecovery",
236
- required: false,
237
- }),
238
- (0, typeorm_1.ManyToOne)(() => user_entity_1.User, {
239
- onDelete: "SET NULL",
240
- onUpdate: "CASCADE",
241
- nullable: true,
242
- }),
243
- (0, typeorm_1.JoinColumn)(),
244
- __metadata("design:type", user_entity_1.User)
245
- ], PolizaFundRecovery.prototype, "modifiedBy", void 0);
246
- __decorate([
247
- (0, swagger_1.ApiProperty)({ type: String, description: "Comments" }),
248
- (0, typeorm_1.Column)({ type: "text", nullable: true }),
249
- __metadata("design:type", String)
250
- ], PolizaFundRecovery.prototype, "observations", void 0);
251
- __decorate([
252
- (0, swagger_1.ApiProperty)({
253
- enum: sales_enum_1.PolizaFundRecoveryStatus,
254
- description: "Estado del rescate de fondo",
255
- required: false,
256
- }),
257
- (0, typeorm_1.Column)({
258
- type: "enum",
259
- enum: sales_enum_1.PolizaFundRecoveryStatus,
260
- nullable: true,
261
- }),
262
- __metadata("design:type", String)
263
- ], PolizaFundRecovery.prototype, "status", void 0);
264
- __decorate([
265
- (0, swagger_1.ApiProperty)({ type: String, description: "Numero de Folio" }),
266
- (0, typeorm_1.Column)({ nullable: true }),
267
- __metadata("design:type", String)
268
- ], PolizaFundRecovery.prototype, "folioNumber", void 0);
269
- exports.PolizaFundRecovery = PolizaFundRecovery = __decorate([
270
- (0, typeorm_1.Entity)()
271
- ], PolizaFundRecovery);
272
- //# sourceMappingURL=poliza_fund-recovery.entity.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"poliza_fund-recovery.entity.js","sourceRoot":"","sources":["../../../../src/entities/sales/poliza/poliza_fund-recovery.entity.ts"],"names":[],"mappings":"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"}
@@ -1,5 +0,0 @@
1
- import { CommentBase } from "../../../common";
2
- import { PolizaReimbursement } from "./poliza_reimbursement.entity";
3
- export declare class PolizaReimbursementComment extends CommentBase {
4
- polizaReimbursement: PolizaReimbursement;
5
- }
@@ -1,35 +0,0 @@
1
- "use strict";
2
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
- return c > 3 && r && Object.defineProperty(target, key, r), r;
7
- };
8
- var __metadata = (this && this.__metadata) || function (k, v) {
9
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
- };
11
- Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.PolizaReimbursementComment = void 0;
13
- const typeorm_1 = require("typeorm");
14
- const swagger_1 = require("@nestjs/swagger");
15
- const common_1 = require("../../../common");
16
- const poliza_reimbursement_entity_1 = require("./poliza_reimbursement.entity");
17
- let PolizaReimbursementComment = class PolizaReimbursementComment extends common_1.CommentBase {
18
- polizaReimbursement;
19
- };
20
- exports.PolizaReimbursementComment = PolizaReimbursementComment;
21
- __decorate([
22
- (0, swagger_1.ApiProperty)({
23
- type: () => poliza_reimbursement_entity_1.PolizaReimbursement,
24
- description: "Reimbursement associated with the comment",
25
- }),
26
- (0, typeorm_1.ManyToOne)(() => poliza_reimbursement_entity_1.PolizaReimbursement, {
27
- onDelete: "CASCADE",
28
- onUpdate: "CASCADE",
29
- }),
30
- __metadata("design:type", poliza_reimbursement_entity_1.PolizaReimbursement)
31
- ], PolizaReimbursementComment.prototype, "polizaReimbursement", void 0);
32
- exports.PolizaReimbursementComment = PolizaReimbursementComment = __decorate([
33
- (0, typeorm_1.Entity)()
34
- ], PolizaReimbursementComment);
35
- //# sourceMappingURL=poliza_reimbursement-comment.entity.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"poliza_reimbursement-comment.entity.js","sourceRoot":"","sources":["../../../../src/entities/sales/poliza/poliza_reimbursement-comment.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAA4C;AAC5C,6CAA8C;AAC9C,4CAA8C;AAC9C,+EAAoE;AAG7D,IAAM,0BAA0B,GAAhC,MAAM,0BAA2B,SAAQ,oBAAW;IASzD,mBAAmB,CAAsB;CAC1C,CAAA;AAVY,gEAA0B;AASrC;IARC,IAAA,qBAAW,EAAC;QACX,IAAI,EAAE,GAAG,EAAE,CAAC,iDAAmB;QAC/B,WAAW,EAAE,2CAA2C;KACzD,CAAC;IACD,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,iDAAmB,EAAE;QACpC,QAAQ,EAAE,SAAS;QACnB,QAAQ,EAAE,SAAS;KACpB,CAAC;8BACmB,iDAAmB;uEAAC;qCAT9B,0BAA0B;IADtC,IAAA,gBAAM,GAAE;GACI,0BAA0B,CAUtC"}
@@ -1,36 +0,0 @@
1
- import { PolizaReimbursementStatus, ReimbursementType } from "../../../common/enums/sales.enum";
2
- import { EntityBase } from "../../../common/database/base.entity";
3
- import { Poliza } from "./../poliza.entity";
4
- import { File } from "../../drive";
5
- import { PolizaInsurance, PolizaType } from "../../../entities/helpers";
6
- import { User } from "../../../entities/user.entity";
7
- import { Agent } from "../agent.entity";
8
- import { Contact } from "../contact.entity";
9
- import { AgenteIntermediario } from "../agente-intermediario.entity";
10
- import { Policy } from "../../policy/policy.entity";
11
- export declare class PolizaReimbursement extends EntityBase {
12
- poliza: Poliza;
13
- policy: Policy;
14
- status: PolizaReimbursementStatus;
15
- startDate: Date;
16
- claimNumber: string;
17
- folioNumber: string;
18
- folioSubsequent: string;
19
- type: ReimbursementType;
20
- sigre: string;
21
- ot: string;
22
- medicalCondition: string;
23
- subRamo: string;
24
- requireReimbursementSubsequent: boolean;
25
- insurance: PolizaInsurance;
26
- polizaType: PolizaType;
27
- file: File;
28
- createdBy?: User;
29
- modifiedBy?: User;
30
- agenteRelacionado?: Agent;
31
- agenteIntermediario?: AgenteIntermediario;
32
- assignedBy?: User;
33
- observer?: User;
34
- contact?: Contact;
35
- observations: string;
36
- }
@@ -1,290 +0,0 @@
1
- "use strict";
2
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
- return c > 3 && r && Object.defineProperty(target, key, r), r;
7
- };
8
- var __metadata = (this && this.__metadata) || function (k, v) {
9
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
- };
11
- Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.PolizaReimbursement = void 0;
13
- const sales_enum_1 = require("../../../common/enums/sales.enum");
14
- const base_entity_1 = require("../../../common/database/base.entity");
15
- const typeorm_1 = require("typeorm");
16
- const poliza_entity_1 = require("./../poliza.entity");
17
- const drive_1 = require("../../drive");
18
- const swagger_1 = require("@nestjs/swagger");
19
- const helpers_1 = require("../../../entities/helpers");
20
- const user_entity_1 = require("../../../entities/user.entity");
21
- const agent_entity_1 = require("../agent.entity");
22
- const contact_entity_1 = require("../contact.entity");
23
- const agente_intermediario_entity_1 = require("../agente-intermediario.entity");
24
- const policy_entity_1 = require("../../policy/policy.entity");
25
- let PolizaReimbursement = class PolizaReimbursement extends base_entity_1.EntityBase {
26
- poliza;
27
- policy;
28
- status;
29
- startDate;
30
- claimNumber;
31
- folioNumber;
32
- folioSubsequent;
33
- type;
34
- sigre;
35
- ot;
36
- medicalCondition;
37
- subRamo;
38
- requireReimbursementSubsequent;
39
- insurance;
40
- polizaType;
41
- file;
42
- createdBy;
43
- modifiedBy;
44
- agenteRelacionado;
45
- agenteIntermediario;
46
- assignedBy;
47
- observer;
48
- contact;
49
- observations;
50
- };
51
- exports.PolizaReimbursement = PolizaReimbursement;
52
- __decorate([
53
- (0, swagger_1.ApiProperty)({
54
- type: () => poliza_entity_1.Poliza,
55
- description: "Policy associated with the reimbursement",
56
- }),
57
- (0, typeorm_1.ManyToOne)(() => poliza_entity_1.Poliza, (poliza) => poliza.reimbursements, {
58
- onDelete: "CASCADE",
59
- onUpdate: "CASCADE",
60
- }),
61
- __metadata("design:type", poliza_entity_1.Poliza)
62
- ], PolizaReimbursement.prototype, "poliza", void 0);
63
- __decorate([
64
- (0, swagger_1.ApiProperty)({
65
- type: () => policy_entity_1.Policy,
66
- description: "Policy associated with the reimbursement",
67
- }),
68
- (0, typeorm_1.ManyToOne)(() => policy_entity_1.Policy, (policy) => policy.reimbursements, {
69
- onDelete: "CASCADE",
70
- onUpdate: "CASCADE",
71
- }),
72
- __metadata("design:type", policy_entity_1.Policy)
73
- ], PolizaReimbursement.prototype, "policy", void 0);
74
- __decorate([
75
- (0, swagger_1.ApiProperty)({
76
- enum: sales_enum_1.PolizaReimbursementStatus,
77
- description: "Estado del reembolso",
78
- required: false,
79
- }),
80
- (0, typeorm_1.Column)({
81
- type: "enum",
82
- enum: sales_enum_1.PolizaReimbursementStatus,
83
- nullable: true,
84
- }),
85
- __metadata("design:type", String)
86
- ], PolizaReimbursement.prototype, "status", void 0);
87
- __decorate([
88
- (0, swagger_1.ApiProperty)({
89
- type: Date,
90
- description: "Start date of the reimbursement",
91
- required: false,
92
- }),
93
- (0, typeorm_1.Column)({ nullable: true }),
94
- __metadata("design:type", Date)
95
- ], PolizaReimbursement.prototype, "startDate", void 0);
96
- __decorate([
97
- (0, swagger_1.ApiProperty)({ type: String, description: "Numero de siniestro Claim" }),
98
- (0, typeorm_1.Column)({ nullable: true }),
99
- __metadata("design:type", String)
100
- ], PolizaReimbursement.prototype, "claimNumber", void 0);
101
- __decorate([
102
- (0, swagger_1.ApiProperty)({ type: String, description: "Numero de Folio" }),
103
- (0, typeorm_1.Column)({ nullable: true }),
104
- __metadata("design:type", String)
105
- ], PolizaReimbursement.prototype, "folioNumber", void 0);
106
- __decorate([
107
- (0, swagger_1.ApiProperty)({ type: String, description: "Numero de Folio Subsecuente" }),
108
- (0, typeorm_1.Column)({ nullable: true }),
109
- __metadata("design:type", String)
110
- ], PolizaReimbursement.prototype, "folioSubsequent", void 0);
111
- __decorate([
112
- (0, swagger_1.ApiProperty)({
113
- enum: sales_enum_1.ReimbursementType,
114
- description: "Tipo de reembolso",
115
- required: false,
116
- }),
117
- (0, typeorm_1.Column)({
118
- type: "enum",
119
- enum: sales_enum_1.ReimbursementType,
120
- nullable: true,
121
- }),
122
- __metadata("design:type", String)
123
- ], PolizaReimbursement.prototype, "type", void 0);
124
- __decorate([
125
- (0, swagger_1.ApiProperty)({ type: String, description: "Folio SIGRE" }),
126
- (0, typeorm_1.Column)({ nullable: true }),
127
- __metadata("design:type", String)
128
- ], PolizaReimbursement.prototype, "sigre", void 0);
129
- __decorate([
130
- (0, swagger_1.ApiProperty)({ type: String, description: "OT" }),
131
- (0, typeorm_1.Column)({ nullable: true }),
132
- __metadata("design:type", String)
133
- ], PolizaReimbursement.prototype, "ot", void 0);
134
- __decorate([
135
- (0, swagger_1.ApiProperty)({ type: String, description: "Medical condition" }),
136
- (0, typeorm_1.Column)({ nullable: true, type: "text" }),
137
- __metadata("design:type", String)
138
- ], PolizaReimbursement.prototype, "medicalCondition", void 0);
139
- __decorate([
140
- (0, swagger_1.ApiProperty)({ type: String, description: "Sub Ramo" }),
141
- (0, typeorm_1.Column)({ nullable: true }),
142
- __metadata("design:type", String)
143
- ], PolizaReimbursement.prototype, "subRamo", void 0);
144
- __decorate([
145
- (0, swagger_1.ApiProperty)({ type: Boolean, description: "Requiere reembolso subsecuente" }),
146
- (0, typeorm_1.Column)({ nullable: true }),
147
- __metadata("design:type", Boolean)
148
- ], PolizaReimbursement.prototype, "requireReimbursementSubsequent", void 0);
149
- __decorate([
150
- (0, swagger_1.ApiProperty)({
151
- type: () => helpers_1.PolizaInsurance,
152
- description: "Policy insurance associated with the reimbursement",
153
- }),
154
- (0, typeorm_1.ManyToOne)(() => helpers_1.PolizaInsurance, {
155
- onDelete: "CASCADE",
156
- onUpdate: "CASCADE",
157
- }),
158
- __metadata("design:type", helpers_1.PolizaInsurance)
159
- ], PolizaReimbursement.prototype, "insurance", void 0);
160
- __decorate([
161
- (0, swagger_1.ApiProperty)({
162
- type: () => helpers_1.PolizaType,
163
- description: "Policy Type associated with the reimbursement",
164
- }),
165
- (0, typeorm_1.ManyToOne)(() => helpers_1.PolizaType, {
166
- onDelete: "CASCADE",
167
- onUpdate: "CASCADE",
168
- }),
169
- __metadata("design:type", helpers_1.PolizaType)
170
- ], PolizaReimbursement.prototype, "polizaType", void 0);
171
- __decorate([
172
- (0, swagger_1.ApiProperty)({
173
- type: () => drive_1.File,
174
- description: "File associated with the reimbursement",
175
- required: false,
176
- }),
177
- (0, typeorm_1.OneToOne)(() => drive_1.File, {
178
- onDelete: "SET NULL",
179
- onUpdate: "CASCADE",
180
- }),
181
- (0, typeorm_1.JoinColumn)(),
182
- __metadata("design:type", drive_1.File)
183
- ], PolizaReimbursement.prototype, "file", void 0);
184
- __decorate([
185
- (0, swagger_1.ApiProperty)({
186
- type: () => user_entity_1.User,
187
- description: "User who created the reimbursement",
188
- required: false,
189
- }),
190
- (0, typeorm_1.ManyToOne)(() => user_entity_1.User, {
191
- onDelete: "SET NULL",
192
- onUpdate: "CASCADE",
193
- nullable: true,
194
- }),
195
- (0, typeorm_1.JoinColumn)(),
196
- __metadata("design:type", user_entity_1.User)
197
- ], PolizaReimbursement.prototype, "createdBy", void 0);
198
- __decorate([
199
- (0, swagger_1.ApiProperty)({
200
- type: () => user_entity_1.User,
201
- description: "User who modified the reimbursement",
202
- required: false,
203
- }),
204
- (0, typeorm_1.ManyToOne)(() => user_entity_1.User, {
205
- onDelete: "SET NULL",
206
- onUpdate: "CASCADE",
207
- nullable: true,
208
- }),
209
- (0, typeorm_1.JoinColumn)(),
210
- __metadata("design:type", user_entity_1.User)
211
- ], PolizaReimbursement.prototype, "modifiedBy", void 0);
212
- __decorate([
213
- (0, swagger_1.ApiProperty)({
214
- type: () => agent_entity_1.Agent,
215
- description: "Agent related to the reimbursement",
216
- required: false,
217
- }),
218
- (0, typeorm_1.ManyToOne)(() => agent_entity_1.Agent, {
219
- onDelete: "SET NULL",
220
- onUpdate: "CASCADE",
221
- nullable: true,
222
- }),
223
- (0, typeorm_1.JoinColumn)(),
224
- __metadata("design:type", agent_entity_1.Agent)
225
- ], PolizaReimbursement.prototype, "agenteRelacionado", void 0);
226
- __decorate([
227
- (0, swagger_1.ApiProperty)({
228
- type: () => agente_intermediario_entity_1.AgenteIntermediario,
229
- description: "Agent intermediary related to the reimbursement",
230
- required: false,
231
- }),
232
- (0, typeorm_1.ManyToOne)(() => agente_intermediario_entity_1.AgenteIntermediario, {
233
- onDelete: "SET NULL",
234
- onUpdate: "CASCADE",
235
- nullable: true,
236
- }),
237
- (0, typeorm_1.JoinColumn)(),
238
- __metadata("design:type", agente_intermediario_entity_1.AgenteIntermediario)
239
- ], PolizaReimbursement.prototype, "agenteIntermediario", void 0);
240
- __decorate([
241
- (0, swagger_1.ApiProperty)({
242
- type: () => user_entity_1.User,
243
- description: "Responsible of the reimbursement",
244
- required: false,
245
- }),
246
- (0, typeorm_1.ManyToOne)(() => user_entity_1.User, {
247
- onDelete: "SET NULL",
248
- onUpdate: "CASCADE",
249
- nullable: true,
250
- }),
251
- (0, typeorm_1.JoinColumn)(),
252
- __metadata("design:type", user_entity_1.User)
253
- ], PolizaReimbursement.prototype, "assignedBy", void 0);
254
- __decorate([
255
- (0, swagger_1.ApiProperty)({
256
- type: () => user_entity_1.User,
257
- description: "Observer of the reimbursement",
258
- required: false,
259
- }),
260
- (0, typeorm_1.ManyToOne)(() => user_entity_1.User, {
261
- onDelete: "SET NULL",
262
- onUpdate: "CASCADE",
263
- nullable: true,
264
- }),
265
- (0, typeorm_1.JoinColumn)(),
266
- __metadata("design:type", user_entity_1.User)
267
- ], PolizaReimbursement.prototype, "observer", void 0);
268
- __decorate([
269
- (0, swagger_1.ApiProperty)({
270
- type: () => contact_entity_1.Contact,
271
- description: "Client related to the reimbursement",
272
- required: false,
273
- }),
274
- (0, typeorm_1.ManyToOne)(() => contact_entity_1.Contact, {
275
- onDelete: "SET NULL",
276
- onUpdate: "CASCADE",
277
- nullable: true,
278
- }),
279
- (0, typeorm_1.JoinColumn)(),
280
- __metadata("design:type", contact_entity_1.Contact)
281
- ], PolizaReimbursement.prototype, "contact", void 0);
282
- __decorate([
283
- (0, swagger_1.ApiProperty)({ type: String, description: "Comments" }),
284
- (0, typeorm_1.Column)({ type: "text", nullable: true }),
285
- __metadata("design:type", String)
286
- ], PolizaReimbursement.prototype, "observations", void 0);
287
- exports.PolizaReimbursement = PolizaReimbursement = __decorate([
288
- (0, typeorm_1.Entity)()
289
- ], PolizaReimbursement);
290
- //# sourceMappingURL=poliza_reimbursement.entity.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"poliza_reimbursement.entity.js","sourceRoot":"","sources":["../../../../src/entities/sales/poliza/poliza_reimbursement.entity.ts"],"names":[],"mappings":"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"}