@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
@@ -1,7 +1,7 @@
1
1
  export declare class createCalendarEvent {
2
2
  title: string;
3
3
  dateStart: Date;
4
- dateEnd: Date;
4
+ dateEnd?: Date;
5
5
  comment: string;
6
6
  idRoom?: number;
7
7
  createdBy: number;
@@ -9,10 +9,12 @@ export declare class createCalendarEvent {
9
9
  idSociety: number;
10
10
  idExercice?: number;
11
11
  idType?: number;
12
+ idTimeCounterType?: number;
12
13
  typeComptable?: number;
13
14
  isDone: boolean;
14
15
  callState?: number;
15
16
  idRecurrence?: number;
16
17
  idPlace?: number;
18
+ validatedAt?: Date;
17
19
  }
18
20
  //# sourceMappingURL=createCalendarEvent.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"createCalendarEvent.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/calendarEvent/createCalendarEvent.ts"],"names":[],"mappings":"AAEA,qBAAa,mBAAmB;IAE9B,KAAK,EAAE,MAAM,CAAC;IAGd,SAAS,EAAE,IAAI,CAAC;IAGhB,OAAO,EAAE,IAAI,CAAC;IAGd,OAAO,EAAE,MAAM,CAAC;IAGhB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,SAAS,EAAE,MAAM,CAAC;IAGlB,OAAO,CAAC,EAAE,MAAM,CAAC;IAGjB,SAAS,EAAE,MAAM,CAAC;IAGlB,UAAU,CAAC,EAAE,MAAM,CAAC;IAGpB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,aAAa,CAAC,EAAE,MAAM,CAAC;IAGvB,MAAM,EAAE,OAAO,CAAC;IAGhB,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,YAAY,CAAC,EAAE,MAAM,CAAC;IAGtB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB"}
1
+ {"version":3,"file":"createCalendarEvent.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/calendarEvent/createCalendarEvent.ts"],"names":[],"mappings":"AAEA,qBAAa,mBAAmB;IAE9B,KAAK,EAAE,MAAM,CAAC;IAGd,SAAS,EAAE,IAAI,CAAC;IAGhB,OAAO,CAAC,EAAE,IAAI,CAAC;IAGf,OAAO,EAAE,MAAM,CAAC;IAGhB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,SAAS,EAAE,MAAM,CAAC;IAGlB,OAAO,CAAC,EAAE,MAAM,CAAC;IAGjB,SAAS,EAAE,MAAM,CAAC;IAGlB,UAAU,CAAC,EAAE,MAAM,CAAC;IAGpB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAG3B,aAAa,CAAC,EAAE,MAAM,CAAC;IAGvB,MAAM,EAAE,OAAO,CAAC;IAGhB,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,YAAY,CAAC,EAAE,MAAM,CAAC;IAGtB,OAAO,CAAC,EAAE,MAAM,CAAC;IAGjB,WAAW,CAAC,EAAE,IAAI,CAAC;CACpB"}
@@ -19,7 +19,7 @@ __decorate([
19
19
  __metadata("design:type", Date)
20
20
  ], createCalendarEvent.prototype, "dateStart", void 0);
21
21
  __decorate([
22
- ApiProperty(),
22
+ ApiPropertyOptional(),
23
23
  __metadata("design:type", Date)
24
24
  ], createCalendarEvent.prototype, "dateEnd", void 0);
25
25
  __decorate([
@@ -50,6 +50,10 @@ __decorate([
50
50
  ApiPropertyOptional(),
51
51
  __metadata("design:type", Number)
52
52
  ], createCalendarEvent.prototype, "idType", void 0);
53
+ __decorate([
54
+ ApiPropertyOptional(),
55
+ __metadata("design:type", Number)
56
+ ], createCalendarEvent.prototype, "idTimeCounterType", void 0);
53
57
  __decorate([
54
58
  ApiPropertyOptional(),
55
59
  __metadata("design:type", Number)
@@ -70,4 +74,8 @@ __decorate([
70
74
  ApiPropertyOptional(),
71
75
  __metadata("design:type", Number)
72
76
  ], createCalendarEvent.prototype, "idPlace", void 0);
77
+ __decorate([
78
+ ApiPropertyOptional(),
79
+ __metadata("design:type", Date)
80
+ ], createCalendarEvent.prototype, "validatedAt", void 0);
73
81
  //# sourceMappingURL=createCalendarEvent.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"createCalendarEvent.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/calendarEvent/createCalendarEvent.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAErE,MAAM,OAAO,mBAAmB;CA6C/B;AA3CC;IADC,WAAW,EAAE;;kDACA;AAGd;IADC,WAAW,EAAE;8BACH,IAAI;sDAAC;AAGhB;IADC,WAAW,EAAE;8BACL,IAAI;oDAAC;AAGd;IADC,WAAW,EAAE;;oDACE;AAGhB;IADC,mBAAmB,EAAE;;mDACN;AAGhB;IADC,WAAW,EAAE;;sDACI;AAGlB;IADC,mBAAmB,EAAE;;oDACL;AAGjB;IADC,WAAW,EAAE;;sDACI;AAGlB;IADC,mBAAmB,EAAE;;uDACF;AAGpB;IADC,mBAAmB,EAAE;;mDACN;AAGhB;IADC,mBAAmB,EAAE;;0DACC;AAGvB;IADC,WAAW,EAAE;;mDACE;AAGhB;IADC,mBAAmB,EAAE;;sDACH;AAGnB;IADC,mBAAmB,EAAE;;yDACA;AAGtB;IADC,mBAAmB,EAAE;;oDACL","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class createCalendarEvent {\n @ApiProperty()\n title: string;\n\n @ApiProperty()\n dateStart: Date;\n\n @ApiProperty()\n dateEnd: Date;\n\n @ApiProperty()\n comment: string;\n\n @ApiPropertyOptional()\n idRoom?: number;\n\n @ApiProperty()\n createdBy: number;\n\n @ApiPropertyOptional()\n idColor?: number;\n\n @ApiProperty()\n idSociety: number;\n\n @ApiPropertyOptional()\n idExercice?: number;\n\n @ApiPropertyOptional()\n idType?: number;\n\n @ApiPropertyOptional()\n typeComptable?: number;\n\n @ApiProperty()\n isDone: boolean;\n\n @ApiPropertyOptional()\n callState?: number;\n\n @ApiPropertyOptional()\n idRecurrence?: number;\n\n @ApiPropertyOptional()\n idPlace?: number;\n}"]}
1
+ {"version":3,"file":"createCalendarEvent.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/calendarEvent/createCalendarEvent.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAErE,MAAM,OAAO,mBAAmB;CAmD/B;AAjDC;IADC,WAAW,EAAE;;kDACA;AAGd;IADC,WAAW,EAAE;8BACH,IAAI;sDAAC;AAGhB;IADC,mBAAmB,EAAE;8BACZ,IAAI;oDAAC;AAGf;IADC,WAAW,EAAE;;oDACE;AAGhB;IADC,mBAAmB,EAAE;;mDACN;AAGhB;IADC,WAAW,EAAE;;sDACI;AAGlB;IADC,mBAAmB,EAAE;;oDACL;AAGjB;IADC,WAAW,EAAE;;sDACI;AAGlB;IADC,mBAAmB,EAAE;;uDACF;AAGpB;IADC,mBAAmB,EAAE;;mDACN;AAGhB;IADC,mBAAmB,EAAE;;8DACK;AAG3B;IADC,mBAAmB,EAAE;;0DACC;AAGvB;IADC,WAAW,EAAE;;mDACE;AAGhB;IADC,mBAAmB,EAAE;;sDACH;AAGnB;IADC,mBAAmB,EAAE;;yDACA;AAGtB;IADC,mBAAmB,EAAE;;oDACL;AAGjB;IADC,mBAAmB,EAAE;8BACR,IAAI;wDAAC","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class createCalendarEvent {\n @ApiProperty()\n title: string;\n\n @ApiProperty()\n dateStart: Date;\n\n @ApiPropertyOptional()\n dateEnd?: Date;\n\n @ApiProperty()\n comment: string;\n\n @ApiPropertyOptional()\n idRoom?: number;\n\n @ApiProperty()\n createdBy: number;\n\n @ApiPropertyOptional()\n idColor?: number;\n\n @ApiProperty()\n idSociety: number;\n\n @ApiPropertyOptional()\n idExercice?: number;\n\n @ApiPropertyOptional()\n idType?: number;\n\n @ApiPropertyOptional()\n idTimeCounterType?: number;\n\n @ApiPropertyOptional()\n typeComptable?: number;\n\n @ApiProperty()\n isDone: boolean;\n\n @ApiPropertyOptional()\n callState?: number;\n\n @ApiPropertyOptional()\n idRecurrence?: number;\n\n @ApiPropertyOptional()\n idPlace?: number;\n\n @ApiPropertyOptional()\n validatedAt?: Date;\n}"]}
@@ -0,0 +1,21 @@
1
+ export declare class CreateCalendarEventForUsers {
2
+ title: string;
3
+ dateStart: Date;
4
+ dateEnd?: Date;
5
+ comment: string;
6
+ idRoom?: number;
7
+ createdBy: number;
8
+ idColor?: number;
9
+ idSociety: number;
10
+ idExercice?: number;
11
+ idType?: number;
12
+ idTimeCounterType?: number;
13
+ typeComptable?: number;
14
+ isDone: boolean;
15
+ callState?: number;
16
+ idRecurrence?: number;
17
+ idPlace?: number;
18
+ validatedAt?: Date;
19
+ idUsers: Array<number>;
20
+ }
21
+ //# sourceMappingURL=createCalendarEventForUsers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"createCalendarEventForUsers.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/calendarEvent/createCalendarEventForUsers.ts"],"names":[],"mappings":"AAEA,qBAAa,2BAA2B;IAEtC,KAAK,EAAE,MAAM,CAAC;IAGd,SAAS,EAAE,IAAI,CAAC;IAGhB,OAAO,CAAC,EAAE,IAAI,CAAC;IAGf,OAAO,EAAE,MAAM,CAAC;IAGhB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,SAAS,EAAE,MAAM,CAAC;IAGlB,OAAO,CAAC,EAAE,MAAM,CAAC;IAGjB,SAAS,EAAE,MAAM,CAAC;IAGlB,UAAU,CAAC,EAAE,MAAM,CAAC;IAGpB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAG3B,aAAa,CAAC,EAAE,MAAM,CAAC;IAGvB,MAAM,EAAE,OAAO,CAAC;IAGhB,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,YAAY,CAAC,EAAE,MAAM,CAAC;IAGtB,OAAO,CAAC,EAAE,MAAM,CAAC;IAGjB,WAAW,CAAC,EAAE,IAAI,CAAC;IAGnB,OAAO,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CACxB"}
@@ -0,0 +1,85 @@
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, ApiPropertyOptional } from '../../../../utils';
11
+ export class CreateCalendarEventForUsers {
12
+ }
13
+ __decorate([
14
+ ApiProperty(),
15
+ __metadata("design:type", String)
16
+ ], CreateCalendarEventForUsers.prototype, "title", void 0);
17
+ __decorate([
18
+ ApiProperty(),
19
+ __metadata("design:type", Date)
20
+ ], CreateCalendarEventForUsers.prototype, "dateStart", void 0);
21
+ __decorate([
22
+ ApiPropertyOptional(),
23
+ __metadata("design:type", Date)
24
+ ], CreateCalendarEventForUsers.prototype, "dateEnd", void 0);
25
+ __decorate([
26
+ ApiProperty(),
27
+ __metadata("design:type", String)
28
+ ], CreateCalendarEventForUsers.prototype, "comment", void 0);
29
+ __decorate([
30
+ ApiPropertyOptional(),
31
+ __metadata("design:type", Number)
32
+ ], CreateCalendarEventForUsers.prototype, "idRoom", void 0);
33
+ __decorate([
34
+ ApiProperty(),
35
+ __metadata("design:type", Number)
36
+ ], CreateCalendarEventForUsers.prototype, "createdBy", void 0);
37
+ __decorate([
38
+ ApiPropertyOptional(),
39
+ __metadata("design:type", Number)
40
+ ], CreateCalendarEventForUsers.prototype, "idColor", void 0);
41
+ __decorate([
42
+ ApiProperty(),
43
+ __metadata("design:type", Number)
44
+ ], CreateCalendarEventForUsers.prototype, "idSociety", void 0);
45
+ __decorate([
46
+ ApiPropertyOptional(),
47
+ __metadata("design:type", Number)
48
+ ], CreateCalendarEventForUsers.prototype, "idExercice", void 0);
49
+ __decorate([
50
+ ApiPropertyOptional(),
51
+ __metadata("design:type", Number)
52
+ ], CreateCalendarEventForUsers.prototype, "idType", void 0);
53
+ __decorate([
54
+ ApiPropertyOptional(),
55
+ __metadata("design:type", Number)
56
+ ], CreateCalendarEventForUsers.prototype, "idTimeCounterType", void 0);
57
+ __decorate([
58
+ ApiPropertyOptional(),
59
+ __metadata("design:type", Number)
60
+ ], CreateCalendarEventForUsers.prototype, "typeComptable", void 0);
61
+ __decorate([
62
+ ApiProperty(),
63
+ __metadata("design:type", Boolean)
64
+ ], CreateCalendarEventForUsers.prototype, "isDone", void 0);
65
+ __decorate([
66
+ ApiPropertyOptional(),
67
+ __metadata("design:type", Number)
68
+ ], CreateCalendarEventForUsers.prototype, "callState", void 0);
69
+ __decorate([
70
+ ApiPropertyOptional(),
71
+ __metadata("design:type", Number)
72
+ ], CreateCalendarEventForUsers.prototype, "idRecurrence", void 0);
73
+ __decorate([
74
+ ApiPropertyOptional(),
75
+ __metadata("design:type", Number)
76
+ ], CreateCalendarEventForUsers.prototype, "idPlace", void 0);
77
+ __decorate([
78
+ ApiPropertyOptional(),
79
+ __metadata("design:type", Date)
80
+ ], CreateCalendarEventForUsers.prototype, "validatedAt", void 0);
81
+ __decorate([
82
+ ApiProperty(),
83
+ __metadata("design:type", Array)
84
+ ], CreateCalendarEventForUsers.prototype, "idUsers", void 0);
85
+ //# sourceMappingURL=createCalendarEventForUsers.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"createCalendarEventForUsers.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/calendarEvent/createCalendarEventForUsers.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAErE,MAAM,OAAO,2BAA2B;CAsDvC;AApDC;IADC,WAAW,EAAE;;0DACA;AAGd;IADC,WAAW,EAAE;8BACH,IAAI;8DAAC;AAGhB;IADC,mBAAmB,EAAE;8BACZ,IAAI;4DAAC;AAGf;IADC,WAAW,EAAE;;4DACE;AAGhB;IADC,mBAAmB,EAAE;;2DACN;AAGhB;IADC,WAAW,EAAE;;8DACI;AAGlB;IADC,mBAAmB,EAAE;;4DACL;AAGjB;IADC,WAAW,EAAE;;8DACI;AAGlB;IADC,mBAAmB,EAAE;;+DACF;AAGpB;IADC,mBAAmB,EAAE;;2DACN;AAGhB;IADC,mBAAmB,EAAE;;sEACK;AAG3B;IADC,mBAAmB,EAAE;;kEACC;AAGvB;IADC,WAAW,EAAE;;2DACE;AAGhB;IADC,mBAAmB,EAAE;;8DACH;AAGnB;IADC,mBAAmB,EAAE;;iEACA;AAGtB;IADC,mBAAmB,EAAE;;4DACL;AAGjB;IADC,mBAAmB,EAAE;8BACR,IAAI;gEAAC;AAGnB;IADC,WAAW,EAAE;8BACL,KAAK;4DAAS","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class CreateCalendarEventForUsers {\n @ApiProperty()\n title: string;\n\n @ApiProperty()\n dateStart: Date;\n\n @ApiPropertyOptional()\n dateEnd?: Date;\n\n @ApiProperty()\n comment: string;\n\n @ApiPropertyOptional()\n idRoom?: number;\n\n @ApiProperty()\n createdBy: number;\n\n @ApiPropertyOptional()\n idColor?: number;\n\n @ApiProperty()\n idSociety: number;\n\n @ApiPropertyOptional()\n idExercice?: number;\n\n @ApiPropertyOptional()\n idType?: number;\n\n @ApiPropertyOptional()\n idTimeCounterType?: number;\n\n @ApiPropertyOptional()\n typeComptable?: number;\n\n @ApiProperty()\n isDone: boolean;\n\n @ApiPropertyOptional()\n callState?: number;\n\n @ApiPropertyOptional()\n idRecurrence?: number;\n\n @ApiPropertyOptional()\n idPlace?: number;\n\n @ApiPropertyOptional()\n validatedAt?: Date;\n\n @ApiProperty()\n idUsers: Array<number>;\n}"]}
@@ -0,0 +1,7 @@
1
+ export declare class GetAllCalendarEvent {
2
+ idUser: number;
3
+ startDate: Date;
4
+ endDate: Date;
5
+ isValidated?: boolean;
6
+ }
7
+ //# sourceMappingURL=getAllCalendarEvent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getAllCalendarEvent.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/calendarEvent/getAllCalendarEvent.ts"],"names":[],"mappings":"AAEA,qBAAa,mBAAmB;IAE9B,MAAM,EAAE,MAAM,CAAC;IAGf,SAAS,EAAE,IAAI,CAAC;IAGhB,OAAO,EAAE,IAAI,CAAC;IAGd,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB"}
@@ -0,0 +1,29 @@
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, ApiPropertyOptional } from '../../../../utils/decorators';
11
+ export class GetAllCalendarEvent {
12
+ }
13
+ __decorate([
14
+ ApiProperty(),
15
+ __metadata("design:type", Number)
16
+ ], GetAllCalendarEvent.prototype, "idUser", void 0);
17
+ __decorate([
18
+ ApiProperty(),
19
+ __metadata("design:type", Date)
20
+ ], GetAllCalendarEvent.prototype, "startDate", void 0);
21
+ __decorate([
22
+ ApiProperty(),
23
+ __metadata("design:type", Date)
24
+ ], GetAllCalendarEvent.prototype, "endDate", void 0);
25
+ __decorate([
26
+ ApiPropertyOptional(),
27
+ __metadata("design:type", Boolean)
28
+ ], GetAllCalendarEvent.prototype, "isValidated", void 0);
29
+ //# sourceMappingURL=getAllCalendarEvent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getAllCalendarEvent.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/calendarEvent/getAllCalendarEvent.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AAEhF,MAAM,OAAO,mBAAmB;CAY/B;AAVC;IADC,WAAW,EAAE;;mDACC;AAGf;IADC,WAAW,EAAE;8BACH,IAAI;sDAAC;AAGhB;IADC,WAAW,EAAE;8BACL,IAAI;oDAAC;AAGd;IADC,mBAAmB,EAAE;;wDACA","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils/decorators';\n\nexport class GetAllCalendarEvent {\n @ApiProperty()\n idUser: number;\n\n @ApiProperty()\n startDate: Date;\n\n @ApiProperty()\n endDate: Date;\n\n @ApiPropertyOptional()\n isValidated?: boolean;\n}\n"]}
@@ -0,0 +1,5 @@
1
+ export declare class QueryCalendarEvent {
2
+ include?: string[];
3
+ attributes?: string[];
4
+ }
5
+ //# sourceMappingURL=queryCalendarEvent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"queryCalendarEvent.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/calendarEvent/queryCalendarEvent.ts"],"names":[],"mappings":"AAKA,qBAAa,kBAAkB;IAO7B,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IAOnB,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;CACvB"}
@@ -0,0 +1,31 @@
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 { IsIn, IsOptional, IsString, } from 'class-validator';
11
+ import { ApiPropertyOptional } from '../../../../utils/decorators';
12
+ export class QueryCalendarEvent {
13
+ }
14
+ __decorate([
15
+ ApiPropertyOptional(),
16
+ IsOptional(),
17
+ IsString({
18
+ each: true,
19
+ }),
20
+ IsIn(['room', 'createdBy', 'color', 'society', 'exercice', 'task'], { each: true }),
21
+ __metadata("design:type", Array)
22
+ ], QueryCalendarEvent.prototype, "include", void 0);
23
+ __decorate([
24
+ ApiPropertyOptional(),
25
+ IsOptional(),
26
+ IsString({
27
+ each: true,
28
+ }),
29
+ __metadata("design:type", Array)
30
+ ], QueryCalendarEvent.prototype, "attributes", void 0);
31
+ //# sourceMappingURL=queryCalendarEvent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"queryCalendarEvent.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/calendarEvent/queryCalendarEvent.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,IAAI,EAAE,UAAU,EAAE,QAAQ,GAC3B,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AAEnE,MAAM,OAAO,kBAAkB;CAe9B;AARC;IANC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,CAAC;QACR,IAAI,EAAE,IAAI;KACX,CAAC;IACD,IAAI,CAAC,CAAC,MAAM,EAAE,WAAW,EAAE,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,CAAC,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;mDACjE;AAOnB;IALC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,QAAQ,CAAC;QACR,IAAI,EAAE,IAAI;KACX,CAAC;;sDACoB","sourcesContent":["import {\n IsIn, IsOptional, IsString,\n} from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils/decorators';\n\nexport class QueryCalendarEvent {\n @ApiPropertyOptional()\n @IsOptional()\n @IsString({\n each: true,\n })\n @IsIn(['room', 'createdBy', 'color', 'society', 'exercice', 'task'], { each: true })\n include?: string[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString({\n each: true,\n })\n attributes?: string[];\n}\n"]}
@@ -0,0 +1,13 @@
1
+ export interface ReadAllCalendarEvent {
2
+ id: number;
3
+ title: string;
4
+ start: string;
5
+ end: string;
6
+ content: string;
7
+ idTimeCounterType?: number;
8
+ validatedAt?: Date;
9
+ deletable?: boolean;
10
+ resizable?: boolean;
11
+ draggable?: boolean;
12
+ }
13
+ //# sourceMappingURL=readAllCalendarEvent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"readAllCalendarEvent.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/calendarEvent/readAllCalendarEvent.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,oBAAoB;IACnC,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;IACZ,OAAO,EAAE,MAAM,CAAC;IAChB,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAC1B,WAAW,CAAC,EAAE,IAAI,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=readAllCalendarEvent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"readAllCalendarEvent.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/calendarEvent/readAllCalendarEvent.ts"],"names":[],"mappings":"","sourcesContent":["export interface ReadAllCalendarEvent {\n id: number,\n title: string,\n start: string,\n end: string,\n content: string,\n idTimeCounterType?: number\n validatedAt?: Date,\n deletable?: boolean,\n resizable?: boolean,\n draggable?: boolean,\n}"]}
@@ -0,0 +1,20 @@
1
+ export declare class UpdateCalendarEvent {
2
+ title?: string;
3
+ dateStart?: Date;
4
+ dateEnd?: Date;
5
+ comment?: string;
6
+ idRoom?: number;
7
+ createdBy?: number;
8
+ idColor?: number;
9
+ idSociety?: number;
10
+ idExercice?: number;
11
+ idType?: number;
12
+ idTimeCounterType?: number;
13
+ typeComptable?: number;
14
+ isDone?: boolean;
15
+ callState?: number;
16
+ idRecurrence?: number;
17
+ idPlace?: number;
18
+ validatedAt?: Date;
19
+ }
20
+ //# sourceMappingURL=updateCalendarEvent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"updateCalendarEvent.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/calendarEvent/updateCalendarEvent.ts"],"names":[],"mappings":"AAEA,qBAAa,mBAAmB;IAE9B,KAAK,CAAC,EAAE,MAAM,CAAC;IAGf,SAAS,CAAC,EAAE,IAAI,CAAC;IAGjB,OAAO,CAAC,EAAE,IAAI,CAAC;IAGf,OAAO,CAAC,EAAE,MAAM,CAAC;IAGjB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,OAAO,CAAC,EAAE,MAAM,CAAC;IAGjB,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,UAAU,CAAC,EAAE,MAAM,CAAC;IAGpB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAG3B,aAAa,CAAC,EAAE,MAAM,CAAC;IAGvB,MAAM,CAAC,EAAE,OAAO,CAAC;IAGjB,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,YAAY,CAAC,EAAE,MAAM,CAAC;IAGtB,OAAO,CAAC,EAAE,MAAM,CAAC;IAGjB,WAAW,CAAC,EAAE,IAAI,CAAC;CACpB"}
@@ -0,0 +1,81 @@
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 { ApiPropertyOptional } from '../../../../utils';
11
+ export class UpdateCalendarEvent {
12
+ }
13
+ __decorate([
14
+ ApiPropertyOptional(),
15
+ __metadata("design:type", String)
16
+ ], UpdateCalendarEvent.prototype, "title", void 0);
17
+ __decorate([
18
+ ApiPropertyOptional(),
19
+ __metadata("design:type", Date)
20
+ ], UpdateCalendarEvent.prototype, "dateStart", void 0);
21
+ __decorate([
22
+ ApiPropertyOptional(),
23
+ __metadata("design:type", Date)
24
+ ], UpdateCalendarEvent.prototype, "dateEnd", void 0);
25
+ __decorate([
26
+ ApiPropertyOptional(),
27
+ __metadata("design:type", String)
28
+ ], UpdateCalendarEvent.prototype, "comment", void 0);
29
+ __decorate([
30
+ ApiPropertyOptional(),
31
+ __metadata("design:type", Number)
32
+ ], UpdateCalendarEvent.prototype, "idRoom", void 0);
33
+ __decorate([
34
+ ApiPropertyOptional(),
35
+ __metadata("design:type", Number)
36
+ ], UpdateCalendarEvent.prototype, "createdBy", void 0);
37
+ __decorate([
38
+ ApiPropertyOptional(),
39
+ __metadata("design:type", Number)
40
+ ], UpdateCalendarEvent.prototype, "idColor", void 0);
41
+ __decorate([
42
+ ApiPropertyOptional(),
43
+ __metadata("design:type", Number)
44
+ ], UpdateCalendarEvent.prototype, "idSociety", void 0);
45
+ __decorate([
46
+ ApiPropertyOptional(),
47
+ __metadata("design:type", Number)
48
+ ], UpdateCalendarEvent.prototype, "idExercice", void 0);
49
+ __decorate([
50
+ ApiPropertyOptional(),
51
+ __metadata("design:type", Number)
52
+ ], UpdateCalendarEvent.prototype, "idType", void 0);
53
+ __decorate([
54
+ ApiPropertyOptional(),
55
+ __metadata("design:type", Number)
56
+ ], UpdateCalendarEvent.prototype, "idTimeCounterType", void 0);
57
+ __decorate([
58
+ ApiPropertyOptional(),
59
+ __metadata("design:type", Number)
60
+ ], UpdateCalendarEvent.prototype, "typeComptable", void 0);
61
+ __decorate([
62
+ ApiPropertyOptional(),
63
+ __metadata("design:type", Boolean)
64
+ ], UpdateCalendarEvent.prototype, "isDone", void 0);
65
+ __decorate([
66
+ ApiPropertyOptional(),
67
+ __metadata("design:type", Number)
68
+ ], UpdateCalendarEvent.prototype, "callState", void 0);
69
+ __decorate([
70
+ ApiPropertyOptional(),
71
+ __metadata("design:type", Number)
72
+ ], UpdateCalendarEvent.prototype, "idRecurrence", void 0);
73
+ __decorate([
74
+ ApiPropertyOptional(),
75
+ __metadata("design:type", Number)
76
+ ], UpdateCalendarEvent.prototype, "idPlace", void 0);
77
+ __decorate([
78
+ ApiPropertyOptional(),
79
+ __metadata("design:type", Date)
80
+ ], UpdateCalendarEvent.prototype, "validatedAt", void 0);
81
+ //# sourceMappingURL=updateCalendarEvent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"updateCalendarEvent.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/calendarEvent/updateCalendarEvent.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,MAAM,OAAO,mBAAmB;CAmD/B;AAjDC;IADC,mBAAmB,EAAE;;kDACP;AAGf;IADC,mBAAmB,EAAE;8BACV,IAAI;sDAAC;AAGjB;IADC,mBAAmB,EAAE;8BACZ,IAAI;oDAAC;AAGf;IADC,mBAAmB,EAAE;;oDACL;AAGjB;IADC,mBAAmB,EAAE;;mDACN;AAGhB;IADC,mBAAmB,EAAE;;sDACH;AAGnB;IADC,mBAAmB,EAAE;;oDACL;AAGjB;IADC,mBAAmB,EAAE;;sDACH;AAGnB;IADC,mBAAmB,EAAE;;uDACF;AAGpB;IADC,mBAAmB,EAAE;;mDACN;AAGhB;IADC,mBAAmB,EAAE;;8DACK;AAG3B;IADC,mBAAmB,EAAE;;0DACC;AAGvB;IADC,mBAAmB,EAAE;;mDACL;AAGjB;IADC,mBAAmB,EAAE;;sDACH;AAGnB;IADC,mBAAmB,EAAE;;yDACA;AAGtB;IADC,mBAAmB,EAAE;;oDACL;AAGjB;IADC,mBAAmB,EAAE;8BACR,IAAI;wDAAC","sourcesContent":["import { ApiPropertyOptional } from '../../../../utils';\n\nexport class UpdateCalendarEvent {\n @ApiPropertyOptional()\n title?: string;\n\n @ApiPropertyOptional()\n dateStart?: Date;\n\n @ApiPropertyOptional()\n dateEnd?: Date;\n\n @ApiPropertyOptional()\n comment?: string;\n\n @ApiPropertyOptional()\n idRoom?: number;\n\n @ApiPropertyOptional()\n createdBy?: number;\n\n @ApiPropertyOptional()\n idColor?: number;\n\n @ApiPropertyOptional()\n idSociety?: number;\n\n @ApiPropertyOptional()\n idExercice?: number;\n\n @ApiPropertyOptional()\n idType?: number;\n\n @ApiPropertyOptional()\n idTimeCounterType?: number;\n\n @ApiPropertyOptional()\n typeComptable?: number;\n\n @ApiPropertyOptional()\n isDone?: boolean;\n\n @ApiPropertyOptional()\n callState?: number;\n\n @ApiPropertyOptional()\n idRecurrence?: number;\n\n @ApiPropertyOptional()\n idPlace?: number;\n\n @ApiPropertyOptional()\n validatedAt?: Date;\n}"]}
@@ -0,0 +1,5 @@
1
+ export declare class QueryAttendance {
2
+ startDate: string;
3
+ endDate: string;
4
+ }
5
+ //# sourceMappingURL=QueryAttendance.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryAttendance.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/timeRecorder/QueryAttendance.ts"],"names":[],"mappings":"AAGA,qBAAa,eAAe;IAI1B,SAAS,EAAE,MAAM,CAAC;IAKlB,OAAO,EAAE,MAAM,CAAC;CACjB"}
@@ -0,0 +1,26 @@
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 } from 'class-validator';
11
+ import { ApiProperty } from '../../../../utils';
12
+ export class QueryAttendance {
13
+ }
14
+ __decorate([
15
+ ApiProperty(),
16
+ IsString(),
17
+ IsDateString(),
18
+ __metadata("design:type", String)
19
+ ], QueryAttendance.prototype, "startDate", void 0);
20
+ __decorate([
21
+ ApiProperty(),
22
+ IsString(),
23
+ IsDateString(),
24
+ __metadata("design:type", String)
25
+ ], QueryAttendance.prototype, "endDate", void 0);
26
+ //# sourceMappingURL=QueryAttendance.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryAttendance.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/timeRecorder/QueryAttendance.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,QAAQ,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAEhD,MAAM,OAAO,eAAe;CAU3B;AANC;IAHC,WAAW,EAAE;IACb,QAAQ,EAAE;IACV,YAAY,EAAE;;kDACG;AAKlB;IAHC,WAAW,EAAE;IACb,QAAQ,EAAE;IACV,YAAY,EAAE;;gDACC","sourcesContent":["import { IsString, IsDateString } from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\n\nexport class QueryAttendance {\n @ApiProperty()\n @IsString()\n @IsDateString()\n startDate: string;\n\n @ApiProperty()\n @IsString()\n @IsDateString()\n endDate: string;\n}\n"]}
@@ -0,0 +1,9 @@
1
+ export declare class QueryPaginatedDelays {
2
+ startDate: string;
3
+ endDate: string;
4
+ search?: string;
5
+ idUser?: number[];
6
+ limit?: number;
7
+ page?: number;
8
+ }
9
+ //# sourceMappingURL=QueryPaginatedDelays.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryPaginatedDelays.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/timeRecorder/QueryPaginatedDelays.ts"],"names":[],"mappings":"AAKA,qBAAa,oBAAoB;IAI/B,SAAS,EAAE,MAAM,CAAC;IAKlB,OAAO,EAAE,MAAM,CAAC;IAKhB,MAAM,CAAC,EAAE,MAAM,CAAC;IAKhB,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAKlB,KAAK,CAAC,EAAE,MAAM,CAAC;IAKf,IAAI,CAAC,EAAE,MAAM,CAAC;CACf"}
@@ -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"}