@silexpert/core 1.3.157 → 1.3.158-1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (300) hide show
  1. package/dist/cjs/api/resources/ExercicePrestation.d.ts +6 -0
  2. package/dist/cjs/api/resources/ExercicePrestation.d.ts.map +1 -1
  3. package/dist/cjs/api/resources/ExercicePrestation.js +8 -0
  4. package/dist/cjs/api/resources/ExercicePrestation.js.map +1 -1
  5. package/dist/cjs/api/resources/Mfa.d.ts +19 -0
  6. package/dist/cjs/api/resources/Mfa.d.ts.map +1 -0
  7. package/dist/cjs/api/resources/Mfa.js +27 -0
  8. package/dist/cjs/api/resources/Mfa.js.map +1 -0
  9. package/dist/cjs/api/resources/Report.d.ts +1 -0
  10. package/dist/cjs/api/resources/Report.d.ts.map +1 -1
  11. package/dist/cjs/api/resources/Report.js +3 -0
  12. package/dist/cjs/api/resources/Report.js.map +1 -1
  13. package/dist/cjs/api/resources/ReportHistory.d.ts +13 -0
  14. package/dist/cjs/api/resources/ReportHistory.d.ts.map +1 -0
  15. package/dist/cjs/api/resources/ReportHistory.js +18 -0
  16. package/dist/cjs/api/resources/ReportHistory.js.map +1 -0
  17. package/dist/cjs/api/resources.d.ts +4 -0
  18. package/dist/cjs/api/resources.d.ts.map +1 -1
  19. package/dist/cjs/api/resources.js +4 -0
  20. package/dist/cjs/api/resources.js.map +1 -1
  21. package/dist/cjs/types/Enum/Card.d.ts +7 -1
  22. package/dist/cjs/types/Enum/Card.d.ts.map +1 -1
  23. package/dist/cjs/types/Enum/Card.js +7 -0
  24. package/dist/cjs/types/Enum/Card.js.map +1 -1
  25. package/dist/cjs/types/Enum/PrestationType.js +16 -16
  26. package/dist/cjs/types/Enum/PrestationType.js.map +1 -1
  27. package/dist/cjs/types/Enum/Proceding.d.ts +8 -0
  28. package/dist/cjs/types/Enum/Proceding.d.ts.map +1 -1
  29. package/dist/cjs/types/Enum/Proceding.js +10 -2
  30. package/dist/cjs/types/Enum/Proceding.js.map +1 -1
  31. package/dist/cjs/types/Enum/ReportSource.d.ts +12 -0
  32. package/dist/cjs/types/Enum/ReportSource.d.ts.map +1 -0
  33. package/dist/cjs/types/Enum/ReportSource.js +24 -0
  34. package/dist/cjs/types/Enum/ReportSource.js.map +1 -0
  35. package/dist/cjs/types/Enum/Revenue.d.ts +6 -0
  36. package/dist/cjs/types/Enum/Revenue.d.ts.map +1 -1
  37. package/dist/cjs/types/Enum/Revenue.js +9 -0
  38. package/dist/cjs/types/Enum/Revenue.js.map +1 -1
  39. package/dist/cjs/types/Interface/api/authentification/AuthenticationResponse.d.ts +7 -0
  40. package/dist/cjs/types/Interface/api/authentification/AuthenticationResponse.d.ts.map +1 -0
  41. package/dist/cjs/types/Interface/api/authentification/AuthenticationResponse.js +3 -0
  42. package/dist/cjs/types/Interface/api/authentification/AuthenticationResponse.js.map +1 -0
  43. package/dist/cjs/types/Interface/api/card/Query.d.ts +3 -0
  44. package/dist/cjs/types/Interface/api/card/Query.d.ts.map +1 -1
  45. package/dist/cjs/types/Interface/api/card/Query.js +10 -1
  46. package/dist/cjs/types/Interface/api/card/Query.js.map +1 -1
  47. package/dist/cjs/types/Interface/api/mfa/DisableMfa.d.ts +4 -0
  48. package/dist/cjs/types/Interface/api/mfa/DisableMfa.d.ts.map +1 -0
  49. package/dist/cjs/types/Interface/api/mfa/DisableMfa.js +22 -0
  50. package/dist/cjs/types/Interface/api/mfa/DisableMfa.js.map +1 -0
  51. package/dist/cjs/types/Interface/api/mfa/SetupInit.d.ts +5 -0
  52. package/dist/cjs/types/Interface/api/mfa/SetupInit.d.ts.map +1 -0
  53. package/dist/cjs/types/Interface/api/mfa/SetupInit.js +27 -0
  54. package/dist/cjs/types/Interface/api/mfa/SetupInit.js.map +1 -0
  55. package/dist/cjs/types/Interface/api/mfa/SetupVerify.d.ts +5 -0
  56. package/dist/cjs/types/Interface/api/mfa/SetupVerify.d.ts.map +1 -0
  57. package/dist/cjs/types/Interface/api/mfa/SetupVerify.js +27 -0
  58. package/dist/cjs/types/Interface/api/mfa/SetupVerify.js.map +1 -0
  59. package/dist/cjs/types/Interface/api/mfa/VerifyCode.d.ts +5 -0
  60. package/dist/cjs/types/Interface/api/mfa/VerifyCode.d.ts.map +1 -0
  61. package/dist/cjs/types/Interface/api/mfa/VerifyCode.js +27 -0
  62. package/dist/cjs/types/Interface/api/mfa/VerifyCode.js.map +1 -0
  63. package/dist/cjs/types/Interface/api/mfa/VerifyRecoveryCode.d.ts +5 -0
  64. package/dist/cjs/types/Interface/api/mfa/VerifyRecoveryCode.d.ts.map +1 -0
  65. package/dist/cjs/types/Interface/api/mfa/VerifyRecoveryCode.js +27 -0
  66. package/dist/cjs/types/Interface/api/mfa/VerifyRecoveryCode.js.map +1 -0
  67. package/dist/cjs/types/Interface/api/mfa/mfa.d.ts +19 -0
  68. package/dist/cjs/types/Interface/api/mfa/mfa.d.ts.map +1 -0
  69. package/dist/cjs/types/Interface/api/mfa/mfa.js +3 -0
  70. package/dist/cjs/types/Interface/api/mfa/mfa.js.map +1 -0
  71. package/dist/cjs/types/Interface/api/report/CreateReport.d.ts +1 -1
  72. package/dist/cjs/types/Interface/api/report/CreateReport.d.ts.map +1 -1
  73. package/dist/cjs/types/Interface/api/report/CreateReport.js +2 -2
  74. package/dist/cjs/types/Interface/api/report/CreateReport.js.map +1 -1
  75. package/dist/cjs/types/Interface/api/report/ExternalReport.d.ts +1 -1
  76. package/dist/cjs/types/Interface/api/report/ExternalReport.d.ts.map +1 -1
  77. package/dist/cjs/types/Interface/api/report/ExternalReport.js +5 -5
  78. package/dist/cjs/types/Interface/api/report/ExternalReport.js.map +1 -1
  79. package/dist/cjs/types/Interface/api/report/QueryReports.d.ts +1 -1
  80. package/dist/cjs/types/Interface/api/report/QueryReports.d.ts.map +1 -1
  81. package/dist/cjs/types/Interface/api/report/QueryReports.js +1 -1
  82. package/dist/cjs/types/Interface/api/report/QueryReports.js.map +1 -1
  83. package/dist/cjs/types/Interface/api/report/QueryReportsForLetter.d.ts +1 -1
  84. package/dist/cjs/types/Interface/api/report/QueryReportsForLetter.d.ts.map +1 -1
  85. package/dist/cjs/types/Interface/api/report/QueryReportsForLetter.js +4 -3
  86. package/dist/cjs/types/Interface/api/report/QueryReportsForLetter.js.map +1 -1
  87. package/dist/cjs/types/Interface/api/report/UpdateReport.d.ts +0 -1
  88. package/dist/cjs/types/Interface/api/report/UpdateReport.d.ts.map +1 -1
  89. package/dist/cjs/types/Interface/api/report/UpdateReport.js.map +1 -1
  90. package/dist/cjs/types/Interface/api/reportHistory/Query.d.ts +4 -0
  91. package/dist/cjs/types/Interface/api/reportHistory/Query.d.ts.map +1 -0
  92. package/dist/cjs/types/Interface/api/reportHistory/Query.js +23 -0
  93. package/dist/cjs/types/Interface/api/reportHistory/Query.js.map +1 -0
  94. package/dist/cjs/types/Interface/api/revenueMovement.d.ts +37 -0
  95. package/dist/cjs/types/Interface/api/revenueMovement.d.ts.map +1 -1
  96. package/dist/cjs/types/Interface/api/revenueMovement.js.map +1 -1
  97. package/dist/cjs/types/Interface/api/revenueSnapshotGenerate.d.ts +4 -0
  98. package/dist/cjs/types/Interface/api/revenueSnapshotGenerate.d.ts.map +1 -1
  99. package/dist/cjs/types/Interface/api/revenueSnapshotGenerate.js +23 -1
  100. package/dist/cjs/types/Interface/api/revenueSnapshotGenerate.js.map +1 -1
  101. package/dist/cjs/types/Interface/models/IReport.d.ts +7 -1
  102. package/dist/cjs/types/Interface/models/IReport.d.ts.map +1 -1
  103. package/dist/cjs/types/Interface/models/IReport.js.map +1 -1
  104. package/dist/cjs/types/Interface/models/IReportHistory.d.ts +19 -0
  105. package/dist/cjs/types/Interface/models/IReportHistory.d.ts.map +1 -0
  106. package/dist/cjs/types/Interface/models/IReportHistory.js +3 -0
  107. package/dist/cjs/types/Interface/models/IReportHistory.js.map +1 -0
  108. package/dist/cjs/types/Interface/models/IRevenueMovement.d.ts +3 -1
  109. package/dist/cjs/types/Interface/models/IRevenueMovement.d.ts.map +1 -1
  110. package/dist/cjs/types/Interface/models/IRevenueMovement.js.map +1 -1
  111. package/dist/cjs/types/Interface/models/IUser.d.ts +1 -0
  112. package/dist/cjs/types/Interface/models/IUser.d.ts.map +1 -1
  113. package/dist/cjs/types/Interface/models/IUser.js.map +1 -1
  114. package/dist/cjs/types/Interface/models/IUserMfa.d.ts +12 -0
  115. package/dist/cjs/types/Interface/models/IUserMfa.d.ts.map +1 -0
  116. package/dist/cjs/types/Interface/models/IUserMfa.js +3 -0
  117. package/dist/cjs/types/Interface/models/IUserMfa.js.map +1 -0
  118. package/dist/cjs/types/Interface/models/IUserMfaRecoveryCode.d.ts +9 -0
  119. package/dist/cjs/types/Interface/models/IUserMfaRecoveryCode.d.ts.map +1 -0
  120. package/dist/cjs/types/Interface/models/IUserMfaRecoveryCode.js +3 -0
  121. package/dist/cjs/types/Interface/models/IUserMfaRecoveryCode.js.map +1 -0
  122. package/dist/cjs/types/index.d.ts +4 -0
  123. package/dist/cjs/types/index.d.ts.map +1 -1
  124. package/dist/cjs/types/index.js +4 -0
  125. package/dist/cjs/types/index.js.map +1 -1
  126. package/dist/cjs/utils/checkup.d.ts +20 -0
  127. package/dist/cjs/utils/checkup.d.ts.map +1 -1
  128. package/dist/cjs/utils/checkup.js +20 -17
  129. package/dist/cjs/utils/checkup.js.map +1 -1
  130. package/dist/cjs/utils/documents.d.ts.map +1 -1
  131. package/dist/cjs/utils/documents.js +6 -0
  132. package/dist/cjs/utils/documents.js.map +1 -1
  133. package/dist/mjs/api/resources/ExercicePrestation.d.ts +6 -0
  134. package/dist/mjs/api/resources/ExercicePrestation.d.ts.map +1 -1
  135. package/dist/mjs/api/resources/ExercicePrestation.js +8 -0
  136. package/dist/mjs/api/resources/ExercicePrestation.js.map +1 -1
  137. package/dist/mjs/api/resources/Mfa.d.ts +19 -0
  138. package/dist/mjs/api/resources/Mfa.d.ts.map +1 -0
  139. package/dist/mjs/api/resources/Mfa.js +23 -0
  140. package/dist/mjs/api/resources/Mfa.js.map +1 -0
  141. package/dist/mjs/api/resources/Report.d.ts +1 -0
  142. package/dist/mjs/api/resources/Report.d.ts.map +1 -1
  143. package/dist/mjs/api/resources/Report.js +5 -0
  144. package/dist/mjs/api/resources/Report.js.map +1 -1
  145. package/dist/mjs/api/resources/ReportHistory.d.ts +13 -0
  146. package/dist/mjs/api/resources/ReportHistory.d.ts.map +1 -0
  147. package/dist/mjs/api/resources/ReportHistory.js +17 -0
  148. package/dist/mjs/api/resources/ReportHistory.js.map +1 -0
  149. package/dist/mjs/api/resources.d.ts +4 -0
  150. package/dist/mjs/api/resources.d.ts.map +1 -1
  151. package/dist/mjs/api/resources.js +4 -0
  152. package/dist/mjs/api/resources.js.map +1 -1
  153. package/dist/mjs/types/Enum/Card.d.ts +7 -1
  154. package/dist/mjs/types/Enum/Card.d.ts.map +1 -1
  155. package/dist/mjs/types/Enum/Card.js +7 -0
  156. package/dist/mjs/types/Enum/Card.js.map +1 -1
  157. package/dist/mjs/types/Enum/PrestationType.js +16 -16
  158. package/dist/mjs/types/Enum/PrestationType.js.map +1 -1
  159. package/dist/mjs/types/Enum/Proceding.d.ts +8 -0
  160. package/dist/mjs/types/Enum/Proceding.d.ts.map +1 -1
  161. package/dist/mjs/types/Enum/Proceding.js +10 -2
  162. package/dist/mjs/types/Enum/Proceding.js.map +1 -1
  163. package/dist/mjs/types/Enum/ReportSource.d.ts +12 -0
  164. package/dist/mjs/types/Enum/ReportSource.d.ts.map +1 -0
  165. package/dist/mjs/types/Enum/ReportSource.js +21 -0
  166. package/dist/mjs/types/Enum/ReportSource.js.map +1 -0
  167. package/dist/mjs/types/Enum/Revenue.d.ts +6 -0
  168. package/dist/mjs/types/Enum/Revenue.d.ts.map +1 -1
  169. package/dist/mjs/types/Enum/Revenue.js +8 -0
  170. package/dist/mjs/types/Enum/Revenue.js.map +1 -1
  171. package/dist/mjs/types/Interface/api/authentification/AuthenticationResponse.d.ts +7 -0
  172. package/dist/mjs/types/Interface/api/authentification/AuthenticationResponse.d.ts.map +1 -0
  173. package/dist/mjs/types/Interface/api/authentification/AuthenticationResponse.js +2 -0
  174. package/dist/mjs/types/Interface/api/authentification/AuthenticationResponse.js.map +1 -0
  175. package/dist/mjs/types/Interface/api/card/Query.d.ts +3 -0
  176. package/dist/mjs/types/Interface/api/card/Query.d.ts.map +1 -1
  177. package/dist/mjs/types/Interface/api/card/Query.js +10 -2
  178. package/dist/mjs/types/Interface/api/card/Query.js.map +1 -1
  179. package/dist/mjs/types/Interface/api/mfa/DisableMfa.d.ts +4 -0
  180. package/dist/mjs/types/Interface/api/mfa/DisableMfa.d.ts.map +1 -0
  181. package/dist/mjs/types/Interface/api/mfa/DisableMfa.js +19 -0
  182. package/dist/mjs/types/Interface/api/mfa/DisableMfa.js.map +1 -0
  183. package/dist/mjs/types/Interface/api/mfa/SetupInit.d.ts +5 -0
  184. package/dist/mjs/types/Interface/api/mfa/SetupInit.d.ts.map +1 -0
  185. package/dist/mjs/types/Interface/api/mfa/SetupInit.js +25 -0
  186. package/dist/mjs/types/Interface/api/mfa/SetupInit.js.map +1 -0
  187. package/dist/mjs/types/Interface/api/mfa/SetupVerify.d.ts +5 -0
  188. package/dist/mjs/types/Interface/api/mfa/SetupVerify.d.ts.map +1 -0
  189. package/dist/mjs/types/Interface/api/mfa/SetupVerify.js +25 -0
  190. package/dist/mjs/types/Interface/api/mfa/SetupVerify.js.map +1 -0
  191. package/dist/mjs/types/Interface/api/mfa/VerifyCode.d.ts +5 -0
  192. package/dist/mjs/types/Interface/api/mfa/VerifyCode.d.ts.map +1 -0
  193. package/dist/mjs/types/Interface/api/mfa/VerifyCode.js +25 -0
  194. package/dist/mjs/types/Interface/api/mfa/VerifyCode.js.map +1 -0
  195. package/dist/mjs/types/Interface/api/mfa/VerifyRecoveryCode.d.ts +5 -0
  196. package/dist/mjs/types/Interface/api/mfa/VerifyRecoveryCode.d.ts.map +1 -0
  197. package/dist/mjs/types/Interface/api/mfa/VerifyRecoveryCode.js +25 -0
  198. package/dist/mjs/types/Interface/api/mfa/VerifyRecoveryCode.js.map +1 -0
  199. package/dist/mjs/types/Interface/api/mfa/mfa.d.ts +19 -0
  200. package/dist/mjs/types/Interface/api/mfa/mfa.d.ts.map +1 -0
  201. package/dist/mjs/types/Interface/api/mfa/mfa.js +2 -0
  202. package/dist/mjs/types/Interface/api/mfa/mfa.js.map +1 -0
  203. package/dist/mjs/types/Interface/api/report/CreateReport.d.ts +1 -1
  204. package/dist/mjs/types/Interface/api/report/CreateReport.d.ts.map +1 -1
  205. package/dist/mjs/types/Interface/api/report/CreateReport.js +2 -2
  206. package/dist/mjs/types/Interface/api/report/CreateReport.js.map +1 -1
  207. package/dist/mjs/types/Interface/api/report/ExternalReport.d.ts +1 -1
  208. package/dist/mjs/types/Interface/api/report/ExternalReport.d.ts.map +1 -1
  209. package/dist/mjs/types/Interface/api/report/ExternalReport.js +7 -5
  210. package/dist/mjs/types/Interface/api/report/ExternalReport.js.map +1 -1
  211. package/dist/mjs/types/Interface/api/report/QueryReports.d.ts +1 -1
  212. package/dist/mjs/types/Interface/api/report/QueryReports.d.ts.map +1 -1
  213. package/dist/mjs/types/Interface/api/report/QueryReports.js +1 -1
  214. package/dist/mjs/types/Interface/api/report/QueryReports.js.map +1 -1
  215. package/dist/mjs/types/Interface/api/report/QueryReportsForLetter.d.ts +1 -1
  216. package/dist/mjs/types/Interface/api/report/QueryReportsForLetter.d.ts.map +1 -1
  217. package/dist/mjs/types/Interface/api/report/QueryReportsForLetter.js +5 -3
  218. package/dist/mjs/types/Interface/api/report/QueryReportsForLetter.js.map +1 -1
  219. package/dist/mjs/types/Interface/api/report/UpdateReport.d.ts +0 -1
  220. package/dist/mjs/types/Interface/api/report/UpdateReport.d.ts.map +1 -1
  221. package/dist/mjs/types/Interface/api/report/UpdateReport.js.map +1 -1
  222. package/dist/mjs/types/Interface/api/reportHistory/Query.d.ts +4 -0
  223. package/dist/mjs/types/Interface/api/reportHistory/Query.d.ts.map +1 -0
  224. package/dist/mjs/types/Interface/api/reportHistory/Query.js +20 -0
  225. package/dist/mjs/types/Interface/api/reportHistory/Query.js.map +1 -0
  226. package/dist/mjs/types/Interface/api/revenueMovement.d.ts +37 -0
  227. package/dist/mjs/types/Interface/api/revenueMovement.d.ts.map +1 -1
  228. package/dist/mjs/types/Interface/api/revenueMovement.js.map +1 -1
  229. package/dist/mjs/types/Interface/api/revenueSnapshotGenerate.d.ts +4 -0
  230. package/dist/mjs/types/Interface/api/revenueSnapshotGenerate.d.ts.map +1 -1
  231. package/dist/mjs/types/Interface/api/revenueSnapshotGenerate.js +23 -0
  232. package/dist/mjs/types/Interface/api/revenueSnapshotGenerate.js.map +1 -1
  233. package/dist/mjs/types/Interface/models/IReport.d.ts +7 -1
  234. package/dist/mjs/types/Interface/models/IReport.d.ts.map +1 -1
  235. package/dist/mjs/types/Interface/models/IReport.js.map +1 -1
  236. package/dist/mjs/types/Interface/models/IReportHistory.d.ts +19 -0
  237. package/dist/mjs/types/Interface/models/IReportHistory.d.ts.map +1 -0
  238. package/dist/mjs/types/Interface/models/IReportHistory.js +2 -0
  239. package/dist/mjs/types/Interface/models/IReportHistory.js.map +1 -0
  240. package/dist/mjs/types/Interface/models/IRevenueMovement.d.ts +3 -1
  241. package/dist/mjs/types/Interface/models/IRevenueMovement.d.ts.map +1 -1
  242. package/dist/mjs/types/Interface/models/IRevenueMovement.js.map +1 -1
  243. package/dist/mjs/types/Interface/models/IUser.d.ts +1 -0
  244. package/dist/mjs/types/Interface/models/IUser.d.ts.map +1 -1
  245. package/dist/mjs/types/Interface/models/IUser.js.map +1 -1
  246. package/dist/mjs/types/Interface/models/IUserMfa.d.ts +12 -0
  247. package/dist/mjs/types/Interface/models/IUserMfa.d.ts.map +1 -0
  248. package/dist/mjs/types/Interface/models/IUserMfa.js +2 -0
  249. package/dist/mjs/types/Interface/models/IUserMfa.js.map +1 -0
  250. package/dist/mjs/types/Interface/models/IUserMfaRecoveryCode.d.ts +9 -0
  251. package/dist/mjs/types/Interface/models/IUserMfaRecoveryCode.d.ts.map +1 -0
  252. package/dist/mjs/types/Interface/models/IUserMfaRecoveryCode.js +2 -0
  253. package/dist/mjs/types/Interface/models/IUserMfaRecoveryCode.js.map +1 -0
  254. package/dist/mjs/types/index.d.ts +4 -0
  255. package/dist/mjs/types/index.d.ts.map +1 -1
  256. package/dist/mjs/types/index.js +4 -0
  257. package/dist/mjs/types/index.js.map +1 -1
  258. package/dist/mjs/utils/checkup.d.ts +20 -0
  259. package/dist/mjs/utils/checkup.d.ts.map +1 -1
  260. package/dist/mjs/utils/checkup.js +20 -17
  261. package/dist/mjs/utils/checkup.js.map +1 -1
  262. package/dist/mjs/utils/documents.d.ts.map +1 -1
  263. package/dist/mjs/utils/documents.js +6 -0
  264. package/dist/mjs/utils/documents.js.map +1 -1
  265. package/package.json +1 -1
  266. package/ts/api/resources/ExercicePrestation.ts +9 -0
  267. package/ts/api/resources/Mfa.ts +29 -0
  268. package/ts/api/resources/Report.ts +5 -0
  269. package/ts/api/resources/ReportHistory.ts +18 -0
  270. package/ts/api/resources.ts +4 -0
  271. package/ts/types/Enum/Card.ts +7 -0
  272. package/ts/types/Enum/PrestationType.ts +16 -16
  273. package/ts/types/Enum/Proceding.ts +10 -2
  274. package/ts/types/Enum/ReportSource.ts +25 -0
  275. package/ts/types/Enum/Revenue.ts +18 -9
  276. package/ts/types/Interface/api/authentification/AuthenticationResponse.ts +6 -0
  277. package/ts/types/Interface/api/card/Query.ts +9 -2
  278. package/ts/types/Interface/api/mfa/DisableMfa.ts +7 -0
  279. package/ts/types/Interface/api/mfa/SetupInit.ts +11 -0
  280. package/ts/types/Interface/api/mfa/SetupVerify.ts +11 -0
  281. package/ts/types/Interface/api/mfa/VerifyCode.ts +11 -0
  282. package/ts/types/Interface/api/mfa/VerifyRecoveryCode.ts +11 -0
  283. package/ts/types/Interface/api/mfa/mfa.ts +21 -0
  284. package/ts/types/Interface/api/report/CreateReport.ts +2 -2
  285. package/ts/types/Interface/api/report/ExternalReport.ts +4 -4
  286. package/ts/types/Interface/api/report/QueryReports.ts +1 -1
  287. package/ts/types/Interface/api/report/QueryReportsForLetter.ts +2 -2
  288. package/ts/types/Interface/api/report/UpdateReport.ts +0 -1
  289. package/ts/types/Interface/api/reportHistory/Query.ts +8 -0
  290. package/ts/types/Interface/api/revenueMovement.ts +39 -0
  291. package/ts/types/Interface/api/revenueSnapshotGenerate.ts +19 -0
  292. package/ts/types/Interface/models/IReport.ts +7 -1
  293. package/ts/types/Interface/models/IReportHistory.ts +22 -0
  294. package/ts/types/Interface/models/IRevenueMovement.ts +4 -1
  295. package/ts/types/Interface/models/IUser.ts +1 -0
  296. package/ts/types/Interface/models/IUserMfa.ts +11 -0
  297. package/ts/types/Interface/models/IUserMfaRecoveryCode.ts +8 -0
  298. package/ts/types/index.ts +4 -0
  299. package/ts/utils/checkup.ts +20 -17
  300. package/ts/utils/documents.ts +7 -0
@@ -43,5 +43,13 @@ export declare const Proceding: {
43
43
  id: number;
44
44
  name: string;
45
45
  };
46
+ DELISTING: {
47
+ id: number;
48
+ name: string;
49
+ };
50
+ AUTOMATIC_DELISTING: {
51
+ id: number;
52
+ name: string;
53
+ };
46
54
  };
47
55
  //# sourceMappingURL=Proceding.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Proceding.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/Proceding.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6CrB,CAAC"}
1
+ {"version":3,"file":"Proceding.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/Proceding.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqDrB,CAAC"}
@@ -20,7 +20,7 @@ exports.Proceding = {
20
20
  },
21
21
  CONTINUATION_OF_THE_ACTIVITY: {
22
22
  id: 5,
23
- name: 'Poursuite de l\'activité',
23
+ name: "Poursuite de l'activité",
24
24
  },
25
25
  DISSOLUTION: {
26
26
  id: 6,
@@ -44,7 +44,15 @@ exports.Proceding = {
44
44
  },
45
45
  ENTRY_ORDER: {
46
46
  id: 11,
47
- name: 'Saisie de l\'ordre',
47
+ name: "Saisie de l'ordre",
48
+ },
49
+ DELISTING: {
50
+ id: 12,
51
+ name: 'Radiation',
52
+ },
53
+ AUTOMATIC_DELISTING: {
54
+ id: 13,
55
+ name: "Radiation d'office",
48
56
  },
49
57
  };
50
58
  //# sourceMappingURL=Proceding.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Proceding.js","sourceRoot":"","sources":["../../../../ts/types/Enum/Proceding.ts"],"names":[],"mappings":";;;AAAa,QAAA,SAAS,GAAG;IACvB,gBAAgB,EAAE;QAChB,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,yBAAyB;KAChC;IACD,iCAAiC,EAAE;QACjC,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,sCAAsC;KAC7C;IACD,8BAA8B,EAAE;QAC9B,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,qCAAqC;KAC5C;IACD,sBAAsB,EAAE;QACtB,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,2BAA2B;KAClC;IACD,4BAA4B,EAAE;QAC5B,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,0BAA0B;KACjC;IACD,WAAW,EAAE;QACX,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,2BAA2B;KAClC;IACD,WAAW,EAAE;QACX,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,iBAAiB;KACxB;IACD,cAAc,EAAE;QACd,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,gBAAgB;KACvB;IACD,cAAc,EAAE;QACd,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,iBAAiB;KACxB;IACD,YAAY,EAAE;QACZ,EAAE,EAAE,EAAE;QACN,IAAI,EAAE,cAAc;KACrB;IACD,WAAW,EAAE;QACX,EAAE,EAAE,EAAE;QACN,IAAI,EAAE,oBAAoB;KAC3B;CACF,CAAC","sourcesContent":["export const Proceding = {\n BACKUP_PROCEDURE: {\n id: 1,\n name: 'Procédure de sauvegarde',\n },\n JUDICIAL_REORGANIZATION_PROCEDURE: {\n id: 2,\n name: 'Procédure de redressement judiciaire',\n },\n JUDICIAL_LIQUIDATION_PROCEDURE: {\n id: 3,\n name: 'Procédure de liquidation judiciaire',\n },\n CONCILIATION_PROCEDURE: {\n id: 4,\n name: 'Procédure de conciliation',\n },\n CONTINUATION_OF_THE_ACTIVITY: {\n id: 5,\n name: 'Poursuite de l\\'activité',\n },\n DISSOLUTION: {\n id: 6,\n name: 'Dissolution / liquidation',\n },\n MOTHBALLING: {\n id: 7,\n name: 'Mise en sommeil',\n },\n EI_LIQUIDATION: {\n id: 8,\n name: 'Liquidation EI',\n },\n FISCAL_CONTROL: {\n id: 9,\n name: 'Contrôle fiscal',\n },\n REDRESSEMENT: {\n id: 10,\n name: 'Redressement',\n },\n ENTRY_ORDER: {\n id: 11,\n name: 'Saisie de l\\'ordre',\n },\n};\n"]}
1
+ {"version":3,"file":"Proceding.js","sourceRoot":"","sources":["../../../../ts/types/Enum/Proceding.ts"],"names":[],"mappings":";;;AAAa,QAAA,SAAS,GAAG;IACvB,gBAAgB,EAAE;QAChB,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,yBAAyB;KAChC;IACD,iCAAiC,EAAE;QACjC,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,sCAAsC;KAC7C;IACD,8BAA8B,EAAE;QAC9B,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,qCAAqC;KAC5C;IACD,sBAAsB,EAAE;QACtB,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,2BAA2B;KAClC;IACD,4BAA4B,EAAE;QAC5B,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,yBAAyB;KAChC;IACD,WAAW,EAAE;QACX,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,2BAA2B;KAClC;IACD,WAAW,EAAE;QACX,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,iBAAiB;KACxB;IACD,cAAc,EAAE;QACd,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,gBAAgB;KACvB;IACD,cAAc,EAAE;QACd,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,iBAAiB;KACxB;IACD,YAAY,EAAE;QACZ,EAAE,EAAE,EAAE;QACN,IAAI,EAAE,cAAc;KACrB;IACD,WAAW,EAAE;QACX,EAAE,EAAE,EAAE;QACN,IAAI,EAAE,mBAAmB;KAC1B;IACD,SAAS,EAAE;QACT,EAAE,EAAE,EAAE;QACN,IAAI,EAAE,WAAW;KAClB;IACD,mBAAmB,EAAE;QACnB,EAAE,EAAE,EAAE;QACN,IAAI,EAAE,oBAAoB;KAC3B;CACF,CAAC","sourcesContent":["export const Proceding = {\n BACKUP_PROCEDURE: {\n id: 1,\n name: 'Procédure de sauvegarde',\n },\n JUDICIAL_REORGANIZATION_PROCEDURE: {\n id: 2,\n name: 'Procédure de redressement judiciaire',\n },\n JUDICIAL_LIQUIDATION_PROCEDURE: {\n id: 3,\n name: 'Procédure de liquidation judiciaire',\n },\n CONCILIATION_PROCEDURE: {\n id: 4,\n name: 'Procédure de conciliation',\n },\n CONTINUATION_OF_THE_ACTIVITY: {\n id: 5,\n name: \"Poursuite de l'activité\",\n },\n DISSOLUTION: {\n id: 6,\n name: 'Dissolution / liquidation',\n },\n MOTHBALLING: {\n id: 7,\n name: 'Mise en sommeil',\n },\n EI_LIQUIDATION: {\n id: 8,\n name: 'Liquidation EI',\n },\n FISCAL_CONTROL: {\n id: 9,\n name: 'Contrôle fiscal',\n },\n REDRESSEMENT: {\n id: 10,\n name: 'Redressement',\n },\n ENTRY_ORDER: {\n id: 11,\n name: \"Saisie de l'ordre\",\n },\n DELISTING: {\n id: 12,\n name: 'Radiation',\n },\n AUTOMATIC_DELISTING: {\n id: 13,\n name: \"Radiation d'office\",\n },\n};\n"]}
@@ -0,0 +1,12 @@
1
+ export declare enum ReportSource {
2
+ LETTER = 1,
3
+ MAIL = 2,
4
+ INTERNAL = 3
5
+ }
6
+ interface ReportSourceInterface {
7
+ id: ReportSource;
8
+ name: string;
9
+ }
10
+ export declare const ReportSourceDetails: ReportSourceInterface[];
11
+ export {};
12
+ //# sourceMappingURL=ReportSource.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReportSource.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/ReportSource.ts"],"names":[],"mappings":"AAAA,oBAAY,YAAY;IACtB,MAAM,IAAI;IACV,IAAI,IAAI;IACR,QAAQ,IAAI;CACb;AAED,UAAU,qBAAqB;IAC7B,EAAE,EAAE,YAAY,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;CACd;AAED,eAAO,MAAM,mBAAmB,EAAE,qBAAqB,EAatD,CAAC"}
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ReportSourceDetails = exports.ReportSource = void 0;
4
+ var ReportSource;
5
+ (function (ReportSource) {
6
+ ReportSource[ReportSource["LETTER"] = 1] = "LETTER";
7
+ ReportSource[ReportSource["MAIL"] = 2] = "MAIL";
8
+ ReportSource[ReportSource["INTERNAL"] = 3] = "INTERNAL";
9
+ })(ReportSource || (exports.ReportSource = ReportSource = {}));
10
+ exports.ReportSourceDetails = [
11
+ {
12
+ id: ReportSource.LETTER,
13
+ name: 'Courrier',
14
+ },
15
+ {
16
+ id: ReportSource.MAIL,
17
+ name: 'Mail',
18
+ },
19
+ {
20
+ id: ReportSource.INTERNAL,
21
+ name: 'Interne',
22
+ },
23
+ ];
24
+ //# sourceMappingURL=ReportSource.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReportSource.js","sourceRoot":"","sources":["../../../../ts/types/Enum/ReportSource.ts"],"names":[],"mappings":";;;AAAA,IAAY,YAIX;AAJD,WAAY,YAAY;IACtB,mDAAU,CAAA;IACV,+CAAQ,CAAA;IACR,uDAAY,CAAA;AACd,CAAC,EAJW,YAAY,4BAAZ,YAAY,QAIvB;AAOY,QAAA,mBAAmB,GAA4B;IAC1D;QACE,EAAE,EAAE,YAAY,CAAC,MAAM;QACvB,IAAI,EAAE,UAAU;KACjB;IACD;QACE,EAAE,EAAE,YAAY,CAAC,IAAI;QACrB,IAAI,EAAE,MAAM;KACb;IACD;QACE,EAAE,EAAE,YAAY,CAAC,QAAQ;QACzB,IAAI,EAAE,SAAS;KAChB;CACF,CAAC","sourcesContent":["export enum ReportSource {\n LETTER = 1,\n MAIL = 2,\n INTERNAL = 3,\n}\n\ninterface ReportSourceInterface {\n id: ReportSource;\n name: string;\n}\n\nexport const ReportSourceDetails: ReportSourceInterface[] = [\n {\n id: ReportSource.LETTER,\n name: 'Courrier',\n },\n {\n id: ReportSource.MAIL,\n name: 'Mail',\n },\n {\n id: ReportSource.INTERNAL,\n name: 'Interne',\n },\n];\n"]}
@@ -17,6 +17,12 @@ export declare enum RevenueMovementType {
17
17
  /** Reactivation (client qui revient) */
18
18
  REACTIVATION = 7
19
19
  }
20
+ /**
21
+ * Récupère le nom de l'enum à partir de sa valeur
22
+ * @param type - La valeur numérique du type de mouvement
23
+ * @returns Le nom de l'enum (ex: 'BOOKING', 'CHURN', etc.)
24
+ */
25
+ export declare function getRevenueMovementTypeName(type: RevenueMovementType | number): string;
20
26
  /**
21
27
  * Type de périodicité pour les prestations
22
28
  */
@@ -1 +1 @@
1
- {"version":3,"file":"Revenue.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/Revenue.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,oBAAY,mBAAmB;IAC7B,sDAAsD;IACtD,OAAO,IAAI;IAEX,iCAAiC;IACjC,KAAK,IAAI;IAET,iCAAiC;IACjC,SAAS,IAAI;IAEb,+BAA+B;IAC/B,WAAW,IAAI;IAEf,2CAA2C;IAC3C,OAAO,IAAI;IAEX,0CAA0C;IAC1C,SAAS,IAAI;IAEb,wCAAwC;IACxC,YAAY,IAAI;CACjB;AAED;;GAEG;AACH,oBAAY,qBAAqB;IAC/B,cAAc;IACd,OAAO,IAAI;IAEX,kBAAkB;IAClB,SAAS,IAAI;IAEb,aAAa;IACb,MAAM,IAAI;IAEV,sCAAsC;IACtC,QAAQ,IAAI;CACb"}
1
+ {"version":3,"file":"Revenue.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/Revenue.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,oBAAY,mBAAmB;IAC7B,sDAAsD;IACtD,OAAO,IAAI;IAEX,iCAAiC;IACjC,KAAK,IAAI;IAET,iCAAiC;IACjC,SAAS,IAAI;IAEb,+BAA+B;IAC/B,WAAW,IAAI;IAEf,2CAA2C;IAC3C,OAAO,IAAI;IAEX,0CAA0C;IAC1C,SAAS,IAAI;IAEb,wCAAwC;IACxC,YAAY,IAAI;CACjB;AAED;;;;GAIG;AACH,wBAAgB,0BAA0B,CAAC,IAAI,EAAE,mBAAmB,GAAG,MAAM,GAAG,MAAM,CAErF;AAED;;GAEG;AACH,oBAAY,qBAAqB;IAC/B,cAAc;IACd,OAAO,IAAI;IAEX,kBAAkB;IAClB,SAAS,IAAI;IAEb,aAAa;IACb,MAAM,IAAI;IAEV,sCAAsC;IACtC,QAAQ,IAAI;CACb"}
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.PrestationPeriodicity = exports.RevenueMovementType = void 0;
4
+ exports.getRevenueMovementTypeName = getRevenueMovementTypeName;
4
5
  /**
5
6
  * Type de mouvement de revenu
6
7
  */
@@ -21,6 +22,14 @@ var RevenueMovementType;
21
22
  /** Reactivation (client qui revient) */
22
23
  RevenueMovementType[RevenueMovementType["REACTIVATION"] = 7] = "REACTIVATION";
23
24
  })(RevenueMovementType || (exports.RevenueMovementType = RevenueMovementType = {}));
25
+ /**
26
+ * Récupère le nom de l'enum à partir de sa valeur
27
+ * @param type - La valeur numérique du type de mouvement
28
+ * @returns Le nom de l'enum (ex: 'BOOKING', 'CHURN', etc.)
29
+ */
30
+ function getRevenueMovementTypeName(type) {
31
+ return RevenueMovementType[type] || 'UNKNOWN';
32
+ }
24
33
  /**
25
34
  * Type de périodicité pour les prestations
26
35
  */
@@ -1 +1 @@
1
- {"version":3,"file":"Revenue.js","sourceRoot":"","sources":["../../../../ts/types/Enum/Revenue.ts"],"names":[],"mappings":";;;AAAA;;GAEG;AACH,IAAY,mBAqBX;AArBD,WAAY,mBAAmB;IAC7B,sDAAsD;IACtD,mEAAW,CAAA;IAEX,iCAAiC;IACjC,+DAAS,CAAA;IAET,iCAAiC;IACjC,uEAAa,CAAA;IAEb,+BAA+B;IAC/B,2EAAe,CAAA;IAEf,2CAA2C;IAC3C,mEAAW,CAAA;IAEX,0CAA0C;IAC1C,uEAAa,CAAA;IAEb,wCAAwC;IACxC,6EAAgB,CAAA;AAClB,CAAC,EArBW,mBAAmB,mCAAnB,mBAAmB,QAqB9B;AAED;;GAEG;AACH,IAAY,qBAYX;AAZD,WAAY,qBAAqB;IAC/B,cAAc;IACd,uEAAW,CAAA;IAEX,kBAAkB;IAClB,2EAAa,CAAA;IAEb,aAAa;IACb,qEAAU,CAAA;IAEV,sCAAsC;IACtC,yEAAY,CAAA;AACd,CAAC,EAZW,qBAAqB,qCAArB,qBAAqB,QAYhC","sourcesContent":["/**\n * Type de mouvement de revenu\n */\nexport enum RevenueMovementType {\n /** Nouveau booking (nouvelle prestation souscrite) */\n BOOKING = 1,\n \n /** Churn (résiliation client) */\n CHURN = 2,\n \n /** Provision (revenu différé) */\n PROVISION = 3,\n \n /** Reconnaissance de revenu */\n RECOGNITION = 4,\n \n /** Upgrade (augmentation de prestation) */\n UPGRADE = 5,\n \n /** Downgrade (réduction de prestation) */\n DOWNGRADE = 6,\n \n /** Reactivation (client qui revient) */\n REACTIVATION = 7,\n}\n\n/**\n * Type de périodicité pour les prestations\n */\nexport enum PrestationPeriodicity {\n /** Mensuel */\n MONTHLY = 1,\n \n /** Trimestriel */\n QUARTERLY = 2,\n \n /** Annuel */\n YEARLY = 3,\n \n /** Paiement unique (non récurrent) */\n ONE_TIME = 4,\n}\n"]}
1
+ {"version":3,"file":"Revenue.js","sourceRoot":"","sources":["../../../../ts/types/Enum/Revenue.ts"],"names":[],"mappings":";;;AA+BA,gEAEC;AAjCD;;GAEG;AACH,IAAY,mBAqBX;AArBD,WAAY,mBAAmB;IAC7B,sDAAsD;IACtD,mEAAW,CAAA;IAEX,iCAAiC;IACjC,+DAAS,CAAA;IAET,iCAAiC;IACjC,uEAAa,CAAA;IAEb,+BAA+B;IAC/B,2EAAe,CAAA;IAEf,2CAA2C;IAC3C,mEAAW,CAAA;IAEX,0CAA0C;IAC1C,uEAAa,CAAA;IAEb,wCAAwC;IACxC,6EAAgB,CAAA;AAClB,CAAC,EArBW,mBAAmB,mCAAnB,mBAAmB,QAqB9B;AAED;;;;GAIG;AACH,SAAgB,0BAA0B,CAAC,IAAkC;IAC3E,OAAO,mBAAmB,CAAC,IAAI,CAAC,IAAI,SAAS,CAAC;AAChD,CAAC;AAED;;GAEG;AACH,IAAY,qBAYX;AAZD,WAAY,qBAAqB;IAC/B,cAAc;IACd,uEAAW,CAAA;IAEX,kBAAkB;IAClB,2EAAa,CAAA;IAEb,aAAa;IACb,qEAAU,CAAA;IAEV,sCAAsC;IACtC,yEAAY,CAAA;AACd,CAAC,EAZW,qBAAqB,qCAArB,qBAAqB,QAYhC","sourcesContent":["/**\n * Type de mouvement de revenu\n */\nexport enum RevenueMovementType {\n /** Nouveau booking (nouvelle prestation souscrite) */\n BOOKING = 1,\n\n /** Churn (résiliation client) */\n CHURN = 2,\n\n /** Provision (revenu différé) */\n PROVISION = 3,\n\n /** Reconnaissance de revenu */\n RECOGNITION = 4,\n\n /** Upgrade (augmentation de prestation) */\n UPGRADE = 5,\n\n /** Downgrade (réduction de prestation) */\n DOWNGRADE = 6,\n\n /** Reactivation (client qui revient) */\n REACTIVATION = 7,\n}\n\n/**\n * Récupère le nom de l'enum à partir de sa valeur\n * @param type - La valeur numérique du type de mouvement\n * @returns Le nom de l'enum (ex: 'BOOKING', 'CHURN', etc.)\n */\nexport function getRevenueMovementTypeName(type: RevenueMovementType | number): string {\n return RevenueMovementType[type] || 'UNKNOWN';\n}\n\n/**\n * Type de périodicité pour les prestations\n */\nexport enum PrestationPeriodicity {\n /** Mensuel */\n MONTHLY = 1,\n\n /** Trimestriel */\n QUARTERLY = 2,\n\n /** Annuel */\n YEARLY = 3,\n\n /** Paiement unique (non récurrent) */\n ONE_TIME = 4,\n}\n"]}
@@ -0,0 +1,7 @@
1
+ export interface IAuthenticationResponse {
2
+ requiresMfa?: boolean;
3
+ userId?: number;
4
+ message?: string;
5
+ token?: string;
6
+ }
7
+ //# sourceMappingURL=AuthenticationResponse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AuthenticationResponse.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/authentification/AuthenticationResponse.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,uBAAuB;IACtC,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=AuthenticationResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AuthenticationResponse.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/authentification/AuthenticationResponse.ts"],"names":[],"mappings":"","sourcesContent":["export interface IAuthenticationResponse {\n requiresMfa?: boolean;\n userId?: number;\n message?: string;\n token?: string;\n}\n"]}
@@ -2,4 +2,7 @@ export declare class QueryInternalCardsStats {
2
2
  idTeam: number;
3
3
  date: Date;
4
4
  }
5
+ export declare class QueryCronCards {
6
+ idSociety?: number;
7
+ }
5
8
  //# sourceMappingURL=Query.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Query.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/card/Query.ts"],"names":[],"mappings":"AAGA,qBAAa,uBAAuB;IAGlC,MAAM,EAAE,MAAM,CAAC;IAIf,IAAI,EAAE,IAAI,CAAC;CACZ"}
1
+ {"version":3,"file":"Query.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/card/Query.ts"],"names":[],"mappings":"AAGA,qBAAa,uBAAuB;IAGlC,MAAM,EAAE,MAAM,CAAC;IAIf,IAAI,EAAE,IAAI,CAAC;CACZ;AAED,qBAAa,cAAc;IAIjB,SAAS,CAAC,EAAE,MAAM,CAAC;CAC5B"}
@@ -9,7 +9,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
9
9
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.QueryInternalCardsStats = void 0;
12
+ exports.QueryCronCards = exports.QueryInternalCardsStats = void 0;
13
13
  const class_validator_1 = require("class-validator");
14
14
  const utils_1 = require("../../../../utils");
15
15
  class QueryInternalCardsStats {
@@ -25,4 +25,13 @@ __decorate([
25
25
  (0, class_validator_1.IsDate)(),
26
26
  __metadata("design:type", Date)
27
27
  ], QueryInternalCardsStats.prototype, "date", void 0);
28
+ class QueryCronCards {
29
+ }
30
+ exports.QueryCronCards = QueryCronCards;
31
+ __decorate([
32
+ (0, utils_1.ApiPropertyOptional)(),
33
+ (0, class_validator_1.IsOptional)(),
34
+ (0, class_validator_1.IsInt)(),
35
+ __metadata("design:type", Number)
36
+ ], QueryCronCards.prototype, "idSociety", void 0);
28
37
  //# sourceMappingURL=Query.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Query.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/card/Query.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAgD;AAChD,6CAAgD;AAEhD,MAAa,uBAAuB;CAQnC;AARD,0DAQC;AALC;IAFC,IAAA,mBAAW,GAAE;IACb,IAAA,uBAAK,GAAE;;uDACO;AAIf;IAFC,IAAA,mBAAW,GAAE;IACb,IAAA,wBAAM,GAAE;8BACH,IAAI;qDAAC","sourcesContent":["import { IsDate, IsInt } from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\n\nexport class QueryInternalCardsStats {\n @ApiProperty()\n @IsInt()\n idTeam: number;\n\n @ApiProperty()\n @IsDate()\n date: Date;\n}\n"]}
1
+ {"version":3,"file":"Query.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/card/Query.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA4D;AAC5D,6CAAqE;AAErE,MAAa,uBAAuB;CAQnC;AARD,0DAQC;AALC;IAFC,IAAA,mBAAW,GAAE;IACb,IAAA,uBAAK,GAAE;;uDACO;AAIf;IAFC,IAAA,mBAAW,GAAE;IACb,IAAA,wBAAM,GAAE;8BACH,IAAI;qDAAC;AAGb,MAAa,cAAc;CAK1B;AALD,wCAKC;AADS;IAHP,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;iDACmB","sourcesContent":["import { IsDate, IsInt, IsOptional } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryInternalCardsStats {\n @ApiProperty()\n @IsInt()\n idTeam: number;\n\n @ApiProperty()\n @IsDate()\n date: Date;\n}\n\nexport class QueryCronCards {\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n declare idSociety?: number;\n}\n"]}
@@ -0,0 +1,4 @@
1
+ export declare class MfaDisable {
2
+ userId: number;
3
+ }
4
+ //# sourceMappingURL=DisableMfa.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DisableMfa.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/mfa/DisableMfa.ts"],"names":[],"mappings":"AAEA,qBAAa,UAAU;IAGrB,MAAM,EAAE,MAAM,CAAC;CAChB"}
@@ -0,0 +1,22 @@
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.MfaDisable = void 0;
13
+ const class_validator_1 = require("class-validator");
14
+ class MfaDisable {
15
+ }
16
+ exports.MfaDisable = MfaDisable;
17
+ __decorate([
18
+ (0, class_validator_1.IsNotEmpty)(),
19
+ (0, class_validator_1.IsInt)(),
20
+ __metadata("design:type", Number)
21
+ ], MfaDisable.prototype, "userId", void 0);
22
+ //# sourceMappingURL=DisableMfa.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DisableMfa.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/mfa/DisableMfa.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAoD;AAEpD,MAAa,UAAU;CAItB;AAJD,gCAIC;AADC;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;0CACO","sourcesContent":["import { IsInt, IsNotEmpty } from 'class-validator';\n\nexport class MfaDisable {\n @IsNotEmpty()\n @IsInt()\n userId: number;\n}\n"]}
@@ -0,0 +1,5 @@
1
+ export declare class MfaSetupInit {
2
+ userId: number;
3
+ userEmail: string;
4
+ }
5
+ //# sourceMappingURL=SetupInit.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SetupInit.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/mfa/SetupInit.ts"],"names":[],"mappings":"AAEA,qBAAa,YAAY;IAGvB,MAAM,EAAE,MAAM,CAAC;IAIf,SAAS,EAAE,MAAM,CAAC;CACnB"}
@@ -0,0 +1,27 @@
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.MfaSetupInit = void 0;
13
+ const class_validator_1 = require("class-validator");
14
+ class MfaSetupInit {
15
+ }
16
+ exports.MfaSetupInit = MfaSetupInit;
17
+ __decorate([
18
+ (0, class_validator_1.IsNotEmpty)(),
19
+ (0, class_validator_1.IsInt)(),
20
+ __metadata("design:type", Number)
21
+ ], MfaSetupInit.prototype, "userId", void 0);
22
+ __decorate([
23
+ (0, class_validator_1.IsEmail)(),
24
+ (0, class_validator_1.IsString)(),
25
+ __metadata("design:type", String)
26
+ ], MfaSetupInit.prototype, "userEmail", void 0);
27
+ //# sourceMappingURL=SetupInit.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SetupInit.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/mfa/SetupInit.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuE;AAEvE,MAAa,YAAY;CAQxB;AARD,oCAQC;AALC;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;4CACO;AAIf;IAFC,IAAA,yBAAO,GAAE;IACT,IAAA,0BAAQ,GAAE;;+CACO","sourcesContent":["import { IsEmail, IsInt, IsNotEmpty, IsString } from 'class-validator';\n\nexport class MfaSetupInit {\n @IsNotEmpty()\n @IsInt()\n userId: number;\n\n @IsEmail()\n @IsString()\n userEmail: string;\n}\n"]}
@@ -0,0 +1,5 @@
1
+ export declare class MfaSetupVerify {
2
+ userId: number;
3
+ code: string;
4
+ }
5
+ //# sourceMappingURL=SetupVerify.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SetupVerify.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/mfa/SetupVerify.ts"],"names":[],"mappings":"AAEA,qBAAa,cAAc;IAGzB,MAAM,EAAE,MAAM,CAAC;IAIf,IAAI,EAAE,MAAM,CAAC;CACd"}
@@ -0,0 +1,27 @@
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.MfaSetupVerify = void 0;
13
+ const class_validator_1 = require("class-validator");
14
+ class MfaSetupVerify {
15
+ }
16
+ exports.MfaSetupVerify = MfaSetupVerify;
17
+ __decorate([
18
+ (0, class_validator_1.IsNotEmpty)(),
19
+ (0, class_validator_1.IsInt)(),
20
+ __metadata("design:type", Number)
21
+ ], MfaSetupVerify.prototype, "userId", void 0);
22
+ __decorate([
23
+ (0, class_validator_1.IsNotEmpty)(),
24
+ (0, class_validator_1.IsString)(),
25
+ __metadata("design:type", String)
26
+ ], MfaSetupVerify.prototype, "code", void 0);
27
+ //# sourceMappingURL=SetupVerify.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SetupVerify.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/mfa/SetupVerify.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA8D;AAE9D,MAAa,cAAc;CAQ1B;AARD,wCAQC;AALC;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;8CACO;AAIf;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;4CACE","sourcesContent":["import { IsInt, IsNotEmpty, IsString } from 'class-validator';\n\nexport class MfaSetupVerify {\n @IsNotEmpty()\n @IsInt()\n userId: number;\n\n @IsNotEmpty()\n @IsString()\n code: string;\n}\n"]}
@@ -0,0 +1,5 @@
1
+ export declare class MfaVerifyCode {
2
+ userId: number;
3
+ code: string;
4
+ }
5
+ //# sourceMappingURL=VerifyCode.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VerifyCode.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/mfa/VerifyCode.ts"],"names":[],"mappings":"AAEA,qBAAa,aAAa;IAGxB,MAAM,EAAE,MAAM,CAAC;IAIf,IAAI,EAAE,MAAM,CAAC;CACd"}
@@ -0,0 +1,27 @@
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.MfaVerifyCode = void 0;
13
+ const class_validator_1 = require("class-validator");
14
+ class MfaVerifyCode {
15
+ }
16
+ exports.MfaVerifyCode = MfaVerifyCode;
17
+ __decorate([
18
+ (0, class_validator_1.IsNotEmpty)(),
19
+ (0, class_validator_1.IsInt)(),
20
+ __metadata("design:type", Number)
21
+ ], MfaVerifyCode.prototype, "userId", void 0);
22
+ __decorate([
23
+ (0, class_validator_1.IsString)(),
24
+ (0, class_validator_1.Length)(6, 6),
25
+ __metadata("design:type", String)
26
+ ], MfaVerifyCode.prototype, "code", void 0);
27
+ //# sourceMappingURL=VerifyCode.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VerifyCode.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/mfa/VerifyCode.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAsE;AAEtE,MAAa,aAAa;CAQzB;AARD,sCAQC;AALC;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;6CACO;AAIf;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,wBAAM,EAAC,CAAC,EAAE,CAAC,CAAC;;2CACA","sourcesContent":["import { IsInt, IsNotEmpty, IsString, Length } from 'class-validator';\n\nexport class MfaVerifyCode {\n @IsNotEmpty()\n @IsInt()\n userId: number;\n\n @IsString()\n @Length(6, 6)\n code: string;\n}\n"]}
@@ -0,0 +1,5 @@
1
+ export declare class MfaVerifyRecoveryCode {
2
+ userId: number;
3
+ recoveryCode: string;
4
+ }
5
+ //# sourceMappingURL=VerifyRecoveryCode.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VerifyRecoveryCode.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/mfa/VerifyRecoveryCode.ts"],"names":[],"mappings":"AAEA,qBAAa,qBAAqB;IAGhC,MAAM,EAAE,MAAM,CAAC;IAIf,YAAY,EAAE,MAAM,CAAC;CACtB"}
@@ -0,0 +1,27 @@
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.MfaVerifyRecoveryCode = void 0;
13
+ const class_validator_1 = require("class-validator");
14
+ class MfaVerifyRecoveryCode {
15
+ }
16
+ exports.MfaVerifyRecoveryCode = MfaVerifyRecoveryCode;
17
+ __decorate([
18
+ (0, class_validator_1.IsNotEmpty)(),
19
+ (0, class_validator_1.IsInt)(),
20
+ __metadata("design:type", Number)
21
+ ], MfaVerifyRecoveryCode.prototype, "userId", void 0);
22
+ __decorate([
23
+ (0, class_validator_1.IsString)(),
24
+ (0, class_validator_1.IsNotEmpty)(),
25
+ __metadata("design:type", String)
26
+ ], MfaVerifyRecoveryCode.prototype, "recoveryCode", void 0);
27
+ //# sourceMappingURL=VerifyRecoveryCode.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VerifyRecoveryCode.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/mfa/VerifyRecoveryCode.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA8D;AAE9D,MAAa,qBAAqB;CAQjC;AARD,sDAQC;AALC;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;qDACO;AAIf;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;2DACQ","sourcesContent":["import { IsInt, IsNotEmpty, IsString } from 'class-validator';\n\nexport class MfaVerifyRecoveryCode {\n @IsNotEmpty()\n @IsInt()\n userId: number;\n\n @IsString()\n @IsNotEmpty()\n recoveryCode: string;\n}\n"]}
@@ -0,0 +1,19 @@
1
+ export interface MfaSetupInitResult {
2
+ otpauthUri: string;
3
+ tempSecret: string;
4
+ label: string;
5
+ }
6
+ export interface MfaSetupVerifyResult {
7
+ success: boolean;
8
+ recoveryCodes: string[];
9
+ }
10
+ export interface MfaAuthenticationResponse {
11
+ requiresMfa: boolean;
12
+ userId?: number;
13
+ token?: string;
14
+ }
15
+ export interface MfaVerificationResponse {
16
+ success: boolean;
17
+ token?: string;
18
+ }
19
+ //# sourceMappingURL=mfa.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mfa.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/mfa/mfa.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,kBAAkB;IACjC,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,oBAAoB;IACnC,OAAO,EAAE,OAAO,CAAC;IACjB,aAAa,EAAE,MAAM,EAAE,CAAC;CACzB;AAED,MAAM,WAAW,yBAAyB;IACxC,WAAW,EAAE,OAAO,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,uBAAuB;IACtC,OAAO,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=mfa.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mfa.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/mfa/mfa.ts"],"names":[],"mappings":"","sourcesContent":["export interface MfaSetupInitResult {\n otpauthUri: string;\n tempSecret: string;\n label: string;\n}\n\nexport interface MfaSetupVerifyResult {\n success: boolean;\n recoveryCodes: string[];\n}\n\nexport interface MfaAuthenticationResponse {\n requiresMfa: boolean;\n userId?: number;\n token?: string;\n}\n\nexport interface MfaVerificationResponse {\n success: boolean;\n token?: string;\n}\n"]}
@@ -1,7 +1,7 @@
1
1
  import { IReport } from '../../..';
2
2
  import { TFile } from '../file/TFile';
3
3
  export declare class CreateReport implements IReport {
4
- idReportType?: number;
4
+ idReportType?: number[];
5
5
  idSociety?: number;
6
6
  idFile?: number;
7
7
  idUser: number;
@@ -1 +1 @@
1
- {"version":3,"file":"CreateReport.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/report/CreateReport.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAEnC,OAAO,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AAEtC,qBAAa,YAAa,YAAW,OAAO;IAI1C,YAAY,CAAC,EAAE,MAAM,CAAC;IAKtB,SAAS,CAAC,EAAE,MAAM,CAAC;IAKnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAIhB,MAAM,EAAE,MAAM,CAAC;IAKf,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAI5B,OAAO,EAAE,MAAM,CAAC;IAKhB,MAAM,CAAC,EAAE,MAAM,CAAC;IAIhB,eAAe,CAAC,EAAE,OAAO,CAAC;IAK1B,KAAK,CAAC,EAAE,MAAM,CAAC;IAIf,WAAW,CAAC,EAAE,OAAO,CAAC;IAKtB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAKlB,MAAM,CAAC,EAAE,MAAM,CAAC;IAIhB,SAAS,CAAC,EAAE,OAAO,CAAC;IAIpB,UAAU,CAAC,EAAE,IAAI,CAAC;IAIlB,YAAY,CAAC,EAAE,KAAK,CAAC;IAIrB,YAAY,CAAC,EAAE,KAAK,CAAC;IAKrB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB"}
1
+ {"version":3,"file":"CreateReport.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/report/CreateReport.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAEnC,OAAO,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AAEtC,qBAAa,YAAa,YAAW,OAAO;IAI1C,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IAKxB,SAAS,CAAC,EAAE,MAAM,CAAC;IAKnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAIhB,MAAM,EAAE,MAAM,CAAC;IAKf,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAI5B,OAAO,EAAE,MAAM,CAAC;IAKhB,MAAM,CAAC,EAAE,MAAM,CAAC;IAIhB,eAAe,CAAC,EAAE,OAAO,CAAC;IAK1B,KAAK,CAAC,EAAE,MAAM,CAAC;IAIf,WAAW,CAAC,EAAE,OAAO,CAAC;IAKtB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAKlB,MAAM,CAAC,EAAE,MAAM,CAAC;IAIhB,SAAS,CAAC,EAAE,OAAO,CAAC;IAIpB,UAAU,CAAC,EAAE,IAAI,CAAC;IAIlB,YAAY,CAAC,EAAE,KAAK,CAAC;IAIrB,YAAY,CAAC,EAAE,KAAK,CAAC;IAKrB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB"}
@@ -18,8 +18,8 @@ exports.CreateReport = CreateReport;
18
18
  __decorate([
19
19
  (0, utils_1.ApiPropertyOptional)(),
20
20
  (0, class_validator_1.IsOptional)(),
21
- (0, class_validator_1.IsInt)(),
22
- __metadata("design:type", Number)
21
+ (0, class_validator_1.IsInt)({ each: true }),
22
+ __metadata("design:type", Array)
23
23
  ], CreateReport.prototype, "idReportType", void 0);
24
24
  __decorate([
25
25
  (0, utils_1.ApiPropertyOptional)(),
@@ -1 +1 @@
1
- {"version":3,"file":"CreateReport.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/report/CreateReport.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA8D;AAE9D,6CAAqE;AAGrE,MAAa,YAAY;CA6ExB;AA7ED,oCA6EC;AAzEC;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;kDACc;AAKtB;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;+CACW;AAKnB;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;4CACQ;AAIhB;IAFC,IAAA,mBAAW,GAAE;IACb,IAAA,uBAAK,GAAE;;4CACO;AAKf;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;wDACoB;AAI5B;IAFC,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;6CACK;AAKhB;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;4CACK;AAIhB;IAFC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;;qDACa;AAK1B;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;2CACO;AAIf;IAFC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;;iDACS;AAKtB;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;8CACU;AAKlB;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;4CACQ;AAIhB;IAFC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;;+CACO;AAIpB;IAFC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;8BACA,IAAI;gDAAC;AAIlB;IAFC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;;kDACQ;AAIrB;IAFC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;;kDACQ;AAKrB;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;2CACI","sourcesContent":["import { IsInt, IsOptional, IsString } from 'class-validator';\nimport { IReport } from '../../..';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { TFile } from '../file/TFile';\n\nexport class CreateReport implements IReport {\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idReportType?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idSociety?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idFile?: number;\n\n @ApiProperty()\n @IsInt()\n idUser: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idServiceConcerned?: number;\n\n @ApiProperty()\n @IsString()\n comment: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n search?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n declareSoupcons?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n state?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n informerjlb?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n ressenti?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n action?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n processed?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n letterDate?: Date;\n\n @ApiPropertyOptional()\n @IsOptional()\n receivedFile?: TFile;\n\n @ApiPropertyOptional()\n @IsOptional()\n responseFile?: TFile;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n token?: string;\n}\n"]}
1
+ {"version":3,"file":"CreateReport.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/report/CreateReport.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA8D;AAE9D,6CAAqE;AAGrE,MAAa,YAAY;CA6ExB;AA7ED,oCA6EC;AAzEC;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;kDACE;AAKxB;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;+CACW;AAKnB;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;4CACQ;AAIhB;IAFC,IAAA,mBAAW,GAAE;IACb,IAAA,uBAAK,GAAE;;4CACO;AAKf;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;wDACoB;AAI5B;IAFC,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;6CACK;AAKhB;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;4CACK;AAIhB;IAFC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;;qDACa;AAK1B;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;2CACO;AAIf;IAFC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;;iDACS;AAKtB;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;8CACU;AAKlB;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;4CACQ;AAIhB;IAFC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;;+CACO;AAIpB;IAFC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;8BACA,IAAI;gDAAC;AAIlB;IAFC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;;kDACQ;AAIrB;IAFC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;;kDACQ;AAKrB;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;2CACI","sourcesContent":["import { IsInt, IsOptional, IsString } from 'class-validator';\nimport { IReport } from '../../..';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { TFile } from '../file/TFile';\n\nexport class CreateReport implements IReport {\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt({ each: true })\n idReportType?: number[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idSociety?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idFile?: number;\n\n @ApiProperty()\n @IsInt()\n idUser: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idServiceConcerned?: number;\n\n @ApiProperty()\n @IsString()\n comment: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n search?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n declareSoupcons?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n state?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n informerjlb?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n ressenti?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n action?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n processed?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n letterDate?: Date;\n\n @ApiPropertyOptional()\n @IsOptional()\n receivedFile?: TFile;\n\n @ApiPropertyOptional()\n @IsOptional()\n responseFile?: TFile;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n token?: string;\n}\n"]}
@@ -1,7 +1,7 @@
1
1
  import { TFile } from '../file/TFile';
2
2
  export declare class CreateExternalReport {
3
3
  idIssueType?: number;
4
- idReportType?: number;
4
+ idReportType?: number[];
5
5
  idSociety: number;
6
6
  comment: string;
7
7
  metadata?: Record<string, unknown>;
@@ -1 +1 @@
1
- {"version":3,"file":"ExternalReport.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/report/ExternalReport.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AAEtC,qBAAa,oBAAoB;IAK/B,WAAW,CAAC,EAAE,MAAM,CAAC;IAMrB,YAAY,CAAC,EAAE,MAAM,CAAC;IAItB,SAAS,EAAE,MAAM,CAAC;IAIlB,OAAO,EAAE,MAAM,CAAC;IAIhB,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAGnC,IAAI,CAAC,EAAE,KAAK,CAAC;IAIb,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB"}
1
+ {"version":3,"file":"ExternalReport.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/report/ExternalReport.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AAEtC,qBAAa,oBAAoB;IAK/B,WAAW,CAAC,EAAE,MAAM,CAAC;IAMrB,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IAIxB,SAAS,EAAE,MAAM,CAAC;IAIlB,OAAO,EAAE,MAAM,CAAC;IAIhB,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAGnC,IAAI,CAAC,EAAE,KAAK,CAAC;IAIb,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB"}
@@ -13,7 +13,6 @@ exports.CreateExternalReport = void 0;
13
13
  const class_validator_1 = require("class-validator");
14
14
  const utils_1 = require("../../../../utils");
15
15
  const IssueType_1 = require("../../../Enum/IssueType");
16
- const ReportType_1 = require("../../../Enum/ReportType");
17
16
  class CreateExternalReport {
18
17
  }
19
18
  exports.CreateExternalReport = CreateExternalReport;
@@ -26,10 +25,11 @@ __decorate([
26
25
  ], CreateExternalReport.prototype, "idIssueType", void 0);
27
26
  __decorate([
28
27
  (0, utils_1.ApiPropertyOptional)(),
29
- (0, class_validator_1.IsOptional)(),
30
- (0, class_validator_1.IsInt)(),
31
- (0, class_validator_1.IsEnum)(ReportType_1.ReportTypeEnum),
32
- __metadata("design:type", Number)
28
+ (0, class_validator_1.IsOptional)()
29
+ //@IsInt({ each: true })
30
+ //@IsEnum(ReportTypeEnum)
31
+ ,
32
+ __metadata("design:type", Array)
33
33
  ], CreateExternalReport.prototype, "idReportType", void 0);
34
34
  __decorate([
35
35
  (0, utils_1.ApiProperty)(),
@@ -1 +1 @@
1
- {"version":3,"file":"ExternalReport.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/report/ExternalReport.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAgF;AAChF,6CAAqE;AACrE,uDAAwD;AACxD,yDAA0D;AAG1D,MAAa,oBAAoB;CA+BhC;AA/BD,oDA+BC;AA1BC;IAJC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;IACP,IAAA,wBAAM,EAAC,yBAAa,CAAC;;yDACD;AAMrB;IAJC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;IACP,IAAA,wBAAM,EAAC,2BAAc,CAAC;;0DACD;AAItB;IAFC,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;uDACO;AAIlB;IAFC,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;qDACK;AAIhB;IAFC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;;sDACsB;AAGnC;IADC,IAAA,2BAAmB,GAAE;;kDACT;AAIb;IAFC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;;sDACM","sourcesContent":["import { IsEnum, IsInt, IsNumber, IsOptional, IsString } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { IssueTypeEnum } from '../../../Enum/IssueType';\nimport { ReportTypeEnum } from '../../../Enum/ReportType';\nimport { TFile } from '../file/TFile';\n\nexport class CreateExternalReport {\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n @IsEnum(IssueTypeEnum)\n idIssueType?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n @IsEnum(ReportTypeEnum)\n idReportType?: number;\n\n @ApiProperty()\n @IsNumber()\n idSociety: number;\n\n @ApiProperty()\n @IsString()\n comment: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n metadata?: Record<string, unknown>;\n\n @ApiPropertyOptional()\n file?: TFile;\n\n @ApiPropertyOptional()\n @IsOptional()\n isMobile?: boolean;\n}\n"]}
1
+ {"version":3,"file":"ExternalReport.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/report/ExternalReport.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAgF;AAChF,6CAAqE;AACrE,uDAAwD;AAIxD,MAAa,oBAAoB;CA+BhC;AA/BD,oDA+BC;AA1BC;IAJC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;IACP,IAAA,wBAAM,EAAC,yBAAa,CAAC;;yDACD;AAMrB;IAJC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACb,wBAAwB;IACxB,yBAAyB;;;0DACD;AAIxB;IAFC,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;uDACO;AAIlB;IAFC,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;qDACK;AAIhB;IAFC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;;sDACsB;AAGnC;IADC,IAAA,2BAAmB,GAAE;;kDACT;AAIb;IAFC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;;sDACM","sourcesContent":["import { IsEnum, IsInt, IsNumber, IsOptional, IsString } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { IssueTypeEnum } from '../../../Enum/IssueType';\n//import { ReportTypeEnum } from '../../../Enum/ReportType';\nimport { TFile } from '../file/TFile';\n\nexport class CreateExternalReport {\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n @IsEnum(IssueTypeEnum)\n idIssueType?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n //@IsInt({ each: true })\n //@IsEnum(ReportTypeEnum)\n idReportType?: number[];\n\n @ApiProperty()\n @IsNumber()\n idSociety: number;\n\n @ApiProperty()\n @IsString()\n comment: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n metadata?: Record<string, unknown>;\n\n @ApiPropertyOptional()\n file?: TFile;\n\n @ApiPropertyOptional()\n @IsOptional()\n isMobile?: boolean;\n}\n"]}
@@ -1,5 +1,5 @@
1
1
  export declare class QueryReports {
2
- idReportType?: number;
2
+ idReportType?: number[];
3
3
  idSociety?: number;
4
4
  idService?: number;
5
5
  idServiceConcerned?: number;
@@ -1 +1 @@
1
- {"version":3,"file":"QueryReports.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/report/QueryReports.ts"],"names":[],"mappings":"AAIA,qBAAa,YAAY;IAEvB,YAAY,CAAC,EAAE,MAAM,CAAC;IAGtB,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAG5B,EAAE,CAAC,EAAE,MAAM,CAAC;IAGZ,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,IAAI,CAAC,EAAE,MAAM,CAAC;IAGd,KAAK,CAAC,EAAE,MAAM,CAAC;IAGf,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAM3B,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB"}
1
+ {"version":3,"file":"QueryReports.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/report/QueryReports.ts"],"names":[],"mappings":"AAIA,qBAAa,YAAY;IAEvB,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IAGxB,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAG5B,EAAE,CAAC,EAAE,MAAM,CAAC;IAGZ,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,IAAI,CAAC,EAAE,MAAM,CAAC;IAGd,KAAK,CAAC,EAAE,MAAM,CAAC;IAGf,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAM3B,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB"}
@@ -18,7 +18,7 @@ class QueryReports {
18
18
  exports.QueryReports = QueryReports;
19
19
  __decorate([
20
20
  (0, utils_1.ApiPropertyOptional)(),
21
- __metadata("design:type", Number)
21
+ __metadata("design:type", Array)
22
22
  ], QueryReports.prototype, "idReportType", void 0);
23
23
  __decorate([
24
24
  (0, utils_1.ApiPropertyOptional)(),