@silexpert/core 0.4.227 → 0.4.229
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/api/resources/CalendarEvent.d.ts +10 -0
- package/es/api/resources/CalendarEvent.d.ts.map +1 -0
- package/es/api/resources/CalendarEvent.js +19 -0
- package/es/api/resources/CalendarEvent.js.map +1 -0
- package/es/api/resources/TimeRecorder.d.ts +8 -0
- package/es/api/resources/TimeRecorder.d.ts.map +1 -0
- package/es/api/resources/TimeRecorder.js +13 -0
- package/es/api/resources/TimeRecorder.js.map +1 -0
- package/es/api/resources/User.d.ts +3 -1
- package/es/api/resources/User.d.ts.map +1 -1
- package/es/api/resources/User.js +31 -0
- package/es/api/resources/User.js.map +1 -1
- package/es/api/resources/WorkingSchedule.d.ts +2 -0
- package/es/api/resources/WorkingSchedule.d.ts.map +1 -1
- package/es/api/resources/WorkingSchedule.js +5 -0
- package/es/api/resources/WorkingSchedule.js.map +1 -1
- package/es/api/resources.d.ts +4 -0
- package/es/api/resources.d.ts.map +1 -1
- package/es/api/resources.js +4 -0
- package/es/api/resources.js.map +1 -1
- package/es/types/Enum/AbsenceType.d.ts +9 -0
- package/es/types/Enum/AbsenceType.d.ts.map +1 -0
- package/es/types/Enum/AbsenceType.js +10 -0
- package/es/types/Enum/AbsenceType.js.map +1 -0
- package/es/types/Enum/Role.d.ts +2 -1
- package/es/types/Enum/Role.d.ts.map +1 -1
- package/es/types/Enum/Role.js +1 -0
- package/es/types/Enum/Role.js.map +1 -1
- package/es/types/Enum/RoleDetail.d.ts +6 -0
- package/es/types/Enum/RoleDetail.d.ts.map +1 -1
- package/es/types/Enum/RoleDetail.js +6 -0
- package/es/types/Enum/RoleDetail.js.map +1 -1
- package/es/types/Enum/TimeCounterType.d.ts +118 -0
- package/es/types/Enum/TimeCounterType.d.ts.map +1 -0
- package/es/types/Enum/TimeCounterType.js +118 -0
- package/es/types/Enum/TimeCounterType.js.map +1 -0
- package/es/types/Interface/api/calendarEvent/createCalendarEvent.d.ts +3 -1
- package/es/types/Interface/api/calendarEvent/createCalendarEvent.d.ts.map +1 -1
- package/es/types/Interface/api/calendarEvent/createCalendarEvent.js +9 -1
- package/es/types/Interface/api/calendarEvent/createCalendarEvent.js.map +1 -1
- package/es/types/Interface/api/calendarEvent/createCalendarEventForUsers.d.ts +21 -0
- package/es/types/Interface/api/calendarEvent/createCalendarEventForUsers.d.ts.map +1 -0
- package/es/types/Interface/api/calendarEvent/createCalendarEventForUsers.js +85 -0
- package/es/types/Interface/api/calendarEvent/createCalendarEventForUsers.js.map +1 -0
- package/es/types/Interface/api/calendarEvent/getAllCalendarEvent.d.ts +7 -0
- package/es/types/Interface/api/calendarEvent/getAllCalendarEvent.d.ts.map +1 -0
- package/es/types/Interface/api/calendarEvent/getAllCalendarEvent.js +29 -0
- package/es/types/Interface/api/calendarEvent/getAllCalendarEvent.js.map +1 -0
- package/es/types/Interface/api/calendarEvent/queryCalendarEvent.d.ts +5 -0
- package/es/types/Interface/api/calendarEvent/queryCalendarEvent.d.ts.map +1 -0
- package/es/types/Interface/api/calendarEvent/queryCalendarEvent.js +31 -0
- package/es/types/Interface/api/calendarEvent/queryCalendarEvent.js.map +1 -0
- package/es/types/Interface/api/calendarEvent/readAllCalendarEvent.d.ts +13 -0
- package/es/types/Interface/api/calendarEvent/readAllCalendarEvent.d.ts.map +1 -0
- package/es/types/Interface/api/calendarEvent/readAllCalendarEvent.js +2 -0
- package/es/types/Interface/api/calendarEvent/readAllCalendarEvent.js.map +1 -0
- package/es/types/Interface/api/calendarEvent/updateCalendarEvent.d.ts +20 -0
- package/es/types/Interface/api/calendarEvent/updateCalendarEvent.d.ts.map +1 -0
- package/es/types/Interface/api/calendarEvent/updateCalendarEvent.js +81 -0
- package/es/types/Interface/api/calendarEvent/updateCalendarEvent.js.map +1 -0
- package/es/types/Interface/api/timeRecorder/QueryAttendance.d.ts +5 -0
- package/es/types/Interface/api/timeRecorder/QueryAttendance.d.ts.map +1 -0
- package/es/types/Interface/api/timeRecorder/QueryAttendance.js +26 -0
- package/es/types/Interface/api/timeRecorder/QueryAttendance.js.map +1 -0
- package/es/types/Interface/api/timeRecorder/QueryPaginatedDelays.d.ts +9 -0
- package/es/types/Interface/api/timeRecorder/QueryPaginatedDelays.d.ts.map +1 -0
- package/es/types/Interface/api/timeRecorder/QueryPaginatedDelays.js +50 -0
- package/es/types/Interface/api/timeRecorder/QueryPaginatedDelays.js.map +1 -0
- package/es/types/Interface/api/timeRecorder/ReadAttendanceHours.d.ts +5 -0
- package/es/types/Interface/api/timeRecorder/ReadAttendanceHours.d.ts.map +1 -0
- package/es/types/Interface/api/timeRecorder/ReadAttendanceHours.js +2 -0
- package/es/types/Interface/api/timeRecorder/ReadAttendanceHours.js.map +1 -0
- package/es/types/Interface/api/timeRecorder/ReadPaginatedDelays.d.ts +21 -0
- package/es/types/Interface/api/timeRecorder/ReadPaginatedDelays.d.ts.map +1 -0
- package/es/types/Interface/api/timeRecorder/ReadPaginatedDelays.js +2 -0
- package/es/types/Interface/api/timeRecorder/ReadPaginatedDelays.js.map +1 -0
- package/es/types/Interface/api/timeRecorder/ReadUsersNotConnected.d.ts +7 -0
- package/es/types/Interface/api/timeRecorder/ReadUsersNotConnected.d.ts.map +1 -0
- package/es/types/Interface/api/timeRecorder/ReadUsersNotConnected.js +2 -0
- package/es/types/Interface/api/timeRecorder/ReadUsersNotConnected.js.map +1 -0
- package/es/types/Interface/api/user/CollaboratorsByRoles.d.ts +6 -0
- package/es/types/Interface/api/user/CollaboratorsByRoles.d.ts.map +1 -0
- package/es/types/Interface/api/user/CollaboratorsByRoles.js +2 -0
- package/es/types/Interface/api/user/CollaboratorsByRoles.js.map +1 -0
- package/es/types/Interface/api/user/ParamsGetAllCollaborators.d.ts +3 -0
- package/es/types/Interface/api/user/ParamsGetAllCollaborators.d.ts.map +1 -1
- package/es/types/Interface/api/user/ParamsGetAllCollaborators.js +19 -1
- package/es/types/Interface/api/user/ParamsGetAllCollaborators.js.map +1 -1
- package/es/types/Interface/api/user/QueryGetAllCollaborators.d.ts +4 -0
- package/es/types/Interface/api/user/QueryGetAllCollaborators.d.ts.map +1 -0
- package/es/types/Interface/api/user/QueryGetAllCollaborators.js +22 -0
- package/es/types/Interface/api/user/QueryGetAllCollaborators.js.map +1 -0
- package/es/types/Interface/api/user/QueryGetAllCollaboratorsByRoles.d.ts +4 -0
- package/es/types/Interface/api/user/QueryGetAllCollaboratorsByRoles.d.ts.map +1 -0
- package/es/types/Interface/api/user/QueryGetAllCollaboratorsByRoles.js +22 -0
- package/es/types/Interface/api/user/QueryGetAllCollaboratorsByRoles.js.map +1 -0
- package/es/types/Interface/api/workingSchedule/QueryDailyHour.d.ts +13 -0
- package/es/types/Interface/api/workingSchedule/QueryDailyHour.d.ts.map +1 -0
- package/es/types/Interface/api/workingSchedule/QueryDailyHour.js +2 -0
- package/es/types/Interface/api/workingSchedule/QueryDailyHour.js.map +1 -0
- package/es/types/Interface/enum/Date.d.ts +7 -0
- package/es/types/Interface/enum/Date.d.ts.map +1 -0
- package/es/types/Interface/enum/Date.js +2 -0
- package/es/types/Interface/enum/Date.js.map +1 -0
- package/es/types/Interface/models/IAbsenceRequest.d.ts +29 -0
- package/es/types/Interface/models/IAbsenceRequest.d.ts.map +1 -0
- package/es/types/Interface/models/IAbsenceRequest.js +2 -0
- package/es/types/Interface/models/IAbsenceRequest.js.map +1 -0
- package/es/types/Interface/models/IAbsenceRequestTime.d.ts +12 -0
- package/es/types/Interface/models/IAbsenceRequestTime.d.ts.map +1 -0
- package/es/types/Interface/models/IAbsenceRequestTime.js +2 -0
- package/es/types/Interface/models/IAbsenceRequestTime.js.map +1 -0
- package/es/types/Interface/models/ICalendarEvent.d.ts +2 -0
- package/es/types/Interface/models/ICalendarEvent.d.ts.map +1 -1
- package/es/types/Interface/models/ICalendarEvent.js.map +1 -1
- package/es/types/Interface/models/ITimeRecorder.d.ts +10 -0
- package/es/types/Interface/models/ITimeRecorder.d.ts.map +1 -0
- package/es/types/Interface/models/ITimeRecorder.js +2 -0
- package/es/types/Interface/models/ITimeRecorder.js.map +1 -0
- package/es/types/Interface/models/IUser.d.ts +1 -0
- package/es/types/Interface/models/IUser.d.ts.map +1 -1
- package/es/types/Interface/models/IUser.js.map +1 -1
- package/es/types/Interface/models/IWorkingSchedule.d.ts +6 -6
- package/es/types/Interface/models/IWorkingSchedule.d.ts.map +1 -1
- package/es/types/Interface/models/IWorkingSchedule.js.map +1 -1
- package/es/types/index.d.ts +20 -2
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +20 -2
- package/es/types/index.js.map +1 -1
- package/es/utils/webmail.d.ts.map +1 -1
- package/es/utils/webmail.js +3 -0
- package/es/utils/webmail.js.map +1 -1
- package/js/api/resources/CalendarEvent.js +38 -0
- package/js/api/resources/CalendarEvent.js.map +1 -0
- package/js/api/resources/TimeRecorder.js +32 -0
- package/js/api/resources/TimeRecorder.js.map +1 -0
- package/js/api/resources/User.js +18 -0
- package/js/api/resources/User.js.map +1 -1
- package/js/api/resources/WorkingSchedule.js +10 -0
- package/js/api/resources/WorkingSchedule.js.map +1 -1
- package/js/api/resources.js +6 -0
- package/js/api/resources.js.map +1 -1
- package/js/types/Enum/AbsenceType.js +16 -0
- package/js/types/Enum/AbsenceType.js.map +1 -0
- package/js/types/Enum/Role.js +1 -0
- package/js/types/Enum/Role.js.map +1 -1
- package/js/types/Enum/RoleDetail.js +6 -0
- package/js/types/Enum/RoleDetail.js.map +1 -1
- package/js/types/Enum/TimeCounterType.js +126 -0
- package/js/types/Enum/TimeCounterType.js.map +1 -0
- package/js/types/Interface/api/calendarEvent/createCalendarEvent.js +5 -1
- package/js/types/Interface/api/calendarEvent/createCalendarEvent.js.map +1 -1
- package/js/types/Interface/api/calendarEvent/createCalendarEventForUsers.js +61 -0
- package/js/types/Interface/api/calendarEvent/createCalendarEventForUsers.js.map +1 -0
- package/js/types/Interface/api/calendarEvent/getAllCalendarEvent.js +33 -0
- package/js/types/Interface/api/calendarEvent/getAllCalendarEvent.js.map +1 -0
- package/js/types/Interface/api/calendarEvent/queryCalendarEvent.js +37 -0
- package/js/types/Interface/api/calendarEvent/queryCalendarEvent.js.map +1 -0
- package/js/types/Interface/api/calendarEvent/readAllCalendarEvent.js +6 -0
- package/js/types/Interface/api/calendarEvent/readAllCalendarEvent.js.map +1 -0
- package/js/types/Interface/api/calendarEvent/updateCalendarEvent.js +59 -0
- package/js/types/Interface/api/calendarEvent/updateCalendarEvent.js.map +1 -0
- package/js/types/Interface/api/timeRecorder/QueryAttendance.js +31 -0
- package/js/types/Interface/api/timeRecorder/QueryAttendance.js.map +1 -0
- package/js/types/Interface/api/timeRecorder/QueryPaginatedDelays.js +43 -0
- package/js/types/Interface/api/timeRecorder/QueryPaginatedDelays.js.map +1 -0
- package/js/types/Interface/api/timeRecorder/ReadAttendanceHours.js +6 -0
- package/js/types/Interface/api/timeRecorder/ReadAttendanceHours.js.map +1 -0
- package/js/types/Interface/api/timeRecorder/ReadPaginatedDelays.js +6 -0
- package/js/types/Interface/api/timeRecorder/ReadPaginatedDelays.js.map +1 -0
- package/js/types/Interface/api/timeRecorder/ReadUsersNotConnected.js +6 -0
- package/js/types/Interface/api/timeRecorder/ReadUsersNotConnected.js.map +1 -0
- package/js/types/Interface/api/user/CollaboratorsByRoles.js +6 -0
- package/js/types/Interface/api/user/CollaboratorsByRoles.js.map +1 -0
- package/js/types/Interface/api/user/ParamsGetAllCollaborators.js +6 -0
- package/js/types/Interface/api/user/ParamsGetAllCollaborators.js.map +1 -1
- package/js/types/Interface/api/user/QueryGetAllCollaborators.js +32 -0
- package/js/types/Interface/api/user/QueryGetAllCollaborators.js.map +1 -0
- package/js/types/Interface/api/user/QueryGetAllCollaboratorsByRoles.js +32 -0
- package/js/types/Interface/api/user/QueryGetAllCollaboratorsByRoles.js.map +1 -0
- package/js/types/Interface/{models/IAskAbsenceTimes.js → api/workingSchedule/QueryDailyHour.js} +1 -1
- package/js/types/Interface/api/workingSchedule/QueryDailyHour.js.map +1 -0
- package/js/types/Interface/{models/IAskAbsence.js → enum/Date.js} +1 -1
- package/js/types/Interface/enum/Date.js.map +1 -0
- package/js/types/Interface/models/IAbsenceRequest.js +6 -0
- package/js/types/Interface/models/IAbsenceRequest.js.map +1 -0
- package/js/types/Interface/models/IAbsenceRequestTime.js +6 -0
- package/js/types/Interface/models/IAbsenceRequestTime.js.map +1 -0
- package/js/types/Interface/models/ITimeRecorder.js +6 -0
- package/js/types/Interface/models/ITimeRecorder.js.map +1 -0
- package/js/types/index.js +222 -6
- package/js/types/index.js.map +1 -1
- package/js/utils/webmail.js +2 -0
- package/js/utils/webmail.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/CalendarEvent.ts +26 -0
- package/ts/api/resources/TimeRecorder.ts +18 -0
- package/ts/api/resources/User.ts +31 -2
- package/ts/api/resources/WorkingSchedule.ts +7 -0
- package/ts/api/resources.ts +4 -0
- package/ts/types/Enum/AbsenceType.ts +8 -0
- package/ts/types/Enum/Role.ts +1 -0
- package/ts/types/Enum/RoleDetail.ts +6 -0
- package/ts/types/Enum/TimeCounterType.ts +118 -0
- package/ts/types/Interface/api/calendarEvent/createCalendarEvent.ts +8 -2
- package/ts/types/Interface/api/calendarEvent/createCalendarEventForUsers.ts +57 -0
- package/ts/types/Interface/api/calendarEvent/getAllCalendarEvent.ts +15 -0
- package/ts/types/Interface/api/calendarEvent/queryCalendarEvent.ts +21 -0
- package/ts/types/Interface/api/calendarEvent/readAllCalendarEvent.ts +12 -0
- package/ts/types/Interface/api/calendarEvent/updateCalendarEvent.ts +54 -0
- package/ts/types/Interface/api/timeRecorder/QueryAttendance.ts +14 -0
- package/ts/types/Interface/api/timeRecorder/QueryPaginatedDelays.ts +36 -0
- package/ts/types/Interface/api/timeRecorder/ReadAttendanceHours.ts +4 -0
- package/ts/types/Interface/api/timeRecorder/ReadPaginatedDelays.ts +21 -0
- package/ts/types/Interface/api/timeRecorder/ReadUsersNotConnected.ts +6 -0
- package/ts/types/Interface/api/user/CollaboratorsByRoles.ts +6 -0
- package/ts/types/Interface/api/user/ParamsGetAllCollaborators.ts +16 -0
- package/ts/types/Interface/api/user/QueryGetAllCollaborators.ts +11 -0
- package/ts/types/Interface/api/user/QueryGetAllCollaboratorsByRoles.ts +11 -0
- package/ts/types/Interface/api/workingSchedule/QueryDailyHour.ts +12 -0
- package/ts/types/Interface/enum/Date.ts +6 -0
- package/ts/types/Interface/models/IAbsenceRequest.ts +32 -0
- package/ts/types/Interface/models/IAbsenceRequestTime.ts +15 -0
- package/ts/types/Interface/models/ICalendarEvent.ts +2 -0
- package/ts/types/Interface/models/ITimeRecorder.ts +10 -0
- package/ts/types/Interface/models/IUser.ts +1 -0
- package/ts/types/Interface/models/IWorkingSchedule.ts +6 -6
- package/ts/types/index.ts +20 -2
- package/ts/utils/webmail.ts +2 -0
- package/es/types/Interface/models/IAskAbsence.d.ts +0 -29
- package/es/types/Interface/models/IAskAbsence.d.ts.map +0 -1
- package/es/types/Interface/models/IAskAbsence.js +0 -2
- package/es/types/Interface/models/IAskAbsence.js.map +0 -1
- package/es/types/Interface/models/IAskAbsenceTimes.d.ts +0 -12
- package/es/types/Interface/models/IAskAbsenceTimes.d.ts.map +0 -1
- package/es/types/Interface/models/IAskAbsenceTimes.js +0 -2
- package/es/types/Interface/models/IAskAbsenceTimes.js.map +0 -1
- package/js/types/Interface/models/IAskAbsence.js.map +0 -1
- package/js/types/Interface/models/IAskAbsenceTimes.js.map +0 -1
- package/ts/types/Interface/models/IAskAbsence.ts +0 -32
- package/ts/types/Interface/models/IAskAbsenceTimes.ts +0 -15
|
@@ -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};"]}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export declare class createCalendarEvent {
|
|
2
2
|
title: string;
|
|
3
3
|
dateStart: Date;
|
|
4
|
-
dateEnd
|
|
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;
|
|
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
|
-
|
|
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;
|
|
1
|
+
{"version":3,"file":"createCalendarEvent.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/calendarEvent/createCalendarEvent.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAErE,MAAM,OAAO,mBAAmB;CAmD/B;AAjDC;IADC,WAAW,EAAE;;kDACA;AAGd;IADC,WAAW,EAAE;8BACH,IAAI;sDAAC;AAGhB;IADC,mBAAmB,EAAE;8BACZ,IAAI;oDAAC;AAGf;IADC,WAAW,EAAE;;oDACE;AAGhB;IADC,mBAAmB,EAAE;;mDACN;AAGhB;IADC,WAAW,EAAE;;sDACI;AAGlB;IADC,mBAAmB,EAAE;;oDACL;AAGjB;IADC,WAAW,EAAE;;sDACI;AAGlB;IADC,mBAAmB,EAAE;;uDACF;AAGpB;IADC,mBAAmB,EAAE;;mDACN;AAGhB;IADC,mBAAmB,EAAE;;8DACK;AAG3B;IADC,mBAAmB,EAAE;;0DACC;AAGvB;IADC,WAAW,EAAE;;mDACE;AAGhB;IADC,mBAAmB,EAAE;;sDACH;AAGnB;IADC,mBAAmB,EAAE;;yDACA;AAGtB;IADC,mBAAmB,EAAE;;oDACL;AAGjB;IADC,mBAAmB,EAAE;8BACR,IAAI;wDAAC","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class createCalendarEvent {\n @ApiProperty()\n title: string;\n\n @ApiProperty()\n dateStart: Date;\n\n @ApiPropertyOptional()\n dateEnd?: Date;\n\n @ApiProperty()\n comment: string;\n\n @ApiPropertyOptional()\n idRoom?: number;\n\n @ApiProperty()\n createdBy: number;\n\n @ApiPropertyOptional()\n idColor?: number;\n\n @ApiProperty()\n idSociety: number;\n\n @ApiPropertyOptional()\n idExercice?: number;\n\n @ApiPropertyOptional()\n idType?: number;\n\n @ApiPropertyOptional()\n idTimeCounterType?: number;\n\n @ApiPropertyOptional()\n typeComptable?: number;\n\n @ApiProperty()\n isDone: boolean;\n\n @ApiPropertyOptional()\n callState?: number;\n\n @ApiPropertyOptional()\n idRecurrence?: number;\n\n @ApiPropertyOptional()\n idPlace?: number;\n\n @ApiPropertyOptional()\n validatedAt?: Date;\n}"]}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export declare class CreateCalendarEventForUsers {
|
|
2
|
+
title: string;
|
|
3
|
+
dateStart: Date;
|
|
4
|
+
dateEnd?: Date;
|
|
5
|
+
comment: string;
|
|
6
|
+
idRoom?: number;
|
|
7
|
+
createdBy: number;
|
|
8
|
+
idColor?: number;
|
|
9
|
+
idSociety: number;
|
|
10
|
+
idExercice?: number;
|
|
11
|
+
idType?: number;
|
|
12
|
+
idTimeCounterType?: number;
|
|
13
|
+
typeComptable?: number;
|
|
14
|
+
isDone: boolean;
|
|
15
|
+
callState?: number;
|
|
16
|
+
idRecurrence?: number;
|
|
17
|
+
idPlace?: number;
|
|
18
|
+
validatedAt?: Date;
|
|
19
|
+
idUsers: Array<number>;
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=createCalendarEventForUsers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createCalendarEventForUsers.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/calendarEvent/createCalendarEventForUsers.ts"],"names":[],"mappings":"AAEA,qBAAa,2BAA2B;IAEtC,KAAK,EAAE,MAAM,CAAC;IAGd,SAAS,EAAE,IAAI,CAAC;IAGhB,OAAO,CAAC,EAAE,IAAI,CAAC;IAGf,OAAO,EAAE,MAAM,CAAC;IAGhB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,SAAS,EAAE,MAAM,CAAC;IAGlB,OAAO,CAAC,EAAE,MAAM,CAAC;IAGjB,SAAS,EAAE,MAAM,CAAC;IAGlB,UAAU,CAAC,EAAE,MAAM,CAAC;IAGpB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAG3B,aAAa,CAAC,EAAE,MAAM,CAAC;IAGvB,MAAM,EAAE,OAAO,CAAC;IAGhB,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,YAAY,CAAC,EAAE,MAAM,CAAC;IAGtB,OAAO,CAAC,EAAE,MAAM,CAAC;IAGjB,WAAW,CAAC,EAAE,IAAI,CAAC;IAGnB,OAAO,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CACxB"}
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
|
+
};
|
|
10
|
+
import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
|
|
11
|
+
export class CreateCalendarEventForUsers {
|
|
12
|
+
}
|
|
13
|
+
__decorate([
|
|
14
|
+
ApiProperty(),
|
|
15
|
+
__metadata("design:type", String)
|
|
16
|
+
], CreateCalendarEventForUsers.prototype, "title", void 0);
|
|
17
|
+
__decorate([
|
|
18
|
+
ApiProperty(),
|
|
19
|
+
__metadata("design:type", Date)
|
|
20
|
+
], CreateCalendarEventForUsers.prototype, "dateStart", void 0);
|
|
21
|
+
__decorate([
|
|
22
|
+
ApiPropertyOptional(),
|
|
23
|
+
__metadata("design:type", Date)
|
|
24
|
+
], CreateCalendarEventForUsers.prototype, "dateEnd", void 0);
|
|
25
|
+
__decorate([
|
|
26
|
+
ApiProperty(),
|
|
27
|
+
__metadata("design:type", String)
|
|
28
|
+
], CreateCalendarEventForUsers.prototype, "comment", void 0);
|
|
29
|
+
__decorate([
|
|
30
|
+
ApiPropertyOptional(),
|
|
31
|
+
__metadata("design:type", Number)
|
|
32
|
+
], CreateCalendarEventForUsers.prototype, "idRoom", void 0);
|
|
33
|
+
__decorate([
|
|
34
|
+
ApiProperty(),
|
|
35
|
+
__metadata("design:type", Number)
|
|
36
|
+
], CreateCalendarEventForUsers.prototype, "createdBy", void 0);
|
|
37
|
+
__decorate([
|
|
38
|
+
ApiPropertyOptional(),
|
|
39
|
+
__metadata("design:type", Number)
|
|
40
|
+
], CreateCalendarEventForUsers.prototype, "idColor", void 0);
|
|
41
|
+
__decorate([
|
|
42
|
+
ApiProperty(),
|
|
43
|
+
__metadata("design:type", Number)
|
|
44
|
+
], CreateCalendarEventForUsers.prototype, "idSociety", void 0);
|
|
45
|
+
__decorate([
|
|
46
|
+
ApiPropertyOptional(),
|
|
47
|
+
__metadata("design:type", Number)
|
|
48
|
+
], CreateCalendarEventForUsers.prototype, "idExercice", void 0);
|
|
49
|
+
__decorate([
|
|
50
|
+
ApiPropertyOptional(),
|
|
51
|
+
__metadata("design:type", Number)
|
|
52
|
+
], CreateCalendarEventForUsers.prototype, "idType", void 0);
|
|
53
|
+
__decorate([
|
|
54
|
+
ApiPropertyOptional(),
|
|
55
|
+
__metadata("design:type", Number)
|
|
56
|
+
], CreateCalendarEventForUsers.prototype, "idTimeCounterType", void 0);
|
|
57
|
+
__decorate([
|
|
58
|
+
ApiPropertyOptional(),
|
|
59
|
+
__metadata("design:type", Number)
|
|
60
|
+
], CreateCalendarEventForUsers.prototype, "typeComptable", void 0);
|
|
61
|
+
__decorate([
|
|
62
|
+
ApiProperty(),
|
|
63
|
+
__metadata("design:type", Boolean)
|
|
64
|
+
], CreateCalendarEventForUsers.prototype, "isDone", void 0);
|
|
65
|
+
__decorate([
|
|
66
|
+
ApiPropertyOptional(),
|
|
67
|
+
__metadata("design:type", Number)
|
|
68
|
+
], CreateCalendarEventForUsers.prototype, "callState", void 0);
|
|
69
|
+
__decorate([
|
|
70
|
+
ApiPropertyOptional(),
|
|
71
|
+
__metadata("design:type", Number)
|
|
72
|
+
], CreateCalendarEventForUsers.prototype, "idRecurrence", void 0);
|
|
73
|
+
__decorate([
|
|
74
|
+
ApiPropertyOptional(),
|
|
75
|
+
__metadata("design:type", Number)
|
|
76
|
+
], CreateCalendarEventForUsers.prototype, "idPlace", void 0);
|
|
77
|
+
__decorate([
|
|
78
|
+
ApiPropertyOptional(),
|
|
79
|
+
__metadata("design:type", Date)
|
|
80
|
+
], CreateCalendarEventForUsers.prototype, "validatedAt", void 0);
|
|
81
|
+
__decorate([
|
|
82
|
+
ApiProperty(),
|
|
83
|
+
__metadata("design:type", Array)
|
|
84
|
+
], CreateCalendarEventForUsers.prototype, "idUsers", void 0);
|
|
85
|
+
//# sourceMappingURL=createCalendarEventForUsers.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createCalendarEventForUsers.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/calendarEvent/createCalendarEventForUsers.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAErE,MAAM,OAAO,2BAA2B;CAsDvC;AApDC;IADC,WAAW,EAAE;;0DACA;AAGd;IADC,WAAW,EAAE;8BACH,IAAI;8DAAC;AAGhB;IADC,mBAAmB,EAAE;8BACZ,IAAI;4DAAC;AAGf;IADC,WAAW,EAAE;;4DACE;AAGhB;IADC,mBAAmB,EAAE;;2DACN;AAGhB;IADC,WAAW,EAAE;;8DACI;AAGlB;IADC,mBAAmB,EAAE;;4DACL;AAGjB;IADC,WAAW,EAAE;;8DACI;AAGlB;IADC,mBAAmB,EAAE;;+DACF;AAGpB;IADC,mBAAmB,EAAE;;2DACN;AAGhB;IADC,mBAAmB,EAAE;;sEACK;AAG3B;IADC,mBAAmB,EAAE;;kEACC;AAGvB;IADC,WAAW,EAAE;;2DACE;AAGhB;IADC,mBAAmB,EAAE;;8DACH;AAGnB;IADC,mBAAmB,EAAE;;iEACA;AAGtB;IADC,mBAAmB,EAAE;;4DACL;AAGjB;IADC,mBAAmB,EAAE;8BACR,IAAI;gEAAC;AAGnB;IADC,WAAW,EAAE;8BACL,KAAK;4DAAS","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class CreateCalendarEventForUsers {\n @ApiProperty()\n title: string;\n\n @ApiProperty()\n dateStart: Date;\n\n @ApiPropertyOptional()\n dateEnd?: Date;\n\n @ApiProperty()\n comment: string;\n\n @ApiPropertyOptional()\n idRoom?: number;\n\n @ApiProperty()\n createdBy: number;\n\n @ApiPropertyOptional()\n idColor?: number;\n\n @ApiProperty()\n idSociety: number;\n\n @ApiPropertyOptional()\n idExercice?: number;\n\n @ApiPropertyOptional()\n idType?: number;\n\n @ApiPropertyOptional()\n idTimeCounterType?: number;\n\n @ApiPropertyOptional()\n typeComptable?: number;\n\n @ApiProperty()\n isDone: boolean;\n\n @ApiPropertyOptional()\n callState?: number;\n\n @ApiPropertyOptional()\n idRecurrence?: number;\n\n @ApiPropertyOptional()\n idPlace?: number;\n\n @ApiPropertyOptional()\n validatedAt?: Date;\n\n @ApiProperty()\n idUsers: Array<number>;\n}"]}
|
|
@@ -0,0 +1 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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"}
|