@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
@@ -3,9 +3,33 @@ import { LegalForm } from './LegalForm';
3
3
  export enum DocumentSectionType {
4
4
  ARTICLES = 1,
5
5
  ANNEXES = 2,
6
- OTHER = 3,
6
+ LIST_SUBSCRIBERS = 3,
7
+ DECLARATION_ON_HONOR_OF_NON_CONVICTION = 4,
7
8
  }
8
9
 
10
+ export const DocumentSectionTypeDetail = [
11
+ {
12
+ id: DocumentSectionType.ARTICLES,
13
+ name: 'Articles',
14
+ filePrefix: 'articles',
15
+ },
16
+ {
17
+ id: DocumentSectionType.ANNEXES,
18
+ name: 'Annexes',
19
+ filePrefix: 'annexes',
20
+ },
21
+ {
22
+ id: DocumentSectionType.LIST_SUBSCRIBERS,
23
+ name: 'Liste des souscripteurs et etat des versements',
24
+ filePrefix: 'liste_souscripteurs_et_etat_versements',
25
+ },
26
+ {
27
+ id: DocumentSectionType.DECLARATION_ON_HONOR_OF_NON_CONVICTION,
28
+ name: 'Déclaration sur l\'honneur de non-condamnation',
29
+ filePrefix: 'declaration_non_condamnation',
30
+ },
31
+ ];
32
+
9
33
  export enum StatutsSectionName {
10
34
  P1 = 'page1',
11
35
  P2 = 'page2',
@@ -83,7 +107,7 @@ export enum StatutsSectionName {
83
107
 
84
108
  export type StatutsSectionType = {
85
109
  name: StatutsSectionName,
86
- idDocumentSectionType?: number,
110
+ idDocumentSectionType?: DocumentSectionType,
87
111
  title: string | null,
88
112
  editable?: boolean,
89
113
  isSection?: boolean,
@@ -96,348 +120,417 @@ export const StatutsSection:StatutsSectionType[] = [
96
120
  name: StatutsSectionName.P1,
97
121
  title: null,
98
122
  editable: false,
123
+ idDocumentSectionType: DocumentSectionType.ARTICLES,
99
124
  },
100
125
  {
101
126
  name: StatutsSectionName.P2,
102
127
  title: null,
103
128
  editable: false,
129
+ idDocumentSectionType: DocumentSectionType.ARTICLES,
104
130
  },
105
131
  {
106
132
  name: StatutsSectionName.INTRO_S1,
107
133
  title: null,
108
134
  editable: false,
135
+ idDocumentSectionType: DocumentSectionType.ARTICLES,
109
136
  },
110
137
  {
111
138
  name: StatutsSectionName.S1,
112
139
  title: 'Article 1er - FORME',
140
+ idDocumentSectionType: DocumentSectionType.ARTICLES,
113
141
  },
114
142
  {
115
143
  name: StatutsSectionName.S2,
116
144
  title: 'Article 2 - OBJET',
145
+ idDocumentSectionType: DocumentSectionType.ARTICLES,
117
146
  },
118
147
  {
119
148
  name: StatutsSectionName.S3,
120
149
  title: 'Article 3 - DENOMINATION',
150
+ idDocumentSectionType: DocumentSectionType.ARTICLES,
121
151
  },
122
152
  {
123
153
  name: StatutsSectionName.S4,
124
154
  title: 'Article 4 - SIEGE SOCIAL',
155
+ idDocumentSectionType: DocumentSectionType.ARTICLES,
125
156
  },
126
157
  {
127
158
  name: StatutsSectionName.S5,
128
159
  title: 'Article 5 - DUREE',
160
+ idDocumentSectionType: DocumentSectionType.ARTICLES,
129
161
  },
130
162
  {
131
163
  name: StatutsSectionName.S6,
132
164
  title: 'Article 6 - EXERCICE SOCIAL',
165
+ idDocumentSectionType: DocumentSectionType.ARTICLES,
133
166
  },
134
167
  {
135
168
  name: StatutsSectionName.INTRO_S7,
136
169
  title: null,
137
170
  editable: false,
171
+ idDocumentSectionType: DocumentSectionType.ARTICLES,
138
172
  },
139
173
  {
140
174
  name: StatutsSectionName.S7,
141
175
  title: 'Article 7 - APPORTS',
176
+ idDocumentSectionType: DocumentSectionType.ARTICLES,
142
177
  },
143
178
  {
144
179
  name: StatutsSectionName.S8,
145
180
  title: 'Article 8 - CAPITAL SOCIAL',
181
+ idDocumentSectionType: DocumentSectionType.ARTICLES,
146
182
  },
147
183
  {
148
184
  name: StatutsSectionName.S9,
149
185
  title: 'Article 9 - MODIFICATION DU CAPITAL',
186
+ idDocumentSectionType: DocumentSectionType.ARTICLES,
150
187
  },
151
188
  {
152
189
  name: StatutsSectionName.S10_AE,
153
190
  onlyForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
154
191
  title: 'Article 10 - COMPTES COURANTS D\'ASSOCIÉS',
192
+ idDocumentSectionType: DocumentSectionType.ARTICLES,
155
193
  },
156
194
  {
157
195
  name: StatutsSectionName.S11_AE,
158
196
  onlyForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
159
197
  title: 'Article 11 - PARTS SOCIALES',
198
+ idDocumentSectionType: DocumentSectionType.ARTICLES,
160
199
  },
161
200
  {
162
201
  name: StatutsSectionName.S12_AE,
163
202
  onlyForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
164
203
  title: 'Article 12 – CESSION ET TRANSMISSION DES PARTS SOCIALES',
204
+ idDocumentSectionType: DocumentSectionType.ARTICLES,
165
205
  },
166
206
  {
167
207
  name: StatutsSectionName.INTRO_S13_AE,
168
208
  onlyForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
169
209
  title: null,
170
210
  editable: false,
211
+ idDocumentSectionType: DocumentSectionType.ARTICLES,
171
212
  },
172
213
  {
173
214
  name: StatutsSectionName.S13_AE,
174
215
  onlyForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
175
216
  title: 'Article 13 - GERANCE',
217
+ idDocumentSectionType: DocumentSectionType.ARTICLES,
176
218
  },
177
219
  {
178
220
  name: StatutsSectionName.S14_AE,
179
221
  onlyForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
180
222
  title: 'Article 14 - POUVOIRS DE LA GERANCE',
223
+ idDocumentSectionType: DocumentSectionType.ARTICLES,
181
224
  },
182
225
  {
183
226
  name: StatutsSectionName.S15_AE,
184
227
  onlyForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
185
228
  title: 'Article 15 - DUREE DES FONCTIONS DE LA GERANCE',
229
+ idDocumentSectionType: DocumentSectionType.ARTICLES,
186
230
  },
187
231
  {
188
232
  name: StatutsSectionName.S16_AE,
189
233
  onlyForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
190
234
  title: 'Article 16 - REMUNERATION DE LA GERANCE',
235
+ idDocumentSectionType: DocumentSectionType.ARTICLES,
191
236
  },
192
237
  {
193
238
  name: StatutsSectionName.S17_AE,
194
239
  onlyForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
195
240
  title: 'Article 17 - CONVENTIONS ENTRE LA SOCIETE ET LA GERANCE OU UN ASSOCIE',
241
+ idDocumentSectionType: DocumentSectionType.ARTICLES,
196
242
  },
197
243
  {
198
244
  name: StatutsSectionName.S18_AE,
199
245
  onlyForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
200
246
  title: 'Article 18 - RESPONSABILITE DE LA GERANCE',
247
+ idDocumentSectionType: DocumentSectionType.ARTICLES,
201
248
  },
202
249
  {
203
250
  name: StatutsSectionName.INTRO_S19_AE,
204
251
  onlyForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
205
252
  title: null,
206
253
  editable: false,
254
+ idDocumentSectionType: DocumentSectionType.ARTICLES,
207
255
  },
208
256
  {
209
257
  name: StatutsSectionName.S19_AE,
210
258
  onlyForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
211
259
  title: 'Article 19 – DECISIONS PRISES PAR L\'ASSOCIE UNIQUE',
260
+ idDocumentSectionType: DocumentSectionType.ARTICLES,
212
261
  },
213
262
  {
214
263
  name: StatutsSectionName.S20_AE,
215
264
  onlyForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
216
265
  title: 'Article 20 – DECISIONS COLLECTIVES',
266
+ idDocumentSectionType: DocumentSectionType.ARTICLES,
217
267
  },
218
268
  {
219
269
  name: StatutsSectionName.S21_AE,
220
270
  onlyForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
221
271
  title: 'Article 21 – INFORMATION DES ASSOCIES',
272
+ idDocumentSectionType: DocumentSectionType.ARTICLES,
222
273
  },
223
274
  {
224
275
  name: StatutsSectionName.INTRO_S22_AE,
225
276
  onlyForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
226
277
  title: null,
227
278
  editable: false,
279
+ idDocumentSectionType: DocumentSectionType.ARTICLES,
228
280
  },
229
281
  {
230
282
  name: StatutsSectionName.S22_AE,
231
283
  onlyForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
232
284
  title: 'Article 22 - COMMISSAIRES AUX COMPTES',
285
+ idDocumentSectionType: DocumentSectionType.ARTICLES,
233
286
  },
234
287
  {
235
288
  name: StatutsSectionName.INTRO_S23_AE,
236
289
  onlyForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
237
290
  title: null,
238
291
  editable: false,
292
+ idDocumentSectionType: DocumentSectionType.ARTICLES,
239
293
  },
240
294
  {
241
295
  name: StatutsSectionName.S23_AE,
242
296
  onlyForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
243
297
  title: 'Article 23 - COMPTES SOCIAUX',
298
+ idDocumentSectionType: DocumentSectionType.ARTICLES,
244
299
  },
245
300
  {
246
301
  name: StatutsSectionName.S24_AE,
247
302
  onlyForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
248
303
  title: 'Article 24 - AFFECTATION ET REPARTITION DES BENEFICES',
304
+ idDocumentSectionType: DocumentSectionType.ARTICLES,
249
305
  },
250
306
  {
251
307
  name: StatutsSectionName.S25_AE,
252
308
  onlyForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
253
309
  title: 'Article 25 - Capitaux propres inférieurs à la moitié du capital social',
310
+ idDocumentSectionType: DocumentSectionType.ARTICLES,
254
311
  },
255
312
  {
256
313
  name: StatutsSectionName.INTRO_S26_AE,
257
314
  onlyForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
258
315
  title: null,
259
316
  editable: false,
317
+ idDocumentSectionType: DocumentSectionType.ARTICLES,
260
318
  },
261
319
  {
262
320
  name: StatutsSectionName.S26_AE,
263
321
  onlyForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
264
322
  title: 'Article 26 - DISSOLUTION',
323
+ idDocumentSectionType: DocumentSectionType.ARTICLES,
265
324
  },
266
325
  {
267
326
  name: StatutsSectionName.S27_AE,
268
327
  onlyForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
269
328
  title: 'Article 27 - LIQUIDATION',
329
+ idDocumentSectionType: DocumentSectionType.ARTICLES,
270
330
  },
271
331
  {
272
332
  name: StatutsSectionName.S28_AE,
273
333
  onlyForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
274
334
  title: 'Article 28 – CONTESTATIONS',
335
+ idDocumentSectionType: DocumentSectionType.ARTICLES,
275
336
  },
276
337
  {
277
338
  name: StatutsSectionName.S29_AE,
278
339
  onlyForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
279
340
  title: 'Article 29 - PERSONNALITE MORALE - IMMATRICULATION AU REGISTRE DU COMMERCE',
341
+ idDocumentSectionType: DocumentSectionType.ARTICLES,
280
342
  },
281
343
  {
282
344
  name: StatutsSectionName.S30_AE,
283
345
  onlyForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
284
346
  title: 'Article 30 - FRAIS',
347
+ idDocumentSectionType: DocumentSectionType.ARTICLES,
285
348
  },
286
349
  {
287
350
  name: StatutsSectionName.INTRO_S10_SA,
288
351
  exceptForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
289
352
  title: null,
290
353
  editable: false,
354
+ idDocumentSectionType: DocumentSectionType.ARTICLES,
291
355
  },
292
356
  {
293
357
  name: StatutsSectionName.S10_SA,
294
358
  exceptForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
295
359
  title: 'Article 10 - FORME ET PROPRIETE DES ACTIONS',
360
+ idDocumentSectionType: DocumentSectionType.ARTICLES,
296
361
  },
297
362
  {
298
363
  name: StatutsSectionName.S11_SA,
299
364
  exceptForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
300
365
  title: 'Article 11 – DROITS ET OBLIGATIONS ATTACHES AUX ACTIONS',
366
+ idDocumentSectionType: DocumentSectionType.ARTICLES,
301
367
  },
302
368
  {
303
369
  name: StatutsSectionName.S12_SA,
304
370
  exceptForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
305
371
  title: 'Article 12 – FORME DES CESSIONS OU TRANSMISSIONS D\'ACTIONS',
372
+ idDocumentSectionType: DocumentSectionType.ARTICLES,
306
373
  },
307
374
  {
308
375
  name: StatutsSectionName.S13_SA,
309
376
  exceptForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
310
377
  title: 'Article 13 – AGREMENT',
378
+ idDocumentSectionType: DocumentSectionType.ARTICLES,
311
379
  },
312
380
  {
313
381
  name: StatutsSectionName.S14_SA,
314
382
  exceptForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
315
383
  title: 'Article 14 - TRANSMISSION PAR DECES OU PAR SUITE DE DISSOLUTION DE COMMUNAUTE ENTRE EPOUX',
384
+ idDocumentSectionType: DocumentSectionType.ARTICLES,
316
385
  },
317
386
  {
318
387
  name: StatutsSectionName.S15_SA,
319
388
  exceptForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
320
389
  title: 'Article 15 - NULLITE DES CESSIONS D\'ACTIONS',
390
+ idDocumentSectionType: DocumentSectionType.ARTICLES,
321
391
  },
322
392
  {
323
393
  name: StatutsSectionName.INTRO_S16_SA,
324
394
  exceptForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
325
395
  title: null,
326
396
  editable: false,
397
+ idDocumentSectionType: DocumentSectionType.ARTICLES,
327
398
  },
328
399
  {
329
400
  name: StatutsSectionName.S16_SA,
330
401
  exceptForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
331
402
  title: 'Article 16 – PRESIDENCE DE LA SOCIETE',
403
+ idDocumentSectionType: DocumentSectionType.ARTICLES,
332
404
  },
333
405
  {
334
406
  name: StatutsSectionName.S17_SA,
335
407
  exceptForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
336
408
  title: 'Article 17 – DIRECTEUR GENERAL',
409
+ idDocumentSectionType: DocumentSectionType.ARTICLES,
337
410
  },
338
411
  {
339
412
  name: StatutsSectionName.S18_SA,
340
413
  exceptForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
341
414
  title: 'Article 18 – CONVENTIONS REGLEMENTEES',
415
+ idDocumentSectionType: DocumentSectionType.ARTICLES,
342
416
  },
343
417
  {
344
418
  name: StatutsSectionName.S19_SA,
345
419
  exceptForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
346
420
  title: 'Article 19 – COMPETENCE',
421
+ idDocumentSectionType: DocumentSectionType.ARTICLES,
347
422
  },
348
423
  {
349
424
  name: StatutsSectionName.S20_SA,
350
425
  exceptForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
351
426
  title: 'Article 20 – REGLES DE MAJORITE',
427
+ idDocumentSectionType: DocumentSectionType.ARTICLES,
352
428
  },
353
429
  {
354
430
  name: StatutsSectionName.S21_SA,
355
431
  exceptForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
356
432
  title: 'Article 21 – FORME DES DECISIONS COLLECTIVES',
433
+ idDocumentSectionType: DocumentSectionType.ARTICLES,
357
434
  },
358
435
  {
359
436
  name: StatutsSectionName.S22_SA,
360
437
  exceptForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
361
438
  title: 'Article 22 – INFORMATION DES ASSOCIÉS',
439
+ idDocumentSectionType: DocumentSectionType.ARTICLES,
362
440
  },
363
441
  {
364
442
  name: StatutsSectionName.S23_SA,
365
443
  exceptForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
366
444
  title: 'Article 23 – ASSOCIE UNIQUE',
445
+ idDocumentSectionType: DocumentSectionType.ARTICLES,
367
446
  },
368
447
  {
369
448
  name: StatutsSectionName.INTRO_S24_SA,
370
449
  exceptForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
371
450
  title: null,
372
451
  editable: false,
452
+ idDocumentSectionType: DocumentSectionType.ARTICLES,
373
453
  },
374
454
  {
375
455
  name: StatutsSectionName.S24_SA,
376
456
  exceptForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
377
457
  title: 'Article 24 - COMMISSAIRES AUX COMPTES',
458
+ idDocumentSectionType: DocumentSectionType.ARTICLES,
378
459
  },
379
460
  {
380
461
  name: StatutsSectionName.S25_SA,
381
462
  exceptForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
382
463
  title: 'Article 25 – COMITE D\'ENTREPRISE',
464
+ idDocumentSectionType: DocumentSectionType.ARTICLES,
383
465
  },
384
466
  {
385
467
  name: StatutsSectionName.INTRO_S26_SA,
386
468
  exceptForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
387
469
  title: null,
388
470
  editable: false,
471
+ idDocumentSectionType: DocumentSectionType.ARTICLES,
389
472
  },
390
473
  {
391
474
  name: StatutsSectionName.S26_SA,
392
475
  exceptForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
393
476
  title: 'Article 26 - COMPTES ANNUELS',
477
+ idDocumentSectionType: DocumentSectionType.ARTICLES,
394
478
  },
395
479
  {
396
480
  name: StatutsSectionName.S27_SA,
397
481
  exceptForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
398
482
  title: 'Article 27 - AFFECTATION DU BENEFICE - RESERVES',
483
+ idDocumentSectionType: DocumentSectionType.ARTICLES,
399
484
  },
400
485
  {
401
486
  name: StatutsSectionName.INTRO_S28_SA,
402
487
  exceptForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
403
488
  title: null,
404
489
  editable: false,
490
+ idDocumentSectionType: DocumentSectionType.ARTICLES,
405
491
  },
406
492
  {
407
493
  name: StatutsSectionName.S28_SA,
408
494
  exceptForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
409
495
  title: 'Article 28 - DISSOLUTION',
496
+ idDocumentSectionType: DocumentSectionType.ARTICLES,
410
497
  },
411
498
  {
412
499
  name: StatutsSectionName.S29_SA,
413
500
  exceptForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
414
501
  title: 'Article 29 - LIQUIDATION',
502
+ idDocumentSectionType: DocumentSectionType.ARTICLES,
415
503
  },
416
504
  {
417
505
  name: StatutsSectionName.S30_SA,
418
506
  exceptForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
419
507
  title: 'Article 30 - CONTESTATIONS',
508
+ idDocumentSectionType: DocumentSectionType.ARTICLES,
420
509
  },
421
510
  {
422
511
  name: StatutsSectionName.S31_SA,
423
512
  exceptForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
424
513
  title: 'Article 31 - NOMINATION DU PREMIER PRESIDENT',
514
+ idDocumentSectionType: DocumentSectionType.ARTICLES,
425
515
  },
426
516
  {
427
517
  name: StatutsSectionName.S32_SA,
428
518
  exceptForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
429
519
  title: 'Article 32 - FORMALITES CONSTITUTIVES - IMMATRICULATION AU REGISTRE DU COMMERCE ET DES SOCIETES',
520
+ idDocumentSectionType: DocumentSectionType.ARTICLES,
430
521
  },
431
522
  {
432
523
  name: StatutsSectionName.S33_SA,
433
524
  exceptForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
434
525
  title: 'Article 33 - FRAIS',
526
+ idDocumentSectionType: DocumentSectionType.ARTICLES,
435
527
  },
436
528
  {
437
529
  name: StatutsSectionName.SIGNATURES,
438
530
  exceptForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
439
531
  title: null,
440
532
  editable: false,
533
+ idDocumentSectionType: DocumentSectionType.ARTICLES,
441
534
  },
442
535
  {
443
536
  name: StatutsSectionName.ANNEXES,
@@ -447,13 +540,13 @@ export const StatutsSection:StatutsSectionType[] = [
447
540
  },
448
541
  {
449
542
  name: StatutsSectionName.SUBSCRIBERS_LIST,
450
- idDocumentSectionType: DocumentSectionType.OTHER,
543
+ idDocumentSectionType: DocumentSectionType.LIST_SUBSCRIBERS,
451
544
  onlyForLegalForms: [LegalForm.SA.id, LegalForm.SAS.id, LegalForm.SASU.id],
452
545
  title: 'LISTE DES SOUSCRIPTEURS ET ETAT DES VERSEMENTS',
453
546
  },
454
547
  {
455
548
  name: StatutsSectionName.DECLARATION_OF_HONOR,
456
- idDocumentSectionType: DocumentSectionType.OTHER,
457
549
  title: 'DECLARATION SUR L\'HONNEUR DE NON-CONDAMNATION',
550
+ idDocumentSectionType: DocumentSectionType.DECLARATION_ON_HONOR_OF_NON_CONVICTION,
458
551
  },
459
552
  ];
@@ -229,6 +229,17 @@ export const TaskResponseType = {
229
229
  responseType: null,
230
230
  description: 'Mettre à jour la grille tarifaire',
231
231
  },
232
+ {
233
+ id: 18,
234
+ label: 'Nouveau client Statuts-express',
235
+ role: Role.JURIDIC,
236
+ deadline: Deadline,
237
+ isForWholeRole: false,
238
+ backToClient: false,
239
+ goToCalendar: false,
240
+ responseType: null,
241
+ description: 'Attribution juridique à faire',
242
+ },
232
243
  ],
233
244
  },
234
245
  EXTERN: {
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  IsBoolean, IsInt, IsOptional, IsString,
3
3
  } from 'class-validator';
4
- import { ApiPropertyOptional } from '../../../utils';
4
+ import { ApiProperty, ApiPropertyOptional } from '../../../utils';
5
5
  import { ToBoolean } from '../../../utils/transforms/boolean.transform';
6
6
  import { OptionalQueryPaginate } from './BasePaginate';
7
7
 
@@ -30,11 +30,43 @@ export class QueryOnBoardingPaginated extends OptionalQueryPaginate {
30
30
 
31
31
  @ApiPropertyOptional()
32
32
  @IsOptional()
33
- @IsInt()
34
- firstContact?: number;
33
+ @IsInt({ each: true })
34
+ firstContact?: number[];
35
35
 
36
36
  @ApiPropertyOptional()
37
37
  @IsOptional()
38
38
  @IsInt()
39
39
  idLAB?: number;
40
+
41
+ @ApiPropertyOptional()
42
+ @IsOptional()
43
+ @IsInt()
44
+ acceptation?: number | null;
45
+
46
+ @ApiPropertyOptional()
47
+ @IsOptional()
48
+ @IsBoolean()
49
+ @ToBoolean()
50
+ dateLeavingFacturation?: boolean;
51
+ }
52
+
53
+ export class SocietyWithPrestations {
54
+ @ApiProperty()
55
+ @IsInt({ each: true })
56
+ idPrestations: number[];
57
+
58
+ @ApiProperty()
59
+ @IsInt()
60
+ idSociety: number;
61
+ }
62
+ export class GoToOnboardingParams {
63
+ @ApiProperty()
64
+ @IsInt({ each: true })
65
+ societyWithPrestations: SocietyWithPrestations[];
66
+ }
67
+
68
+ export class DateLeavingOnboardingParams {
69
+ @ApiProperty()
70
+ @IsInt({ each: true })
71
+ idPrestations: number[];
40
72
  }
@@ -7,4 +7,11 @@ export class ReadAuthenticateCollaborater {
7
7
  export class ReadConnectAs {
8
8
  token: string;
9
9
  user: IUser;
10
+ }
11
+
12
+ export class ReadByExternalId {
13
+ idUser: number;
14
+ idSociety: number;
15
+ societyName: string;
16
+ token: string;
10
17
  }
@@ -1,5 +1,6 @@
1
- import { IsOptional } from 'class-validator';
1
+ import { IsBoolean, IsOptional } from 'class-validator';
2
2
  import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
3
+ import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
3
4
 
4
5
  export class CreateCalendarEventForUsers {
5
6
  @ApiProperty()
@@ -64,5 +65,8 @@ export class CreateCalendarEventForUsers {
64
65
  idUsers: Array<number>;
65
66
 
66
67
  @ApiPropertyOptional()
68
+ @IsBoolean()
69
+ @ToBoolean()
70
+ @IsOptional()
67
71
  hasToBeUnique: boolean;
68
72
  }
@@ -80,6 +80,12 @@ export class QueryPaginatedSocietyWithStatsCa extends OptionalQueryPaginate {
80
80
  @ToBoolean()
81
81
  goToFacturation?: boolean;
82
82
 
83
+ @ApiPropertyOptional()
84
+ @IsOptional()
85
+ @IsBoolean()
86
+ @ToBoolean()
87
+ goToOnboarding?: boolean;
88
+
83
89
  @ApiPropertyOptional()
84
90
  @IsOptional()
85
91
  @IsInt()
@@ -8,6 +8,11 @@ export class QueryEquipment extends RequiredQueryPaginate {
8
8
  @IsInt()
9
9
  id?: number;
10
10
 
11
+ @ApiPropertyOptional()
12
+ @IsOptional()
13
+ @IsInt()
14
+ idStorageArea?: number;
15
+
11
16
  @ApiPropertyOptional()
12
17
  @IsOptional()
13
18
  @IsString()
@@ -133,6 +133,10 @@ export class QueryLastFileOfType {
133
133
 
134
134
  @ApiProperty()
135
135
  idTypeGedFile: GedFileType;
136
+
137
+ @ApiPropertyOptional()
138
+ @IsOptional()
139
+ idDocumentSectionType: number;
136
140
 
137
141
  @ApiPropertyOptional()
138
142
  @IsOptional()
@@ -1,4 +1,4 @@
1
- import { IsArray, IsBoolean, IsInt, IsNumber, IsObject, IsOptional, IsString } from 'class-validator';
1
+ import { IsArray, IsBoolean, IsDateString, IsInt, IsNumber, IsObject, IsOptional, IsString } from 'class-validator';
2
2
  import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
3
3
  import { IPrestation } from '../../models/IPrestation';
4
4
  import { IExercicePrestation } from '../../models/IExercicePrestation';
@@ -83,4 +83,14 @@ export class QueryUpdatePrestation {
83
83
  @IsOptional()
84
84
  @IsArray()
85
85
  commercialOffers: ICommercialOffer[];
86
+
87
+ @ApiPropertyOptional()
88
+ @IsOptional()
89
+ @IsDateString()
90
+ goToFacturation: string;
91
+
92
+ @ApiPropertyOptional()
93
+ @IsOptional()
94
+ @IsDateString()
95
+ dateLeavingFacturation: string;
86
96
  }
@@ -28,6 +28,12 @@ export class QueryGetPaginatedSocietiesFromPrestation {
28
28
  @ToBoolean()
29
29
  withArchived? = false;
30
30
 
31
+ @ApiPropertyOptional({ default: null })
32
+ @IsOptional()
33
+ @IsBoolean()
34
+ @ToBoolean()
35
+ paid?:boolean | null;
36
+
31
37
  @ApiPropertyOptional({ default: 25 })
32
38
  @IsOptional()
33
39
  @IsNumber()
@@ -12,6 +12,9 @@ export class CreateReport implements IReport {
12
12
  @ApiProperty()
13
13
  idUser: number;
14
14
 
15
+ @ApiProperty()
16
+ idServiceConcerned: number;
17
+
15
18
  @ApiProperty()
16
19
  comment: string;
17
20
 
@@ -10,6 +10,9 @@ export class QueryReports {
10
10
  @ApiPropertyOptional()
11
11
  idService?: number;
12
12
 
13
+ @ApiPropertyOptional()
14
+ idServiceConcerned?: number;
15
+
13
16
  @ApiPropertyOptional()
14
17
  id?: number;
15
18
 
@@ -9,5 +9,6 @@ export interface UpdateReport extends IReport {
9
9
  informerjlb?: boolean,
10
10
  ressenti?: number,
11
11
  action?: number,
12
+ idReport?: number,
12
13
  societyUsers?: IUser[]
13
14
  }