@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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"User.js","mappings":";;;;;;;AAAA;;
|
|
1
|
+
{"version":3,"file":"User.js","mappings":"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","names":["User","Resource","confirm","params","axios","$put","resendConfirmationEmailLink","id","create","data","$post","coworker","sendNewCode","verifySmsCodeConfirmation","$get","allFromSociety","allCollaborators","allCollaboratorsByRolesFromTimeCounterType","idTimeCounterType","timeCounterType","Object","values","TimeCounterType","find","tct","rolesByDefault","Role","FRONT_MANAGER","FRONT_OFFICE","FRONT_OFFICE_EXPRESS","BACK_MANAGER","BACK_OFFICE","BACK_OFFICE_EXPRESS","VAT","SOCIAL","JURIDIC","HUMAN_RESSOURCES","FACTURATION","CHIEF_ACCOUNTANT","CUSTOMER_SUCCESS_MANAGER","CUSTOMER_SUCCESS","COMMERCIAL_MANAGER","COMMERCIAL","SUPERVISOR","MANAGER","EXPERT_ACCOUNTANT","DEVELOPER","idRoles","limitedRoles","_a","selectableTeammates","calendarSelectableTeammates","societies","ownerSociety","update","getInfo"],"sourceRoot":"","sources":["../../../ts/api/resources/User.ts"],"sourcesContent":["import { Resource } from '../Resource';\nimport {\n IUser, QueryConfirm, QueryResendConfirmationLink, CreateUser, CreateCoworker, QueryUserSmsConfirmation, QueryGetAllFromSociety, QuerySocieties, ISociety, Role, TimeCounterType,\n} from '../../types';\n\nexport class User extends Resource {\n confirm(params: QueryConfirm): Promise<IUser> {\n return this.axios.$put('user/confirm', params);\n }\n resendConfirmationEmailLink(params: QueryResendConfirmationLink): Promise<boolean> {\n return this.axios.$put(`user/${params.id}/resendConfirmationEmailLink`);\n }\n create(data: CreateUser): Promise<IUser> {\n return this.axios.$post('user/create', data);\n }\n coworker(data: CreateCoworker): Promise<IUser> {\n return this.axios.$post('user/coworker', data);\n }\n sendNewCode(id: number): Promise<IUser> {\n return this.axios.$put(`user/${id}/sendNewSmsCode`);\n }\n verifySmsCodeConfirmation(id: number, params: QueryUserSmsConfirmation): Promise<IUser> {\n return this.axios.$get(`user/${id}/verifySmsCodeConfirmation`, { params });\n }\n allFromSociety(params: QueryGetAllFromSociety): Promise<IUser> {\n return this.axios.$get('user/all-from-society', { params });\n }\n allCollaborators(): Promise<IUser> {\n return this.axios.$get('user/all-collaborators');\n }\n allCollaboratorsByRolesFromTimeCounterType(idTimeCounterType: number): Promise<IUser> {\n const timeCounterType = Object.values(TimeCounterType).find((tct) => tct.id === idTimeCounterType);\n const rolesByDefault = [\n Role.FRONT_MANAGER,\n Role.FRONT_OFFICE,\n Role.FRONT_OFFICE_EXPRESS,\n Role.BACK_MANAGER,\n Role.BACK_OFFICE,\n Role.BACK_OFFICE_EXPRESS,\n Role.VAT,\n Role.SOCIAL,\n Role.JURIDIC,\n Role.HUMAN_RESSOURCES,\n Role.FACTURATION,\n Role.CHIEF_ACCOUNTANT,\n Role.CUSTOMER_SUCCESS_MANAGER,\n Role.CUSTOMER_SUCCESS,\n Role.COMMERCIAL_MANAGER,\n Role.COMMERCIAL,\n Role.SUPERVISOR,\n Role.MANAGER,\n Role.EXPERT_ACCOUNTANT,\n Role.DEVELOPER,\n ];\n return this.axios.$get('user/all-collaborators-by-roles', { params: { idRoles: timeCounterType?.limitedRoles ?? rolesByDefault } });\n }\n selectableTeammates(): Promise<IUser[]> {\n return this.axios.$get('user/selectable-teammates');\n }\n calendarSelectableTeammates(): Promise<IUser[]> {\n return this.axios.$get('user/calendar-selectable-teammates');\n }\n societies(params: QuerySocieties): Promise<ISociety[]> {\n return this.axios.$get('user/societies', { params });\n }\n ownerSociety(id: number): Promise<IUser> {\n return this.axios.$get(`user/${id}/owner`);\n }\n update(id: number, params: Partial<IUser> & { lastMobileConnection?: Date }): Promise<IUser> {\n return this.axios.$put(`user/${id}`, params);\n }\n getInfo(): Promise<IUser> {\n return this.axios.$get('user');\n }\n}\n"]}
|
|
@@ -8,6 +8,16 @@ exports.WorkingSchedule = undefined;
|
|
|
8
8
|
var _Resource = require("../Resource");
|
|
9
9
|
|
|
10
10
|
class WorkingSchedule extends _Resource.Resource {
|
|
11
|
+
getSpecialHoursForCollaborator(idUser, startDate, endDate) {
|
|
12
|
+
return this.axios.$get('/workingSchedule/special-hours-for-collaborator', {
|
|
13
|
+
params: {
|
|
14
|
+
idUser,
|
|
15
|
+
startDate,
|
|
16
|
+
endDate
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
|
|
11
21
|
getPdf(id, modifDate) {
|
|
12
22
|
return this.axios.$get(`workingSchedule/${id}/pdf`, {
|
|
13
23
|
params: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WorkingSchedule.js","mappings":";;;;;;;AAAA;;
|
|
1
|
+
{"version":3,"file":"WorkingSchedule.js","mappings":";;;;;;;AAAA;;AAGM,MAAOA,eAAP,SAA+BC,kBAA/B,CAAuC;EAC3CC,8BAA8B,CAACC,MAAD,EAAiBC,SAAjB,EAAkCC,OAAlC,EAA+C;IAC3E,OAAO,KAAKC,KAAL,CAAWC,IAAX,CAAgB,iDAAhB,EAAmE;MACxEC,MAAM,EAAE;QAAEL,MAAF;QAAUC,SAAV;QAAqBC;MAArB;IADgE,CAAnE,CAAP;EAGD;;EAEDI,MAAM,CAACC,EAAD,EAAaC,SAAb,EAA+B;IACnC,OAAO,KAAKL,KAAL,CAAWC,IAAX,CAAgB,mBAAmBG,EAAE,MAArC,EAA6C;MAClDF,MAAM,EAAE;QAAEG;MAAF,CAD0C;MAElDC,YAAY,EAAE,aAFoC;MAGlDC,OAAO,EAAE;QACPC,MAAM,EAAE;MADD;IAHyC,CAA7C,CAAP;EAOD;;AAf0C;;QAAhCd,e,GAAAA,e","names":["WorkingSchedule","Resource","getSpecialHoursForCollaborator","idUser","startDate","endDate","axios","$get","params","getPdf","id","modifDate","responseType","headers","Accept"],"sourceRoot":"","sources":["../../../ts/api/resources/WorkingSchedule.ts"],"sourcesContent":["import { Resource } from '../Resource';\nimport { SpecialHours } from '../..';\n\nexport class WorkingSchedule extends Resource {\n getSpecialHoursForCollaborator(idUser: number, startDate: Date, endDate: Date): Promise<SpecialHours> {\n return this.axios.$get('/workingSchedule/special-hours-for-collaborator', {\n params: { idUser, startDate, endDate },\n });\n }\n\n getPdf(id: number, modifDate?: string): Promise<Buffer> {\n return this.axios.$get(`workingSchedule/${id}/pdf`, {\n params: { modifDate },\n responseType: 'arraybuffer',\n headers: {\n Accept: 'application/pdf',\n },\n });\n }\n}"]}
|
package/js/api/resources.js
CHANGED
|
@@ -175,6 +175,12 @@ var _BankList = require("./resources/BankList");
|
|
|
175
175
|
|
|
176
176
|
var _ThirdParty = require("./resources/ThirdParty");
|
|
177
177
|
|
|
178
|
+
var _Alert = require("./resources/Alert");
|
|
179
|
+
|
|
180
|
+
var _CalendarEvent = require("./resources/CalendarEvent");
|
|
181
|
+
|
|
182
|
+
var _TimeRecorder = require("./resources/TimeRecorder");
|
|
183
|
+
|
|
178
184
|
const resources = exports.resources = {
|
|
179
185
|
simulation: _Simulation.Simulation,
|
|
180
186
|
budgetInsight: _BudgetInsight.BudgetInsight,
|
|
@@ -257,9 +263,12 @@ const resources = exports.resources = {
|
|
|
257
263
|
societyEvent: _SocietyEvent.SocietyEvent,
|
|
258
264
|
task: _Task.Task,
|
|
259
265
|
comment: _Comment.Comment,
|
|
266
|
+
calendarEvent: _CalendarEvent.CalendarEvent,
|
|
267
|
+
timeRecorder: _TimeRecorder.TimeRecorder,
|
|
260
268
|
notificationSetting: _NotificationSetting.NotificationSetting,
|
|
261
269
|
cx: _cx.Cx,
|
|
262
270
|
bankList: _BankList.BankList,
|
|
263
|
-
thirdParty: _ThirdParty.ThirdParty
|
|
271
|
+
thirdParty: _ThirdParty.ThirdParty,
|
|
272
|
+
alert: _Alert.Alert
|
|
264
273
|
};
|
|
265
274
|
//# sourceMappingURL=resources.js.map
|
package/js/api/resources.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resources.js","mappings":"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","names":["resources","simulation","Simulation","budgetInsight","BudgetInsight","country","Country","paymentExpectationCustomer","PaymentExpectationCustomer","payment","Payment","immobilization","Immobilization","accountType","AccountType","transaction","Transaction","account","Account","sponsorship","Sponsorship","user","User","survey","Survey","report","Report","letter","Letter","firstStep","FirstStep","society","Society","partner","Partner","generalLedger","GeneralLedger","fecFile","FecFile","incomeStatement","IncomeStatement","internalInvoicing","InternalInvoicing","balanceSheet","BalanceSheet","balanceSheetModule","BalanceSheetModule","cerfa","Cerfa","legalForm","LegalForm","authenticate","Authenticate","search","Search","subscription","Subscription","salariesFile","SalariesFile","shine","Shine","promoCode","PromoCode","stocks","Stocks","loan","Loan","provision","Provision","societyPromoCode","SocietyPromoCode","dashboard","Dashboard","zTicket","ZTicket","incomeAllocation","IncomeAllocation","customerProviderOperation","CustomerProviderOperation","steps","Steps","revisionGuide","RevisionGuide","library","Library","taxDeadline","TaxDeadline","exerciceNote","ExerciceNote","connector","Connector","partneredAccountant","PartneredAccountant","tax","Tax","quotesAccount","QuotesAccount","registration","Registration","journal","Journal","product","Product","mealExpense","MealExpense","balanceSheetQuestion","BalanceSheetQuestion","exerciceQuestion","ExerciceQuestion","vatControl","VatControl","accountingIncome","AccountingIncome","bankStatement","BankStatement","shareCapital","ShareCapital","closing","Closing","machineLearning","MachineLearning","workingSchedule","WorkingSchedule","revision","Revision","vehicle","Vehicle","kilometricAllowance","KilometricAllowance","vatDeclaration","VatDeclaration","qonto","Qonto","affectedPatrimony","AffectedPatrimony","bankAccount","BankAccount","log","Log","exercice","Exercice","mail","Mail","employee","Employee","sheetMonthSchedule","SheetMonthSchedule","nafCode","NafCode","checklist","Checklist","lettering","Lettering","mobile","Mobile","notification","Notification","societyEvent","SocietyEvent","task","Task","comment","Comment","notificationSetting","NotificationSetting","cx","Cx","bankList","BankList","thirdParty","ThirdParty"],"sourceRoot":"","sources":["../../ts/api/resources.ts"],"sourcesContent":["import { Country } from './resources/Country';\nimport { Simulation } from './resources/Simulation';\nimport { PaymentExpectationCustomer } from './resources/PaymentExpectationCustomer';\nimport { Payment } from './resources/Payment';\nimport { Immobilization } from './resources/Immobilization';\nimport { AccountType } from './resources/AccountType';\nimport { Transaction } from './resources/Transaction';\nimport { Account } from './resources/Account';\nimport { Sponsorship } from './resources/Sponsorship';\nimport { User } from './resources/User';\nimport { Survey } from './resources/Survey';\nimport { Report } from './resources/Report';\nimport { Letter } from './resources/Letter';\nimport { FirstStep } from './resources/FirstStep';\nimport { Society } from './resources/Society';\nimport { Partner } from './resources/Partner';\nimport { GeneralLedger } from './resources/GeneralLedger';\nimport { FecFile } from './resources/FecFile';\nimport { IncomeStatement } from './resources/IncomeStatement';\nimport { BalanceSheet } from './resources/BalanceSheet';\nimport { BalanceSheetModule } from './resources/BalanceSheetModule';\nimport { Cerfa } from './resources/Cerfa';\nimport { LegalForm } from './resources/LegalForm';\nimport { Subscription } from './resources/Subscription';\nimport { Authenticate } from './resources/Authenticate';\nimport { Search } from './resources/Search';\nimport { SalariesFile } from './resources/SalariesFile';\nimport { Shine } from './resources/Shine';\nimport { PromoCode } from './resources/PromoCode';\nimport { Stocks } from './resources/Stocks';\nimport { Loan } from './resources/Loan';\nimport { SocietyPromoCode } from './resources/SocietyPromoCode';\nimport { Dashboard } from './resources/Dashboard';\nimport { ZTicket } from './resources/ZTicket';\nimport { IncomeAllocation } from './resources/IncomeAllocation';\nimport { CustomerProviderOperation } from './resources/CustomerProviderOperation';\nimport { Steps } from './resources/Step';\nimport { RevisionGuide } from './resources/RevisionGuide';\nimport { Library } from './resources/Library';\nimport { TaxDeadline } from './resources/TaxDeadline';\nimport { ExerciceNote } from './resources/ExerciceNote';\nimport { Connector } from './resources/Connector';\nimport { PartneredAccountant } from './resources/PartneredAccountant';\nimport { Tax } from './resources/Tax';\nimport { QuotesAccount } from './resources/QuotesAccount';\nimport { Registration } from './resources/Registration';\nimport { Journal } from './resources/Journal';\nimport { Product } from './resources/Product';\nimport { MealExpense } from './resources/MealExpense';\nimport { InternalInvoicing } from './resources/InternalInvoicing';\nimport { BalanceSheetQuestion } from './resources/BalanceSheetQuestion';\nimport { ExerciceQuestion } from './resources/ExerciceQuestion';\nimport { VatControl } from './resources/VatControl';\nimport { Provision } from './resources/Provision';\nimport { AccountingIncome } from './resources/AccountingIncome';\nimport { BankStatement } from './resources/BankStatement';\nimport { ShareCapital } from './resources/shareCapital';\nimport { Closing } from './resources/Closing';\nimport { MachineLearning } from './resources/MachineLearning';\nimport { WorkingSchedule } from './resources/WorkingSchedule';\nimport { Revision } from './resources/Revision';\nimport { Vehicle } from './resources/Vehicle';\nimport { KilometricAllowance } from './resources/KilometricAllowance';\nimport { VatDeclaration } from './resources/VatDeclaration';\nimport { Qonto } from './resources/Qonto';\nimport { AffectedPatrimony } from './resources/AffectedPatrimony';\nimport { BankAccount } from './resources/BankAccount';\nimport { BudgetInsight } from './resources/BudgetInsight';\nimport { Log } from './resources/Log';\nimport { Exercice } from './resources/Exercice';\nimport { Mail } from './resources/Mail';\nimport { Employee } from './resources/Employee';\nimport { SheetMonthSchedule } from './resources/SheetMonthSchedule';\nimport { NafCode } from './resources/NafCode';\nimport { Checklist } from './resources/Checklist';\nimport { Lettering } from './resources/Lettering';\nimport { Notification } from './resources/Notification';\nimport { Mobile } from './resources/Mobile';\nimport { Task } from './resources/Task';\nimport { SocietyEvent } from './resources/SocietyEvent';\nimport { Comment } from './resources/Comment';\nimport { NotificationSetting } from './resources/NotificationSetting';\nimport { Cx } from './resources/3cx';\nimport { BankList } from './resources/BankList';\nimport { ThirdParty } from './resources/ThirdParty';\n\nexport const resources = {\n simulation: Simulation,\n budgetInsight: BudgetInsight,\n country: Country,\n paymentExpectationCustomer: PaymentExpectationCustomer,\n payment: Payment,\n immobilization: Immobilization,\n accountType: AccountType,\n transaction: Transaction,\n account: Account,\n sponsorship: Sponsorship,\n user: User,\n survey: Survey,\n report: Report,\n letter: Letter,\n firstStep: FirstStep,\n society: Society,\n partner: Partner,\n generalLedger: GeneralLedger,\n fecFile: FecFile,\n incomeStatement: IncomeStatement,\n internalInvoicing: InternalInvoicing,\n balanceSheet: BalanceSheet,\n balanceSheetModule: BalanceSheetModule,\n cerfa: Cerfa,\n legalForm: LegalForm,\n authenticate: Authenticate,\n search: Search,\n subscription: Subscription,\n salariesFile: SalariesFile,\n shine: Shine,\n promoCode: PromoCode,\n stocks: Stocks,\n loan: Loan,\n provision: Provision,\n societyPromoCode: SocietyPromoCode,\n dashboard: Dashboard,\n zTicket: ZTicket,\n incomeAllocation: IncomeAllocation,\n customerProviderOperation: CustomerProviderOperation,\n steps: Steps,\n revisionGuide: RevisionGuide,\n library: Library,\n taxDeadline: TaxDeadline,\n exerciceNote: ExerciceNote,\n connector: Connector,\n partneredAccountant: PartneredAccountant,\n tax: Tax,\n quotesAccount: QuotesAccount,\n registration: Registration,\n journal: Journal,\n product: Product,\n mealExpense: MealExpense,\n balanceSheetQuestion: BalanceSheetQuestion,\n exerciceQuestion: ExerciceQuestion,\n vatControl: VatControl,\n accountingIncome: AccountingIncome,\n bankStatement: BankStatement,\n shareCapital: ShareCapital,\n closing: Closing,\n machineLearning: MachineLearning,\n workingSchedule: WorkingSchedule,\n revision: Revision,\n vehicle: Vehicle,\n kilometricAllowance: KilometricAllowance,\n vatDeclaration: VatDeclaration,\n qonto: Qonto,\n affectedPatrimony: AffectedPatrimony,\n bankAccount: BankAccount,\n log: Log,\n exercice: Exercice,\n mail: Mail,\n employee: Employee,\n sheetMonthSchedule: SheetMonthSchedule,\n nafCode: NafCode,\n checklist: Checklist,\n lettering: Lettering,\n mobile: Mobile,\n notification: Notification,\n societyEvent: SocietyEvent,\n task: Task,\n comment: Comment,\n notificationSetting: NotificationSetting,\n cx: Cx,\n bankList: BankList,\n thirdParty: ThirdParty,\n};\n"]}
|
|
1
|
+
{"version":3,"file":"resources.js","mappings":";;;;;;;AAAA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AAEO,MAAMA,SAAS,WAATA,SAAS,GAAG;EACvBC,UAAU,EAAEC,sBADW;EAEvBC,aAAa,EAAEC,4BAFQ;EAGvBC,OAAO,EAAEC,gBAHc;EAIvBC,0BAA0B,EAAEC,sDAJL;EAKvBC,OAAO,EAAEC,gBALc;EAMvBC,cAAc,EAAEC,8BANO;EAOvBC,WAAW,EAAEC,wBAPU;EAQvBC,WAAW,EAAEC,wBARU;EASvBC,OAAO,EAAEC,gBATc;EAUvBC,WAAW,EAAEC,wBAVU;EAWvBC,IAAI,EAAEC,UAXiB;EAYvBC,MAAM,EAAEC,cAZe;EAavBC,MAAM,EAAEC,cAbe;EAcvBC,MAAM,EAAEC,cAde;EAevBC,SAAS,EAAEC,oBAfY;EAgBvBC,OAAO,EAAEC,gBAhBc;EAiBvBC,OAAO,EAAEC,gBAjBc;EAkBvBC,aAAa,EAAEC,4BAlBQ;EAmBvBC,OAAO,EAAEC,gBAnBc;EAoBvBC,eAAe,EAAEC,gCApBM;EAqBvBC,iBAAiB,EAAEC,oCArBI;EAsBvBC,YAAY,EAAEC,0BAtBS;EAuBvBC,kBAAkB,EAAEC,sCAvBG;EAwBvBC,KAAK,EAAEC,YAxBgB;EAyBvBC,SAAS,EAAEC,oBAzBY;EA0BvBC,YAAY,EAAEC,0BA1BS;EA2BvBC,MAAM,EAAEC,cA3Be;EA4BvBC,YAAY,EAAEC,0BA5BS;EA6BvBC,YAAY,EAAEC,0BA7BS;EA8BvBC,KAAK,EAAEC,YA9BgB;EA+BvBC,SAAS,EAAEC,oBA/BY;EAgCvBC,MAAM,EAAEC,cAhCe;EAiCvBC,IAAI,EAAEC,UAjCiB;EAkCvBC,SAAS,EAAEC,oBAlCY;EAmCvBC,gBAAgB,EAAEC,kCAnCK;EAoCvBC,SAAS,EAAEC,oBApCY;EAqCvBC,OAAO,EAAEC,gBArCc;EAsCvBC,gBAAgB,EAAEC,kCAtCK;EAuCvBC,yBAAyB,EAAEC,oDAvCJ;EAwCvBC,KAAK,EAAEC,WAxCgB;EAyCvBC,aAAa,EAAEC,4BAzCQ;EA0CvBC,OAAO,EAAEC,gBA1Cc;EA2CvBC,WAAW,EAAEC,wBA3CU;EA4CvBC,YAAY,EAAEC,0BA5CS;EA6CvBC,SAAS,EAAEC,oBA7CY;EA8CvBC,mBAAmB,EAAEC,wCA9CE;EA+CvBC,GAAG,EAAEC,QA/CkB;EAgDvBC,aAAa,EAAEC,4BAhDQ;EAiDvBC,YAAY,EAAEC,0BAjDS;EAkDvBC,OAAO,EAAEC,gBAlDc;EAmDvBC,OAAO,EAAEC,gBAnDc;EAoDvBC,WAAW,EAAEC,wBApDU;EAqDvBC,oBAAoB,EAAEC,0CArDC;EAsDvBC,gBAAgB,EAAEC,kCAtDK;EAuDvBC,UAAU,EAAEC,sBAvDW;EAwDvBC,gBAAgB,EAAEC,kCAxDK;EAyDvBC,aAAa,EAAEC,4BAzDQ;EA0DvBC,YAAY,EAAEC,0BA1DS;EA2DvBC,OAAO,EAAEC,gBA3Dc;EA4DvBC,eAAe,EAAEC,gCA5DM;EA6DvBC,eAAe,EAAEC,gCA7DM;EA8DvBC,QAAQ,EAAEC,kBA9Da;EA+DvBC,OAAO,EAAEC,gBA/Dc;EAgEvBC,mBAAmB,EAAEC,wCAhEE;EAiEvBC,cAAc,EAAEC,8BAjEO;EAkEvBC,KAAK,EAAEC,YAlEgB;EAmEvBC,iBAAiB,EAAEC,oCAnEI;EAoEvBC,WAAW,EAAEC,wBApEU;EAqEvBC,GAAG,EAAEC,QArEkB;EAsEvBC,QAAQ,EAAEC,kBAtEa;EAuEvBC,IAAI,EAAEC,UAvEiB;EAwEvBC,QAAQ,EAAEC,kBAxEa;EAyEvBC,kBAAkB,EAAEC,sCAzEG;EA0EvBC,OAAO,EAAEC,gBA1Ec;EA2EvBC,SAAS,EAAEC,oBA3EY;EA4EvBC,SAAS,EAAEC,oBA5EY;EA6EvBC,MAAM,EAAEC,cA7Ee;EA8EvBC,YAAY,EAAEC,0BA9ES;EA+EvBC,YAAY,EAAEC,0BA/ES;EAgFvBC,IAAI,EAAEC,UAhFiB;EAiFvBC,OAAO,EAAEC,gBAjFc;EAkFvBC,aAAa,EAAEC,4BAlFQ;EAmFvBC,YAAY,EAAEC,0BAnFS;EAoFvBC,mBAAmB,EAAEC,wCApFE;EAqFvBC,EAAE,EAAEC,MArFmB;EAsFvBC,QAAQ,EAAEC,kBAtFa;EAuFvBC,UAAU,EAAEC,sBAvFW;EAwFvBC,KAAK,EAAEC;AAxFgB,CAAlB","names":["resources","simulation","Simulation","budgetInsight","BudgetInsight","country","Country","paymentExpectationCustomer","PaymentExpectationCustomer","payment","Payment","immobilization","Immobilization","accountType","AccountType","transaction","Transaction","account","Account","sponsorship","Sponsorship","user","User","survey","Survey","report","Report","letter","Letter","firstStep","FirstStep","society","Society","partner","Partner","generalLedger","GeneralLedger","fecFile","FecFile","incomeStatement","IncomeStatement","internalInvoicing","InternalInvoicing","balanceSheet","BalanceSheet","balanceSheetModule","BalanceSheetModule","cerfa","Cerfa","legalForm","LegalForm","authenticate","Authenticate","search","Search","subscription","Subscription","salariesFile","SalariesFile","shine","Shine","promoCode","PromoCode","stocks","Stocks","loan","Loan","provision","Provision","societyPromoCode","SocietyPromoCode","dashboard","Dashboard","zTicket","ZTicket","incomeAllocation","IncomeAllocation","customerProviderOperation","CustomerProviderOperation","steps","Steps","revisionGuide","RevisionGuide","library","Library","taxDeadline","TaxDeadline","exerciceNote","ExerciceNote","connector","Connector","partneredAccountant","PartneredAccountant","tax","Tax","quotesAccount","QuotesAccount","registration","Registration","journal","Journal","product","Product","mealExpense","MealExpense","balanceSheetQuestion","BalanceSheetQuestion","exerciceQuestion","ExerciceQuestion","vatControl","VatControl","accountingIncome","AccountingIncome","bankStatement","BankStatement","shareCapital","ShareCapital","closing","Closing","machineLearning","MachineLearning","workingSchedule","WorkingSchedule","revision","Revision","vehicle","Vehicle","kilometricAllowance","KilometricAllowance","vatDeclaration","VatDeclaration","qonto","Qonto","affectedPatrimony","AffectedPatrimony","bankAccount","BankAccount","log","Log","exercice","Exercice","mail","Mail","employee","Employee","sheetMonthSchedule","SheetMonthSchedule","nafCode","NafCode","checklist","Checklist","lettering","Lettering","mobile","Mobile","notification","Notification","societyEvent","SocietyEvent","task","Task","comment","Comment","calendarEvent","CalendarEvent","timeRecorder","TimeRecorder","notificationSetting","NotificationSetting","cx","Cx","bankList","BankList","thirdParty","ThirdParty","alert","Alert"],"sourceRoot":"","sources":["../../ts/api/resources.ts"],"sourcesContent":["import { Country } from './resources/Country';\nimport { Simulation } from './resources/Simulation';\nimport { PaymentExpectationCustomer } from './resources/PaymentExpectationCustomer';\nimport { Payment } from './resources/Payment';\nimport { Immobilization } from './resources/Immobilization';\nimport { AccountType } from './resources/AccountType';\nimport { Transaction } from './resources/Transaction';\nimport { Account } from './resources/Account';\nimport { Sponsorship } from './resources/Sponsorship';\nimport { User } from './resources/User';\nimport { Survey } from './resources/Survey';\nimport { Report } from './resources/Report';\nimport { Letter } from './resources/Letter';\nimport { FirstStep } from './resources/FirstStep';\nimport { Society } from './resources/Society';\nimport { Partner } from './resources/Partner';\nimport { GeneralLedger } from './resources/GeneralLedger';\nimport { FecFile } from './resources/FecFile';\nimport { IncomeStatement } from './resources/IncomeStatement';\nimport { BalanceSheet } from './resources/BalanceSheet';\nimport { BalanceSheetModule } from './resources/BalanceSheetModule';\nimport { Cerfa } from './resources/Cerfa';\nimport { LegalForm } from './resources/LegalForm';\nimport { Subscription } from './resources/Subscription';\nimport { Authenticate } from './resources/Authenticate';\nimport { Search } from './resources/Search';\nimport { SalariesFile } from './resources/SalariesFile';\nimport { Shine } from './resources/Shine';\nimport { PromoCode } from './resources/PromoCode';\nimport { Stocks } from './resources/Stocks';\nimport { Loan } from './resources/Loan';\nimport { SocietyPromoCode } from './resources/SocietyPromoCode';\nimport { Dashboard } from './resources/Dashboard';\nimport { ZTicket } from './resources/ZTicket';\nimport { IncomeAllocation } from './resources/IncomeAllocation';\nimport { CustomerProviderOperation } from './resources/CustomerProviderOperation';\nimport { Steps } from './resources/Step';\nimport { RevisionGuide } from './resources/RevisionGuide';\nimport { Library } from './resources/Library';\nimport { TaxDeadline } from './resources/TaxDeadline';\nimport { ExerciceNote } from './resources/ExerciceNote';\nimport { Connector } from './resources/Connector';\nimport { PartneredAccountant } from './resources/PartneredAccountant';\nimport { Tax } from './resources/Tax';\nimport { QuotesAccount } from './resources/QuotesAccount';\nimport { Registration } from './resources/Registration';\nimport { Journal } from './resources/Journal';\nimport { Product } from './resources/Product';\nimport { MealExpense } from './resources/MealExpense';\nimport { InternalInvoicing } from './resources/InternalInvoicing';\nimport { BalanceSheetQuestion } from './resources/BalanceSheetQuestion';\nimport { ExerciceQuestion } from './resources/ExerciceQuestion';\nimport { VatControl } from './resources/VatControl';\nimport { Provision } from './resources/Provision';\nimport { AccountingIncome } from './resources/AccountingIncome';\nimport { BankStatement } from './resources/BankStatement';\nimport { ShareCapital } from './resources/shareCapital';\nimport { Closing } from './resources/Closing';\nimport { MachineLearning } from './resources/MachineLearning';\nimport { WorkingSchedule } from './resources/WorkingSchedule';\nimport { Revision } from './resources/Revision';\nimport { Vehicle } from './resources/Vehicle';\nimport { KilometricAllowance } from './resources/KilometricAllowance';\nimport { VatDeclaration } from './resources/VatDeclaration';\nimport { Qonto } from './resources/Qonto';\nimport { AffectedPatrimony } from './resources/AffectedPatrimony';\nimport { BankAccount } from './resources/BankAccount';\nimport { BudgetInsight } from './resources/BudgetInsight';\nimport { Log } from './resources/Log';\nimport { Exercice } from './resources/Exercice';\nimport { Mail } from './resources/Mail';\nimport { Employee } from './resources/Employee';\nimport { SheetMonthSchedule } from './resources/SheetMonthSchedule';\nimport { NafCode } from './resources/NafCode';\nimport { Checklist } from './resources/Checklist';\nimport { Lettering } from './resources/Lettering';\nimport { Notification } from './resources/Notification';\nimport { Mobile } from './resources/Mobile';\nimport { Task } from './resources/Task';\nimport { SocietyEvent } from './resources/SocietyEvent';\nimport { Comment } from './resources/Comment';\nimport { NotificationSetting } from './resources/NotificationSetting';\nimport { Cx } from './resources/3cx';\nimport { BankList } from './resources/BankList';\nimport { ThirdParty } from './resources/ThirdParty';\nimport { Alert } from './resources/Alert';\nimport { CalendarEvent } from './resources/CalendarEvent';\nimport { TimeRecorder } from './resources/TimeRecorder';\n\nexport const resources = {\n simulation: Simulation,\n budgetInsight: BudgetInsight,\n country: Country,\n paymentExpectationCustomer: PaymentExpectationCustomer,\n payment: Payment,\n immobilization: Immobilization,\n accountType: AccountType,\n transaction: Transaction,\n account: Account,\n sponsorship: Sponsorship,\n user: User,\n survey: Survey,\n report: Report,\n letter: Letter,\n firstStep: FirstStep,\n society: Society,\n partner: Partner,\n generalLedger: GeneralLedger,\n fecFile: FecFile,\n incomeStatement: IncomeStatement,\n internalInvoicing: InternalInvoicing,\n balanceSheet: BalanceSheet,\n balanceSheetModule: BalanceSheetModule,\n cerfa: Cerfa,\n legalForm: LegalForm,\n authenticate: Authenticate,\n search: Search,\n subscription: Subscription,\n salariesFile: SalariesFile,\n shine: Shine,\n promoCode: PromoCode,\n stocks: Stocks,\n loan: Loan,\n provision: Provision,\n societyPromoCode: SocietyPromoCode,\n dashboard: Dashboard,\n zTicket: ZTicket,\n incomeAllocation: IncomeAllocation,\n customerProviderOperation: CustomerProviderOperation,\n steps: Steps,\n revisionGuide: RevisionGuide,\n library: Library,\n taxDeadline: TaxDeadline,\n exerciceNote: ExerciceNote,\n connector: Connector,\n partneredAccountant: PartneredAccountant,\n tax: Tax,\n quotesAccount: QuotesAccount,\n registration: Registration,\n journal: Journal,\n product: Product,\n mealExpense: MealExpense,\n balanceSheetQuestion: BalanceSheetQuestion,\n exerciceQuestion: ExerciceQuestion,\n vatControl: VatControl,\n accountingIncome: AccountingIncome,\n bankStatement: BankStatement,\n shareCapital: ShareCapital,\n closing: Closing,\n machineLearning: MachineLearning,\n workingSchedule: WorkingSchedule,\n revision: Revision,\n vehicle: Vehicle,\n kilometricAllowance: KilometricAllowance,\n vatDeclaration: VatDeclaration,\n qonto: Qonto,\n affectedPatrimony: AffectedPatrimony,\n bankAccount: BankAccount,\n log: Log,\n exercice: Exercice,\n mail: Mail,\n employee: Employee,\n sheetMonthSchedule: SheetMonthSchedule,\n nafCode: NafCode,\n checklist: Checklist,\n lettering: Lettering,\n mobile: Mobile,\n notification: Notification,\n societyEvent: SocietyEvent,\n task: Task,\n comment: Comment,\n calendarEvent: CalendarEvent,\n timeRecorder: TimeRecorder,\n notificationSetting: NotificationSetting,\n cx: Cx,\n bankList: BankList,\n thirdParty: ThirdParty,\n alert: Alert,\n};\n"]}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
var AbsenceType = exports.AbsenceType = undefined;
|
|
7
|
+
|
|
8
|
+
(function (AbsenceType) {
|
|
9
|
+
AbsenceType[AbsenceType["DAY_OFF"] = 1] = "DAY_OFF";
|
|
10
|
+
AbsenceType[AbsenceType["RTT"] = 2] = "RTT";
|
|
11
|
+
AbsenceType[AbsenceType["HOUR_CHANGE"] = 3] = "HOUR_CHANGE";
|
|
12
|
+
AbsenceType[AbsenceType["ABSENCE"] = 4] = "ABSENCE";
|
|
13
|
+
AbsenceType[AbsenceType["OVERTIME"] = 5] = "OVERTIME";
|
|
14
|
+
AbsenceType[AbsenceType["REMOTE"] = 6] = "REMOTE";
|
|
15
|
+
})(AbsenceType || (exports.AbsenceType = AbsenceType = {}));
|
|
16
|
+
//# sourceMappingURL=AbsenceType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AbsenceType.js","mappings":";;;;;AAAA,IAAYA,WAOX,WAPWA,WAOX,YAPD;;AAAA,WAAYA,WAAZ,EAAuB;EACrBA;EACAA;EACAA;EACAA;EACAA;EACAA;AACD,CAPD,EAAYA,WAAW,aAAXA,WAAW,GAAXA,WAAW,MAAvB","names":["AbsenceType"],"sourceRoot":"","sources":["../../../ts/types/Enum/AbsenceType.ts"],"sourcesContent":["export enum AbsenceType {\n DAY_OFF = 1,\n RTT = 2,\n HOUR_CHANGE = 3,\n ABSENCE = 4,\n OVERTIME = 5,\n REMOTE = 6,\n}"]}
|
|
@@ -16,6 +16,7 @@ var Prestation = exports.Prestation = undefined;
|
|
|
16
16
|
Prestation[Prestation["ATTESTATION_NON_REMUNERATION"] = 91] = "ATTESTATION_NON_REMUNERATION";
|
|
17
17
|
Prestation[Prestation["COMPTA_MICRO"] = 185] = "COMPTA_MICRO";
|
|
18
18
|
Prestation[Prestation["BILAN_PREVISIONNEL"] = 189] = "BILAN_PREVISIONNEL";
|
|
19
|
+
Prestation[Prestation["DISSOLUTION_LIQUIDATION"] = 192] = "DISSOLUTION_LIQUIDATION";
|
|
19
20
|
Prestation[Prestation["ABO_STRIPE"] = 196] = "ABO_STRIPE";
|
|
20
21
|
})(Prestation || (exports.Prestation = Prestation = {}));
|
|
21
22
|
//# sourceMappingURL=Prestation.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Prestation.js","mappings":";;;;;AAAA,IAAYA,
|
|
1
|
+
{"version":3,"file":"Prestation.js","mappings":";;;;;AAAA,IAAYA,UAaX,WAbWA,UAaX,YAbD;;AAAA,WAAYA,UAAZ,EAAsB;EACpBA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;AACD,CAbD,EAAYA,UAAU,aAAVA,UAAU,GAAVA,UAAU,MAAtB","names":["Prestation"],"sourceRoot":"","sources":["../../../ts/types/Enum/Prestation.ts"],"sourcesContent":["export enum Prestation {\n PREVISIONNEL = 6, // à remplacer par 189\n BILAN_INTERMEDIAIRE = 9,\n TELEDECLARATION = 13,\n BILAN_LIQUIDATION = 22,\n CESSION_ACTIONS = 51,\n DISSOLUTION_LIQUIDATION_A_DATE_CLOTURE = 61,\n DISSOLUTION_LIQUIDATION_HORS_DATE_CLOTURE = 85,\n ATTESTATION_NON_REMUNERATION = 91,\n COMPTA_MICRO = 185,\n BILAN_PREVISIONNEL = 189,\n DISSOLUTION_LIQUIDATION = 192,\n ABO_STRIPE = 196,\n}"]}
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.TimeCounterType = undefined;
|
|
7
|
+
|
|
8
|
+
var _Role = require("./Role");
|
|
9
|
+
|
|
10
|
+
const TimeCounterType = exports.TimeCounterType = {
|
|
11
|
+
ONBOARDING: {
|
|
12
|
+
id: 1,
|
|
13
|
+
label: 'OnBoarding',
|
|
14
|
+
aberrantTime: 60,
|
|
15
|
+
limitedRoles: [_Role.Role.FRONT_OFFICE]
|
|
16
|
+
},
|
|
17
|
+
VAT: {
|
|
18
|
+
id: 2,
|
|
19
|
+
label: 'TVA',
|
|
20
|
+
aberrantTime: 60,
|
|
21
|
+
limitedRoles: [_Role.Role.MANAGER, _Role.Role.EXPERT_ACCOUNTANT, _Role.Role.FRONT_OFFICE]
|
|
22
|
+
},
|
|
23
|
+
REVISION: {
|
|
24
|
+
id: 3,
|
|
25
|
+
label: 'Révision',
|
|
26
|
+
aberrantTime: 120,
|
|
27
|
+
limitedRoles: [_Role.Role.MANAGER, _Role.Role.EXPERT_ACCOUNTANT, _Role.Role.FRONT_OFFICE]
|
|
28
|
+
},
|
|
29
|
+
FOLDER_REVIEW: {
|
|
30
|
+
id: 4,
|
|
31
|
+
label: 'Revue dossier',
|
|
32
|
+
aberrantTime: 60,
|
|
33
|
+
limitedRoles: [_Role.Role.MANAGER, _Role.Role.EXPERT_ACCOUNTANT, _Role.Role.FRONT_OFFICE]
|
|
34
|
+
},
|
|
35
|
+
REPORTING: {
|
|
36
|
+
id: 5,
|
|
37
|
+
label: 'Signalement',
|
|
38
|
+
aberrantTime: 60,
|
|
39
|
+
limitedRoles: [_Role.Role.CUSTOMER_SUCCESS]
|
|
40
|
+
},
|
|
41
|
+
SYNCHRONISATION: {
|
|
42
|
+
id: 6,
|
|
43
|
+
label: 'Synchronisation',
|
|
44
|
+
aberrantTime: 30,
|
|
45
|
+
limitedRoles: [_Role.Role.CUSTOMER_SUCCESS]
|
|
46
|
+
},
|
|
47
|
+
UNDER_SUPERVISION: {
|
|
48
|
+
id: 7,
|
|
49
|
+
label: 'En cours de supervision',
|
|
50
|
+
aberrantTime: 45,
|
|
51
|
+
limitedRoles: null
|
|
52
|
+
},
|
|
53
|
+
CLIENT_CONTACT: {
|
|
54
|
+
id: 8,
|
|
55
|
+
label: 'Contact client (Appel/mail/chat)',
|
|
56
|
+
aberrantTime: null,
|
|
57
|
+
limitedRoles: null
|
|
58
|
+
},
|
|
59
|
+
MEETING: {
|
|
60
|
+
id: 9,
|
|
61
|
+
label: 'Réunion',
|
|
62
|
+
aberrantTime: null,
|
|
63
|
+
limitedRoles: null
|
|
64
|
+
},
|
|
65
|
+
FORMATION: {
|
|
66
|
+
id: 10,
|
|
67
|
+
label: 'Formation',
|
|
68
|
+
aberrantTime: null,
|
|
69
|
+
limitedRoles: null
|
|
70
|
+
},
|
|
71
|
+
FORECAST: {
|
|
72
|
+
id: 11,
|
|
73
|
+
label: 'Prévisionnel',
|
|
74
|
+
aberrantTime: null,
|
|
75
|
+
limitedRoles: [_Role.Role.FRONT_OFFICE]
|
|
76
|
+
},
|
|
77
|
+
CERTIFICATE: {
|
|
78
|
+
id: 12,
|
|
79
|
+
label: 'Attestation',
|
|
80
|
+
aberrantTime: null,
|
|
81
|
+
limitedRoles: [_Role.Role.CUSTOMER_SUCCESS]
|
|
82
|
+
},
|
|
83
|
+
COMPLEMENTARY_MISSION: {
|
|
84
|
+
id: 13,
|
|
85
|
+
label: 'Mission complémentaire',
|
|
86
|
+
aberrantTime: null,
|
|
87
|
+
limitedRoles: [_Role.Role.FRONT_OFFICE]
|
|
88
|
+
},
|
|
89
|
+
ORGANISATION: {
|
|
90
|
+
id: 14,
|
|
91
|
+
label: 'Organisation',
|
|
92
|
+
aberrantTime: null,
|
|
93
|
+
limitedRoles: null
|
|
94
|
+
},
|
|
95
|
+
INTERNAL_ADVICE: {
|
|
96
|
+
id: 15,
|
|
97
|
+
label: 'Conseil interne',
|
|
98
|
+
aberrantTime: null,
|
|
99
|
+
limitedRoles: null
|
|
100
|
+
},
|
|
101
|
+
LAB: {
|
|
102
|
+
id: 16,
|
|
103
|
+
label: 'LAB',
|
|
104
|
+
aberrantTime: null,
|
|
105
|
+
limitedRoles: [_Role.Role.EXPERT_ACCOUNTANT]
|
|
106
|
+
},
|
|
107
|
+
SUPERVISION: {
|
|
108
|
+
id: 17,
|
|
109
|
+
label: 'Supervision',
|
|
110
|
+
aberrantTime: null,
|
|
111
|
+
limitedRoles: [_Role.Role.EXPERT_ACCOUNTANT, _Role.Role.MANAGER]
|
|
112
|
+
},
|
|
113
|
+
MAIL_PROCESSING: {
|
|
114
|
+
id: 18,
|
|
115
|
+
label: 'Traitement des courriers',
|
|
116
|
+
aberrantTime: null,
|
|
117
|
+
limitedRoles: [_Role.Role.CUSTOMER_SUCCESS]
|
|
118
|
+
},
|
|
119
|
+
SUPPORT_PROCESSING: {
|
|
120
|
+
id: 19,
|
|
121
|
+
label: 'Traitement support',
|
|
122
|
+
aberrantTime: null,
|
|
123
|
+
limitedRoles: [_Role.Role.CUSTOMER_SUCCESS]
|
|
124
|
+
}
|
|
125
|
+
};
|
|
126
|
+
//# sourceMappingURL=TimeCounterType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TimeCounterType.js","mappings":";;;;;;;AAAA;;AAEO,MAAMA,eAAe,WAAfA,eAAe,GAAG;EAC7BC,UAAU,EAAE;IACVC,EAAE,EAAE,CADM;IAEVC,KAAK,EAAE,YAFG;IAGVC,YAAY,EAAE,EAHJ;IAIVC,YAAY,EAAE,CAACC,WAAKC,YAAN;EAJJ,CADiB;EAO7BC,GAAG,EAAE;IACHN,EAAE,EAAE,CADD;IAEHC,KAAK,EAAE,KAFJ;IAGHC,YAAY,EAAE,EAHX;IAIHC,YAAY,EAAE,CAACC,WAAKG,OAAN,EAAeH,WAAKI,iBAApB,EAAuCJ,WAAKC,YAA5C;EAJX,CAPwB;EAa7BI,QAAQ,EAAE;IACRT,EAAE,EAAE,CADI;IAERC,KAAK,EAAE,UAFC;IAGRC,YAAY,EAAE,GAHN;IAIRC,YAAY,EAAE,CAACC,WAAKG,OAAN,EAAeH,WAAKI,iBAApB,EAAuCJ,WAAKC,YAA5C;EAJN,CAbmB;EAmB7BK,aAAa,EAAE;IACbV,EAAE,EAAE,CADS;IAEbC,KAAK,EAAE,eAFM;IAGbC,YAAY,EAAE,EAHD;IAIbC,YAAY,EAAE,CAACC,WAAKG,OAAN,EAAeH,WAAKI,iBAApB,EAAuCJ,WAAKC,YAA5C;EAJD,CAnBc;EAyB7BM,SAAS,EAAE;IACTX,EAAE,EAAE,CADK;IAETC,KAAK,EAAE,aAFE;IAGTC,YAAY,EAAE,EAHL;IAITC,YAAY,EAAE,CAACC,WAAKQ,gBAAN;EAJL,CAzBkB;EA+B7BC,eAAe,EAAE;IACfb,EAAE,EAAE,CADW;IAEfC,KAAK,EAAE,iBAFQ;IAGfC,YAAY,EAAE,EAHC;IAIfC,YAAY,EAAE,CAACC,WAAKQ,gBAAN;EAJC,CA/BY;EAqC7BE,iBAAiB,EAAE;IACjBd,EAAE,EAAE,CADa;IAEjBC,KAAK,EAAE,yBAFU;IAGjBC,YAAY,EAAE,EAHG;IAIjBC,YAAY,EAAE;EAJG,CArCU;EA2C7BY,cAAc,EAAE;IACdf,EAAE,EAAE,CADU;IAEdC,KAAK,EAAE,kCAFO;IAGdC,YAAY,EAAE,IAHA;IAIdC,YAAY,EAAE;EAJA,CA3Ca;EAiD7Ba,OAAO,EAAE;IACPhB,EAAE,EAAE,CADG;IAEPC,KAAK,EAAE,SAFA;IAGPC,YAAY,EAAE,IAHP;IAIPC,YAAY,EAAE;EAJP,CAjDoB;EAuD7Bc,SAAS,EAAE;IACTjB,EAAE,EAAE,EADK;IAETC,KAAK,EAAE,WAFE;IAGTC,YAAY,EAAE,IAHL;IAITC,YAAY,EAAE;EAJL,CAvDkB;EA6D7Be,QAAQ,EAAE;IACRlB,EAAE,EAAE,EADI;IAERC,KAAK,EAAE,cAFC;IAGRC,YAAY,EAAE,IAHN;IAIRC,YAAY,EAAE,CAACC,WAAKC,YAAN;EAJN,CA7DmB;EAmE7Bc,WAAW,EAAE;IACXnB,EAAE,EAAE,EADO;IAEXC,KAAK,EAAE,aAFI;IAGXC,YAAY,EAAE,IAHH;IAIXC,YAAY,EAAE,CAACC,WAAKQ,gBAAN;EAJH,CAnEgB;EAyE7BQ,qBAAqB,EAAE;IACrBpB,EAAE,EAAE,EADiB;IAErBC,KAAK,EAAE,wBAFc;IAGrBC,YAAY,EAAE,IAHO;IAIrBC,YAAY,EAAE,CAACC,WAAKC,YAAN;EAJO,CAzEM;EA+E7BgB,YAAY,EAAE;IACZrB,EAAE,EAAE,EADQ;IAEZC,KAAK,EAAE,cAFK;IAGZC,YAAY,EAAE,IAHF;IAIZC,YAAY,EAAE;EAJF,CA/Ee;EAqF7BmB,eAAe,EAAE;IACftB,EAAE,EAAE,EADW;IAEfC,KAAK,EAAE,iBAFQ;IAGfC,YAAY,EAAE,IAHC;IAIfC,YAAY,EAAE;EAJC,CArFY;EA2F7BoB,GAAG,EAAE;IACHvB,EAAE,EAAE,EADD;IAEHC,KAAK,EAAE,KAFJ;IAGHC,YAAY,EAAE,IAHX;IAIHC,YAAY,EAAE,CAACC,WAAKI,iBAAN;EAJX,CA3FwB;EAiG7BgB,WAAW,EAAE;IACXxB,EAAE,EAAE,EADO;IAEXC,KAAK,EAAE,aAFI;IAGXC,YAAY,EAAE,IAHH;IAIXC,YAAY,EAAE,CAACC,WAAKI,iBAAN,EAAyBJ,WAAKG,OAA9B;EAJH,CAjGgB;EAuG7BkB,eAAe,EAAE;IACfzB,EAAE,EAAE,EADW;IAEfC,KAAK,EAAE,0BAFQ;IAGfC,YAAY,EAAE,IAHC;IAIfC,YAAY,EAAE,CAACC,WAAKQ,gBAAN;EAJC,CAvGY;EA6G7Bc,kBAAkB,EAAE;IAClB1B,EAAE,EAAE,EADc;IAElBC,KAAK,EAAE,oBAFW;IAGlBC,YAAY,EAAE,IAHI;IAIlBC,YAAY,EAAE,CAACC,WAAKQ,gBAAN;EAJI;AA7GS,CAAxB","names":["TimeCounterType","ONBOARDING","id","label","aberrantTime","limitedRoles","Role","FRONT_OFFICE","VAT","MANAGER","EXPERT_ACCOUNTANT","REVISION","FOLDER_REVIEW","REPORTING","CUSTOMER_SUCCESS","SYNCHRONISATION","UNDER_SUPERVISION","CLIENT_CONTACT","MEETING","FORMATION","FORECAST","CERTIFICATE","COMPLEMENTARY_MISSION","ORGANISATION","INTERNAL_ADVICE","LAB","SUPERVISION","MAIL_PROCESSING","SUPPORT_PROCESSING"],"sourceRoot":"","sources":["../../../ts/types/Enum/TimeCounterType.ts"],"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};"]}
|
|
@@ -50,4 +50,6 @@ __decorate([(0, _utils.ApiPropertyOptional)({
|
|
|
50
50
|
__decorate([(0, _utils.ApiPropertyOptional)({
|
|
51
51
|
description: 'Date maximale du début d\'appel'
|
|
52
52
|
}), (0, _classValidator.IsOptional)(), (0, _classValidator.IsDate)(), __metadata("design:type", Date)], Query3cxLog.prototype, "maxStartDate", void 0);
|
|
53
|
+
|
|
54
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsNumber)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Number)], Query3cxLog.prototype, "idSociety", void 0);
|
|
53
55
|
//# sourceMappingURL=Query3cxSearch.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Query3cxSearch.js","mappings":";;;;;;;AAAA;;AAGA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,cAAP,CAAqB;;QAAdA,c,GAAAA,c;;AAIXC,YAHC,iCAGD,EAFC,+BAED,EADC,iCACD;;AAKAA,YAHC,iCAGD,EAFC,+BAED,EADC,iCACD;;AAGI,MAAOC,WAAP,CAAkB;;QAAXA,W,GAAAA,W;;AAIXD,YAHC,gCAAoB;EAAEE,WAAW,EAAE;AAAf,CAApB,CAGD,EAFC,+BAED,EADC,iCACD;;AAOAF,YALC,iCAKD,EAJC,iCAID,EAHC,4BAAOG,cAAP,EAAiB;EAChBC,IAAI,EAAE;AADU,CAAjB,CAGD;;AAKAJ,YAHC,gCAAoB;EAAEE,WAAW,EAAE;AAAf,CAApB,CAGD,EAFC,iCAED,EADC,6BACD,4BAAeG,KAAf;;AAKAL,YAHC,gCAAoB;EAAEE,WAAW,EAAE;AAAf,CAApB,CAGD,EAFC,iCAED,EADC,6BACD,4BAAeG,KAAf","names":["Query3cxSearch","__decorate","Query3cxLog","description","CallType","each","Date"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/3cx/Query3cxSearch.ts"],"sourcesContent":["import {\n IsDate, IsEnum, IsNumber, IsOptional, IsString,\n} from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\nimport { CallType } from '../../../Enum/Call';\n\nexport class Query3cxSearch {\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n number?: string;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n email?: string;\n}\n\nexport class Query3cxLog {\n @ApiPropertyOptional({ description: 'Identifiant unique 3CX de l\\'agent' })\n @IsNumber()\n @IsOptional()\n idAgent?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsEnum(CallType, {\n each: true,\n })\n callType?: CallType[];\n\n @ApiPropertyOptional({ description: 'Date minimale du début d\\'appel' })\n @IsOptional()\n @IsDate()\n minStartDate?: Date;\n\n @ApiPropertyOptional({ description: 'Date maximale du début d\\'appel' })\n @IsOptional()\n @IsDate()\n maxStartDate?: Date;\n}"]}
|
|
1
|
+
{"version":3,"file":"Query3cxSearch.js","mappings":";;;;;;;AAAA;;AAGA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,cAAP,CAAqB;;QAAdA,c,GAAAA,c;;AAIXC,YAHC,iCAGD,EAFC,+BAED,EADC,iCACD;;AAKAA,YAHC,iCAGD,EAFC,+BAED,EADC,iCACD;;AAGI,MAAOC,WAAP,CAAkB;;QAAXA,W,GAAAA,W;;AAIXD,YAHC,gCAAoB;EAAEE,WAAW,EAAE;AAAf,CAApB,CAGD,EAFC,+BAED,EADC,iCACD;;AAOAF,YALC,iCAKD,EAJC,iCAID,EAHC,4BAAOG,cAAP,EAAiB;EAChBC,IAAI,EAAE;AADU,CAAjB,CAGD;;AAKAJ,YAHC,gCAAoB;EAAEE,WAAW,EAAE;AAAf,CAApB,CAGD,EAFC,iCAED,EADC,6BACD,4BAAeG,KAAf;;AAKAL,YAHC,gCAAoB;EAAEE,WAAW,EAAE;AAAf,CAApB,CAGD,EAFC,iCAED,EADC,6BACD,4BAAeG,KAAf;;AAKAL,YAHC,iCAGD,EAFC,+BAED,EADC,iCACD","names":["Query3cxSearch","__decorate","Query3cxLog","description","CallType","each","Date"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/3cx/Query3cxSearch.ts"],"sourcesContent":["import {\n IsDate, IsEnum, IsNumber, IsOptional, IsString,\n} from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\nimport { CallType } from '../../../Enum/Call';\n\nexport class Query3cxSearch {\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n number?: string;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n email?: string;\n}\n\nexport class Query3cxLog {\n @ApiPropertyOptional({ description: 'Identifiant unique 3CX de l\\'agent' })\n @IsNumber()\n @IsOptional()\n idAgent?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsEnum(CallType, {\n each: true,\n })\n callType?: CallType[];\n\n @ApiPropertyOptional({ description: 'Date minimale du début d\\'appel' })\n @IsOptional()\n @IsDate()\n minStartDate?: Date;\n\n @ApiPropertyOptional({ description: 'Date maximale du début d\\'appel' })\n @IsOptional()\n @IsDate()\n maxStartDate?: Date;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n idSociety?: number;\n}"]}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.CreateAlert = undefined;
|
|
7
|
+
|
|
8
|
+
var _classValidator = require("class-validator");
|
|
9
|
+
|
|
10
|
+
var _utils = require("../../../../utils");
|
|
11
|
+
|
|
12
|
+
var _boolean = require("../../../../utils/transforms/boolean.transform");
|
|
13
|
+
|
|
14
|
+
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
15
|
+
var c = arguments.length,
|
|
16
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
17
|
+
d;
|
|
18
|
+
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;
|
|
19
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
20
|
+
};
|
|
21
|
+
|
|
22
|
+
var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
23
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
class CreateAlert {}
|
|
27
|
+
|
|
28
|
+
exports.CreateAlert = CreateAlert;
|
|
29
|
+
|
|
30
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], CreateAlert.prototype, "accountingNoValidation", void 0);
|
|
31
|
+
|
|
32
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], CreateAlert.prototype, "autoAnnotations", void 0);
|
|
33
|
+
|
|
34
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], CreateAlert.prototype, "isTutorial", void 0);
|
|
35
|
+
|
|
36
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], CreateAlert.prototype, "newDashboardPage", void 0);
|
|
37
|
+
|
|
38
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], CreateAlert.prototype, "newLibraryPage", void 0);
|
|
39
|
+
|
|
40
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], CreateAlert.prototype, "newMobileApp", void 0);
|
|
41
|
+
|
|
42
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], CreateAlert.prototype, "newPurchasesDocumentsPage", void 0);
|
|
43
|
+
|
|
44
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], CreateAlert.prototype, "newSalesDocumentsPage", void 0);
|
|
45
|
+
|
|
46
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], CreateAlert.prototype, "newSettingsPage", void 0);
|
|
47
|
+
|
|
48
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], CreateAlert.prototype, "solidarityFund", void 0);
|
|
49
|
+
//# sourceMappingURL=CreateAlert.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateAlert.js","mappings":";;;;;;;AAAA;;AACA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,WAAP,CAAkB;;QAAXA,W,GAAAA,W;;AAKXC,YAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD;;AAMAA,YAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD;;AAMAA,YAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD;;AAMAA,YAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD;;AAMAA,YAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD;;AAMAA,YAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD;;AAMAA,YAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD;;AAMAA,YAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD;;AAMAA,YAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD;;AAMAA,YAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD","names":["CreateAlert","__decorate"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/alert/CreateAlert.ts"],"sourcesContent":["import { IsBoolean, IsOptional } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class CreateAlert {\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n accountingNoValidation?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n autoAnnotations?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n isTutorial?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n newDashboardPage?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n newLibraryPage?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n newMobileApp?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n newPurchasesDocumentsPage?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n newSalesDocumentsPage?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n newSettingsPage?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n solidarityFund?: boolean | null;\n}"]}
|
|
@@ -5,8 +5,12 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.DeleteSocietyTransactions = exports.DeleteTransactions = undefined;
|
|
7
7
|
|
|
8
|
+
var _classValidator = require("class-validator");
|
|
9
|
+
|
|
8
10
|
var _utils = require("../../../../utils");
|
|
9
11
|
|
|
12
|
+
var _PartnerTransactionType = require("../../../Enum/PartnerTransactionType");
|
|
13
|
+
|
|
10
14
|
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
11
15
|
var c = arguments.length,
|
|
12
16
|
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
@@ -29,8 +33,6 @@ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Boolean
|
|
|
29
33
|
|
|
30
34
|
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Boolean)], DeleteTransactions.prototype, "isExported", void 0);
|
|
31
35
|
|
|
32
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Boolean)], DeleteTransactions.prototype, "isFromCsv", void 0);
|
|
33
|
-
|
|
34
36
|
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], DeleteTransactions.prototype, "startDate", void 0);
|
|
35
37
|
|
|
36
38
|
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], DeleteTransactions.prototype, "endDate", void 0);
|
|
@@ -39,6 +41,10 @@ __decorate([(0, _utils.ApiPropertyOptional)({
|
|
|
39
41
|
description: 'Deleting the bank account. Warning ! this delete also the transactions of the specified bank account'
|
|
40
42
|
}), __metadata("design:type", Boolean)], DeleteTransactions.prototype, "deleteBankAccount", void 0);
|
|
41
43
|
|
|
44
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsEnum)(_PartnerTransactionType.PartnerTransactionType), (0, _classValidator.IsPositive)({
|
|
45
|
+
each: true
|
|
46
|
+
}), (0, _classValidator.IsOptional)(), __metadata("design:type", Array)], DeleteTransactions.prototype, "partnerTransactionTypes", void 0);
|
|
47
|
+
|
|
42
48
|
class DeleteSocietyTransactions {}
|
|
43
49
|
|
|
44
50
|
exports.DeleteSocietyTransactions = DeleteSocietyTransactions;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DeleteTransaction.js","mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAOA,kBAAP,CAAyB;;QAAlBA,kB,GAAAA,kB;;AAEXC,YADC,yBACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,
|
|
1
|
+
{"version":3,"file":"DeleteTransaction.js","mappings":";;;;;;;AAAA;;AACA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,kBAAP,CAAyB;;QAAlBA,kB,GAAAA,kB;;AAEXC,YADC,yBACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,gCAAoB;EAAEC,WAAW,EAAE;AAAf,CAApB,CACD;;AAMAD,YAJC,iCAID,EAHC,4BAAOE,8CAAP,CAGD,EAFC,gCAAW;EAAEC,IAAI,EAAE;AAAR,CAAX,CAED,EADC,iCACD;;AAGI,MAAOC,yBAAP,CAAgC;;QAAzBA,yB,GAAAA,yB;;AAEXJ,YADC,yBACD","names":["DeleteTransactions","__decorate","description","PartnerTransactionType","each","DeleteSocietyTransactions"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/bankAccount/DeleteTransaction.ts"],"sourcesContent":["import { IsEnum, IsOptional, IsPositive } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { PartnerTransactionType } from '../../../Enum/PartnerTransactionType';\n\nexport class DeleteTransactions {\n @ApiProperty()\n idBankAccount: number;\n\n @ApiPropertyOptional()\n isLocked?: boolean;\n\n @ApiPropertyOptional()\n isExported?: boolean;\n\n @ApiPropertyOptional()\n startDate?: string;\n\n @ApiPropertyOptional()\n endDate?: string;\n\n @ApiPropertyOptional({ description: 'Deleting the bank account. Warning ! this delete also the transactions of the specified bank account' })\n deleteBankAccount?: boolean;\n\n @ApiPropertyOptional()\n @IsEnum(PartnerTransactionType)\n @IsPositive({ each: true })\n @IsOptional()\n partnerTransactionTypes?: PartnerTransactionType[];\n}\n\nexport class DeleteSocietyTransactions {\n @ApiProperty()\n id: number | number[];\n}"]}
|
|
@@ -27,7 +27,7 @@ __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", String)], creat
|
|
|
27
27
|
|
|
28
28
|
__decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Date)], createCalendarEvent.prototype, "dateStart", void 0);
|
|
29
29
|
|
|
30
|
-
__decorate([(0, _utils.
|
|
30
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Date)], createCalendarEvent.prototype, "dateEnd", void 0);
|
|
31
31
|
|
|
32
32
|
__decorate([(0, _utils.ApiProperty)(), __metadata("design:type", String)], createCalendarEvent.prototype, "comment", void 0);
|
|
33
33
|
|
|
@@ -43,6 +43,8 @@ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)
|
|
|
43
43
|
|
|
44
44
|
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], createCalendarEvent.prototype, "idType", void 0);
|
|
45
45
|
|
|
46
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], createCalendarEvent.prototype, "idTimeCounterType", void 0);
|
|
47
|
+
|
|
46
48
|
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], createCalendarEvent.prototype, "typeComptable", void 0);
|
|
47
49
|
|
|
48
50
|
__decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Boolean)], createCalendarEvent.prototype, "isDone", void 0);
|
|
@@ -52,4 +54,6 @@ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)
|
|
|
52
54
|
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], createCalendarEvent.prototype, "idRecurrence", void 0);
|
|
53
55
|
|
|
54
56
|
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], createCalendarEvent.prototype, "idPlace", void 0);
|
|
57
|
+
|
|
58
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Date)], createCalendarEvent.prototype, "validatedAt", void 0);
|
|
55
59
|
//# sourceMappingURL=createCalendarEvent.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createCalendarEvent.js","mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAOA,mBAAP,CAA0B;;QAAnBA,mB,GAAAA,mB;;AAEXC,YADC,yBACD;;AAGAA,YADC,yBACD,4BAAWC,KAAX;;AAGAD,YADC,
|
|
1
|
+
{"version":3,"file":"createCalendarEvent.js","mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAOA,mBAAP,CAA0B;;QAAnBA,mB,GAAAA,mB;;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","names":["createCalendarEvent","__decorate","Date"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/calendarEvent/createCalendarEvent.ts"],"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,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"]}
|