@silexpert/core 0.4.227 → 0.4.229

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 (241) hide show
  1. package/es/api/resources/CalendarEvent.d.ts +10 -0
  2. package/es/api/resources/CalendarEvent.d.ts.map +1 -0
  3. package/es/api/resources/CalendarEvent.js +19 -0
  4. package/es/api/resources/CalendarEvent.js.map +1 -0
  5. package/es/api/resources/TimeRecorder.d.ts +8 -0
  6. package/es/api/resources/TimeRecorder.d.ts.map +1 -0
  7. package/es/api/resources/TimeRecorder.js +13 -0
  8. package/es/api/resources/TimeRecorder.js.map +1 -0
  9. package/es/api/resources/User.d.ts +3 -1
  10. package/es/api/resources/User.d.ts.map +1 -1
  11. package/es/api/resources/User.js +31 -0
  12. package/es/api/resources/User.js.map +1 -1
  13. package/es/api/resources/WorkingSchedule.d.ts +2 -0
  14. package/es/api/resources/WorkingSchedule.d.ts.map +1 -1
  15. package/es/api/resources/WorkingSchedule.js +5 -0
  16. package/es/api/resources/WorkingSchedule.js.map +1 -1
  17. package/es/api/resources.d.ts +4 -0
  18. package/es/api/resources.d.ts.map +1 -1
  19. package/es/api/resources.js +4 -0
  20. package/es/api/resources.js.map +1 -1
  21. package/es/types/Enum/AbsenceType.d.ts +9 -0
  22. package/es/types/Enum/AbsenceType.d.ts.map +1 -0
  23. package/es/types/Enum/AbsenceType.js +10 -0
  24. package/es/types/Enum/AbsenceType.js.map +1 -0
  25. package/es/types/Enum/Role.d.ts +2 -1
  26. package/es/types/Enum/Role.d.ts.map +1 -1
  27. package/es/types/Enum/Role.js +1 -0
  28. package/es/types/Enum/Role.js.map +1 -1
  29. package/es/types/Enum/RoleDetail.d.ts +6 -0
  30. package/es/types/Enum/RoleDetail.d.ts.map +1 -1
  31. package/es/types/Enum/RoleDetail.js +6 -0
  32. package/es/types/Enum/RoleDetail.js.map +1 -1
  33. package/es/types/Enum/TimeCounterType.d.ts +118 -0
  34. package/es/types/Enum/TimeCounterType.d.ts.map +1 -0
  35. package/es/types/Enum/TimeCounterType.js +118 -0
  36. package/es/types/Enum/TimeCounterType.js.map +1 -0
  37. package/es/types/Interface/api/calendarEvent/createCalendarEvent.d.ts +3 -1
  38. package/es/types/Interface/api/calendarEvent/createCalendarEvent.d.ts.map +1 -1
  39. package/es/types/Interface/api/calendarEvent/createCalendarEvent.js +9 -1
  40. package/es/types/Interface/api/calendarEvent/createCalendarEvent.js.map +1 -1
  41. package/es/types/Interface/api/calendarEvent/createCalendarEventForUsers.d.ts +21 -0
  42. package/es/types/Interface/api/calendarEvent/createCalendarEventForUsers.d.ts.map +1 -0
  43. package/es/types/Interface/api/calendarEvent/createCalendarEventForUsers.js +85 -0
  44. package/es/types/Interface/api/calendarEvent/createCalendarEventForUsers.js.map +1 -0
  45. package/es/types/Interface/api/calendarEvent/getAllCalendarEvent.d.ts +7 -0
  46. package/es/types/Interface/api/calendarEvent/getAllCalendarEvent.d.ts.map +1 -0
  47. package/es/types/Interface/api/calendarEvent/getAllCalendarEvent.js +29 -0
  48. package/es/types/Interface/api/calendarEvent/getAllCalendarEvent.js.map +1 -0
  49. package/es/types/Interface/api/calendarEvent/queryCalendarEvent.d.ts +5 -0
  50. package/es/types/Interface/api/calendarEvent/queryCalendarEvent.d.ts.map +1 -0
  51. package/es/types/Interface/api/calendarEvent/queryCalendarEvent.js +31 -0
  52. package/es/types/Interface/api/calendarEvent/queryCalendarEvent.js.map +1 -0
  53. package/es/types/Interface/api/calendarEvent/readAllCalendarEvent.d.ts +13 -0
  54. package/es/types/Interface/api/calendarEvent/readAllCalendarEvent.d.ts.map +1 -0
  55. package/es/types/Interface/api/calendarEvent/readAllCalendarEvent.js +2 -0
  56. package/es/types/Interface/api/calendarEvent/readAllCalendarEvent.js.map +1 -0
  57. package/es/types/Interface/api/calendarEvent/updateCalendarEvent.d.ts +20 -0
  58. package/es/types/Interface/api/calendarEvent/updateCalendarEvent.d.ts.map +1 -0
  59. package/es/types/Interface/api/calendarEvent/updateCalendarEvent.js +81 -0
  60. package/es/types/Interface/api/calendarEvent/updateCalendarEvent.js.map +1 -0
  61. package/es/types/Interface/api/timeRecorder/QueryAttendance.d.ts +5 -0
  62. package/es/types/Interface/api/timeRecorder/QueryAttendance.d.ts.map +1 -0
  63. package/es/types/Interface/api/timeRecorder/QueryAttendance.js +26 -0
  64. package/es/types/Interface/api/timeRecorder/QueryAttendance.js.map +1 -0
  65. package/es/types/Interface/api/timeRecorder/QueryPaginatedDelays.d.ts +9 -0
  66. package/es/types/Interface/api/timeRecorder/QueryPaginatedDelays.d.ts.map +1 -0
  67. package/es/types/Interface/api/timeRecorder/QueryPaginatedDelays.js +50 -0
  68. package/es/types/Interface/api/timeRecorder/QueryPaginatedDelays.js.map +1 -0
  69. package/es/types/Interface/api/timeRecorder/ReadAttendanceHours.d.ts +5 -0
  70. package/es/types/Interface/api/timeRecorder/ReadAttendanceHours.d.ts.map +1 -0
  71. package/es/types/Interface/api/timeRecorder/ReadAttendanceHours.js +2 -0
  72. package/es/types/Interface/api/timeRecorder/ReadAttendanceHours.js.map +1 -0
  73. package/es/types/Interface/api/timeRecorder/ReadPaginatedDelays.d.ts +21 -0
  74. package/es/types/Interface/api/timeRecorder/ReadPaginatedDelays.d.ts.map +1 -0
  75. package/es/types/Interface/api/timeRecorder/ReadPaginatedDelays.js +2 -0
  76. package/es/types/Interface/api/timeRecorder/ReadPaginatedDelays.js.map +1 -0
  77. package/es/types/Interface/api/timeRecorder/ReadUsersNotConnected.d.ts +7 -0
  78. package/es/types/Interface/api/timeRecorder/ReadUsersNotConnected.d.ts.map +1 -0
  79. package/es/types/Interface/api/timeRecorder/ReadUsersNotConnected.js +2 -0
  80. package/es/types/Interface/api/timeRecorder/ReadUsersNotConnected.js.map +1 -0
  81. package/es/types/Interface/api/user/CollaboratorsByRoles.d.ts +6 -0
  82. package/es/types/Interface/api/user/CollaboratorsByRoles.d.ts.map +1 -0
  83. package/es/types/Interface/api/user/CollaboratorsByRoles.js +2 -0
  84. package/es/types/Interface/api/user/CollaboratorsByRoles.js.map +1 -0
  85. package/es/types/Interface/api/user/ParamsGetAllCollaborators.d.ts +3 -0
  86. package/es/types/Interface/api/user/ParamsGetAllCollaborators.d.ts.map +1 -1
  87. package/es/types/Interface/api/user/ParamsGetAllCollaborators.js +19 -1
  88. package/es/types/Interface/api/user/ParamsGetAllCollaborators.js.map +1 -1
  89. package/es/types/Interface/api/user/QueryGetAllCollaborators.d.ts +4 -0
  90. package/es/types/Interface/api/user/QueryGetAllCollaborators.d.ts.map +1 -0
  91. package/es/types/Interface/api/user/QueryGetAllCollaborators.js +22 -0
  92. package/es/types/Interface/api/user/QueryGetAllCollaborators.js.map +1 -0
  93. package/es/types/Interface/api/user/QueryGetAllCollaboratorsByRoles.d.ts +4 -0
  94. package/es/types/Interface/api/user/QueryGetAllCollaboratorsByRoles.d.ts.map +1 -0
  95. package/es/types/Interface/api/user/QueryGetAllCollaboratorsByRoles.js +22 -0
  96. package/es/types/Interface/api/user/QueryGetAllCollaboratorsByRoles.js.map +1 -0
  97. package/es/types/Interface/api/workingSchedule/QueryDailyHour.d.ts +13 -0
  98. package/es/types/Interface/api/workingSchedule/QueryDailyHour.d.ts.map +1 -0
  99. package/es/types/Interface/api/workingSchedule/QueryDailyHour.js +2 -0
  100. package/es/types/Interface/api/workingSchedule/QueryDailyHour.js.map +1 -0
  101. package/es/types/Interface/enum/Date.d.ts +7 -0
  102. package/es/types/Interface/enum/Date.d.ts.map +1 -0
  103. package/es/types/Interface/enum/Date.js +2 -0
  104. package/es/types/Interface/enum/Date.js.map +1 -0
  105. package/es/types/Interface/models/IAbsenceRequest.d.ts +29 -0
  106. package/es/types/Interface/models/IAbsenceRequest.d.ts.map +1 -0
  107. package/es/types/Interface/models/IAbsenceRequest.js +2 -0
  108. package/es/types/Interface/models/IAbsenceRequest.js.map +1 -0
  109. package/es/types/Interface/models/IAbsenceRequestTime.d.ts +12 -0
  110. package/es/types/Interface/models/IAbsenceRequestTime.d.ts.map +1 -0
  111. package/es/types/Interface/models/IAbsenceRequestTime.js +2 -0
  112. package/es/types/Interface/models/IAbsenceRequestTime.js.map +1 -0
  113. package/es/types/Interface/models/ICalendarEvent.d.ts +2 -0
  114. package/es/types/Interface/models/ICalendarEvent.d.ts.map +1 -1
  115. package/es/types/Interface/models/ICalendarEvent.js.map +1 -1
  116. package/es/types/Interface/models/ITimeRecorder.d.ts +10 -0
  117. package/es/types/Interface/models/ITimeRecorder.d.ts.map +1 -0
  118. package/es/types/Interface/models/ITimeRecorder.js +2 -0
  119. package/es/types/Interface/models/ITimeRecorder.js.map +1 -0
  120. package/es/types/Interface/models/IUser.d.ts +1 -0
  121. package/es/types/Interface/models/IUser.d.ts.map +1 -1
  122. package/es/types/Interface/models/IUser.js.map +1 -1
  123. package/es/types/Interface/models/IWorkingSchedule.d.ts +6 -6
  124. package/es/types/Interface/models/IWorkingSchedule.d.ts.map +1 -1
  125. package/es/types/Interface/models/IWorkingSchedule.js.map +1 -1
  126. package/es/types/index.d.ts +20 -2
  127. package/es/types/index.d.ts.map +1 -1
  128. package/es/types/index.js +20 -2
  129. package/es/types/index.js.map +1 -1
  130. package/es/utils/webmail.d.ts.map +1 -1
  131. package/es/utils/webmail.js +3 -0
  132. package/es/utils/webmail.js.map +1 -1
  133. package/js/api/resources/CalendarEvent.js +38 -0
  134. package/js/api/resources/CalendarEvent.js.map +1 -0
  135. package/js/api/resources/TimeRecorder.js +32 -0
  136. package/js/api/resources/TimeRecorder.js.map +1 -0
  137. package/js/api/resources/User.js +18 -0
  138. package/js/api/resources/User.js.map +1 -1
  139. package/js/api/resources/WorkingSchedule.js +10 -0
  140. package/js/api/resources/WorkingSchedule.js.map +1 -1
  141. package/js/api/resources.js +6 -0
  142. package/js/api/resources.js.map +1 -1
  143. package/js/types/Enum/AbsenceType.js +16 -0
  144. package/js/types/Enum/AbsenceType.js.map +1 -0
  145. package/js/types/Enum/Role.js +1 -0
  146. package/js/types/Enum/Role.js.map +1 -1
  147. package/js/types/Enum/RoleDetail.js +6 -0
  148. package/js/types/Enum/RoleDetail.js.map +1 -1
  149. package/js/types/Enum/TimeCounterType.js +126 -0
  150. package/js/types/Enum/TimeCounterType.js.map +1 -0
  151. package/js/types/Interface/api/calendarEvent/createCalendarEvent.js +5 -1
  152. package/js/types/Interface/api/calendarEvent/createCalendarEvent.js.map +1 -1
  153. package/js/types/Interface/api/calendarEvent/createCalendarEventForUsers.js +61 -0
  154. package/js/types/Interface/api/calendarEvent/createCalendarEventForUsers.js.map +1 -0
  155. package/js/types/Interface/api/calendarEvent/getAllCalendarEvent.js +33 -0
  156. package/js/types/Interface/api/calendarEvent/getAllCalendarEvent.js.map +1 -0
  157. package/js/types/Interface/api/calendarEvent/queryCalendarEvent.js +37 -0
  158. package/js/types/Interface/api/calendarEvent/queryCalendarEvent.js.map +1 -0
  159. package/js/types/Interface/api/calendarEvent/readAllCalendarEvent.js +6 -0
  160. package/js/types/Interface/api/calendarEvent/readAllCalendarEvent.js.map +1 -0
  161. package/js/types/Interface/api/calendarEvent/updateCalendarEvent.js +59 -0
  162. package/js/types/Interface/api/calendarEvent/updateCalendarEvent.js.map +1 -0
  163. package/js/types/Interface/api/timeRecorder/QueryAttendance.js +31 -0
  164. package/js/types/Interface/api/timeRecorder/QueryAttendance.js.map +1 -0
  165. package/js/types/Interface/api/timeRecorder/QueryPaginatedDelays.js +43 -0
  166. package/js/types/Interface/api/timeRecorder/QueryPaginatedDelays.js.map +1 -0
  167. package/js/types/Interface/api/timeRecorder/ReadAttendanceHours.js +6 -0
  168. package/js/types/Interface/api/timeRecorder/ReadAttendanceHours.js.map +1 -0
  169. package/js/types/Interface/api/timeRecorder/ReadPaginatedDelays.js +6 -0
  170. package/js/types/Interface/api/timeRecorder/ReadPaginatedDelays.js.map +1 -0
  171. package/js/types/Interface/api/timeRecorder/ReadUsersNotConnected.js +6 -0
  172. package/js/types/Interface/api/timeRecorder/ReadUsersNotConnected.js.map +1 -0
  173. package/js/types/Interface/api/user/CollaboratorsByRoles.js +6 -0
  174. package/js/types/Interface/api/user/CollaboratorsByRoles.js.map +1 -0
  175. package/js/types/Interface/api/user/ParamsGetAllCollaborators.js +6 -0
  176. package/js/types/Interface/api/user/ParamsGetAllCollaborators.js.map +1 -1
  177. package/js/types/Interface/api/user/QueryGetAllCollaborators.js +32 -0
  178. package/js/types/Interface/api/user/QueryGetAllCollaborators.js.map +1 -0
  179. package/js/types/Interface/api/user/QueryGetAllCollaboratorsByRoles.js +32 -0
  180. package/js/types/Interface/api/user/QueryGetAllCollaboratorsByRoles.js.map +1 -0
  181. package/js/types/Interface/{models/IAskAbsenceTimes.js → api/workingSchedule/QueryDailyHour.js} +1 -1
  182. package/js/types/Interface/api/workingSchedule/QueryDailyHour.js.map +1 -0
  183. package/js/types/Interface/{models/IAskAbsence.js → enum/Date.js} +1 -1
  184. package/js/types/Interface/enum/Date.js.map +1 -0
  185. package/js/types/Interface/models/IAbsenceRequest.js +6 -0
  186. package/js/types/Interface/models/IAbsenceRequest.js.map +1 -0
  187. package/js/types/Interface/models/IAbsenceRequestTime.js +6 -0
  188. package/js/types/Interface/models/IAbsenceRequestTime.js.map +1 -0
  189. package/js/types/Interface/models/ITimeRecorder.js +6 -0
  190. package/js/types/Interface/models/ITimeRecorder.js.map +1 -0
  191. package/js/types/index.js +222 -6
  192. package/js/types/index.js.map +1 -1
  193. package/js/utils/webmail.js +2 -0
  194. package/js/utils/webmail.js.map +1 -1
  195. package/package.json +1 -1
  196. package/ts/api/resources/CalendarEvent.ts +26 -0
  197. package/ts/api/resources/TimeRecorder.ts +18 -0
  198. package/ts/api/resources/User.ts +31 -2
  199. package/ts/api/resources/WorkingSchedule.ts +7 -0
  200. package/ts/api/resources.ts +4 -0
  201. package/ts/types/Enum/AbsenceType.ts +8 -0
  202. package/ts/types/Enum/Role.ts +1 -0
  203. package/ts/types/Enum/RoleDetail.ts +6 -0
  204. package/ts/types/Enum/TimeCounterType.ts +118 -0
  205. package/ts/types/Interface/api/calendarEvent/createCalendarEvent.ts +8 -2
  206. package/ts/types/Interface/api/calendarEvent/createCalendarEventForUsers.ts +57 -0
  207. package/ts/types/Interface/api/calendarEvent/getAllCalendarEvent.ts +15 -0
  208. package/ts/types/Interface/api/calendarEvent/queryCalendarEvent.ts +21 -0
  209. package/ts/types/Interface/api/calendarEvent/readAllCalendarEvent.ts +12 -0
  210. package/ts/types/Interface/api/calendarEvent/updateCalendarEvent.ts +54 -0
  211. package/ts/types/Interface/api/timeRecorder/QueryAttendance.ts +14 -0
  212. package/ts/types/Interface/api/timeRecorder/QueryPaginatedDelays.ts +36 -0
  213. package/ts/types/Interface/api/timeRecorder/ReadAttendanceHours.ts +4 -0
  214. package/ts/types/Interface/api/timeRecorder/ReadPaginatedDelays.ts +21 -0
  215. package/ts/types/Interface/api/timeRecorder/ReadUsersNotConnected.ts +6 -0
  216. package/ts/types/Interface/api/user/CollaboratorsByRoles.ts +6 -0
  217. package/ts/types/Interface/api/user/ParamsGetAllCollaborators.ts +16 -0
  218. package/ts/types/Interface/api/user/QueryGetAllCollaborators.ts +11 -0
  219. package/ts/types/Interface/api/user/QueryGetAllCollaboratorsByRoles.ts +11 -0
  220. package/ts/types/Interface/api/workingSchedule/QueryDailyHour.ts +12 -0
  221. package/ts/types/Interface/enum/Date.ts +6 -0
  222. package/ts/types/Interface/models/IAbsenceRequest.ts +32 -0
  223. package/ts/types/Interface/models/IAbsenceRequestTime.ts +15 -0
  224. package/ts/types/Interface/models/ICalendarEvent.ts +2 -0
  225. package/ts/types/Interface/models/ITimeRecorder.ts +10 -0
  226. package/ts/types/Interface/models/IUser.ts +1 -0
  227. package/ts/types/Interface/models/IWorkingSchedule.ts +6 -6
  228. package/ts/types/index.ts +20 -2
  229. package/ts/utils/webmail.ts +2 -0
  230. package/es/types/Interface/models/IAskAbsence.d.ts +0 -29
  231. package/es/types/Interface/models/IAskAbsence.d.ts.map +0 -1
  232. package/es/types/Interface/models/IAskAbsence.js +0 -2
  233. package/es/types/Interface/models/IAskAbsence.js.map +0 -1
  234. package/es/types/Interface/models/IAskAbsenceTimes.d.ts +0 -12
  235. package/es/types/Interface/models/IAskAbsenceTimes.d.ts.map +0 -1
  236. package/es/types/Interface/models/IAskAbsenceTimes.js +0 -2
  237. package/es/types/Interface/models/IAskAbsenceTimes.js.map +0 -1
  238. package/js/types/Interface/models/IAskAbsence.js.map +0 -1
  239. package/js/types/Interface/models/IAskAbsenceTimes.js.map +0 -1
  240. package/ts/types/Interface/models/IAskAbsence.ts +0 -32
  241. package/ts/types/Interface/models/IAskAbsenceTimes.ts +0 -15
package/ts/types/index.ts CHANGED
@@ -20,8 +20,8 @@ export * from './Interface/models/IAllowedIp';
20
20
  export * from './Interface/models/IAnalyticsUtm';
21
21
  export * from './Interface/models/IAppConfig';
22
22
  export * from './Interface/models/IAreasInvoice';
23
- export * from './Interface/models/IAskAbsence';
24
- export * from './Interface/models/IAskAbsenceTimes';
23
+ export * from './Interface/models/IAbsenceRequest';
24
+ export * from './Interface/models/IAbsenceRequestTime';
25
25
  export * from './Interface/models/IAttachmentFile';
26
26
  export * from './Interface/models/IAttestation';
27
27
  export * from './Interface/models/IAttributionHistory';
@@ -307,6 +307,7 @@ export * from './Interface/models/ISocietyEvent';
307
307
  export * from './Interface/models/ITask';
308
308
  export * from './Interface/models/IMobileNotificationLog';
309
309
  export * from './Interface/models/IMobileNotificationSetting';
310
+ export * from './Interface/models/ITimeRecorder';
310
311
 
311
312
  // Forms
312
313
  export * from './Form/FormAuthenticate';
@@ -321,8 +322,10 @@ export * from './Enum/Tax';
321
322
  export * from './Enum/RegistrationSource';
322
323
  export * from './Enum/Log';
323
324
  export * from './Enum/Quality';
325
+ export * from './Enum/AbsenceType';
324
326
  export * from './Enum/Role';
325
327
  export * from './Enum/RoleDetail';
328
+ export * from './Enum/TimeCounterType';
326
329
  export * from './Enum/MailAuto';
327
330
  export * from './Enum/Simulation';
328
331
  export * from './Enum/Country';
@@ -452,6 +455,8 @@ export * from './Interface/api/accountingTransaction/QueryBankAccountSum';
452
455
  export * from './Interface/api/user/QueryConfirm';
453
456
  export * from './Interface/api/user/QuerySocieties';
454
457
  export * from './Interface/api/user/QueryGetAllFromSociety';
458
+ export * from './Interface/api/user/QueryGetAllCollaborators';
459
+ export * from './Interface/api/user/QueryGetAllCollaboratorsByRoles';
455
460
  export * from './Interface/api/user/QueryResendConfirmationLink';
456
461
  export * from './Interface/api/user/CreateUser';
457
462
  export * from './Interface/api/user/ParamsGetAll';
@@ -460,6 +465,7 @@ export * from './Interface/api/user/ParamsGetAllCollaborators';
460
465
  export * from './Interface/api/user/CreateCoworker';
461
466
  export * from './Interface/api/user/QueryUserSmsConfirmation';
462
467
  export * from './Interface/api/user/Permissions';
468
+ export * from './Interface/api/user/CollaboratorsByRoles';
463
469
  export * from './Interface/api/account/ReadAccounts';
464
470
  export * from './Interface/api/balanceSheet/ReadFreelanceTurnover';
465
471
  export * from './Interface/api/simulationColors/ReadSimulationColors';
@@ -558,6 +564,12 @@ export * from './Interface/api/employee/QueryEmployeeSearch';
558
564
  export * from './Interface/api/employee/QueryCreateEmployee';
559
565
  export * from './Interface/api/employee/QueryUpdateEmployee';
560
566
  export * from './Interface/api/workingSchedule/UpdateOrCreateWorkingSchedule';
567
+ export * from './Interface/api/workingSchedule/QueryDailyHour';
568
+ export * from './Interface/api/timeRecorder/QueryAttendance';
569
+ export * from './Interface/api/timeRecorder/QueryPaginatedDelays';
570
+ export * from './Interface/api/timeRecorder/ReadAttendanceHours';
571
+ export * from './Interface/api/timeRecorder/ReadPaginatedDelays';
572
+ export * from './Interface/api/timeRecorder/ReadUsersNotConnected';
561
573
 
562
574
  // export * from './Interface/api/survey/QuerySurvey';
563
575
  export * from './Interface/api/survey/ReadSurvey';
@@ -710,6 +722,11 @@ export * from './Interface/api/balanceSheetModule/ReadPrepareModulesAndCompletio
710
722
  export * from './Interface/api/bankAccount/ReadExpiredBankAccount';
711
723
  export * from './Interface/api/sheetMonthSchedule/QuerySheetMonthSchedule';
712
724
  export * from './Interface/api/calendarEvent/createCalendarEvent';
725
+ export * from './Interface/api/calendarEvent/createCalendarEventForUsers';
726
+ export * from './Interface/api/calendarEvent/updateCalendarEvent';
727
+ export * from './Interface/api/calendarEvent/queryCalendarEvent';
728
+ export * from './Interface/api/calendarEvent/getAllCalendarEvent';
729
+ export * from './Interface/api/calendarEvent/readAllCalendarEvent';
713
730
  export * from './Interface/api/checklist/Read';
714
731
  export * from './Interface/api/checklist/Query';
715
732
  export * from './Interface/api/checklist/Update';
@@ -736,6 +753,7 @@ export * from './Interface/api/alert/CreateAlert';
736
753
 
737
754
  // Enums types
738
755
  export * from './Interface/enum/Util';
756
+ export * from './Interface/enum/Date';
739
757
 
740
758
  export * from '../utils/cerfa';
741
759
  export * from '../utils/checklist';
@@ -10,6 +10,8 @@ const getIdRoleUsedForEmail = (listRoles: number[]): number => {
10
10
  idRole = Role.COMMERCIAL;
11
11
  } else if (listRoles.includes(Role.EXPERT_ACCOUNTANT)) {
12
12
  idRole = Role.EXPERT_ACCOUNTANT;
13
+ } else if (listRoles.includes(Role.JURIDICAL_SUPPORT)) {
14
+ idRole = Role.JURIDICAL_SUPPORT;
13
15
  } else if (listRoles.includes(Role.JURIDIC)) {
14
16
  idRole = Role.JURIDIC;
15
17
  } else if (listRoles.includes(Role.SOCIAL)) {
@@ -1,29 +0,0 @@
1
- import { IUser } from './IUser';
2
- import { IAbsenceType } from './IAbsenceType';
3
- import { IFile } from './IFile';
4
- import { IAskAbsenceTimes } from './IAskAbsenceTimes';
5
- export interface IAskAbsence {
6
- id?: number;
7
- validService: Date | null;
8
- validRh: Date | null;
9
- motifAsk: string | null;
10
- commentResponse: string | null;
11
- dateStartHoliday: Date | null;
12
- dateEndHoliday: Date | null;
13
- refused: boolean;
14
- isSolidarite: boolean;
15
- idTypeAbsence: number | null;
16
- idUserAsk: number | null;
17
- idUserValidRh: number | null;
18
- idUserValidService: number | null;
19
- idFile: number | null;
20
- createdAt?: Date | null;
21
- updatedAt?: Date | null;
22
- userDemand: IUser;
23
- userValidRh: IUser;
24
- userValidService: IUser;
25
- typeAbsence: IAbsenceType;
26
- file: IFile;
27
- askAbsencesTimes: IAskAbsenceTimes[];
28
- }
29
- //# sourceMappingURL=IAskAbsence.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IAskAbsence.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IAskAbsence.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAGtD,MAAM,WAAW,WAAW;IAC1B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,YAAY,EAAE,IAAI,GAAG,IAAI,CAAC;IAC1B,OAAO,EAAE,IAAI,GAAG,IAAI,CAAC;IACrB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,gBAAgB,EAAE,IAAI,GAAG,IAAI,CAAC;IAC9B,cAAc,EAAE,IAAI,GAAG,IAAI,CAAC;IAC5B,OAAO,EAAE,OAAO,CAAC;IACjB,YAAY,EAAE,OAAO,CAAC;IACtB,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,UAAU,EAAE,KAAK,CAAC;IAClB,WAAW,EAAE,KAAK,CAAC;IACnB,gBAAgB,EAAE,KAAK,CAAC;IACxB,WAAW,EAAE,YAAY,CAAC;IAC1B,IAAI,EAAE,KAAK,CAAC;IACZ,gBAAgB,EAAE,gBAAgB,EAAE,CAAC;CACtC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=IAskAbsence.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IAskAbsence.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IAskAbsence.ts"],"names":[],"mappings":"","sourcesContent":["import { IUser } from './IUser';\nimport { IAbsenceType } from './IAbsenceType';\nimport { IFile } from './IFile';\nimport { IAskAbsenceTimes } from './IAskAbsenceTimes';\n\n// askAbsences\nexport interface IAskAbsence {\n id?: number;\n validService: Date | null;\n validRh: Date | null;\n motifAsk: string | null;\n commentResponse: string | null;\n dateStartHoliday: Date | null;\n dateEndHoliday: Date | null;\n refused: boolean;\n isSolidarite: boolean;\n idTypeAbsence: number | null;\n idUserAsk: number | null;\n idUserValidRh: number | null;\n idUserValidService: number | null;\n idFile: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n userDemand: IUser;\n userValidRh: IUser;\n userValidService: IUser;\n typeAbsence: IAbsenceType;\n file: IFile;\n askAbsencesTimes: IAskAbsenceTimes[];\n}\n"]}
@@ -1,12 +0,0 @@
1
- import { IAskAbsence } from './IAskAbsence';
2
- export interface IAskAbsenceTimes {
3
- id?: number;
4
- type: number;
5
- idAskAbsence: number | null;
6
- dateStart: Date | null;
7
- dateEnd: Date | null;
8
- createdAt?: Date | null;
9
- updatedAt?: Date | null;
10
- askAbsence: IAskAbsence;
11
- }
12
- //# sourceMappingURL=IAskAbsenceTimes.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IAskAbsenceTimes.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IAskAbsenceTimes.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAG5C,MAAM,WAAW,gBAAgB;IAC/B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,SAAS,EAAE,IAAI,GAAG,IAAI,CAAC;IACvB,OAAO,EAAE,IAAI,GAAG,IAAI,CAAC;IACrB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,UAAU,EAAE,WAAW,CAAC;CACzB"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=IAskAbsenceTimes.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IAskAbsenceTimes.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IAskAbsenceTimes.ts"],"names":[],"mappings":"","sourcesContent":["import { IAskAbsence } from './IAskAbsence';\n\n// askAbsencesTimes\nexport interface IAskAbsenceTimes {\n id?: number;\n type: number;\n idAskAbsence: number | null;\n dateStart: Date | null;\n dateEnd: Date | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n askAbsence: IAskAbsence;\n}\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"IAskAbsence.js","mappings":"","names":[],"sourceRoot":"","sources":[],"sourcesContent":[]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"IAskAbsenceTimes.js","mappings":"","names":[],"sourceRoot":"","sources":[],"sourcesContent":[]}
@@ -1,32 +0,0 @@
1
- import { IUser } from './IUser';
2
- import { IAbsenceType } from './IAbsenceType';
3
- import { IFile } from './IFile';
4
- import { IAskAbsenceTimes } from './IAskAbsenceTimes';
5
-
6
- // askAbsences
7
- export interface IAskAbsence {
8
- id?: number;
9
- validService: Date | null;
10
- validRh: Date | null;
11
- motifAsk: string | null;
12
- commentResponse: string | null;
13
- dateStartHoliday: Date | null;
14
- dateEndHoliday: Date | null;
15
- refused: boolean;
16
- isSolidarite: boolean;
17
- idTypeAbsence: number | null;
18
- idUserAsk: number | null;
19
- idUserValidRh: number | null;
20
- idUserValidService: number | null;
21
- idFile: number | null;
22
- createdAt?: Date | null;
23
- updatedAt?: Date | null;
24
-
25
- // Associations
26
- userDemand: IUser;
27
- userValidRh: IUser;
28
- userValidService: IUser;
29
- typeAbsence: IAbsenceType;
30
- file: IFile;
31
- askAbsencesTimes: IAskAbsenceTimes[];
32
- }
@@ -1,15 +0,0 @@
1
- import { IAskAbsence } from './IAskAbsence';
2
-
3
- // askAbsencesTimes
4
- export interface IAskAbsenceTimes {
5
- id?: number;
6
- type: number;
7
- idAskAbsence: number | null;
8
- dateStart: Date | null;
9
- dateEnd: Date | null;
10
- createdAt?: Date | null;
11
- updatedAt?: Date | null;
12
-
13
- // Associations
14
- askAbsence: IAskAbsence;
15
- }