@silexpert/core 0.4.226 → 0.4.228
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/api/resources/Alert.d.ts +7 -0
- package/es/api/resources/Alert.d.ts.map +1 -0
- package/es/api/resources/Alert.js +23 -0
- package/es/api/resources/Alert.js.map +1 -0
- 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/Transaction.d.ts +2 -1
- package/es/api/resources/Transaction.d.ts.map +1 -1
- package/es/api/resources/Transaction.js +3 -0
- package/es/api/resources/Transaction.js.map +1 -1
- 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 +6 -0
- package/es/api/resources.d.ts.map +1 -1
- package/es/api/resources.js +6 -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/Prestation.d.ts +1 -0
- package/es/types/Enum/Prestation.d.ts.map +1 -1
- package/es/types/Enum/Prestation.js +1 -0
- package/es/types/Enum/Prestation.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/3cx/Query3cxSearch.d.ts +1 -0
- package/es/types/Interface/api/3cx/Query3cxSearch.d.ts.map +1 -1
- package/es/types/Interface/api/3cx/Query3cxSearch.js +6 -0
- package/es/types/Interface/api/3cx/Query3cxSearch.js.map +1 -1
- package/es/types/Interface/api/alert/CreateAlert.d.ts +13 -0
- package/es/types/Interface/api/alert/CreateAlert.d.ts.map +1 -0
- package/es/types/Interface/api/alert/CreateAlert.js +85 -0
- package/es/types/Interface/api/alert/CreateAlert.js.map +1 -0
- package/es/types/Interface/api/bankAccount/DeleteTransaction.d.ts +2 -1
- package/es/types/Interface/api/bankAccount/DeleteTransaction.d.ts.map +1 -1
- package/es/types/Interface/api/bankAccount/DeleteTransaction.js +9 -4
- package/es/types/Interface/api/bankAccount/DeleteTransaction.js.map +1 -1
- 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/partnerTransactionType/ReadPartnerTransactionType.d.ts +5 -0
- package/es/types/Interface/api/partnerTransactionType/ReadPartnerTransactionType.d.ts.map +1 -0
- package/es/types/Interface/api/partnerTransactionType/ReadPartnerTransactionType.js +2 -0
- package/es/types/Interface/api/partnerTransactionType/ReadPartnerTransactionType.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 +22 -2
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +22 -2
- package/es/types/index.js.map +1 -1
- package/js/api/resources/Alert.js +58 -0
- package/js/api/resources/Alert.js.map +1 -0
- 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/Transaction.js +4 -0
- package/js/api/resources/Transaction.js.map +1 -1
- 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 +10 -1
- 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/Prestation.js +1 -0
- package/js/types/Enum/Prestation.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/3cx/Query3cxSearch.js +2 -0
- package/js/types/Interface/api/3cx/Query3cxSearch.js.map +1 -1
- package/js/types/Interface/api/alert/CreateAlert.js +49 -0
- package/js/types/Interface/api/alert/CreateAlert.js.map +1 -0
- package/js/types/Interface/api/bankAccount/DeleteTransaction.js +8 -2
- package/js/types/Interface/api/bankAccount/DeleteTransaction.js.map +1 -1
- 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/partnerTransactionType/ReadPartnerTransactionType.js +6 -0
- package/js/types/Interface/api/partnerTransactionType/ReadPartnerTransactionType.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 +246 -6
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Alert.ts +12 -0
- package/ts/api/resources/CalendarEvent.ts +26 -0
- package/ts/api/resources/TimeRecorder.ts +18 -0
- package/ts/api/resources/Transaction.ts +5 -1
- package/ts/api/resources/User.ts +31 -2
- package/ts/api/resources/WorkingSchedule.ts +7 -0
- package/ts/api/resources.ts +6 -0
- package/ts/types/Enum/AbsenceType.ts +8 -0
- package/ts/types/Enum/Prestation.ts +1 -0
- package/ts/types/Enum/TimeCounterType.ts +118 -0
- package/ts/types/Interface/api/3cx/Query3cxSearch.ts +5 -0
- package/ts/types/Interface/api/alert/CreateAlert.ts +65 -0
- package/ts/types/Interface/api/bankAccount/DeleteTransaction.ts +8 -3
- 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/partnerTransactionType/ReadPartnerTransactionType.ts +4 -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 +22 -2
- 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
package/js/types/index.js
CHANGED
|
@@ -256,26 +256,26 @@ Object.keys(_IAreasInvoice).forEach(function (key) {
|
|
|
256
256
|
});
|
|
257
257
|
});
|
|
258
258
|
|
|
259
|
-
var
|
|
259
|
+
var _IAbsenceRequest = require("./Interface/models/IAbsenceRequest");
|
|
260
260
|
|
|
261
|
-
Object.keys(
|
|
261
|
+
Object.keys(_IAbsenceRequest).forEach(function (key) {
|
|
262
262
|
if (key === "default" || key === "__esModule") return;
|
|
263
263
|
Object.defineProperty(exports, key, {
|
|
264
264
|
enumerable: true,
|
|
265
265
|
get: function () {
|
|
266
|
-
return
|
|
266
|
+
return _IAbsenceRequest[key];
|
|
267
267
|
}
|
|
268
268
|
});
|
|
269
269
|
});
|
|
270
270
|
|
|
271
|
-
var
|
|
271
|
+
var _IAbsenceRequestTime = require("./Interface/models/IAbsenceRequestTime");
|
|
272
272
|
|
|
273
|
-
Object.keys(
|
|
273
|
+
Object.keys(_IAbsenceRequestTime).forEach(function (key) {
|
|
274
274
|
if (key === "default" || key === "__esModule") return;
|
|
275
275
|
Object.defineProperty(exports, key, {
|
|
276
276
|
enumerable: true,
|
|
277
277
|
get: function () {
|
|
278
|
-
return
|
|
278
|
+
return _IAbsenceRequestTime[key];
|
|
279
279
|
}
|
|
280
280
|
});
|
|
281
281
|
});
|
|
@@ -3700,6 +3700,18 @@ Object.keys(_IMobileNotificationSetting).forEach(function (key) {
|
|
|
3700
3700
|
});
|
|
3701
3701
|
});
|
|
3702
3702
|
|
|
3703
|
+
var _ITimeRecorder = require("./Interface/models/ITimeRecorder");
|
|
3704
|
+
|
|
3705
|
+
Object.keys(_ITimeRecorder).forEach(function (key) {
|
|
3706
|
+
if (key === "default" || key === "__esModule") return;
|
|
3707
|
+
Object.defineProperty(exports, key, {
|
|
3708
|
+
enumerable: true,
|
|
3709
|
+
get: function () {
|
|
3710
|
+
return _ITimeRecorder[key];
|
|
3711
|
+
}
|
|
3712
|
+
});
|
|
3713
|
+
});
|
|
3714
|
+
|
|
3703
3715
|
var _FormAuthenticate = require("./Form/FormAuthenticate");
|
|
3704
3716
|
|
|
3705
3717
|
Object.keys(_FormAuthenticate).forEach(function (key) {
|
|
@@ -3820,6 +3832,18 @@ Object.keys(_Quality).forEach(function (key) {
|
|
|
3820
3832
|
});
|
|
3821
3833
|
});
|
|
3822
3834
|
|
|
3835
|
+
var _AbsenceType = require("./Enum/AbsenceType");
|
|
3836
|
+
|
|
3837
|
+
Object.keys(_AbsenceType).forEach(function (key) {
|
|
3838
|
+
if (key === "default" || key === "__esModule") return;
|
|
3839
|
+
Object.defineProperty(exports, key, {
|
|
3840
|
+
enumerable: true,
|
|
3841
|
+
get: function () {
|
|
3842
|
+
return _AbsenceType[key];
|
|
3843
|
+
}
|
|
3844
|
+
});
|
|
3845
|
+
});
|
|
3846
|
+
|
|
3823
3847
|
var _Role = require("./Enum/Role");
|
|
3824
3848
|
|
|
3825
3849
|
Object.keys(_Role).forEach(function (key) {
|
|
@@ -3844,6 +3868,18 @@ Object.keys(_RoleDetail).forEach(function (key) {
|
|
|
3844
3868
|
});
|
|
3845
3869
|
});
|
|
3846
3870
|
|
|
3871
|
+
var _TimeCounterType = require("./Enum/TimeCounterType");
|
|
3872
|
+
|
|
3873
|
+
Object.keys(_TimeCounterType).forEach(function (key) {
|
|
3874
|
+
if (key === "default" || key === "__esModule") return;
|
|
3875
|
+
Object.defineProperty(exports, key, {
|
|
3876
|
+
enumerable: true,
|
|
3877
|
+
get: function () {
|
|
3878
|
+
return _TimeCounterType[key];
|
|
3879
|
+
}
|
|
3880
|
+
});
|
|
3881
|
+
});
|
|
3882
|
+
|
|
3847
3883
|
var _MailAuto = require("./Enum/MailAuto");
|
|
3848
3884
|
|
|
3849
3885
|
Object.keys(_MailAuto).forEach(function (key) {
|
|
@@ -5008,6 +5044,18 @@ Object.keys(_Call).forEach(function (key) {
|
|
|
5008
5044
|
});
|
|
5009
5045
|
});
|
|
5010
5046
|
|
|
5047
|
+
var _ReadPartnerTransactionType = require("./Interface/api/partnerTransactionType/ReadPartnerTransactionType");
|
|
5048
|
+
|
|
5049
|
+
Object.keys(_ReadPartnerTransactionType).forEach(function (key) {
|
|
5050
|
+
if (key === "default" || key === "__esModule") return;
|
|
5051
|
+
Object.defineProperty(exports, key, {
|
|
5052
|
+
enumerable: true,
|
|
5053
|
+
get: function () {
|
|
5054
|
+
return _ReadPartnerTransactionType[key];
|
|
5055
|
+
}
|
|
5056
|
+
});
|
|
5057
|
+
});
|
|
5058
|
+
|
|
5011
5059
|
var _ReadJeDeclare = require("./Interface/api/jeDeclare/ReadJeDeclare");
|
|
5012
5060
|
|
|
5013
5061
|
Object.keys(_ReadJeDeclare).forEach(function (key) {
|
|
@@ -5356,6 +5404,30 @@ Object.keys(_QueryGetAllFromSociety).forEach(function (key) {
|
|
|
5356
5404
|
});
|
|
5357
5405
|
});
|
|
5358
5406
|
|
|
5407
|
+
var _QueryGetAllCollaborators = require("./Interface/api/user/QueryGetAllCollaborators");
|
|
5408
|
+
|
|
5409
|
+
Object.keys(_QueryGetAllCollaborators).forEach(function (key) {
|
|
5410
|
+
if (key === "default" || key === "__esModule") return;
|
|
5411
|
+
Object.defineProperty(exports, key, {
|
|
5412
|
+
enumerable: true,
|
|
5413
|
+
get: function () {
|
|
5414
|
+
return _QueryGetAllCollaborators[key];
|
|
5415
|
+
}
|
|
5416
|
+
});
|
|
5417
|
+
});
|
|
5418
|
+
|
|
5419
|
+
var _QueryGetAllCollaboratorsByRoles = require("./Interface/api/user/QueryGetAllCollaboratorsByRoles");
|
|
5420
|
+
|
|
5421
|
+
Object.keys(_QueryGetAllCollaboratorsByRoles).forEach(function (key) {
|
|
5422
|
+
if (key === "default" || key === "__esModule") return;
|
|
5423
|
+
Object.defineProperty(exports, key, {
|
|
5424
|
+
enumerable: true,
|
|
5425
|
+
get: function () {
|
|
5426
|
+
return _QueryGetAllCollaboratorsByRoles[key];
|
|
5427
|
+
}
|
|
5428
|
+
});
|
|
5429
|
+
});
|
|
5430
|
+
|
|
5359
5431
|
var _QueryResendConfirmationLink = require("./Interface/api/user/QueryResendConfirmationLink");
|
|
5360
5432
|
|
|
5361
5433
|
Object.keys(_QueryResendConfirmationLink).forEach(function (key) {
|
|
@@ -5452,6 +5524,18 @@ Object.keys(_Permissions).forEach(function (key) {
|
|
|
5452
5524
|
});
|
|
5453
5525
|
});
|
|
5454
5526
|
|
|
5527
|
+
var _CollaboratorsByRoles = require("./Interface/api/user/CollaboratorsByRoles");
|
|
5528
|
+
|
|
5529
|
+
Object.keys(_CollaboratorsByRoles).forEach(function (key) {
|
|
5530
|
+
if (key === "default" || key === "__esModule") return;
|
|
5531
|
+
Object.defineProperty(exports, key, {
|
|
5532
|
+
enumerable: true,
|
|
5533
|
+
get: function () {
|
|
5534
|
+
return _CollaboratorsByRoles[key];
|
|
5535
|
+
}
|
|
5536
|
+
});
|
|
5537
|
+
});
|
|
5538
|
+
|
|
5455
5539
|
var _ReadAccounts = require("./Interface/api/account/ReadAccounts");
|
|
5456
5540
|
|
|
5457
5541
|
Object.keys(_ReadAccounts).forEach(function (key) {
|
|
@@ -6628,6 +6712,78 @@ Object.keys(_UpdateOrCreateWorkingSchedule).forEach(function (key) {
|
|
|
6628
6712
|
});
|
|
6629
6713
|
});
|
|
6630
6714
|
|
|
6715
|
+
var _QueryDailyHour = require("./Interface/api/workingSchedule/QueryDailyHour");
|
|
6716
|
+
|
|
6717
|
+
Object.keys(_QueryDailyHour).forEach(function (key) {
|
|
6718
|
+
if (key === "default" || key === "__esModule") return;
|
|
6719
|
+
Object.defineProperty(exports, key, {
|
|
6720
|
+
enumerable: true,
|
|
6721
|
+
get: function () {
|
|
6722
|
+
return _QueryDailyHour[key];
|
|
6723
|
+
}
|
|
6724
|
+
});
|
|
6725
|
+
});
|
|
6726
|
+
|
|
6727
|
+
var _QueryAttendance = require("./Interface/api/timeRecorder/QueryAttendance");
|
|
6728
|
+
|
|
6729
|
+
Object.keys(_QueryAttendance).forEach(function (key) {
|
|
6730
|
+
if (key === "default" || key === "__esModule") return;
|
|
6731
|
+
Object.defineProperty(exports, key, {
|
|
6732
|
+
enumerable: true,
|
|
6733
|
+
get: function () {
|
|
6734
|
+
return _QueryAttendance[key];
|
|
6735
|
+
}
|
|
6736
|
+
});
|
|
6737
|
+
});
|
|
6738
|
+
|
|
6739
|
+
var _QueryPaginatedDelays = require("./Interface/api/timeRecorder/QueryPaginatedDelays");
|
|
6740
|
+
|
|
6741
|
+
Object.keys(_QueryPaginatedDelays).forEach(function (key) {
|
|
6742
|
+
if (key === "default" || key === "__esModule") return;
|
|
6743
|
+
Object.defineProperty(exports, key, {
|
|
6744
|
+
enumerable: true,
|
|
6745
|
+
get: function () {
|
|
6746
|
+
return _QueryPaginatedDelays[key];
|
|
6747
|
+
}
|
|
6748
|
+
});
|
|
6749
|
+
});
|
|
6750
|
+
|
|
6751
|
+
var _ReadAttendanceHours = require("./Interface/api/timeRecorder/ReadAttendanceHours");
|
|
6752
|
+
|
|
6753
|
+
Object.keys(_ReadAttendanceHours).forEach(function (key) {
|
|
6754
|
+
if (key === "default" || key === "__esModule") return;
|
|
6755
|
+
Object.defineProperty(exports, key, {
|
|
6756
|
+
enumerable: true,
|
|
6757
|
+
get: function () {
|
|
6758
|
+
return _ReadAttendanceHours[key];
|
|
6759
|
+
}
|
|
6760
|
+
});
|
|
6761
|
+
});
|
|
6762
|
+
|
|
6763
|
+
var _ReadPaginatedDelays = require("./Interface/api/timeRecorder/ReadPaginatedDelays");
|
|
6764
|
+
|
|
6765
|
+
Object.keys(_ReadPaginatedDelays).forEach(function (key) {
|
|
6766
|
+
if (key === "default" || key === "__esModule") return;
|
|
6767
|
+
Object.defineProperty(exports, key, {
|
|
6768
|
+
enumerable: true,
|
|
6769
|
+
get: function () {
|
|
6770
|
+
return _ReadPaginatedDelays[key];
|
|
6771
|
+
}
|
|
6772
|
+
});
|
|
6773
|
+
});
|
|
6774
|
+
|
|
6775
|
+
var _ReadUsersNotConnected = require("./Interface/api/timeRecorder/ReadUsersNotConnected");
|
|
6776
|
+
|
|
6777
|
+
Object.keys(_ReadUsersNotConnected).forEach(function (key) {
|
|
6778
|
+
if (key === "default" || key === "__esModule") return;
|
|
6779
|
+
Object.defineProperty(exports, key, {
|
|
6780
|
+
enumerable: true,
|
|
6781
|
+
get: function () {
|
|
6782
|
+
return _ReadUsersNotConnected[key];
|
|
6783
|
+
}
|
|
6784
|
+
});
|
|
6785
|
+
});
|
|
6786
|
+
|
|
6631
6787
|
var _ReadSurvey = require("./Interface/api/survey/ReadSurvey");
|
|
6632
6788
|
|
|
6633
6789
|
Object.keys(_ReadSurvey).forEach(function (key) {
|
|
@@ -8404,6 +8560,66 @@ Object.keys(_createCalendarEvent).forEach(function (key) {
|
|
|
8404
8560
|
});
|
|
8405
8561
|
});
|
|
8406
8562
|
|
|
8563
|
+
var _createCalendarEventForUsers = require("./Interface/api/calendarEvent/createCalendarEventForUsers");
|
|
8564
|
+
|
|
8565
|
+
Object.keys(_createCalendarEventForUsers).forEach(function (key) {
|
|
8566
|
+
if (key === "default" || key === "__esModule") return;
|
|
8567
|
+
Object.defineProperty(exports, key, {
|
|
8568
|
+
enumerable: true,
|
|
8569
|
+
get: function () {
|
|
8570
|
+
return _createCalendarEventForUsers[key];
|
|
8571
|
+
}
|
|
8572
|
+
});
|
|
8573
|
+
});
|
|
8574
|
+
|
|
8575
|
+
var _updateCalendarEvent = require("./Interface/api/calendarEvent/updateCalendarEvent");
|
|
8576
|
+
|
|
8577
|
+
Object.keys(_updateCalendarEvent).forEach(function (key) {
|
|
8578
|
+
if (key === "default" || key === "__esModule") return;
|
|
8579
|
+
Object.defineProperty(exports, key, {
|
|
8580
|
+
enumerable: true,
|
|
8581
|
+
get: function () {
|
|
8582
|
+
return _updateCalendarEvent[key];
|
|
8583
|
+
}
|
|
8584
|
+
});
|
|
8585
|
+
});
|
|
8586
|
+
|
|
8587
|
+
var _queryCalendarEvent = require("./Interface/api/calendarEvent/queryCalendarEvent");
|
|
8588
|
+
|
|
8589
|
+
Object.keys(_queryCalendarEvent).forEach(function (key) {
|
|
8590
|
+
if (key === "default" || key === "__esModule") return;
|
|
8591
|
+
Object.defineProperty(exports, key, {
|
|
8592
|
+
enumerable: true,
|
|
8593
|
+
get: function () {
|
|
8594
|
+
return _queryCalendarEvent[key];
|
|
8595
|
+
}
|
|
8596
|
+
});
|
|
8597
|
+
});
|
|
8598
|
+
|
|
8599
|
+
var _getAllCalendarEvent = require("./Interface/api/calendarEvent/getAllCalendarEvent");
|
|
8600
|
+
|
|
8601
|
+
Object.keys(_getAllCalendarEvent).forEach(function (key) {
|
|
8602
|
+
if (key === "default" || key === "__esModule") return;
|
|
8603
|
+
Object.defineProperty(exports, key, {
|
|
8604
|
+
enumerable: true,
|
|
8605
|
+
get: function () {
|
|
8606
|
+
return _getAllCalendarEvent[key];
|
|
8607
|
+
}
|
|
8608
|
+
});
|
|
8609
|
+
});
|
|
8610
|
+
|
|
8611
|
+
var _readAllCalendarEvent = require("./Interface/api/calendarEvent/readAllCalendarEvent");
|
|
8612
|
+
|
|
8613
|
+
Object.keys(_readAllCalendarEvent).forEach(function (key) {
|
|
8614
|
+
if (key === "default" || key === "__esModule") return;
|
|
8615
|
+
Object.defineProperty(exports, key, {
|
|
8616
|
+
enumerable: true,
|
|
8617
|
+
get: function () {
|
|
8618
|
+
return _readAllCalendarEvent[key];
|
|
8619
|
+
}
|
|
8620
|
+
});
|
|
8621
|
+
});
|
|
8622
|
+
|
|
8407
8623
|
var _Read2 = require("./Interface/api/checklist/Read");
|
|
8408
8624
|
|
|
8409
8625
|
Object.keys(_Read2).forEach(function (key) {
|
|
@@ -8668,6 +8884,18 @@ Object.keys(_CreateCustomerActivityReport).forEach(function (key) {
|
|
|
8668
8884
|
});
|
|
8669
8885
|
});
|
|
8670
8886
|
|
|
8887
|
+
var _CreateAlert = require("./Interface/api/alert/CreateAlert");
|
|
8888
|
+
|
|
8889
|
+
Object.keys(_CreateAlert).forEach(function (key) {
|
|
8890
|
+
if (key === "default" || key === "__esModule") return;
|
|
8891
|
+
Object.defineProperty(exports, key, {
|
|
8892
|
+
enumerable: true,
|
|
8893
|
+
get: function () {
|
|
8894
|
+
return _CreateAlert[key];
|
|
8895
|
+
}
|
|
8896
|
+
});
|
|
8897
|
+
});
|
|
8898
|
+
|
|
8671
8899
|
var _Util4 = require("./Interface/enum/Util");
|
|
8672
8900
|
|
|
8673
8901
|
Object.keys(_Util4).forEach(function (key) {
|
|
@@ -8680,6 +8908,18 @@ Object.keys(_Util4).forEach(function (key) {
|
|
|
8680
8908
|
});
|
|
8681
8909
|
});
|
|
8682
8910
|
|
|
8911
|
+
var _Date = require("./Interface/enum/Date");
|
|
8912
|
+
|
|
8913
|
+
Object.keys(_Date).forEach(function (key) {
|
|
8914
|
+
if (key === "default" || key === "__esModule") return;
|
|
8915
|
+
Object.defineProperty(exports, key, {
|
|
8916
|
+
enumerable: true,
|
|
8917
|
+
get: function () {
|
|
8918
|
+
return _Date[key];
|
|
8919
|
+
}
|
|
8920
|
+
});
|
|
8921
|
+
});
|
|
8922
|
+
|
|
8683
8923
|
var _cerfa = require("../utils/cerfa");
|
|
8684
8924
|
|
|
8685
8925
|
Object.keys(_cerfa).forEach(function (key) {
|