@silexpert/core 0.4.226 → 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 (270) hide show
  1. package/es/api/resources/Alert.d.ts +7 -0
  2. package/es/api/resources/Alert.d.ts.map +1 -0
  3. package/es/api/resources/Alert.js +23 -0
  4. package/es/api/resources/Alert.js.map +1 -0
  5. package/es/api/resources/CalendarEvent.d.ts +10 -0
  6. package/es/api/resources/CalendarEvent.d.ts.map +1 -0
  7. package/es/api/resources/CalendarEvent.js +19 -0
  8. package/es/api/resources/CalendarEvent.js.map +1 -0
  9. package/es/api/resources/TimeRecorder.d.ts +8 -0
  10. package/es/api/resources/TimeRecorder.d.ts.map +1 -0
  11. package/es/api/resources/TimeRecorder.js +13 -0
  12. package/es/api/resources/TimeRecorder.js.map +1 -0
  13. package/es/api/resources/Transaction.d.ts +2 -1
  14. package/es/api/resources/Transaction.d.ts.map +1 -1
  15. package/es/api/resources/Transaction.js +3 -0
  16. package/es/api/resources/Transaction.js.map +1 -1
  17. package/es/api/resources/User.d.ts +3 -1
  18. package/es/api/resources/User.d.ts.map +1 -1
  19. package/es/api/resources/User.js +31 -0
  20. package/es/api/resources/User.js.map +1 -1
  21. package/es/api/resources/WorkingSchedule.d.ts +2 -0
  22. package/es/api/resources/WorkingSchedule.d.ts.map +1 -1
  23. package/es/api/resources/WorkingSchedule.js +5 -0
  24. package/es/api/resources/WorkingSchedule.js.map +1 -1
  25. package/es/api/resources.d.ts +6 -0
  26. package/es/api/resources.d.ts.map +1 -1
  27. package/es/api/resources.js +6 -0
  28. package/es/api/resources.js.map +1 -1
  29. package/es/types/Enum/AbsenceType.d.ts +9 -0
  30. package/es/types/Enum/AbsenceType.d.ts.map +1 -0
  31. package/es/types/Enum/AbsenceType.js +10 -0
  32. package/es/types/Enum/AbsenceType.js.map +1 -0
  33. package/es/types/Enum/Prestation.d.ts +1 -0
  34. package/es/types/Enum/Prestation.d.ts.map +1 -1
  35. package/es/types/Enum/Prestation.js +1 -0
  36. package/es/types/Enum/Prestation.js.map +1 -1
  37. package/es/types/Enum/TimeCounterType.d.ts +118 -0
  38. package/es/types/Enum/TimeCounterType.d.ts.map +1 -0
  39. package/es/types/Enum/TimeCounterType.js +118 -0
  40. package/es/types/Enum/TimeCounterType.js.map +1 -0
  41. package/es/types/Interface/api/3cx/Query3cxSearch.d.ts +1 -0
  42. package/es/types/Interface/api/3cx/Query3cxSearch.d.ts.map +1 -1
  43. package/es/types/Interface/api/3cx/Query3cxSearch.js +6 -0
  44. package/es/types/Interface/api/3cx/Query3cxSearch.js.map +1 -1
  45. package/es/types/Interface/api/alert/CreateAlert.d.ts +13 -0
  46. package/es/types/Interface/api/alert/CreateAlert.d.ts.map +1 -0
  47. package/es/types/Interface/api/alert/CreateAlert.js +85 -0
  48. package/es/types/Interface/api/alert/CreateAlert.js.map +1 -0
  49. package/es/types/Interface/api/bankAccount/DeleteTransaction.d.ts +2 -1
  50. package/es/types/Interface/api/bankAccount/DeleteTransaction.d.ts.map +1 -1
  51. package/es/types/Interface/api/bankAccount/DeleteTransaction.js +9 -4
  52. package/es/types/Interface/api/bankAccount/DeleteTransaction.js.map +1 -1
  53. package/es/types/Interface/api/calendarEvent/createCalendarEvent.d.ts +3 -1
  54. package/es/types/Interface/api/calendarEvent/createCalendarEvent.d.ts.map +1 -1
  55. package/es/types/Interface/api/calendarEvent/createCalendarEvent.js +9 -1
  56. package/es/types/Interface/api/calendarEvent/createCalendarEvent.js.map +1 -1
  57. package/es/types/Interface/api/calendarEvent/createCalendarEventForUsers.d.ts +21 -0
  58. package/es/types/Interface/api/calendarEvent/createCalendarEventForUsers.d.ts.map +1 -0
  59. package/es/types/Interface/api/calendarEvent/createCalendarEventForUsers.js +85 -0
  60. package/es/types/Interface/api/calendarEvent/createCalendarEventForUsers.js.map +1 -0
  61. package/es/types/Interface/api/calendarEvent/getAllCalendarEvent.d.ts +7 -0
  62. package/es/types/Interface/api/calendarEvent/getAllCalendarEvent.d.ts.map +1 -0
  63. package/es/types/Interface/api/calendarEvent/getAllCalendarEvent.js +29 -0
  64. package/es/types/Interface/api/calendarEvent/getAllCalendarEvent.js.map +1 -0
  65. package/es/types/Interface/api/calendarEvent/queryCalendarEvent.d.ts +5 -0
  66. package/es/types/Interface/api/calendarEvent/queryCalendarEvent.d.ts.map +1 -0
  67. package/es/types/Interface/api/calendarEvent/queryCalendarEvent.js +31 -0
  68. package/es/types/Interface/api/calendarEvent/queryCalendarEvent.js.map +1 -0
  69. package/es/types/Interface/api/calendarEvent/readAllCalendarEvent.d.ts +13 -0
  70. package/es/types/Interface/api/calendarEvent/readAllCalendarEvent.d.ts.map +1 -0
  71. package/es/types/Interface/api/calendarEvent/readAllCalendarEvent.js +2 -0
  72. package/es/types/Interface/api/calendarEvent/readAllCalendarEvent.js.map +1 -0
  73. package/es/types/Interface/api/calendarEvent/updateCalendarEvent.d.ts +20 -0
  74. package/es/types/Interface/api/calendarEvent/updateCalendarEvent.d.ts.map +1 -0
  75. package/es/types/Interface/api/calendarEvent/updateCalendarEvent.js +81 -0
  76. package/es/types/Interface/api/calendarEvent/updateCalendarEvent.js.map +1 -0
  77. package/es/types/Interface/api/partnerTransactionType/ReadPartnerTransactionType.d.ts +5 -0
  78. package/es/types/Interface/api/partnerTransactionType/ReadPartnerTransactionType.d.ts.map +1 -0
  79. package/es/types/Interface/api/partnerTransactionType/ReadPartnerTransactionType.js +2 -0
  80. package/es/types/Interface/api/partnerTransactionType/ReadPartnerTransactionType.js.map +1 -0
  81. package/es/types/Interface/api/timeRecorder/QueryAttendance.d.ts +5 -0
  82. package/es/types/Interface/api/timeRecorder/QueryAttendance.d.ts.map +1 -0
  83. package/es/types/Interface/api/timeRecorder/QueryAttendance.js +26 -0
  84. package/es/types/Interface/api/timeRecorder/QueryAttendance.js.map +1 -0
  85. package/es/types/Interface/api/timeRecorder/QueryPaginatedDelays.d.ts +9 -0
  86. package/es/types/Interface/api/timeRecorder/QueryPaginatedDelays.d.ts.map +1 -0
  87. package/es/types/Interface/api/timeRecorder/QueryPaginatedDelays.js +50 -0
  88. package/es/types/Interface/api/timeRecorder/QueryPaginatedDelays.js.map +1 -0
  89. package/es/types/Interface/api/timeRecorder/ReadAttendanceHours.d.ts +5 -0
  90. package/es/types/Interface/api/timeRecorder/ReadAttendanceHours.d.ts.map +1 -0
  91. package/es/types/Interface/api/timeRecorder/ReadAttendanceHours.js +2 -0
  92. package/es/types/Interface/api/timeRecorder/ReadAttendanceHours.js.map +1 -0
  93. package/es/types/Interface/api/timeRecorder/ReadPaginatedDelays.d.ts +21 -0
  94. package/es/types/Interface/api/timeRecorder/ReadPaginatedDelays.d.ts.map +1 -0
  95. package/es/types/Interface/api/timeRecorder/ReadPaginatedDelays.js +2 -0
  96. package/es/types/Interface/api/timeRecorder/ReadPaginatedDelays.js.map +1 -0
  97. package/es/types/Interface/api/timeRecorder/ReadUsersNotConnected.d.ts +7 -0
  98. package/es/types/Interface/api/timeRecorder/ReadUsersNotConnected.d.ts.map +1 -0
  99. package/es/types/Interface/api/timeRecorder/ReadUsersNotConnected.js +2 -0
  100. package/es/types/Interface/api/timeRecorder/ReadUsersNotConnected.js.map +1 -0
  101. package/es/types/Interface/api/user/CollaboratorsByRoles.d.ts +6 -0
  102. package/es/types/Interface/api/user/CollaboratorsByRoles.d.ts.map +1 -0
  103. package/es/types/Interface/api/user/CollaboratorsByRoles.js +2 -0
  104. package/es/types/Interface/api/user/CollaboratorsByRoles.js.map +1 -0
  105. package/es/types/Interface/api/user/ParamsGetAllCollaborators.d.ts +3 -0
  106. package/es/types/Interface/api/user/ParamsGetAllCollaborators.d.ts.map +1 -1
  107. package/es/types/Interface/api/user/ParamsGetAllCollaborators.js +19 -1
  108. package/es/types/Interface/api/user/ParamsGetAllCollaborators.js.map +1 -1
  109. package/es/types/Interface/api/user/QueryGetAllCollaborators.d.ts +4 -0
  110. package/es/types/Interface/api/user/QueryGetAllCollaborators.d.ts.map +1 -0
  111. package/es/types/Interface/api/user/QueryGetAllCollaborators.js +22 -0
  112. package/es/types/Interface/api/user/QueryGetAllCollaborators.js.map +1 -0
  113. package/es/types/Interface/api/user/QueryGetAllCollaboratorsByRoles.d.ts +4 -0
  114. package/es/types/Interface/api/user/QueryGetAllCollaboratorsByRoles.d.ts.map +1 -0
  115. package/es/types/Interface/api/user/QueryGetAllCollaboratorsByRoles.js +22 -0
  116. package/es/types/Interface/api/user/QueryGetAllCollaboratorsByRoles.js.map +1 -0
  117. package/es/types/Interface/api/workingSchedule/QueryDailyHour.d.ts +13 -0
  118. package/es/types/Interface/api/workingSchedule/QueryDailyHour.d.ts.map +1 -0
  119. package/es/types/Interface/api/workingSchedule/QueryDailyHour.js +2 -0
  120. package/es/types/Interface/api/workingSchedule/QueryDailyHour.js.map +1 -0
  121. package/es/types/Interface/enum/Date.d.ts +7 -0
  122. package/es/types/Interface/enum/Date.d.ts.map +1 -0
  123. package/es/types/Interface/enum/Date.js +2 -0
  124. package/es/types/Interface/enum/Date.js.map +1 -0
  125. package/es/types/Interface/models/IAbsenceRequest.d.ts +29 -0
  126. package/es/types/Interface/models/IAbsenceRequest.d.ts.map +1 -0
  127. package/es/types/Interface/models/IAbsenceRequest.js +2 -0
  128. package/es/types/Interface/models/IAbsenceRequest.js.map +1 -0
  129. package/es/types/Interface/models/IAbsenceRequestTime.d.ts +12 -0
  130. package/es/types/Interface/models/IAbsenceRequestTime.d.ts.map +1 -0
  131. package/es/types/Interface/models/IAbsenceRequestTime.js +2 -0
  132. package/es/types/Interface/models/IAbsenceRequestTime.js.map +1 -0
  133. package/es/types/Interface/models/ICalendarEvent.d.ts +2 -0
  134. package/es/types/Interface/models/ICalendarEvent.d.ts.map +1 -1
  135. package/es/types/Interface/models/ICalendarEvent.js.map +1 -1
  136. package/es/types/Interface/models/ITimeRecorder.d.ts +10 -0
  137. package/es/types/Interface/models/ITimeRecorder.d.ts.map +1 -0
  138. package/es/types/Interface/models/ITimeRecorder.js +2 -0
  139. package/es/types/Interface/models/ITimeRecorder.js.map +1 -0
  140. package/es/types/Interface/models/IUser.d.ts +1 -0
  141. package/es/types/Interface/models/IUser.d.ts.map +1 -1
  142. package/es/types/Interface/models/IUser.js.map +1 -1
  143. package/es/types/Interface/models/IWorkingSchedule.d.ts +6 -6
  144. package/es/types/Interface/models/IWorkingSchedule.d.ts.map +1 -1
  145. package/es/types/Interface/models/IWorkingSchedule.js.map +1 -1
  146. package/es/types/index.d.ts +22 -2
  147. package/es/types/index.d.ts.map +1 -1
  148. package/es/types/index.js +22 -2
  149. package/es/types/index.js.map +1 -1
  150. package/js/api/resources/Alert.js +58 -0
  151. package/js/api/resources/Alert.js.map +1 -0
  152. package/js/api/resources/CalendarEvent.js +38 -0
  153. package/js/api/resources/CalendarEvent.js.map +1 -0
  154. package/js/api/resources/TimeRecorder.js +32 -0
  155. package/js/api/resources/TimeRecorder.js.map +1 -0
  156. package/js/api/resources/Transaction.js +4 -0
  157. package/js/api/resources/Transaction.js.map +1 -1
  158. package/js/api/resources/User.js +18 -0
  159. package/js/api/resources/User.js.map +1 -1
  160. package/js/api/resources/WorkingSchedule.js +10 -0
  161. package/js/api/resources/WorkingSchedule.js.map +1 -1
  162. package/js/api/resources.js +10 -1
  163. package/js/api/resources.js.map +1 -1
  164. package/js/types/Enum/AbsenceType.js +16 -0
  165. package/js/types/Enum/AbsenceType.js.map +1 -0
  166. package/js/types/Enum/Prestation.js +1 -0
  167. package/js/types/Enum/Prestation.js.map +1 -1
  168. package/js/types/Enum/TimeCounterType.js +126 -0
  169. package/js/types/Enum/TimeCounterType.js.map +1 -0
  170. package/js/types/Interface/api/3cx/Query3cxSearch.js +2 -0
  171. package/js/types/Interface/api/3cx/Query3cxSearch.js.map +1 -1
  172. package/js/types/Interface/api/alert/CreateAlert.js +49 -0
  173. package/js/types/Interface/api/alert/CreateAlert.js.map +1 -0
  174. package/js/types/Interface/api/bankAccount/DeleteTransaction.js +8 -2
  175. package/js/types/Interface/api/bankAccount/DeleteTransaction.js.map +1 -1
  176. package/js/types/Interface/api/calendarEvent/createCalendarEvent.js +5 -1
  177. package/js/types/Interface/api/calendarEvent/createCalendarEvent.js.map +1 -1
  178. package/js/types/Interface/api/calendarEvent/createCalendarEventForUsers.js +61 -0
  179. package/js/types/Interface/api/calendarEvent/createCalendarEventForUsers.js.map +1 -0
  180. package/js/types/Interface/api/calendarEvent/getAllCalendarEvent.js +33 -0
  181. package/js/types/Interface/api/calendarEvent/getAllCalendarEvent.js.map +1 -0
  182. package/js/types/Interface/api/calendarEvent/queryCalendarEvent.js +37 -0
  183. package/js/types/Interface/api/calendarEvent/queryCalendarEvent.js.map +1 -0
  184. package/js/types/Interface/api/calendarEvent/readAllCalendarEvent.js +6 -0
  185. package/js/types/Interface/api/calendarEvent/readAllCalendarEvent.js.map +1 -0
  186. package/js/types/Interface/api/calendarEvent/updateCalendarEvent.js +59 -0
  187. package/js/types/Interface/api/calendarEvent/updateCalendarEvent.js.map +1 -0
  188. package/js/types/Interface/api/partnerTransactionType/ReadPartnerTransactionType.js +6 -0
  189. package/js/types/Interface/api/partnerTransactionType/ReadPartnerTransactionType.js.map +1 -0
  190. package/js/types/Interface/api/timeRecorder/QueryAttendance.js +31 -0
  191. package/js/types/Interface/api/timeRecorder/QueryAttendance.js.map +1 -0
  192. package/js/types/Interface/api/timeRecorder/QueryPaginatedDelays.js +43 -0
  193. package/js/types/Interface/api/timeRecorder/QueryPaginatedDelays.js.map +1 -0
  194. package/js/types/Interface/api/timeRecorder/ReadAttendanceHours.js +6 -0
  195. package/js/types/Interface/api/timeRecorder/ReadAttendanceHours.js.map +1 -0
  196. package/js/types/Interface/api/timeRecorder/ReadPaginatedDelays.js +6 -0
  197. package/js/types/Interface/api/timeRecorder/ReadPaginatedDelays.js.map +1 -0
  198. package/js/types/Interface/api/timeRecorder/ReadUsersNotConnected.js +6 -0
  199. package/js/types/Interface/api/timeRecorder/ReadUsersNotConnected.js.map +1 -0
  200. package/js/types/Interface/api/user/CollaboratorsByRoles.js +6 -0
  201. package/js/types/Interface/api/user/CollaboratorsByRoles.js.map +1 -0
  202. package/js/types/Interface/api/user/ParamsGetAllCollaborators.js +6 -0
  203. package/js/types/Interface/api/user/ParamsGetAllCollaborators.js.map +1 -1
  204. package/js/types/Interface/api/user/QueryGetAllCollaborators.js +32 -0
  205. package/js/types/Interface/api/user/QueryGetAllCollaborators.js.map +1 -0
  206. package/js/types/Interface/api/user/QueryGetAllCollaboratorsByRoles.js +32 -0
  207. package/js/types/Interface/api/user/QueryGetAllCollaboratorsByRoles.js.map +1 -0
  208. package/js/types/Interface/{models/IAskAbsenceTimes.js → api/workingSchedule/QueryDailyHour.js} +1 -1
  209. package/js/types/Interface/api/workingSchedule/QueryDailyHour.js.map +1 -0
  210. package/js/types/Interface/{models/IAskAbsence.js → enum/Date.js} +1 -1
  211. package/js/types/Interface/enum/Date.js.map +1 -0
  212. package/js/types/Interface/models/IAbsenceRequest.js +6 -0
  213. package/js/types/Interface/models/IAbsenceRequest.js.map +1 -0
  214. package/js/types/Interface/models/IAbsenceRequestTime.js +6 -0
  215. package/js/types/Interface/models/IAbsenceRequestTime.js.map +1 -0
  216. package/js/types/Interface/models/ITimeRecorder.js +6 -0
  217. package/js/types/Interface/models/ITimeRecorder.js.map +1 -0
  218. package/js/types/index.js +246 -6
  219. package/js/types/index.js.map +1 -1
  220. package/package.json +1 -1
  221. package/ts/api/resources/Alert.ts +12 -0
  222. package/ts/api/resources/CalendarEvent.ts +26 -0
  223. package/ts/api/resources/TimeRecorder.ts +18 -0
  224. package/ts/api/resources/Transaction.ts +5 -1
  225. package/ts/api/resources/User.ts +31 -2
  226. package/ts/api/resources/WorkingSchedule.ts +7 -0
  227. package/ts/api/resources.ts +6 -0
  228. package/ts/types/Enum/AbsenceType.ts +8 -0
  229. package/ts/types/Enum/Prestation.ts +1 -0
  230. package/ts/types/Enum/TimeCounterType.ts +118 -0
  231. package/ts/types/Interface/api/3cx/Query3cxSearch.ts +5 -0
  232. package/ts/types/Interface/api/alert/CreateAlert.ts +65 -0
  233. package/ts/types/Interface/api/bankAccount/DeleteTransaction.ts +8 -3
  234. package/ts/types/Interface/api/calendarEvent/createCalendarEvent.ts +8 -2
  235. package/ts/types/Interface/api/calendarEvent/createCalendarEventForUsers.ts +57 -0
  236. package/ts/types/Interface/api/calendarEvent/getAllCalendarEvent.ts +15 -0
  237. package/ts/types/Interface/api/calendarEvent/queryCalendarEvent.ts +21 -0
  238. package/ts/types/Interface/api/calendarEvent/readAllCalendarEvent.ts +12 -0
  239. package/ts/types/Interface/api/calendarEvent/updateCalendarEvent.ts +54 -0
  240. package/ts/types/Interface/api/partnerTransactionType/ReadPartnerTransactionType.ts +4 -0
  241. package/ts/types/Interface/api/timeRecorder/QueryAttendance.ts +14 -0
  242. package/ts/types/Interface/api/timeRecorder/QueryPaginatedDelays.ts +36 -0
  243. package/ts/types/Interface/api/timeRecorder/ReadAttendanceHours.ts +4 -0
  244. package/ts/types/Interface/api/timeRecorder/ReadPaginatedDelays.ts +21 -0
  245. package/ts/types/Interface/api/timeRecorder/ReadUsersNotConnected.ts +6 -0
  246. package/ts/types/Interface/api/user/CollaboratorsByRoles.ts +6 -0
  247. package/ts/types/Interface/api/user/ParamsGetAllCollaborators.ts +16 -0
  248. package/ts/types/Interface/api/user/QueryGetAllCollaborators.ts +11 -0
  249. package/ts/types/Interface/api/user/QueryGetAllCollaboratorsByRoles.ts +11 -0
  250. package/ts/types/Interface/api/workingSchedule/QueryDailyHour.ts +12 -0
  251. package/ts/types/Interface/enum/Date.ts +6 -0
  252. package/ts/types/Interface/models/IAbsenceRequest.ts +32 -0
  253. package/ts/types/Interface/models/IAbsenceRequestTime.ts +15 -0
  254. package/ts/types/Interface/models/ICalendarEvent.ts +2 -0
  255. package/ts/types/Interface/models/ITimeRecorder.ts +10 -0
  256. package/ts/types/Interface/models/IUser.ts +1 -0
  257. package/ts/types/Interface/models/IWorkingSchedule.ts +6 -6
  258. package/ts/types/index.ts +22 -2
  259. package/es/types/Interface/models/IAskAbsence.d.ts +0 -29
  260. package/es/types/Interface/models/IAskAbsence.d.ts.map +0 -1
  261. package/es/types/Interface/models/IAskAbsence.js +0 -2
  262. package/es/types/Interface/models/IAskAbsence.js.map +0 -1
  263. package/es/types/Interface/models/IAskAbsenceTimes.d.ts +0 -12
  264. package/es/types/Interface/models/IAskAbsenceTimes.d.ts.map +0 -1
  265. package/es/types/Interface/models/IAskAbsenceTimes.js +0 -2
  266. package/es/types/Interface/models/IAskAbsenceTimes.js.map +0 -1
  267. package/js/types/Interface/models/IAskAbsence.js.map +0 -1
  268. package/js/types/Interface/models/IAskAbsenceTimes.js.map +0 -1
  269. package/ts/types/Interface/models/IAskAbsence.ts +0 -32
  270. package/ts/types/Interface/models/IAskAbsenceTimes.ts +0 -15
@@ -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 type ReadPartnerTransactionType = {
2
+ id: number;
3
+ name: string;
4
+ };
5
+ //# sourceMappingURL=ReadPartnerTransactionType.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReadPartnerTransactionType.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/partnerTransactionType/ReadPartnerTransactionType.ts"],"names":[],"mappings":"AAAA,oBAAY,0BAA0B,GAAG;IACvC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;CACd,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=ReadPartnerTransactionType.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReadPartnerTransactionType.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/partnerTransactionType/ReadPartnerTransactionType.ts"],"names":[],"mappings":"","sourcesContent":["export type ReadPartnerTransactionType = {\n id: number;\n name: string;\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"}
@@ -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"}