@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"}
@@ -17,7 +17,7 @@ export const Proceding = {
17
17
  },
18
18
  CONTINUATION_OF_THE_ACTIVITY: {
19
19
  id: 5,
20
- name: 'Poursuite de l\'activité',
20
+ name: "Poursuite de l'activité",
21
21
  },
22
22
  DISSOLUTION: {
23
23
  id: 6,
@@ -41,7 +41,15 @@ export const Proceding = {
41
41
  },
42
42
  ENTRY_ORDER: {
43
43
  id: 11,
44
- name: 'Saisie de l\'ordre',
44
+ name: "Saisie de l'ordre",
45
+ },
46
+ DELISTING: {
47
+ id: 12,
48
+ name: 'Radiation',
49
+ },
50
+ AUTOMATIC_DELISTING: {
51
+ id: 13,
52
+ name: "Radiation d'office",
45
53
  },
46
54
  };
47
55
  //# sourceMappingURL=Proceding.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Proceding.js","sourceRoot":"","sources":["../../../../ts/types/Enum/Proceding.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,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,MAAM,CAAC,MAAM,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,21 @@
1
+ export var ReportSource;
2
+ (function (ReportSource) {
3
+ ReportSource[ReportSource["LETTER"] = 1] = "LETTER";
4
+ ReportSource[ReportSource["MAIL"] = 2] = "MAIL";
5
+ ReportSource[ReportSource["INTERNAL"] = 3] = "INTERNAL";
6
+ })(ReportSource || (ReportSource = {}));
7
+ export const ReportSourceDetails = [
8
+ {
9
+ id: ReportSource.LETTER,
10
+ name: 'Courrier',
11
+ },
12
+ {
13
+ id: ReportSource.MAIL,
14
+ name: 'Mail',
15
+ },
16
+ {
17
+ id: ReportSource.INTERNAL,
18
+ name: 'Interne',
19
+ },
20
+ ];
21
+ //# sourceMappingURL=ReportSource.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReportSource.js","sourceRoot":"","sources":["../../../../ts/types/Enum/ReportSource.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,YAIX;AAJD,WAAY,YAAY;IACtB,mDAAU,CAAA;IACV,+CAAQ,CAAA;IACR,uDAAY,CAAA;AACd,CAAC,EAJW,YAAY,KAAZ,YAAY,QAIvB;AAOD,MAAM,CAAC,MAAM,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"}
@@ -18,6 +18,14 @@ export var RevenueMovementType;
18
18
  /** Reactivation (client qui revient) */
19
19
  RevenueMovementType[RevenueMovementType["REACTIVATION"] = 7] = "REACTIVATION";
20
20
  })(RevenueMovementType || (RevenueMovementType = {}));
21
+ /**
22
+ * Récupère le nom de l'enum à partir de sa valeur
23
+ * @param type - La valeur numérique du type de mouvement
24
+ * @returns Le nom de l'enum (ex: 'BOOKING', 'CHURN', etc.)
25
+ */
26
+ export function getRevenueMovementTypeName(type) {
27
+ return RevenueMovementType[type] || 'UNKNOWN';
28
+ }
21
29
  /**
22
30
  * Type de périodicité pour les prestations
23
31
  */
@@ -1 +1 @@
1
- {"version":3,"file":"Revenue.js","sourceRoot":"","sources":["../../../../ts/types/Enum/Revenue.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,CAAN,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,KAAnB,mBAAmB,QAqB9B;AAED;;GAEG;AACH,MAAM,CAAN,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,KAArB,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":"AAAA;;GAEG;AACH,MAAM,CAAN,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,KAAnB,mBAAmB,QAqB9B;AAED;;;;GAIG;AACH,MAAM,UAAU,0BAA0B,CAAC,IAAkC;IAC3E,OAAO,mBAAmB,CAAC,IAAI,CAAC,IAAI,SAAS,CAAC;AAChD,CAAC;AAED;;GAEG;AACH,MAAM,CAAN,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,KAArB,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,2 @@
1
+ export {};
2
+ //# 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"}
@@ -7,8 +7,8 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
7
7
  var __metadata = (this && this.__metadata) || function (k, v) {
8
8
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
9
  };
10
- import { IsDate, IsInt } from 'class-validator';
11
- import { ApiProperty } from '../../../../utils';
10
+ import { IsDate, IsInt, IsOptional } from 'class-validator';
11
+ import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
12
12
  export class QueryInternalCardsStats {
13
13
  idTeam;
14
14
  date;
@@ -23,4 +23,12 @@ __decorate([
23
23
  IsDate(),
24
24
  __metadata("design:type", Date)
25
25
  ], QueryInternalCardsStats.prototype, "date", void 0);
26
+ export class QueryCronCards {
27
+ }
28
+ __decorate([
29
+ ApiPropertyOptional(),
30
+ IsOptional(),
31
+ IsInt(),
32
+ __metadata("design:type", Number)
33
+ ], QueryCronCards.prototype, "idSociety", void 0);
26
34
  //# sourceMappingURL=Query.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Query.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/card/Query.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAEhD,MAAM,OAAO,uBAAuB;IAGlC,MAAM,CAAS;IAIf,IAAI,CAAO;CACZ;AALC;IAFC,WAAW,EAAE;IACb,KAAK,EAAE;;uDACO;AAIf;IAFC,WAAW,EAAE;IACb,MAAM,EAAE;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,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC5D,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAErE,MAAM,OAAO,uBAAuB;IAGlC,MAAM,CAAS;IAIf,IAAI,CAAO;CACZ;AALC;IAFC,WAAW,EAAE;IACb,KAAK,EAAE;;uDACO;AAIf;IAFC,WAAW,EAAE;IACb,MAAM,EAAE;8BACH,IAAI;qDAAC;AAGb,MAAM,OAAO,cAAc;CAK1B;AADS;IAHP,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;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,19 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ 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;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ import { IsInt, IsNotEmpty } from 'class-validator';
11
+ export class MfaDisable {
12
+ userId;
13
+ }
14
+ __decorate([
15
+ IsNotEmpty(),
16
+ IsInt(),
17
+ __metadata("design:type", Number)
18
+ ], MfaDisable.prototype, "userId", void 0);
19
+ //# 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,OAAO,EAAE,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAEpD,MAAM,OAAO,UAAU;IAGrB,MAAM,CAAS;CAChB;AADC;IAFC,UAAU,EAAE;IACZ,KAAK,EAAE;;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,25 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ 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;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ import { IsEmail, IsInt, IsNotEmpty, IsString } from 'class-validator';
11
+ export class MfaSetupInit {
12
+ userId;
13
+ userEmail;
14
+ }
15
+ __decorate([
16
+ IsNotEmpty(),
17
+ IsInt(),
18
+ __metadata("design:type", Number)
19
+ ], MfaSetupInit.prototype, "userId", void 0);
20
+ __decorate([
21
+ IsEmail(),
22
+ IsString(),
23
+ __metadata("design:type", String)
24
+ ], MfaSetupInit.prototype, "userEmail", void 0);
25
+ //# 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,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAEvE,MAAM,OAAO,YAAY;IAGvB,MAAM,CAAS;IAIf,SAAS,CAAS;CACnB;AALC;IAFC,UAAU,EAAE;IACZ,KAAK,EAAE;;4CACO;AAIf;IAFC,OAAO,EAAE;IACT,QAAQ,EAAE;;+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,25 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ 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;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ import { IsInt, IsNotEmpty, IsString } from 'class-validator';
11
+ export class MfaSetupVerify {
12
+ userId;
13
+ code;
14
+ }
15
+ __decorate([
16
+ IsNotEmpty(),
17
+ IsInt(),
18
+ __metadata("design:type", Number)
19
+ ], MfaSetupVerify.prototype, "userId", void 0);
20
+ __decorate([
21
+ IsNotEmpty(),
22
+ IsString(),
23
+ __metadata("design:type", String)
24
+ ], MfaSetupVerify.prototype, "code", void 0);
25
+ //# 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,OAAO,EAAE,KAAK,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAE9D,MAAM,OAAO,cAAc;IAGzB,MAAM,CAAS;IAIf,IAAI,CAAS;CACd;AALC;IAFC,UAAU,EAAE;IACZ,KAAK,EAAE;;8CACO;AAIf;IAFC,UAAU,EAAE;IACZ,QAAQ,EAAE;;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,25 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ 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;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ import { IsInt, IsNotEmpty, IsString, Length } from 'class-validator';
11
+ export class MfaVerifyCode {
12
+ userId;
13
+ code;
14
+ }
15
+ __decorate([
16
+ IsNotEmpty(),
17
+ IsInt(),
18
+ __metadata("design:type", Number)
19
+ ], MfaVerifyCode.prototype, "userId", void 0);
20
+ __decorate([
21
+ IsString(),
22
+ Length(6, 6),
23
+ __metadata("design:type", String)
24
+ ], MfaVerifyCode.prototype, "code", void 0);
25
+ //# 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,OAAO,EAAE,KAAK,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAEtE,MAAM,OAAO,aAAa;IAGxB,MAAM,CAAS;IAIf,IAAI,CAAS;CACd;AALC;IAFC,UAAU,EAAE;IACZ,KAAK,EAAE;;6CACO;AAIf;IAFC,QAAQ,EAAE;IACV,MAAM,CAAC,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,25 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ 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;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ import { IsInt, IsNotEmpty, IsString } from 'class-validator';
11
+ export class MfaVerifyRecoveryCode {
12
+ userId;
13
+ recoveryCode;
14
+ }
15
+ __decorate([
16
+ IsNotEmpty(),
17
+ IsInt(),
18
+ __metadata("design:type", Number)
19
+ ], MfaVerifyRecoveryCode.prototype, "userId", void 0);
20
+ __decorate([
21
+ IsString(),
22
+ IsNotEmpty(),
23
+ __metadata("design:type", String)
24
+ ], MfaVerifyRecoveryCode.prototype, "recoveryCode", void 0);
25
+ //# 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,OAAO,EAAE,KAAK,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAE9D,MAAM,OAAO,qBAAqB;IAGhC,MAAM,CAAS;IAIf,YAAY,CAAS;CACtB;AALC;IAFC,UAAU,EAAE;IACZ,KAAK,EAAE;;qDACO;AAIf;IAFC,QAAQ,EAAE;IACV,UAAU,EAAE;;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,2 @@
1
+ export {};
2
+ //# 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"}
@@ -31,8 +31,8 @@ export class CreateReport {
31
31
  __decorate([
32
32
  ApiPropertyOptional(),
33
33
  IsOptional(),
34
- IsInt(),
35
- __metadata("design:type", Number)
34
+ IsInt({ each: true }),
35
+ __metadata("design:type", Array)
36
36
  ], CreateReport.prototype, "idReportType", void 0);
37
37
  __decorate([
38
38
  ApiPropertyOptional(),
@@ -1 +1 @@
1
- {"version":3,"file":"CreateReport.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/report/CreateReport.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,KAAK,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAE9D,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAGrE,MAAM,OAAO,YAAY;IAIvB,YAAY,CAAU;IAKtB,SAAS,CAAU;IAKnB,MAAM,CAAU;IAIhB,MAAM,CAAS;IAKf,kBAAkB,CAAU;IAI5B,OAAO,CAAS;IAKhB,MAAM,CAAU;IAIhB,eAAe,CAAW;IAK1B,KAAK,CAAU;IAIf,WAAW,CAAW;IAKtB,QAAQ,CAAU;IAKlB,MAAM,CAAU;IAIhB,SAAS,CAAW;IAIpB,UAAU,CAAQ;IAIlB,YAAY,CAAS;IAIrB,YAAY,CAAS;IAKrB,KAAK,CAAU;CAChB;AAzEC;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;kDACc;AAKtB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;+CACW;AAKnB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;4CACQ;AAIhB;IAFC,WAAW,EAAE;IACb,KAAK,EAAE;;4CACO;AAKf;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;wDACoB;AAI5B;IAFC,WAAW,EAAE;IACb,QAAQ,EAAE;;6CACK;AAKhB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;4CACK;AAIhB;IAFC,mBAAmB,EAAE;IACrB,UAAU,EAAE;;qDACa;AAK1B;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;2CACO;AAIf;IAFC,mBAAmB,EAAE;IACrB,UAAU,EAAE;;iDACS;AAKtB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;8CACU;AAKlB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;4CACQ;AAIhB;IAFC,mBAAmB,EAAE;IACrB,UAAU,EAAE;;+CACO;AAIpB;IAFC,mBAAmB,EAAE;IACrB,UAAU,EAAE;8BACA,IAAI;gDAAC;AAIlB;IAFC,mBAAmB,EAAE;IACrB,UAAU,EAAE;;kDACQ;AAIrB;IAFC,mBAAmB,EAAE;IACrB,UAAU,EAAE;;kDACQ;AAKrB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;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,OAAO,EAAE,KAAK,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAE9D,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAGrE,MAAM,OAAO,YAAY;IAIvB,YAAY,CAAY;IAKxB,SAAS,CAAU;IAKnB,MAAM,CAAU;IAIhB,MAAM,CAAS;IAKf,kBAAkB,CAAU;IAI5B,OAAO,CAAS;IAKhB,MAAM,CAAU;IAIhB,eAAe,CAAW;IAK1B,KAAK,CAAU;IAIf,WAAW,CAAW;IAKtB,QAAQ,CAAU;IAKlB,MAAM,CAAU;IAIhB,SAAS,CAAW;IAIpB,UAAU,CAAQ;IAIlB,YAAY,CAAS;IAIrB,YAAY,CAAS;IAKrB,KAAK,CAAU;CAChB;AAzEC;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;kDACE;AAKxB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;+CACW;AAKnB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;4CACQ;AAIhB;IAFC,WAAW,EAAE;IACb,KAAK,EAAE;;4CACO;AAKf;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;wDACoB;AAI5B;IAFC,WAAW,EAAE;IACb,QAAQ,EAAE;;6CACK;AAKhB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;4CACK;AAIhB;IAFC,mBAAmB,EAAE;IACrB,UAAU,EAAE;;qDACa;AAK1B;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;2CACO;AAIf;IAFC,mBAAmB,EAAE;IACrB,UAAU,EAAE;;iDACS;AAKtB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;8CACU;AAKlB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;;4CACQ;AAIhB;IAFC,mBAAmB,EAAE;IACrB,UAAU,EAAE;;+CACO;AAIpB;IAFC,mBAAmB,EAAE;IACrB,UAAU,EAAE;8BACA,IAAI;gDAAC;AAIlB;IAFC,mBAAmB,EAAE;IACrB,UAAU,EAAE;;kDACQ;AAIrB;IAFC,mBAAmB,EAAE;IACrB,UAAU,EAAE;;kDACQ;AAKrB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;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"}
@@ -10,9 +10,10 @@ var __metadata = (this && this.__metadata) || function (k, v) {
10
10
  import { IsEnum, IsInt, IsNumber, IsOptional, IsString } from 'class-validator';
11
11
  import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
12
12
  import { IssueTypeEnum } from '../../../Enum/IssueType';
13
- import { ReportTypeEnum } from '../../../Enum/ReportType';
14
13
  export class CreateExternalReport {
15
14
  idIssueType;
15
+ //@IsInt({ each: true })
16
+ //@IsEnum(ReportTypeEnum)
16
17
  idReportType;
17
18
  idSociety;
18
19
  comment;
@@ -29,10 +30,11 @@ __decorate([
29
30
  ], CreateExternalReport.prototype, "idIssueType", void 0);
30
31
  __decorate([
31
32
  ApiPropertyOptional(),
32
- IsOptional(),
33
- IsInt(),
34
- IsEnum(ReportTypeEnum),
35
- __metadata("design:type", Number)
33
+ IsOptional()
34
+ //@IsInt({ each: true })
35
+ //@IsEnum(ReportTypeEnum)
36
+ ,
37
+ __metadata("design:type", Array)
36
38
  ], CreateExternalReport.prototype, "idReportType", void 0);
37
39
  __decorate([
38
40
  ApiProperty(),
@@ -1 +1 @@
1
- {"version":3,"file":"ExternalReport.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/report/ExternalReport.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,QAAQ,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAChF,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACrE,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AACxD,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAG1D,MAAM,OAAO,oBAAoB;IAK/B,WAAW,CAAU;IAMrB,YAAY,CAAU;IAItB,SAAS,CAAS;IAIlB,OAAO,CAAS;IAIhB,QAAQ,CAA2B;IAGnC,IAAI,CAAS;IAIb,QAAQ,CAAW;CACpB;AA1BC;IAJC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;IACP,MAAM,CAAC,aAAa,CAAC;;yDACD;AAMrB;IAJC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;IACP,MAAM,CAAC,cAAc,CAAC;;0DACD;AAItB;IAFC,WAAW,EAAE;IACb,QAAQ,EAAE;;uDACO;AAIlB;IAFC,WAAW,EAAE;IACb,QAAQ,EAAE;;qDACK;AAIhB;IAFC,mBAAmB,EAAE;IACrB,UAAU,EAAE;;sDACsB;AAGnC;IADC,mBAAmB,EAAE;;kDACT;AAIb;IAFC,mBAAmB,EAAE;IACrB,UAAU,EAAE;;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,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,QAAQ,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAChF,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACrE,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAIxD,MAAM,OAAO,oBAAoB;IAK/B,WAAW,CAAU;IAMrB,AAFA,wBAAwB;IACxB,yBAAyB;IACzB,YAAY,CAAY;IAIxB,SAAS,CAAS;IAIlB,OAAO,CAAS;IAIhB,QAAQ,CAA2B;IAGnC,IAAI,CAAS;IAIb,QAAQ,CAAW;CACpB;AA1BC;IAJC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,KAAK,EAAE;IACP,MAAM,CAAC,aAAa,CAAC;;yDACD;AAMrB;IAJC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACb,wBAAwB;IACxB,yBAAyB;;;0DACD;AAIxB;IAFC,WAAW,EAAE;IACb,QAAQ,EAAE;;uDACO;AAIlB;IAFC,WAAW,EAAE;IACb,QAAQ,EAAE;;qDACK;AAIhB;IAFC,mBAAmB,EAAE;IACrB,UAAU,EAAE;;sDACsB;AAGnC;IADC,mBAAmB,EAAE;;kDACT;AAIb;IAFC,mBAAmB,EAAE;IACrB,UAAU,EAAE;;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"}
@@ -24,7 +24,7 @@ export class QueryReports {
24
24
  }
25
25
  __decorate([
26
26
  ApiPropertyOptional(),
27
- __metadata("design:type", Number)
27
+ __metadata("design:type", Array)
28
28
  ], QueryReports.prototype, "idReportType", void 0);
29
29
  __decorate([
30
30
  ApiPropertyOptional(),
@@ -1 +1 @@
1
- {"version":3,"file":"QueryReports.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/report/QueryReports.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACxD,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAE3E,MAAM,OAAO,YAAY;IAEvB,YAAY,CAAU;IAGtB,SAAS,CAAU;IAGnB,SAAS,CAAU;IAGnB,kBAAkB,CAAU;IAG5B,EAAE,CAAU;IAGZ,MAAM,CAAU;IAGhB,IAAI,CAAU;IAGd,KAAK,CAAU;IAGf,MAAM,CAAqB;IAM3B,UAAU,CAAW;CACtB;AA/BC;IADC,mBAAmB,EAAE;;kDACA;AAGtB;IADC,mBAAmB,EAAE;;+CACH;AAGnB;IADC,mBAAmB,EAAE;;+CACH;AAGnB;IADC,mBAAmB,EAAE;;wDACM;AAG5B;IADC,mBAAmB,EAAE;;wCACV;AAGZ;IADC,mBAAmB,EAAE;;4CACN;AAGhB;IADC,mBAAmB,EAAE;;0CACR;AAGd;IADC,mBAAmB,EAAE;;2CACP;AAGf;IADC,mBAAmB,EAAE;;4CACK;AAM3B;IAJC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,SAAS,EAAE;IACX,SAAS,EAAE;;gDACS","sourcesContent":["import { IsBoolean, IsOptional } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class QueryReports {\n @ApiPropertyOptional()\n idReportType?: number;\n\n @ApiPropertyOptional()\n idSociety?: number;\n\n @ApiPropertyOptional()\n idService?: number;\n\n @ApiPropertyOptional()\n idServiceConcerned?: number;\n\n @ApiPropertyOptional()\n id?: number;\n\n @ApiPropertyOptional()\n search?: string;\n\n @ApiPropertyOptional()\n year?: number;\n\n @ApiPropertyOptional()\n state?: number;\n\n @ApiPropertyOptional()\n idUser?: number | number[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n onlyClient?: boolean;\n}\n"]}
1
+ {"version":3,"file":"QueryReports.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/report/QueryReports.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACxD,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAE3E,MAAM,OAAO,YAAY;IAEvB,YAAY,CAAY;IAGxB,SAAS,CAAU;IAGnB,SAAS,CAAU;IAGnB,kBAAkB,CAAU;IAG5B,EAAE,CAAU;IAGZ,MAAM,CAAU;IAGhB,IAAI,CAAU;IAGd,KAAK,CAAU;IAGf,MAAM,CAAqB;IAM3B,UAAU,CAAW;CACtB;AA/BC;IADC,mBAAmB,EAAE;;kDACE;AAGxB;IADC,mBAAmB,EAAE;;+CACH;AAGnB;IADC,mBAAmB,EAAE;;+CACH;AAGnB;IADC,mBAAmB,EAAE;;wDACM;AAG5B;IADC,mBAAmB,EAAE;;wCACV;AAGZ;IADC,mBAAmB,EAAE;;4CACN;AAGhB;IADC,mBAAmB,EAAE;;0CACR;AAGd;IADC,mBAAmB,EAAE;;2CACP;AAGf;IADC,mBAAmB,EAAE;;4CACK;AAM3B;IAJC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,SAAS,EAAE;IACX,SAAS,EAAE;;gDACS","sourcesContent":["import { IsBoolean, IsOptional } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class QueryReports {\n @ApiPropertyOptional()\n idReportType?: number[];\n\n @ApiPropertyOptional()\n idSociety?: number;\n\n @ApiPropertyOptional()\n idService?: number;\n\n @ApiPropertyOptional()\n idServiceConcerned?: number;\n\n @ApiPropertyOptional()\n id?: number;\n\n @ApiPropertyOptional()\n search?: string;\n\n @ApiPropertyOptional()\n year?: number;\n\n @ApiPropertyOptional()\n state?: number;\n\n @ApiPropertyOptional()\n idUser?: number | number[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n onlyClient?: boolean;\n}\n"]}
@@ -1,5 +1,5 @@
1
1
  export declare class QueryReportsForLetter {
2
- idReportType: number;
2
+ idReportType: number[];
3
3
  idSociety: number;
4
4
  }
5
5
  //# sourceMappingURL=QueryReportsForLetter.d.ts.map