@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
@@ -0,0 +1,61 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.CreateCalendarEventForUsers = undefined;
7
+
8
+ var _utils = require("../../../../utils");
9
+
10
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
11
+ var c = arguments.length,
12
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
13
+ d;
14
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
15
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
16
+ };
17
+
18
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
19
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
20
+ };
21
+
22
+ class CreateCalendarEventForUsers {}
23
+
24
+ exports.CreateCalendarEventForUsers = CreateCalendarEventForUsers;
25
+
26
+ __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", String)], CreateCalendarEventForUsers.prototype, "title", void 0);
27
+
28
+ __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Date)], CreateCalendarEventForUsers.prototype, "dateStart", void 0);
29
+
30
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Date)], CreateCalendarEventForUsers.prototype, "dateEnd", void 0);
31
+
32
+ __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", String)], CreateCalendarEventForUsers.prototype, "comment", void 0);
33
+
34
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], CreateCalendarEventForUsers.prototype, "idRoom", void 0);
35
+
36
+ __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Number)], CreateCalendarEventForUsers.prototype, "createdBy", void 0);
37
+
38
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], CreateCalendarEventForUsers.prototype, "idColor", void 0);
39
+
40
+ __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Number)], CreateCalendarEventForUsers.prototype, "idSociety", void 0);
41
+
42
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], CreateCalendarEventForUsers.prototype, "idExercice", void 0);
43
+
44
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], CreateCalendarEventForUsers.prototype, "idType", void 0);
45
+
46
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], CreateCalendarEventForUsers.prototype, "idTimeCounterType", void 0);
47
+
48
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], CreateCalendarEventForUsers.prototype, "typeComptable", void 0);
49
+
50
+ __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Boolean)], CreateCalendarEventForUsers.prototype, "isDone", void 0);
51
+
52
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], CreateCalendarEventForUsers.prototype, "callState", void 0);
53
+
54
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], CreateCalendarEventForUsers.prototype, "idRecurrence", void 0);
55
+
56
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], CreateCalendarEventForUsers.prototype, "idPlace", void 0);
57
+
58
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Date)], CreateCalendarEventForUsers.prototype, "validatedAt", void 0);
59
+
60
+ __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Array)], CreateCalendarEventForUsers.prototype, "idUsers", void 0);
61
+ //# sourceMappingURL=createCalendarEventForUsers.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"createCalendarEventForUsers.js","mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAOA,2BAAP,CAAkC;;QAA3BA,2B,GAAAA,2B;;AAEXC,YADC,yBACD;;AAGAA,YADC,yBACD,4BAAWC,KAAX;;AAGAD,YADC,iCACD,4BAAUC,KAAV;;AAGAD,YADC,yBACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,yBACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,yBACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,yBACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD,4BAAcC,KAAd;;AAGAD,YADC,yBACD,4BAASE,MAAT","names":["CreateCalendarEventForUsers","__decorate","Date","Array"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/calendarEvent/createCalendarEventForUsers.ts"],"sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class CreateCalendarEventForUsers {\n @ApiProperty()\n title: string;\n\n @ApiProperty()\n dateStart: Date;\n\n @ApiPropertyOptional()\n dateEnd?: Date;\n\n @ApiProperty()\n comment: string;\n\n @ApiPropertyOptional()\n idRoom?: number;\n\n @ApiProperty()\n createdBy: number;\n\n @ApiPropertyOptional()\n idColor?: number;\n\n @ApiProperty()\n idSociety: number;\n\n @ApiPropertyOptional()\n idExercice?: number;\n\n @ApiPropertyOptional()\n idType?: number;\n\n @ApiPropertyOptional()\n idTimeCounterType?: number;\n\n @ApiPropertyOptional()\n typeComptable?: number;\n\n @ApiProperty()\n isDone: boolean;\n\n @ApiPropertyOptional()\n callState?: number;\n\n @ApiPropertyOptional()\n idRecurrence?: number;\n\n @ApiPropertyOptional()\n idPlace?: number;\n\n @ApiPropertyOptional()\n validatedAt?: Date;\n\n @ApiProperty()\n idUsers: Array<number>;\n}"]}
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.GetAllCalendarEvent = undefined;
7
+
8
+ var _decorators = require("../../../../utils/decorators");
9
+
10
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
11
+ var c = arguments.length,
12
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
13
+ d;
14
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
15
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
16
+ };
17
+
18
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
19
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
20
+ };
21
+
22
+ class GetAllCalendarEvent {}
23
+
24
+ exports.GetAllCalendarEvent = GetAllCalendarEvent;
25
+
26
+ __decorate([(0, _decorators.ApiProperty)(), __metadata("design:type", Number)], GetAllCalendarEvent.prototype, "idUser", void 0);
27
+
28
+ __decorate([(0, _decorators.ApiProperty)(), __metadata("design:type", Date)], GetAllCalendarEvent.prototype, "startDate", void 0);
29
+
30
+ __decorate([(0, _decorators.ApiProperty)(), __metadata("design:type", Date)], GetAllCalendarEvent.prototype, "endDate", void 0);
31
+
32
+ __decorate([(0, _decorators.ApiPropertyOptional)(), __metadata("design:type", Boolean)], GetAllCalendarEvent.prototype, "isValidated", void 0);
33
+ //# sourceMappingURL=getAllCalendarEvent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getAllCalendarEvent.js","mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAOA,mBAAP,CAA0B;;QAAnBA,mB,GAAAA,mB;;AAEXC,YADC,8BACD;;AAGAA,YADC,8BACD,4BAAWC,KAAX;;AAGAD,YADC,8BACD,4BAASC,KAAT;;AAGAD,YADC,sCACD","names":["GetAllCalendarEvent","__decorate","Date"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/calendarEvent/getAllCalendarEvent.ts"],"sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils/decorators';\n\nexport class GetAllCalendarEvent {\n @ApiProperty()\n idUser: number;\n\n @ApiProperty()\n startDate: Date;\n\n @ApiProperty()\n endDate: Date;\n\n @ApiPropertyOptional()\n isValidated?: boolean;\n}\n"]}
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.QueryCalendarEvent = undefined;
7
+
8
+ var _classValidator = require("class-validator");
9
+
10
+ var _decorators = require("../../../../utils/decorators");
11
+
12
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
13
+ var c = arguments.length,
14
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
15
+ d;
16
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
17
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
18
+ };
19
+
20
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
21
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
22
+ };
23
+
24
+ class QueryCalendarEvent {}
25
+
26
+ exports.QueryCalendarEvent = QueryCalendarEvent;
27
+
28
+ __decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsString)({
29
+ each: true
30
+ }), (0, _classValidator.IsIn)(['room', 'createdBy', 'color', 'society', 'exercice', 'task'], {
31
+ each: true
32
+ }), __metadata("design:type", Array)], QueryCalendarEvent.prototype, "include", void 0);
33
+
34
+ __decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsString)({
35
+ each: true
36
+ }), __metadata("design:type", Array)], QueryCalendarEvent.prototype, "attributes", void 0);
37
+ //# sourceMappingURL=queryCalendarEvent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"queryCalendarEvent.js","mappings":";;;;;;;AAAA;;AAGA;;;;;;;;;;;;;;AAEM,MAAOA,kBAAP,CAAyB;;QAAlBA,kB,GAAAA,kB;;AAOXC,YANC,sCAMD,EALC,iCAKD,EAJC,8BAAS;EACRC,IAAI,EAAE;AADE,CAAT,CAID,EADC,0BAAK,CAAC,MAAD,EAAS,WAAT,EAAsB,OAAtB,EAA+B,SAA/B,EAA0C,UAA1C,EAAsD,MAAtD,CAAL,EAAoE;EAAEA,IAAI,EAAE;AAAR,CAApE,CACD;;AAOAD,YALC,sCAKD,EAJC,iCAID,EAHC,8BAAS;EACRC,IAAI,EAAE;AADE,CAAT,CAGD","names":["QueryCalendarEvent","__decorate","each"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/calendarEvent/queryCalendarEvent.ts"],"sourcesContent":["import {\n IsIn, IsOptional, IsString,\n} from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils/decorators';\n\nexport class QueryCalendarEvent {\n @ApiPropertyOptional()\n @IsOptional()\n @IsString({\n each: true,\n })\n @IsIn(['room', 'createdBy', 'color', 'society', 'exercice', 'task'], { each: true })\n include?: string[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString({\n each: true,\n })\n attributes?: string[];\n}\n"]}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=readAllCalendarEvent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"readAllCalendarEvent.js","mappings":"","names":[],"sourceRoot":"","sources":[],"sourcesContent":[]}
@@ -0,0 +1,59 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.UpdateCalendarEvent = undefined;
7
+
8
+ var _utils = require("../../../../utils");
9
+
10
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
11
+ var c = arguments.length,
12
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
13
+ d;
14
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
15
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
16
+ };
17
+
18
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
19
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
20
+ };
21
+
22
+ class UpdateCalendarEvent {}
23
+
24
+ exports.UpdateCalendarEvent = UpdateCalendarEvent;
25
+
26
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], UpdateCalendarEvent.prototype, "title", void 0);
27
+
28
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Date)], UpdateCalendarEvent.prototype, "dateStart", void 0);
29
+
30
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Date)], UpdateCalendarEvent.prototype, "dateEnd", void 0);
31
+
32
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], UpdateCalendarEvent.prototype, "comment", void 0);
33
+
34
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], UpdateCalendarEvent.prototype, "idRoom", void 0);
35
+
36
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], UpdateCalendarEvent.prototype, "createdBy", void 0);
37
+
38
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], UpdateCalendarEvent.prototype, "idColor", void 0);
39
+
40
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], UpdateCalendarEvent.prototype, "idSociety", void 0);
41
+
42
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], UpdateCalendarEvent.prototype, "idExercice", void 0);
43
+
44
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], UpdateCalendarEvent.prototype, "idType", void 0);
45
+
46
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], UpdateCalendarEvent.prototype, "idTimeCounterType", void 0);
47
+
48
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], UpdateCalendarEvent.prototype, "typeComptable", void 0);
49
+
50
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Boolean)], UpdateCalendarEvent.prototype, "isDone", void 0);
51
+
52
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], UpdateCalendarEvent.prototype, "callState", void 0);
53
+
54
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], UpdateCalendarEvent.prototype, "idRecurrence", void 0);
55
+
56
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], UpdateCalendarEvent.prototype, "idPlace", void 0);
57
+
58
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Date)], UpdateCalendarEvent.prototype, "validatedAt", void 0);
59
+ //# sourceMappingURL=updateCalendarEvent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"updateCalendarEvent.js","mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAOA,mBAAP,CAA0B;;QAAnBA,mB,GAAAA,mB;;AAEXC,YADC,iCACD;;AAGAA,YADC,iCACD,4BAAYC,KAAZ;;AAGAD,YADC,iCACD,4BAAUC,KAAV;;AAGAD,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD,4BAAcC,KAAd","names":["UpdateCalendarEvent","__decorate","Date"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/calendarEvent/updateCalendarEvent.ts"],"sourcesContent":["import { ApiPropertyOptional } from '../../../../utils';\n\nexport class UpdateCalendarEvent {\n @ApiPropertyOptional()\n title?: string;\n\n @ApiPropertyOptional()\n dateStart?: Date;\n\n @ApiPropertyOptional()\n dateEnd?: Date;\n\n @ApiPropertyOptional()\n comment?: string;\n\n @ApiPropertyOptional()\n idRoom?: number;\n\n @ApiPropertyOptional()\n createdBy?: number;\n\n @ApiPropertyOptional()\n idColor?: number;\n\n @ApiPropertyOptional()\n idSociety?: number;\n\n @ApiPropertyOptional()\n idExercice?: number;\n\n @ApiPropertyOptional()\n idType?: number;\n\n @ApiPropertyOptional()\n idTimeCounterType?: number;\n\n @ApiPropertyOptional()\n typeComptable?: number;\n\n @ApiPropertyOptional()\n isDone?: boolean;\n\n @ApiPropertyOptional()\n callState?: number;\n\n @ApiPropertyOptional()\n idRecurrence?: number;\n\n @ApiPropertyOptional()\n idPlace?: number;\n\n @ApiPropertyOptional()\n validatedAt?: Date;\n}"]}
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.QueryAttendance = undefined;
7
+
8
+ var _classValidator = require("class-validator");
9
+
10
+ var _utils = require("../../../../utils");
11
+
12
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
13
+ var c = arguments.length,
14
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
15
+ d;
16
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
17
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
18
+ };
19
+
20
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
21
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
22
+ };
23
+
24
+ class QueryAttendance {}
25
+
26
+ exports.QueryAttendance = QueryAttendance;
27
+
28
+ __decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsString)(), (0, _classValidator.IsDateString)(), __metadata("design:type", String)], QueryAttendance.prototype, "startDate", void 0);
29
+
30
+ __decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsString)(), (0, _classValidator.IsDateString)(), __metadata("design:type", String)], QueryAttendance.prototype, "endDate", void 0);
31
+ //# sourceMappingURL=QueryAttendance.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryAttendance.js","mappings":";;;;;;;AAAA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,eAAP,CAAsB;;QAAfA,e,GAAAA,e;;AAIXC,YAHC,yBAGD,EAFC,+BAED,EADC,mCACD;;AAKAA,YAHC,yBAGD,EAFC,+BAED,EADC,mCACD","names":["QueryAttendance","__decorate"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/timeRecorder/QueryAttendance.ts"],"sourcesContent":["import { IsString, IsDateString } from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\n\nexport class QueryAttendance {\n @ApiProperty()\n @IsString()\n @IsDateString()\n startDate: string;\n\n @ApiProperty()\n @IsString()\n @IsDateString()\n endDate: string;\n}\n"]}
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.QueryPaginatedDelays = undefined;
7
+
8
+ var _classValidator = require("class-validator");
9
+
10
+ var _utils = require("../../../../utils");
11
+
12
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
13
+ var c = arguments.length,
14
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
15
+ d;
16
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
17
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
18
+ };
19
+
20
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
21
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
22
+ };
23
+
24
+ class QueryPaginatedDelays {}
25
+
26
+ exports.QueryPaginatedDelays = QueryPaginatedDelays;
27
+
28
+ __decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsString)(), (0, _classValidator.IsDateString)(), __metadata("design:type", String)], QueryPaginatedDelays.prototype, "startDate", void 0);
29
+
30
+ __decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsString)(), (0, _classValidator.IsDateString)(), __metadata("design:type", String)], QueryPaginatedDelays.prototype, "endDate", void 0);
31
+
32
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsString)(), __metadata("design:type", String)], QueryPaginatedDelays.prototype, "search", void 0);
33
+
34
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsArray)(), __metadata("design:type", Array)], QueryPaginatedDelays.prototype, "idUser", void 0);
35
+
36
+ __decorate([(0, _utils.ApiPropertyOptional)({
37
+ default: 25
38
+ }), (0, _classValidator.IsOptional)(), (0, _classValidator.IsNumber)(), __metadata("design:type", Number)], QueryPaginatedDelays.prototype, "limit", void 0);
39
+
40
+ __decorate([(0, _utils.ApiPropertyOptional)({
41
+ default: 1
42
+ }), (0, _classValidator.IsOptional)(), (0, _classValidator.IsNumber)(), __metadata("design:type", Number)], QueryPaginatedDelays.prototype, "page", void 0);
43
+ //# sourceMappingURL=QueryPaginatedDelays.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryPaginatedDelays.js","mappings":";;;;;;;AAAA;;AAGA;;;;;;;;;;;;;;AAEM,MAAOA,oBAAP,CAA2B;;QAApBA,oB,GAAAA,oB;;AAIXC,YAHC,yBAGD,EAFC,+BAED,EADC,mCACD;;AAKAA,YAHC,yBAGD,EAFC,+BAED,EADC,mCACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,8BACD;;AAKAA,YAHC,gCAAoB;EAAEC,OAAO,EAAE;AAAX,CAApB,CAGD,EAFC,iCAED,EADC,+BACD;;AAKAD,YAHC,gCAAoB;EAAEC,OAAO,EAAE;AAAX,CAApB,CAGD,EAFC,iCAED,EADC,+BACD","names":["QueryPaginatedDelays","__decorate","default"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/timeRecorder/QueryPaginatedDelays.ts"],"sourcesContent":["import {\n IsString, IsDateString, IsOptional, IsNumber, IsArray,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryPaginatedDelays {\n @ApiProperty()\n @IsString()\n @IsDateString()\n startDate: string;\n\n @ApiProperty()\n @IsString()\n @IsDateString()\n endDate: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n search?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsArray()\n idUser?: number[];\n\n @ApiPropertyOptional({ default: 25 })\n @IsOptional()\n @IsNumber()\n limit?: number;\n\n @ApiPropertyOptional({ default: 1 })\n @IsOptional()\n @IsNumber()\n page?: number;\n}\n"]}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=ReadAttendanceHours.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReadAttendanceHours.js","mappings":"","names":[],"sourceRoot":"","sources":[],"sourcesContent":[]}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=ReadPaginatedDelays.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReadPaginatedDelays.js","mappings":"","names":[],"sourceRoot":"","sources":[],"sourcesContent":[]}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=ReadUsersNotConnected.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReadUsersNotConnected.js","mappings":"","names":[],"sourceRoot":"","sources":[],"sourcesContent":[]}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=CollaboratorsByRoles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CollaboratorsByRoles.js","mappings":"","names":[],"sourceRoot":"","sources":[],"sourcesContent":[]}
@@ -28,4 +28,10 @@ exports.ParamsGetAllCollaborators = ParamsGetAllCollaborators;
28
28
  __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsString)({
29
29
  each: true
30
30
  }), __metadata("design:type", Array)], ParamsGetAllCollaborators.prototype, "attributes", void 0);
31
+
32
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsString)(), __metadata("design:type", String)], ParamsGetAllCollaborators.prototype, "search", void 0);
33
+
34
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsNumber)(), __metadata("design:type", Array)], ParamsGetAllCollaborators.prototype, "idRoles", void 0);
35
+
36
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsNumber)(), __metadata("design:type", Array)], ParamsGetAllCollaborators.prototype, "idUser", void 0);
31
37
  //# sourceMappingURL=ParamsGetAllCollaborators.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ParamsGetAllCollaborators.js","mappings":";;;;;;;AAAA;;AAGA;;;;;;;;;;;;;;AAEM,MAAOA,yBAAP,CAAgC;;QAAzBA,yB,GAAAA,yB;;AAMXC,YALC,iCAKD,EAJC,iCAID,EAHC,8BAAS;EACRC,IAAI,EAAE;AADE,CAAT,CAGD","names":["ParamsGetAllCollaborators","__decorate","each"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/user/ParamsGetAllCollaborators.ts"],"sourcesContent":["import {\n IsOptional, IsString,\n} from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\n\nexport class ParamsGetAllCollaborators {\n @ApiPropertyOptional()\n @IsOptional()\n @IsString({\n each: true,\n })\n attributes?: string[];\n}"]}
1
+ {"version":3,"file":"ParamsGetAllCollaborators.js","mappings":";;;;;;;AAAA;;AAIA;;;;;;;;;;;;;;AAEM,MAAOA,yBAAP,CAAgC;;QAAzBA,yB,GAAAA,yB;;AAMXC,YALC,iCAKD,EAJC,iCAID,EAHC,8BAAS;EACRC,IAAI,EAAE;AADE,CAAT,CAGD;;AAKAD,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD","names":["ParamsGetAllCollaborators","__decorate","each"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/user/ParamsGetAllCollaborators.ts"],"sourcesContent":["import {\n IsNumber,\n IsOptional, IsString,\n} from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\n\nexport class ParamsGetAllCollaborators {\n @ApiPropertyOptional()\n @IsOptional()\n @IsString({\n each: true,\n })\n attributes?: string[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n search?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n idRoles?: number[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n idUser?: number[];\n}"]}
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.QueryGetAllCollaborators = undefined;
7
+
8
+ var _utils = require("../../../../utils");
9
+
10
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
11
+ var c = arguments.length,
12
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
13
+ d;
14
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
15
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
16
+ };
17
+
18
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
19
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
20
+ };
21
+
22
+ class QueryGetAllCollaborators {}
23
+
24
+ exports.QueryGetAllCollaborators = QueryGetAllCollaborators;
25
+
26
+ __decorate([(0, _utils.ApiProperty)({
27
+ description: 'filtering users id',
28
+ required: false,
29
+ type: [Number],
30
+ example: [1, 13]
31
+ }), __metadata("design:type", Array)], QueryGetAllCollaborators.prototype, "idUser", void 0);
32
+ //# sourceMappingURL=QueryGetAllCollaborators.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryGetAllCollaborators.js","mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAOA,wBAAP,CAA+B;;QAAxBA,wB,GAAAA,wB;;AAOXC,YANC,wBAAY;EACXC,WAAW,EAAE,oBADF;EAEXC,QAAQ,EAAE,KAFC;EAGXC,IAAI,EAAE,CAACC,MAAD,CAHK;EAIXC,OAAO,EAAE,CAAC,CAAD,EAAI,EAAJ;AAJE,CAAZ,CAMD","names":["QueryGetAllCollaborators","__decorate","description","required","type","Number","example"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/user/QueryGetAllCollaborators.ts"],"sourcesContent":["import { ApiProperty } from '../../../../utils';\n\nexport class QueryGetAllCollaborators {\n @ApiProperty({\n description: 'filtering users id',\n required: false,\n type: [Number],\n example: [1, 13],\n })\n idUser?: number[];\n}"]}
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.QueryGetAllCollaboratorsByRoles = undefined;
7
+
8
+ var _utils = require("../../../../utils");
9
+
10
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
11
+ var c = arguments.length,
12
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
13
+ d;
14
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
15
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
16
+ };
17
+
18
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
19
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
20
+ };
21
+
22
+ class QueryGetAllCollaboratorsByRoles {}
23
+
24
+ exports.QueryGetAllCollaboratorsByRoles = QueryGetAllCollaboratorsByRoles;
25
+
26
+ __decorate([(0, _utils.ApiProperty)({
27
+ description: 'roles used for group users',
28
+ required: true,
29
+ type: [Number],
30
+ example: [1, 13]
31
+ }), __metadata("design:type", Array)], QueryGetAllCollaboratorsByRoles.prototype, "idRoles", void 0);
32
+ //# sourceMappingURL=QueryGetAllCollaboratorsByRoles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryGetAllCollaboratorsByRoles.js","mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAOA,+BAAP,CAAsC;;QAA/BA,+B,GAAAA,+B;;AAOXC,YANC,wBAAY;EACXC,WAAW,EAAE,4BADF;EAEXC,QAAQ,EAAE,IAFC;EAGXC,IAAI,EAAE,CAACC,MAAD,CAHK;EAIXC,OAAO,EAAE,CAAC,CAAD,EAAI,EAAJ;AAJE,CAAZ,CAMD","names":["QueryGetAllCollaboratorsByRoles","__decorate","description","required","type","Number","example"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/user/QueryGetAllCollaboratorsByRoles.ts"],"sourcesContent":["import { ApiProperty } from '../../../../utils';\n\nexport class QueryGetAllCollaboratorsByRoles {\n @ApiProperty({\n description: 'roles used for group users',\n required: true,\n type: [Number],\n example: [1, 13],\n })\n idRoles: number[];\n}"]}
@@ -3,4 +3,4 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- //# sourceMappingURL=IAskAbsenceTimes.js.map
6
+ //# sourceMappingURL=QueryDailyHour.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryDailyHour.js","mappings":"","names":[],"sourceRoot":"","sources":[],"sourcesContent":[]}
@@ -3,4 +3,4 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- //# sourceMappingURL=IAskAbsence.js.map
6
+ //# sourceMappingURL=Date.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Date.js","mappings":"","names":[],"sourceRoot":"","sources":[],"sourcesContent":[]}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=IAbsenceRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IAbsenceRequest.js","mappings":"","names":[],"sourceRoot":"","sources":[],"sourcesContent":[]}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=IAbsenceRequestTime.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IAbsenceRequestTime.js","mappings":"","names":[],"sourceRoot":"","sources":[],"sourcesContent":[]}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=ITimeRecorder.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ITimeRecorder.js","mappings":"","names":[],"sourceRoot":"","sources":[],"sourcesContent":[]}