@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,14 @@
|
|
|
1
|
+
import { IUser, SpecialDayType } from '../../index.js';
|
|
2
|
+
export declare class IUserSpecialDay {
|
|
3
|
+
id?: number;
|
|
4
|
+
type: SpecialDayType;
|
|
5
|
+
startDate: Date;
|
|
6
|
+
endDate: Date;
|
|
7
|
+
idUser: number;
|
|
8
|
+
idUserWhoCreated: number;
|
|
9
|
+
createdAt?: Date;
|
|
10
|
+
updatedAt?: Date;
|
|
11
|
+
user?: IUser;
|
|
12
|
+
userWhoCreated?: IUser;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=IUserSpecialDay.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IUserSpecialDay.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IUserSpecialDay.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAEvD,qBAAa,eAAe;IAC1B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,cAAc,CAAC;IACrB,SAAS,EAAE,IAAI,CAAC;IAChB,OAAO,EAAE,IAAI,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,gBAAgB,EAAE,MAAM,CAAC;IACzB,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,SAAS,CAAC,EAAE,IAAI,CAAC;IAGjB,IAAI,CAAC,EAAE,KAAK,CAAC;IACb,cAAc,CAAC,EAAE,KAAK,CAAC;CACxB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IUserSpecialDay.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IUserSpecialDay.ts"],"names":[],"mappings":"AAEA,MAAM,OAAO,eAAe;IAC1B,EAAE,CAAU;IACZ,IAAI,CAAiB;IACrB,SAAS,CAAO;IAChB,OAAO,CAAO;IACd,MAAM,CAAS;IACf,gBAAgB,CAAS;IACzB,SAAS,CAAQ;IACjB,SAAS,CAAQ;IAEjB,eAAe;IACf,IAAI,CAAS;IACb,cAAc,CAAS;CACxB","sourcesContent":["import { IUser, SpecialDayType } from '../../index.js';\n\nexport class IUserSpecialDay {\n id?: number;\n type: SpecialDayType;\n startDate: Date;\n endDate: Date;\n idUser: number;\n idUserWhoCreated: number;\n createdAt?: Date;\n updatedAt?: Date;\n\n // Associations\n user?: IUser;\n userWhoCreated?: IUser;\n}\n"]}
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
import { IFile } from './IFile.js';
|
|
2
|
+
import { ICerfaType } from './ICerfaType.js';
|
|
3
|
+
import { ICerfaValue } from './ICerfaValue.js';
|
|
4
|
+
import { IRegistrationCertificate } from './IRegistrationCertificate.js';
|
|
5
|
+
import { IUser } from './IUser.js';
|
|
6
|
+
import { ISociety } from './ISociety.js';
|
|
7
|
+
import { IAccountingTransaction } from '../../index.js';
|
|
8
|
+
export declare class IVatDeclaration {
|
|
9
|
+
id?: number;
|
|
10
|
+
idRegistration?: number | null;
|
|
11
|
+
idSociety: number;
|
|
12
|
+
idUser: number | null;
|
|
13
|
+
idExercice: number | null;
|
|
14
|
+
idCerfaType: number | null;
|
|
15
|
+
idDeposit: string | null;
|
|
16
|
+
isComplete: boolean;
|
|
17
|
+
payload: string | null;
|
|
18
|
+
declarationDate: Date | null;
|
|
19
|
+
entriesGenerate: boolean;
|
|
20
|
+
startDate: string;
|
|
21
|
+
endDate: string;
|
|
22
|
+
ligne01: number | null;
|
|
23
|
+
ligne02: number | null;
|
|
24
|
+
ligne2A: number | null;
|
|
25
|
+
ligne03: number | null;
|
|
26
|
+
ligne04: number | null;
|
|
27
|
+
ligne05: number | null;
|
|
28
|
+
ligne06: number | null;
|
|
29
|
+
ligne07: number | null;
|
|
30
|
+
ligne08: number | null;
|
|
31
|
+
ligne08BaseHt: number | null;
|
|
32
|
+
ligne08Tva: number | null;
|
|
33
|
+
ligne09BaseHt: number | null;
|
|
34
|
+
ligne09Tva: number | null;
|
|
35
|
+
ligne9BBaseHt: number | null;
|
|
36
|
+
ligne9BTva: number | null;
|
|
37
|
+
ligne10BaseHt: number | null;
|
|
38
|
+
ligne10Tva: number | null;
|
|
39
|
+
ligne11BaseHt: number | null;
|
|
40
|
+
ligne11Tva: number | null;
|
|
41
|
+
ligne12: number | null;
|
|
42
|
+
ligne13: number | null;
|
|
43
|
+
ligne14: number | null;
|
|
44
|
+
ligne15: number | null;
|
|
45
|
+
ligne5B: number | null;
|
|
46
|
+
ligne16: number | null;
|
|
47
|
+
ligne7C: number | null;
|
|
48
|
+
ligne17: number | null;
|
|
49
|
+
ligne18: number | null;
|
|
50
|
+
ligne19: number | null;
|
|
51
|
+
ligne20: number | null;
|
|
52
|
+
ligne21: number | null;
|
|
53
|
+
ligne22: number | null;
|
|
54
|
+
ligne23: number | null;
|
|
55
|
+
ligne25: number | null;
|
|
56
|
+
ligne26: number | null;
|
|
57
|
+
ligne27: number | null;
|
|
58
|
+
ligne28: number | null;
|
|
59
|
+
ligne29: number | null;
|
|
60
|
+
ligne32: number | null;
|
|
61
|
+
amountPreleve: number | null;
|
|
62
|
+
tvsPollution3310: number | null;
|
|
63
|
+
tvsPuissance3310: number | null;
|
|
64
|
+
contributionAudio3310: number | null;
|
|
65
|
+
totalHTCompte70AvecTva: number | null;
|
|
66
|
+
totalHTCompteAutreQue70AvecTva: number | null;
|
|
67
|
+
totalHTCompte70sansTvaBiens: number | null;
|
|
68
|
+
totalHTCompte70sansTvaServices: number | null;
|
|
69
|
+
totalHTCompte70TVA20: number | null;
|
|
70
|
+
totalTVACompte70TVA20: number | null;
|
|
71
|
+
totalHTCompte70TVA5_5: number | null;
|
|
72
|
+
totalTVACompte70TVA5_5: number | null;
|
|
73
|
+
totalHTCompte70TVA10: number | null;
|
|
74
|
+
totalTVACompte70TVA10: number | null;
|
|
75
|
+
totalHTCompte70TVA8_5: number | null;
|
|
76
|
+
totalTVACompte70TVA8_5: number | null;
|
|
77
|
+
totalHTCompte70TVA2_1: number | null;
|
|
78
|
+
totalTVACompte70TVA2_1: number | null;
|
|
79
|
+
totalHTCompte70Intracom: number | null;
|
|
80
|
+
totalTVACompte70Intracom: number | null;
|
|
81
|
+
totalTVACompte70Intracom445662: number | null;
|
|
82
|
+
totalHTCompte6Intracom: number | null;
|
|
83
|
+
totalTVACompte6Intracom445200: number | null;
|
|
84
|
+
totalTVACompte6Intracom445662: number | null;
|
|
85
|
+
totalHTCompte6: number | null;
|
|
86
|
+
totalTVACompte6: number | null;
|
|
87
|
+
totalHTCompte2Immobilisation: number | null;
|
|
88
|
+
totalTVACompte2Immobilisation: number | null;
|
|
89
|
+
coefficientDeduction: number | null;
|
|
90
|
+
creditDeTva: number | null;
|
|
91
|
+
creditNeedToBeReported: number | null;
|
|
92
|
+
totalTaxDue: number | null;
|
|
93
|
+
totalTVADeductible: number | null;
|
|
94
|
+
differenceTvaDueTvaDeductible: number | null;
|
|
95
|
+
montantCreditDeTVATransfere: number | null;
|
|
96
|
+
montantTaxesAssimilees: number | null;
|
|
97
|
+
refundAsked: number | null;
|
|
98
|
+
wantCreditTVAReport: boolean | null;
|
|
99
|
+
isNil: boolean | null;
|
|
100
|
+
hasOGA: boolean | null;
|
|
101
|
+
typeRequest3519: number | null;
|
|
102
|
+
dateTypeRequest3519: Date | null;
|
|
103
|
+
comment: string | null;
|
|
104
|
+
totalAPayer: number | null;
|
|
105
|
+
lastCredit: number | null;
|
|
106
|
+
idFile: number | null;
|
|
107
|
+
idAccountingTransaction: number | null;
|
|
108
|
+
createdAt?: Date | null;
|
|
109
|
+
updatedAt?: Date | null;
|
|
110
|
+
vatDeclarationFile: IFile;
|
|
111
|
+
cerfaType: ICerfaType;
|
|
112
|
+
cerfaValues: ICerfaValue[];
|
|
113
|
+
certificates: IRegistrationCertificate[];
|
|
114
|
+
user: IUser;
|
|
115
|
+
society: ISociety;
|
|
116
|
+
accountingTransaction: IAccountingTransaction;
|
|
117
|
+
}
|
|
118
|
+
//# sourceMappingURL=IVatDeclaration.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IVatDeclaration.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IVatDeclaration.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
// TODO: SUPPRIMER
|
|
2
|
+
export class IVatDeclaration {
|
|
3
|
+
id;
|
|
4
|
+
idRegistration;
|
|
5
|
+
idSociety;
|
|
6
|
+
idUser;
|
|
7
|
+
idExercice;
|
|
8
|
+
idCerfaType;
|
|
9
|
+
idDeposit;
|
|
10
|
+
isComplete;
|
|
11
|
+
payload;
|
|
12
|
+
declarationDate;
|
|
13
|
+
entriesGenerate;
|
|
14
|
+
startDate;
|
|
15
|
+
endDate;
|
|
16
|
+
ligne01;
|
|
17
|
+
ligne02;
|
|
18
|
+
ligne2A;
|
|
19
|
+
ligne03;
|
|
20
|
+
ligne04;
|
|
21
|
+
ligne05;
|
|
22
|
+
ligne06;
|
|
23
|
+
ligne07;
|
|
24
|
+
ligne08;
|
|
25
|
+
ligne08BaseHt;
|
|
26
|
+
ligne08Tva;
|
|
27
|
+
ligne09BaseHt;
|
|
28
|
+
ligne09Tva;
|
|
29
|
+
ligne9BBaseHt;
|
|
30
|
+
ligne9BTva;
|
|
31
|
+
ligne10BaseHt;
|
|
32
|
+
ligne10Tva;
|
|
33
|
+
ligne11BaseHt;
|
|
34
|
+
ligne11Tva;
|
|
35
|
+
ligne12;
|
|
36
|
+
ligne13;
|
|
37
|
+
ligne14;
|
|
38
|
+
ligne15;
|
|
39
|
+
ligne5B;
|
|
40
|
+
ligne16;
|
|
41
|
+
ligne7C;
|
|
42
|
+
ligne17;
|
|
43
|
+
ligne18;
|
|
44
|
+
ligne19;
|
|
45
|
+
ligne20;
|
|
46
|
+
ligne21;
|
|
47
|
+
ligne22;
|
|
48
|
+
ligne23;
|
|
49
|
+
ligne25;
|
|
50
|
+
ligne26;
|
|
51
|
+
ligne27;
|
|
52
|
+
ligne28;
|
|
53
|
+
ligne29;
|
|
54
|
+
ligne32;
|
|
55
|
+
amountPreleve;
|
|
56
|
+
tvsPollution3310;
|
|
57
|
+
tvsPuissance3310;
|
|
58
|
+
contributionAudio3310;
|
|
59
|
+
totalHTCompte70AvecTva;
|
|
60
|
+
totalHTCompteAutreQue70AvecTva;
|
|
61
|
+
totalHTCompte70sansTvaBiens;
|
|
62
|
+
totalHTCompte70sansTvaServices;
|
|
63
|
+
totalHTCompte70TVA20;
|
|
64
|
+
totalTVACompte70TVA20;
|
|
65
|
+
totalHTCompte70TVA5_5;
|
|
66
|
+
totalTVACompte70TVA5_5;
|
|
67
|
+
totalHTCompte70TVA10;
|
|
68
|
+
totalTVACompte70TVA10;
|
|
69
|
+
totalHTCompte70TVA8_5;
|
|
70
|
+
totalTVACompte70TVA8_5;
|
|
71
|
+
totalHTCompte70TVA2_1;
|
|
72
|
+
totalTVACompte70TVA2_1;
|
|
73
|
+
totalHTCompte70Intracom;
|
|
74
|
+
totalTVACompte70Intracom;
|
|
75
|
+
totalTVACompte70Intracom445662;
|
|
76
|
+
totalHTCompte6Intracom;
|
|
77
|
+
totalTVACompte6Intracom445200;
|
|
78
|
+
totalTVACompte6Intracom445662;
|
|
79
|
+
totalHTCompte6;
|
|
80
|
+
totalTVACompte6;
|
|
81
|
+
totalHTCompte2Immobilisation;
|
|
82
|
+
totalTVACompte2Immobilisation;
|
|
83
|
+
coefficientDeduction;
|
|
84
|
+
creditDeTva;
|
|
85
|
+
creditNeedToBeReported;
|
|
86
|
+
totalTaxDue;
|
|
87
|
+
totalTVADeductible;
|
|
88
|
+
differenceTvaDueTvaDeductible;
|
|
89
|
+
montantCreditDeTVATransfere;
|
|
90
|
+
montantTaxesAssimilees;
|
|
91
|
+
refundAsked;
|
|
92
|
+
wantCreditTVAReport;
|
|
93
|
+
isNil;
|
|
94
|
+
hasOGA;
|
|
95
|
+
typeRequest3519;
|
|
96
|
+
dateTypeRequest3519;
|
|
97
|
+
comment;
|
|
98
|
+
totalAPayer;
|
|
99
|
+
lastCredit;
|
|
100
|
+
idFile;
|
|
101
|
+
idAccountingTransaction;
|
|
102
|
+
createdAt;
|
|
103
|
+
updatedAt;
|
|
104
|
+
// Associations
|
|
105
|
+
vatDeclarationFile;
|
|
106
|
+
cerfaType;
|
|
107
|
+
cerfaValues;
|
|
108
|
+
certificates;
|
|
109
|
+
user;
|
|
110
|
+
society;
|
|
111
|
+
accountingTransaction;
|
|
112
|
+
}
|
|
113
|
+
//# sourceMappingURL=IVatDeclaration.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IVatDeclaration.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IVatDeclaration.ts"],"names":[],"mappings":"AAQA,kBAAkB;AAClB,MAAM,OAAO,eAAe;IAC1B,EAAE,CAAU;IACZ,cAAc,CAAiB;IAC/B,SAAS,CAAS;IAClB,MAAM,CAAgB;IACtB,UAAU,CAAgB;IAC1B,WAAW,CAAgB;IAC3B,SAAS,CAAgB;IACzB,UAAU,CAAU;IACpB,OAAO,CAAgB;IACvB,eAAe,CAAc;IAC7B,eAAe,CAAU;IACzB,SAAS,CAAS;IAClB,OAAO,CAAS;IAChB,OAAO,CAAgB;IACvB,OAAO,CAAgB;IACvB,OAAO,CAAgB;IACvB,OAAO,CAAgB;IACvB,OAAO,CAAgB;IACvB,OAAO,CAAgB;IACvB,OAAO,CAAgB;IACvB,OAAO,CAAgB;IACvB,OAAO,CAAgB;IACvB,aAAa,CAAgB;IAC7B,UAAU,CAAgB;IAC1B,aAAa,CAAgB;IAC7B,UAAU,CAAgB;IAC1B,aAAa,CAAgB;IAC7B,UAAU,CAAgB;IAC1B,aAAa,CAAgB;IAC7B,UAAU,CAAgB;IAC1B,aAAa,CAAgB;IAC7B,UAAU,CAAgB;IAC1B,OAAO,CAAgB;IACvB,OAAO,CAAgB;IACvB,OAAO,CAAgB;IACvB,OAAO,CAAgB;IACvB,OAAO,CAAgB;IACvB,OAAO,CAAgB;IACvB,OAAO,CAAgB;IACvB,OAAO,CAAgB;IACvB,OAAO,CAAgB;IACvB,OAAO,CAAgB;IACvB,OAAO,CAAgB;IACvB,OAAO,CAAgB;IACvB,OAAO,CAAgB;IACvB,OAAO,CAAgB;IACvB,OAAO,CAAgB;IACvB,OAAO,CAAgB;IACvB,OAAO,CAAgB;IACvB,OAAO,CAAgB;IACvB,OAAO,CAAgB;IACvB,OAAO,CAAgB;IACvB,aAAa,CAAgB;IAC7B,gBAAgB,CAAgB;IAChC,gBAAgB,CAAgB;IAChC,qBAAqB,CAAgB;IACrC,sBAAsB,CAAgB;IACtC,8BAA8B,CAAgB;IAC9C,2BAA2B,CAAgB;IAC3C,8BAA8B,CAAgB;IAC9C,oBAAoB,CAAgB;IACpC,qBAAqB,CAAgB;IACrC,qBAAqB,CAAgB;IACrC,sBAAsB,CAAgB;IACtC,oBAAoB,CAAgB;IACpC,qBAAqB,CAAgB;IACrC,qBAAqB,CAAgB;IACrC,sBAAsB,CAAgB;IACtC,qBAAqB,CAAgB;IACrC,sBAAsB,CAAgB;IACtC,uBAAuB,CAAgB;IACvC,wBAAwB,CAAgB;IACxC,8BAA8B,CAAgB;IAC9C,sBAAsB,CAAgB;IACtC,6BAA6B,CAAgB;IAC7C,6BAA6B,CAAgB;IAC7C,cAAc,CAAgB;IAC9B,eAAe,CAAgB;IAC/B,4BAA4B,CAAgB;IAC5C,6BAA6B,CAAgB;IAC7C,oBAAoB,CAAgB;IACpC,WAAW,CAAgB;IAC3B,sBAAsB,CAAgB;IACtC,WAAW,CAAgB;IAC3B,kBAAkB,CAAgB;IAClC,6BAA6B,CAAgB;IAC7C,2BAA2B,CAAgB;IAC3C,sBAAsB,CAAgB;IACtC,WAAW,CAAgB;IAC3B,mBAAmB,CAAiB;IACpC,KAAK,CAAiB;IACtB,MAAM,CAAiB;IACvB,eAAe,CAAgB;IAC/B,mBAAmB,CAAc;IACjC,OAAO,CAAgB;IACvB,WAAW,CAAgB;IAC3B,UAAU,CAAgB;IAC1B,MAAM,CAAgB;IACtB,uBAAuB,CAAgB;IACvC,SAAS,CAAe;IACxB,SAAS,CAAe;IAExB,eAAe;IACf,kBAAkB,CAAQ;IAC1B,SAAS,CAAa;IACtB,WAAW,CAAgB;IAC3B,YAAY,CAA6B;IACzC,IAAI,CAAQ;IACZ,OAAO,CAAW;IAClB,qBAAqB,CAAyB;CAC/C","sourcesContent":["import { IFile } from './IFile.js';\nimport { ICerfaType } from './ICerfaType.js';\nimport { ICerfaValue } from './ICerfaValue.js';\nimport { IRegistrationCertificate } from './IRegistrationCertificate.js';\nimport { IUser } from './IUser.js';\nimport { ISociety } from './ISociety.js';\nimport { IAccountingTransaction } from '../../index.js';\n\n// TODO: SUPPRIMER\nexport class IVatDeclaration {\n id?: number;\n idRegistration?: number | null;\n idSociety: number;\n idUser: number | null;\n idExercice: number | null;\n idCerfaType: number | null;\n idDeposit: string | null;\n isComplete: boolean;\n payload: string | null;\n declarationDate: Date | null;\n entriesGenerate: boolean;\n startDate: string;\n endDate: string;\n ligne01: number | null;\n ligne02: number | null;\n ligne2A: number | null;\n ligne03: number | null;\n ligne04: number | null;\n ligne05: number | null;\n ligne06: number | null;\n ligne07: number | null;\n ligne08: number | null;\n ligne08BaseHt: number | null;\n ligne08Tva: number | null;\n ligne09BaseHt: number | null;\n ligne09Tva: number | null;\n ligne9BBaseHt: number | null;\n ligne9BTva: number | null;\n ligne10BaseHt: number | null;\n ligne10Tva: number | null;\n ligne11BaseHt: number | null;\n ligne11Tva: number | null;\n ligne12: number | null;\n ligne13: number | null;\n ligne14: number | null;\n ligne15: number | null;\n ligne5B: number | null;\n ligne16: number | null;\n ligne7C: number | null;\n ligne17: number | null;\n ligne18: number | null;\n ligne19: number | null;\n ligne20: number | null;\n ligne21: number | null;\n ligne22: number | null;\n ligne23: number | null;\n ligne25: number | null;\n ligne26: number | null;\n ligne27: number | null;\n ligne28: number | null;\n ligne29: number | null;\n ligne32: number | null;\n amountPreleve: number | null;\n tvsPollution3310: number | null;\n tvsPuissance3310: number | null;\n contributionAudio3310: number | null;\n totalHTCompte70AvecTva: number | null;\n totalHTCompteAutreQue70AvecTva: number | null;\n totalHTCompte70sansTvaBiens: number | null;\n totalHTCompte70sansTvaServices: number | null;\n totalHTCompte70TVA20: number | null;\n totalTVACompte70TVA20: number | null;\n totalHTCompte70TVA5_5: number | null;\n totalTVACompte70TVA5_5: number | null;\n totalHTCompte70TVA10: number | null;\n totalTVACompte70TVA10: number | null;\n totalHTCompte70TVA8_5: number | null;\n totalTVACompte70TVA8_5: number | null;\n totalHTCompte70TVA2_1: number | null;\n totalTVACompte70TVA2_1: number | null;\n totalHTCompte70Intracom: number | null;\n totalTVACompte70Intracom: number | null;\n totalTVACompte70Intracom445662: number | null;\n totalHTCompte6Intracom: number | null;\n totalTVACompte6Intracom445200: number | null;\n totalTVACompte6Intracom445662: number | null;\n totalHTCompte6: number | null;\n totalTVACompte6: number | null;\n totalHTCompte2Immobilisation: number | null;\n totalTVACompte2Immobilisation: number | null;\n coefficientDeduction: number | null;\n creditDeTva: number | null;\n creditNeedToBeReported: number | null;\n totalTaxDue: number | null;\n totalTVADeductible: number | null;\n differenceTvaDueTvaDeductible: number | null;\n montantCreditDeTVATransfere: number | null;\n montantTaxesAssimilees: number | null;\n refundAsked: number | null;\n wantCreditTVAReport: boolean | null;\n isNil: boolean | null;\n hasOGA: boolean | null;\n typeRequest3519: number | null;\n dateTypeRequest3519: Date | null;\n comment: string | null;\n totalAPayer: number | null;\n lastCredit: number | null;\n idFile: number | null;\n idAccountingTransaction: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n vatDeclarationFile: IFile;\n cerfaType: ICerfaType;\n cerfaValues: ICerfaValue[];\n certificates: IRegistrationCertificate[];\n user: IUser;\n society: ISociety;\n accountingTransaction: IAccountingTransaction;\n}\n"]}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import { ISociety } from './ISociety.js';
|
|
2
|
+
import { IUser } from './IUser.js';
|
|
3
|
+
import { IWebMailType } from './IWebMailType.js';
|
|
4
|
+
import { IRoom } from './IRoom.js';
|
|
5
|
+
import { IAttachmentFile } from './IAttachmentFile.js';
|
|
6
|
+
export declare class IWebMail {
|
|
7
|
+
id?: number;
|
|
8
|
+
mailId?: number | null;
|
|
9
|
+
messageId?: string | null;
|
|
10
|
+
date: Date;
|
|
11
|
+
subject?: string | null;
|
|
12
|
+
fromName?: string | null;
|
|
13
|
+
fromAddress?: string;
|
|
14
|
+
to?: string;
|
|
15
|
+
cc?: string | null;
|
|
16
|
+
bcc?: string | null;
|
|
17
|
+
replyTo?: string | null;
|
|
18
|
+
inReplyTo?: string | null;
|
|
19
|
+
listReferences?: string | null;
|
|
20
|
+
textPlain?: string | null;
|
|
21
|
+
textHtml?: string | null;
|
|
22
|
+
idAccountant?: number | null;
|
|
23
|
+
idAccountantBack?: number | null;
|
|
24
|
+
idExercice?: number | null;
|
|
25
|
+
idSociety?: number | null;
|
|
26
|
+
idRoom?: number | null;
|
|
27
|
+
stateTask?: number | null;
|
|
28
|
+
idUser?: number | null;
|
|
29
|
+
isSent: boolean;
|
|
30
|
+
isRead?: boolean;
|
|
31
|
+
isDraft?: boolean;
|
|
32
|
+
isAnsweredByUserId?: number;
|
|
33
|
+
isForwarded?: boolean;
|
|
34
|
+
isDeleted?: boolean;
|
|
35
|
+
isImportant?: boolean;
|
|
36
|
+
isTodo?: boolean;
|
|
37
|
+
isFlagged?: number;
|
|
38
|
+
isFlaggedByUserId?: number;
|
|
39
|
+
isBlocked?: boolean;
|
|
40
|
+
isWithoutGpc?: boolean;
|
|
41
|
+
receiptAcknowledgement?: Date | null;
|
|
42
|
+
idType: number;
|
|
43
|
+
idMailAuto?: number | null;
|
|
44
|
+
isTaskSupervised?: boolean;
|
|
45
|
+
deadlineCreationDate?: Date | null;
|
|
46
|
+
deadlineReminderDate?: Date | null;
|
|
47
|
+
deadlineDate?: Date | null;
|
|
48
|
+
deadlineStatus?: number | null;
|
|
49
|
+
isReminder?: boolean;
|
|
50
|
+
reminderDate?: Date | null;
|
|
51
|
+
reminderComment?: string | null;
|
|
52
|
+
processingDate?: Date | null;
|
|
53
|
+
responseAutoDate?: Date | null;
|
|
54
|
+
createdAt?: Date;
|
|
55
|
+
updatedAt?: Date;
|
|
56
|
+
webmailSocieties?: ISociety;
|
|
57
|
+
webmailAccountant?: IUser;
|
|
58
|
+
webmailSender?: IUser;
|
|
59
|
+
webmailFlagUser?: IUser;
|
|
60
|
+
webmailTypes?: IWebMailType;
|
|
61
|
+
room?: IRoom;
|
|
62
|
+
webmailAttachmentFile?: IAttachmentFile[];
|
|
63
|
+
}
|
|
64
|
+
//# sourceMappingURL=IWebMail.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IWebMail.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IWebMail.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
// webmailMails
|
|
2
|
+
export class IWebMail {
|
|
3
|
+
id;
|
|
4
|
+
mailId;
|
|
5
|
+
messageId;
|
|
6
|
+
date;
|
|
7
|
+
subject;
|
|
8
|
+
fromName;
|
|
9
|
+
fromAddress;
|
|
10
|
+
to;
|
|
11
|
+
cc;
|
|
12
|
+
bcc;
|
|
13
|
+
replyTo;
|
|
14
|
+
inReplyTo;
|
|
15
|
+
listReferences;
|
|
16
|
+
textPlain;
|
|
17
|
+
textHtml;
|
|
18
|
+
idAccountant;
|
|
19
|
+
idAccountantBack;
|
|
20
|
+
idExercice;
|
|
21
|
+
idSociety;
|
|
22
|
+
idRoom;
|
|
23
|
+
stateTask;
|
|
24
|
+
idUser;
|
|
25
|
+
isSent;
|
|
26
|
+
isRead;
|
|
27
|
+
isDraft;
|
|
28
|
+
isAnsweredByUserId;
|
|
29
|
+
isForwarded;
|
|
30
|
+
isDeleted;
|
|
31
|
+
isImportant;
|
|
32
|
+
isTodo;
|
|
33
|
+
isFlagged;
|
|
34
|
+
isFlaggedByUserId;
|
|
35
|
+
isBlocked;
|
|
36
|
+
isWithoutGpc;
|
|
37
|
+
receiptAcknowledgement;
|
|
38
|
+
idType;
|
|
39
|
+
idMailAuto;
|
|
40
|
+
isTaskSupervised;
|
|
41
|
+
deadlineCreationDate;
|
|
42
|
+
deadlineReminderDate;
|
|
43
|
+
deadlineDate;
|
|
44
|
+
deadlineStatus;
|
|
45
|
+
isReminder;
|
|
46
|
+
reminderDate;
|
|
47
|
+
reminderComment;
|
|
48
|
+
processingDate;
|
|
49
|
+
responseAutoDate;
|
|
50
|
+
createdAt;
|
|
51
|
+
updatedAt;
|
|
52
|
+
// Associations
|
|
53
|
+
webmailSocieties;
|
|
54
|
+
webmailAccountant;
|
|
55
|
+
webmailSender;
|
|
56
|
+
webmailFlagUser;
|
|
57
|
+
webmailTypes;
|
|
58
|
+
room;
|
|
59
|
+
webmailAttachmentFile;
|
|
60
|
+
}
|
|
61
|
+
//# sourceMappingURL=IWebMail.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IWebMail.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IWebMail.ts"],"names":[],"mappings":"AAMA,eAAe;AACf,MAAM,OAAO,QAAQ;IACnB,EAAE,CAAU;IACZ,MAAM,CAAiB;IACvB,SAAS,CAAiB;IAC1B,IAAI,CAAO;IACX,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,CAAiB;IAC1B,QAAQ,CAAiB;IACzB,YAAY,CAAiB;IAC7B,gBAAgB,CAAiB;IACjC,UAAU,CAAiB;IAC3B,SAAS,CAAiB;IAC1B,MAAM,CAAiB;IACvB,SAAS,CAAiB;IAC1B,MAAM,CAAiB;IACvB,MAAM,CAAU;IAChB,MAAM,CAAW;IACjB,OAAO,CAAW;IAClB,kBAAkB,CAAU;IAC5B,WAAW,CAAW;IACtB,SAAS,CAAW;IACpB,WAAW,CAAW;IACtB,MAAM,CAAW;IACjB,SAAS,CAAU;IACnB,iBAAiB,CAAU;IAC3B,SAAS,CAAW;IACpB,YAAY,CAAW;IACvB,sBAAsB,CAAe;IACrC,MAAM,CAAS;IACf,UAAU,CAAiB;IAC3B,gBAAgB,CAAW;IAC3B,oBAAoB,CAAe;IACnC,oBAAoB,CAAe;IACnC,YAAY,CAAe;IAC3B,cAAc,CAAiB;IAC/B,UAAU,CAAW;IACrB,YAAY,CAAe;IAC3B,eAAe,CAAiB;IAChC,cAAc,CAAe;IAC7B,gBAAgB,CAAe;IAC/B,SAAS,CAAQ;IACjB,SAAS,CAAQ;IAEjB,eAAe;IACf,gBAAgB,CAAY;IAC5B,iBAAiB,CAAS;IAC1B,aAAa,CAAS;IACtB,eAAe,CAAS;IACxB,YAAY,CAAgB;IAC5B,IAAI,CAAS;IACb,qBAAqB,CAAqB;CAC3C","sourcesContent":["import { ISociety } from './ISociety.js';\nimport { IUser } from './IUser.js';\nimport { IWebMailType } from './IWebMailType.js';\nimport { IRoom } from './IRoom.js';\nimport { IAttachmentFile } from './IAttachmentFile.js';\n\n// webmailMails\nexport class IWebMail {\n id?: number;\n mailId?: number | null;\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 textPlain?: string | null;\n textHtml?: string | null;\n idAccountant?: number | null;\n idAccountantBack?: number | null;\n idExercice?: number | null;\n idSociety?: number | null;\n idRoom?: number | null;\n stateTask?: number | null;\n idUser?: number | null;\n isSent: boolean;\n isRead?: boolean;\n isDraft?: boolean;\n isAnsweredByUserId?: number;\n isForwarded?: boolean;\n isDeleted?: boolean;\n isImportant?: boolean;\n isTodo?: boolean;\n isFlagged?: number;\n isFlaggedByUserId?: number;\n isBlocked?: boolean;\n isWithoutGpc?: boolean;\n receiptAcknowledgement?: Date | null;\n idType: number;\n idMailAuto?: number | null;\n isTaskSupervised?: boolean;\n deadlineCreationDate?: Date | null;\n deadlineReminderDate?: Date | null;\n deadlineDate?: Date | null;\n deadlineStatus?: number | null;\n isReminder?: boolean;\n reminderDate?: Date | null;\n reminderComment?: string | null;\n processingDate?: Date | null;\n responseAutoDate?: Date | null;\n createdAt?: Date;\n updatedAt?: Date;\n\n // Associations\n webmailSocieties?: ISociety;\n webmailAccountant?: IUser;\n webmailSender?: IUser;\n webmailFlagUser?: IUser;\n webmailTypes?: IWebMailType;\n room?: IRoom;\n webmailAttachmentFile?: IAttachmentFile[];\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IWebMailAttachment.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IWebMailAttachment.ts"],"names":[],"mappings":"AACA,qBAAa,kBAAkB;IAC7B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,gBAAgB,EAAE,MAAM,CAAC;IACzB,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACzB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IWebMailAttachment.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IWebMailAttachment.ts"],"names":[],"mappings":"AAAA,0BAA0B;AAC1B,MAAM,OAAO,kBAAkB;IAC7B,EAAE,CAAU;IACZ,gBAAgB,CAAS;IACzB,MAAM,CAAS;IACf,SAAS,CAAe;IACxB,SAAS,CAAe;CACzB","sourcesContent":["// webmailMailsAttachments\nexport class IWebMailAttachment {\n id?: number;\n idAttachmentFile: number;\n idMail: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IWebMailStat.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IWebMailStat.ts"],"names":[],"mappings":"AACA,qBAAa,YAAY;IACvB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,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":"IWebMailStat.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IWebMailStat.ts"],"names":[],"mappings":"AAAA,eAAe;AACf,MAAM,OAAO,YAAY;IACvB,EAAE,CAAU;IACZ,IAAI,CAAS;IACb,YAAY,CAAgB;IAC5B,IAAI,CAAS;IACb,SAAS,CAAe;IACxB,SAAS,CAAe;CACzB","sourcesContent":["// webmailStats\nexport class IWebMailStat {\n id?: number;\n data: string;\n accountantId: number | null;\n type: string;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IWebMailType.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IWebMailType.ts"],"names":[],"mappings":"AACA,qBAAa,YAAY;IACvB,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":"IWebMailType.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IWebMailType.ts"],"names":[],"mappings":"AAAA,eAAe;AACf,MAAM,OAAO,YAAY;IACvB,EAAE,CAAU;IACZ,IAAI,CAAS;IACb,SAAS,CAAe;IACxB,SAAS,CAAe;CACzB","sourcesContent":["// webmailTypes\nexport class IWebMailType {\n id?: number;\n name: string;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"]}
|