@silexpert/core 2.0.28-0 → 2.0.28
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/dist/api/resources/Alert.d.ts +7 -0
- package/dist/api/resources/Alert.d.ts.map +1 -0
- package/dist/api/resources/Alert.js +10 -0
- package/dist/api/resources/Alert.js.map +1 -0
- package/dist/api/resources/ExerciceNote.d.ts +10 -0
- package/dist/api/resources/ExerciceNote.d.ts.map +1 -0
- package/dist/api/resources/ExerciceNote.js +13 -0
- package/dist/api/resources/ExerciceNote.js.map +1 -0
- package/dist/api/resources/GeneralLedger.d.ts +4 -0
- package/dist/api/resources/GeneralLedger.d.ts.map +1 -1
- package/dist/api/resources/GeneralLedger.js +12 -0
- package/dist/api/resources/GeneralLedger.js.map +1 -1
- package/dist/api/resources/Mail.d.ts +10 -0
- package/dist/api/resources/Mail.d.ts.map +1 -1
- package/dist/api/resources/Mail.js +6 -0
- package/dist/api/resources/Mail.js.map +1 -1
- package/dist/api/resources/SocietyEvent.d.ts +7 -0
- package/dist/api/resources/SocietyEvent.d.ts.map +1 -0
- package/dist/api/resources/SocietyEvent.js +10 -0
- package/dist/api/resources/SocietyEvent.js.map +1 -0
- package/dist/api/resources/UnpaidCallHistory.d.ts +6 -0
- package/dist/api/resources/UnpaidCallHistory.d.ts.map +1 -0
- package/dist/api/resources/UnpaidCallHistory.js +7 -0
- package/dist/api/resources/UnpaidCallHistory.js.map +1 -0
- package/dist/api/resources/UserSpecialDay.d.ts +10 -0
- package/dist/api/resources/UserSpecialDay.d.ts.map +1 -0
- package/dist/api/resources/UserSpecialDay.js +24 -0
- package/dist/api/resources/UserSpecialDay.js.map +1 -0
- package/dist/api/resources.d.ts +10 -0
- package/dist/api/resources.d.ts.map +1 -1
- package/dist/api/resources.js +10 -0
- package/dist/api/resources.js.map +1 -1
- package/dist/types/Enum/CommercialGrade.d.ts +5 -0
- package/dist/types/Enum/CommercialGrade.d.ts.map +1 -1
- package/dist/types/Enum/CommercialGrade.js +6 -0
- package/dist/types/Enum/CommercialGrade.js.map +1 -1
- package/dist/types/Enum/Constitution.d.ts +7 -0
- package/dist/types/Enum/Constitution.d.ts.map +1 -0
- package/dist/types/Enum/Constitution.js +8 -0
- package/dist/types/Enum/Constitution.js.map +1 -0
- package/dist/types/Enum/ExerciceNoteType.d.ts +5 -0
- package/dist/types/Enum/ExerciceNoteType.d.ts.map +1 -0
- package/dist/types/Enum/ExerciceNoteType.js +6 -0
- package/dist/types/Enum/ExerciceNoteType.js.map +1 -0
- package/dist/types/Enum/{JuridicalSocietyEnum.d.ts → JuridicalSociety.d.ts} +1 -1
- package/dist/types/Enum/JuridicalSociety.d.ts.map +1 -0
- package/dist/types/Enum/{JuridicalSocietyEnum.js → JuridicalSociety.js} +1 -1
- package/dist/types/Enum/JuridicalSociety.js.map +1 -0
- package/dist/types/Enum/UnpaidCallHistoryType.d.ts +10 -0
- package/dist/types/Enum/UnpaidCallHistoryType.d.ts.map +1 -0
- package/dist/types/Enum/UnpaidCallHistoryType.js +21 -0
- package/dist/types/Enum/UnpaidCallHistoryType.js.map +1 -0
- package/dist/types/Enum/VatDeclarationType.d.ts +2 -0
- package/dist/types/Enum/VatDeclarationType.d.ts.map +1 -1
- package/dist/types/Enum/VatDeclarationType.js +228 -0
- package/dist/types/Enum/VatDeclarationType.js.map +1 -1
- package/dist/types/Form/FormAuthenticate.d.ts +1 -0
- package/dist/types/Form/FormAuthenticate.d.ts.map +1 -1
- package/dist/types/Form/FormAuthenticate.js +6 -0
- package/dist/types/Form/FormAuthenticate.js.map +1 -1
- package/dist/types/Interface/api/SocietyApproval.d.ts +1 -0
- package/dist/types/Interface/api/SocietyApproval.d.ts.map +1 -1
- package/dist/types/Interface/api/SocietyApproval.js +7 -0
- package/dist/types/Interface/api/SocietyApproval.js.map +1 -1
- package/dist/types/Interface/api/alert/CreateAlert.d.ts +13 -0
- package/dist/types/Interface/api/alert/CreateAlert.d.ts.map +1 -0
- package/dist/types/Interface/api/alert/CreateAlert.js +95 -0
- package/dist/types/Interface/api/alert/CreateAlert.js.map +1 -0
- package/dist/types/Interface/api/calendarEvent/createCalendarEvent.d.ts +1 -0
- package/dist/types/Interface/api/calendarEvent/createCalendarEvent.d.ts.map +1 -1
- package/dist/types/Interface/api/calendarEvent/createCalendarEvent.js +5 -0
- package/dist/types/Interface/api/calendarEvent/createCalendarEvent.js.map +1 -1
- package/dist/types/Interface/api/calendarEvent/createCalendarEventForUsers.d.ts +1 -0
- package/dist/types/Interface/api/calendarEvent/createCalendarEventForUsers.d.ts.map +1 -1
- package/dist/types/Interface/api/calendarEvent/createCalendarEventForUsers.js +5 -0
- package/dist/types/Interface/api/calendarEvent/createCalendarEventForUsers.js.map +1 -1
- package/dist/types/Interface/api/calendarEvent/query.js +1 -1
- package/dist/types/Interface/api/calendarEvent/query.js.map +1 -1
- package/dist/types/Interface/api/calendarEvent/updateCalendarEvent.d.ts +1 -0
- package/dist/types/Interface/api/calendarEvent/updateCalendarEvent.d.ts.map +1 -1
- package/dist/types/Interface/api/calendarEvent/updateCalendarEvent.js +5 -0
- package/dist/types/Interface/api/calendarEvent/updateCalendarEvent.js.map +1 -1
- package/dist/types/Interface/api/checklist/Read.d.ts +1 -0
- package/dist/types/Interface/api/checklist/Read.d.ts.map +1 -1
- package/dist/types/Interface/api/checklist/Read.js.map +1 -1
- package/dist/types/Interface/api/commercialManagement/Create.d.ts +7 -0
- package/dist/types/Interface/api/commercialManagement/Create.d.ts.map +1 -1
- package/dist/types/Interface/api/commercialManagement/Create.js +32 -0
- package/dist/types/Interface/api/commercialManagement/Create.js.map +1 -1
- package/dist/types/Interface/api/config/ConfigType.d.ts +2 -0
- package/dist/types/Interface/api/config/ConfigType.d.ts.map +1 -1
- package/dist/types/Interface/api/config/ConfigType.js.map +1 -1
- package/dist/types/Interface/api/exerciceNote/CreateExerciceNote.d.ts +9 -0
- package/dist/types/Interface/api/exerciceNote/CreateExerciceNote.d.ts.map +1 -0
- package/dist/types/Interface/api/exerciceNote/CreateExerciceNote.js +31 -0
- package/dist/types/Interface/api/exerciceNote/CreateExerciceNote.js.map +1 -0
- package/dist/types/Interface/api/exerciceNote/QueryExerciceNote.d.ts +5 -0
- package/dist/types/Interface/api/exerciceNote/QueryExerciceNote.d.ts.map +1 -0
- package/dist/types/Interface/api/exerciceNote/QueryExerciceNote.js +19 -0
- package/dist/types/Interface/api/exerciceNote/QueryExerciceNote.js.map +1 -0
- package/dist/types/Interface/api/payment/Util.d.ts.map +1 -1
- package/dist/types/Interface/api/payment/Util.js.map +1 -1
- package/dist/types/Interface/api/prestation/Query.d.ts +1 -0
- package/dist/types/Interface/api/prestation/Query.d.ts.map +1 -1
- package/dist/types/Interface/api/prestation/Query.js +8 -0
- package/dist/types/Interface/api/prestation/Query.js.map +1 -1
- package/dist/types/Interface/api/registration/CreateRegistration.d.ts +4 -0
- package/dist/types/Interface/api/registration/CreateRegistration.d.ts.map +1 -1
- package/dist/types/Interface/api/registration/CreateRegistration.js +14 -0
- package/dist/types/Interface/api/registration/CreateRegistration.js.map +1 -1
- package/dist/types/Interface/api/revision/Read.d.ts +2 -0
- package/dist/types/Interface/api/revision/Read.d.ts.map +1 -1
- package/dist/types/Interface/api/revision/Read.js.map +1 -1
- package/dist/types/Interface/api/society/QuerySociety.d.ts.map +1 -1
- package/dist/types/Interface/api/society/QuerySociety.js +1 -0
- package/dist/types/Interface/api/society/QuerySociety.js.map +1 -1
- package/dist/types/Interface/api/societyConfig/update.d.ts +13 -0
- package/dist/types/Interface/api/societyConfig/update.d.ts.map +1 -1
- package/dist/types/Interface/api/societyConfig/update.js +100 -0
- package/dist/types/Interface/api/societyConfig/update.js.map +1 -1
- package/dist/types/Interface/api/societyEvent/CreateSocietyEvent.d.ts +6 -0
- package/dist/types/Interface/api/societyEvent/CreateSocietyEvent.d.ts.map +1 -0
- package/dist/types/Interface/api/societyEvent/CreateSocietyEvent.js +24 -0
- package/dist/types/Interface/api/societyEvent/CreateSocietyEvent.js.map +1 -0
- package/dist/types/Interface/api/societyEvent/QuerySocietyEvent.d.ts +5 -0
- package/dist/types/Interface/api/societyEvent/QuerySocietyEvent.d.ts.map +1 -0
- package/dist/types/Interface/api/societyEvent/QuerySocietyEvent.js +18 -0
- package/dist/types/Interface/api/societyEvent/QuerySocietyEvent.js.map +1 -0
- package/dist/types/Interface/api/terminationList/CreateTerminationList.d.ts +2 -0
- package/dist/types/Interface/api/terminationList/CreateTerminationList.d.ts.map +1 -1
- package/dist/types/Interface/api/terminationList/CreateTerminationList.js +16 -0
- package/dist/types/Interface/api/terminationList/CreateTerminationList.js.map +1 -1
- package/dist/types/Interface/api/terminationList/DestroyTerminationList.d.ts +2 -0
- package/dist/types/Interface/api/terminationList/DestroyTerminationList.d.ts.map +1 -1
- package/dist/types/Interface/api/terminationList/DestroyTerminationList.js +16 -0
- package/dist/types/Interface/api/terminationList/DestroyTerminationList.js.map +1 -1
- package/dist/types/Interface/api/terminationList/QueryTerminationList.d.ts +2 -0
- package/dist/types/Interface/api/terminationList/QueryTerminationList.d.ts.map +1 -1
- package/dist/types/Interface/api/terminationList/QueryTerminationList.js +16 -0
- package/dist/types/Interface/api/terminationList/QueryTerminationList.js.map +1 -1
- package/dist/types/Interface/api/user/Permissions.d.ts +2 -0
- package/dist/types/Interface/api/user/Permissions.d.ts.map +1 -1
- package/dist/types/Interface/api/user/Permissions.js.map +1 -1
- package/dist/types/Interface/api/user/UpdateCoworker.d.ts +5 -1
- package/dist/types/Interface/api/user/UpdateCoworker.d.ts.map +1 -1
- package/dist/types/Interface/api/user/UpdateCoworker.js +11 -1
- package/dist/types/Interface/api/user/UpdateCoworker.js.map +1 -1
- package/dist/types/Interface/api/userSpecialDay/BodyUserSpecialDay.d.ts +14 -0
- package/dist/types/Interface/api/userSpecialDay/BodyUserSpecialDay.d.ts.map +1 -0
- package/dist/types/Interface/api/userSpecialDay/BodyUserSpecialDay.js +66 -0
- package/dist/types/Interface/api/userSpecialDay/BodyUserSpecialDay.js.map +1 -0
- package/dist/types/Interface/api/userSpecialDay/QueryUserSpecialDay.d.ts +8 -0
- package/dist/types/Interface/api/userSpecialDay/QueryUserSpecialDay.d.ts.map +1 -0
- package/dist/types/Interface/api/userSpecialDay/QueryUserSpecialDay.js +41 -0
- package/dist/types/Interface/api/userSpecialDay/QueryUserSpecialDay.js.map +1 -0
- package/dist/types/Interface/api/webmail/MigrateMailAddresses.d.ts +9 -0
- package/dist/types/Interface/api/webmail/MigrateMailAddresses.d.ts.map +1 -0
- package/dist/types/Interface/api/webmail/MigrateMailAddresses.js +42 -0
- package/dist/types/Interface/api/webmail/MigrateMailAddresses.js.map +1 -0
- package/dist/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.d.ts +15 -0
- package/dist/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.d.ts.map +1 -1
- package/dist/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.js +69 -1
- package/dist/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.js.map +1 -1
- package/dist/types/Interface/models/IAccount.d.ts +4 -1
- package/dist/types/Interface/models/IAccount.d.ts.map +1 -1
- package/dist/types/Interface/models/IAccount.js +4 -1
- package/dist/types/Interface/models/IAccount.js.map +1 -1
- package/dist/types/Interface/models/IAccountantTracker.d.ts +12 -0
- package/dist/types/Interface/models/IAccountantTracker.d.ts.map +1 -0
- package/dist/types/Interface/models/IAccountantTracker.js +13 -0
- package/dist/types/Interface/models/IAccountantTracker.js.map +1 -0
- package/dist/types/Interface/models/IAccountingFile.d.ts +2 -1
- package/dist/types/Interface/models/IAccountingFile.d.ts.map +1 -1
- package/dist/types/Interface/models/IAccountingFile.js +1 -0
- package/dist/types/Interface/models/IAccountingFile.js.map +1 -1
- package/dist/types/Interface/models/IAccountingState.d.ts +19 -0
- package/dist/types/Interface/models/IAccountingState.d.ts.map +1 -0
- package/dist/types/Interface/models/IAccountingState.js +18 -0
- package/dist/types/Interface/models/IAccountingState.js.map +1 -0
- package/dist/types/Interface/models/IAccountingStateType.d.ts +7 -0
- package/dist/types/Interface/models/IAccountingStateType.d.ts.map +1 -0
- package/dist/types/Interface/models/IAccountingStateType.js +8 -0
- package/dist/types/Interface/models/IAccountingStateType.js.map +1 -0
- package/dist/types/Interface/models/IAccountingTransaction.d.ts +5 -0
- package/dist/types/Interface/models/IAccountingTransaction.d.ts.map +1 -1
- package/dist/types/Interface/models/IAccountingTransaction.js +5 -0
- package/dist/types/Interface/models/IAccountingTransaction.js.map +1 -1
- package/dist/types/Interface/models/IAlert.d.ts +17 -0
- package/dist/types/Interface/models/IAlert.d.ts.map +1 -0
- package/dist/types/Interface/models/IAlert.js +18 -0
- package/dist/types/Interface/models/IAlert.js.map +1 -0
- package/dist/types/Interface/models/IAppConfig.d.ts +8 -0
- package/dist/types/Interface/models/IAppConfig.d.ts.map +1 -0
- package/dist/types/Interface/models/IAppConfig.js +9 -0
- package/dist/types/Interface/models/IAppConfig.js.map +1 -0
- package/dist/types/Interface/models/IAreasInvoice.d.ts +13 -0
- package/dist/types/Interface/models/IAreasInvoice.d.ts.map +1 -0
- package/dist/types/Interface/models/IAreasInvoice.js +14 -0
- package/dist/types/Interface/models/IAreasInvoice.js.map +1 -0
- package/dist/types/Interface/models/IAttachmentFile.d.ts +17 -0
- package/dist/types/Interface/models/IAttachmentFile.d.ts.map +1 -0
- package/dist/types/Interface/models/IAttachmentFile.js +16 -0
- package/dist/types/Interface/models/IAttachmentFile.js.map +1 -0
- package/dist/types/Interface/models/IBalanceSheetCompletion.d.ts +2 -1
- package/dist/types/Interface/models/IBalanceSheetCompletion.d.ts.map +1 -1
- package/dist/types/Interface/models/IBalanceSheetCompletion.js +1 -0
- package/dist/types/Interface/models/IBalanceSheetCompletion.js.map +1 -1
- package/dist/types/Interface/models/IBalanceSheetStatus.d.ts +7 -0
- package/dist/types/Interface/models/IBalanceSheetStatus.d.ts.map +1 -0
- package/dist/types/Interface/models/IBalanceSheetStatus.js +7 -0
- package/dist/types/Interface/models/IBalanceSheetStatus.js.map +1 -0
- package/dist/types/Interface/models/IBankList.d.ts +10 -0
- package/dist/types/Interface/models/IBankList.d.ts.map +1 -1
- package/dist/types/Interface/models/IBankList.js +10 -0
- package/dist/types/Interface/models/IBankList.js.map +1 -1
- package/dist/types/Interface/models/IBusinessLine.d.ts +2 -0
- package/dist/types/Interface/models/IBusinessLine.d.ts.map +1 -1
- package/dist/types/Interface/models/IBusinessLine.js +3 -0
- package/dist/types/Interface/models/IBusinessLine.js.map +1 -1
- package/dist/types/Interface/models/ICalendarEvent.d.ts +5 -0
- package/dist/types/Interface/models/ICalendarEvent.d.ts.map +1 -1
- package/dist/types/Interface/models/ICalendarEvent.js +3 -0
- package/dist/types/Interface/models/ICalendarEvent.js.map +1 -1
- package/dist/types/Interface/models/ICategory.d.ts +9 -0
- package/dist/types/Interface/models/ICategory.d.ts.map +1 -0
- package/dist/types/Interface/models/ICategory.js +10 -0
- package/dist/types/Interface/models/ICategory.js.map +1 -0
- package/dist/types/Interface/models/ICerfaValue.d.ts +11 -0
- package/dist/types/Interface/models/ICerfaValue.d.ts.map +1 -0
- package/dist/types/Interface/models/ICerfaValue.js +12 -0
- package/dist/types/Interface/models/ICerfaValue.js.map +1 -0
- package/dist/types/Interface/models/IChecklist.d.ts +2 -0
- package/dist/types/Interface/models/IChecklist.d.ts.map +1 -1
- package/dist/types/Interface/models/IChecklist.js +1 -0
- package/dist/types/Interface/models/IChecklist.js.map +1 -1
- package/dist/types/Interface/models/IColor.d.ts +7 -0
- package/dist/types/Interface/models/IColor.d.ts.map +1 -0
- package/dist/types/Interface/models/IColor.js +8 -0
- package/dist/types/Interface/models/IColor.js.map +1 -0
- package/dist/types/Interface/models/ICustomerVat.d.ts +3 -0
- package/dist/types/Interface/models/ICustomerVat.d.ts.map +1 -1
- package/dist/types/Interface/models/ICustomerVat.js +2 -0
- package/dist/types/Interface/models/ICustomerVat.js.map +1 -1
- package/dist/types/Interface/models/ICustomisation.d.ts +11 -0
- package/dist/types/Interface/models/ICustomisation.d.ts.map +1 -0
- package/dist/types/Interface/models/ICustomisation.js +12 -0
- package/dist/types/Interface/models/ICustomisation.js.map +1 -0
- package/dist/types/Interface/models/ICustomizationType.d.ts +7 -0
- package/dist/types/Interface/models/ICustomizationType.d.ts.map +1 -0
- package/dist/types/Interface/models/ICustomizationType.js +8 -0
- package/dist/types/Interface/models/ICustomizationType.js.map +1 -0
- package/dist/types/Interface/models/IDay.d.ts +7 -0
- package/dist/types/Interface/models/IDay.d.ts.map +1 -0
- package/dist/types/Interface/models/IDay.js +8 -0
- package/dist/types/Interface/models/IDay.js.map +1 -0
- package/dist/types/Interface/models/IDetailedLogBi.d.ts +19 -0
- package/dist/types/Interface/models/IDetailedLogBi.d.ts.map +1 -0
- package/dist/types/Interface/models/IDetailedLogBi.js +20 -0
- package/dist/types/Interface/models/IDetailedLogBi.js.map +1 -0
- package/dist/types/Interface/models/IEmployee.d.ts +3 -0
- package/dist/types/Interface/models/IEmployee.d.ts.map +1 -1
- package/dist/types/Interface/models/IEmployee.js +2 -0
- package/dist/types/Interface/models/IEmployee.js.map +1 -1
- package/dist/types/Interface/models/IEstimateInvoice.d.ts +4 -1
- package/dist/types/Interface/models/IEstimateInvoice.d.ts.map +1 -1
- package/dist/types/Interface/models/IEstimateInvoice.js +3 -1
- package/dist/types/Interface/models/IEstimateInvoice.js.map +1 -1
- package/dist/types/Interface/models/IEstimateInvoiceRepeat.d.ts +13 -0
- package/dist/types/Interface/models/IEstimateInvoiceRepeat.d.ts.map +1 -0
- package/dist/types/Interface/models/IEstimateInvoiceRepeat.js +14 -0
- package/dist/types/Interface/models/IEstimateInvoiceRepeat.js.map +1 -0
- package/dist/types/Interface/models/IExerciceNote.d.ts +15 -0
- package/dist/types/Interface/models/IExerciceNote.d.ts.map +1 -0
- package/dist/types/Interface/models/IExerciceNote.js +13 -0
- package/dist/types/Interface/models/IExerciceNote.js.map +1 -0
- package/dist/types/Interface/models/IFailedLoginAttempt.d.ts +10 -0
- package/dist/types/Interface/models/IFailedLoginAttempt.d.ts.map +1 -0
- package/dist/types/Interface/models/IFailedLoginAttempt.js +11 -0
- package/dist/types/Interface/models/IFailedLoginAttempt.js.map +1 -0
- package/dist/types/Interface/models/IFile.d.ts +2 -0
- package/dist/types/Interface/models/IFile.d.ts.map +1 -1
- package/dist/types/Interface/models/IFile.js +1 -0
- package/dist/types/Interface/models/IFile.js.map +1 -1
- package/dist/types/Interface/models/IFileMissing.d.ts +13 -0
- package/dist/types/Interface/models/IFileMissing.d.ts.map +1 -0
- package/dist/types/Interface/models/IFileMissing.js +14 -0
- package/dist/types/Interface/models/IFileMissing.js.map +1 -0
- package/dist/types/Interface/models/IFrequency.d.ts +7 -0
- package/dist/types/Interface/models/IFrequency.d.ts.map +1 -0
- package/dist/types/Interface/models/IFrequency.js +8 -0
- package/dist/types/Interface/models/IFrequency.js.map +1 -0
- package/dist/types/Interface/models/IInternalEstimate.d.ts +14 -0
- package/dist/types/Interface/models/IInternalEstimate.d.ts.map +1 -0
- package/dist/types/Interface/models/IInternalEstimate.js +15 -0
- package/dist/types/Interface/models/IInternalEstimate.js.map +1 -0
- package/dist/types/Interface/models/IKilometricAllowanceScale.d.ts +10 -0
- package/dist/types/Interface/models/IKilometricAllowanceScale.d.ts.map +1 -0
- package/dist/types/Interface/models/IKilometricAllowanceScale.js +11 -0
- package/dist/types/Interface/models/IKilometricAllowanceScale.js.map +1 -0
- package/dist/types/Interface/models/ILabelPaymentWaiting.d.ts +7 -0
- package/dist/types/Interface/models/ILabelPaymentWaiting.d.ts.map +1 -0
- package/dist/types/Interface/models/ILabelPaymentWaiting.js +8 -0
- package/dist/types/Interface/models/ILabelPaymentWaiting.js.map +1 -0
- package/dist/types/Interface/models/ILastUpdateConnection.d.ts +11 -0
- package/dist/types/Interface/models/ILastUpdateConnection.d.ts.map +1 -0
- package/dist/types/Interface/models/ILastUpdateConnection.js +11 -0
- package/dist/types/Interface/models/ILastUpdateConnection.js.map +1 -0
- package/dist/types/Interface/models/ILogBi.d.ts +12 -0
- package/dist/types/Interface/models/ILogBi.d.ts.map +1 -0
- package/dist/types/Interface/models/ILogBi.js +13 -0
- package/dist/types/Interface/models/ILogBi.js.map +1 -0
- package/dist/types/Interface/models/IMail.d.ts +1 -0
- package/dist/types/Interface/models/IMail.d.ts.map +1 -1
- package/dist/types/Interface/models/IMail.js +1 -0
- package/dist/types/Interface/models/IMail.js.map +1 -1
- package/dist/types/Interface/models/IMailRelation.d.ts +12 -0
- package/dist/types/Interface/models/IMailRelation.d.ts.map +1 -0
- package/dist/types/Interface/models/IMailRelation.js +12 -0
- package/dist/types/Interface/models/IMailRelation.js.map +1 -0
- package/dist/types/Interface/models/IMobileNotificationLog.d.ts +4 -0
- package/dist/types/Interface/models/IMobileNotificationLog.d.ts.map +1 -1
- package/dist/types/Interface/models/IMobileNotificationLog.js +4 -0
- package/dist/types/Interface/models/IMobileNotificationLog.js.map +1 -1
- package/dist/types/Interface/models/IMonth.d.ts +7 -0
- package/dist/types/Interface/models/IMonth.d.ts.map +1 -0
- package/dist/types/Interface/models/IMonth.js +8 -0
- package/dist/types/Interface/models/IMonth.js.map +1 -0
- package/dist/types/Interface/models/INote.d.ts +8 -0
- package/dist/types/Interface/models/INote.d.ts.map +1 -0
- package/dist/types/Interface/models/INote.js +9 -0
- package/dist/types/Interface/models/INote.js.map +1 -0
- package/dist/types/Interface/models/IPayPlan.d.ts +7 -0
- package/dist/types/Interface/models/IPayPlan.d.ts.map +1 -0
- package/dist/types/Interface/models/IPayPlan.js +8 -0
- package/dist/types/Interface/models/IPayPlan.js.map +1 -0
- package/dist/types/Interface/models/IPaymentDelay.d.ts +7 -0
- package/dist/types/Interface/models/IPaymentDelay.d.ts.map +1 -0
- package/dist/types/Interface/models/IPaymentDelay.js +8 -0
- package/dist/types/Interface/models/IPaymentDelay.js.map +1 -0
- package/dist/types/Interface/models/IPaymentWaiting.d.ts +19 -0
- package/dist/types/Interface/models/IPaymentWaiting.d.ts.map +1 -0
- package/dist/types/Interface/models/IPaymentWaiting.js +19 -0
- package/dist/types/Interface/models/IPaymentWaiting.js.map +1 -0
- package/dist/types/Interface/models/IPermission.d.ts +2 -0
- package/dist/types/Interface/models/IPermission.d.ts.map +1 -1
- package/dist/types/Interface/models/IPermission.js +2 -0
- package/dist/types/Interface/models/IPermission.js.map +1 -1
- package/dist/types/Interface/models/IPhoneNumber.d.ts +10 -0
- package/dist/types/Interface/models/IPhoneNumber.d.ts.map +1 -0
- package/dist/types/Interface/models/IPhoneNumber.js +11 -0
- package/dist/types/Interface/models/IPhoneNumber.js.map +1 -0
- package/dist/types/Interface/models/IPhonePrefix.d.ts +10 -0
- package/dist/types/Interface/models/IPhonePrefix.d.ts.map +1 -0
- package/dist/types/Interface/models/IPhonePrefix.js +11 -0
- package/dist/types/Interface/models/IPhonePrefix.js.map +1 -0
- package/dist/types/Interface/models/IPhonePrefixChild.d.ts +8 -0
- package/dist/types/Interface/models/IPhonePrefixChild.d.ts.map +1 -0
- package/dist/types/Interface/models/IPhonePrefixChild.js +9 -0
- package/dist/types/Interface/models/IPhonePrefixChild.js.map +1 -0
- package/dist/types/Interface/models/IPrestation.d.ts +2 -0
- package/dist/types/Interface/models/IPrestation.d.ts.map +1 -1
- package/dist/types/Interface/models/IPrestation.js +3 -0
- package/dist/types/Interface/models/IPrestation.js.map +1 -1
- package/dist/types/Interface/models/IQuotaLead.d.ts +14 -0
- package/dist/types/Interface/models/IQuotaLead.d.ts.map +1 -0
- package/dist/types/Interface/models/IQuotaLead.js +15 -0
- package/dist/types/Interface/models/IQuotaLead.js.map +1 -0
- package/dist/types/Interface/models/IRefundMotif.d.ts +7 -0
- package/dist/types/Interface/models/IRefundMotif.d.ts.map +1 -0
- package/dist/types/Interface/models/IRefundMotif.js +9 -0
- package/dist/types/Interface/models/IRefundMotif.js.map +1 -0
- package/dist/types/Interface/models/IRegion.d.ts +7 -0
- package/dist/types/Interface/models/IRegion.d.ts.map +1 -0
- package/dist/types/Interface/models/IRegion.js +8 -0
- package/dist/types/Interface/models/IRegion.js.map +1 -0
- package/dist/types/Interface/models/IRegistrationCertificate.d.ts +3 -0
- package/dist/types/Interface/models/IRegistrationCertificate.d.ts.map +1 -1
- package/dist/types/Interface/models/IRegistrationCertificate.js +2 -0
- package/dist/types/Interface/models/IRegistrationCertificate.js.map +1 -1
- package/dist/types/Interface/models/IRepeatType.d.ts +7 -0
- package/dist/types/Interface/models/IRepeatType.d.ts.map +1 -0
- package/dist/types/Interface/models/IRepeatType.js +8 -0
- package/dist/types/Interface/models/IRepeatType.js.map +1 -0
- package/dist/types/Interface/models/IRoom.d.ts +7 -0
- package/dist/types/Interface/models/IRoom.d.ts.map +1 -0
- package/dist/types/Interface/models/IRoom.js +8 -0
- package/dist/types/Interface/models/IRoom.js.map +1 -0
- package/dist/types/Interface/models/ISchedule.d.ts +12 -0
- package/dist/types/Interface/models/ISchedule.d.ts.map +1 -0
- package/dist/types/Interface/models/ISchedule.js +13 -0
- package/dist/types/Interface/models/ISchedule.js.map +1 -0
- package/dist/types/Interface/models/IService.d.ts +7 -0
- package/dist/types/Interface/models/IService.d.ts.map +1 -0
- package/dist/types/Interface/models/IService.js +8 -0
- package/dist/types/Interface/models/IService.js.map +1 -0
- package/dist/types/Interface/models/ISheetMonthSchedule.d.ts +2 -0
- package/dist/types/Interface/models/ISheetMonthSchedule.d.ts.map +1 -1
- package/dist/types/Interface/models/ISheetMonthSchedule.js +1 -0
- package/dist/types/Interface/models/ISheetMonthSchedule.js.map +1 -1
- package/dist/types/Interface/models/ISociety.d.ts +47 -1
- package/dist/types/Interface/models/ISociety.d.ts.map +1 -1
- package/dist/types/Interface/models/ISociety.js +41 -0
- package/dist/types/Interface/models/ISociety.js.map +1 -1
- package/dist/types/Interface/models/ISocietyApproval.d.ts +3 -0
- package/dist/types/Interface/models/ISocietyApproval.d.ts.map +1 -1
- package/dist/types/Interface/models/ISocietyApproval.js +2 -0
- package/dist/types/Interface/models/ISocietyApproval.js.map +1 -1
- package/dist/types/Interface/models/ISocietyBudgetConnection.d.ts +9 -0
- package/dist/types/Interface/models/ISocietyBudgetConnection.d.ts.map +1 -0
- package/dist/types/Interface/models/ISocietyBudgetConnection.js +10 -0
- package/dist/types/Interface/models/ISocietyBudgetConnection.js.map +1 -0
- package/dist/types/Interface/models/ISocietyConfig.d.ts +14 -0
- package/dist/types/Interface/models/ISocietyConfig.d.ts.map +1 -1
- package/dist/types/Interface/models/ISocietyConfig.js +14 -0
- package/dist/types/Interface/models/ISocietyConfig.js.map +1 -1
- package/dist/types/Interface/models/ISocietyDetail.d.ts +58 -0
- package/dist/types/Interface/models/ISocietyDetail.d.ts.map +1 -1
- package/dist/types/Interface/models/ISocietyDetail.js +58 -0
- package/dist/types/Interface/models/ISocietyDetail.js.map +1 -1
- package/dist/types/Interface/models/ISocietyEvent.d.ts +12 -0
- package/dist/types/Interface/models/ISocietyEvent.d.ts.map +1 -0
- package/dist/types/Interface/models/ISocietyEvent.js +11 -0
- package/dist/types/Interface/models/ISocietyEvent.js.map +1 -0
- package/dist/types/Interface/models/ISocietyFile.d.ts +16 -0
- package/dist/types/Interface/models/ISocietyFile.d.ts.map +1 -0
- package/dist/types/Interface/models/ISocietyFile.js +17 -0
- package/dist/types/Interface/models/ISocietyFile.js.map +1 -0
- package/dist/types/Interface/models/ISocietyGescom.d.ts +6 -0
- package/dist/types/Interface/models/ISocietyGescom.d.ts.map +1 -1
- package/dist/types/Interface/models/ISocietyGescom.js +6 -0
- package/dist/types/Interface/models/ISocietyGescom.js.map +1 -1
- package/dist/types/Interface/models/ISocietyNote.d.ts +7 -0
- package/dist/types/Interface/models/ISocietyNote.d.ts.map +1 -0
- package/dist/types/Interface/models/ISocietyNote.js +8 -0
- package/dist/types/Interface/models/ISocietyNote.js.map +1 -0
- package/dist/types/Interface/models/IStripeEvent.d.ts +12 -0
- package/dist/types/Interface/models/IStripeEvent.d.ts.map +1 -0
- package/dist/types/Interface/models/IStripeEvent.js +13 -0
- package/dist/types/Interface/models/IStripeEvent.js.map +1 -0
- package/dist/types/Interface/models/IStripeEventType.d.ts +7 -0
- package/dist/types/Interface/models/IStripeEventType.d.ts.map +1 -0
- package/dist/types/Interface/models/IStripeEventType.js +8 -0
- package/dist/types/Interface/models/IStripeEventType.js.map +1 -0
- package/dist/types/Interface/models/ITeam.d.ts +2 -0
- package/dist/types/Interface/models/ITeam.d.ts.map +1 -1
- package/dist/types/Interface/models/ITeam.js +1 -0
- package/dist/types/Interface/models/ITeam.js.map +1 -1
- package/dist/types/Interface/models/ITeamBusinessLine.d.ts +8 -0
- package/dist/types/Interface/models/ITeamBusinessLine.d.ts.map +1 -0
- package/dist/types/Interface/models/ITeamBusinessLine.js +9 -0
- package/dist/types/Interface/models/ITeamBusinessLine.js.map +1 -0
- package/dist/types/Interface/models/ITerminationList.d.ts +2 -0
- package/dist/types/Interface/models/ITerminationList.d.ts.map +1 -1
- package/dist/types/Interface/models/ITerminationList.js +4 -0
- package/dist/types/Interface/models/ITerminationList.js.map +1 -1
- package/dist/types/Interface/models/ITimeRecorder.d.ts.map +1 -1
- package/dist/types/Interface/models/ITimeRecorder.js +1 -0
- package/dist/types/Interface/models/ITimeRecorder.js.map +1 -1
- package/dist/types/Interface/models/IUnpaidCallHistory.d.ts +14 -0
- package/dist/types/Interface/models/IUnpaidCallHistory.d.ts.map +1 -0
- package/dist/types/Interface/models/IUnpaidCallHistory.js +13 -0
- package/dist/types/Interface/models/IUnpaidCallHistory.js.map +1 -0
- package/dist/types/Interface/models/IUpToDateBankAccount.d.ts +9 -0
- package/dist/types/Interface/models/IUpToDateBankAccount.d.ts.map +1 -1
- package/dist/types/Interface/models/IUpToDateBankAccount.js +7 -0
- package/dist/types/Interface/models/IUpToDateBankAccount.js.map +1 -1
- package/dist/types/Interface/models/IUser.d.ts +22 -0
- package/dist/types/Interface/models/IUser.d.ts.map +1 -1
- package/dist/types/Interface/models/IUser.js +23 -0
- package/dist/types/Interface/models/IUser.js.map +1 -1
- package/dist/types/Interface/models/IUserSpecialDay.d.ts +14 -0
- package/dist/types/Interface/models/IUserSpecialDay.d.ts.map +1 -0
- package/dist/types/Interface/models/IUserSpecialDay.js +14 -0
- package/dist/types/Interface/models/IUserSpecialDay.js.map +1 -0
- package/dist/types/Interface/models/IVatDeclaration.d.ts +118 -0
- package/dist/types/Interface/models/IVatDeclaration.d.ts.map +1 -0
- package/dist/types/Interface/models/IVatDeclaration.js +113 -0
- package/dist/types/Interface/models/IVatDeclaration.js.map +1 -0
- package/dist/types/Interface/models/IWebMail.d.ts +64 -0
- package/dist/types/Interface/models/IWebMail.d.ts.map +1 -0
- package/dist/types/Interface/models/IWebMail.js +61 -0
- package/dist/types/Interface/models/IWebMail.js.map +1 -0
- package/dist/types/Interface/models/IWebMailAttachment.d.ts +8 -0
- package/dist/types/Interface/models/IWebMailAttachment.d.ts.map +1 -0
- package/dist/types/Interface/models/IWebMailAttachment.js +9 -0
- package/dist/types/Interface/models/IWebMailAttachment.js.map +1 -0
- package/dist/types/Interface/models/IWebMailStat.d.ts +9 -0
- package/dist/types/Interface/models/IWebMailStat.d.ts.map +1 -0
- package/dist/types/Interface/models/IWebMailStat.js +10 -0
- package/dist/types/Interface/models/IWebMailStat.js.map +1 -0
- package/dist/types/Interface/models/IWebMailType.d.ts +7 -0
- package/dist/types/Interface/models/IWebMailType.d.ts.map +1 -0
- package/dist/types/Interface/models/IWebMailType.js +8 -0
- package/dist/types/Interface/models/IWebMailType.js.map +1 -0
- package/dist/types/index.d.ts +67 -1
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/index.js +68 -1
- package/dist/types/index.js.map +1 -1
- package/dist/utils/commercialManagement/document.js +1 -1
- package/dist/utils/commercialManagement/document.js.map +1 -1
- package/dist/utils/payment.d.ts +1 -0
- package/dist/utils/payment.d.ts.map +1 -1
- package/dist/utils/payment.js +30 -3
- package/dist/utils/payment.js.map +1 -1
- package/dist/utils/prestation.d.ts +10 -2
- package/dist/utils/prestation.d.ts.map +1 -1
- package/dist/utils/prestation.js +27 -3
- package/dist/utils/prestation.js.map +1 -1
- package/dist/utils/societyApproval.d.ts +7 -0
- package/dist/utils/societyApproval.d.ts.map +1 -1
- package/dist/utils/societyApproval.js +12 -0
- package/dist/utils/societyApproval.js.map +1 -1
- package/dist/utils/tests/payment.spec.js +32 -0
- package/dist/utils/tests/payment.spec.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Alert.ts +12 -0
- package/ts/api/resources/ExerciceNote.ts +16 -0
- package/ts/api/resources/GeneralLedger.ts +13 -0
- package/ts/api/resources/Mail.ts +8 -0
- package/ts/api/resources/SocietyEvent.ts +12 -0
- package/ts/api/resources/UnpaidCallHistory.ts +8 -0
- package/ts/api/resources/UserSpecialDay.ts +29 -0
- package/ts/api/resources.ts +10 -0
- package/ts/types/Enum/CommercialGrade.ts +6 -0
- package/ts/types/Enum/Constitution.ts +6 -0
- package/ts/types/Enum/ExerciceNoteType.ts +4 -0
- package/ts/types/Enum/UnpaidCallHistoryType.ts +20 -0
- package/ts/types/Enum/VatDeclarationType.ts +230 -0
- package/ts/types/Form/FormAuthenticate.ts +4 -0
- package/ts/types/Interface/api/SocietyApproval.ts +5 -0
- package/ts/types/Interface/api/alert/CreateAlert.ts +65 -0
- package/ts/types/Interface/api/calendarEvent/createCalendarEvent.ts +3 -0
- package/ts/types/Interface/api/calendarEvent/createCalendarEventForUsers.ts +3 -0
- package/ts/types/Interface/api/calendarEvent/query.ts +1 -1
- package/ts/types/Interface/api/calendarEvent/updateCalendarEvent.ts +3 -0
- package/ts/types/Interface/api/checklist/Read.ts +1 -0
- package/ts/types/Interface/api/commercialManagement/Create.ts +24 -0
- package/ts/types/Interface/api/config/ConfigType.ts +2 -0
- package/ts/types/Interface/api/exerciceNote/CreateExerciceNote.ts +15 -0
- package/ts/types/Interface/api/exerciceNote/QueryExerciceNote.ts +7 -0
- package/ts/types/Interface/api/payment/Util.ts +2 -0
- package/ts/types/Interface/api/prestation/Query.ts +6 -0
- package/ts/types/Interface/api/registration/CreateRegistration.ts +10 -0
- package/ts/types/Interface/api/revision/Read.ts +2 -0
- package/ts/types/Interface/api/society/QuerySociety.ts +1 -0
- package/ts/types/Interface/api/societyConfig/update.ts +74 -0
- package/ts/types/Interface/api/societyEvent/CreateSocietyEvent.ts +10 -0
- package/ts/types/Interface/api/societyEvent/QuerySocietyEvent.ts +7 -0
- package/ts/types/Interface/api/terminationList/CreateTerminationList.ts +12 -0
- package/ts/types/Interface/api/terminationList/DestroyTerminationList.ts +12 -0
- package/ts/types/Interface/api/terminationList/QueryTerminationList.ts +12 -0
- package/ts/types/Interface/api/user/Permissions.ts +2 -0
- package/ts/types/Interface/api/user/UpdateCoworker.ts +10 -1
- package/ts/types/Interface/api/userSpecialDay/BodyUserSpecialDay.ts +40 -0
- package/ts/types/Interface/api/userSpecialDay/QueryUserSpecialDay.ts +23 -0
- package/ts/types/Interface/api/webmail/MigrateMailAddresses.ts +23 -0
- package/ts/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.ts +49 -1
- package/ts/types/Interface/models/IAccount.ts +4 -1
- package/ts/types/Interface/models/IAccountantTracker.ts +12 -0
- package/ts/types/Interface/models/IAccountingFile.ts +2 -1
- package/ts/types/Interface/models/IAccountingState.ts +22 -0
- package/ts/types/Interface/models/IAccountingStateType.ts +7 -0
- package/ts/types/Interface/models/IAccountingTransaction.ts +5 -0
- package/ts/types/Interface/models/IAlert.ts +17 -0
- package/ts/types/Interface/models/IAppConfig.ts +8 -0
- package/ts/types/Interface/models/IAreasInvoice.ts +16 -0
- package/ts/types/Interface/models/IAttachmentFile.ts +20 -0
- package/ts/types/Interface/models/IBalanceSheetCompletion.ts +2 -1
- package/ts/types/Interface/models/IBalanceSheetStatus.ts +7 -0
- package/ts/types/Interface/models/IBankList.ts +10 -0
- package/ts/types/Interface/models/IBusinessLine.ts +6 -0
- package/ts/types/Interface/models/ICalendarEvent.ts +5 -0
- package/ts/types/Interface/models/ICategory.ts +9 -0
- package/ts/types/Interface/models/ICerfaValue.ts +14 -0
- package/ts/types/Interface/models/IChecklist.ts +2 -0
- package/ts/types/Interface/models/IColor.ts +7 -0
- package/ts/types/Interface/models/ICustomerVat.ts +3 -0
- package/ts/types/Interface/models/ICustomisation.ts +11 -0
- package/ts/types/Interface/models/ICustomizationType.ts +7 -0
- package/ts/types/Interface/models/IDay.ts +7 -0
- package/ts/types/Interface/models/IDetailedLogBi.ts +19 -0
- package/ts/types/Interface/models/IEmployee.ts +3 -0
- package/ts/types/Interface/models/IEstimateInvoice.ts +4 -1
- package/ts/types/Interface/models/IEstimateInvoiceRepeat.ts +13 -0
- package/ts/types/Interface/models/IExerciceNote.ts +17 -0
- package/ts/types/Interface/models/IFailedLoginAttempt.ts +13 -0
- package/ts/types/Interface/models/IFile.ts +2 -0
- package/ts/types/Interface/models/IFileMissing.ts +13 -0
- package/ts/types/Interface/models/IFrequency.ts +7 -0
- package/ts/types/Interface/models/IInternalEstimate.ts +14 -0
- package/ts/types/Interface/models/IKilometricAllowanceScale.ts +10 -0
- package/ts/types/Interface/models/ILabelPaymentWaiting.ts +7 -0
- package/ts/types/Interface/models/ILastUpdateConnection.ts +13 -0
- package/ts/types/Interface/models/ILogBi.ts +12 -0
- package/ts/types/Interface/models/IMail.ts +1 -0
- package/ts/types/Interface/models/IMailRelation.ts +15 -0
- package/ts/types/Interface/models/IMobileNotificationLog.ts +4 -0
- package/ts/types/Interface/models/IMonth.ts +7 -0
- package/ts/types/Interface/models/INote.ts +8 -0
- package/ts/types/Interface/models/IPayPlan.ts +7 -0
- package/ts/types/Interface/models/IPaymentDelay.ts +7 -0
- package/ts/types/Interface/models/IPaymentWaiting.ts +22 -0
- package/ts/types/Interface/models/IPermission.ts +2 -0
- package/ts/types/Interface/models/IPhoneNumber.ts +10 -0
- package/ts/types/Interface/models/IPhonePrefix.ts +13 -0
- package/ts/types/Interface/models/IPhonePrefixChild.ts +8 -0
- package/ts/types/Interface/models/IPrestation.ts +3 -0
- package/ts/types/Interface/models/IQuotaLead.ts +17 -0
- package/ts/types/Interface/models/IRefundMotif.ts +8 -0
- package/ts/types/Interface/models/IRegion.ts +7 -0
- package/ts/types/Interface/models/IRegistrationCertificate.ts +3 -0
- package/ts/types/Interface/models/IRepeatType.ts +7 -0
- package/ts/types/Interface/models/IRoom.ts +7 -0
- package/ts/types/Interface/models/ISchedule.ts +12 -0
- package/ts/types/Interface/models/IService.ts +7 -0
- package/ts/types/Interface/models/ISheetMonthSchedule.ts +2 -0
- package/ts/types/Interface/models/ISociety.ts +47 -0
- package/ts/types/Interface/models/ISocietyApproval.ts +3 -0
- package/ts/types/Interface/models/ISocietyBudgetConnection.ts +9 -0
- package/ts/types/Interface/models/ISocietyConfig.ts +14 -0
- package/ts/types/Interface/models/ISocietyDetail.ts +58 -0
- package/ts/types/Interface/models/ISocietyEvent.ts +14 -0
- package/ts/types/Interface/models/ISocietyFile.ts +19 -0
- package/ts/types/Interface/models/ISocietyGescom.ts +6 -0
- package/ts/types/Interface/models/ISocietyNote.ts +7 -0
- package/ts/types/Interface/models/IStripeEvent.ts +12 -0
- package/ts/types/Interface/models/IStripeEventType.ts +7 -0
- package/ts/types/Interface/models/ITeam.ts +2 -0
- package/ts/types/Interface/models/ITeamBusinessLine.ts +8 -0
- package/ts/types/Interface/models/ITerminationList.ts +4 -0
- package/ts/types/Interface/models/ITimeRecorder.ts +2 -0
- package/ts/types/Interface/models/IUnpaidCallHistory.ts +16 -0
- package/ts/types/Interface/models/IUpToDateBankAccount.ts +9 -0
- package/ts/types/Interface/models/IUser.ts +23 -0
- package/ts/types/Interface/models/IUserSpecialDay.ts +16 -0
- package/ts/types/Interface/models/IVatDeclaration.ts +121 -0
- package/ts/types/Interface/models/IWebMail.ts +67 -0
- package/ts/types/Interface/models/IWebMailAttachment.ts +8 -0
- package/ts/types/Interface/models/IWebMailStat.ts +9 -0
- package/ts/types/Interface/models/IWebMailType.ts +7 -0
- package/ts/types/index.ts +69 -1
- package/ts/utils/commercialManagement/document.ts +1 -1
- package/ts/utils/payment.ts +29 -2
- package/ts/utils/prestation.ts +28 -1
- package/ts/utils/societyApproval.ts +16 -0
- package/ts/utils/tests/payment.spec.ts +32 -0
- package/dist/types/Enum/JuridicalSocietyEnum.d.ts.map +0 -1
- package/dist/types/Enum/JuridicalSocietyEnum.js.map +0 -1
- /package/ts/types/Enum/{JuridicalSocietyEnum.ts → JuridicalSociety.ts} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ILabelPaymentWaiting.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ILabelPaymentWaiting.ts"],"names":[],"mappings":"AACA,qBAAa,oBAAoB;IAC/B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACzB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ILabelPaymentWaiting.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ILabelPaymentWaiting.ts"],"names":[],"mappings":"AAAA,sBAAsB;AACtB,MAAM,OAAO,oBAAoB;IAC/B,EAAE,CAAU;IACZ,IAAI,CAAS;IACb,SAAS,CAAe;IACxB,SAAS,CAAe;CACzB","sourcesContent":["// labelPaymentWaiting\nexport class ILabelPaymentWaiting {\n id?: number;\n name: string;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"]}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ISociety } from './ISociety.js';
|
|
2
|
+
export declare class ILastUpdateConnection {
|
|
3
|
+
idLastUpdateConnection?: number;
|
|
4
|
+
idConnection: number;
|
|
5
|
+
lastUpdate: string;
|
|
6
|
+
idSociety: number;
|
|
7
|
+
createdAt?: Date | null;
|
|
8
|
+
updatedAt?: Date | null;
|
|
9
|
+
society: ISociety;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=ILastUpdateConnection.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ILastUpdateConnection.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ILastUpdateConnection.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAEzC,qBAAa,qBAAqB;IAChC,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC,YAAY,EAAE,MAAM,CAAC;IACrB,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,OAAO,EAAE,QAAQ,CAAC;CACnB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ILastUpdateConnection.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ILastUpdateConnection.ts"],"names":[],"mappings":"AAEA,MAAM,OAAO,qBAAqB;IAChC,sBAAsB,CAAU;IAChC,YAAY,CAAS;IACrB,UAAU,CAAS;IACnB,SAAS,CAAS;IAClB,SAAS,CAAe;IACxB,SAAS,CAAe;IAExB,eAAe;IACf,OAAO,CAAW;CACnB","sourcesContent":["import { ISociety } from './ISociety.js';\n\nexport class ILastUpdateConnection {\n idLastUpdateConnection?: number;\n idConnection: number;\n lastUpdate: string;\n idSociety: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n society: ISociety;\n}\n"]}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare class ILogBi {
|
|
2
|
+
id?: number;
|
|
3
|
+
date: Date | null;
|
|
4
|
+
codeErreur: string | null;
|
|
5
|
+
nbrCompte: number | null;
|
|
6
|
+
banque: string | null;
|
|
7
|
+
requete: string | null;
|
|
8
|
+
idSociety: number;
|
|
9
|
+
createdAt?: Date | null;
|
|
10
|
+
updatedAt?: Date | null;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=ILogBi.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ILogBi.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ILogBi.ts"],"names":[],"mappings":"AACA,qBAAa,MAAM;IACjB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,IAAI,GAAG,IAAI,CAAC;IAClB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACzB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ILogBi.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ILogBi.ts"],"names":[],"mappings":"AAAA,QAAQ;AACR,MAAM,OAAO,MAAM;IACjB,EAAE,CAAU;IACZ,IAAI,CAAc;IAClB,UAAU,CAAgB;IAC1B,SAAS,CAAgB;IACzB,MAAM,CAAgB;IACtB,OAAO,CAAgB;IACvB,SAAS,CAAS;IAClB,SAAS,CAAe;IACxB,SAAS,CAAe;CACzB","sourcesContent":["// logBi\nexport class ILogBi {\n id?: number;\n date: Date | null;\n codeErreur: string | null;\n nbrCompte: number | null;\n banque: string | null;\n requete: string | null;\n idSociety: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IMail.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IMail.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACzC,OAAO,EAAE,KAAK,EAAE,MAAM,YAAY,CAAC;AACnC,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAE,KAAK,EAAE,MAAM,YAAY,CAAC;AACnC,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACjD,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACjD,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AAGzD,qBAAa,KAAK;IAChB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,EAAE,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACnB,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,wBAAwB,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACvC,WAAW,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC1B,cAAc,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC7B,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,WAAW,CAAC,EAAE,WAAW,CAAC;IAG1B,mBAAmB,CAAC,EAAE,KAAK,CAAC;IAC5B,kBAAkB,CAAC,EAAE,KAAK,CAAC;IAC3B,IAAI,CAAC,EAAE,KAAK,CAAC;IACb,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,OAAO,CAAC,EAAE,QAAQ,CAAC;IACnB,OAAO,CAAC,EAAE,YAAY,CAAC;IACvB,iBAAiB,CAAC,EAAE,YAAY,CAAC;IACjC,WAAW,CAAC,EAAE,eAAe,EAAE,CAAC;IAChC,qBAAqB,CAAC,EAAE,YAAY,EAAE,CAAC;CACxC"}
|
|
1
|
+
{"version":3,"file":"IMail.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IMail.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACzC,OAAO,EAAE,KAAK,EAAE,MAAM,YAAY,CAAC;AACnC,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAE,KAAK,EAAE,MAAM,YAAY,CAAC;AACnC,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACjD,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACjD,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AAGzD,qBAAa,KAAK;IAChB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,EAAE,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACnB,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,wBAAwB,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACvC,WAAW,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC1B,cAAc,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC7B,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,WAAW,CAAC,EAAE,WAAW,CAAC;IAG1B,mBAAmB,CAAC,EAAE,KAAK,CAAC;IAC5B,kBAAkB,CAAC,EAAE,KAAK,CAAC;IAC3B,IAAI,CAAC,EAAE,KAAK,CAAC;IACb,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,OAAO,CAAC,EAAE,QAAQ,CAAC;IACnB,OAAO,CAAC,EAAE,YAAY,CAAC;IACvB,iBAAiB,CAAC,EAAE,YAAY,CAAC;IACjC,WAAW,CAAC,EAAE,eAAe,EAAE,CAAC;IAChC,qBAAqB,CAAC,EAAE,YAAY,EAAE,CAAC;CACxC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IMail.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IMail.ts"],"names":[],"mappings":"AASA,OAAO;AACP,MAAM,OAAO,KAAK;IAChB,EAAE,CAAU;IACZ,SAAS,CAAiB;IAC1B,IAAI,CAAQ;IACZ,OAAO,CAAiB;IACxB,QAAQ,CAAiB;IACzB,WAAW,CAAU;IACrB,EAAE,CAAU;IACZ,EAAE,CAAiB;IACnB,GAAG,CAAiB;IACpB,OAAO,CAAiB;IACxB,SAAS,CAAiB;IAC1B,cAAc,CAAiB;IAC/B,SAAS,CAAU;IACnB,QAAQ,CAAiB;IACzB,MAAM,CAAW;IACjB,MAAM,CAAW;IACjB,OAAO,CAAW;IAClB,WAAW,CAAW;IACtB,UAAU,CAAW;IACrB,iBAAiB,CAAU;IAC3B,gBAAgB,CAAU;IAC1B,MAAM,CAAiB;IACvB,UAAU,CAAiB;IAC3B,SAAS,CAAiB;IAC1B,MAAM,CAAU;IAChB,UAAU,CAAU;IACpB,MAAM,CAAU,CAAC,OAAO;IACxB,UAAU,CAAU;IACpB,mBAAmB,CAAU;IAC7B,wBAAwB,CAAe;IACvC,WAAW,CAAe;IAC1B,cAAc,CAAe;IAC7B,SAAS,CAAQ;IACjB,SAAS,CAAQ;IACjB,SAAS,CAAQ;IACjB,WAAW,CAAe;IAE1B,eAAe;IACf,mBAAmB,CAAS;IAC5B,kBAAkB,CAAS;IAC3B,IAAI,CAAS;IACb,QAAQ,CAAa;IACrB,OAAO,CAAY;IACnB,OAAO,CAAgB;IACvB,iBAAiB,CAAgB;IACjC,WAAW,CAAqB;IAChC,qBAAqB,CAAkB;CACxC","sourcesContent":["import { ISociety } from './ISociety.js';\nimport { IUser } from './IUser.js';\nimport { IExercice } from './IExercice.js';\nimport { IRole } from './IRole.js';\nimport { IMailContent } from './IMailContent.js';\nimport { IMailAttachment } from './IMailAttachment.js';\nimport { IMailAddress } from './IMailAddress.js';\nimport { EmailStatus } from '../api/mail/EmailStatus.js';\n\n// mail\nexport class IMail {\n id?: number;\n messageId?: string | null;\n date?: Date;\n subject?: string | null;\n fromName?: string | null;\n fromAddress?: string;\n to?: string;\n cc?: string | null;\n bcc?: string | null;\n replyTo?: string | null;\n inReplyTo?: string | null;\n listReferences?: string | null;\n spamScore?: number;\n textMini?: string | null;\n isSent?: boolean;\n isRead?: boolean;\n isDraft?: boolean;\n isImportant?: boolean;\n isFollowed?: boolean;\n idUserWhoAnswered?: number;\n idUserWhoFlagged?: number;\n idRole?: number | null;\n idExercice?: number | null;\n idSociety?: number | null;\n idFlag?: number;\n customFlag?: string;\n idType?: number; // ENUM\n idMailAuto?: number;\n idMailAddressSender?: number;\n receiptAcknowledgementAt?: Date | null;\n processedAt?: Date | null;\n responseAutoAt?: Date | null;\n createdAt?: Date;\n updatedAt?: Date;\n deletedAt?: Date;\n emailStatus?: EmailStatus;\n\n // Associations\n mailUserWhoAnswered?: IUser;\n mailUserWhoFlagged?: IUser;\n role?: IRole;\n exercice?: IExercice;\n society?: ISociety;\n content?: IMailContent;\n mailAddressSender?: IMailAddress;\n attachments?: IMailAttachment[];\n mailAddressRecipients?: IMailAddress[];\n}\n"]}
|
|
1
|
+
{"version":3,"file":"IMail.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IMail.ts"],"names":[],"mappings":"AASA,OAAO;AACP,MAAM,OAAO,KAAK;IAChB,EAAE,CAAU;IACZ,SAAS,CAAiB;IAC1B,IAAI,CAAQ;IACZ,OAAO,CAAiB;IACxB,QAAQ,CAAiB;IACzB,WAAW,CAAU;IACrB,EAAE,CAAU;IACZ,EAAE,CAAiB;IACnB,GAAG,CAAiB;IACpB,OAAO,CAAiB;IACxB,SAAS,CAAiB;IAC1B,cAAc,CAAiB;IAC/B,SAAS,CAAU;IACnB,QAAQ,CAAiB;IACzB,MAAM,CAAW;IACjB,MAAM,CAAW;IACjB,OAAO,CAAW;IAClB,WAAW,CAAW;IACtB,UAAU,CAAW;IACrB,iBAAiB,CAAU;IAC3B,gBAAgB,CAAU;IAC1B,MAAM,CAAiB;IACvB,UAAU,CAAiB;IAC3B,SAAS,CAAiB;IAC1B,MAAM,CAAU;IAChB,UAAU,CAAU;IACpB,MAAM,CAAU,CAAC,OAAO;IACxB,UAAU,CAAU;IACpB,UAAU,CAAW;IACrB,mBAAmB,CAAU;IAC7B,wBAAwB,CAAe;IACvC,WAAW,CAAe;IAC1B,cAAc,CAAe;IAC7B,SAAS,CAAQ;IACjB,SAAS,CAAQ;IACjB,SAAS,CAAQ;IACjB,WAAW,CAAe;IAE1B,eAAe;IACf,mBAAmB,CAAS;IAC5B,kBAAkB,CAAS;IAC3B,IAAI,CAAS;IACb,QAAQ,CAAa;IACrB,OAAO,CAAY;IACnB,OAAO,CAAgB;IACvB,iBAAiB,CAAgB;IACjC,WAAW,CAAqB;IAChC,qBAAqB,CAAkB;CACxC","sourcesContent":["import { ISociety } from './ISociety.js';\nimport { IUser } from './IUser.js';\nimport { IExercice } from './IExercice.js';\nimport { IRole } from './IRole.js';\nimport { IMailContent } from './IMailContent.js';\nimport { IMailAttachment } from './IMailAttachment.js';\nimport { IMailAddress } from './IMailAddress.js';\nimport { EmailStatus } from '../api/mail/EmailStatus.js';\n\n// mail\nexport class IMail {\n id?: number;\n messageId?: string | null;\n date?: Date;\n subject?: string | null;\n fromName?: string | null;\n fromAddress?: string;\n to?: string;\n cc?: string | null;\n bcc?: string | null;\n replyTo?: string | null;\n inReplyTo?: string | null;\n listReferences?: string | null;\n spamScore?: number;\n textMini?: string | null;\n isSent?: boolean;\n isRead?: boolean;\n isDraft?: boolean;\n isImportant?: boolean;\n isFollowed?: boolean;\n idUserWhoAnswered?: number;\n idUserWhoFlagged?: number;\n idRole?: number | null;\n idExercice?: number | null;\n idSociety?: number | null;\n idFlag?: number;\n customFlag?: string;\n idType?: number; // ENUM\n idMailAuto?: number;\n isMigrated?: boolean;\n idMailAddressSender?: number;\n receiptAcknowledgementAt?: Date | null;\n processedAt?: Date | null;\n responseAutoAt?: Date | null;\n createdAt?: Date;\n updatedAt?: Date;\n deletedAt?: Date;\n emailStatus?: EmailStatus;\n\n // Associations\n mailUserWhoAnswered?: IUser;\n mailUserWhoFlagged?: IUser;\n role?: IRole;\n exercice?: IExercice;\n society?: ISociety;\n content?: IMailContent;\n mailAddressSender?: IMailAddress;\n attachments?: IMailAttachment[];\n mailAddressRecipients?: IMailAddress[];\n}\n"]}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { IChecklist } from './IChecklist.js';
|
|
2
|
+
import { IMail } from './IMail.js';
|
|
3
|
+
export declare class IMailRelation {
|
|
4
|
+
id?: number;
|
|
5
|
+
idChecklist?: number | null;
|
|
6
|
+
idMail: number;
|
|
7
|
+
createdAt?: Date | null;
|
|
8
|
+
updatedAt?: Date | null;
|
|
9
|
+
checklist?: IChecklist;
|
|
10
|
+
mail?: IMail;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=IMailRelation.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IMailRelation.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IMailRelation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC7C,OAAO,EAAE,KAAK,EAAE,MAAM,YAAY,CAAC;AAGnC,qBAAa,aAAa;IACxB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,SAAS,CAAC,EAAE,UAAU,CAAC;IACvB,IAAI,CAAC,EAAE,KAAK,CAAC;CACd"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IMailRelation.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IMailRelation.ts"],"names":[],"mappings":"AAGA,OAAO;AACP,MAAM,OAAO,aAAa;IACxB,EAAE,CAAU;IACZ,WAAW,CAAiB;IAC5B,MAAM,CAAS;IACf,SAAS,CAAe;IACxB,SAAS,CAAe;IAExB,eAAe;IACf,SAAS,CAAc;IACvB,IAAI,CAAS;CACd","sourcesContent":["import { IChecklist } from './IChecklist.js';\nimport { IMail } from './IMail.js';\n\n// jobs\nexport class IMailRelation {\n id?: number;\n idChecklist?: number | null;\n idMail: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n checklist?: IChecklist;\n mail?: IMail;\n}\n"]}
|
|
@@ -2,6 +2,10 @@ import { NotificationTypeEnum } from '../../Enum/NotificationType.js';
|
|
|
2
2
|
export declare class IMobileNotificationLog {
|
|
3
3
|
id: number;
|
|
4
4
|
idType: NotificationTypeEnum;
|
|
5
|
+
/** @deprecated useless */
|
|
6
|
+
lastSent?: Date | null;
|
|
7
|
+
/** @deprecated useless */
|
|
8
|
+
nextSend?: Date | null;
|
|
5
9
|
success: boolean;
|
|
6
10
|
error: string | null;
|
|
7
11
|
count: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IMobileNotificationLog.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IMobileNotificationLog.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AAEtE,qBAAa,sBAAsB;IACjC,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,oBAAoB,CAAC;IAC7B,OAAO,EAAE,OAAO,CAAC;IACjB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACzB"}
|
|
1
|
+
{"version":3,"file":"IMobileNotificationLog.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IMobileNotificationLog.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AAEtE,qBAAa,sBAAsB;IACjC,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,oBAAoB,CAAC;IAC7B,0BAA0B;IAC1B,QAAQ,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACvB,0BAA0B;IAC1B,QAAQ,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACvB,OAAO,EAAE,OAAO,CAAC;IACjB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACzB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IMobileNotificationLog.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IMobileNotificationLog.ts"],"names":[],"mappings":"AAEA,MAAM,OAAO,sBAAsB;IACjC,EAAE,CAAS;IACX,MAAM,CAAuB;IAC7B,OAAO,CAAU;IACjB,KAAK,CAAgB;IACrB,KAAK,CAAS;IACd,UAAU,CAAS;IACnB,aAAa,CAAgB;IAC7B,SAAS,CAAS;IAClB,SAAS,CAAe;IACxB,SAAS,CAAe;CACzB","sourcesContent":["import { NotificationTypeEnum } from '../../Enum/NotificationType.js';\n\nexport class IMobileNotificationLog {\n id: number;\n idType: NotificationTypeEnum;\n success: boolean;\n error: string | null;\n count: number;\n errorCount: number;\n idBankAccount: number | null;\n idSociety: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"IMobileNotificationLog.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IMobileNotificationLog.ts"],"names":[],"mappings":"AAEA,MAAM,OAAO,sBAAsB;IACjC,EAAE,CAAS;IACX,MAAM,CAAuB;IAC7B,0BAA0B;IAC1B,QAAQ,CAAe;IACvB,0BAA0B;IAC1B,QAAQ,CAAe;IACvB,OAAO,CAAU;IACjB,KAAK,CAAgB;IACrB,KAAK,CAAS;IACd,UAAU,CAAS;IACnB,aAAa,CAAgB;IAC7B,SAAS,CAAS;IAClB,SAAS,CAAe;IACxB,SAAS,CAAe;CACzB","sourcesContent":["import { NotificationTypeEnum } from '../../Enum/NotificationType.js';\n\nexport class IMobileNotificationLog {\n id: number;\n idType: NotificationTypeEnum;\n /** @deprecated useless */\n lastSent?: Date | null;\n /** @deprecated useless */\n nextSend?: Date | null;\n success: boolean;\n error: string | null;\n count: number;\n errorCount: number;\n idBankAccount: number | null;\n idSociety: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IMonth.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IMonth.ts"],"names":[],"mappings":"AACA,qBAAa,MAAM;IACjB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACzB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IMonth.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IMonth.ts"],"names":[],"mappings":"AAAA,QAAQ;AACR,MAAM,OAAO,MAAM;IACjB,EAAE,CAAU;IACZ,IAAI,CAAS;IACb,SAAS,CAAe;IACxB,SAAS,CAAe;CACzB","sourcesContent":["// month\nexport class IMonth {\n id?: number;\n name: string;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"INote.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/INote.ts"],"names":[],"mappings":"AACA,qBAAa,KAAK;IAChB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACzB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"INote.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/INote.ts"],"names":[],"mappings":"AAAA,QAAQ;AACR,MAAM,OAAO,KAAK;IAChB,EAAE,CAAU;IACZ,UAAU,CAAS;IACnB,SAAS,CAAS;IAClB,SAAS,CAAe;IACxB,SAAS,CAAe;CACzB","sourcesContent":["// notes\nexport class INote {\n id?: number;\n valeurNote: number;\n idSociety: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IPayPlan.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPayPlan.ts"],"names":[],"mappings":"AACA,qBAAa,QAAQ;IACnB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACzB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IPayPlan.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPayPlan.ts"],"names":[],"mappings":"AAAA,WAAW;AACX,MAAM,OAAO,QAAQ;IACnB,EAAE,CAAU;IACZ,IAAI,CAAS;IACb,SAAS,CAAe;IACxB,SAAS,CAAe;CACzB","sourcesContent":["// paiePlan\nexport class IPayPlan {\n id?: number;\n name: string;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IPaymentDelay.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPaymentDelay.ts"],"names":[],"mappings":"AACA,qBAAa,aAAa;IACxB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACzB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IPaymentDelay.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPaymentDelay.ts"],"names":[],"mappings":"AAAA,eAAe;AACf,MAAM,OAAO,aAAa;IACxB,EAAE,CAAU;IACZ,IAAI,CAAS;IACb,SAAS,CAAe;IACxB,SAAS,CAAe;CACzB","sourcesContent":["// paymentDelai\nexport class IPaymentDelay {\n id?: number;\n name: string;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"]}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { ILabelPaymentWaiting } from './ILabelPaymentWaiting.js';
|
|
2
|
+
import { ISociety } from './ISociety.js';
|
|
3
|
+
export declare class IPaymentWaiting {
|
|
4
|
+
id?: number;
|
|
5
|
+
datePayment: Date;
|
|
6
|
+
amount: number;
|
|
7
|
+
withPrlv: boolean;
|
|
8
|
+
sendPrlv: boolean;
|
|
9
|
+
prlvDone: boolean;
|
|
10
|
+
done: boolean;
|
|
11
|
+
type: number;
|
|
12
|
+
idSociety: number;
|
|
13
|
+
idLabelPaymentWaiting: number;
|
|
14
|
+
createdAt?: Date | null;
|
|
15
|
+
updatedAt?: Date | null;
|
|
16
|
+
labelPaymentWaiting: ILabelPaymentWaiting;
|
|
17
|
+
society: ISociety;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=IPaymentWaiting.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IPaymentWaiting.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPaymentWaiting.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AACjE,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAGzC,qBAAa,eAAe;IAC1B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,WAAW,EAAE,IAAI,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,OAAO,CAAC;IAClB,QAAQ,EAAE,OAAO,CAAC;IAClB,QAAQ,EAAE,OAAO,CAAC;IAClB,IAAI,EAAE,OAAO,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,MAAM,CAAC;IAClB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,mBAAmB,EAAE,oBAAoB,CAAC;IAC1C,OAAO,EAAE,QAAQ,CAAC;CACnB"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
// paymentsWaiting
|
|
2
|
+
export class IPaymentWaiting {
|
|
3
|
+
id;
|
|
4
|
+
datePayment;
|
|
5
|
+
amount;
|
|
6
|
+
withPrlv;
|
|
7
|
+
sendPrlv;
|
|
8
|
+
prlvDone;
|
|
9
|
+
done;
|
|
10
|
+
type;
|
|
11
|
+
idSociety;
|
|
12
|
+
idLabelPaymentWaiting;
|
|
13
|
+
createdAt;
|
|
14
|
+
updatedAt;
|
|
15
|
+
// Associations
|
|
16
|
+
labelPaymentWaiting;
|
|
17
|
+
society;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=IPaymentWaiting.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IPaymentWaiting.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPaymentWaiting.ts"],"names":[],"mappings":"AAGA,kBAAkB;AAClB,MAAM,OAAO,eAAe;IAC1B,EAAE,CAAU;IACZ,WAAW,CAAO;IAClB,MAAM,CAAS;IACf,QAAQ,CAAU;IAClB,QAAQ,CAAU;IAClB,QAAQ,CAAU;IAClB,IAAI,CAAU;IACd,IAAI,CAAS;IACb,SAAS,CAAS;IAClB,qBAAqB,CAAS;IAC9B,SAAS,CAAe;IACxB,SAAS,CAAe;IAExB,eAAe;IACf,mBAAmB,CAAuB;IAC1C,OAAO,CAAW;CACnB","sourcesContent":["import { ILabelPaymentWaiting } from './ILabelPaymentWaiting.js';\nimport { ISociety } from './ISociety.js';\n\n// paymentsWaiting\nexport class IPaymentWaiting {\n id?: number;\n datePayment: Date;\n amount: number;\n withPrlv: boolean;\n sendPrlv: boolean;\n prlvDone: boolean;\n done: boolean;\n type: number;\n idSociety: number;\n idLabelPaymentWaiting: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n labelPaymentWaiting: ILabelPaymentWaiting;\n society: ISociety;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IPermission.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPermission.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AAGrE,qBAAa,WAAW;IACtB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,OAAO,CAAC;IAChB,MAAM,EAAE,OAAO,CAAC;IAChB,KAAK,EAAE,OAAO,CAAC;IACf,QAAQ,EAAE,OAAO,CAAC;IAClB,QAAQ,EAAE,OAAO,CAAC;IAClB,MAAM,EAAE,OAAO,CAAC;IAChB,GAAG,EAAE,OAAO,CAAC;IACb,YAAY,EAAE,OAAO,CAAC;IACtB,OAAO,EAAE,OAAO,CAAC;IACjB,QAAQ,EAAE,OAAO,CAAC;IAClB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,wBAAwB,CAAC,EAAE,sBAAsB,CAAC;CACnD"}
|
|
1
|
+
{"version":3,"file":"IPermission.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPermission.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AAGrE,qBAAa,WAAW;IACtB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,OAAO,CAAC;IAChB,MAAM,EAAE,OAAO,CAAC;IAChB,KAAK,EAAE,OAAO,CAAC;IACf,QAAQ,EAAE,OAAO,CAAC;IAClB,QAAQ,EAAE,OAAO,CAAC;IAClB,MAAM,EAAE,OAAO,CAAC;IAChB,GAAG,EAAE,OAAO,CAAC;IACb,UAAU,EAAE,OAAO,CAAC;IACpB,kBAAkB,EAAE,OAAO,CAAC;IAC5B,YAAY,EAAE,OAAO,CAAC;IACtB,OAAO,EAAE,OAAO,CAAC;IACjB,QAAQ,EAAE,OAAO,CAAC;IAClB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,wBAAwB,CAAC,EAAE,sBAAsB,CAAC;CACnD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IPermission.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPermission.ts"],"names":[],"mappings":"AAEA,cAAc;AACd,MAAM,OAAO,WAAW;IACtB,EAAE,CAAU;IACZ,MAAM,CAAU;IAChB,MAAM,CAAU;IAChB,KAAK,CAAU;IACf,QAAQ,CAAU;IAClB,QAAQ,CAAU;IAClB,MAAM,CAAU;IAChB,GAAG,CAAU;IACb,YAAY,CAAU;IACtB,OAAO,CAAU;IACjB,QAAQ,CAAU;IAClB,SAAS,CAAe;IACxB,SAAS,CAAe;IAExB,eAAe;IACf,wBAAwB,CAA0B;CACnD","sourcesContent":["import { IUserSocietyPermission } from './IUserSocietyPermission.js';\n\n// permissions\nexport class IPermission {\n id?: number;\n gescom: boolean;\n compta: boolean;\n stats: boolean;\n docTreso: boolean;\n services: boolean;\n social: boolean;\n tva: boolean;\n balanceSheet: boolean;\n setting: boolean;\n purchase: boolean;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n usersSocietiesPermission?: IUserSocietyPermission;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"IPermission.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPermission.ts"],"names":[],"mappings":"AAEA,cAAc;AACd,MAAM,OAAO,WAAW;IACtB,EAAE,CAAU;IACZ,MAAM,CAAU;IAChB,MAAM,CAAU;IAChB,KAAK,CAAU;IACf,QAAQ,CAAU;IAClB,QAAQ,CAAU;IAClB,MAAM,CAAU;IAChB,GAAG,CAAU;IACb,UAAU,CAAU;IACpB,kBAAkB,CAAU;IAC5B,YAAY,CAAU;IACtB,OAAO,CAAU;IACjB,QAAQ,CAAU;IAClB,SAAS,CAAe;IACxB,SAAS,CAAe;IAExB,eAAe;IACf,wBAAwB,CAA0B;CACnD","sourcesContent":["import { IUserSocietyPermission } from './IUserSocietyPermission.js';\n\n// permissions\nexport class IPermission {\n id?: number;\n gescom: boolean;\n compta: boolean;\n stats: boolean;\n docTreso: boolean;\n services: boolean;\n social: boolean;\n tva: boolean;\n simulation: boolean;\n simulationMultiple: boolean;\n balanceSheet: boolean;\n setting: boolean;\n purchase: boolean;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n usersSocietiesPermission?: IUserSocietyPermission;\n}\n"]}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export declare class IPhoneNumber {
|
|
2
|
+
id?: number;
|
|
3
|
+
name: string | null;
|
|
4
|
+
internalNumbers: string | null;
|
|
5
|
+
externalNumbers: string | null;
|
|
6
|
+
idService: number | null;
|
|
7
|
+
createdAt?: Date | null;
|
|
8
|
+
updatedAt?: Date | null;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=IPhoneNumber.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IPhoneNumber.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPhoneNumber.ts"],"names":[],"mappings":"AACA,qBAAa,YAAY;IACvB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACzB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IPhoneNumber.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPhoneNumber.ts"],"names":[],"mappings":"AAAA,cAAc;AACd,MAAM,OAAO,YAAY;IACvB,EAAE,CAAU;IACZ,IAAI,CAAgB;IACpB,eAAe,CAAgB;IAC/B,eAAe,CAAgB;IAC/B,SAAS,CAAgB;IACzB,SAAS,CAAe;IACxB,SAAS,CAAe;CACzB","sourcesContent":["// phoneNumber\nexport class IPhoneNumber {\n id?: number;\n name: string | null;\n internalNumbers: string | null;\n externalNumbers: string | null;\n idService: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"]}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { IPhonePrefixChild } from './IPhonePrefixChild.js';
|
|
2
|
+
export declare class IPhonePrefix {
|
|
3
|
+
id?: number;
|
|
4
|
+
value: string;
|
|
5
|
+
description: string | null;
|
|
6
|
+
createdAt?: Date | null;
|
|
7
|
+
updatedAt?: Date | null;
|
|
8
|
+
phonePrefixChildren: IPhonePrefixChild[];
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=IPhonePrefix.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IPhonePrefix.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPhonePrefix.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAG3D,qBAAa,YAAY;IACvB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,mBAAmB,EAAE,iBAAiB,EAAE,CAAC;CAC1C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IPhonePrefix.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPhonePrefix.ts"],"names":[],"mappings":"AAEA,cAAc;AACd,MAAM,OAAO,YAAY;IACvB,EAAE,CAAU;IACZ,KAAK,CAAS;IACd,WAAW,CAAgB;IAC3B,SAAS,CAAe;IACxB,SAAS,CAAe;IAExB,eAAe;IACf,mBAAmB,CAAsB;CAC1C","sourcesContent":["import { IPhonePrefixChild } from './IPhonePrefixChild.js';\n\n// phonePrefix\nexport class IPhonePrefix {\n id?: number;\n value: string;\n description: string | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n phonePrefixChildren: IPhonePrefixChild[];\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IPhonePrefixChild.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPhonePrefixChild.ts"],"names":[],"mappings":"AACA,qBAAa,iBAAiB;IAC5B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,EAAE,MAAM,CAAC;IACtB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACzB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IPhonePrefixChild.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPhonePrefixChild.ts"],"names":[],"mappings":"AAAA,mBAAmB;AACnB,MAAM,OAAO,iBAAiB;IAC5B,EAAE,CAAU;IACZ,KAAK,CAAS;IACd,aAAa,CAAS;IACtB,SAAS,CAAe;IACxB,SAAS,CAAe;CACzB","sourcesContent":["// phonePrefixChild\nexport class IPhonePrefixChild {\n id?: number;\n value: string;\n idPhonePrefix: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"]}
|
|
@@ -30,9 +30,11 @@ export declare class IPrestation {
|
|
|
30
30
|
goToFacturation?: Date | null;
|
|
31
31
|
dateLeavingFacturation?: Date | null;
|
|
32
32
|
scoring: number | null;
|
|
33
|
+
isWithApplicationFees?: boolean;
|
|
33
34
|
state: boolean;
|
|
34
35
|
commentPdf: string | null;
|
|
35
36
|
token: string | null;
|
|
37
|
+
size: number | null;
|
|
36
38
|
inProgress: number | null;
|
|
37
39
|
idSociety: number;
|
|
38
40
|
idPrestationList: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IPrestation.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPrestation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACzC,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACzC,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAC/D,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAGvC,qBAAa,WAAW;IACtB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,OAAO,EAAE,OAAO,CAAC;IACjB,kBAAkB,EAAE,OAAO,GAAG,IAAI,CAAC;IACnC,kBAAkB,EAAE,OAAO,GAAG,IAAI,CAAC;IACnC,wBAAwB,EAAE,OAAO,GAAG,IAAI,CAAC;IACzC,+BAA+B,EAAE,OAAO,GAAG,IAAI,CAAC;IAChD,qBAAqB,EAAE,OAAO,GAAG,IAAI,CAAC;IACtC,IAAI,EAAE,OAAO,GAAG,IAAI,CAAC;IACrB,MAAM,EAAE,OAAO,GAAG,IAAI,CAAC;IACvB,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,iBAAiB,EAAE,IAAI,GAAG,IAAI,CAAC;IAC/B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,cAAc,EAAE,MAAM,CAAC;IACvB,mBAAmB,EAAE,IAAI,GAAG,IAAI,CAAC;IACjC,cAAc,EAAE,IAAI,GAAG,IAAI,CAAC;IAC5B,qBAAqB,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACpC,UAAU,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,eAAe,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC9B,sBAAsB,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACrC,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"IPrestation.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPrestation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACzC,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACzC,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAC/D,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAGvC,qBAAa,WAAW;IACtB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,OAAO,EAAE,OAAO,CAAC;IACjB,kBAAkB,EAAE,OAAO,GAAG,IAAI,CAAC;IACnC,kBAAkB,EAAE,OAAO,GAAG,IAAI,CAAC;IACnC,wBAAwB,EAAE,OAAO,GAAG,IAAI,CAAC;IACzC,+BAA+B,EAAE,OAAO,GAAG,IAAI,CAAC;IAChD,qBAAqB,EAAE,OAAO,GAAG,IAAI,CAAC;IACtC,IAAI,EAAE,OAAO,GAAG,IAAI,CAAC;IACrB,MAAM,EAAE,OAAO,GAAG,IAAI,CAAC;IACvB,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,iBAAiB,EAAE,IAAI,GAAG,IAAI,CAAC;IAC/B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,cAAc,EAAE,MAAM,CAAC;IACvB,mBAAmB,EAAE,IAAI,GAAG,IAAI,CAAC;IACjC,cAAc,EAAE,IAAI,GAAG,IAAI,CAAC;IAC5B,qBAAqB,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACpC,UAAU,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,eAAe,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC9B,sBAAsB,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACrC,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IAEvB,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,KAAK,EAAE,OAAO,CAAC;IACf,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,SAAS,EAAE,MAAM,CAAC;IAClB,gBAAgB,EAAE,MAAM,CAAC;IACzB,yBAAyB,EAAE,MAAM,GAAG,IAAI,CAAC;IACzC,gBAAgB,EAAE,OAAO,CAAC;IAC1B,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,qBAAqB,EAAE,MAAM,GAAG,IAAI,CAAC;IACrC,oBAAoB,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC,yBAAyB,EAAE,MAAM,GAAG,IAAI,CAAC;IACzC,0BAA0B,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1C,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,SAAS,CAAC,EAAE,SAAS,EAAE,CAAC;IACxB,mBAAmB,CAAC,EAAE,QAAQ,EAAE,CAAC;IACjC,eAAe,CAAC,EAAE,eAAe,CAAC;IAClC,wBAAwB,CAAC,EAAE,wBAAwB,CAAC;IACpD,mBAAmB,CAAC,EAAE,WAAW,CAAC;IAClC,gBAAgB,CAAC,EAAE,WAAW,CAAC;IAC/B,kBAAkB,CAAC,EAAE,WAAW,CAAC;IACjC,wBAAwB,CAAC,EAAE,WAAW,CAAC;IACvC,oBAAoB,CAAC,EAAE,QAAQ,CAAC;IAChC,gCAAgC,CAAC,EAAE,mBAAmB,EAAE,CAAC;IACzD,mBAAmB,CAAC,EAAE,kBAAkB,EAAE,CAAC;IAC3C,eAAe,CAAC,EAAE,gBAAgB,CAAC;IACnC,SAAS,CAAC,EAAE,KAAK,CAAC;CACnB"}
|
|
@@ -22,9 +22,12 @@ export class IPrestation {
|
|
|
22
22
|
goToFacturation;
|
|
23
23
|
dateLeavingFacturation;
|
|
24
24
|
scoring;
|
|
25
|
+
// @deprecated Application fees are not charged anymore
|
|
26
|
+
isWithApplicationFees;
|
|
25
27
|
state;
|
|
26
28
|
commentPdf;
|
|
27
29
|
token;
|
|
30
|
+
size;
|
|
28
31
|
inProgress;
|
|
29
32
|
idSociety;
|
|
30
33
|
idPrestationList;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IPrestation.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPrestation.ts"],"names":[],"mappings":"AAUA,cAAc;AACd,MAAM,OAAO,WAAW;IACtB,EAAE,CAAU;IACZ,aAAa,CAAgB;IAC7B,UAAU,CAAgB;IAC1B,OAAO,CAAU;IACjB,kBAAkB,CAAiB;IACnC,kBAAkB,CAAiB;IACnC,wBAAwB,CAAiB;IACzC,+BAA+B,CAAiB;IAChD,qBAAqB,CAAiB;IACtC,IAAI,CAAiB;IACrB,MAAM,CAAiB;IACvB,eAAe,CAAgB;IAC/B,iBAAiB,CAAc;IAC/B,mBAAmB,CAAS;IAC5B,cAAc,CAAS;IACvB,mBAAmB,CAAc;IACjC,cAAc,CAAc;IAC5B,qBAAqB,CAAe;IACpC,UAAU,CAAc;IACxB,eAAe,CAAe;IAC9B,sBAAsB,CAAe;IACrC,OAAO,CAAgB;IACvB,KAAK,CAAU;IACf,UAAU,CAAgB;IAC1B,KAAK,CAAgB;IACrB,UAAU,CAAgB;IAC1B,SAAS,CAAS;IAClB,gBAAgB,CAAS;IACzB,yBAAyB,CAAgB;IACzC,gBAAgB,CAAU;IAC1B,kBAAkB,CAAgB;IAClC,qBAAqB,CAAgB;IACrC,oBAAoB,CAAgB;IACpC,yBAAyB,CAAgB;IACzC,0BAA0B,CAAgB;IAC1C,WAAW,CAAgB;IAC3B,kBAAkB,CAAgB;IAClC,WAAW,CAAU;IACrB,cAAc,CAAU;IACxB,SAAS,CAAU;IACnB,SAAS,CAAe;IACxB,SAAS,CAAe;IACxB,SAAS,CAAe;IAExB,eAAe;IACf,SAAS,CAAe;IACxB,mBAAmB,CAAc;IACjC,eAAe,CAAmB;IAClC,wBAAwB,CAA4B;IACpD,mBAAmB,CAAe;IAClC,gBAAgB,CAAe;IAC/B,kBAAkB,CAAe;IACjC,wBAAwB,CAAe;IACvC,oBAAoB,CAAY;IAChC,gCAAgC,CAAyB;IACzD,mBAAmB,CAAwB;IAC3C,eAAe,CAAoB;IACnC,SAAS,CAAS;CACnB","sourcesContent":["import { IExercice } from './IExercice.js';\nimport { IPayment } from './IPayment.js';\nimport { IPrestationList } from './IPrestationList.js';\nimport { IPrestationComplementary } from './IPrestationComplementary.js';\nimport { ISociety } from './ISociety.js';\nimport { IExercicePrestation } from './IExercicePrestation.js';\nimport { ICustomerSignature } from './ICustomerSignature.js';\nimport { ITerminationList } from './ITerminationList.js';\nimport { IUser } from '../../index.js';\n\n// prestations\nexport class IPrestation {\n id?: number;\n numPrestation: string | null;\n statePrevi: number | null;\n archive: boolean;\n withStatuteDrafted: boolean | null;\n withCaptainContrat: boolean | null;\n withStatutesApportNature: boolean | null;\n withStatutesAutorisationTutelle: boolean | null;\n withStatutesFileAccre: boolean | null;\n paid: boolean | null;\n signed: boolean | null;\n toAdministratif: number | null;\n goToAdministratif: Date | null;\n administratifStatus: number;\n toConstitution: number;\n dateValidPrestation: Date | null;\n goToOnboarding: Date | null;\n dateLeavingOnboarding?: Date | null;\n goToClient: Date | null;\n goToFacturation?: Date | null;\n dateLeavingFacturation?: Date | null;\n scoring: number | null;\n state: boolean;\n commentPdf: string | null;\n token: string | null;\n inProgress: number | null;\n idSociety: number;\n idPrestationList: number;\n idPrestationComplementary: number | null;\n gestionJuridique: boolean;\n idPrestationSocial: number | null;\n idPrestationJuridique: number | null;\n idPrestationCreation: number | null;\n idPrestationDeclarationIR: number | null;\n idPrestationControleFiscal: number | null;\n idOnBoarder: number | null;\n idStateAppointment: number | null;\n totalAmount?: number;\n discountAmount?: number;\n debitType?: string;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n deletedAt?: Date | null;\n\n // Associations\n exercices?: IExercice[];\n prestationsPayments?: IPayment[];\n prestationsList?: IPrestationList;\n prestationsComplementary?: IPrestationComplementary;\n prestationJuridique?: IPrestation;\n prestationSocial?: IPrestation;\n prestationCreation?: IPrestation;\n prestationControleFiscal?: IPrestation;\n societiesPrestations?: ISociety;\n prestationsDetailsBeforeExercice?: IExercicePrestation[];\n customersSignatures?: ICustomerSignature[];\n terminationList?: ITerminationList;\n onBoarder?: IUser;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"IPrestation.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPrestation.ts"],"names":[],"mappings":"AAUA,cAAc;AACd,MAAM,OAAO,WAAW;IACtB,EAAE,CAAU;IACZ,aAAa,CAAgB;IAC7B,UAAU,CAAgB;IAC1B,OAAO,CAAU;IACjB,kBAAkB,CAAiB;IACnC,kBAAkB,CAAiB;IACnC,wBAAwB,CAAiB;IACzC,+BAA+B,CAAiB;IAChD,qBAAqB,CAAiB;IACtC,IAAI,CAAiB;IACrB,MAAM,CAAiB;IACvB,eAAe,CAAgB;IAC/B,iBAAiB,CAAc;IAC/B,mBAAmB,CAAS;IAC5B,cAAc,CAAS;IACvB,mBAAmB,CAAc;IACjC,cAAc,CAAc;IAC5B,qBAAqB,CAAe;IACpC,UAAU,CAAc;IACxB,eAAe,CAAe;IAC9B,sBAAsB,CAAe;IACrC,OAAO,CAAgB;IACvB,uDAAuD;IACvD,qBAAqB,CAAW;IAChC,KAAK,CAAU;IACf,UAAU,CAAgB;IAC1B,KAAK,CAAgB;IACrB,IAAI,CAAgB;IACpB,UAAU,CAAgB;IAC1B,SAAS,CAAS;IAClB,gBAAgB,CAAS;IACzB,yBAAyB,CAAgB;IACzC,gBAAgB,CAAU;IAC1B,kBAAkB,CAAgB;IAClC,qBAAqB,CAAgB;IACrC,oBAAoB,CAAgB;IACpC,yBAAyB,CAAgB;IACzC,0BAA0B,CAAgB;IAC1C,WAAW,CAAgB;IAC3B,kBAAkB,CAAgB;IAClC,WAAW,CAAU;IACrB,cAAc,CAAU;IACxB,SAAS,CAAU;IACnB,SAAS,CAAe;IACxB,SAAS,CAAe;IACxB,SAAS,CAAe;IAExB,eAAe;IACf,SAAS,CAAe;IACxB,mBAAmB,CAAc;IACjC,eAAe,CAAmB;IAClC,wBAAwB,CAA4B;IACpD,mBAAmB,CAAe;IAClC,gBAAgB,CAAe;IAC/B,kBAAkB,CAAe;IACjC,wBAAwB,CAAe;IACvC,oBAAoB,CAAY;IAChC,gCAAgC,CAAyB;IACzD,mBAAmB,CAAwB;IAC3C,eAAe,CAAoB;IACnC,SAAS,CAAS;CACnB","sourcesContent":["import { IExercice } from './IExercice.js';\nimport { IPayment } from './IPayment.js';\nimport { IPrestationList } from './IPrestationList.js';\nimport { IPrestationComplementary } from './IPrestationComplementary.js';\nimport { ISociety } from './ISociety.js';\nimport { IExercicePrestation } from './IExercicePrestation.js';\nimport { ICustomerSignature } from './ICustomerSignature.js';\nimport { ITerminationList } from './ITerminationList.js';\nimport { IUser } from '../../index.js';\n\n// prestations\nexport class IPrestation {\n id?: number;\n numPrestation: string | null;\n statePrevi: number | null;\n archive: boolean;\n withStatuteDrafted: boolean | null;\n withCaptainContrat: boolean | null;\n withStatutesApportNature: boolean | null;\n withStatutesAutorisationTutelle: boolean | null;\n withStatutesFileAccre: boolean | null;\n paid: boolean | null;\n signed: boolean | null;\n toAdministratif: number | null;\n goToAdministratif: Date | null;\n administratifStatus: number;\n toConstitution: number;\n dateValidPrestation: Date | null;\n goToOnboarding: Date | null;\n dateLeavingOnboarding?: Date | null;\n goToClient: Date | null;\n goToFacturation?: Date | null;\n dateLeavingFacturation?: Date | null;\n scoring: number | null;\n // @deprecated Application fees are not charged anymore\n isWithApplicationFees?: boolean;\n state: boolean;\n commentPdf: string | null;\n token: string | null;\n size: number | null;\n inProgress: number | null;\n idSociety: number;\n idPrestationList: number;\n idPrestationComplementary: number | null;\n gestionJuridique: boolean;\n idPrestationSocial: number | null;\n idPrestationJuridique: number | null;\n idPrestationCreation: number | null;\n idPrestationDeclarationIR: number | null;\n idPrestationControleFiscal: number | null;\n idOnBoarder: number | null;\n idStateAppointment: number | null;\n totalAmount?: number;\n discountAmount?: number;\n debitType?: string;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n deletedAt?: Date | null;\n\n // Associations\n exercices?: IExercice[];\n prestationsPayments?: IPayment[];\n prestationsList?: IPrestationList;\n prestationsComplementary?: IPrestationComplementary;\n prestationJuridique?: IPrestation;\n prestationSocial?: IPrestation;\n prestationCreation?: IPrestation;\n prestationControleFiscal?: IPrestation;\n societiesPrestations?: ISociety;\n prestationsDetailsBeforeExercice?: IExercicePrestation[];\n customersSignatures?: ICustomerSignature[];\n terminationList?: ITerminationList;\n onBoarder?: IUser;\n}\n"]}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { IUser } from './IUser.js';
|
|
2
|
+
export declare class IQuotaLead {
|
|
3
|
+
id?: number;
|
|
4
|
+
period: Date;
|
|
5
|
+
nbLeadsMax: number;
|
|
6
|
+
currentNbLeads: number;
|
|
7
|
+
handicap: number;
|
|
8
|
+
active: boolean;
|
|
9
|
+
idUser: number;
|
|
10
|
+
createdAt?: Date | null;
|
|
11
|
+
updatedAt?: Date | null;
|
|
12
|
+
user: IUser;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=IQuotaLead.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IQuotaLead.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IQuotaLead.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,YAAY,CAAC;AAGnC,qBAAa,UAAU;IACrB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,IAAI,CAAC;IACb,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IACvB,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,OAAO,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,IAAI,EAAE,KAAK,CAAC;CACb"}
|