@silexpert/core 0.4.227 → 0.4.228

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 (221) 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/TimeCounterType.d.ts +118 -0
  26. package/es/types/Enum/TimeCounterType.d.ts.map +1 -0
  27. package/es/types/Enum/TimeCounterType.js +118 -0
  28. package/es/types/Enum/TimeCounterType.js.map +1 -0
  29. package/es/types/Interface/api/calendarEvent/createCalendarEvent.d.ts +3 -1
  30. package/es/types/Interface/api/calendarEvent/createCalendarEvent.d.ts.map +1 -1
  31. package/es/types/Interface/api/calendarEvent/createCalendarEvent.js +9 -1
  32. package/es/types/Interface/api/calendarEvent/createCalendarEvent.js.map +1 -1
  33. package/es/types/Interface/api/calendarEvent/createCalendarEventForUsers.d.ts +21 -0
  34. package/es/types/Interface/api/calendarEvent/createCalendarEventForUsers.d.ts.map +1 -0
  35. package/es/types/Interface/api/calendarEvent/createCalendarEventForUsers.js +85 -0
  36. package/es/types/Interface/api/calendarEvent/createCalendarEventForUsers.js.map +1 -0
  37. package/es/types/Interface/api/calendarEvent/getAllCalendarEvent.d.ts +7 -0
  38. package/es/types/Interface/api/calendarEvent/getAllCalendarEvent.d.ts.map +1 -0
  39. package/es/types/Interface/api/calendarEvent/getAllCalendarEvent.js +29 -0
  40. package/es/types/Interface/api/calendarEvent/getAllCalendarEvent.js.map +1 -0
  41. package/es/types/Interface/api/calendarEvent/queryCalendarEvent.d.ts +5 -0
  42. package/es/types/Interface/api/calendarEvent/queryCalendarEvent.d.ts.map +1 -0
  43. package/es/types/Interface/api/calendarEvent/queryCalendarEvent.js +31 -0
  44. package/es/types/Interface/api/calendarEvent/queryCalendarEvent.js.map +1 -0
  45. package/es/types/Interface/api/calendarEvent/readAllCalendarEvent.d.ts +13 -0
  46. package/es/types/Interface/api/calendarEvent/readAllCalendarEvent.d.ts.map +1 -0
  47. package/es/types/Interface/api/calendarEvent/readAllCalendarEvent.js +2 -0
  48. package/es/types/Interface/api/calendarEvent/readAllCalendarEvent.js.map +1 -0
  49. package/es/types/Interface/api/calendarEvent/updateCalendarEvent.d.ts +20 -0
  50. package/es/types/Interface/api/calendarEvent/updateCalendarEvent.d.ts.map +1 -0
  51. package/es/types/Interface/api/calendarEvent/updateCalendarEvent.js +81 -0
  52. package/es/types/Interface/api/calendarEvent/updateCalendarEvent.js.map +1 -0
  53. package/es/types/Interface/api/timeRecorder/QueryAttendance.d.ts +5 -0
  54. package/es/types/Interface/api/timeRecorder/QueryAttendance.d.ts.map +1 -0
  55. package/es/types/Interface/api/timeRecorder/QueryAttendance.js +26 -0
  56. package/es/types/Interface/api/timeRecorder/QueryAttendance.js.map +1 -0
  57. package/es/types/Interface/api/timeRecorder/QueryPaginatedDelays.d.ts +9 -0
  58. package/es/types/Interface/api/timeRecorder/QueryPaginatedDelays.d.ts.map +1 -0
  59. package/es/types/Interface/api/timeRecorder/QueryPaginatedDelays.js +50 -0
  60. package/es/types/Interface/api/timeRecorder/QueryPaginatedDelays.js.map +1 -0
  61. package/es/types/Interface/api/timeRecorder/ReadAttendanceHours.d.ts +5 -0
  62. package/es/types/Interface/api/timeRecorder/ReadAttendanceHours.d.ts.map +1 -0
  63. package/es/types/Interface/api/timeRecorder/ReadAttendanceHours.js +2 -0
  64. package/es/types/Interface/api/timeRecorder/ReadAttendanceHours.js.map +1 -0
  65. package/es/types/Interface/api/timeRecorder/ReadPaginatedDelays.d.ts +21 -0
  66. package/es/types/Interface/api/timeRecorder/ReadPaginatedDelays.d.ts.map +1 -0
  67. package/es/types/Interface/api/timeRecorder/ReadPaginatedDelays.js +2 -0
  68. package/es/types/Interface/api/timeRecorder/ReadPaginatedDelays.js.map +1 -0
  69. package/es/types/Interface/api/timeRecorder/ReadUsersNotConnected.d.ts +7 -0
  70. package/es/types/Interface/api/timeRecorder/ReadUsersNotConnected.d.ts.map +1 -0
  71. package/es/types/Interface/api/timeRecorder/ReadUsersNotConnected.js +2 -0
  72. package/es/types/Interface/api/timeRecorder/ReadUsersNotConnected.js.map +1 -0
  73. package/es/types/Interface/api/user/CollaboratorsByRoles.d.ts +6 -0
  74. package/es/types/Interface/api/user/CollaboratorsByRoles.d.ts.map +1 -0
  75. package/es/types/Interface/api/user/CollaboratorsByRoles.js +2 -0
  76. package/es/types/Interface/api/user/CollaboratorsByRoles.js.map +1 -0
  77. package/es/types/Interface/api/user/ParamsGetAllCollaborators.d.ts +3 -0
  78. package/es/types/Interface/api/user/ParamsGetAllCollaborators.d.ts.map +1 -1
  79. package/es/types/Interface/api/user/ParamsGetAllCollaborators.js +19 -1
  80. package/es/types/Interface/api/user/ParamsGetAllCollaborators.js.map +1 -1
  81. package/es/types/Interface/api/user/QueryGetAllCollaborators.d.ts +4 -0
  82. package/es/types/Interface/api/user/QueryGetAllCollaborators.d.ts.map +1 -0
  83. package/es/types/Interface/api/user/QueryGetAllCollaborators.js +22 -0
  84. package/es/types/Interface/api/user/QueryGetAllCollaborators.js.map +1 -0
  85. package/es/types/Interface/api/user/QueryGetAllCollaboratorsByRoles.d.ts +4 -0
  86. package/es/types/Interface/api/user/QueryGetAllCollaboratorsByRoles.d.ts.map +1 -0
  87. package/es/types/Interface/api/user/QueryGetAllCollaboratorsByRoles.js +22 -0
  88. package/es/types/Interface/api/user/QueryGetAllCollaboratorsByRoles.js.map +1 -0
  89. package/es/types/Interface/api/workingSchedule/QueryDailyHour.d.ts +13 -0
  90. package/es/types/Interface/api/workingSchedule/QueryDailyHour.d.ts.map +1 -0
  91. package/es/types/Interface/api/workingSchedule/QueryDailyHour.js +2 -0
  92. package/es/types/Interface/api/workingSchedule/QueryDailyHour.js.map +1 -0
  93. package/es/types/Interface/enum/Date.d.ts +7 -0
  94. package/es/types/Interface/enum/Date.d.ts.map +1 -0
  95. package/es/types/Interface/enum/Date.js +2 -0
  96. package/es/types/Interface/enum/Date.js.map +1 -0
  97. package/es/types/Interface/models/IAbsenceRequest.d.ts +29 -0
  98. package/es/types/Interface/models/IAbsenceRequest.d.ts.map +1 -0
  99. package/es/types/Interface/models/IAbsenceRequest.js +2 -0
  100. package/es/types/Interface/models/IAbsenceRequest.js.map +1 -0
  101. package/es/types/Interface/models/IAbsenceRequestTime.d.ts +12 -0
  102. package/es/types/Interface/models/IAbsenceRequestTime.d.ts.map +1 -0
  103. package/es/types/Interface/models/IAbsenceRequestTime.js +2 -0
  104. package/es/types/Interface/models/IAbsenceRequestTime.js.map +1 -0
  105. package/es/types/Interface/models/ICalendarEvent.d.ts +2 -0
  106. package/es/types/Interface/models/ICalendarEvent.d.ts.map +1 -1
  107. package/es/types/Interface/models/ICalendarEvent.js.map +1 -1
  108. package/es/types/Interface/models/ITimeRecorder.d.ts +10 -0
  109. package/es/types/Interface/models/ITimeRecorder.d.ts.map +1 -0
  110. package/es/types/Interface/models/ITimeRecorder.js +2 -0
  111. package/es/types/Interface/models/ITimeRecorder.js.map +1 -0
  112. package/es/types/Interface/models/IUser.d.ts +1 -0
  113. package/es/types/Interface/models/IUser.d.ts.map +1 -1
  114. package/es/types/Interface/models/IUser.js.map +1 -1
  115. package/es/types/Interface/models/IWorkingSchedule.d.ts +6 -6
  116. package/es/types/Interface/models/IWorkingSchedule.d.ts.map +1 -1
  117. package/es/types/Interface/models/IWorkingSchedule.js.map +1 -1
  118. package/es/types/index.d.ts +20 -2
  119. package/es/types/index.d.ts.map +1 -1
  120. package/es/types/index.js +20 -2
  121. package/es/types/index.js.map +1 -1
  122. package/js/api/resources/CalendarEvent.js +38 -0
  123. package/js/api/resources/CalendarEvent.js.map +1 -0
  124. package/js/api/resources/TimeRecorder.js +32 -0
  125. package/js/api/resources/TimeRecorder.js.map +1 -0
  126. package/js/api/resources/User.js +18 -0
  127. package/js/api/resources/User.js.map +1 -1
  128. package/js/api/resources/WorkingSchedule.js +10 -0
  129. package/js/api/resources/WorkingSchedule.js.map +1 -1
  130. package/js/api/resources.js +6 -0
  131. package/js/api/resources.js.map +1 -1
  132. package/js/types/Enum/AbsenceType.js +16 -0
  133. package/js/types/Enum/AbsenceType.js.map +1 -0
  134. package/js/types/Enum/TimeCounterType.js +126 -0
  135. package/js/types/Enum/TimeCounterType.js.map +1 -0
  136. package/js/types/Interface/api/calendarEvent/createCalendarEvent.js +5 -1
  137. package/js/types/Interface/api/calendarEvent/createCalendarEvent.js.map +1 -1
  138. package/js/types/Interface/api/calendarEvent/createCalendarEventForUsers.js +61 -0
  139. package/js/types/Interface/api/calendarEvent/createCalendarEventForUsers.js.map +1 -0
  140. package/js/types/Interface/api/calendarEvent/getAllCalendarEvent.js +33 -0
  141. package/js/types/Interface/api/calendarEvent/getAllCalendarEvent.js.map +1 -0
  142. package/js/types/Interface/api/calendarEvent/queryCalendarEvent.js +37 -0
  143. package/js/types/Interface/api/calendarEvent/queryCalendarEvent.js.map +1 -0
  144. package/js/types/Interface/api/calendarEvent/readAllCalendarEvent.js +6 -0
  145. package/js/types/Interface/api/calendarEvent/readAllCalendarEvent.js.map +1 -0
  146. package/js/types/Interface/api/calendarEvent/updateCalendarEvent.js +59 -0
  147. package/js/types/Interface/api/calendarEvent/updateCalendarEvent.js.map +1 -0
  148. package/js/types/Interface/api/timeRecorder/QueryAttendance.js +31 -0
  149. package/js/types/Interface/api/timeRecorder/QueryAttendance.js.map +1 -0
  150. package/js/types/Interface/api/timeRecorder/QueryPaginatedDelays.js +43 -0
  151. package/js/types/Interface/api/timeRecorder/QueryPaginatedDelays.js.map +1 -0
  152. package/js/types/Interface/api/timeRecorder/ReadAttendanceHours.js +6 -0
  153. package/js/types/Interface/api/timeRecorder/ReadAttendanceHours.js.map +1 -0
  154. package/js/types/Interface/api/timeRecorder/ReadPaginatedDelays.js +6 -0
  155. package/js/types/Interface/api/timeRecorder/ReadPaginatedDelays.js.map +1 -0
  156. package/js/types/Interface/api/timeRecorder/ReadUsersNotConnected.js +6 -0
  157. package/js/types/Interface/api/timeRecorder/ReadUsersNotConnected.js.map +1 -0
  158. package/js/types/Interface/api/user/CollaboratorsByRoles.js +6 -0
  159. package/js/types/Interface/api/user/CollaboratorsByRoles.js.map +1 -0
  160. package/js/types/Interface/api/user/ParamsGetAllCollaborators.js +6 -0
  161. package/js/types/Interface/api/user/ParamsGetAllCollaborators.js.map +1 -1
  162. package/js/types/Interface/api/user/QueryGetAllCollaborators.js +32 -0
  163. package/js/types/Interface/api/user/QueryGetAllCollaborators.js.map +1 -0
  164. package/js/types/Interface/api/user/QueryGetAllCollaboratorsByRoles.js +32 -0
  165. package/js/types/Interface/api/user/QueryGetAllCollaboratorsByRoles.js.map +1 -0
  166. package/js/types/Interface/{models/IAskAbsenceTimes.js → api/workingSchedule/QueryDailyHour.js} +1 -1
  167. package/js/types/Interface/api/workingSchedule/QueryDailyHour.js.map +1 -0
  168. package/js/types/Interface/{models/IAskAbsence.js → enum/Date.js} +1 -1
  169. package/js/types/Interface/enum/Date.js.map +1 -0
  170. package/js/types/Interface/models/IAbsenceRequest.js +6 -0
  171. package/js/types/Interface/models/IAbsenceRequest.js.map +1 -0
  172. package/js/types/Interface/models/IAbsenceRequestTime.js +6 -0
  173. package/js/types/Interface/models/IAbsenceRequestTime.js.map +1 -0
  174. package/js/types/Interface/models/ITimeRecorder.js +6 -0
  175. package/js/types/Interface/models/ITimeRecorder.js.map +1 -0
  176. package/js/types/index.js +222 -6
  177. package/js/types/index.js.map +1 -1
  178. package/package.json +1 -1
  179. package/ts/api/resources/CalendarEvent.ts +26 -0
  180. package/ts/api/resources/TimeRecorder.ts +18 -0
  181. package/ts/api/resources/User.ts +31 -2
  182. package/ts/api/resources/WorkingSchedule.ts +7 -0
  183. package/ts/api/resources.ts +4 -0
  184. package/ts/types/Enum/AbsenceType.ts +8 -0
  185. package/ts/types/Enum/TimeCounterType.ts +118 -0
  186. package/ts/types/Interface/api/calendarEvent/createCalendarEvent.ts +8 -2
  187. package/ts/types/Interface/api/calendarEvent/createCalendarEventForUsers.ts +57 -0
  188. package/ts/types/Interface/api/calendarEvent/getAllCalendarEvent.ts +15 -0
  189. package/ts/types/Interface/api/calendarEvent/queryCalendarEvent.ts +21 -0
  190. package/ts/types/Interface/api/calendarEvent/readAllCalendarEvent.ts +12 -0
  191. package/ts/types/Interface/api/calendarEvent/updateCalendarEvent.ts +54 -0
  192. package/ts/types/Interface/api/timeRecorder/QueryAttendance.ts +14 -0
  193. package/ts/types/Interface/api/timeRecorder/QueryPaginatedDelays.ts +36 -0
  194. package/ts/types/Interface/api/timeRecorder/ReadAttendanceHours.ts +4 -0
  195. package/ts/types/Interface/api/timeRecorder/ReadPaginatedDelays.ts +21 -0
  196. package/ts/types/Interface/api/timeRecorder/ReadUsersNotConnected.ts +6 -0
  197. package/ts/types/Interface/api/user/CollaboratorsByRoles.ts +6 -0
  198. package/ts/types/Interface/api/user/ParamsGetAllCollaborators.ts +16 -0
  199. package/ts/types/Interface/api/user/QueryGetAllCollaborators.ts +11 -0
  200. package/ts/types/Interface/api/user/QueryGetAllCollaboratorsByRoles.ts +11 -0
  201. package/ts/types/Interface/api/workingSchedule/QueryDailyHour.ts +12 -0
  202. package/ts/types/Interface/enum/Date.ts +6 -0
  203. package/ts/types/Interface/models/IAbsenceRequest.ts +32 -0
  204. package/ts/types/Interface/models/IAbsenceRequestTime.ts +15 -0
  205. package/ts/types/Interface/models/ICalendarEvent.ts +2 -0
  206. package/ts/types/Interface/models/ITimeRecorder.ts +10 -0
  207. package/ts/types/Interface/models/IUser.ts +1 -0
  208. package/ts/types/Interface/models/IWorkingSchedule.ts +6 -6
  209. package/ts/types/index.ts +20 -2
  210. package/es/types/Interface/models/IAskAbsence.d.ts +0 -29
  211. package/es/types/Interface/models/IAskAbsence.d.ts.map +0 -1
  212. package/es/types/Interface/models/IAskAbsence.js +0 -2
  213. package/es/types/Interface/models/IAskAbsence.js.map +0 -1
  214. package/es/types/Interface/models/IAskAbsenceTimes.d.ts +0 -12
  215. package/es/types/Interface/models/IAskAbsenceTimes.d.ts.map +0 -1
  216. package/es/types/Interface/models/IAskAbsenceTimes.js +0 -2
  217. package/es/types/Interface/models/IAskAbsenceTimes.js.map +0 -1
  218. package/js/types/Interface/models/IAskAbsence.js.map +0 -1
  219. package/js/types/Interface/models/IAskAbsenceTimes.js.map +0 -1
  220. package/ts/types/Interface/models/IAskAbsence.ts +0 -32
  221. package/ts/types/Interface/models/IAskAbsenceTimes.ts +0 -15
@@ -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":[]}
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) {