@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,61 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.CreateCalendarEventForUsers = undefined;
|
|
7
|
+
|
|
8
|
+
var _utils = require("../../../../utils");
|
|
9
|
+
|
|
10
|
+
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
11
|
+
var c = arguments.length,
|
|
12
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
13
|
+
d;
|
|
14
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);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;
|
|
15
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
16
|
+
};
|
|
17
|
+
|
|
18
|
+
var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
19
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
20
|
+
};
|
|
21
|
+
|
|
22
|
+
class CreateCalendarEventForUsers {}
|
|
23
|
+
|
|
24
|
+
exports.CreateCalendarEventForUsers = CreateCalendarEventForUsers;
|
|
25
|
+
|
|
26
|
+
__decorate([(0, _utils.ApiProperty)(), __metadata("design:type", String)], CreateCalendarEventForUsers.prototype, "title", void 0);
|
|
27
|
+
|
|
28
|
+
__decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Date)], CreateCalendarEventForUsers.prototype, "dateStart", void 0);
|
|
29
|
+
|
|
30
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Date)], CreateCalendarEventForUsers.prototype, "dateEnd", void 0);
|
|
31
|
+
|
|
32
|
+
__decorate([(0, _utils.ApiProperty)(), __metadata("design:type", String)], CreateCalendarEventForUsers.prototype, "comment", void 0);
|
|
33
|
+
|
|
34
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], CreateCalendarEventForUsers.prototype, "idRoom", void 0);
|
|
35
|
+
|
|
36
|
+
__decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Number)], CreateCalendarEventForUsers.prototype, "createdBy", void 0);
|
|
37
|
+
|
|
38
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], CreateCalendarEventForUsers.prototype, "idColor", void 0);
|
|
39
|
+
|
|
40
|
+
__decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Number)], CreateCalendarEventForUsers.prototype, "idSociety", void 0);
|
|
41
|
+
|
|
42
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], CreateCalendarEventForUsers.prototype, "idExercice", void 0);
|
|
43
|
+
|
|
44
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], CreateCalendarEventForUsers.prototype, "idType", void 0);
|
|
45
|
+
|
|
46
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], CreateCalendarEventForUsers.prototype, "idTimeCounterType", void 0);
|
|
47
|
+
|
|
48
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], CreateCalendarEventForUsers.prototype, "typeComptable", void 0);
|
|
49
|
+
|
|
50
|
+
__decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Boolean)], CreateCalendarEventForUsers.prototype, "isDone", void 0);
|
|
51
|
+
|
|
52
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], CreateCalendarEventForUsers.prototype, "callState", void 0);
|
|
53
|
+
|
|
54
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], CreateCalendarEventForUsers.prototype, "idRecurrence", void 0);
|
|
55
|
+
|
|
56
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], CreateCalendarEventForUsers.prototype, "idPlace", void 0);
|
|
57
|
+
|
|
58
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Date)], CreateCalendarEventForUsers.prototype, "validatedAt", void 0);
|
|
59
|
+
|
|
60
|
+
__decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Array)], CreateCalendarEventForUsers.prototype, "idUsers", void 0);
|
|
61
|
+
//# sourceMappingURL=createCalendarEventForUsers.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createCalendarEventForUsers.js","mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAOA,2BAAP,CAAkC;;QAA3BA,2B,GAAAA,2B;;AAEXC,YADC,yBACD;;AAGAA,YADC,yBACD,4BAAWC,KAAX;;AAGAD,YADC,iCACD,4BAAUC,KAAV;;AAGAD,YADC,yBACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,yBACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,yBACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,yBACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD,4BAAcC,KAAd;;AAGAD,YADC,yBACD,4BAASE,MAAT","names":["CreateCalendarEventForUsers","__decorate","Date","Array"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/calendarEvent/createCalendarEventForUsers.ts"],"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,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.GetAllCalendarEvent = undefined;
|
|
7
|
+
|
|
8
|
+
var _decorators = require("../../../../utils/decorators");
|
|
9
|
+
|
|
10
|
+
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
11
|
+
var c = arguments.length,
|
|
12
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
13
|
+
d;
|
|
14
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);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;
|
|
15
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
16
|
+
};
|
|
17
|
+
|
|
18
|
+
var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
19
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
20
|
+
};
|
|
21
|
+
|
|
22
|
+
class GetAllCalendarEvent {}
|
|
23
|
+
|
|
24
|
+
exports.GetAllCalendarEvent = GetAllCalendarEvent;
|
|
25
|
+
|
|
26
|
+
__decorate([(0, _decorators.ApiProperty)(), __metadata("design:type", Number)], GetAllCalendarEvent.prototype, "idUser", void 0);
|
|
27
|
+
|
|
28
|
+
__decorate([(0, _decorators.ApiProperty)(), __metadata("design:type", Date)], GetAllCalendarEvent.prototype, "startDate", void 0);
|
|
29
|
+
|
|
30
|
+
__decorate([(0, _decorators.ApiProperty)(), __metadata("design:type", Date)], GetAllCalendarEvent.prototype, "endDate", void 0);
|
|
31
|
+
|
|
32
|
+
__decorate([(0, _decorators.ApiPropertyOptional)(), __metadata("design:type", Boolean)], GetAllCalendarEvent.prototype, "isValidated", void 0);
|
|
33
|
+
//# sourceMappingURL=getAllCalendarEvent.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getAllCalendarEvent.js","mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAOA,mBAAP,CAA0B;;QAAnBA,mB,GAAAA,mB;;AAEXC,YADC,8BACD;;AAGAA,YADC,8BACD,4BAAWC,KAAX;;AAGAD,YADC,8BACD,4BAASC,KAAT;;AAGAD,YADC,sCACD","names":["GetAllCalendarEvent","__decorate","Date"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/calendarEvent/getAllCalendarEvent.ts"],"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,37 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.QueryCalendarEvent = undefined;
|
|
7
|
+
|
|
8
|
+
var _classValidator = require("class-validator");
|
|
9
|
+
|
|
10
|
+
var _decorators = require("../../../../utils/decorators");
|
|
11
|
+
|
|
12
|
+
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
13
|
+
var c = arguments.length,
|
|
14
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
15
|
+
d;
|
|
16
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);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;
|
|
17
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
21
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
class QueryCalendarEvent {}
|
|
25
|
+
|
|
26
|
+
exports.QueryCalendarEvent = QueryCalendarEvent;
|
|
27
|
+
|
|
28
|
+
__decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsString)({
|
|
29
|
+
each: true
|
|
30
|
+
}), (0, _classValidator.IsIn)(['room', 'createdBy', 'color', 'society', 'exercice', 'task'], {
|
|
31
|
+
each: true
|
|
32
|
+
}), __metadata("design:type", Array)], QueryCalendarEvent.prototype, "include", void 0);
|
|
33
|
+
|
|
34
|
+
__decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsString)({
|
|
35
|
+
each: true
|
|
36
|
+
}), __metadata("design:type", Array)], QueryCalendarEvent.prototype, "attributes", void 0);
|
|
37
|
+
//# sourceMappingURL=queryCalendarEvent.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"queryCalendarEvent.js","mappings":";;;;;;;AAAA;;AAGA;;;;;;;;;;;;;;AAEM,MAAOA,kBAAP,CAAyB;;QAAlBA,kB,GAAAA,kB;;AAOXC,YANC,sCAMD,EALC,iCAKD,EAJC,8BAAS;EACRC,IAAI,EAAE;AADE,CAAT,CAID,EADC,0BAAK,CAAC,MAAD,EAAS,WAAT,EAAsB,OAAtB,EAA+B,SAA/B,EAA0C,UAA1C,EAAsD,MAAtD,CAAL,EAAoE;EAAEA,IAAI,EAAE;AAAR,CAApE,CACD;;AAOAD,YALC,sCAKD,EAJC,iCAID,EAHC,8BAAS;EACRC,IAAI,EAAE;AADE,CAAT,CAGD","names":["QueryCalendarEvent","__decorate","each"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/calendarEvent/queryCalendarEvent.ts"],"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 @@
|
|
|
1
|
+
{"version":3,"file":"readAllCalendarEvent.js","mappings":"","names":[],"sourceRoot":"","sources":[],"sourcesContent":[]}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.UpdateCalendarEvent = undefined;
|
|
7
|
+
|
|
8
|
+
var _utils = require("../../../../utils");
|
|
9
|
+
|
|
10
|
+
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
11
|
+
var c = arguments.length,
|
|
12
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
13
|
+
d;
|
|
14
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);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;
|
|
15
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
16
|
+
};
|
|
17
|
+
|
|
18
|
+
var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
19
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
20
|
+
};
|
|
21
|
+
|
|
22
|
+
class UpdateCalendarEvent {}
|
|
23
|
+
|
|
24
|
+
exports.UpdateCalendarEvent = UpdateCalendarEvent;
|
|
25
|
+
|
|
26
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], UpdateCalendarEvent.prototype, "title", void 0);
|
|
27
|
+
|
|
28
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Date)], UpdateCalendarEvent.prototype, "dateStart", void 0);
|
|
29
|
+
|
|
30
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Date)], UpdateCalendarEvent.prototype, "dateEnd", void 0);
|
|
31
|
+
|
|
32
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], UpdateCalendarEvent.prototype, "comment", void 0);
|
|
33
|
+
|
|
34
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], UpdateCalendarEvent.prototype, "idRoom", void 0);
|
|
35
|
+
|
|
36
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], UpdateCalendarEvent.prototype, "createdBy", void 0);
|
|
37
|
+
|
|
38
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], UpdateCalendarEvent.prototype, "idColor", void 0);
|
|
39
|
+
|
|
40
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], UpdateCalendarEvent.prototype, "idSociety", void 0);
|
|
41
|
+
|
|
42
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], UpdateCalendarEvent.prototype, "idExercice", void 0);
|
|
43
|
+
|
|
44
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], UpdateCalendarEvent.prototype, "idType", void 0);
|
|
45
|
+
|
|
46
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], UpdateCalendarEvent.prototype, "idTimeCounterType", void 0);
|
|
47
|
+
|
|
48
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], UpdateCalendarEvent.prototype, "typeComptable", void 0);
|
|
49
|
+
|
|
50
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Boolean)], UpdateCalendarEvent.prototype, "isDone", void 0);
|
|
51
|
+
|
|
52
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], UpdateCalendarEvent.prototype, "callState", void 0);
|
|
53
|
+
|
|
54
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], UpdateCalendarEvent.prototype, "idRecurrence", void 0);
|
|
55
|
+
|
|
56
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], UpdateCalendarEvent.prototype, "idPlace", void 0);
|
|
57
|
+
|
|
58
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Date)], UpdateCalendarEvent.prototype, "validatedAt", void 0);
|
|
59
|
+
//# sourceMappingURL=updateCalendarEvent.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateCalendarEvent.js","mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAOA,mBAAP,CAA0B;;QAAnBA,mB,GAAAA,mB;;AAEXC,YADC,iCACD;;AAGAA,YADC,iCACD,4BAAYC,KAAZ;;AAGAD,YADC,iCACD,4BAAUC,KAAV;;AAGAD,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD,4BAAcC,KAAd","names":["UpdateCalendarEvent","__decorate","Date"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/calendarEvent/updateCalendarEvent.ts"],"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,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.QueryAttendance = undefined;
|
|
7
|
+
|
|
8
|
+
var _classValidator = require("class-validator");
|
|
9
|
+
|
|
10
|
+
var _utils = require("../../../../utils");
|
|
11
|
+
|
|
12
|
+
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
13
|
+
var c = arguments.length,
|
|
14
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
15
|
+
d;
|
|
16
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);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;
|
|
17
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
21
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
class QueryAttendance {}
|
|
25
|
+
|
|
26
|
+
exports.QueryAttendance = QueryAttendance;
|
|
27
|
+
|
|
28
|
+
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsString)(), (0, _classValidator.IsDateString)(), __metadata("design:type", String)], QueryAttendance.prototype, "startDate", void 0);
|
|
29
|
+
|
|
30
|
+
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsString)(), (0, _classValidator.IsDateString)(), __metadata("design:type", String)], QueryAttendance.prototype, "endDate", void 0);
|
|
31
|
+
//# sourceMappingURL=QueryAttendance.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryAttendance.js","mappings":";;;;;;;AAAA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,eAAP,CAAsB;;QAAfA,e,GAAAA,e;;AAIXC,YAHC,yBAGD,EAFC,+BAED,EADC,mCACD;;AAKAA,YAHC,yBAGD,EAFC,+BAED,EADC,mCACD","names":["QueryAttendance","__decorate"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/timeRecorder/QueryAttendance.ts"],"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,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.QueryPaginatedDelays = undefined;
|
|
7
|
+
|
|
8
|
+
var _classValidator = require("class-validator");
|
|
9
|
+
|
|
10
|
+
var _utils = require("../../../../utils");
|
|
11
|
+
|
|
12
|
+
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
13
|
+
var c = arguments.length,
|
|
14
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
15
|
+
d;
|
|
16
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);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;
|
|
17
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
21
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
class QueryPaginatedDelays {}
|
|
25
|
+
|
|
26
|
+
exports.QueryPaginatedDelays = QueryPaginatedDelays;
|
|
27
|
+
|
|
28
|
+
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsString)(), (0, _classValidator.IsDateString)(), __metadata("design:type", String)], QueryPaginatedDelays.prototype, "startDate", void 0);
|
|
29
|
+
|
|
30
|
+
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsString)(), (0, _classValidator.IsDateString)(), __metadata("design:type", String)], QueryPaginatedDelays.prototype, "endDate", void 0);
|
|
31
|
+
|
|
32
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsString)(), __metadata("design:type", String)], QueryPaginatedDelays.prototype, "search", void 0);
|
|
33
|
+
|
|
34
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsArray)(), __metadata("design:type", Array)], QueryPaginatedDelays.prototype, "idUser", void 0);
|
|
35
|
+
|
|
36
|
+
__decorate([(0, _utils.ApiPropertyOptional)({
|
|
37
|
+
default: 25
|
|
38
|
+
}), (0, _classValidator.IsOptional)(), (0, _classValidator.IsNumber)(), __metadata("design:type", Number)], QueryPaginatedDelays.prototype, "limit", void 0);
|
|
39
|
+
|
|
40
|
+
__decorate([(0, _utils.ApiPropertyOptional)({
|
|
41
|
+
default: 1
|
|
42
|
+
}), (0, _classValidator.IsOptional)(), (0, _classValidator.IsNumber)(), __metadata("design:type", Number)], QueryPaginatedDelays.prototype, "page", void 0);
|
|
43
|
+
//# sourceMappingURL=QueryPaginatedDelays.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryPaginatedDelays.js","mappings":";;;;;;;AAAA;;AAGA;;;;;;;;;;;;;;AAEM,MAAOA,oBAAP,CAA2B;;QAApBA,oB,GAAAA,oB;;AAIXC,YAHC,yBAGD,EAFC,+BAED,EADC,mCACD;;AAKAA,YAHC,yBAGD,EAFC,+BAED,EADC,mCACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,8BACD;;AAKAA,YAHC,gCAAoB;EAAEC,OAAO,EAAE;AAAX,CAApB,CAGD,EAFC,iCAED,EADC,+BACD;;AAKAD,YAHC,gCAAoB;EAAEC,OAAO,EAAE;AAAX,CAApB,CAGD,EAFC,iCAED,EADC,+BACD","names":["QueryPaginatedDelays","__decorate","default"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/timeRecorder/QueryPaginatedDelays.ts"],"sourcesContent":["import {\n IsString, IsDateString, IsOptional, IsNumber, IsArray,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryPaginatedDelays {\n @ApiProperty()\n @IsString()\n @IsDateString()\n startDate: string;\n\n @ApiProperty()\n @IsString()\n @IsDateString()\n endDate: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n search?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsArray()\n idUser?: number[];\n\n @ApiPropertyOptional({ default: 25 })\n @IsOptional()\n @IsNumber()\n limit?: number;\n\n @ApiPropertyOptional({ default: 1 })\n @IsOptional()\n @IsNumber()\n page?: number;\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReadAttendanceHours.js","mappings":"","names":[],"sourceRoot":"","sources":[],"sourcesContent":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReadPaginatedDelays.js","mappings":"","names":[],"sourceRoot":"","sources":[],"sourcesContent":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReadUsersNotConnected.js","mappings":"","names":[],"sourceRoot":"","sources":[],"sourcesContent":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CollaboratorsByRoles.js","mappings":"","names":[],"sourceRoot":"","sources":[],"sourcesContent":[]}
|
|
@@ -28,4 +28,10 @@ exports.ParamsGetAllCollaborators = ParamsGetAllCollaborators;
|
|
|
28
28
|
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsString)({
|
|
29
29
|
each: true
|
|
30
30
|
}), __metadata("design:type", Array)], ParamsGetAllCollaborators.prototype, "attributes", void 0);
|
|
31
|
+
|
|
32
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsString)(), __metadata("design:type", String)], ParamsGetAllCollaborators.prototype, "search", void 0);
|
|
33
|
+
|
|
34
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsNumber)(), __metadata("design:type", Array)], ParamsGetAllCollaborators.prototype, "idRoles", void 0);
|
|
35
|
+
|
|
36
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsNumber)(), __metadata("design:type", Array)], ParamsGetAllCollaborators.prototype, "idUser", void 0);
|
|
31
37
|
//# sourceMappingURL=ParamsGetAllCollaborators.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ParamsGetAllCollaborators.js","mappings":";;;;;;;AAAA;;
|
|
1
|
+
{"version":3,"file":"ParamsGetAllCollaborators.js","mappings":";;;;;;;AAAA;;AAIA;;;;;;;;;;;;;;AAEM,MAAOA,yBAAP,CAAgC;;QAAzBA,yB,GAAAA,yB;;AAMXC,YALC,iCAKD,EAJC,iCAID,EAHC,8BAAS;EACRC,IAAI,EAAE;AADE,CAAT,CAGD;;AAKAD,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD","names":["ParamsGetAllCollaborators","__decorate","each"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/user/ParamsGetAllCollaborators.ts"],"sourcesContent":["import {\n IsNumber,\n IsOptional, IsString,\n} from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\n\nexport class ParamsGetAllCollaborators {\n @ApiPropertyOptional()\n @IsOptional()\n @IsString({\n each: true,\n })\n attributes?: string[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n search?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n idRoles?: number[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n idUser?: number[];\n}"]}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.QueryGetAllCollaborators = undefined;
|
|
7
|
+
|
|
8
|
+
var _utils = require("../../../../utils");
|
|
9
|
+
|
|
10
|
+
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
11
|
+
var c = arguments.length,
|
|
12
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
13
|
+
d;
|
|
14
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);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;
|
|
15
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
16
|
+
};
|
|
17
|
+
|
|
18
|
+
var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
19
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
20
|
+
};
|
|
21
|
+
|
|
22
|
+
class QueryGetAllCollaborators {}
|
|
23
|
+
|
|
24
|
+
exports.QueryGetAllCollaborators = QueryGetAllCollaborators;
|
|
25
|
+
|
|
26
|
+
__decorate([(0, _utils.ApiProperty)({
|
|
27
|
+
description: 'filtering users id',
|
|
28
|
+
required: false,
|
|
29
|
+
type: [Number],
|
|
30
|
+
example: [1, 13]
|
|
31
|
+
}), __metadata("design:type", Array)], QueryGetAllCollaborators.prototype, "idUser", void 0);
|
|
32
|
+
//# sourceMappingURL=QueryGetAllCollaborators.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryGetAllCollaborators.js","mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAOA,wBAAP,CAA+B;;QAAxBA,wB,GAAAA,wB;;AAOXC,YANC,wBAAY;EACXC,WAAW,EAAE,oBADF;EAEXC,QAAQ,EAAE,KAFC;EAGXC,IAAI,EAAE,CAACC,MAAD,CAHK;EAIXC,OAAO,EAAE,CAAC,CAAD,EAAI,EAAJ;AAJE,CAAZ,CAMD","names":["QueryGetAllCollaborators","__decorate","description","required","type","Number","example"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/user/QueryGetAllCollaborators.ts"],"sourcesContent":["import { ApiProperty } from '../../../../utils';\n\nexport class QueryGetAllCollaborators {\n @ApiProperty({\n description: 'filtering users id',\n required: false,\n type: [Number],\n example: [1, 13],\n })\n idUser?: number[];\n}"]}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.QueryGetAllCollaboratorsByRoles = undefined;
|
|
7
|
+
|
|
8
|
+
var _utils = require("../../../../utils");
|
|
9
|
+
|
|
10
|
+
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
11
|
+
var c = arguments.length,
|
|
12
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
13
|
+
d;
|
|
14
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);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;
|
|
15
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
16
|
+
};
|
|
17
|
+
|
|
18
|
+
var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
19
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
20
|
+
};
|
|
21
|
+
|
|
22
|
+
class QueryGetAllCollaboratorsByRoles {}
|
|
23
|
+
|
|
24
|
+
exports.QueryGetAllCollaboratorsByRoles = QueryGetAllCollaboratorsByRoles;
|
|
25
|
+
|
|
26
|
+
__decorate([(0, _utils.ApiProperty)({
|
|
27
|
+
description: 'roles used for group users',
|
|
28
|
+
required: true,
|
|
29
|
+
type: [Number],
|
|
30
|
+
example: [1, 13]
|
|
31
|
+
}), __metadata("design:type", Array)], QueryGetAllCollaboratorsByRoles.prototype, "idRoles", void 0);
|
|
32
|
+
//# sourceMappingURL=QueryGetAllCollaboratorsByRoles.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryGetAllCollaboratorsByRoles.js","mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAOA,+BAAP,CAAsC;;QAA/BA,+B,GAAAA,+B;;AAOXC,YANC,wBAAY;EACXC,WAAW,EAAE,4BADF;EAEXC,QAAQ,EAAE,IAFC;EAGXC,IAAI,EAAE,CAACC,MAAD,CAHK;EAIXC,OAAO,EAAE,CAAC,CAAD,EAAI,EAAJ;AAJE,CAAZ,CAMD","names":["QueryGetAllCollaboratorsByRoles","__decorate","description","required","type","Number","example"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/user/QueryGetAllCollaboratorsByRoles.ts"],"sourcesContent":["import { ApiProperty } from '../../../../utils';\n\nexport class QueryGetAllCollaboratorsByRoles {\n @ApiProperty({\n description: 'roles used for group users',\n required: true,\n type: [Number],\n example: [1, 13],\n })\n idRoles: number[];\n}"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryDailyHour.js","mappings":"","names":[],"sourceRoot":"","sources":[],"sourcesContent":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Date.js","mappings":"","names":[],"sourceRoot":"","sources":[],"sourcesContent":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IAbsenceRequest.js","mappings":"","names":[],"sourceRoot":"","sources":[],"sourcesContent":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IAbsenceRequestTime.js","mappings":"","names":[],"sourceRoot":"","sources":[],"sourcesContent":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ITimeRecorder.js","mappings":"","names":[],"sourceRoot":"","sources":[],"sourcesContent":[]}
|