@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/js/types/index.js CHANGED
@@ -256,26 +256,26 @@ Object.keys(_IAreasInvoice).forEach(function (key) {
256
256
  });
257
257
  });
258
258
 
259
- var _IAskAbsence = require("./Interface/models/IAskAbsence");
259
+ var _IAbsenceRequest = require("./Interface/models/IAbsenceRequest");
260
260
 
261
- Object.keys(_IAskAbsence).forEach(function (key) {
261
+ Object.keys(_IAbsenceRequest).forEach(function (key) {
262
262
  if (key === "default" || key === "__esModule") return;
263
263
  Object.defineProperty(exports, key, {
264
264
  enumerable: true,
265
265
  get: function () {
266
- return _IAskAbsence[key];
266
+ return _IAbsenceRequest[key];
267
267
  }
268
268
  });
269
269
  });
270
270
 
271
- var _IAskAbsenceTimes = require("./Interface/models/IAskAbsenceTimes");
271
+ var _IAbsenceRequestTime = require("./Interface/models/IAbsenceRequestTime");
272
272
 
273
- Object.keys(_IAskAbsenceTimes).forEach(function (key) {
273
+ Object.keys(_IAbsenceRequestTime).forEach(function (key) {
274
274
  if (key === "default" || key === "__esModule") return;
275
275
  Object.defineProperty(exports, key, {
276
276
  enumerable: true,
277
277
  get: function () {
278
- return _IAskAbsenceTimes[key];
278
+ return _IAbsenceRequestTime[key];
279
279
  }
280
280
  });
281
281
  });
@@ -3700,6 +3700,18 @@ Object.keys(_IMobileNotificationSetting).forEach(function (key) {
3700
3700
  });
3701
3701
  });
3702
3702
 
3703
+ var _ITimeRecorder = require("./Interface/models/ITimeRecorder");
3704
+
3705
+ Object.keys(_ITimeRecorder).forEach(function (key) {
3706
+ if (key === "default" || key === "__esModule") return;
3707
+ Object.defineProperty(exports, key, {
3708
+ enumerable: true,
3709
+ get: function () {
3710
+ return _ITimeRecorder[key];
3711
+ }
3712
+ });
3713
+ });
3714
+
3703
3715
  var _FormAuthenticate = require("./Form/FormAuthenticate");
3704
3716
 
3705
3717
  Object.keys(_FormAuthenticate).forEach(function (key) {
@@ -3820,6 +3832,18 @@ Object.keys(_Quality).forEach(function (key) {
3820
3832
  });
3821
3833
  });
3822
3834
 
3835
+ var _AbsenceType = require("./Enum/AbsenceType");
3836
+
3837
+ Object.keys(_AbsenceType).forEach(function (key) {
3838
+ if (key === "default" || key === "__esModule") return;
3839
+ Object.defineProperty(exports, key, {
3840
+ enumerable: true,
3841
+ get: function () {
3842
+ return _AbsenceType[key];
3843
+ }
3844
+ });
3845
+ });
3846
+
3823
3847
  var _Role = require("./Enum/Role");
3824
3848
 
3825
3849
  Object.keys(_Role).forEach(function (key) {
@@ -3844,6 +3868,18 @@ Object.keys(_RoleDetail).forEach(function (key) {
3844
3868
  });
3845
3869
  });
3846
3870
 
3871
+ var _TimeCounterType = require("./Enum/TimeCounterType");
3872
+
3873
+ Object.keys(_TimeCounterType).forEach(function (key) {
3874
+ if (key === "default" || key === "__esModule") return;
3875
+ Object.defineProperty(exports, key, {
3876
+ enumerable: true,
3877
+ get: function () {
3878
+ return _TimeCounterType[key];
3879
+ }
3880
+ });
3881
+ });
3882
+
3847
3883
  var _MailAuto = require("./Enum/MailAuto");
3848
3884
 
3849
3885
  Object.keys(_MailAuto).forEach(function (key) {
@@ -5368,6 +5404,30 @@ Object.keys(_QueryGetAllFromSociety).forEach(function (key) {
5368
5404
  });
5369
5405
  });
5370
5406
 
5407
+ var _QueryGetAllCollaborators = require("./Interface/api/user/QueryGetAllCollaborators");
5408
+
5409
+ Object.keys(_QueryGetAllCollaborators).forEach(function (key) {
5410
+ if (key === "default" || key === "__esModule") return;
5411
+ Object.defineProperty(exports, key, {
5412
+ enumerable: true,
5413
+ get: function () {
5414
+ return _QueryGetAllCollaborators[key];
5415
+ }
5416
+ });
5417
+ });
5418
+
5419
+ var _QueryGetAllCollaboratorsByRoles = require("./Interface/api/user/QueryGetAllCollaboratorsByRoles");
5420
+
5421
+ Object.keys(_QueryGetAllCollaboratorsByRoles).forEach(function (key) {
5422
+ if (key === "default" || key === "__esModule") return;
5423
+ Object.defineProperty(exports, key, {
5424
+ enumerable: true,
5425
+ get: function () {
5426
+ return _QueryGetAllCollaboratorsByRoles[key];
5427
+ }
5428
+ });
5429
+ });
5430
+
5371
5431
  var _QueryResendConfirmationLink = require("./Interface/api/user/QueryResendConfirmationLink");
5372
5432
 
5373
5433
  Object.keys(_QueryResendConfirmationLink).forEach(function (key) {
@@ -5464,6 +5524,18 @@ Object.keys(_Permissions).forEach(function (key) {
5464
5524
  });
5465
5525
  });
5466
5526
 
5527
+ var _CollaboratorsByRoles = require("./Interface/api/user/CollaboratorsByRoles");
5528
+
5529
+ Object.keys(_CollaboratorsByRoles).forEach(function (key) {
5530
+ if (key === "default" || key === "__esModule") return;
5531
+ Object.defineProperty(exports, key, {
5532
+ enumerable: true,
5533
+ get: function () {
5534
+ return _CollaboratorsByRoles[key];
5535
+ }
5536
+ });
5537
+ });
5538
+
5467
5539
  var _ReadAccounts = require("./Interface/api/account/ReadAccounts");
5468
5540
 
5469
5541
  Object.keys(_ReadAccounts).forEach(function (key) {
@@ -6640,6 +6712,78 @@ Object.keys(_UpdateOrCreateWorkingSchedule).forEach(function (key) {
6640
6712
  });
6641
6713
  });
6642
6714
 
6715
+ var _QueryDailyHour = require("./Interface/api/workingSchedule/QueryDailyHour");
6716
+
6717
+ Object.keys(_QueryDailyHour).forEach(function (key) {
6718
+ if (key === "default" || key === "__esModule") return;
6719
+ Object.defineProperty(exports, key, {
6720
+ enumerable: true,
6721
+ get: function () {
6722
+ return _QueryDailyHour[key];
6723
+ }
6724
+ });
6725
+ });
6726
+
6727
+ var _QueryAttendance = require("./Interface/api/timeRecorder/QueryAttendance");
6728
+
6729
+ Object.keys(_QueryAttendance).forEach(function (key) {
6730
+ if (key === "default" || key === "__esModule") return;
6731
+ Object.defineProperty(exports, key, {
6732
+ enumerable: true,
6733
+ get: function () {
6734
+ return _QueryAttendance[key];
6735
+ }
6736
+ });
6737
+ });
6738
+
6739
+ var _QueryPaginatedDelays = require("./Interface/api/timeRecorder/QueryPaginatedDelays");
6740
+
6741
+ Object.keys(_QueryPaginatedDelays).forEach(function (key) {
6742
+ if (key === "default" || key === "__esModule") return;
6743
+ Object.defineProperty(exports, key, {
6744
+ enumerable: true,
6745
+ get: function () {
6746
+ return _QueryPaginatedDelays[key];
6747
+ }
6748
+ });
6749
+ });
6750
+
6751
+ var _ReadAttendanceHours = require("./Interface/api/timeRecorder/ReadAttendanceHours");
6752
+
6753
+ Object.keys(_ReadAttendanceHours).forEach(function (key) {
6754
+ if (key === "default" || key === "__esModule") return;
6755
+ Object.defineProperty(exports, key, {
6756
+ enumerable: true,
6757
+ get: function () {
6758
+ return _ReadAttendanceHours[key];
6759
+ }
6760
+ });
6761
+ });
6762
+
6763
+ var _ReadPaginatedDelays = require("./Interface/api/timeRecorder/ReadPaginatedDelays");
6764
+
6765
+ Object.keys(_ReadPaginatedDelays).forEach(function (key) {
6766
+ if (key === "default" || key === "__esModule") return;
6767
+ Object.defineProperty(exports, key, {
6768
+ enumerable: true,
6769
+ get: function () {
6770
+ return _ReadPaginatedDelays[key];
6771
+ }
6772
+ });
6773
+ });
6774
+
6775
+ var _ReadUsersNotConnected = require("./Interface/api/timeRecorder/ReadUsersNotConnected");
6776
+
6777
+ Object.keys(_ReadUsersNotConnected).forEach(function (key) {
6778
+ if (key === "default" || key === "__esModule") return;
6779
+ Object.defineProperty(exports, key, {
6780
+ enumerable: true,
6781
+ get: function () {
6782
+ return _ReadUsersNotConnected[key];
6783
+ }
6784
+ });
6785
+ });
6786
+
6643
6787
  var _ReadSurvey = require("./Interface/api/survey/ReadSurvey");
6644
6788
 
6645
6789
  Object.keys(_ReadSurvey).forEach(function (key) {
@@ -8416,6 +8560,66 @@ Object.keys(_createCalendarEvent).forEach(function (key) {
8416
8560
  });
8417
8561
  });
8418
8562
 
8563
+ var _createCalendarEventForUsers = require("./Interface/api/calendarEvent/createCalendarEventForUsers");
8564
+
8565
+ Object.keys(_createCalendarEventForUsers).forEach(function (key) {
8566
+ if (key === "default" || key === "__esModule") return;
8567
+ Object.defineProperty(exports, key, {
8568
+ enumerable: true,
8569
+ get: function () {
8570
+ return _createCalendarEventForUsers[key];
8571
+ }
8572
+ });
8573
+ });
8574
+
8575
+ var _updateCalendarEvent = require("./Interface/api/calendarEvent/updateCalendarEvent");
8576
+
8577
+ Object.keys(_updateCalendarEvent).forEach(function (key) {
8578
+ if (key === "default" || key === "__esModule") return;
8579
+ Object.defineProperty(exports, key, {
8580
+ enumerable: true,
8581
+ get: function () {
8582
+ return _updateCalendarEvent[key];
8583
+ }
8584
+ });
8585
+ });
8586
+
8587
+ var _queryCalendarEvent = require("./Interface/api/calendarEvent/queryCalendarEvent");
8588
+
8589
+ Object.keys(_queryCalendarEvent).forEach(function (key) {
8590
+ if (key === "default" || key === "__esModule") return;
8591
+ Object.defineProperty(exports, key, {
8592
+ enumerable: true,
8593
+ get: function () {
8594
+ return _queryCalendarEvent[key];
8595
+ }
8596
+ });
8597
+ });
8598
+
8599
+ var _getAllCalendarEvent = require("./Interface/api/calendarEvent/getAllCalendarEvent");
8600
+
8601
+ Object.keys(_getAllCalendarEvent).forEach(function (key) {
8602
+ if (key === "default" || key === "__esModule") return;
8603
+ Object.defineProperty(exports, key, {
8604
+ enumerable: true,
8605
+ get: function () {
8606
+ return _getAllCalendarEvent[key];
8607
+ }
8608
+ });
8609
+ });
8610
+
8611
+ var _readAllCalendarEvent = require("./Interface/api/calendarEvent/readAllCalendarEvent");
8612
+
8613
+ Object.keys(_readAllCalendarEvent).forEach(function (key) {
8614
+ if (key === "default" || key === "__esModule") return;
8615
+ Object.defineProperty(exports, key, {
8616
+ enumerable: true,
8617
+ get: function () {
8618
+ return _readAllCalendarEvent[key];
8619
+ }
8620
+ });
8621
+ });
8622
+
8419
8623
  var _Read2 = require("./Interface/api/checklist/Read");
8420
8624
 
8421
8625
  Object.keys(_Read2).forEach(function (key) {
@@ -8704,6 +8908,18 @@ Object.keys(_Util4).forEach(function (key) {
8704
8908
  });
8705
8909
  });
8706
8910
 
8911
+ var _Date = require("./Interface/enum/Date");
8912
+
8913
+ Object.keys(_Date).forEach(function (key) {
8914
+ if (key === "default" || key === "__esModule") return;
8915
+ Object.defineProperty(exports, key, {
8916
+ enumerable: true,
8917
+ get: function () {
8918
+ return _Date[key];
8919
+ }
8920
+ });
8921
+ });
8922
+
8707
8923
  var _cerfa = require("../utils/cerfa");
8708
8924
 
8709
8925
  Object.keys(_cerfa).forEach(function (key) {