@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
@@ -1164,7 +1164,7 @@ exports.PrestationDetail = {
1164
1164
  },
1165
1165
  CESSION_ACTIONS: {
1166
1166
  id: 51,
1167
- name: 'Cession d\'actions',
1167
+ name: "Cession d'actions",
1168
1168
  isComptable: false,
1169
1169
  isJuridique: true,
1170
1170
  isSocial: false,
@@ -1221,7 +1221,7 @@ exports.PrestationDetail = {
1221
1221
  },
1222
1222
  MODIFICATION_DIRIGEANT_OU_COMMISSAIRE_AU_COMPTE_SASU_EURL: {
1223
1223
  id: 54,
1224
- name: 'Modification d\'un dirigeant ou d\'un commissaire aux compte (SASU / EURL)',
1224
+ name: "Modification d'un dirigeant ou d'un commissaire aux compte (SASU / EURL)",
1225
1225
  isComptable: false,
1226
1226
  isJuridique: true,
1227
1227
  isSocial: false,
@@ -1373,7 +1373,7 @@ exports.PrestationDetail = {
1373
1373
  },
1374
1374
  MODIFICATION_OBJET_SOCIAL_EURL_SASU: {
1375
1375
  id: 62,
1376
- name: 'Modification de l\'objet social (EURL/SASU)',
1376
+ name: "Modification de l'objet social (EURL/SASU)",
1377
1377
  isComptable: false,
1378
1378
  isJuridique: true,
1379
1379
  isSocial: false,
@@ -1715,7 +1715,7 @@ exports.PrestationDetail = {
1715
1715
  },
1716
1716
  CREATION_DOSSIER_INFORMATIQUE_PAR_SALARIE: {
1717
1717
  id: 80,
1718
- name: 'Création d\'un dossier informatique par salarié',
1718
+ name: "Création d'un dossier informatique par salarié",
1719
1719
  isComptable: false,
1720
1720
  isJuridique: false,
1721
1721
  isSocial: true,
@@ -1734,7 +1734,7 @@ exports.PrestationDetail = {
1734
1734
  },
1735
1735
  ETABLISSEMENT_CONTRAT_TRAVAIL: {
1736
1736
  id: 81,
1737
- name: 'Etablissement d\'un contrat de travail',
1737
+ name: "Etablissement d'un contrat de travail",
1738
1738
  isComptable: false,
1739
1739
  isJuridique: false,
1740
1740
  isSocial: true,
@@ -1791,7 +1791,7 @@ exports.PrestationDetail = {
1791
1791
  },
1792
1792
  TAXE_APPRENTISSAGE_ET_FORMATION_CONTINUE: {
1793
1793
  id: 84,
1794
- name: 'Taxe d\'apprentissage et formation continue',
1794
+ name: "Taxe d'apprentissage et formation continue",
1795
1795
  isComptable: false,
1796
1796
  isJuridique: false,
1797
1797
  isSocial: true,
@@ -2020,7 +2020,7 @@ exports.PrestationDetail = {
2020
2020
  },
2021
2021
  ATTESTATION_CA: {
2022
2022
  id: 97,
2023
- name: 'Attestation de chiffre d\'affaires',
2023
+ name: "Attestation de chiffre d'affaires",
2024
2024
  isComptable: true,
2025
2025
  isJuridique: false,
2026
2026
  isSocial: false,
@@ -2058,7 +2058,7 @@ exports.PrestationDetail = {
2058
2058
  },
2059
2059
  MAJ_ADRESSE_PERSONNELLE_DIRIGEANT_SUR_KBIS: {
2060
2060
  id: 99,
2061
- name: 'Mise à jour de l\'adresse personnelle du dirigeant sur le Kbis',
2061
+ name: "Mise à jour de l'adresse personnelle du dirigeant sur le Kbis",
2062
2062
  isComptable: false,
2063
2063
  isJuridique: true,
2064
2064
  isSocial: false,
@@ -2096,7 +2096,7 @@ exports.PrestationDetail = {
2096
2096
  },
2097
2097
  MODIFICATION_OBJET_SOCIAL_SARL_SAS_SCI: {
2098
2098
  id: 103,
2099
- name: 'Modification de l\'objet social (SARL/SAS/SCI)',
2099
+ name: "Modification de l'objet social (SARL/SAS/SCI)",
2100
2100
  isComptable: false,
2101
2101
  isJuridique: true,
2102
2102
  isSocial: false,
@@ -2153,7 +2153,7 @@ exports.PrestationDetail = {
2153
2153
  },
2154
2154
  MODIFICATION_DIRIGEANT_OU_COMMISSAIRE_AU_COMPTE_SAS_SARL_SCI: {
2155
2155
  id: 106,
2156
- name: 'Modification d’un dirigeant ou d\'un commissaire aux compte (SAS / SARL / SCI)',
2156
+ name: "Modification d’un dirigeant ou d'un commissaire aux compte (SAS / SARL / SCI)",
2157
2157
  isComptable: false,
2158
2158
  isJuridique: true,
2159
2159
  isSocial: false,
@@ -2723,7 +2723,7 @@ exports.PrestationDetail = {
2723
2723
  },
2724
2724
  CONTRAT_APPORT_EN_NATURE: {
2725
2725
  id: 138,
2726
- name: 'Contrat d\'apport en nature',
2726
+ name: "Contrat d'apport en nature",
2727
2727
  isComptable: false,
2728
2728
  isJuridique: true,
2729
2729
  isSocial: false,
@@ -3312,7 +3312,7 @@ exports.PrestationDetail = {
3312
3312
  },
3313
3313
  DECLARATION_IR: {
3314
3314
  id: 206,
3315
- name: 'Déclaration d\'IR',
3315
+ name: "Déclaration d'IR",
3316
3316
  isComptable: true,
3317
3317
  isJuridique: false,
3318
3318
  isSocial: false,
@@ -3426,7 +3426,7 @@ exports.PrestationDetail = {
3426
3426
  },
3427
3427
  STATUTS_FREE: {
3428
3428
  id: PrestationType.STATUTS_FREE,
3429
- name: 'Statuts - Just\' Statuts',
3429
+ name: "Statuts - Just' Statuts",
3430
3430
  isComptable: true,
3431
3431
  isJuridique: true,
3432
3432
  isSocial: false,
@@ -3445,7 +3445,7 @@ exports.PrestationDetail = {
3445
3445
  },
3446
3446
  STATUTS_OPTION_1: {
3447
3447
  id: PrestationType.STATUTS_OPTION_1,
3448
- name: 'Statuts - Just\' Création',
3448
+ name: "Statuts - Just' Création",
3449
3449
  isComptable: true,
3450
3450
  isJuridique: true,
3451
3451
  isSocial: false,
@@ -3464,7 +3464,7 @@ exports.PrestationDetail = {
3464
3464
  },
3465
3465
  STATUTS_OPTION_2: {
3466
3466
  id: PrestationType.STATUTS_OPTION_2,
3467
- name: 'Statuts - Full\'Créa',
3467
+ name: "Statuts - Full'Créa",
3468
3468
  isComptable: true,
3469
3469
  isJuridique: true,
3470
3470
  isSocial: false,
@@ -3662,7 +3662,7 @@ exports.PrestationDetail = {
3662
3662
  inAverageCart: false,
3663
3663
  isBack: false,
3664
3664
  minimumPrice: null,
3665
- price: 50,
3665
+ price: 80,
3666
3666
  isCatalog: true,
3667
3667
  isPlannable: false,
3668
3668
  hidden: false,