@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,13 @@
|
|
|
1
|
+
import { IPhonePrefixChild } from './IPhonePrefixChild.js';
|
|
2
|
+
|
|
3
|
+
// phonePrefix
|
|
4
|
+
export class IPhonePrefix {
|
|
5
|
+
id?: number;
|
|
6
|
+
value: string;
|
|
7
|
+
description: string | null;
|
|
8
|
+
createdAt?: Date | null;
|
|
9
|
+
updatedAt?: Date | null;
|
|
10
|
+
|
|
11
|
+
// Associations
|
|
12
|
+
phonePrefixChildren: IPhonePrefixChild[];
|
|
13
|
+
}
|
|
@@ -32,9 +32,12 @@ export class IPrestation {
|
|
|
32
32
|
goToFacturation?: Date | null;
|
|
33
33
|
dateLeavingFacturation?: Date | null;
|
|
34
34
|
scoring: number | null;
|
|
35
|
+
// @deprecated Application fees are not charged anymore
|
|
36
|
+
isWithApplicationFees?: boolean;
|
|
35
37
|
state: boolean;
|
|
36
38
|
commentPdf: string | null;
|
|
37
39
|
token: string | null;
|
|
40
|
+
size: number | null;
|
|
38
41
|
inProgress: number | null;
|
|
39
42
|
idSociety: number;
|
|
40
43
|
idPrestationList: number;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { IUser } from './IUser.js';
|
|
2
|
+
|
|
3
|
+
// quotaLeads
|
|
4
|
+
export class IQuotaLead {
|
|
5
|
+
id?: number;
|
|
6
|
+
period: Date;
|
|
7
|
+
nbLeadsMax: number;
|
|
8
|
+
currentNbLeads: number;
|
|
9
|
+
handicap: number;
|
|
10
|
+
active: boolean;
|
|
11
|
+
idUser: number;
|
|
12
|
+
createdAt?: Date | null;
|
|
13
|
+
updatedAt?: Date | null;
|
|
14
|
+
|
|
15
|
+
// Associations
|
|
16
|
+
user: IUser;
|
|
17
|
+
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { IVatDeclaration } from './IVatDeclaration.js';
|
|
1
2
|
import { IFile } from './IFile.js';
|
|
2
3
|
import { IRegistration } from './IRegistration.js';
|
|
3
4
|
|
|
@@ -5,11 +6,13 @@ export class IRegistrationCertificate {
|
|
|
5
6
|
id?: number;
|
|
6
7
|
declarationId: string;
|
|
7
8
|
idFile: number;
|
|
9
|
+
idVatDeclaration: number | null;
|
|
8
10
|
idRegistration: number | null;
|
|
9
11
|
createdAt?: Date | null;
|
|
10
12
|
updatedAt?: Date | null;
|
|
11
13
|
|
|
12
14
|
// Associations
|
|
15
|
+
vatDeclaration: IVatDeclaration;
|
|
13
16
|
registration: IRegistration;
|
|
14
17
|
file: IFile;
|
|
15
18
|
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// schedule
|
|
2
|
+
export class ISchedule {
|
|
3
|
+
id?: number;
|
|
4
|
+
morningStart: string | null;
|
|
5
|
+
morningEnd: string | null;
|
|
6
|
+
afternoonStart: string | null;
|
|
7
|
+
afternoonEnd: string | null;
|
|
8
|
+
idUser: number;
|
|
9
|
+
idDay: number;
|
|
10
|
+
createdAt?: Date | null;
|
|
11
|
+
updatedAt?: Date | null;
|
|
12
|
+
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { IEmployee } from './IEmployee.js';
|
|
2
|
+
import { IMonth } from './IMonth.js';
|
|
2
3
|
import { ISheetMonthScheduleDetail } from './ISheetMonthScheduleDetails.js';
|
|
3
4
|
|
|
4
5
|
// sheetMonthSchedules
|
|
@@ -40,5 +41,6 @@ export class ISheetMonthSchedule {
|
|
|
40
41
|
|
|
41
42
|
// Associations
|
|
42
43
|
employee: IEmployee;
|
|
44
|
+
month: IMonth;
|
|
43
45
|
sheetMonthScheduleDetails: ISheetMonthScheduleDetail[];
|
|
44
46
|
}
|
|
@@ -17,6 +17,7 @@ import { ISubscriptionType } from './ISubscriptionType.js';
|
|
|
17
17
|
import { ISocietyConfig } from './ISocietyConfig.js';
|
|
18
18
|
import { ISocietyGescom } from './ISocietyGescom.js';
|
|
19
19
|
import { IFormalism } from './IFormalism.js';
|
|
20
|
+
import { ISocietyNote } from './ISocietyNote.js';
|
|
20
21
|
import { ITaxSystem } from './ITaxSystem.js';
|
|
21
22
|
import { IVatRegime } from './IVatRegime.js';
|
|
22
23
|
import { IFiscalRegime } from './IFiscalRegime.js';
|
|
@@ -29,16 +30,20 @@ import { ICotation } from './ICotation.js';
|
|
|
29
30
|
import { ISocietyVehicle } from './ISocietyVehicle.js';
|
|
30
31
|
import { ICountry } from './ICountry.js';
|
|
31
32
|
import { ITerminationList } from './ITerminationList.js';
|
|
33
|
+
import { ISocietyFile } from './ISocietyFile.js';
|
|
32
34
|
import { ISocietyDetail } from './ISocietyDetail.js';
|
|
33
35
|
import { ISocietySocial } from './ISocietySocial.js';
|
|
34
36
|
import { ISocietyJuridical } from './ISocietyJuridical.js';
|
|
37
|
+
import { IPaymentWaiting } from './IPaymentWaiting.js';
|
|
35
38
|
import { IExercice } from './IExercice.js';
|
|
39
|
+
import { IWebMail } from './IWebMail.js';
|
|
36
40
|
import { ISocietyProceding } from './ISocietyProceding.js';
|
|
37
41
|
import { ISocietyStat } from './ISocietyStat.js';
|
|
38
42
|
import { ISurvey } from './ISurvey.js';
|
|
39
43
|
import { ILog } from './ILog.js';
|
|
40
44
|
import { ISms } from './ISms.js';
|
|
41
45
|
import { IUser } from './IUser.js';
|
|
46
|
+
import { ISocietyEvent } from './ISocietyEvent.js';
|
|
42
47
|
import {
|
|
43
48
|
ComptaType,
|
|
44
49
|
CountryId,
|
|
@@ -55,6 +60,7 @@ import {
|
|
|
55
60
|
IUserSocietyPermission,
|
|
56
61
|
ISocietyConfigBalanceSheet,
|
|
57
62
|
IAccountsSocieties,
|
|
63
|
+
IUnpaidCallHistory,
|
|
58
64
|
IAccountingFile,
|
|
59
65
|
IThirdPartySociety,
|
|
60
66
|
ICalendarEvent,
|
|
@@ -75,6 +81,7 @@ export class ISociety {
|
|
|
75
81
|
dateOfRegistration?: Date | null;
|
|
76
82
|
dateInscription?: Date | null;
|
|
77
83
|
dateIsClient?: Date | null;
|
|
84
|
+
partnerSubscriptionECDate?: Date | null;
|
|
78
85
|
dateStatus?: Date | null;
|
|
79
86
|
socialStatut?: number | null;
|
|
80
87
|
juridicalStatut?: number | null;
|
|
@@ -92,18 +99,28 @@ export class ISociety {
|
|
|
92
99
|
isBlocked?: boolean | null;
|
|
93
100
|
isEndorsementSigned?: boolean | null;
|
|
94
101
|
autoAnnotate?: boolean;
|
|
102
|
+
managementSoftware?: boolean | null;
|
|
95
103
|
cashbook?: boolean | null;
|
|
96
104
|
balanceZero?: boolean | null;
|
|
97
105
|
mailRecovery?: boolean | null;
|
|
98
106
|
folderIsFinished?: boolean | null;
|
|
107
|
+
hideInformationsBanner?: boolean | null;
|
|
108
|
+
dateUploadTva?: Date | null;
|
|
99
109
|
vatUploadDay?: number | null;
|
|
110
|
+
lockImposition?: boolean | null;
|
|
111
|
+
lockTva?: boolean | null;
|
|
100
112
|
isWaitingEnd?: boolean | null;
|
|
113
|
+
waitFirstContact?: boolean | null;
|
|
114
|
+
sendFirstContact?: boolean | null;
|
|
101
115
|
toConstitution?: number | null;
|
|
102
116
|
numberFrp?: string | null;
|
|
117
|
+
socialParts?: string | null;
|
|
103
118
|
numberSie?: string | null;
|
|
104
119
|
aga?: string | null;
|
|
105
120
|
statutoryAuditor?: string | null;
|
|
121
|
+
typeSales?: string | null;
|
|
106
122
|
dateRelanceCommercial?: Date | null;
|
|
123
|
+
firstPayslipDate?: Date | null;
|
|
107
124
|
externalId?: string | null;
|
|
108
125
|
totalSharesHeld?: number | null;
|
|
109
126
|
leadQuotation?: number | null;
|
|
@@ -113,23 +130,44 @@ export class ISociety {
|
|
|
113
130
|
profitsType?: number | null;
|
|
114
131
|
idSource?: number | null;
|
|
115
132
|
idFiscalRegime?: number | null;
|
|
133
|
+
idRegion?: number | null;
|
|
116
134
|
idLegalForm?: number | null;
|
|
117
135
|
idComptaType?: ComptaType | null;
|
|
118
136
|
idTypeBrand?: number | null;
|
|
119
137
|
idSubscriptionType?: number | null;
|
|
120
138
|
idCountry?: CountryId | null;
|
|
121
139
|
idSector?: Sector | null;
|
|
140
|
+
idSocietyNotes?: number | null;
|
|
122
141
|
folderNote?: string | null;
|
|
123
142
|
oldNafCode?: string | null;
|
|
143
|
+
dateSendAdvise?: Date | null;
|
|
124
144
|
inpiDate?: Date | null;
|
|
145
|
+
idUserAdvise?: number | null;
|
|
125
146
|
idVatForInternalInvoicing?: number;
|
|
147
|
+
dateFirstSendUnpaid?: Date | null;
|
|
126
148
|
reasonUnpaid?: number | null; //FIXME: une fois migrée, à remplacer par l'ENUM reasonUnpaid
|
|
127
149
|
stripeSubscriptionId?: string | null;
|
|
150
|
+
stateSynchroBankAccount?: number | null;
|
|
151
|
+
noShowPopUpSynchroDate?: Date | null;
|
|
152
|
+
stateFollowCall?: number | null;
|
|
128
153
|
folderCreation?: boolean;
|
|
154
|
+
hideSimulationBetaMessage?: boolean;
|
|
129
155
|
unpaid?: number | null;
|
|
130
156
|
isLate?: boolean | null;
|
|
131
157
|
unpaidDetails?: UnpaidDetail[] | null;
|
|
132
158
|
owner?: IUser | null;
|
|
159
|
+
/**
|
|
160
|
+
* @deprecated
|
|
161
|
+
*/
|
|
162
|
+
social?: string | null;
|
|
163
|
+
/**
|
|
164
|
+
* @deprecated
|
|
165
|
+
*/
|
|
166
|
+
exercices?: string | null;
|
|
167
|
+
/**
|
|
168
|
+
* @deprecated
|
|
169
|
+
*/
|
|
170
|
+
recoveryDate?: string | null;
|
|
133
171
|
createdAt?: Date | null;
|
|
134
172
|
updatedAt?: Date | null;
|
|
135
173
|
startAt?: Date | null;
|
|
@@ -140,6 +178,9 @@ export class ISociety {
|
|
|
140
178
|
idNafCode?: number | null;
|
|
141
179
|
canceledFirstStepTourAt?: Date | null;
|
|
142
180
|
step?: string | null;
|
|
181
|
+
/** @deprecated */
|
|
182
|
+
hidePartneredAccountantsBubbleLink?: boolean | null;
|
|
183
|
+
cancelCompleteCreationModal?: Date | null;
|
|
143
184
|
isCreatedInApp?: number;
|
|
144
185
|
passwordIsuite?: string | null;
|
|
145
186
|
unpaidState?: number | null;
|
|
@@ -169,6 +210,7 @@ export class ISociety {
|
|
|
169
210
|
gescom?: ISocietyGescom;
|
|
170
211
|
generalConditionsOfSales?: IGeneralConditionOfSale[];
|
|
171
212
|
formalism?: IFormalism;
|
|
213
|
+
notes?: ISocietyNote;
|
|
172
214
|
taxSystem?: ITaxSystem;
|
|
173
215
|
tvaRegime?: IVatRegime;
|
|
174
216
|
fiscalRegime?: IFiscalRegime;
|
|
@@ -182,10 +224,13 @@ export class ISociety {
|
|
|
182
224
|
societyVehicles?: ISocietyVehicle[];
|
|
183
225
|
societyCountry?: ICountry;
|
|
184
226
|
terminationsList?: ITerminationList;
|
|
227
|
+
societyFiles?: ISocietyFile[];
|
|
185
228
|
societyDetail?: ISocietyDetail;
|
|
186
229
|
societySocials?: ISocietySocial[];
|
|
187
230
|
societyJuridical?: ISocietyJuridical;
|
|
231
|
+
paymentWaitings?: IPaymentWaiting[];
|
|
188
232
|
societyExercices?: IExercice[];
|
|
233
|
+
webmailMails?: IWebMail[];
|
|
189
234
|
societyProcedings?: ISocietyProceding[];
|
|
190
235
|
societyStats?: ISocietyStat[];
|
|
191
236
|
survey?: ISurvey[];
|
|
@@ -197,12 +242,14 @@ export class ISociety {
|
|
|
197
242
|
regulates?: IRegulate[];
|
|
198
243
|
regulations?: IRegulation[];
|
|
199
244
|
brandType?: IBrandType;
|
|
245
|
+
events?: ISocietyEvent[];
|
|
200
246
|
mails?: IMail[];
|
|
201
247
|
transactions?: IAccountingTransaction[];
|
|
202
248
|
businessPartners?: IBusinessPartner[];
|
|
203
249
|
fecFile?: IFecFile | null;
|
|
204
250
|
gedFiles?: IGedFile[];
|
|
205
251
|
files?: IFile[];
|
|
252
|
+
unpaidCallHistory?: IUnpaidCallHistory[];
|
|
206
253
|
accountingFiles?: IAccountingFile[];
|
|
207
254
|
businessSectors?: IBusinessSector[];
|
|
208
255
|
calendarEvents?: ICalendarEvent[];
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { SocietyApprovalJsonDatas } from '../api/SocietyApproval.js';
|
|
2
2
|
import { IExercice } from './IExercice.js';
|
|
3
3
|
import { IFile } from './IFile.js';
|
|
4
|
+
import { IPaymentWaiting } from './IPaymentWaiting.js';
|
|
4
5
|
|
|
5
6
|
// societyApprovals
|
|
6
7
|
export class ISocietyApproval {
|
|
@@ -23,10 +24,12 @@ export class ISocietyApproval {
|
|
|
23
24
|
idFile: number | null;
|
|
24
25
|
idAccountant: number | null;
|
|
25
26
|
idExercice: number | null;
|
|
27
|
+
idPaymentWaiting: number | null;
|
|
26
28
|
createdAt?: Date | null;
|
|
27
29
|
updatedAt?: Date | null;
|
|
28
30
|
|
|
29
31
|
// Associations
|
|
30
32
|
exercice?: IExercice;
|
|
33
|
+
paymentsWaiting?: IPaymentWaiting;
|
|
31
34
|
file?: IFile;
|
|
32
35
|
}
|
|
@@ -3,12 +3,26 @@ import { ISociety } from './ISociety.js';
|
|
|
3
3
|
|
|
4
4
|
export class ISocietyConfig {
|
|
5
5
|
id?: number;
|
|
6
|
+
disableExport: boolean;
|
|
6
7
|
noVat: boolean;
|
|
7
8
|
dateActiveVat?: Date | null;
|
|
8
9
|
logo?: string | null;
|
|
10
|
+
adjournment: boolean;
|
|
9
11
|
acceptCgv: boolean;
|
|
12
|
+
showWelcomeModal: boolean;
|
|
13
|
+
modalNews: boolean;
|
|
10
14
|
onCollection?: boolean;
|
|
15
|
+
typeMicroentreprise?: number | null;
|
|
16
|
+
showTipSchedule: boolean;
|
|
11
17
|
defaultBa?: number | null;
|
|
18
|
+
salesType?: number | null;
|
|
19
|
+
noShowModalAnnotation: boolean;
|
|
20
|
+
emailAgreement: boolean;
|
|
21
|
+
clicPaiement: boolean;
|
|
22
|
+
mailIdepotStatus: boolean;
|
|
23
|
+
mobileRegister: boolean;
|
|
24
|
+
registeredFromWebsite: boolean;
|
|
25
|
+
idQontoRegistration?: string | null;
|
|
12
26
|
idSociety: number;
|
|
13
27
|
createdAt?: Date | null;
|
|
14
28
|
updatedAt?: Date | null;
|
|
@@ -11,68 +11,126 @@ export class ISocietyDetail {
|
|
|
11
11
|
isLoans?: string | null;
|
|
12
12
|
loans?: string | null;
|
|
13
13
|
personnalContribution?: string | null;
|
|
14
|
+
listBanks?: string | null;
|
|
14
15
|
nbBanks?: string | null;
|
|
15
16
|
nbBankaccounts?: number | null;
|
|
17
|
+
isCashdesk?: boolean | null;
|
|
18
|
+
nbTva?: number | null;
|
|
16
19
|
ribSentToTaxDepartment?: string | null;
|
|
20
|
+
professionnalRent?: string | null;
|
|
17
21
|
isPersoAdress?: string | null;
|
|
22
|
+
vehicle?: string | null;
|
|
18
23
|
interestOtherCompanies?: string | null;
|
|
24
|
+
listCompaniesInterestedIn?: string | null;
|
|
25
|
+
areOtherCompaniesOnOurBrand?: string | null;
|
|
26
|
+
listTva?: string | null;
|
|
19
27
|
nbAssociates?: number | null;
|
|
20
28
|
nbEmployees?: number | null;
|
|
29
|
+
hiringPromess?: string | null;
|
|
30
|
+
aNouveaux?: boolean | null;
|
|
31
|
+
bilanN1?: boolean | null;
|
|
21
32
|
revisionDate?: Date | null;
|
|
22
33
|
dateFirstContact?: Date | null;
|
|
34
|
+
userIdFirstContact?: number | null;
|
|
35
|
+
tauxTvaComment?: string | null;
|
|
36
|
+
remarqueComment?: string | null;
|
|
37
|
+
remarqueCommentCab?: string | null;
|
|
23
38
|
acceptation?: number | null;
|
|
39
|
+
userIdAcceptation?: number | null;
|
|
24
40
|
lab?: boolean | null;
|
|
25
41
|
userIdLab?: number | null;
|
|
26
42
|
previsionCa?: string | null;
|
|
43
|
+
externalMeans?: string | null;
|
|
27
44
|
needTreasury?: string | null;
|
|
28
45
|
judiciaryRecovery?: string | null;
|
|
29
46
|
fiscalControl?: string | null;
|
|
30
47
|
descriptionFormation?: string | null;
|
|
48
|
+
fonctionAndInterlocutors?: string | null;
|
|
31
49
|
listQualities?: string | null;
|
|
50
|
+
averageCustomerRegulationTime?: string | null;
|
|
51
|
+
averageSupplierRegulationTime?: string | null;
|
|
32
52
|
managementKnowledge?: string | null;
|
|
53
|
+
otherIncome?: string | null;
|
|
33
54
|
politicalResponsability?: string | null;
|
|
34
55
|
prohibitedBanking?: string | null;
|
|
56
|
+
accreARCEOrARE?: string | null;
|
|
35
57
|
frenchTaxResident?: string | null;
|
|
36
58
|
isIrTaxable?: string | null;
|
|
59
|
+
billingSoftware?: string | null;
|
|
37
60
|
collectionSystem?: string | null;
|
|
61
|
+
flowSheet?: string | null;
|
|
38
62
|
officeType?: string | null;
|
|
63
|
+
rankFiles?: string | null;
|
|
64
|
+
specificNeeds?: string | null;
|
|
39
65
|
configAccount?: boolean | null;
|
|
40
66
|
investissement?: string | null;
|
|
67
|
+
investissementTypes?: string | null;
|
|
41
68
|
workInternationnal?: string | null;
|
|
69
|
+
creationEntreprise?: string | null;
|
|
70
|
+
oldActivite?: string | null;
|
|
42
71
|
indemnite?: string | null;
|
|
72
|
+
findClementine?: string | null;
|
|
43
73
|
validationDate?: Date | null;
|
|
44
74
|
idSociety?: number | null;
|
|
45
75
|
idUser?: number | null;
|
|
46
76
|
idFile?: number | null;
|
|
77
|
+
idFileToClient?: number | null;
|
|
78
|
+
idFindClementine?: number | null;
|
|
79
|
+
nbAssociatesInCompany?: number | null;
|
|
47
80
|
hasCommercialLease?: string | null;
|
|
48
81
|
amountBaseBefore?: number | null;
|
|
82
|
+
trainingIsDone?: boolean;
|
|
83
|
+
commercialArea?: string | null;
|
|
84
|
+
commercialRentAmount?: string | null;
|
|
85
|
+
hasTravellingExpenses?: string | null;
|
|
49
86
|
personnalContributionCapital?: string | null;
|
|
50
87
|
personnalContributionCurrentBankAccount?: string | null;
|
|
51
88
|
personnalContributionInKind?: string | null;
|
|
52
89
|
dateOfCertificateOfDepositOfShareCapital?: Date | null;
|
|
53
90
|
bankOfDepositOfShareCapital?: string | null;
|
|
54
91
|
addressOfBankOfDepositOfShareCapital?: string | null;
|
|
92
|
+
poleEmploiAid?: string | null;
|
|
93
|
+
poleEmploiAidType?: number | null;
|
|
55
94
|
honorLoan?: string | null;
|
|
95
|
+
honorLoanAmount?: string | null;
|
|
56
96
|
financingStartingStock?: string | null;
|
|
97
|
+
financingStartingStockAmount?: string | null;
|
|
57
98
|
contributionTypes?: string | null;
|
|
58
99
|
yearSocietyCreation?: string | null;
|
|
59
100
|
lastExerciceCA?: string | null;
|
|
60
101
|
borrowingInProgress?: string | null;
|
|
102
|
+
borrowingInProgressAmount?: string | null;
|
|
103
|
+
investissementCTMT?: string | null;
|
|
104
|
+
changeECReason?: string | null;
|
|
61
105
|
listReasonsWhyChangingEC?: string | null;
|
|
62
106
|
isSocietyCreation?: boolean | null;
|
|
63
107
|
participationsInOtherSociety?: string | null;
|
|
108
|
+
entrepriseProject?: boolean;
|
|
109
|
+
contractorProfil?: boolean;
|
|
64
110
|
notificationForConstitution?: boolean;
|
|
65
111
|
notificationForOtherMissions?: boolean | null;
|
|
112
|
+
takeKnowledge?: boolean;
|
|
66
113
|
riskClientIdentity?: boolean | null;
|
|
67
114
|
riskCompanyIdentity?: boolean | null;
|
|
68
115
|
riskClientIdentityComment?: string | null;
|
|
69
116
|
riskCompanyIdentityComment?: string | null;
|
|
117
|
+
bankSynchronisationState?: number | null;
|
|
70
118
|
platformExplanation?: number | null;
|
|
71
119
|
mobileAppInstallationProposal?: number | null;
|
|
72
120
|
notaryOfficeName?: string | null;
|
|
73
121
|
notaryOfficeAddress?: string | null;
|
|
74
122
|
notaryOfficeZipCode?: string | null;
|
|
75
123
|
notaryOfficeCity?: string | null;
|
|
124
|
+
verifiedDocuments?: boolean | null;
|
|
125
|
+
accountingPlanSetup?: boolean | null;
|
|
126
|
+
checkingReceiptOfBankStatements?: boolean | null;
|
|
127
|
+
CCASetup?: boolean | null;
|
|
128
|
+
usingExpenseReports?: boolean | null;
|
|
129
|
+
usingIK?: boolean | null;
|
|
130
|
+
unemploymentInsurance?: boolean | null;
|
|
131
|
+
hasMutualInsurance?: boolean | null;
|
|
132
|
+
hasProfessionalLiabilityInsurance?: boolean | null;
|
|
133
|
+
insuranceContractAudit?: boolean | null;
|
|
76
134
|
createdAt?: Date | null;
|
|
77
135
|
updatedAt?: Date | null;
|
|
78
136
|
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { SocietyTypeEvent } from '../../Enum/SocietyTypeEvent.js';
|
|
2
|
+
import { ISociety } from './ISociety.js';
|
|
3
|
+
|
|
4
|
+
export class ISocietyEvent {
|
|
5
|
+
id: number;
|
|
6
|
+
idSociety: number;
|
|
7
|
+
idTypeEvent: SocietyTypeEvent;
|
|
8
|
+
state?: string | null;
|
|
9
|
+
createdAt?: Date | null;
|
|
10
|
+
updatedAt?: Date | null;
|
|
11
|
+
|
|
12
|
+
// Association
|
|
13
|
+
society: ISociety;
|
|
14
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { ISociety } from './ISociety.js';
|
|
2
|
+
|
|
3
|
+
// societyFiles
|
|
4
|
+
export class ISocietyFile {
|
|
5
|
+
id?: number;
|
|
6
|
+
kbis: string;
|
|
7
|
+
statuts: string;
|
|
8
|
+
cni: string;
|
|
9
|
+
rib: string;
|
|
10
|
+
sepa: string;
|
|
11
|
+
ocba: string;
|
|
12
|
+
isPaper: boolean;
|
|
13
|
+
idSociety: number;
|
|
14
|
+
createdAt?: Date | null;
|
|
15
|
+
updatedAt?: Date | null;
|
|
16
|
+
|
|
17
|
+
// Associations
|
|
18
|
+
society: ISociety;
|
|
19
|
+
}
|
|
@@ -19,7 +19,10 @@ export class ISocietyGescom {
|
|
|
19
19
|
discount?: string | null;
|
|
20
20
|
recoveryCost?: string | null;
|
|
21
21
|
vatMention?: string | null;
|
|
22
|
+
generatedBy?: boolean | null;
|
|
22
23
|
bonPour?: boolean | null;
|
|
24
|
+
acceptCheque?: boolean | null;
|
|
25
|
+
mentionAutoent?: boolean | null;
|
|
23
26
|
startInvoice?: number | null;
|
|
24
27
|
startEstimate?: number | null;
|
|
25
28
|
paymentsAccepted?: boolean | null;
|
|
@@ -27,6 +30,7 @@ export class ISocietyGescom {
|
|
|
27
30
|
displayLogo?: boolean | null;
|
|
28
31
|
cgv?: string | null;
|
|
29
32
|
invoiceCgv?: boolean | null;
|
|
33
|
+
template?: number | null;
|
|
30
34
|
dayOfValidity?: number | null;
|
|
31
35
|
color?: string | null;
|
|
32
36
|
commercialName?: string | null;
|
|
@@ -45,6 +49,7 @@ export class ISocietyGescom {
|
|
|
45
49
|
paymentType?: string | null;
|
|
46
50
|
idFont?: FontIds | null;
|
|
47
51
|
idSociety?: number | null;
|
|
52
|
+
idTvaMargin?: number | null;
|
|
48
53
|
shouldHideBrandName?: boolean;
|
|
49
54
|
shouldHideEmailHeader?: boolean;
|
|
50
55
|
customerBlockBorderThickness?: number | null;
|
|
@@ -58,6 +63,7 @@ export class ISocietyGescom {
|
|
|
58
63
|
externalBorderThickness?: number | null;
|
|
59
64
|
externalBorderType?: string | null;
|
|
60
65
|
externalBorderColor?: string | null;
|
|
66
|
+
reminderCustomizedDayDiff?: number | null;
|
|
61
67
|
idRibFile?: number | null;
|
|
62
68
|
idReminder?: number | null;
|
|
63
69
|
idSignatureFile?: number | null;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// stripeEvents
|
|
2
|
+
export class IStripeEvent {
|
|
3
|
+
id?: number;
|
|
4
|
+
stripeChargeId: string;
|
|
5
|
+
stripeFeeId: string;
|
|
6
|
+
amount: number;
|
|
7
|
+
account: string;
|
|
8
|
+
idTypeStripeEvent: number | null;
|
|
9
|
+
idPaymentExpectationsCustomers: number | null;
|
|
10
|
+
createdAt?: Date | null;
|
|
11
|
+
updatedAt?: Date | null;
|
|
12
|
+
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { TeamType } from '../../Enum/TeamType.js';
|
|
2
|
+
import { IBusinessLine } from './IBusinessLine.js';
|
|
2
3
|
import { IUser } from './IUser.js';
|
|
3
4
|
import { IUserTeam } from './IUserTeam.js';
|
|
4
5
|
|
|
@@ -13,5 +14,6 @@ export class ITeam {
|
|
|
13
14
|
|
|
14
15
|
// Associations
|
|
15
16
|
usersTeam?: IUserTeam[];
|
|
17
|
+
businessLines?: IBusinessLine[];
|
|
16
18
|
users?: IUser[];
|
|
17
19
|
}
|
|
@@ -11,6 +11,10 @@ export class ITerminationList {
|
|
|
11
11
|
idTerminationState?: number | null;
|
|
12
12
|
idTerminationConclusion?: ConclusionTermination | null;
|
|
13
13
|
comment?: string | null;
|
|
14
|
+
// @deprecated
|
|
15
|
+
recalledCustomer?: Date | null;
|
|
16
|
+
// @deprecated
|
|
17
|
+
recalledCustomerBySupervisor?: Date | null;
|
|
14
18
|
effectiveDate?: Date | null;
|
|
15
19
|
idExercice?: number | null;
|
|
16
20
|
endContractDate?: Date | null;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { IUser } from './IUser.js';
|
|
2
|
+
import { ISociety } from './ISociety.js';
|
|
3
|
+
|
|
4
|
+
export class IUnpaidCallHistory {
|
|
5
|
+
id?: number;
|
|
6
|
+
idCallType: number;
|
|
7
|
+
idUser: number;
|
|
8
|
+
idSociety: number;
|
|
9
|
+
createdAt?: Date;
|
|
10
|
+
updatedAt?: Date;
|
|
11
|
+
deletedAt?: Date;
|
|
12
|
+
|
|
13
|
+
// Associations
|
|
14
|
+
user?: IUser;
|
|
15
|
+
society?: ISociety;
|
|
16
|
+
}
|