@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,50 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ 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;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ import { IsString, IsDateString, IsOptional, IsNumber, IsArray, } from 'class-validator';
11
+ import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
12
+ export class QueryPaginatedDelays {
13
+ }
14
+ __decorate([
15
+ ApiProperty(),
16
+ IsString(),
17
+ IsDateString(),
18
+ __metadata("design:type", String)
19
+ ], QueryPaginatedDelays.prototype, "startDate", void 0);
20
+ __decorate([
21
+ ApiProperty(),
22
+ IsString(),
23
+ IsDateString(),
24
+ __metadata("design:type", String)
25
+ ], QueryPaginatedDelays.prototype, "endDate", void 0);
26
+ __decorate([
27
+ ApiPropertyOptional(),
28
+ IsOptional(),
29
+ IsString(),
30
+ __metadata("design:type", String)
31
+ ], QueryPaginatedDelays.prototype, "search", void 0);
32
+ __decorate([
33
+ ApiPropertyOptional(),
34
+ IsOptional(),
35
+ IsArray(),
36
+ __metadata("design:type", Array)
37
+ ], QueryPaginatedDelays.prototype, "idUser", void 0);
38
+ __decorate([
39
+ ApiPropertyOptional({ default: 25 }),
40
+ IsOptional(),
41
+ IsNumber(),
42
+ __metadata("design:type", Number)
43
+ ], QueryPaginatedDelays.prototype, "limit", void 0);
44
+ __decorate([
45
+ ApiPropertyOptional({ default: 1 }),
46
+ IsOptional(),
47
+ IsNumber(),
48
+ __metadata("design:type", Number)
49
+ ], QueryPaginatedDelays.prototype, "page", void 0);
50
+ //# sourceMappingURL=QueryPaginatedDelays.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryPaginatedDelays.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/timeRecorder/QueryPaginatedDelays.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,QAAQ,EAAE,YAAY,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,GACtD,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAErE,MAAM,OAAO,oBAAoB;CA8BhC;AA1BC;IAHC,WAAW,EAAE;IACb,QAAQ,EAAE;IACV,YAAY,EAAE;;uDACG;AAKlB;IAHC,WAAW,EAAE;IACb,QAAQ,EAAE;IACV,YAAY,EAAE;;qDACC;AAKhB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;oDACK;AAKhB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,OAAO,EAAE;;oDACQ;AAKlB;IAHC,mBAAmB,CAAC,EAAE,OAAO,EAAE,EAAE,EAAE,CAAC;IACpC,UAAU,EAAE;IACZ,QAAQ,EAAE;;mDACI;AAKf;IAHC,mBAAmB,CAAC,EAAE,OAAO,EAAE,CAAC,EAAE,CAAC;IACnC,UAAU,EAAE;IACZ,QAAQ,EAAE;;kDACG","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,5 @@
1
+ export interface ReadAttendanceHours {
2
+ idUser: number;
3
+ datas: any[];
4
+ }
5
+ //# sourceMappingURL=ReadAttendanceHours.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReadAttendanceHours.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/timeRecorder/ReadAttendanceHours.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,mBAAmB;IAClC,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,GAAG,EAAE,CAAC;CACd"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=ReadAttendanceHours.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReadAttendanceHours.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/timeRecorder/ReadAttendanceHours.ts"],"names":[],"mappings":"","sourcesContent":["export interface ReadAttendanceHours {\n idUser: number;\n datas: any[];\n}"]}
@@ -0,0 +1,21 @@
1
+ export interface Delay {
2
+ date: string;
3
+ sumDelays?: number;
4
+ sumForgottenDisconnections?: number;
5
+ sumRealWorkingHours: string;
6
+ sumTheoricalWorkingHours: string;
7
+ }
8
+ export interface DelaysByDay {
9
+ Monday?: Delay;
10
+ Tuesday?: Delay;
11
+ Wednesday?: Delay;
12
+ Thursday?: Delay;
13
+ Friday?: Delay;
14
+ }
15
+ export interface ReadPaginatedDelays {
16
+ idUser: number;
17
+ firstname: string;
18
+ lastname: string;
19
+ days: DelaysByDay;
20
+ }
21
+ //# sourceMappingURL=ReadPaginatedDelays.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReadPaginatedDelays.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/timeRecorder/ReadPaginatedDelays.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,KAAK;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,0BAA0B,CAAC,EAAE,MAAM,CAAC;IACpC,mBAAmB,EAAE,MAAM,CAAC;IAC5B,wBAAwB,EAAE,MAAM,CAAC;CAClC;AACD,MAAM,WAAW,WAAW;IAC1B,MAAM,CAAC,EAAE,KAAK,CAAC;IACf,OAAO,CAAC,EAAE,KAAK,CAAC;IAChB,SAAS,CAAC,EAAE,KAAK,CAAC;IAClB,QAAQ,CAAC,EAAE,KAAK,CAAC;IACjB,MAAM,CAAC,EAAE,KAAK,CAAC;CAChB;AAED,MAAM,WAAW,mBAAmB;IAClC,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,WAAW,CAAA;CAClB"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=ReadPaginatedDelays.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReadPaginatedDelays.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/timeRecorder/ReadPaginatedDelays.ts"],"names":[],"mappings":"","sourcesContent":["export interface Delay {\n date: string;\n sumDelays?: number;\n sumForgottenDisconnections?: number;\n sumRealWorkingHours: string;\n sumTheoricalWorkingHours: string;\n}\nexport interface DelaysByDay {\n Monday?: Delay;\n Tuesday?: Delay;\n Wednesday?: Delay;\n Thursday?: Delay;\n Friday?: Delay;\n}\n\nexport interface ReadPaginatedDelays {\n idUser: number;\n firstname: string;\n lastname: string;\n days: DelaysByDay\n}"]}
@@ -0,0 +1,7 @@
1
+ export interface ReadUsersNotConnected {
2
+ idUser: number;
3
+ firstname: string;
4
+ lastname: string;
5
+ theoreticalHour: string;
6
+ }
7
+ //# sourceMappingURL=ReadUsersNotConnected.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReadUsersNotConnected.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/timeRecorder/ReadUsersNotConnected.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,qBAAqB;IACpC,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,eAAe,EAAE,MAAM,CAAC;CACzB"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=ReadUsersNotConnected.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReadUsersNotConnected.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/timeRecorder/ReadUsersNotConnected.ts"],"names":[],"mappings":"","sourcesContent":["export interface ReadUsersNotConnected {\n idUser: number;\n firstname: string;\n lastname: string;\n theoreticalHour: string;\n}"]}
@@ -0,0 +1,6 @@
1
+ import { IUser } from '../../models/IUser';
2
+ export interface CollaboratorsByRoles {
3
+ idRole: number;
4
+ members: IUser[];
5
+ }
6
+ //# sourceMappingURL=CollaboratorsByRoles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CollaboratorsByRoles.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/user/CollaboratorsByRoles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAC;AAE3C,MAAM,WAAW,oBAAoB;IACnC,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,KAAK,EAAE,CAAA;CACjB"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=CollaboratorsByRoles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CollaboratorsByRoles.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/user/CollaboratorsByRoles.ts"],"names":[],"mappings":"","sourcesContent":["import { IUser } from '../../models/IUser';\n\nexport interface CollaboratorsByRoles {\n idRole: number,\n members: IUser[]\n}"]}
@@ -1,4 +1,7 @@
1
1
  export declare class ParamsGetAllCollaborators {
2
2
  attributes?: string[];
3
+ search?: string;
4
+ idRoles?: number[];
5
+ idUser?: number[];
3
6
  }
4
7
  //# sourceMappingURL=ParamsGetAllCollaborators.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ParamsGetAllCollaborators.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/user/ParamsGetAllCollaborators.ts"],"names":[],"mappings":"AAKA,qBAAa,yBAAyB;IAMpC,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;CACvB"}
1
+ {"version":3,"file":"ParamsGetAllCollaborators.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/user/ParamsGetAllCollaborators.ts"],"names":[],"mappings":"AAMA,qBAAa,yBAAyB;IAMpC,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IAKtB,MAAM,CAAC,EAAE,MAAM,CAAC;IAKhB,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IAKnB,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACnB"}
@@ -7,7 +7,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
7
7
  var __metadata = (this && this.__metadata) || function (k, v) {
8
8
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
9
  };
10
- import { IsOptional, IsString, } from 'class-validator';
10
+ import { IsNumber, IsOptional, IsString, } from 'class-validator';
11
11
  import { ApiPropertyOptional } from '../../../../utils';
12
12
  export class ParamsGetAllCollaborators {
13
13
  }
@@ -19,4 +19,22 @@ __decorate([
19
19
  }),
20
20
  __metadata("design:type", Array)
21
21
  ], ParamsGetAllCollaborators.prototype, "attributes", void 0);
22
+ __decorate([
23
+ ApiPropertyOptional(),
24
+ IsOptional(),
25
+ IsString(),
26
+ __metadata("design:type", String)
27
+ ], ParamsGetAllCollaborators.prototype, "search", void 0);
28
+ __decorate([
29
+ ApiPropertyOptional(),
30
+ IsOptional(),
31
+ IsNumber(),
32
+ __metadata("design:type", Array)
33
+ ], ParamsGetAllCollaborators.prototype, "idRoles", void 0);
34
+ __decorate([
35
+ ApiPropertyOptional(),
36
+ IsOptional(),
37
+ IsNumber(),
38
+ __metadata("design:type", Array)
39
+ ], ParamsGetAllCollaborators.prototype, "idUser", void 0);
22
40
  //# sourceMappingURL=ParamsGetAllCollaborators.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ParamsGetAllCollaborators.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/user/ParamsGetAllCollaborators.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,UAAU,EAAE,QAAQ,GACrB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,MAAM,OAAO,yBAAyB;CAOrC;AADC;IALC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,CAAC;QACR,IAAI,EAAE,IAAI;KACX,CAAC;;6DACoB","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","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/user/ParamsGetAllCollaborators.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,QAAQ,EACR,UAAU,EAAE,QAAQ,GACrB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,MAAM,OAAO,yBAAyB;CAsBrC;AAhBC;IALC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,CAAC;QACR,IAAI,EAAE,IAAI;KACX,CAAC;;6DACoB;AAKtB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;yDACK;AAKhB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;0DACQ;AAKnB;IAHC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,EAAE;;yDACO","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,4 @@
1
+ export declare class QueryGetAllCollaborators {
2
+ idUser?: number[];
3
+ }
4
+ //# sourceMappingURL=QueryGetAllCollaborators.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryGetAllCollaborators.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/user/QueryGetAllCollaborators.ts"],"names":[],"mappings":"AAEA,qBAAa,wBAAwB;IAOnC,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACnB"}
@@ -0,0 +1,22 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ 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;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ import { ApiProperty } from '../../../../utils';
11
+ export class QueryGetAllCollaborators {
12
+ }
13
+ __decorate([
14
+ ApiProperty({
15
+ description: 'filtering users id',
16
+ required: false,
17
+ type: [Number],
18
+ example: [1, 13],
19
+ }),
20
+ __metadata("design:type", Array)
21
+ ], QueryGetAllCollaborators.prototype, "idUser", void 0);
22
+ //# sourceMappingURL=QueryGetAllCollaborators.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryGetAllCollaborators.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/user/QueryGetAllCollaborators.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAEhD,MAAM,OAAO,wBAAwB;CAQpC;AADC;IANC,WAAW,CAAC;QACX,WAAW,EAAE,oBAAoB;QACjC,QAAQ,EAAE,KAAK;QACf,IAAI,EAAE,CAAC,MAAM,CAAC;QACd,OAAO,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC;KACjB,CAAC;;wDACgB","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,4 @@
1
+ export declare class QueryGetAllCollaboratorsByRoles {
2
+ idRoles: number[];
3
+ }
4
+ //# sourceMappingURL=QueryGetAllCollaboratorsByRoles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryGetAllCollaboratorsByRoles.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/user/QueryGetAllCollaboratorsByRoles.ts"],"names":[],"mappings":"AAEA,qBAAa,+BAA+B;IAO1C,OAAO,EAAE,MAAM,EAAE,CAAC;CACnB"}
@@ -0,0 +1,22 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ 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;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ import { ApiProperty } from '../../../../utils';
11
+ export class QueryGetAllCollaboratorsByRoles {
12
+ }
13
+ __decorate([
14
+ ApiProperty({
15
+ description: 'roles used for group users',
16
+ required: true,
17
+ type: [Number],
18
+ example: [1, 13],
19
+ }),
20
+ __metadata("design:type", Array)
21
+ ], QueryGetAllCollaboratorsByRoles.prototype, "idRoles", void 0);
22
+ //# sourceMappingURL=QueryGetAllCollaboratorsByRoles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryGetAllCollaboratorsByRoles.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/user/QueryGetAllCollaboratorsByRoles.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAEhD,MAAM,OAAO,+BAA+B;CAQ3C;AADC;IANC,WAAW,CAAC;QACX,WAAW,EAAE,4BAA4B;QACzC,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,CAAC,MAAM,CAAC;QACd,OAAO,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC;KACjB,CAAC;;gEACgB","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}"]}
@@ -0,0 +1,13 @@
1
+ export interface DailyHour {
2
+ from: number;
3
+ to: number;
4
+ class?: string;
5
+ }
6
+ export interface SpecialHours {
7
+ 1?: DailyHour | DailyHour[];
8
+ 2?: DailyHour | DailyHour[];
9
+ 3?: DailyHour | DailyHour[];
10
+ 4?: DailyHour | DailyHour[];
11
+ 5?: DailyHour | DailyHour[];
12
+ }
13
+ //# sourceMappingURL=QueryDailyHour.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryDailyHour.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/workingSchedule/QueryDailyHour.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,SAAS;IACxB,IAAI,EAAE,MAAM,CAAC;IACb,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AACD,MAAM,WAAW,YAAY;IAC3B,CAAC,CAAC,EAAE,SAAS,GAAG,SAAS,EAAE,CAAC;IAC5B,CAAC,CAAC,EAAE,SAAS,GAAG,SAAS,EAAE,CAAC;IAC5B,CAAC,CAAC,EAAE,SAAS,GAAG,SAAS,EAAE,CAAC;IAC5B,CAAC,CAAC,EAAE,SAAS,GAAG,SAAS,EAAE,CAAC;IAC5B,CAAC,CAAC,EAAE,SAAS,GAAG,SAAS,EAAE,CAAC;CAC7B"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=QueryDailyHour.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryDailyHour.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/workingSchedule/QueryDailyHour.ts"],"names":[],"mappings":"","sourcesContent":["export interface DailyHour {\n from: number;\n to: number;\n class?: string;\n}\nexport interface SpecialHours {\n 1?: DailyHour | DailyHour[];\n 2?: DailyHour | DailyHour[];\n 3?: DailyHour | DailyHour[];\n 4?: DailyHour | DailyHour[];\n 5?: DailyHour | DailyHour[];\n}"]}
@@ -0,0 +1,7 @@
1
+ export interface DateRange {
2
+ start: string;
3
+ end: string;
4
+ from?: number;
5
+ to?: number;
6
+ }
7
+ //# sourceMappingURL=Date.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Date.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/enum/Date.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,SAAS;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,EAAE,CAAC,EAAE,MAAM,CAAC;CACb"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=Date.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Date.js","sourceRoot":"","sources":["../../../../ts/types/Interface/enum/Date.ts"],"names":[],"mappings":"","sourcesContent":["export interface DateRange {\n start: string;\n end: string;\n from?: number;\n to?: number;\n}"]}
@@ -0,0 +1,29 @@
1
+ import { IUser } from './IUser';
2
+ import { IAbsenceType } from './IAbsenceType';
3
+ import { IFile } from './IFile';
4
+ import { IAbsenceRequestTime } from './IAbsenceRequestTime';
5
+ export interface IAbsenceRequest {
6
+ id?: number;
7
+ validService?: Date | null;
8
+ validRh?: Date | null;
9
+ motifAsk?: string | null;
10
+ commentResponse?: string | null;
11
+ dateStartHoliday?: Date | null;
12
+ dateEndHoliday?: Date | null;
13
+ refused?: boolean | null;
14
+ isSolidarite?: boolean;
15
+ idTypeAbsence?: number | null;
16
+ idUserAsk?: number | null;
17
+ idUserValidRh?: number | null;
18
+ idUserValidService?: number | null;
19
+ idFile?: number | null;
20
+ createdAt?: Date | null;
21
+ updatedAt?: Date | null;
22
+ userDemand?: IUser;
23
+ userValidRh?: IUser;
24
+ userValidService?: IUser;
25
+ typeAbsence?: IAbsenceType;
26
+ file?: IFile;
27
+ absenceRequestTimes?: IAbsenceRequestTime[];
28
+ }
29
+ //# sourceMappingURL=IAbsenceRequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IAbsenceRequest.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IAbsenceRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAG5D,MAAM,WAAW,eAAe;IAC9B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,YAAY,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC3B,OAAO,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACtB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,gBAAgB,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC/B,cAAc,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC7B,OAAO,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IACzB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,UAAU,CAAC,EAAE,KAAK,CAAC;IACnB,WAAW,CAAC,EAAE,KAAK,CAAC;IACpB,gBAAgB,CAAC,EAAE,KAAK,CAAC;IACzB,WAAW,CAAC,EAAE,YAAY,CAAC;IAC3B,IAAI,CAAC,EAAE,KAAK,CAAC;IACb,mBAAmB,CAAC,EAAE,mBAAmB,EAAE,CAAC;CAC7C"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=IAbsenceRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IAbsenceRequest.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IAbsenceRequest.ts"],"names":[],"mappings":"","sourcesContent":["import { IUser } from './IUser';\nimport { IAbsenceType } from './IAbsenceType';\nimport { IFile } from './IFile';\nimport { IAbsenceRequestTime } from './IAbsenceRequestTime';\n\n// absenceRequest\nexport interface IAbsenceRequest {\n id?: number;\n validService?: Date | null;\n validRh?: Date | null;\n motifAsk?: string | null;\n commentResponse?: string | null;\n dateStartHoliday?: Date | null;\n dateEndHoliday?: Date | null;\n refused?: boolean | null;\n isSolidarite?: boolean;\n idTypeAbsence?: number | null;\n idUserAsk?: number | null;\n idUserValidRh?: number | null;\n idUserValidService?: number | null;\n idFile?: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n userDemand?: IUser;\n userValidRh?: IUser;\n userValidService?: IUser;\n typeAbsence?: IAbsenceType;\n file?: IFile;\n absenceRequestTimes?: IAbsenceRequestTime[];\n}\n"]}
@@ -0,0 +1,12 @@
1
+ import { IAbsenceRequest } from './IAbsenceRequest';
2
+ export interface IAbsenceRequestTime {
3
+ id?: number;
4
+ type: number;
5
+ idAbsenceRequest?: number | null;
6
+ startDate: Date | null;
7
+ endDate: Date | null;
8
+ createdAt?: Date | null;
9
+ updatedAt?: Date | null;
10
+ absenceRequest?: IAbsenceRequest;
11
+ }
12
+ //# sourceMappingURL=IAbsenceRequestTime.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IAbsenceRequestTime.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IAbsenceRequestTime.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAGpD,MAAM,WAAW,mBAAmB;IAClC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,SAAS,EAAE,IAAI,GAAG,IAAI,CAAC;IACvB,OAAO,EAAE,IAAI,GAAG,IAAI,CAAC;IACrB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,cAAc,CAAC,EAAE,eAAe,CAAC;CAClC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=IAbsenceRequestTime.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IAbsenceRequestTime.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IAbsenceRequestTime.ts"],"names":[],"mappings":"","sourcesContent":["import { IAbsenceRequest } from './IAbsenceRequest';\n\n// absenceRequestTime\nexport interface IAbsenceRequestTime {\n id?: number;\n type: number;\n idAbsenceRequest?: number | null;\n startDate: Date | null;\n endDate: Date | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n absenceRequest?: IAbsenceRequest;\n}\n"]}
@@ -16,12 +16,14 @@ export interface ICalendarEvent {
16
16
  idSociety: number | null;
17
17
  idExercice: number | null;
18
18
  idType: number | null;
19
+ idTimeCounterType: number | null;
19
20
  typeComptable: number | null;
20
21
  isDone: boolean;
21
22
  callState: number | null;
22
23
  idRecurrence: number | null;
23
24
  idTask?: number;
24
25
  idPlace: number | null;
26
+ validatedAt?: Date | null;
25
27
  createdAt?: Date | null;
26
28
  updatedAt?: Date | null;
27
29
  calendarColors: IColor;
@@ -1 +1 @@
1
- {"version":3,"file":"ICalendarEvent.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ICalendarEvent.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAGhC,MAAM,WAAW,cAAc;IAC7B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,SAAS,EAAE,IAAI,GAAG,IAAI,CAAC;IACvB,OAAO,EAAE,IAAI,GAAG,IAAI,CAAC;IACrB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,MAAM,EAAE,OAAO,CAAC;IAChB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,cAAc,EAAE,MAAM,CAAC;IACvB,aAAa,EAAE,KAAK,CAAC;IACrB,OAAO,EAAE,QAAQ,CAAC;IAClB,QAAQ,EAAE,SAAS,CAAC;IACpB,uBAAuB,EAAE,KAAK,EAAE,CAAC;IACjC,IAAI,CAAC,EAAE,KAAK,CAAC;CACd"}
1
+ {"version":3,"file":"ICalendarEvent.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ICalendarEvent.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAGhC,MAAM,WAAW,cAAc;IAC7B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,SAAS,EAAE,IAAI,GAAG,IAAI,CAAC;IACvB,OAAO,EAAE,IAAI,GAAG,IAAI,CAAC;IACrB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,MAAM,EAAE,OAAO,CAAC;IAChB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,WAAW,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC1B,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,cAAc,EAAE,MAAM,CAAC;IACvB,aAAa,EAAE,KAAK,CAAC;IACrB,OAAO,EAAE,QAAQ,CAAC;IAClB,QAAQ,EAAE,SAAS,CAAC;IACpB,uBAAuB,EAAE,KAAK,EAAE,CAAC;IACjC,IAAI,CAAC,EAAE,KAAK,CAAC;CACd"}
@@ -1 +1 @@
1
- {"version":3,"file":"ICalendarEvent.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ICalendarEvent.ts"],"names":[],"mappings":"","sourcesContent":["import { IColor } from './IColor';\nimport { IRoom } from './IRoom';\nimport { ISociety } from './ISociety';\nimport { IExercice } from './IExercice';\nimport { IUser } from './IUser';\nimport { ITask } from './ITask';\n\n// calendarEvents\nexport interface ICalendarEvent {\n id?: number;\n title: string | null;\n dateStart: Date | null;\n dateEnd: Date | null;\n comment: string | null;\n idRoom: number | null;\n createdBy: number | null;\n idColor: number | null;\n idSociety: number | null;\n idExercice: number | null;\n idType: number | null;\n typeComptable: number | null;\n isDone: boolean;\n callState: number | null;\n idRecurrence: number | null;\n idTask?: number;\n idPlace: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n calendarColors: IColor;\n calendarRooms: IRoom;\n society: ISociety;\n exercice: IExercice;\n calendarsEventsHasUsers: IUser[];\n task?: ITask;\n}\n"]}
1
+ {"version":3,"file":"ICalendarEvent.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ICalendarEvent.ts"],"names":[],"mappings":"","sourcesContent":["import { IColor } from './IColor';\nimport { IRoom } from './IRoom';\nimport { ISociety } from './ISociety';\nimport { IExercice } from './IExercice';\nimport { IUser } from './IUser';\nimport { ITask } from './ITask';\n\n// calendarEvents\nexport interface ICalendarEvent {\n id?: number;\n title: string | null;\n dateStart: Date | null;\n dateEnd: Date | null;\n comment: string | null;\n idRoom: number | null;\n createdBy: number | null;\n idColor: number | null;\n idSociety: number | null;\n idExercice: number | null;\n idType: number | null;\n idTimeCounterType: number | null;\n typeComptable: number | null;\n isDone: boolean;\n callState: number | null;\n idRecurrence: number | null;\n idTask?: number;\n idPlace: number | null;\n validatedAt?: Date | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n calendarColors: IColor;\n calendarRooms: IRoom;\n society: ISociety;\n exercice: IExercice;\n calendarsEventsHasUsers: IUser[];\n task?: ITask;\n}\n"]}
@@ -0,0 +1,10 @@
1
+ export interface ITimeRecorder {
2
+ id?: number;
3
+ date: Date;
4
+ startTime?: string | null;
5
+ endTime?: string | null;
6
+ idUser: number;
7
+ createdAt?: Date | null;
8
+ updatedAt?: Date | null;
9
+ }
10
+ //# sourceMappingURL=ITimeRecorder.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ITimeRecorder.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ITimeRecorder.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,aAAa;IAC5B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,IAAI,CAAC;IACX,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACzB"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=ITimeRecorder.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ITimeRecorder.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ITimeRecorder.ts"],"names":[],"mappings":"","sourcesContent":["// TimeRecorder alias of pointeuseRh\nexport interface ITimeRecorder {\n id?: number;\n date: Date;\n startTime?: string | null;\n endTime?: string | null;\n idUser: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"]}
@@ -64,6 +64,7 @@ export interface IUser {
64
64
  startOnboarding?: Date | null;
65
65
  societyByDefault?: number | null;
66
66
  longAbsence?: boolean | null;
67
+ isDailyContract?: boolean | null;
67
68
  internationalPhone?: string | null;
68
69
  isThemeLight?: boolean;
69
70
  createdAt?: Date | null;
@@ -1 +1 @@
1
- {"version":3,"file":"IUser.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IUser.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"IUser.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IUser.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"IUser.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IUser.ts"],"names":[],"mappings":"","sourcesContent":["import { ICalendarEvent } from './ICalendarEvent';\nimport { IRole } from './IRole';\nimport { ICivility } from './ICivility';\nimport { IFile } from './IFile';\nimport { IUserSocietyPermission } from './IUserSocietyPermission';\nimport { IWorkingSchedule } from './IWorkingSchedule';\nimport { IRecontactHistory } from './IRecontactHistory';\nimport { IQuality } from './IQuality';\nimport { IAllowedIp } from './IAllowedIp';\nimport { IBusinessPartner } from './IBusinessPartner';\nimport { ILog } from './ILog';\nimport { INotification } from './INotification';\nimport { ISociety } from './ISociety';\nimport { ITeam } from './ITeam';\nimport { IUserTest } from './IUserTest';\nimport { IMobile } from './IMobile';\n\ntype isAny<T> = T | any;\n\n// users\nexport interface IUser {\n id?: number;\n firstname?: string | null;\n lastname?: string | null;\n fullname?: string | null;\n email?: string | null;\n email2?: string | null;\n username?: string | null;\n stripeCustomerId?: string | null;\n positionLabel?: string | null;\n sha?: string | null;\n hash?: string | null;\n password?: string | null;\n idFile?: number | null;\n quality?: string | null;\n idQuality?: number | null;\n phone?: string | null;\n phone2?: string | null;\n prefix?: string | null;\n tokenLostPassword?: string | null;\n tokenApi?: string | null;\n tokenNotification?: string | null;\n tokenSocket?: string | null;\n authyId?: string | null;\n authCode?: string | null;\n authCodeDate?: Date | null;\n tutoTransaction?: boolean | null;\n lastConnection?: Date | null;\n beforeLastConnection?: Date | null;\n active?: boolean | null;\n toContact?: boolean;\n stateProspect?: boolean | null;\n birthdate?: Date | null;\n arrivalDate?: Date | null;\n isNewProspect?: boolean;\n hasAccountNumberDisplay?: boolean;\n isAssociate?: boolean | null;\n isResponderActive?: boolean;\n suppDoublon?: boolean | null;\n calendlyUrl?: string | null;\n idCivility?: number | null;\n idCommercialDoublon?: number | null;\n idProspectIsWith?: number | null;\n apprentice?: boolean;\n smsNotAllowed?: boolean;\n restDaysAbsence?: number | null;\n startOnboarding?: Date | null;\n societyByDefault?: number | null;\n longAbsence?: boolean | null;\n internationalPhone?: string | null;\n isThemeLight?: boolean;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n confirmedAt?: Date | null;\n tokenConfirmedAt?: string | null;\n idPoleLeader?: number | null;\n affiliateTrackingId?: number | null;\n\n // Associations\n userHasEvent?: isAny<ICalendarEvent>[];\n roles?: IRole[];\n genders?: ICivility;\n commercial?: IUser;\n prospectPrincipal?: IUser;\n avatar?: IFile;\n userPermissions?: IUserSocietyPermission[];\n workingSchedules?: IWorkingSchedule[];\n recontactHistories?: IRecontactHistory[];\n poleLeader?: IUser;\n userQuality?: IQuality;\n allowedIps?: IAllowedIp[];\n businessPartner?: IBusinessPartner;\n poleAccountants?: IUser[];\n logs?: ILog[];\n notifications?: INotification[];\n societies?: ISociety[];\n teams?: ITeam[];\n usersTest?: IUserTest;\n mobile?: IMobile;\n}\n"]}
1
+ {"version":3,"file":"IUser.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IUser.ts"],"names":[],"mappings":"","sourcesContent":["import { ICalendarEvent } from './ICalendarEvent';\nimport { IRole } from './IRole';\nimport { ICivility } from './ICivility';\nimport { IFile } from './IFile';\nimport { IUserSocietyPermission } from './IUserSocietyPermission';\nimport { IWorkingSchedule } from './IWorkingSchedule';\nimport { IRecontactHistory } from './IRecontactHistory';\nimport { IQuality } from './IQuality';\nimport { IAllowedIp } from './IAllowedIp';\nimport { IBusinessPartner } from './IBusinessPartner';\nimport { ILog } from './ILog';\nimport { INotification } from './INotification';\nimport { ISociety } from './ISociety';\nimport { ITeam } from './ITeam';\nimport { IUserTest } from './IUserTest';\nimport { IMobile } from './IMobile';\n\ntype isAny<T> = T | any;\n\n// users\nexport interface IUser {\n id?: number;\n firstname?: string | null;\n lastname?: string | null;\n fullname?: string | null;\n email?: string | null;\n email2?: string | null;\n username?: string | null;\n stripeCustomerId?: string | null;\n positionLabel?: string | null;\n sha?: string | null;\n hash?: string | null;\n password?: string | null;\n idFile?: number | null;\n quality?: string | null;\n idQuality?: number | null;\n phone?: string | null;\n phone2?: string | null;\n prefix?: string | null;\n tokenLostPassword?: string | null;\n tokenApi?: string | null;\n tokenNotification?: string | null;\n tokenSocket?: string | null;\n authyId?: string | null;\n authCode?: string | null;\n authCodeDate?: Date | null;\n tutoTransaction?: boolean | null;\n lastConnection?: Date | null;\n beforeLastConnection?: Date | null;\n active?: boolean | null;\n toContact?: boolean;\n stateProspect?: boolean | null;\n birthdate?: Date | null;\n arrivalDate?: Date | null;\n isNewProspect?: boolean;\n hasAccountNumberDisplay?: boolean;\n isAssociate?: boolean | null;\n isResponderActive?: boolean;\n suppDoublon?: boolean | null;\n calendlyUrl?: string | null;\n idCivility?: number | null;\n idCommercialDoublon?: number | null;\n idProspectIsWith?: number | null;\n apprentice?: boolean;\n smsNotAllowed?: boolean;\n restDaysAbsence?: number | null;\n startOnboarding?: Date | null;\n societyByDefault?: number | null;\n longAbsence?: boolean | null;\n isDailyContract?: boolean | null;\n internationalPhone?: string | null;\n isThemeLight?: boolean;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n confirmedAt?: Date | null;\n tokenConfirmedAt?: string | null;\n idPoleLeader?: number | null;\n affiliateTrackingId?: number | null;\n\n // Associations\n userHasEvent?: isAny<ICalendarEvent>[];\n roles?: IRole[];\n genders?: ICivility;\n commercial?: IUser;\n prospectPrincipal?: IUser;\n avatar?: IFile;\n userPermissions?: IUserSocietyPermission[];\n workingSchedules?: IWorkingSchedule[];\n recontactHistories?: IRecontactHistory[];\n poleLeader?: IUser;\n userQuality?: IQuality;\n allowedIps?: IAllowedIp[];\n businessPartner?: IBusinessPartner;\n poleAccountants?: IUser[];\n logs?: ILog[];\n notifications?: INotification[];\n societies?: ISociety[];\n teams?: ITeam[];\n usersTest?: IUserTest;\n mobile?: IMobile;\n}\n"]}
@@ -2,13 +2,13 @@ import { IUser } from './IUser';
2
2
  import { IEmployee } from './IEmployee';
3
3
  export interface IWorkingSchedule {
4
4
  id?: number;
5
- morningStart: Date | null;
6
- morningEnd: Date | null;
7
- afternoonStart: Date | null;
8
- afternoonEnd: Date | null;
5
+ morningStart?: Date | null;
6
+ morningEnd?: Date | null;
7
+ afternoonStart?: Date | null;
8
+ afternoonEnd?: Date | null;
9
9
  idDay: number;
10
- idEmployee: number | null;
11
- idUser: number | null;
10
+ idEmployee?: number | null;
11
+ idUser?: number | null;
12
12
  createdAt?: Date | null;
13
13
  updatedAt?: Date | null;
14
14
  employee?: IEmployee;
@@ -1 +1 @@
1
- {"version":3,"file":"IWorkingSchedule.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IWorkingSchedule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAGxC,MAAM,WAAW,gBAAgB;IAC/B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,YAAY,EAAE,IAAI,GAAG,IAAI,CAAC;IAC1B,UAAU,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,cAAc,EAAE,IAAI,GAAG,IAAI,CAAC;IAC5B,YAAY,EAAE,IAAI,GAAG,IAAI,CAAC;IAC1B,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,IAAI,CAAC,EAAE,KAAK,CAAC;CACd"}
1
+ {"version":3,"file":"IWorkingSchedule.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IWorkingSchedule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAGxC,MAAM,WAAW,gBAAgB;IAC/B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,YAAY,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC3B,UAAU,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACzB,cAAc,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC7B,YAAY,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,IAAI,CAAC,EAAE,KAAK,CAAC;CACd"}
@@ -1 +1 @@
1
- {"version":3,"file":"IWorkingSchedule.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IWorkingSchedule.ts"],"names":[],"mappings":"","sourcesContent":["import { IUser } from './IUser';\nimport { IEmployee } from './IEmployee';\n\n// workingSchedule\nexport interface IWorkingSchedule {\n id?: number;\n morningStart: Date | null;\n morningEnd: Date | null;\n afternoonStart: Date | null;\n afternoonEnd: Date | null;\n idDay: number;\n idEmployee: number | null;\n idUser: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n employee?: IEmployee;\n user?: IUser;\n}\n"]}
1
+ {"version":3,"file":"IWorkingSchedule.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IWorkingSchedule.ts"],"names":[],"mappings":"","sourcesContent":["import { IUser } from './IUser';\nimport { IEmployee } from './IEmployee';\n\n// workingSchedule\nexport interface IWorkingSchedule {\n id?: number;\n morningStart?: Date | null;\n morningEnd?: Date | null;\n afternoonStart?: Date | null;\n afternoonEnd?: Date | null;\n idDay: number;\n idEmployee?: number | null;\n idUser?: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n employee?: IEmployee;\n user?: IUser;\n}\n"]}