@silexpert/core 0.4.227 → 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/CalendarEvent.d.ts +10 -0
- package/es/api/resources/CalendarEvent.d.ts.map +1 -0
- package/es/api/resources/CalendarEvent.js +19 -0
- package/es/api/resources/CalendarEvent.js.map +1 -0
- package/es/api/resources/TimeRecorder.d.ts +8 -0
- package/es/api/resources/TimeRecorder.d.ts.map +1 -0
- package/es/api/resources/TimeRecorder.js +13 -0
- package/es/api/resources/TimeRecorder.js.map +1 -0
- package/es/api/resources/User.d.ts +3 -1
- package/es/api/resources/User.d.ts.map +1 -1
- package/es/api/resources/User.js +31 -0
- package/es/api/resources/User.js.map +1 -1
- package/es/api/resources/WorkingSchedule.d.ts +2 -0
- package/es/api/resources/WorkingSchedule.d.ts.map +1 -1
- package/es/api/resources/WorkingSchedule.js +5 -0
- package/es/api/resources/WorkingSchedule.js.map +1 -1
- package/es/api/resources.d.ts +4 -0
- package/es/api/resources.d.ts.map +1 -1
- package/es/api/resources.js +4 -0
- package/es/api/resources.js.map +1 -1
- package/es/types/Enum/AbsenceType.d.ts +9 -0
- package/es/types/Enum/AbsenceType.d.ts.map +1 -0
- package/es/types/Enum/AbsenceType.js +10 -0
- package/es/types/Enum/AbsenceType.js.map +1 -0
- package/es/types/Enum/TimeCounterType.d.ts +118 -0
- package/es/types/Enum/TimeCounterType.d.ts.map +1 -0
- package/es/types/Enum/TimeCounterType.js +118 -0
- package/es/types/Enum/TimeCounterType.js.map +1 -0
- package/es/types/Interface/api/calendarEvent/createCalendarEvent.d.ts +3 -1
- package/es/types/Interface/api/calendarEvent/createCalendarEvent.d.ts.map +1 -1
- package/es/types/Interface/api/calendarEvent/createCalendarEvent.js +9 -1
- package/es/types/Interface/api/calendarEvent/createCalendarEvent.js.map +1 -1
- package/es/types/Interface/api/calendarEvent/createCalendarEventForUsers.d.ts +21 -0
- package/es/types/Interface/api/calendarEvent/createCalendarEventForUsers.d.ts.map +1 -0
- package/es/types/Interface/api/calendarEvent/createCalendarEventForUsers.js +85 -0
- package/es/types/Interface/api/calendarEvent/createCalendarEventForUsers.js.map +1 -0
- package/es/types/Interface/api/calendarEvent/getAllCalendarEvent.d.ts +7 -0
- package/es/types/Interface/api/calendarEvent/getAllCalendarEvent.d.ts.map +1 -0
- package/es/types/Interface/api/calendarEvent/getAllCalendarEvent.js +29 -0
- package/es/types/Interface/api/calendarEvent/getAllCalendarEvent.js.map +1 -0
- package/es/types/Interface/api/calendarEvent/queryCalendarEvent.d.ts +5 -0
- package/es/types/Interface/api/calendarEvent/queryCalendarEvent.d.ts.map +1 -0
- package/es/types/Interface/api/calendarEvent/queryCalendarEvent.js +31 -0
- package/es/types/Interface/api/calendarEvent/queryCalendarEvent.js.map +1 -0
- package/es/types/Interface/api/calendarEvent/readAllCalendarEvent.d.ts +13 -0
- package/es/types/Interface/api/calendarEvent/readAllCalendarEvent.d.ts.map +1 -0
- package/es/types/Interface/api/calendarEvent/readAllCalendarEvent.js +2 -0
- package/es/types/Interface/api/calendarEvent/readAllCalendarEvent.js.map +1 -0
- package/es/types/Interface/api/calendarEvent/updateCalendarEvent.d.ts +20 -0
- package/es/types/Interface/api/calendarEvent/updateCalendarEvent.d.ts.map +1 -0
- package/es/types/Interface/api/calendarEvent/updateCalendarEvent.js +81 -0
- package/es/types/Interface/api/calendarEvent/updateCalendarEvent.js.map +1 -0
- package/es/types/Interface/api/timeRecorder/QueryAttendance.d.ts +5 -0
- package/es/types/Interface/api/timeRecorder/QueryAttendance.d.ts.map +1 -0
- package/es/types/Interface/api/timeRecorder/QueryAttendance.js +26 -0
- package/es/types/Interface/api/timeRecorder/QueryAttendance.js.map +1 -0
- package/es/types/Interface/api/timeRecorder/QueryPaginatedDelays.d.ts +9 -0
- package/es/types/Interface/api/timeRecorder/QueryPaginatedDelays.d.ts.map +1 -0
- package/es/types/Interface/api/timeRecorder/QueryPaginatedDelays.js +50 -0
- package/es/types/Interface/api/timeRecorder/QueryPaginatedDelays.js.map +1 -0
- package/es/types/Interface/api/timeRecorder/ReadAttendanceHours.d.ts +5 -0
- package/es/types/Interface/api/timeRecorder/ReadAttendanceHours.d.ts.map +1 -0
- package/es/types/Interface/api/timeRecorder/ReadAttendanceHours.js +2 -0
- package/es/types/Interface/api/timeRecorder/ReadAttendanceHours.js.map +1 -0
- package/es/types/Interface/api/timeRecorder/ReadPaginatedDelays.d.ts +21 -0
- package/es/types/Interface/api/timeRecorder/ReadPaginatedDelays.d.ts.map +1 -0
- package/es/types/Interface/api/timeRecorder/ReadPaginatedDelays.js +2 -0
- package/es/types/Interface/api/timeRecorder/ReadPaginatedDelays.js.map +1 -0
- package/es/types/Interface/api/timeRecorder/ReadUsersNotConnected.d.ts +7 -0
- package/es/types/Interface/api/timeRecorder/ReadUsersNotConnected.d.ts.map +1 -0
- package/es/types/Interface/api/timeRecorder/ReadUsersNotConnected.js +2 -0
- package/es/types/Interface/api/timeRecorder/ReadUsersNotConnected.js.map +1 -0
- package/es/types/Interface/api/user/CollaboratorsByRoles.d.ts +6 -0
- package/es/types/Interface/api/user/CollaboratorsByRoles.d.ts.map +1 -0
- package/es/types/Interface/api/user/CollaboratorsByRoles.js +2 -0
- package/es/types/Interface/api/user/CollaboratorsByRoles.js.map +1 -0
- package/es/types/Interface/api/user/ParamsGetAllCollaborators.d.ts +3 -0
- package/es/types/Interface/api/user/ParamsGetAllCollaborators.d.ts.map +1 -1
- package/es/types/Interface/api/user/ParamsGetAllCollaborators.js +19 -1
- package/es/types/Interface/api/user/ParamsGetAllCollaborators.js.map +1 -1
- package/es/types/Interface/api/user/QueryGetAllCollaborators.d.ts +4 -0
- package/es/types/Interface/api/user/QueryGetAllCollaborators.d.ts.map +1 -0
- package/es/types/Interface/api/user/QueryGetAllCollaborators.js +22 -0
- package/es/types/Interface/api/user/QueryGetAllCollaborators.js.map +1 -0
- package/es/types/Interface/api/user/QueryGetAllCollaboratorsByRoles.d.ts +4 -0
- package/es/types/Interface/api/user/QueryGetAllCollaboratorsByRoles.d.ts.map +1 -0
- package/es/types/Interface/api/user/QueryGetAllCollaboratorsByRoles.js +22 -0
- package/es/types/Interface/api/user/QueryGetAllCollaboratorsByRoles.js.map +1 -0
- package/es/types/Interface/api/workingSchedule/QueryDailyHour.d.ts +13 -0
- package/es/types/Interface/api/workingSchedule/QueryDailyHour.d.ts.map +1 -0
- package/es/types/Interface/api/workingSchedule/QueryDailyHour.js +2 -0
- package/es/types/Interface/api/workingSchedule/QueryDailyHour.js.map +1 -0
- package/es/types/Interface/enum/Date.d.ts +7 -0
- package/es/types/Interface/enum/Date.d.ts.map +1 -0
- package/es/types/Interface/enum/Date.js +2 -0
- package/es/types/Interface/enum/Date.js.map +1 -0
- package/es/types/Interface/models/IAbsenceRequest.d.ts +29 -0
- package/es/types/Interface/models/IAbsenceRequest.d.ts.map +1 -0
- package/es/types/Interface/models/IAbsenceRequest.js +2 -0
- package/es/types/Interface/models/IAbsenceRequest.js.map +1 -0
- package/es/types/Interface/models/IAbsenceRequestTime.d.ts +12 -0
- package/es/types/Interface/models/IAbsenceRequestTime.d.ts.map +1 -0
- package/es/types/Interface/models/IAbsenceRequestTime.js +2 -0
- package/es/types/Interface/models/IAbsenceRequestTime.js.map +1 -0
- package/es/types/Interface/models/ICalendarEvent.d.ts +2 -0
- package/es/types/Interface/models/ICalendarEvent.d.ts.map +1 -1
- package/es/types/Interface/models/ICalendarEvent.js.map +1 -1
- package/es/types/Interface/models/ITimeRecorder.d.ts +10 -0
- package/es/types/Interface/models/ITimeRecorder.d.ts.map +1 -0
- package/es/types/Interface/models/ITimeRecorder.js +2 -0
- package/es/types/Interface/models/ITimeRecorder.js.map +1 -0
- package/es/types/Interface/models/IUser.d.ts +1 -0
- package/es/types/Interface/models/IUser.d.ts.map +1 -1
- package/es/types/Interface/models/IUser.js.map +1 -1
- package/es/types/Interface/models/IWorkingSchedule.d.ts +6 -6
- package/es/types/Interface/models/IWorkingSchedule.d.ts.map +1 -1
- package/es/types/Interface/models/IWorkingSchedule.js.map +1 -1
- package/es/types/index.d.ts +20 -2
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +20 -2
- package/es/types/index.js.map +1 -1
- package/js/api/resources/CalendarEvent.js +38 -0
- package/js/api/resources/CalendarEvent.js.map +1 -0
- package/js/api/resources/TimeRecorder.js +32 -0
- package/js/api/resources/TimeRecorder.js.map +1 -0
- package/js/api/resources/User.js +18 -0
- package/js/api/resources/User.js.map +1 -1
- package/js/api/resources/WorkingSchedule.js +10 -0
- package/js/api/resources/WorkingSchedule.js.map +1 -1
- package/js/api/resources.js +6 -0
- package/js/api/resources.js.map +1 -1
- package/js/types/Enum/AbsenceType.js +16 -0
- package/js/types/Enum/AbsenceType.js.map +1 -0
- package/js/types/Enum/TimeCounterType.js +126 -0
- package/js/types/Enum/TimeCounterType.js.map +1 -0
- package/js/types/Interface/api/calendarEvent/createCalendarEvent.js +5 -1
- package/js/types/Interface/api/calendarEvent/createCalendarEvent.js.map +1 -1
- package/js/types/Interface/api/calendarEvent/createCalendarEventForUsers.js +61 -0
- package/js/types/Interface/api/calendarEvent/createCalendarEventForUsers.js.map +1 -0
- package/js/types/Interface/api/calendarEvent/getAllCalendarEvent.js +33 -0
- package/js/types/Interface/api/calendarEvent/getAllCalendarEvent.js.map +1 -0
- package/js/types/Interface/api/calendarEvent/queryCalendarEvent.js +37 -0
- package/js/types/Interface/api/calendarEvent/queryCalendarEvent.js.map +1 -0
- package/js/types/Interface/api/calendarEvent/readAllCalendarEvent.js +6 -0
- package/js/types/Interface/api/calendarEvent/readAllCalendarEvent.js.map +1 -0
- package/js/types/Interface/api/calendarEvent/updateCalendarEvent.js +59 -0
- package/js/types/Interface/api/calendarEvent/updateCalendarEvent.js.map +1 -0
- package/js/types/Interface/api/timeRecorder/QueryAttendance.js +31 -0
- package/js/types/Interface/api/timeRecorder/QueryAttendance.js.map +1 -0
- package/js/types/Interface/api/timeRecorder/QueryPaginatedDelays.js +43 -0
- package/js/types/Interface/api/timeRecorder/QueryPaginatedDelays.js.map +1 -0
- package/js/types/Interface/api/timeRecorder/ReadAttendanceHours.js +6 -0
- package/js/types/Interface/api/timeRecorder/ReadAttendanceHours.js.map +1 -0
- package/js/types/Interface/api/timeRecorder/ReadPaginatedDelays.js +6 -0
- package/js/types/Interface/api/timeRecorder/ReadPaginatedDelays.js.map +1 -0
- package/js/types/Interface/api/timeRecorder/ReadUsersNotConnected.js +6 -0
- package/js/types/Interface/api/timeRecorder/ReadUsersNotConnected.js.map +1 -0
- package/js/types/Interface/api/user/CollaboratorsByRoles.js +6 -0
- package/js/types/Interface/api/user/CollaboratorsByRoles.js.map +1 -0
- package/js/types/Interface/api/user/ParamsGetAllCollaborators.js +6 -0
- package/js/types/Interface/api/user/ParamsGetAllCollaborators.js.map +1 -1
- package/js/types/Interface/api/user/QueryGetAllCollaborators.js +32 -0
- package/js/types/Interface/api/user/QueryGetAllCollaborators.js.map +1 -0
- package/js/types/Interface/api/user/QueryGetAllCollaboratorsByRoles.js +32 -0
- package/js/types/Interface/api/user/QueryGetAllCollaboratorsByRoles.js.map +1 -0
- package/js/types/Interface/{models/IAskAbsenceTimes.js → api/workingSchedule/QueryDailyHour.js} +1 -1
- package/js/types/Interface/api/workingSchedule/QueryDailyHour.js.map +1 -0
- package/js/types/Interface/{models/IAskAbsence.js → enum/Date.js} +1 -1
- package/js/types/Interface/enum/Date.js.map +1 -0
- package/js/types/Interface/models/IAbsenceRequest.js +6 -0
- package/js/types/Interface/models/IAbsenceRequest.js.map +1 -0
- package/js/types/Interface/models/IAbsenceRequestTime.js +6 -0
- package/js/types/Interface/models/IAbsenceRequestTime.js.map +1 -0
- package/js/types/Interface/models/ITimeRecorder.js +6 -0
- package/js/types/Interface/models/ITimeRecorder.js.map +1 -0
- package/js/types/index.js +222 -6
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/CalendarEvent.ts +26 -0
- package/ts/api/resources/TimeRecorder.ts +18 -0
- package/ts/api/resources/User.ts +31 -2
- package/ts/api/resources/WorkingSchedule.ts +7 -0
- package/ts/api/resources.ts +4 -0
- package/ts/types/Enum/AbsenceType.ts +8 -0
- package/ts/types/Enum/TimeCounterType.ts +118 -0
- package/ts/types/Interface/api/calendarEvent/createCalendarEvent.ts +8 -2
- package/ts/types/Interface/api/calendarEvent/createCalendarEventForUsers.ts +57 -0
- package/ts/types/Interface/api/calendarEvent/getAllCalendarEvent.ts +15 -0
- package/ts/types/Interface/api/calendarEvent/queryCalendarEvent.ts +21 -0
- package/ts/types/Interface/api/calendarEvent/readAllCalendarEvent.ts +12 -0
- package/ts/types/Interface/api/calendarEvent/updateCalendarEvent.ts +54 -0
- package/ts/types/Interface/api/timeRecorder/QueryAttendance.ts +14 -0
- package/ts/types/Interface/api/timeRecorder/QueryPaginatedDelays.ts +36 -0
- package/ts/types/Interface/api/timeRecorder/ReadAttendanceHours.ts +4 -0
- package/ts/types/Interface/api/timeRecorder/ReadPaginatedDelays.ts +21 -0
- package/ts/types/Interface/api/timeRecorder/ReadUsersNotConnected.ts +6 -0
- package/ts/types/Interface/api/user/CollaboratorsByRoles.ts +6 -0
- package/ts/types/Interface/api/user/ParamsGetAllCollaborators.ts +16 -0
- package/ts/types/Interface/api/user/QueryGetAllCollaborators.ts +11 -0
- package/ts/types/Interface/api/user/QueryGetAllCollaboratorsByRoles.ts +11 -0
- package/ts/types/Interface/api/workingSchedule/QueryDailyHour.ts +12 -0
- package/ts/types/Interface/enum/Date.ts +6 -0
- package/ts/types/Interface/models/IAbsenceRequest.ts +32 -0
- package/ts/types/Interface/models/IAbsenceRequestTime.ts +15 -0
- package/ts/types/Interface/models/ICalendarEvent.ts +2 -0
- package/ts/types/Interface/models/ITimeRecorder.ts +10 -0
- package/ts/types/Interface/models/IUser.ts +1 -0
- package/ts/types/Interface/models/IWorkingSchedule.ts +6 -6
- package/ts/types/index.ts +20 -2
- package/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":"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
|
@@ -177,6 +177,10 @@ var _ThirdParty = require("./resources/ThirdParty");
|
|
|
177
177
|
|
|
178
178
|
var _Alert = require("./resources/Alert");
|
|
179
179
|
|
|
180
|
+
var _CalendarEvent = require("./resources/CalendarEvent");
|
|
181
|
+
|
|
182
|
+
var _TimeRecorder = require("./resources/TimeRecorder");
|
|
183
|
+
|
|
180
184
|
const resources = exports.resources = {
|
|
181
185
|
simulation: _Simulation.Simulation,
|
|
182
186
|
budgetInsight: _BudgetInsight.BudgetInsight,
|
|
@@ -259,6 +263,8 @@ const resources = exports.resources = {
|
|
|
259
263
|
societyEvent: _SocietyEvent.SocietyEvent,
|
|
260
264
|
task: _Task.Task,
|
|
261
265
|
comment: _Comment.Comment,
|
|
266
|
+
calendarEvent: _CalendarEvent.CalendarEvent,
|
|
267
|
+
timeRecorder: _TimeRecorder.TimeRecorder,
|
|
262
268
|
notificationSetting: _NotificationSetting.NotificationSetting,
|
|
263
269
|
cx: _cx.Cx,
|
|
264
270
|
bankList: _BankList.BankList,
|
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","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';\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 alert: Alert,\n};\n"]}
|
|
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","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}"]}
|
|
@@ -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":"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","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};"]}
|
|
@@ -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"]}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.QueryCalendarEvent = undefined;
|
|
7
|
+
|
|
8
|
+
var _classValidator = require("class-validator");
|
|
9
|
+
|
|
10
|
+
var _decorators = require("../../../../utils/decorators");
|
|
11
|
+
|
|
12
|
+
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
13
|
+
var c = arguments.length,
|
|
14
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
15
|
+
d;
|
|
16
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
17
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
21
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
class QueryCalendarEvent {}
|
|
25
|
+
|
|
26
|
+
exports.QueryCalendarEvent = QueryCalendarEvent;
|
|
27
|
+
|
|
28
|
+
__decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsString)({
|
|
29
|
+
each: true
|
|
30
|
+
}), (0, _classValidator.IsIn)(['room', 'createdBy', 'color', 'society', 'exercice', 'task'], {
|
|
31
|
+
each: true
|
|
32
|
+
}), __metadata("design:type", Array)], QueryCalendarEvent.prototype, "include", void 0);
|
|
33
|
+
|
|
34
|
+
__decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsString)({
|
|
35
|
+
each: true
|
|
36
|
+
}), __metadata("design:type", Array)], QueryCalendarEvent.prototype, "attributes", void 0);
|
|
37
|
+
//# sourceMappingURL=queryCalendarEvent.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"queryCalendarEvent.js","mappings":";;;;;;;AAAA;;AAGA;;;;;;;;;;;;;;AAEM,MAAOA,kBAAP,CAAyB;;QAAlBA,kB,GAAAA,kB;;AAOXC,YANC,sCAMD,EALC,iCAKD,EAJC,8BAAS;EACRC,IAAI,EAAE;AADE,CAAT,CAID,EADC,0BAAK,CAAC,MAAD,EAAS,WAAT,EAAsB,OAAtB,EAA+B,SAA/B,EAA0C,UAA1C,EAAsD,MAAtD,CAAL,EAAoE;EAAEA,IAAI,EAAE;AAAR,CAApE,CACD;;AAOAD,YALC,sCAKD,EAJC,iCAID,EAHC,8BAAS;EACRC,IAAI,EAAE;AADE,CAAT,CAGD","names":["QueryCalendarEvent","__decorate","each"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/calendarEvent/queryCalendarEvent.ts"],"sourcesContent":["import {\n IsIn, IsOptional, IsString,\n} from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils/decorators';\n\nexport class QueryCalendarEvent {\n @ApiPropertyOptional()\n @IsOptional()\n @IsString({\n each: true,\n })\n @IsIn(['room', 'createdBy', 'color', 'society', 'exercice', 'task'], { each: true })\n include?: string[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString({\n each: true,\n })\n attributes?: string[];\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"readAllCalendarEvent.js","mappings":"","names":[],"sourceRoot":"","sources":[],"sourcesContent":[]}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.UpdateCalendarEvent = undefined;
|
|
7
|
+
|
|
8
|
+
var _utils = require("../../../../utils");
|
|
9
|
+
|
|
10
|
+
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
11
|
+
var c = arguments.length,
|
|
12
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
13
|
+
d;
|
|
14
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
15
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
16
|
+
};
|
|
17
|
+
|
|
18
|
+
var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
19
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
20
|
+
};
|
|
21
|
+
|
|
22
|
+
class UpdateCalendarEvent {}
|
|
23
|
+
|
|
24
|
+
exports.UpdateCalendarEvent = UpdateCalendarEvent;
|
|
25
|
+
|
|
26
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], UpdateCalendarEvent.prototype, "title", void 0);
|
|
27
|
+
|
|
28
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Date)], UpdateCalendarEvent.prototype, "dateStart", void 0);
|
|
29
|
+
|
|
30
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Date)], UpdateCalendarEvent.prototype, "dateEnd", void 0);
|
|
31
|
+
|
|
32
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", String)], UpdateCalendarEvent.prototype, "comment", void 0);
|
|
33
|
+
|
|
34
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], UpdateCalendarEvent.prototype, "idRoom", void 0);
|
|
35
|
+
|
|
36
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], UpdateCalendarEvent.prototype, "createdBy", void 0);
|
|
37
|
+
|
|
38
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], UpdateCalendarEvent.prototype, "idColor", void 0);
|
|
39
|
+
|
|
40
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], UpdateCalendarEvent.prototype, "idSociety", void 0);
|
|
41
|
+
|
|
42
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], UpdateCalendarEvent.prototype, "idExercice", void 0);
|
|
43
|
+
|
|
44
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], UpdateCalendarEvent.prototype, "idType", void 0);
|
|
45
|
+
|
|
46
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], UpdateCalendarEvent.prototype, "idTimeCounterType", void 0);
|
|
47
|
+
|
|
48
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], UpdateCalendarEvent.prototype, "typeComptable", void 0);
|
|
49
|
+
|
|
50
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Boolean)], UpdateCalendarEvent.prototype, "isDone", void 0);
|
|
51
|
+
|
|
52
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], UpdateCalendarEvent.prototype, "callState", void 0);
|
|
53
|
+
|
|
54
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], UpdateCalendarEvent.prototype, "idRecurrence", void 0);
|
|
55
|
+
|
|
56
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], UpdateCalendarEvent.prototype, "idPlace", void 0);
|
|
57
|
+
|
|
58
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Date)], UpdateCalendarEvent.prototype, "validatedAt", void 0);
|
|
59
|
+
//# sourceMappingURL=updateCalendarEvent.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateCalendarEvent.js","mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAOA,mBAAP,CAA0B;;QAAnBA,mB,GAAAA,mB;;AAEXC,YADC,iCACD;;AAGAA,YADC,iCACD,4BAAYC,KAAZ;;AAGAD,YADC,iCACD,4BAAUC,KAAV;;AAGAD,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD,4BAAcC,KAAd","names":["UpdateCalendarEvent","__decorate","Date"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/calendarEvent/updateCalendarEvent.ts"],"sourcesContent":["import { ApiPropertyOptional } from '../../../../utils';\n\nexport class UpdateCalendarEvent {\n @ApiPropertyOptional()\n title?: string;\n\n @ApiPropertyOptional()\n dateStart?: Date;\n\n @ApiPropertyOptional()\n dateEnd?: Date;\n\n @ApiPropertyOptional()\n comment?: string;\n\n @ApiPropertyOptional()\n idRoom?: number;\n\n @ApiPropertyOptional()\n createdBy?: number;\n\n @ApiPropertyOptional()\n idColor?: number;\n\n @ApiPropertyOptional()\n idSociety?: number;\n\n @ApiPropertyOptional()\n idExercice?: number;\n\n @ApiPropertyOptional()\n idType?: number;\n\n @ApiPropertyOptional()\n idTimeCounterType?: number;\n\n @ApiPropertyOptional()\n typeComptable?: number;\n\n @ApiPropertyOptional()\n isDone?: boolean;\n\n @ApiPropertyOptional()\n callState?: number;\n\n @ApiPropertyOptional()\n idRecurrence?: number;\n\n @ApiPropertyOptional()\n idPlace?: number;\n\n @ApiPropertyOptional()\n validatedAt?: Date;\n}"]}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.QueryAttendance = undefined;
|
|
7
|
+
|
|
8
|
+
var _classValidator = require("class-validator");
|
|
9
|
+
|
|
10
|
+
var _utils = require("../../../../utils");
|
|
11
|
+
|
|
12
|
+
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
13
|
+
var c = arguments.length,
|
|
14
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
15
|
+
d;
|
|
16
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
17
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
21
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
class QueryAttendance {}
|
|
25
|
+
|
|
26
|
+
exports.QueryAttendance = QueryAttendance;
|
|
27
|
+
|
|
28
|
+
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsString)(), (0, _classValidator.IsDateString)(), __metadata("design:type", String)], QueryAttendance.prototype, "startDate", void 0);
|
|
29
|
+
|
|
30
|
+
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsString)(), (0, _classValidator.IsDateString)(), __metadata("design:type", String)], QueryAttendance.prototype, "endDate", void 0);
|
|
31
|
+
//# sourceMappingURL=QueryAttendance.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryAttendance.js","mappings":";;;;;;;AAAA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,eAAP,CAAsB;;QAAfA,e,GAAAA,e;;AAIXC,YAHC,yBAGD,EAFC,+BAED,EADC,mCACD;;AAKAA,YAHC,yBAGD,EAFC,+BAED,EADC,mCACD","names":["QueryAttendance","__decorate"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/timeRecorder/QueryAttendance.ts"],"sourcesContent":["import { IsString, IsDateString } from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\n\nexport class QueryAttendance {\n @ApiProperty()\n @IsString()\n @IsDateString()\n startDate: string;\n\n @ApiProperty()\n @IsString()\n @IsDateString()\n endDate: string;\n}\n"]}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.QueryPaginatedDelays = undefined;
|
|
7
|
+
|
|
8
|
+
var _classValidator = require("class-validator");
|
|
9
|
+
|
|
10
|
+
var _utils = require("../../../../utils");
|
|
11
|
+
|
|
12
|
+
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
13
|
+
var c = arguments.length,
|
|
14
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
15
|
+
d;
|
|
16
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
17
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
21
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
class QueryPaginatedDelays {}
|
|
25
|
+
|
|
26
|
+
exports.QueryPaginatedDelays = QueryPaginatedDelays;
|
|
27
|
+
|
|
28
|
+
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsString)(), (0, _classValidator.IsDateString)(), __metadata("design:type", String)], QueryPaginatedDelays.prototype, "startDate", void 0);
|
|
29
|
+
|
|
30
|
+
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsString)(), (0, _classValidator.IsDateString)(), __metadata("design:type", String)], QueryPaginatedDelays.prototype, "endDate", void 0);
|
|
31
|
+
|
|
32
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsString)(), __metadata("design:type", String)], QueryPaginatedDelays.prototype, "search", void 0);
|
|
33
|
+
|
|
34
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsArray)(), __metadata("design:type", Array)], QueryPaginatedDelays.prototype, "idUser", void 0);
|
|
35
|
+
|
|
36
|
+
__decorate([(0, _utils.ApiPropertyOptional)({
|
|
37
|
+
default: 25
|
|
38
|
+
}), (0, _classValidator.IsOptional)(), (0, _classValidator.IsNumber)(), __metadata("design:type", Number)], QueryPaginatedDelays.prototype, "limit", void 0);
|
|
39
|
+
|
|
40
|
+
__decorate([(0, _utils.ApiPropertyOptional)({
|
|
41
|
+
default: 1
|
|
42
|
+
}), (0, _classValidator.IsOptional)(), (0, _classValidator.IsNumber)(), __metadata("design:type", Number)], QueryPaginatedDelays.prototype, "page", void 0);
|
|
43
|
+
//# sourceMappingURL=QueryPaginatedDelays.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryPaginatedDelays.js","mappings":";;;;;;;AAAA;;AAGA;;;;;;;;;;;;;;AAEM,MAAOA,oBAAP,CAA2B;;QAApBA,oB,GAAAA,oB;;AAIXC,YAHC,yBAGD,EAFC,+BAED,EADC,mCACD;;AAKAA,YAHC,yBAGD,EAFC,+BAED,EADC,mCACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,8BACD;;AAKAA,YAHC,gCAAoB;EAAEC,OAAO,EAAE;AAAX,CAApB,CAGD,EAFC,iCAED,EADC,+BACD;;AAKAD,YAHC,gCAAoB;EAAEC,OAAO,EAAE;AAAX,CAApB,CAGD,EAFC,iCAED,EADC,+BACD","names":["QueryPaginatedDelays","__decorate","default"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/timeRecorder/QueryPaginatedDelays.ts"],"sourcesContent":["import {\n IsString, IsDateString, IsOptional, IsNumber, IsArray,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryPaginatedDelays {\n @ApiProperty()\n @IsString()\n @IsDateString()\n startDate: string;\n\n @ApiProperty()\n @IsString()\n @IsDateString()\n endDate: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n search?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsArray()\n idUser?: number[];\n\n @ApiPropertyOptional({ default: 25 })\n @IsOptional()\n @IsNumber()\n limit?: number;\n\n @ApiPropertyOptional({ default: 1 })\n @IsOptional()\n @IsNumber()\n page?: number;\n}\n"]}
|