@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,118 @@
1
+ import { Role } from './Role';
2
+ export declare const TimeCounterType: {
3
+ ONBOARDING: {
4
+ id: number;
5
+ label: string;
6
+ aberrantTime: number;
7
+ limitedRoles: Role[];
8
+ };
9
+ VAT: {
10
+ id: number;
11
+ label: string;
12
+ aberrantTime: number;
13
+ limitedRoles: Role[];
14
+ };
15
+ REVISION: {
16
+ id: number;
17
+ label: string;
18
+ aberrantTime: number;
19
+ limitedRoles: Role[];
20
+ };
21
+ FOLDER_REVIEW: {
22
+ id: number;
23
+ label: string;
24
+ aberrantTime: number;
25
+ limitedRoles: Role[];
26
+ };
27
+ REPORTING: {
28
+ id: number;
29
+ label: string;
30
+ aberrantTime: number;
31
+ limitedRoles: Role[];
32
+ };
33
+ SYNCHRONISATION: {
34
+ id: number;
35
+ label: string;
36
+ aberrantTime: number;
37
+ limitedRoles: Role[];
38
+ };
39
+ UNDER_SUPERVISION: {
40
+ id: number;
41
+ label: string;
42
+ aberrantTime: number;
43
+ limitedRoles: null;
44
+ };
45
+ CLIENT_CONTACT: {
46
+ id: number;
47
+ label: string;
48
+ aberrantTime: null;
49
+ limitedRoles: null;
50
+ };
51
+ MEETING: {
52
+ id: number;
53
+ label: string;
54
+ aberrantTime: null;
55
+ limitedRoles: null;
56
+ };
57
+ FORMATION: {
58
+ id: number;
59
+ label: string;
60
+ aberrantTime: null;
61
+ limitedRoles: null;
62
+ };
63
+ FORECAST: {
64
+ id: number;
65
+ label: string;
66
+ aberrantTime: null;
67
+ limitedRoles: Role[];
68
+ };
69
+ CERTIFICATE: {
70
+ id: number;
71
+ label: string;
72
+ aberrantTime: null;
73
+ limitedRoles: Role[];
74
+ };
75
+ COMPLEMENTARY_MISSION: {
76
+ id: number;
77
+ label: string;
78
+ aberrantTime: null;
79
+ limitedRoles: Role[];
80
+ };
81
+ ORGANISATION: {
82
+ id: number;
83
+ label: string;
84
+ aberrantTime: null;
85
+ limitedRoles: null;
86
+ };
87
+ INTERNAL_ADVICE: {
88
+ id: number;
89
+ label: string;
90
+ aberrantTime: null;
91
+ limitedRoles: null;
92
+ };
93
+ LAB: {
94
+ id: number;
95
+ label: string;
96
+ aberrantTime: null;
97
+ limitedRoles: Role[];
98
+ };
99
+ SUPERVISION: {
100
+ id: number;
101
+ label: string;
102
+ aberrantTime: null;
103
+ limitedRoles: Role[];
104
+ };
105
+ MAIL_PROCESSING: {
106
+ id: number;
107
+ label: string;
108
+ aberrantTime: null;
109
+ limitedRoles: Role[];
110
+ };
111
+ SUPPORT_PROCESSING: {
112
+ id: number;
113
+ label: string;
114
+ aberrantTime: null;
115
+ limitedRoles: Role[];
116
+ };
117
+ };
118
+ //# sourceMappingURL=TimeCounterType.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TimeCounterType.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/TimeCounterType.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAE9B,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmH3B,CAAC"}
@@ -0,0 +1,118 @@
1
+ import { Role } from './Role';
2
+ export const TimeCounterType = {
3
+ ONBOARDING: {
4
+ id: 1,
5
+ label: 'OnBoarding',
6
+ aberrantTime: 60,
7
+ limitedRoles: [Role.FRONT_OFFICE],
8
+ },
9
+ VAT: {
10
+ id: 2,
11
+ label: 'TVA',
12
+ aberrantTime: 60,
13
+ limitedRoles: [Role.MANAGER, Role.EXPERT_ACCOUNTANT, Role.FRONT_OFFICE],
14
+ },
15
+ REVISION: {
16
+ id: 3,
17
+ label: 'Révision',
18
+ aberrantTime: 120,
19
+ limitedRoles: [Role.MANAGER, Role.EXPERT_ACCOUNTANT, Role.FRONT_OFFICE],
20
+ },
21
+ FOLDER_REVIEW: {
22
+ id: 4,
23
+ label: 'Revue dossier',
24
+ aberrantTime: 60,
25
+ limitedRoles: [Role.MANAGER, Role.EXPERT_ACCOUNTANT, Role.FRONT_OFFICE],
26
+ },
27
+ REPORTING: {
28
+ id: 5,
29
+ label: 'Signalement',
30
+ aberrantTime: 60,
31
+ limitedRoles: [Role.CUSTOMER_SUCCESS],
32
+ },
33
+ SYNCHRONISATION: {
34
+ id: 6,
35
+ label: 'Synchronisation',
36
+ aberrantTime: 30,
37
+ limitedRoles: [Role.CUSTOMER_SUCCESS],
38
+ },
39
+ UNDER_SUPERVISION: {
40
+ id: 7,
41
+ label: 'En cours de supervision',
42
+ aberrantTime: 45,
43
+ limitedRoles: null,
44
+ },
45
+ CLIENT_CONTACT: {
46
+ id: 8,
47
+ label: 'Contact client (Appel/mail/chat)',
48
+ aberrantTime: null,
49
+ limitedRoles: null,
50
+ },
51
+ MEETING: {
52
+ id: 9,
53
+ label: 'Réunion',
54
+ aberrantTime: null,
55
+ limitedRoles: null,
56
+ },
57
+ FORMATION: {
58
+ id: 10,
59
+ label: 'Formation',
60
+ aberrantTime: null,
61
+ limitedRoles: null,
62
+ },
63
+ FORECAST: {
64
+ id: 11,
65
+ label: 'Prévisionnel',
66
+ aberrantTime: null,
67
+ limitedRoles: [Role.FRONT_OFFICE],
68
+ },
69
+ CERTIFICATE: {
70
+ id: 12,
71
+ label: 'Attestation',
72
+ aberrantTime: null,
73
+ limitedRoles: [Role.CUSTOMER_SUCCESS],
74
+ },
75
+ COMPLEMENTARY_MISSION: {
76
+ id: 13,
77
+ label: 'Mission complémentaire',
78
+ aberrantTime: null,
79
+ limitedRoles: [Role.FRONT_OFFICE],
80
+ },
81
+ ORGANISATION: {
82
+ id: 14,
83
+ label: 'Organisation',
84
+ aberrantTime: null,
85
+ limitedRoles: null,
86
+ },
87
+ INTERNAL_ADVICE: {
88
+ id: 15,
89
+ label: 'Conseil interne',
90
+ aberrantTime: null,
91
+ limitedRoles: null,
92
+ },
93
+ LAB: {
94
+ id: 16,
95
+ label: 'LAB',
96
+ aberrantTime: null,
97
+ limitedRoles: [Role.EXPERT_ACCOUNTANT],
98
+ },
99
+ SUPERVISION: {
100
+ id: 17,
101
+ label: 'Supervision',
102
+ aberrantTime: null,
103
+ limitedRoles: [Role.EXPERT_ACCOUNTANT, Role.MANAGER],
104
+ },
105
+ MAIL_PROCESSING: {
106
+ id: 18,
107
+ label: 'Traitement des courriers',
108
+ aberrantTime: null,
109
+ limitedRoles: [Role.CUSTOMER_SUCCESS],
110
+ },
111
+ SUPPORT_PROCESSING: {
112
+ id: 19,
113
+ label: 'Traitement support',
114
+ aberrantTime: null,
115
+ limitedRoles: [Role.CUSTOMER_SUCCESS],
116
+ },
117
+ };
118
+ //# sourceMappingURL=TimeCounterType.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TimeCounterType.js","sourceRoot":"","sources":["../../../ts/types/Enum/TimeCounterType.ts"],"names":[],"mappings":"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","sourcesContent":["import { Role } from './Role';\n\nexport const TimeCounterType = {\n ONBOARDING: {\n id: 1,\n label: 'OnBoarding',\n aberrantTime: 60,\n limitedRoles: [Role.FRONT_OFFICE],\n },\n VAT: {\n id: 2,\n label: 'TVA',\n aberrantTime: 60,\n limitedRoles: [Role.MANAGER, Role.EXPERT_ACCOUNTANT, Role.FRONT_OFFICE],\n },\n REVISION: {\n id: 3,\n label: 'Révision',\n aberrantTime: 120,\n limitedRoles: [Role.MANAGER, Role.EXPERT_ACCOUNTANT, Role.FRONT_OFFICE],\n },\n FOLDER_REVIEW: {\n id: 4,\n label: 'Revue dossier',\n aberrantTime: 60,\n limitedRoles: [Role.MANAGER, Role.EXPERT_ACCOUNTANT, Role.FRONT_OFFICE],\n },\n REPORTING: {\n id: 5,\n label: 'Signalement',\n aberrantTime: 60,\n limitedRoles: [Role.CUSTOMER_SUCCESS],\n },\n SYNCHRONISATION: {\n id: 6,\n label: 'Synchronisation',\n aberrantTime: 30,\n limitedRoles: [Role.CUSTOMER_SUCCESS],\n },\n UNDER_SUPERVISION: {\n id: 7,\n label: 'En cours de supervision',\n aberrantTime: 45,\n limitedRoles: null,\n },\n CLIENT_CONTACT: {\n id: 8,\n label: 'Contact client (Appel/mail/chat)',\n aberrantTime: null,\n limitedRoles: null,\n },\n MEETING: {\n id: 9,\n label: 'Réunion',\n aberrantTime: null,\n limitedRoles: null,\n },\n FORMATION: {\n id: 10,\n label: 'Formation',\n aberrantTime: null,\n limitedRoles: null,\n },\n FORECAST: {\n id: 11,\n label: 'Prévisionnel',\n aberrantTime: null,\n limitedRoles: [Role.FRONT_OFFICE],\n },\n CERTIFICATE: {\n id: 12,\n label: 'Attestation',\n aberrantTime: null,\n limitedRoles: [Role.CUSTOMER_SUCCESS],\n },\n COMPLEMENTARY_MISSION: {\n id: 13,\n label: 'Mission complémentaire',\n aberrantTime: null,\n limitedRoles: [Role.FRONT_OFFICE],\n },\n ORGANISATION: {\n id: 14,\n label: 'Organisation',\n aberrantTime: null,\n limitedRoles: null,\n },\n INTERNAL_ADVICE: {\n id: 15,\n label: 'Conseil interne',\n aberrantTime: null,\n limitedRoles: null,\n },\n LAB: {\n id: 16,\n label: 'LAB',\n aberrantTime: null,\n limitedRoles: [Role.EXPERT_ACCOUNTANT],\n },\n SUPERVISION: {\n id: 17,\n label: 'Supervision',\n aberrantTime: null,\n limitedRoles: [Role.EXPERT_ACCOUNTANT, Role.MANAGER],\n },\n MAIL_PROCESSING: {\n id: 18,\n label: 'Traitement des courriers',\n aberrantTime: null,\n limitedRoles: [Role.CUSTOMER_SUCCESS],\n },\n SUPPORT_PROCESSING: {\n id: 19,\n label: 'Traitement support',\n aberrantTime: null,\n limitedRoles: [Role.CUSTOMER_SUCCESS],\n },\n};"]}
@@ -8,5 +8,6 @@ export declare class Query3cxLog {
8
8
  callType?: CallType[];
9
9
  minStartDate?: Date;
10
10
  maxStartDate?: Date;
11
+ idSociety?: number;
11
12
  }
12
13
  //# sourceMappingURL=Query3cxSearch.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Query3cxSearch.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/3cx/Query3cxSearch.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAE9C,qBAAa,cAAc;IAIzB,MAAM,CAAC,EAAE,MAAM,CAAC;IAKhB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,qBAAa,WAAW;IAItB,OAAO,CAAC,EAAE,MAAM,CAAC;IAOjB,QAAQ,CAAC,EAAE,QAAQ,EAAE,CAAC;IAKtB,YAAY,CAAC,EAAE,IAAI,CAAC;IAKpB,YAAY,CAAC,EAAE,IAAI,CAAC;CACrB"}
1
+ {"version":3,"file":"Query3cxSearch.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/3cx/Query3cxSearch.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAE9C,qBAAa,cAAc;IAIzB,MAAM,CAAC,EAAE,MAAM,CAAC;IAKhB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,qBAAa,WAAW;IAItB,OAAO,CAAC,EAAE,MAAM,CAAC;IAOjB,QAAQ,CAAC,EAAE,QAAQ,EAAE,CAAC;IAKtB,YAAY,CAAC,EAAE,IAAI,CAAC;IAKpB,YAAY,CAAC,EAAE,IAAI,CAAC;IAKpB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB"}
@@ -52,4 +52,10 @@ __decorate([
52
52
  IsDate(),
53
53
  __metadata("design:type", Date)
54
54
  ], Query3cxLog.prototype, "maxStartDate", void 0);
55
+ __decorate([
56
+ ApiPropertyOptional(),
57
+ IsNumber(),
58
+ IsOptional(),
59
+ __metadata("design:type", Number)
60
+ ], Query3cxLog.prototype, "idSociety", void 0);
55
61
  //# sourceMappingURL=Query3cxSearch.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Query3cxSearch.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/3cx/Query3cxSearch.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,UAAU,EAAE,QAAQ,GAC/C,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACxD,OAAO,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAE9C,MAAM,OAAO,cAAc;CAU1B;AANC;IAHC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;8CACG;AAKhB;IAHC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;6CACE;AAGjB,MAAM,OAAO,WAAW;CAsBvB;AAlBC;IAHC,mBAAmB,CAAC,EAAE,WAAW,EAAE,oCAAoC,EAAE,CAAC;IAC1E,QAAQ,EAAE;IACV,UAAU,EAAE;;4CACI;AAOjB;IALC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,MAAM,CAAC,QAAQ,EAAE;QAChB,IAAI,EAAE,IAAI;KACX,CAAC;;6CACoB;AAKtB;IAHC,mBAAmB,CAAC,EAAE,WAAW,EAAE,iCAAiC,EAAE,CAAC;IACvE,UAAU,EAAE;IACZ,MAAM,EAAE;8BACM,IAAI;iDAAC;AAKpB;IAHC,mBAAmB,CAAC,EAAE,WAAW,EAAE,iCAAiC,EAAE,CAAC;IACvE,UAAU,EAAE;IACZ,MAAM,EAAE;8BACM,IAAI;iDAAC","sourcesContent":["import {\n IsDate, IsEnum, IsNumber, IsOptional, IsString,\n} from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\nimport { CallType } from '../../../Enum/Call';\n\nexport class Query3cxSearch {\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n number?: string;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n email?: string;\n}\n\nexport class Query3cxLog {\n @ApiPropertyOptional({ description: 'Identifiant unique 3CX de l\\'agent' })\n @IsNumber()\n @IsOptional()\n idAgent?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsEnum(CallType, {\n each: true,\n })\n callType?: CallType[];\n\n @ApiPropertyOptional({ description: 'Date minimale du début d\\'appel' })\n @IsOptional()\n @IsDate()\n minStartDate?: Date;\n\n @ApiPropertyOptional({ description: 'Date maximale du début d\\'appel' })\n @IsOptional()\n @IsDate()\n maxStartDate?: Date;\n}"]}
1
+ {"version":3,"file":"Query3cxSearch.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/3cx/Query3cxSearch.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,UAAU,EAAE,QAAQ,GAC/C,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACxD,OAAO,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAE9C,MAAM,OAAO,cAAc;CAU1B;AANC;IAHC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;8CACG;AAKhB;IAHC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;6CACE;AAGjB,MAAM,OAAO,WAAW;CA2BvB;AAvBC;IAHC,mBAAmB,CAAC,EAAE,WAAW,EAAE,oCAAoC,EAAE,CAAC;IAC1E,QAAQ,EAAE;IACV,UAAU,EAAE;;4CACI;AAOjB;IALC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,MAAM,CAAC,QAAQ,EAAE;QAChB,IAAI,EAAE,IAAI;KACX,CAAC;;6CACoB;AAKtB;IAHC,mBAAmB,CAAC,EAAE,WAAW,EAAE,iCAAiC,EAAE,CAAC;IACvE,UAAU,EAAE;IACZ,MAAM,EAAE;8BACM,IAAI;iDAAC;AAKpB;IAHC,mBAAmB,CAAC,EAAE,WAAW,EAAE,iCAAiC,EAAE,CAAC;IACvE,UAAU,EAAE;IACZ,MAAM,EAAE;8BACM,IAAI;iDAAC;AAKpB;IAHC,mBAAmB,EAAE;IACrB,QAAQ,EAAE;IACV,UAAU,EAAE;;8CACM","sourcesContent":["import {\n IsDate, IsEnum, IsNumber, IsOptional, IsString,\n} from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\nimport { CallType } from '../../../Enum/Call';\n\nexport class Query3cxSearch {\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n number?: string;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n email?: string;\n}\n\nexport class Query3cxLog {\n @ApiPropertyOptional({ description: 'Identifiant unique 3CX de l\\'agent' })\n @IsNumber()\n @IsOptional()\n idAgent?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsEnum(CallType, {\n each: true,\n })\n callType?: CallType[];\n\n @ApiPropertyOptional({ description: 'Date minimale du début d\\'appel' })\n @IsOptional()\n @IsDate()\n minStartDate?: Date;\n\n @ApiPropertyOptional({ description: 'Date maximale du début d\\'appel' })\n @IsOptional()\n @IsDate()\n maxStartDate?: Date;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n idSociety?: number;\n}"]}
@@ -0,0 +1,13 @@
1
+ export declare class CreateAlert {
2
+ accountingNoValidation?: boolean | null;
3
+ autoAnnotations?: boolean | null;
4
+ isTutorial?: boolean | null;
5
+ newDashboardPage?: boolean | null;
6
+ newLibraryPage?: boolean | null;
7
+ newMobileApp?: boolean | null;
8
+ newPurchasesDocumentsPage?: boolean | null;
9
+ newSalesDocumentsPage?: boolean | null;
10
+ newSettingsPage?: boolean | null;
11
+ solidarityFund?: boolean | null;
12
+ }
13
+ //# sourceMappingURL=CreateAlert.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateAlert.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/alert/CreateAlert.ts"],"names":[],"mappings":"AAIA,qBAAa,WAAW;IAKtB,sBAAsB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAMxC,eAAe,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAMjC,UAAU,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAM5B,gBAAgB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAMlC,cAAc,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAMhC,YAAY,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAM9B,yBAAyB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAM3C,qBAAqB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAMvC,eAAe,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAMjC,cAAc,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;CACjC"}
@@ -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 { IsBoolean, IsOptional } from 'class-validator';
11
+ import { ApiPropertyOptional } from '../../../../utils';
12
+ import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
13
+ export class CreateAlert {
14
+ }
15
+ __decorate([
16
+ ApiPropertyOptional(),
17
+ IsBoolean(),
18
+ ToBoolean(),
19
+ IsOptional(),
20
+ __metadata("design:type", Object)
21
+ ], CreateAlert.prototype, "accountingNoValidation", void 0);
22
+ __decorate([
23
+ ApiPropertyOptional(),
24
+ IsBoolean(),
25
+ ToBoolean(),
26
+ IsOptional(),
27
+ __metadata("design:type", Object)
28
+ ], CreateAlert.prototype, "autoAnnotations", void 0);
29
+ __decorate([
30
+ ApiPropertyOptional(),
31
+ IsBoolean(),
32
+ ToBoolean(),
33
+ IsOptional(),
34
+ __metadata("design:type", Object)
35
+ ], CreateAlert.prototype, "isTutorial", void 0);
36
+ __decorate([
37
+ ApiPropertyOptional(),
38
+ IsBoolean(),
39
+ ToBoolean(),
40
+ IsOptional(),
41
+ __metadata("design:type", Object)
42
+ ], CreateAlert.prototype, "newDashboardPage", void 0);
43
+ __decorate([
44
+ ApiPropertyOptional(),
45
+ IsBoolean(),
46
+ ToBoolean(),
47
+ IsOptional(),
48
+ __metadata("design:type", Object)
49
+ ], CreateAlert.prototype, "newLibraryPage", void 0);
50
+ __decorate([
51
+ ApiPropertyOptional(),
52
+ IsBoolean(),
53
+ ToBoolean(),
54
+ IsOptional(),
55
+ __metadata("design:type", Object)
56
+ ], CreateAlert.prototype, "newMobileApp", void 0);
57
+ __decorate([
58
+ ApiPropertyOptional(),
59
+ IsBoolean(),
60
+ ToBoolean(),
61
+ IsOptional(),
62
+ __metadata("design:type", Object)
63
+ ], CreateAlert.prototype, "newPurchasesDocumentsPage", void 0);
64
+ __decorate([
65
+ ApiPropertyOptional(),
66
+ IsBoolean(),
67
+ ToBoolean(),
68
+ IsOptional(),
69
+ __metadata("design:type", Object)
70
+ ], CreateAlert.prototype, "newSalesDocumentsPage", void 0);
71
+ __decorate([
72
+ ApiPropertyOptional(),
73
+ IsBoolean(),
74
+ ToBoolean(),
75
+ IsOptional(),
76
+ __metadata("design:type", Object)
77
+ ], CreateAlert.prototype, "newSettingsPage", void 0);
78
+ __decorate([
79
+ ApiPropertyOptional(),
80
+ IsBoolean(),
81
+ ToBoolean(),
82
+ IsOptional(),
83
+ __metadata("design:type", Object)
84
+ ], CreateAlert.prototype, "solidarityFund", void 0);
85
+ //# sourceMappingURL=CreateAlert.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateAlert.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/alert/CreateAlert.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACxD,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAE3E,MAAM,OAAO,WAAW;CA4DvB;AAvDC;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;2DAC2B;AAMxC;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;oDACoB;AAMjC;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;+CACe;AAM5B;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;qDACqB;AAMlC;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;mDACmB;AAMhC;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;iDACiB;AAM9B;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;8DAC8B;AAM3C;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;0DAC0B;AAMvC;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;oDACoB;AAMjC;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;mDACmB","sourcesContent":["import { IsBoolean, IsOptional } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class CreateAlert {\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n accountingNoValidation?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n autoAnnotations?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n isTutorial?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n newDashboardPage?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n newLibraryPage?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n newMobileApp?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n newPurchasesDocumentsPage?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n newSalesDocumentsPage?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n newSettingsPage?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n solidarityFund?: boolean | null;\n}"]}
@@ -1,11 +1,12 @@
1
+ import { PartnerTransactionType } from '../../../Enum/PartnerTransactionType';
1
2
  export declare class DeleteTransactions {
2
3
  idBankAccount: number;
3
4
  isLocked?: boolean;
4
5
  isExported?: boolean;
5
- isFromCsv?: boolean;
6
6
  startDate?: string;
7
7
  endDate?: string;
8
8
  deleteBankAccount?: boolean;
9
+ partnerTransactionTypes?: PartnerTransactionType[];
9
10
  }
10
11
  export declare class DeleteSocietyTransactions {
11
12
  id: number | number[];
@@ -1 +1 @@
1
- {"version":3,"file":"DeleteTransaction.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/bankAccount/DeleteTransaction.ts"],"names":[],"mappings":"AAEA,qBAAa,kBAAkB;IAE7B,aAAa,EAAE,MAAM,CAAC;IAGtB,QAAQ,CAAC,EAAE,OAAO,CAAC;IAGnB,UAAU,CAAC,EAAE,OAAO,CAAC;IAGrB,SAAS,CAAC,EAAE,OAAO,CAAC;IAGpB,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,OAAO,CAAC,EAAE,MAAM,CAAC;IAGjB,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC7B;AAED,qBAAa,yBAAyB;IAEpC,EAAE,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CACvB"}
1
+ {"version":3,"file":"DeleteTransaction.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/bankAccount/DeleteTransaction.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,sBAAsB,EAAE,MAAM,sCAAsC,CAAC;AAE9E,qBAAa,kBAAkB;IAE7B,aAAa,EAAE,MAAM,CAAC;IAGtB,QAAQ,CAAC,EAAE,OAAO,CAAC;IAGnB,UAAU,CAAC,EAAE,OAAO,CAAC;IAGrB,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,OAAO,CAAC,EAAE,MAAM,CAAC;IAGjB,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAM5B,uBAAuB,CAAC,EAAE,sBAAsB,EAAE,CAAC;CACpD;AAED,qBAAa,yBAAyB;IAEpC,EAAE,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CACvB"}
@@ -7,7 +7,9 @@ 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 { IsEnum, IsOptional, IsPositive } from 'class-validator';
10
11
  import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
12
+ import { PartnerTransactionType } from '../../../Enum/PartnerTransactionType';
11
13
  export class DeleteTransactions {
12
14
  }
13
15
  __decorate([
@@ -22,10 +24,6 @@ __decorate([
22
24
  ApiPropertyOptional(),
23
25
  __metadata("design:type", Boolean)
24
26
  ], DeleteTransactions.prototype, "isExported", void 0);
25
- __decorate([
26
- ApiPropertyOptional(),
27
- __metadata("design:type", Boolean)
28
- ], DeleteTransactions.prototype, "isFromCsv", void 0);
29
27
  __decorate([
30
28
  ApiPropertyOptional(),
31
29
  __metadata("design:type", String)
@@ -38,6 +36,13 @@ __decorate([
38
36
  ApiPropertyOptional({ description: 'Deleting the bank account. Warning ! this delete also the transactions of the specified bank account' }),
39
37
  __metadata("design:type", Boolean)
40
38
  ], DeleteTransactions.prototype, "deleteBankAccount", void 0);
39
+ __decorate([
40
+ ApiPropertyOptional(),
41
+ IsEnum(PartnerTransactionType),
42
+ IsPositive({ each: true }),
43
+ IsOptional(),
44
+ __metadata("design:type", Array)
45
+ ], DeleteTransactions.prototype, "partnerTransactionTypes", void 0);
41
46
  export class DeleteSocietyTransactions {
42
47
  }
43
48
  __decorate([
@@ -1 +1 @@
1
- {"version":3,"file":"DeleteTransaction.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/bankAccount/DeleteTransaction.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAErE,MAAM,OAAO,kBAAkB;CAqB9B;AAnBC;IADC,WAAW,EAAE;;yDACQ;AAGtB;IADC,mBAAmB,EAAE;;oDACH;AAGnB;IADC,mBAAmB,EAAE;;sDACD;AAGrB;IADC,mBAAmB,EAAE;;qDACF;AAGpB;IADC,mBAAmB,EAAE;;qDACH;AAGnB;IADC,mBAAmB,EAAE;;mDACL;AAGjB;IADC,mBAAmB,CAAC,EAAE,WAAW,EAAE,sGAAsG,EAAE,CAAC;;6DACjH;AAG9B,MAAM,OAAO,yBAAyB;CAGrC;AADC;IADC,WAAW,EAAE;;qDACQ","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class DeleteTransactions {\n @ApiProperty()\n idBankAccount: number;\n\n @ApiPropertyOptional()\n isLocked?: boolean;\n\n @ApiPropertyOptional()\n isExported?: boolean;\n\n @ApiPropertyOptional()\n isFromCsv?: boolean;\n\n @ApiPropertyOptional()\n startDate?: string;\n\n @ApiPropertyOptional()\n endDate?: string;\n\n @ApiPropertyOptional({ description: 'Deleting the bank account. Warning ! this delete also the transactions of the specified bank account' })\n deleteBankAccount?: boolean;\n}\n\nexport class DeleteSocietyTransactions {\n @ApiProperty()\n id: number | number[];\n}"]}
1
+ {"version":3,"file":"DeleteTransaction.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/bankAccount/DeleteTransaction.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AACjE,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACrE,OAAO,EAAE,sBAAsB,EAAE,MAAM,sCAAsC,CAAC;AAE9E,MAAM,OAAO,kBAAkB;CAwB9B;AAtBC;IADC,WAAW,EAAE;;yDACQ;AAGtB;IADC,mBAAmB,EAAE;;oDACH;AAGnB;IADC,mBAAmB,EAAE;;sDACD;AAGrB;IADC,mBAAmB,EAAE;;qDACH;AAGnB;IADC,mBAAmB,EAAE;;mDACL;AAGjB;IADC,mBAAmB,CAAC,EAAE,WAAW,EAAE,sGAAsG,EAAE,CAAC;;6DACjH;AAM5B;IAJC,mBAAmB,EAAE;IACrB,MAAM,CAAC,sBAAsB,CAAC;IAC9B,UAAU,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;IAC1B,UAAU,EAAE;;mEACsC;AAGrD,MAAM,OAAO,yBAAyB;CAGrC;AADC;IADC,WAAW,EAAE;;qDACQ","sourcesContent":["import { IsEnum, IsOptional, IsPositive } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { PartnerTransactionType } from '../../../Enum/PartnerTransactionType';\n\nexport class DeleteTransactions {\n @ApiProperty()\n idBankAccount: number;\n\n @ApiPropertyOptional()\n isLocked?: boolean;\n\n @ApiPropertyOptional()\n isExported?: boolean;\n\n @ApiPropertyOptional()\n startDate?: string;\n\n @ApiPropertyOptional()\n endDate?: string;\n\n @ApiPropertyOptional({ description: 'Deleting the bank account. Warning ! this delete also the transactions of the specified bank account' })\n deleteBankAccount?: boolean;\n\n @ApiPropertyOptional()\n @IsEnum(PartnerTransactionType)\n @IsPositive({ each: true })\n @IsOptional()\n partnerTransactionTypes?: PartnerTransactionType[];\n}\n\nexport class DeleteSocietyTransactions {\n @ApiProperty()\n id: number | number[];\n}"]}
@@ -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}"]}