@silexpert/core 1.1.205 → 1.1.207

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 (368) hide show
  1. package/dist/cjs/api/resources/Authenticate.d.ts +2 -1
  2. package/dist/cjs/api/resources/Authenticate.d.ts.map +1 -1
  3. package/dist/cjs/api/resources/Authenticate.js +5 -0
  4. package/dist/cjs/api/resources/Authenticate.js.map +1 -1
  5. package/dist/cjs/api/resources/CalendarEvent.d.ts +1 -0
  6. package/dist/cjs/api/resources/CalendarEvent.d.ts.map +1 -1
  7. package/dist/cjs/api/resources/CalendarEvent.js +11 -8
  8. package/dist/cjs/api/resources/CalendarEvent.js.map +1 -1
  9. package/dist/cjs/api/resources/ExerciceQuestion.d.ts +1 -2
  10. package/dist/cjs/api/resources/ExerciceQuestion.d.ts.map +1 -1
  11. package/dist/cjs/api/resources/ExerciceQuestion.js +2 -5
  12. package/dist/cjs/api/resources/ExerciceQuestion.js.map +1 -1
  13. package/dist/cjs/api/resources/Journal.js +1 -1
  14. package/dist/cjs/api/resources/Journal.js.map +1 -1
  15. package/dist/cjs/api/resources/ReportMessage.d.ts +47 -0
  16. package/dist/cjs/api/resources/ReportMessage.d.ts.map +1 -0
  17. package/dist/cjs/api/resources/ReportMessage.js +59 -0
  18. package/dist/cjs/api/resources/ReportMessage.js.map +1 -0
  19. package/dist/cjs/api/resources/StatutsGeneration.d.ts +2 -2
  20. package/dist/cjs/api/resources/StatutsGeneration.d.ts.map +1 -1
  21. package/dist/cjs/api/resources/StatutsGeneration.js +2 -2
  22. package/dist/cjs/api/resources/StatutsGeneration.js.map +1 -1
  23. package/dist/cjs/api/resources/User.d.ts +4 -1
  24. package/dist/cjs/api/resources/User.d.ts.map +1 -1
  25. package/dist/cjs/api/resources/User.js +3 -0
  26. package/dist/cjs/api/resources/User.js.map +1 -1
  27. package/dist/cjs/api/resources/WorkingSchedule.d.ts +2 -2
  28. package/dist/cjs/api/resources/WorkingSchedule.d.ts.map +1 -1
  29. package/dist/cjs/api/resources/WorkingSchedule.js.map +1 -1
  30. package/dist/cjs/api/resources.d.ts +2 -0
  31. package/dist/cjs/api/resources.d.ts.map +1 -1
  32. package/dist/cjs/api/resources.js +2 -0
  33. package/dist/cjs/api/resources.js.map +1 -1
  34. package/dist/cjs/types/Enum/BalanceSheetQuestionWording.d.ts +5 -0
  35. package/dist/cjs/types/Enum/BalanceSheetQuestionWording.d.ts.map +1 -1
  36. package/dist/cjs/types/Enum/BalanceSheetQuestionWording.js +5 -0
  37. package/dist/cjs/types/Enum/BalanceSheetQuestionWording.js.map +1 -1
  38. package/dist/cjs/types/Enum/BrandClementine.js +1 -1
  39. package/dist/cjs/types/Enum/BrandClementine.js.map +1 -1
  40. package/dist/cjs/types/Enum/BrandLegalstart.js +1 -1
  41. package/dist/cjs/types/Enum/BrandLegalstart.js.map +1 -1
  42. package/dist/cjs/types/Enum/BrandPourcentage.js +2 -2
  43. package/dist/cjs/types/Enum/BrandPourcentage.js.map +1 -1
  44. package/dist/cjs/types/Enum/Constants.d.ts +24 -0
  45. package/dist/cjs/types/Enum/Constants.d.ts.map +1 -0
  46. package/dist/cjs/types/Enum/Constants.js +35 -0
  47. package/dist/cjs/types/Enum/Constants.js.map +1 -0
  48. package/dist/cjs/types/Enum/DepositDocumentType.d.ts.map +1 -1
  49. package/dist/cjs/types/Enum/DepositDocumentType.js +57 -6
  50. package/dist/cjs/types/Enum/DepositDocumentType.js.map +1 -1
  51. package/dist/cjs/types/Enum/Ged.d.ts +23 -3
  52. package/dist/cjs/types/Enum/Ged.d.ts.map +1 -1
  53. package/dist/cjs/types/Enum/Ged.js +36 -1
  54. package/dist/cjs/types/Enum/Ged.js.map +1 -1
  55. package/dist/cjs/types/Enum/JobTitle.d.ts +2 -1
  56. package/dist/cjs/types/Enum/JobTitle.d.ts.map +1 -1
  57. package/dist/cjs/types/Enum/JobTitle.js +6 -0
  58. package/dist/cjs/types/Enum/JobTitle.js.map +1 -1
  59. package/dist/cjs/types/Enum/MailAuto.d.ts +3 -1
  60. package/dist/cjs/types/Enum/MailAuto.d.ts.map +1 -1
  61. package/dist/cjs/types/Enum/MailAuto.js +2 -0
  62. package/dist/cjs/types/Enum/MailAuto.js.map +1 -1
  63. package/dist/cjs/types/Enum/MaritalStatus.d.ts +7 -1
  64. package/dist/cjs/types/Enum/MaritalStatus.d.ts.map +1 -1
  65. package/dist/cjs/types/Enum/MaritalStatus.js +14 -2
  66. package/dist/cjs/types/Enum/MaritalStatus.js.map +1 -1
  67. package/dist/cjs/types/Enum/ReportType.d.ts +32 -0
  68. package/dist/cjs/types/Enum/ReportType.d.ts.map +1 -1
  69. package/dist/cjs/types/Enum/ReportType.js +32 -0
  70. package/dist/cjs/types/Enum/ReportType.js.map +1 -1
  71. package/dist/cjs/types/Enum/RoleDetail.d.ts +32 -0
  72. package/dist/cjs/types/Enum/RoleDetail.d.ts.map +1 -1
  73. package/dist/cjs/types/Enum/RoleDetail.js +32 -0
  74. package/dist/cjs/types/Enum/RoleDetail.js.map +1 -1
  75. package/dist/cjs/types/Enum/StatutsSection.d.ts +8 -2
  76. package/dist/cjs/types/Enum/StatutsSection.d.ts.map +1 -1
  77. package/dist/cjs/types/Enum/StatutsSection.js +96 -4
  78. package/dist/cjs/types/Enum/StatutsSection.js.map +1 -1
  79. package/dist/cjs/types/Enum/TaskResponseType.d.ts.map +1 -1
  80. package/dist/cjs/types/Enum/TaskResponseType.js +11 -0
  81. package/dist/cjs/types/Enum/TaskResponseType.js.map +1 -1
  82. package/dist/cjs/types/Interface/api/OnBoarding.d.ts +13 -1
  83. package/dist/cjs/types/Interface/api/OnBoarding.d.ts.map +1 -1
  84. package/dist/cjs/types/Interface/api/OnBoarding.js +45 -3
  85. package/dist/cjs/types/Interface/api/OnBoarding.js.map +1 -1
  86. package/dist/cjs/types/Interface/api/authentification/ReadAuthenticateCollaborater.d.ts +6 -0
  87. package/dist/cjs/types/Interface/api/authentification/ReadAuthenticateCollaborater.d.ts.map +1 -1
  88. package/dist/cjs/types/Interface/api/authentification/ReadAuthenticateCollaborater.js +4 -1
  89. package/dist/cjs/types/Interface/api/authentification/ReadAuthenticateCollaborater.js.map +1 -1
  90. package/dist/cjs/types/Interface/api/calendarEvent/createCalendarEventForUsers.d.ts.map +1 -1
  91. package/dist/cjs/types/Interface/api/calendarEvent/createCalendarEventForUsers.js +4 -0
  92. package/dist/cjs/types/Interface/api/calendarEvent/createCalendarEventForUsers.js.map +1 -1
  93. package/dist/cjs/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.d.ts +1 -0
  94. package/dist/cjs/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.d.ts.map +1 -1
  95. package/dist/cjs/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.js +7 -0
  96. package/dist/cjs/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.js.map +1 -1
  97. package/dist/cjs/types/Interface/api/equipment/Query.d.ts +1 -0
  98. package/dist/cjs/types/Interface/api/equipment/Query.d.ts.map +1 -1
  99. package/dist/cjs/types/Interface/api/equipment/Query.js +6 -0
  100. package/dist/cjs/types/Interface/api/equipment/Query.js.map +1 -1
  101. package/dist/cjs/types/Interface/api/library/QueryLibrary.d.ts +1 -0
  102. package/dist/cjs/types/Interface/api/library/QueryLibrary.d.ts.map +1 -1
  103. package/dist/cjs/types/Interface/api/library/QueryLibrary.js +5 -0
  104. package/dist/cjs/types/Interface/api/library/QueryLibrary.js.map +1 -1
  105. package/dist/cjs/types/Interface/api/prestation/Query.d.ts +2 -0
  106. package/dist/cjs/types/Interface/api/prestation/Query.d.ts.map +1 -1
  107. package/dist/cjs/types/Interface/api/prestation/Query.js +12 -0
  108. package/dist/cjs/types/Interface/api/prestation/Query.js.map +1 -1
  109. package/dist/cjs/types/Interface/api/prestation/QueryGetPaginatedSocietiesFromPrestation.d.ts +1 -0
  110. package/dist/cjs/types/Interface/api/prestation/QueryGetPaginatedSocietiesFromPrestation.d.ts.map +1 -1
  111. package/dist/cjs/types/Interface/api/prestation/QueryGetPaginatedSocietiesFromPrestation.js +7 -0
  112. package/dist/cjs/types/Interface/api/prestation/QueryGetPaginatedSocietiesFromPrestation.js.map +1 -1
  113. package/dist/cjs/types/Interface/api/report/CreateReport.d.ts +1 -0
  114. package/dist/cjs/types/Interface/api/report/CreateReport.d.ts.map +1 -1
  115. package/dist/cjs/types/Interface/api/report/CreateReport.js +4 -0
  116. package/dist/cjs/types/Interface/api/report/CreateReport.js.map +1 -1
  117. package/dist/cjs/types/Interface/api/report/QueryReports.d.ts +1 -0
  118. package/dist/cjs/types/Interface/api/report/QueryReports.d.ts.map +1 -1
  119. package/dist/cjs/types/Interface/api/report/QueryReports.js +4 -0
  120. package/dist/cjs/types/Interface/api/report/QueryReports.js.map +1 -1
  121. package/dist/cjs/types/Interface/api/report/UpdateReport.d.ts +1 -0
  122. package/dist/cjs/types/Interface/api/report/UpdateReport.d.ts.map +1 -1
  123. package/dist/cjs/types/Interface/api/report/UpdateReport.js.map +1 -1
  124. package/dist/cjs/types/Interface/api/reportMessage/Query.d.ts +4 -0
  125. package/dist/cjs/types/Interface/api/reportMessage/Query.d.ts.map +1 -0
  126. package/dist/cjs/types/Interface/api/reportMessage/Query.js +23 -0
  127. package/dist/cjs/types/Interface/api/reportMessage/Query.js.map +1 -0
  128. package/dist/cjs/types/Interface/api/signFile/CreateFileToSign.d.ts +1 -0
  129. package/dist/cjs/types/Interface/api/signFile/CreateFileToSign.d.ts.map +1 -1
  130. package/dist/cjs/types/Interface/api/signFile/CreateFileToSign.js +6 -0
  131. package/dist/cjs/types/Interface/api/signFile/CreateFileToSign.js.map +1 -1
  132. package/dist/cjs/types/Interface/models/ICustomerAcceptance.d.ts +1 -0
  133. package/dist/cjs/types/Interface/models/ICustomerAcceptance.d.ts.map +1 -1
  134. package/dist/cjs/types/Interface/models/ICustomerAcceptance.js.map +1 -1
  135. package/dist/cjs/types/Interface/models/IEquipment.d.ts +1 -0
  136. package/dist/cjs/types/Interface/models/IEquipment.d.ts.map +1 -1
  137. package/dist/cjs/types/Interface/models/IEquipment.js.map +1 -1
  138. package/dist/cjs/types/Interface/models/IPrestation.d.ts +3 -2
  139. package/dist/cjs/types/Interface/models/IPrestation.d.ts.map +1 -1
  140. package/dist/cjs/types/Interface/models/IPrestation.js.map +1 -1
  141. package/dist/cjs/types/Interface/models/IReport.d.ts +3 -0
  142. package/dist/cjs/types/Interface/models/IReport.d.ts.map +1 -1
  143. package/dist/cjs/types/Interface/models/IReport.js.map +1 -1
  144. package/dist/cjs/types/Interface/models/IReportMessage.d.ts +13 -0
  145. package/dist/cjs/types/Interface/models/IReportMessage.d.ts.map +1 -0
  146. package/dist/cjs/types/Interface/models/IReportMessage.js +3 -0
  147. package/dist/cjs/types/Interface/models/IReportMessage.js.map +1 -0
  148. package/dist/cjs/types/Interface/models/ISociety.d.ts +1 -0
  149. package/dist/cjs/types/Interface/models/ISociety.d.ts.map +1 -1
  150. package/dist/cjs/types/Interface/models/ISociety.js.map +1 -1
  151. package/dist/cjs/types/Interface/models/ISocietyDetail.d.ts +12 -0
  152. package/dist/cjs/types/Interface/models/ISocietyDetail.d.ts.map +1 -1
  153. package/dist/cjs/types/Interface/models/ISocietyDetail.js.map +1 -1
  154. package/dist/cjs/types/index.d.ts +4 -0
  155. package/dist/cjs/types/index.d.ts.map +1 -1
  156. package/dist/cjs/types/index.js +4 -0
  157. package/dist/cjs/types/index.js.map +1 -1
  158. package/dist/cjs/utils/checkup.d.ts +544 -0
  159. package/dist/cjs/utils/checkup.d.ts.map +1 -0
  160. package/dist/cjs/utils/checkup.js +765 -0
  161. package/dist/cjs/utils/checkup.js.map +1 -0
  162. package/dist/mjs/api/resources/Authenticate.d.ts +2 -1
  163. package/dist/mjs/api/resources/Authenticate.d.ts.map +1 -1
  164. package/dist/mjs/api/resources/Authenticate.js +3 -0
  165. package/dist/mjs/api/resources/Authenticate.js.map +1 -1
  166. package/dist/mjs/api/resources/CalendarEvent.d.ts +1 -0
  167. package/dist/mjs/api/resources/CalendarEvent.d.ts.map +1 -1
  168. package/dist/mjs/api/resources/CalendarEvent.js +11 -8
  169. package/dist/mjs/api/resources/CalendarEvent.js.map +1 -1
  170. package/dist/mjs/api/resources/ExerciceQuestion.d.ts +1 -2
  171. package/dist/mjs/api/resources/ExerciceQuestion.d.ts.map +1 -1
  172. package/dist/mjs/api/resources/ExerciceQuestion.js +2 -5
  173. package/dist/mjs/api/resources/ExerciceQuestion.js.map +1 -1
  174. package/dist/mjs/api/resources/Journal.js +1 -1
  175. package/dist/mjs/api/resources/Journal.js.map +1 -1
  176. package/dist/mjs/api/resources/ReportMessage.d.ts +47 -0
  177. package/dist/mjs/api/resources/ReportMessage.d.ts.map +1 -0
  178. package/dist/mjs/api/resources/ReportMessage.js +73 -0
  179. package/dist/mjs/api/resources/ReportMessage.js.map +1 -0
  180. package/dist/mjs/api/resources/StatutsGeneration.d.ts +2 -2
  181. package/dist/mjs/api/resources/StatutsGeneration.d.ts.map +1 -1
  182. package/dist/mjs/api/resources/StatutsGeneration.js +2 -2
  183. package/dist/mjs/api/resources/StatutsGeneration.js.map +1 -1
  184. package/dist/mjs/api/resources/User.d.ts +4 -1
  185. package/dist/mjs/api/resources/User.d.ts.map +1 -1
  186. package/dist/mjs/api/resources/User.js +3 -0
  187. package/dist/mjs/api/resources/User.js.map +1 -1
  188. package/dist/mjs/api/resources/WorkingSchedule.d.ts +2 -2
  189. package/dist/mjs/api/resources/WorkingSchedule.d.ts.map +1 -1
  190. package/dist/mjs/api/resources/WorkingSchedule.js.map +1 -1
  191. package/dist/mjs/api/resources.d.ts +2 -0
  192. package/dist/mjs/api/resources.d.ts.map +1 -1
  193. package/dist/mjs/api/resources.js +2 -0
  194. package/dist/mjs/api/resources.js.map +1 -1
  195. package/dist/mjs/types/Enum/BalanceSheetQuestionWording.d.ts +5 -0
  196. package/dist/mjs/types/Enum/BalanceSheetQuestionWording.d.ts.map +1 -1
  197. package/dist/mjs/types/Enum/BalanceSheetQuestionWording.js +5 -0
  198. package/dist/mjs/types/Enum/BalanceSheetQuestionWording.js.map +1 -1
  199. package/dist/mjs/types/Enum/BrandClementine.js +1 -1
  200. package/dist/mjs/types/Enum/BrandClementine.js.map +1 -1
  201. package/dist/mjs/types/Enum/BrandLegalstart.js +1 -1
  202. package/dist/mjs/types/Enum/BrandLegalstart.js.map +1 -1
  203. package/dist/mjs/types/Enum/BrandPourcentage.js +2 -2
  204. package/dist/mjs/types/Enum/BrandPourcentage.js.map +1 -1
  205. package/dist/mjs/types/Enum/Constants.d.ts +24 -0
  206. package/dist/mjs/types/Enum/Constants.d.ts.map +1 -0
  207. package/dist/mjs/types/Enum/Constants.js +32 -0
  208. package/dist/mjs/types/Enum/Constants.js.map +1 -0
  209. package/dist/mjs/types/Enum/DepositDocumentType.d.ts.map +1 -1
  210. package/dist/mjs/types/Enum/DepositDocumentType.js +57 -6
  211. package/dist/mjs/types/Enum/DepositDocumentType.js.map +1 -1
  212. package/dist/mjs/types/Enum/Ged.d.ts +23 -3
  213. package/dist/mjs/types/Enum/Ged.d.ts.map +1 -1
  214. package/dist/mjs/types/Enum/Ged.js +36 -1
  215. package/dist/mjs/types/Enum/Ged.js.map +1 -1
  216. package/dist/mjs/types/Enum/JobTitle.d.ts +2 -1
  217. package/dist/mjs/types/Enum/JobTitle.d.ts.map +1 -1
  218. package/dist/mjs/types/Enum/JobTitle.js +6 -0
  219. package/dist/mjs/types/Enum/JobTitle.js.map +1 -1
  220. package/dist/mjs/types/Enum/MailAuto.d.ts +3 -1
  221. package/dist/mjs/types/Enum/MailAuto.d.ts.map +1 -1
  222. package/dist/mjs/types/Enum/MailAuto.js +2 -0
  223. package/dist/mjs/types/Enum/MailAuto.js.map +1 -1
  224. package/dist/mjs/types/Enum/MaritalStatus.d.ts +7 -1
  225. package/dist/mjs/types/Enum/MaritalStatus.d.ts.map +1 -1
  226. package/dist/mjs/types/Enum/MaritalStatus.js +14 -2
  227. package/dist/mjs/types/Enum/MaritalStatus.js.map +1 -1
  228. package/dist/mjs/types/Enum/ReportType.d.ts +32 -0
  229. package/dist/mjs/types/Enum/ReportType.d.ts.map +1 -1
  230. package/dist/mjs/types/Enum/ReportType.js +32 -0
  231. package/dist/mjs/types/Enum/ReportType.js.map +1 -1
  232. package/dist/mjs/types/Enum/RoleDetail.d.ts +32 -0
  233. package/dist/mjs/types/Enum/RoleDetail.d.ts.map +1 -1
  234. package/dist/mjs/types/Enum/RoleDetail.js +32 -0
  235. package/dist/mjs/types/Enum/RoleDetail.js.map +1 -1
  236. package/dist/mjs/types/Enum/StatutsSection.d.ts +8 -2
  237. package/dist/mjs/types/Enum/StatutsSection.d.ts.map +1 -1
  238. package/dist/mjs/types/Enum/StatutsSection.js +95 -3
  239. package/dist/mjs/types/Enum/StatutsSection.js.map +1 -1
  240. package/dist/mjs/types/Enum/TaskResponseType.d.ts.map +1 -1
  241. package/dist/mjs/types/Enum/TaskResponseType.js +11 -0
  242. package/dist/mjs/types/Enum/TaskResponseType.js.map +1 -1
  243. package/dist/mjs/types/Interface/api/OnBoarding.d.ts +13 -1
  244. package/dist/mjs/types/Interface/api/OnBoarding.d.ts.map +1 -1
  245. package/dist/mjs/types/Interface/api/OnBoarding.js +48 -3
  246. package/dist/mjs/types/Interface/api/OnBoarding.js.map +1 -1
  247. package/dist/mjs/types/Interface/api/authentification/ReadAuthenticateCollaborater.d.ts +6 -0
  248. package/dist/mjs/types/Interface/api/authentification/ReadAuthenticateCollaborater.d.ts.map +1 -1
  249. package/dist/mjs/types/Interface/api/authentification/ReadAuthenticateCollaborater.js +6 -0
  250. package/dist/mjs/types/Interface/api/authentification/ReadAuthenticateCollaborater.js.map +1 -1
  251. package/dist/mjs/types/Interface/api/calendarEvent/createCalendarEventForUsers.d.ts.map +1 -1
  252. package/dist/mjs/types/Interface/api/calendarEvent/createCalendarEventForUsers.js +5 -1
  253. package/dist/mjs/types/Interface/api/calendarEvent/createCalendarEventForUsers.js.map +1 -1
  254. package/dist/mjs/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.d.ts +1 -0
  255. package/dist/mjs/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.d.ts.map +1 -1
  256. package/dist/mjs/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.js +8 -0
  257. package/dist/mjs/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.js.map +1 -1
  258. package/dist/mjs/types/Interface/api/equipment/Query.d.ts +1 -0
  259. package/dist/mjs/types/Interface/api/equipment/Query.d.ts.map +1 -1
  260. package/dist/mjs/types/Interface/api/equipment/Query.js +7 -0
  261. package/dist/mjs/types/Interface/api/equipment/Query.js.map +1 -1
  262. package/dist/mjs/types/Interface/api/library/QueryLibrary.d.ts +1 -0
  263. package/dist/mjs/types/Interface/api/library/QueryLibrary.d.ts.map +1 -1
  264. package/dist/mjs/types/Interface/api/library/QueryLibrary.js +6 -0
  265. package/dist/mjs/types/Interface/api/library/QueryLibrary.js.map +1 -1
  266. package/dist/mjs/types/Interface/api/prestation/Query.d.ts +2 -0
  267. package/dist/mjs/types/Interface/api/prestation/Query.d.ts.map +1 -1
  268. package/dist/mjs/types/Interface/api/prestation/Query.js +15 -1
  269. package/dist/mjs/types/Interface/api/prestation/Query.js.map +1 -1
  270. package/dist/mjs/types/Interface/api/prestation/QueryGetPaginatedSocietiesFromPrestation.d.ts +1 -0
  271. package/dist/mjs/types/Interface/api/prestation/QueryGetPaginatedSocietiesFromPrestation.d.ts.map +1 -1
  272. package/dist/mjs/types/Interface/api/prestation/QueryGetPaginatedSocietiesFromPrestation.js +8 -0
  273. package/dist/mjs/types/Interface/api/prestation/QueryGetPaginatedSocietiesFromPrestation.js.map +1 -1
  274. package/dist/mjs/types/Interface/api/report/CreateReport.d.ts +1 -0
  275. package/dist/mjs/types/Interface/api/report/CreateReport.d.ts.map +1 -1
  276. package/dist/mjs/types/Interface/api/report/CreateReport.js +5 -0
  277. package/dist/mjs/types/Interface/api/report/CreateReport.js.map +1 -1
  278. package/dist/mjs/types/Interface/api/report/QueryReports.d.ts +1 -0
  279. package/dist/mjs/types/Interface/api/report/QueryReports.d.ts.map +1 -1
  280. package/dist/mjs/types/Interface/api/report/QueryReports.js +5 -0
  281. package/dist/mjs/types/Interface/api/report/QueryReports.js.map +1 -1
  282. package/dist/mjs/types/Interface/api/report/UpdateReport.d.ts +1 -0
  283. package/dist/mjs/types/Interface/api/report/UpdateReport.d.ts.map +1 -1
  284. package/dist/mjs/types/Interface/api/report/UpdateReport.js.map +1 -1
  285. package/dist/mjs/types/Interface/api/reportMessage/Query.d.ts +4 -0
  286. package/dist/mjs/types/Interface/api/reportMessage/Query.d.ts.map +1 -0
  287. package/dist/mjs/types/Interface/api/reportMessage/Query.js +20 -0
  288. package/dist/mjs/types/Interface/api/reportMessage/Query.js.map +1 -0
  289. package/dist/mjs/types/Interface/api/signFile/CreateFileToSign.d.ts +1 -0
  290. package/dist/mjs/types/Interface/api/signFile/CreateFileToSign.d.ts.map +1 -1
  291. package/dist/mjs/types/Interface/api/signFile/CreateFileToSign.js +8 -1
  292. package/dist/mjs/types/Interface/api/signFile/CreateFileToSign.js.map +1 -1
  293. package/dist/mjs/types/Interface/models/ICustomerAcceptance.d.ts +1 -0
  294. package/dist/mjs/types/Interface/models/ICustomerAcceptance.d.ts.map +1 -1
  295. package/dist/mjs/types/Interface/models/ICustomerAcceptance.js.map +1 -1
  296. package/dist/mjs/types/Interface/models/IEquipment.d.ts +1 -0
  297. package/dist/mjs/types/Interface/models/IEquipment.d.ts.map +1 -1
  298. package/dist/mjs/types/Interface/models/IEquipment.js.map +1 -1
  299. package/dist/mjs/types/Interface/models/IPrestation.d.ts +3 -2
  300. package/dist/mjs/types/Interface/models/IPrestation.d.ts.map +1 -1
  301. package/dist/mjs/types/Interface/models/IPrestation.js.map +1 -1
  302. package/dist/mjs/types/Interface/models/IReport.d.ts +3 -0
  303. package/dist/mjs/types/Interface/models/IReport.d.ts.map +1 -1
  304. package/dist/mjs/types/Interface/models/IReport.js.map +1 -1
  305. package/dist/mjs/types/Interface/models/IReportMessage.d.ts +13 -0
  306. package/dist/mjs/types/Interface/models/IReportMessage.d.ts.map +1 -0
  307. package/dist/mjs/types/Interface/models/IReportMessage.js +2 -0
  308. package/dist/mjs/types/Interface/models/IReportMessage.js.map +1 -0
  309. package/dist/mjs/types/Interface/models/ISociety.d.ts +1 -0
  310. package/dist/mjs/types/Interface/models/ISociety.d.ts.map +1 -1
  311. package/dist/mjs/types/Interface/models/ISociety.js.map +1 -1
  312. package/dist/mjs/types/Interface/models/ISocietyDetail.d.ts +12 -0
  313. package/dist/mjs/types/Interface/models/ISocietyDetail.d.ts.map +1 -1
  314. package/dist/mjs/types/Interface/models/ISocietyDetail.js.map +1 -1
  315. package/dist/mjs/types/index.d.ts +4 -0
  316. package/dist/mjs/types/index.d.ts.map +1 -1
  317. package/dist/mjs/types/index.js +4 -0
  318. package/dist/mjs/types/index.js.map +1 -1
  319. package/dist/mjs/utils/checkup.d.ts +544 -0
  320. package/dist/mjs/utils/checkup.d.ts.map +1 -0
  321. package/dist/mjs/utils/checkup.js +760 -0
  322. package/dist/mjs/utils/checkup.js.map +1 -0
  323. package/package.json +1 -1
  324. package/ts/api/resources/Authenticate.ts +5 -1
  325. package/ts/api/resources/CalendarEvent.ts +12 -8
  326. package/ts/api/resources/ExerciceQuestion.ts +2 -6
  327. package/ts/api/resources/Journal.ts +1 -1
  328. package/ts/api/resources/ReportMessage.ts +81 -0
  329. package/ts/api/resources/StatutsGeneration.ts +3 -2
  330. package/ts/api/resources/User.ts +4 -0
  331. package/ts/api/resources/WorkingSchedule.ts +2 -2
  332. package/ts/api/resources.ts +2 -0
  333. package/ts/types/Enum/BalanceSheetQuestionWording.ts +8 -0
  334. package/ts/types/Enum/BrandClementine.ts +1 -1
  335. package/ts/types/Enum/BrandLegalstart.ts +1 -1
  336. package/ts/types/Enum/BrandPourcentage.ts +2 -2
  337. package/ts/types/Enum/Constants.ts +35 -0
  338. package/ts/types/Enum/DepositDocumentType.ts +57 -6
  339. package/ts/types/Enum/Ged.ts +36 -1
  340. package/ts/types/Enum/JobTitle.ts +6 -0
  341. package/ts/types/Enum/MailAuto.ts +2 -0
  342. package/ts/types/Enum/MaritalStatus.ts +14 -2
  343. package/ts/types/Enum/ReportType.ts +32 -0
  344. package/ts/types/Enum/RoleDetail.ts +32 -0
  345. package/ts/types/Enum/StatutsSection.ts +97 -4
  346. package/ts/types/Enum/TaskResponseType.ts +11 -0
  347. package/ts/types/Interface/api/OnBoarding.ts +35 -3
  348. package/ts/types/Interface/api/authentification/ReadAuthenticateCollaborater.ts +7 -0
  349. package/ts/types/Interface/api/calendarEvent/createCalendarEventForUsers.ts +5 -1
  350. package/ts/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.ts +6 -0
  351. package/ts/types/Interface/api/equipment/Query.ts +5 -0
  352. package/ts/types/Interface/api/library/QueryLibrary.ts +4 -0
  353. package/ts/types/Interface/api/prestation/Query.ts +11 -1
  354. package/ts/types/Interface/api/prestation/QueryGetPaginatedSocietiesFromPrestation.ts +6 -0
  355. package/ts/types/Interface/api/report/CreateReport.ts +3 -0
  356. package/ts/types/Interface/api/report/QueryReports.ts +3 -0
  357. package/ts/types/Interface/api/report/UpdateReport.ts +1 -0
  358. package/ts/types/Interface/api/reportMessage/Query.ts +8 -0
  359. package/ts/types/Interface/api/signFile/CreateFileToSign.ts +6 -1
  360. package/ts/types/Interface/models/ICustomerAcceptance.ts +1 -0
  361. package/ts/types/Interface/models/IEquipment.ts +1 -0
  362. package/ts/types/Interface/models/IPrestation.ts +3 -2
  363. package/ts/types/Interface/models/IReport.ts +3 -0
  364. package/ts/types/Interface/models/IReportMessage.ts +16 -0
  365. package/ts/types/Interface/models/ISociety.ts +1 -0
  366. package/ts/types/Interface/models/ISocietyDetail.ts +12 -0
  367. package/ts/types/index.ts +4 -0
  368. package/ts/utils/checkup.ts +774 -0
@@ -0,0 +1,8 @@
1
+ import { IsInt } from 'class-validator';
2
+ import { ApiProperty } from '../../../../utils';
3
+
4
+ export class QueryAllReportMessage {
5
+ @ApiProperty()
6
+ @IsInt()
7
+ idReport: number;
8
+ }
@@ -1,4 +1,4 @@
1
- import { IsOptional, IsNumber } from 'class-validator';
1
+ import { IsOptional, IsNumber, IsInt } from 'class-validator';
2
2
  import { ApiPropertyOptional, ApiProperty } from '../../../../utils';
3
3
  import { TFile } from '../file/TFile';
4
4
 
@@ -24,6 +24,11 @@ export class CreateFileToSign {
24
24
  @IsOptional()
25
25
  idExercice?: number;
26
26
 
27
+ @ApiPropertyOptional()
28
+ @IsInt()
29
+ @IsOptional()
30
+ idBusinessPartner?: number;
31
+
27
32
  @ApiPropertyOptional()
28
33
  @IsNumber()
29
34
  @IsOptional()
@@ -7,6 +7,7 @@ export interface ICustomerAcceptance {
7
7
  idCustomerIsRegime?: number | null;
8
8
  idCustomerVat?: number | null;
9
9
  idBalanceSheet?: number | null;
10
+ idReport?: number | null;
10
11
  createdAt?: Date | null;
11
12
  updatedAt?: Date | null;
12
13
 
@@ -3,6 +3,7 @@ import { IUserRoomEquipment } from '././IUserRoomEquipment';
3
3
 
4
4
  export interface IEquipment {
5
5
  id?: number;
6
+ idStorageArea?: number | null;
6
7
  reference?: string | null;
7
8
  brand: string;
8
9
  type: EquipmentType;
@@ -27,9 +27,10 @@ export interface IPrestation {
27
27
  toConstitution: number;
28
28
  dateValidPrestation: Date | null;
29
29
  goToOnboarding: Date | null;
30
- dateLeavingOnboarding: Date | null;
30
+ dateLeavingOnboarding?: Date | null;
31
31
  goToClient: Date | null;
32
- goToFacturation: Date | null;
32
+ goToFacturation?: Date | null;
33
+ dateLeavingFacturation?: Date | null;
33
34
  scoring: number | null;
34
35
  state: boolean;
35
36
  commentPdf: string | null;
@@ -7,8 +7,11 @@ export interface IReport {
7
7
  idSociety?: number | null;
8
8
  idReportType?: number | null;
9
9
  idCalendarEvent?: number;
10
+ idServiceConcerned?: number | null;
11
+ idService?: number | null;
10
12
  idLetterType?: number | null;
11
13
  declareSoupcons?: boolean | null;
14
+ token?: string | null;
12
15
  state?: number | null;
13
16
  compensationAmount?: number | null;
14
17
  compensationDate?: Date | null;
@@ -0,0 +1,16 @@
1
+ import { IReport } from './IReport';
2
+ import { IUser } from './IUser';
3
+
4
+ // report
5
+ export interface IReportMessage {
6
+ id?: number;
7
+ idReport: number;
8
+ idUser: number;
9
+ message?: string | null;
10
+ createdAt?: Date | null;
11
+ updatedAt?: Date | null;
12
+
13
+ // Associations
14
+ report?: IReport;
15
+ user?: IUser;
16
+ }
@@ -106,6 +106,7 @@ export interface ISociety {
106
106
  typeSales?: string | null;
107
107
  dateRelanceCommercial?: Date | null;
108
108
  firstPayslipDate?: Date | null;
109
+ externalId?: string | null;
109
110
  totalSharesHeld?: number | null;
110
111
  leadQuotation?: number | null;
111
112
  idVatRegime?: number | null;
@@ -7,17 +7,22 @@ export interface ISocietyDetail {
7
7
  id?: number;
8
8
  detailActivity?: string | null;
9
9
  historyComments?: string | null;
10
+ hasBillingSoftware?: boolean | null;
10
11
  isLoans?: string | null;
11
12
  loans?: string | null;
12
13
  personnalContribution?: string | null;
14
+ listBanks?: string | null;
13
15
  nbBanks?: string | null;
14
16
  nbBankaccounts?: number | null;
15
17
  isCashdesk?: boolean | null;
16
18
  nbTva?: number | null;
19
+ ribSentToTaxDepartment?: string | null;
17
20
  professionnalRent?: string | null;
18
21
  isPersoAdress?: string | null;
19
22
  vehicle?: string | null;
20
23
  interestOtherCompanies?: string | null;
24
+ areOtherCompaniesOnOurBrand?: string | null;
25
+ listTva?: string | null;
21
26
  nbAssociates?: number | null;
22
27
  nbEmployees?: number | null;
23
28
  hiringPromess?: string | null;
@@ -40,6 +45,9 @@ export interface ISocietyDetail {
40
45
  fiscalControl?: string | null;
41
46
  descriptionFormation?: string | null;
42
47
  fonctionAndInterlocutors?: string | null;
48
+ listQualities?: string | null;
49
+ averageCustomerRegulationTime?: string | null;
50
+ averageSupplierRegulationTime?: string | null;
43
51
  managementKnowledge?: string | null;
44
52
  otherIncome?: string | null;
45
53
  politicalResponsability?: string | null;
@@ -50,10 +58,12 @@ export interface ISocietyDetail {
50
58
  billingSoftware?: string | null;
51
59
  collectionSystem?: string | null;
52
60
  flowSheet?: string | null;
61
+ officeType?: string | null;
53
62
  rankFiles?: string | null;
54
63
  specificNeeds?: string | null;
55
64
  configAccount?: boolean | null;
56
65
  investissement?: string | null;
66
+ investissementTypes?: string | null;
57
67
  workInternationnal?: string | null;
58
68
  creationEntreprise?: string | null;
59
69
  oldActivite?: string | null;
@@ -81,12 +91,14 @@ export interface ISocietyDetail {
81
91
  honorLoanAmount?: string | null;
82
92
  financingStartingStock?: string | null;
83
93
  financingStartingStockAmount?: string | null;
94
+ contributionTypes?: string | null;
84
95
  yearSocietyCreation?: string | null;
85
96
  lastExerciceCA?: string | null;
86
97
  borrowingInProgress?: string | null;
87
98
  borrowingInProgressAmount?: string | null;
88
99
  investissementCTMT?: string | null;
89
100
  changeECReason?: string | null;
101
+ listReasonsWhyChangingEC?: string | null;
90
102
  isSocietyCreation?: boolean | null;
91
103
  participationsInOtherSociety?: string | null;
92
104
  entrepriseProject?: boolean;
package/ts/types/index.ts CHANGED
@@ -152,6 +152,7 @@ export * from './Interface/models/IRegisterCategory';
152
152
  export * from './Interface/models/IRegulate';
153
153
  export * from './Interface/models/IRegulation';
154
154
  export * from './Interface/models/IReport';
155
+ export * from './Interface/models/IReportMessage';
155
156
  export * from './Interface/models/IRole';
156
157
  export * from './Interface/models/IRoleUser';
157
158
  export * from './Interface/models/IRoom';
@@ -347,6 +348,7 @@ export * from './Enum/CommercialGrade';
347
348
  export * from './Enum/CommercialOfferType';
348
349
  export * from './Enum/CommercialManagement';
349
350
  export * from './Enum/Civility';
351
+ export * from './Enum/Constants';
350
352
  export * from './Enum/Registration';
351
353
  export * from './Enum/Aspone';
352
354
  export * from './Enum/ProfitsType';
@@ -745,6 +747,7 @@ export * from './Interface/api/report/DeleteReport';
745
747
  export * from './Interface/api/report/QueryReports';
746
748
  export * from './Interface/api/report/QueryReportsStats';
747
749
  export * from './Interface/api/report/QueryReportsForLetter';
750
+ export * from './Interface/api/reportMessage/Query';
748
751
  export * from './Interface/api/letter/CreateLetter';
749
752
  export * from './Interface/api/mailInvoice/CreateInvoiceMail';
750
753
  export * from './Interface/api/mailInvoice/UpdateInvoiceMail';
@@ -1036,6 +1039,7 @@ export * from '../utils/phone';
1036
1039
  export * from '../utils/payment';
1037
1040
  export * from '../utils/checklist';
1038
1041
  export * from '../utils/date';
1042
+ export * from '../utils/checkup';
1039
1043
  export * from '../utils/noLodash';
1040
1044
  export * from '../utils/vat';
1041
1045
  export * from './Interface/api/affectedPatrimony/CreateAffectedPatrimony';