@silexpert/core 1.1.2 → 1.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/api/resources/CommercialImport.d.ts +9 -0
- package/es/api/resources/CommercialImport.d.ts.map +1 -0
- package/es/api/resources/CommercialImport.js +24 -0
- package/es/api/resources/CommercialImport.js.map +1 -0
- package/es/api/resources/Exercice.d.ts +3 -1
- package/es/api/resources/Exercice.d.ts.map +1 -1
- package/es/api/resources/Exercice.js +6 -0
- package/es/api/resources/Exercice.js.map +1 -1
- package/es/api/resources/FIle.d.ts +1 -1
- package/es/api/resources/FIle.d.ts.map +1 -1
- package/es/api/resources/FIle.js +2 -2
- package/es/api/resources/FIle.js.map +1 -1
- package/es/api/resources/Registration.d.ts +2 -1
- package/es/api/resources/Registration.d.ts.map +1 -1
- package/es/api/resources/Registration.js +3 -0
- package/es/api/resources/Registration.js.map +1 -1
- package/es/api/resources/TimeRecorder.d.ts +2 -1
- package/es/api/resources/TimeRecorder.d.ts.map +1 -1
- package/es/api/resources/TimeRecorder.js +3 -0
- package/es/api/resources/TimeRecorder.js.map +1 -1
- package/es/api/resources/Vat.d.ts +2 -1
- package/es/api/resources/Vat.d.ts.map +1 -1
- package/es/api/resources/Vat.js +2 -1
- package/es/api/resources/Vat.js.map +1 -1
- package/es/api/resources/statistic/CustomerSuccess.js +1 -1
- package/es/api/resources/statistic/CustomerSuccess.js.map +1 -1
- package/es/api/resources.d.ts +2 -0
- package/es/api/resources.d.ts.map +1 -1
- package/es/api/resources.js +2 -0
- package/es/api/resources.js.map +1 -1
- package/es/types/Enum/AdjustmentType.d.ts +14 -0
- package/es/types/Enum/AdjustmentType.d.ts.map +1 -0
- package/es/types/Enum/AdjustmentType.js +38 -0
- package/es/types/Enum/AdjustmentType.js.map +1 -0
- package/es/types/Enum/CommercialImportHeader.d.ts +12 -0
- package/es/types/Enum/CommercialImportHeader.d.ts.map +1 -0
- package/es/types/Enum/CommercialImportHeader.js +102 -0
- package/es/types/Enum/CommercialImportHeader.js.map +1 -0
- package/es/types/Enum/Ged.d.ts +1 -0
- package/es/types/Enum/Ged.d.ts.map +1 -1
- package/es/types/Enum/Ged.js +1 -1
- package/es/types/Enum/Ged.js.map +1 -1
- package/es/types/Enum/JobTitle.d.ts +2 -1
- package/es/types/Enum/JobTitle.d.ts.map +1 -1
- package/es/types/Enum/JobTitle.js +6 -0
- package/es/types/Enum/JobTitle.js.map +1 -1
- package/es/types/Enum/MimeType.d.ts +1 -0
- package/es/types/Enum/MimeType.d.ts.map +1 -1
- package/es/types/Enum/MimeType.js +1 -0
- package/es/types/Enum/MimeType.js.map +1 -1
- package/es/types/Enum/RoleDetail.d.ts +8 -0
- package/es/types/Enum/RoleDetail.d.ts.map +1 -1
- package/es/types/Enum/RoleDetail.js +8 -0
- package/es/types/Enum/RoleDetail.js.map +1 -1
- package/es/types/Enum/TimeRecorderLocation.d.ts +4 -0
- package/es/types/Enum/TimeRecorderLocation.d.ts.map +1 -1
- package/es/types/Enum/TimeRecorderLocation.js +3 -0
- package/es/types/Enum/TimeRecorderLocation.js.map +1 -1
- package/es/types/Interface/api/accountingFiles/OcrPayload.d.ts +0 -1
- package/es/types/Interface/api/accountingFiles/OcrPayload.d.ts.map +1 -1
- package/es/types/Interface/api/accountingFiles/OcrPayload.js.map +1 -1
- package/es/types/Interface/api/adjustment/Create.d.ts +7 -0
- package/es/types/Interface/api/adjustment/Create.d.ts.map +1 -0
- package/es/types/Interface/api/adjustment/Create.js +32 -0
- package/es/types/Interface/api/adjustment/Create.js.map +1 -0
- package/es/types/Interface/api/adjustment/Query.d.ts +4 -0
- package/es/types/Interface/api/adjustment/Query.d.ts.map +1 -0
- package/es/types/Interface/api/adjustment/Query.js +19 -0
- package/es/types/Interface/api/adjustment/Query.js.map +1 -0
- package/es/types/Interface/api/adjustment/Read.d.ts +10 -0
- package/es/types/Interface/api/adjustment/Read.d.ts.map +1 -0
- package/es/types/Interface/api/adjustment/Read.js +3 -0
- package/es/types/Interface/api/adjustment/Read.js.map +1 -0
- package/es/types/Interface/api/archive/ImportSocietyArchive.d.ts +4 -0
- package/es/types/Interface/api/archive/ImportSocietyArchive.d.ts.map +1 -0
- package/es/types/Interface/api/archive/ImportSocietyArchive.js +19 -0
- package/es/types/Interface/api/archive/ImportSocietyArchive.js.map +1 -0
- package/es/types/Interface/api/commercialImport/Create.d.ts +11 -0
- package/es/types/Interface/api/commercialImport/Create.d.ts.map +1 -0
- package/es/types/Interface/api/commercialImport/Create.js +34 -0
- package/es/types/Interface/api/commercialImport/Create.js.map +1 -0
- package/es/types/Interface/api/commercialImport/Query.d.ts +12 -0
- package/es/types/Interface/api/commercialImport/Query.d.ts.map +1 -0
- package/es/types/Interface/api/commercialImport/Query.js +23 -0
- package/es/types/Interface/api/commercialImport/Query.js.map +1 -0
- package/es/types/Interface/api/commercialImport/Read.d.ts +40 -0
- package/es/types/Interface/api/commercialImport/Read.d.ts.map +1 -0
- package/es/types/Interface/api/commercialImport/Read.js +2 -0
- package/es/types/Interface/api/commercialImport/Read.js.map +1 -0
- package/es/types/Interface/api/companeo/CompaneoReturn.d.ts +28 -0
- package/es/types/Interface/api/companeo/CompaneoReturn.d.ts.map +1 -0
- package/es/types/Interface/api/companeo/CompaneoReturn.js +2 -0
- package/es/types/Interface/api/companeo/CompaneoReturn.js.map +1 -0
- package/es/types/Interface/api/companeo/Query.d.ts +5 -0
- package/es/types/Interface/api/companeo/Query.d.ts.map +1 -0
- package/es/types/Interface/api/companeo/Query.js +26 -0
- package/es/types/Interface/api/companeo/Query.js.map +1 -0
- package/es/types/Interface/api/registration/CreateRegistration.d.ts +1 -1
- package/es/types/Interface/api/registration/CreateRegistration.d.ts.map +1 -1
- package/es/types/Interface/api/registration/CreateRegistration.js.map +1 -1
- package/es/types/Interface/api/registration/ReadRegistration.d.ts +3 -3
- package/es/types/Interface/api/registration/ReadRegistration.d.ts.map +1 -1
- package/es/types/Interface/api/registration/ReadRegistration.js.map +1 -1
- package/es/types/Interface/api/society/CreateSociety.d.ts +1 -0
- package/es/types/Interface/api/society/CreateSociety.d.ts.map +1 -1
- package/es/types/Interface/api/society/CreateSociety.js +4 -0
- package/es/types/Interface/api/society/CreateSociety.js.map +1 -1
- package/es/types/Interface/api/statistic/QueryInternal.d.ts +2 -0
- package/es/types/Interface/api/statistic/QueryInternal.d.ts.map +1 -1
- package/es/types/Interface/api/statistic/QueryInternal.js +3 -1
- package/es/types/Interface/api/statistic/QueryInternal.js.map +1 -1
- package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.d.ts +1 -0
- package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.d.ts.map +1 -1
- package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.js.map +1 -1
- package/es/types/Interface/api/timeRecorder/QueryPaginatedDelays.d.ts +1 -0
- package/es/types/Interface/api/timeRecorder/QueryPaginatedDelays.d.ts.map +1 -1
- package/es/types/Interface/api/timeRecorder/QueryPaginatedDelays.js +6 -0
- package/es/types/Interface/api/timeRecorder/QueryPaginatedDelays.js.map +1 -1
- package/es/types/Interface/api/timeRecorder/QueryTimeRecorderGetStats.d.ts +5 -0
- package/es/types/Interface/api/timeRecorder/QueryTimeRecorderGetStats.d.ts.map +1 -0
- package/es/types/Interface/api/timeRecorder/QueryTimeRecorderGetStats.js +25 -0
- package/es/types/Interface/api/timeRecorder/QueryTimeRecorderGetStats.js.map +1 -0
- package/es/types/Interface/api/timeRecorder/ReadPaginatedDelays.d.ts +5 -0
- package/es/types/Interface/api/timeRecorder/ReadPaginatedDelays.d.ts.map +1 -1
- package/es/types/Interface/api/timeRecorder/ReadPaginatedDelays.js.map +1 -1
- package/es/types/Interface/models/IAccountsSocieties.d.ts +2 -0
- package/es/types/Interface/models/IAccountsSocieties.d.ts.map +1 -1
- package/es/types/Interface/models/IAccountsSocieties.js.map +1 -1
- package/es/types/Interface/models/IAdjustment.d.ts +13 -0
- package/es/types/Interface/models/IAdjustment.d.ts.map +1 -0
- package/es/types/Interface/models/IAdjustment.js +2 -0
- package/es/types/Interface/models/IAdjustment.js.map +1 -0
- package/es/types/Interface/models/IApiError.d.ts +4 -0
- package/es/types/Interface/models/IApiError.d.ts.map +1 -1
- package/es/types/Interface/models/IApiError.js +5 -0
- package/es/types/Interface/models/IApiError.js.map +1 -1
- package/es/types/Interface/models/IAreasInvoice.d.ts +0 -1
- package/es/types/Interface/models/IAreasInvoice.d.ts.map +1 -1
- package/es/types/Interface/models/IAreasInvoice.js.map +1 -1
- package/es/types/Interface/models/IBalanceSheet.d.ts +2 -0
- package/es/types/Interface/models/IBalanceSheet.d.ts.map +1 -1
- package/es/types/Interface/models/IBalanceSheet.js.map +1 -1
- package/es/types/Interface/models/IExercice.d.ts +3 -0
- package/es/types/Interface/models/IExercice.d.ts.map +1 -1
- package/es/types/Interface/models/IExercice.js.map +1 -1
- package/es/types/Interface/models/IGedFile.d.ts +3 -0
- package/es/types/Interface/models/IGedFile.d.ts.map +1 -1
- package/es/types/Interface/models/IGedFile.js.map +1 -1
- package/es/types/Interface/models/ILettering.d.ts +0 -4
- package/es/types/Interface/models/ILettering.d.ts.map +1 -1
- package/es/types/Interface/models/ILettering.js.map +1 -1
- package/es/types/Interface/models/ISociety.d.ts +4 -1
- package/es/types/Interface/models/ISociety.d.ts.map +1 -1
- package/es/types/Interface/models/ISociety.js.map +1 -1
- package/es/types/Interface/models/ISocietyApproval.d.ts +4 -2
- package/es/types/Interface/models/ISocietyApproval.d.ts.map +1 -1
- package/es/types/Interface/models/ISocietyApproval.js.map +1 -1
- package/es/types/Interface/models/IUser.d.ts +2 -0
- package/es/types/Interface/models/IUser.d.ts.map +1 -1
- package/es/types/Interface/models/IUser.js.map +1 -1
- package/es/types/Interface/schemas/IRegistrationDetail.d.ts +1 -1
- package/es/types/Interface/schemas/IRegistrationDetail.d.ts.map +1 -1
- package/es/types/Interface/schemas/IRegistrationDetail.js.map +1 -1
- package/es/types/index.d.ts +13 -5
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +13 -5
- package/es/types/index.js.map +1 -1
- package/es/utils/email.js +2 -2
- package/es/utils/email.js.map +1 -1
- package/es/utils/phone.d.ts +1 -1
- package/es/utils/phone.d.ts.map +1 -1
- package/es/utils/phone.js +8 -8
- package/es/utils/phone.js.map +1 -1
- package/es/utils/vat/3310/century23.d.ts.map +1 -1
- package/es/utils/vat/3310/century23.js +1 -6
- package/es/utils/vat/3310/century23.js.map +1 -1
- package/js/api/resources/CommercialImport.js +38 -0
- package/js/api/resources/CommercialImport.js.map +1 -0
- package/js/api/resources/Exercice.js +6 -0
- package/js/api/resources/Exercice.js.map +1 -1
- package/js/api/resources/FIle.js +2 -2
- package/js/api/resources/FIle.js.map +1 -1
- package/js/api/resources/Registration.js +5 -0
- package/js/api/resources/Registration.js.map +1 -1
- package/js/api/resources/TimeRecorder.js +5 -0
- package/js/api/resources/TimeRecorder.js.map +1 -1
- package/js/api/resources/Vat.js +2 -1
- package/js/api/resources/Vat.js.map +1 -1
- package/js/api/resources/statistic/CustomerSuccess.js +1 -1
- package/js/api/resources/statistic/CustomerSuccess.js.map +1 -1
- package/js/api/resources.js +3 -1
- package/js/api/resources.js.map +1 -1
- package/js/types/Enum/AdjustmentType.js +38 -0
- package/js/types/Enum/AdjustmentType.js.map +1 -0
- package/js/types/Enum/CommercialImportHeader.js +107 -0
- package/js/types/Enum/CommercialImportHeader.js.map +1 -0
- package/js/types/Enum/Ged.js +1 -1
- package/js/types/Enum/Ged.js.map +1 -1
- package/js/types/Enum/JobTitle.js +5 -0
- package/js/types/Enum/JobTitle.js.map +1 -1
- package/js/types/Enum/MimeType.js +1 -0
- package/js/types/Enum/MimeType.js.map +1 -1
- package/js/types/Enum/RoleDetail.js +16 -8
- package/js/types/Enum/RoleDetail.js.map +1 -1
- package/js/types/Enum/TimeRecorderLocation.js +4 -0
- package/js/types/Enum/TimeRecorderLocation.js.map +1 -1
- package/js/types/Interface/api/accountingFiles/OcrPayload.js.map +1 -1
- package/js/types/Interface/api/adjustment/Create.js +25 -0
- package/js/types/Interface/api/adjustment/Create.js.map +1 -0
- package/js/types/Interface/api/adjustment/Query.js +22 -0
- package/js/types/Interface/api/adjustment/Query.js.map +1 -0
- package/js/types/Interface/api/adjustment/Read.js +8 -0
- package/js/types/Interface/api/adjustment/Read.js.map +1 -0
- package/js/types/Interface/api/archive/ImportSocietyArchive.js +22 -0
- package/js/types/Interface/api/archive/ImportSocietyArchive.js.map +1 -0
- package/js/types/Interface/api/commercialImport/Create.js +27 -0
- package/js/types/Interface/api/commercialImport/Create.js.map +1 -0
- package/js/types/Interface/api/commercialImport/Query.js +24 -0
- package/js/types/Interface/api/commercialImport/Query.js.map +1 -0
- package/js/types/Interface/{models/IPageView.js → api/commercialImport/Read.js} +1 -1
- package/js/types/Interface/api/commercialImport/Read.js.map +1 -0
- package/js/types/Interface/{models/IInterestedByFeature.js → api/companeo/CompaneoReturn.js} +1 -1
- package/js/types/Interface/api/companeo/CompaneoReturn.js.map +1 -0
- package/js/types/Interface/api/companeo/Query.js +23 -0
- package/js/types/Interface/api/companeo/Query.js.map +1 -0
- package/js/types/Interface/api/registration/CreateRegistration.js.map +1 -1
- package/js/types/Interface/api/registration/ReadRegistration.js.map +1 -1
- package/js/types/Interface/api/society/CreateSociety.js +1 -0
- package/js/types/Interface/api/society/CreateSociety.js.map +1 -1
- package/js/types/Interface/api/statistic/QueryInternal.js +4 -2
- package/js/types/Interface/api/statistic/QueryInternal.js.map +1 -1
- package/js/types/Interface/api/taxDeadline/ReadTaxDeadline.js.map +1 -1
- package/js/types/Interface/api/timeRecorder/QueryPaginatedDelays.js +1 -0
- package/js/types/Interface/api/timeRecorder/QueryPaginatedDelays.js.map +1 -1
- package/js/types/Interface/api/timeRecorder/QueryTimeRecorderGetStats.js +23 -0
- package/js/types/Interface/api/timeRecorder/QueryTimeRecorderGetStats.js.map +1 -0
- package/js/types/Interface/api/timeRecorder/ReadPaginatedDelays.js.map +1 -1
- package/js/types/Interface/models/IAccountsSocieties.js.map +1 -1
- package/js/types/Interface/models/{IEngagementAccountingFile.js → IAdjustment.js} +1 -1
- package/js/types/Interface/models/IAdjustment.js.map +1 -0
- package/js/types/Interface/models/IApiError.js +5 -0
- package/js/types/Interface/models/IApiError.js.map +1 -1
- package/js/types/Interface/models/IAreasInvoice.js.map +1 -1
- package/js/types/Interface/models/IBalanceSheet.js.map +1 -1
- package/js/types/Interface/models/IExercice.js.map +1 -1
- package/js/types/Interface/models/IGedFile.js.map +1 -1
- package/js/types/Interface/models/ILettering.js.map +1 -1
- package/js/types/Interface/models/ISociety.js.map +1 -1
- package/js/types/Interface/models/ISocietyApproval.js.map +1 -1
- package/js/types/Interface/models/IUser.js.map +1 -1
- package/js/types/Interface/schemas/IRegistrationDetail.js.map +1 -1
- package/js/types/index.js +196 -116
- package/js/types/index.js.map +1 -1
- package/js/utils/email.js +2 -2
- package/js/utils/email.js.map +1 -1
- package/js/utils/phone.js +8 -8
- package/js/utils/phone.js.map +1 -1
- package/js/utils/vat/3310/century23.js +1 -5
- package/js/utils/vat/3310/century23.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/CommercialImport.ts +32 -0
- package/ts/api/resources/Exercice.ts +9 -1
- package/ts/api/resources/FIle.ts +2 -2
- package/ts/api/resources/Registration.ts +6 -0
- package/ts/api/resources/TimeRecorder.ts +4 -1
- package/ts/api/resources/Vat.ts +4 -2
- package/ts/api/resources/statistic/CustomerSuccess.ts +1 -1
- package/ts/api/resources.ts +2 -0
- package/ts/types/Enum/AdjustmentType.ts +37 -0
- package/ts/types/Enum/CommercialImportHeader.ts +112 -0
- package/ts/types/Enum/Ged.ts +1 -1
- package/ts/types/Enum/JobTitle.ts +6 -0
- package/ts/types/Enum/MimeType.ts +1 -0
- package/ts/types/Enum/RoleDetail.ts +8 -0
- package/ts/types/Enum/TimeRecorderLocation.ts +4 -0
- package/ts/types/Interface/api/accountingFiles/OcrPayload.ts +0 -1
- package/ts/types/Interface/api/adjustment/Create.ts +19 -0
- package/ts/types/Interface/api/adjustment/Query.ts +8 -0
- package/ts/types/Interface/api/adjustment/Read.ts +10 -0
- package/ts/types/Interface/api/archive/ImportSocietyArchive.ts +8 -0
- package/ts/types/Interface/api/commercialImport/Create.ts +22 -0
- package/ts/types/Interface/api/commercialImport/Query.ts +34 -0
- package/ts/types/Interface/api/commercialImport/Read.ts +40 -0
- package/ts/types/Interface/api/companeo/CompaneoReturn.ts +27 -0
- package/ts/types/Interface/api/companeo/Query.ts +14 -0
- package/ts/types/Interface/api/registration/CreateRegistration.ts +1 -1
- package/ts/types/Interface/api/registration/ReadRegistration.ts +2 -3
- package/ts/types/Interface/api/society/CreateSociety.ts +3 -0
- package/ts/types/Interface/api/statistic/QueryInternal.ts +2 -0
- package/ts/types/Interface/api/taxDeadline/ReadTaxDeadline.ts +1 -1
- package/ts/types/Interface/api/timeRecorder/QueryPaginatedDelays.ts +5 -0
- package/ts/types/Interface/api/timeRecorder/QueryTimeRecorderGetStats.ts +15 -0
- package/ts/types/Interface/api/timeRecorder/ReadPaginatedDelays.ts +7 -1
- package/ts/types/Interface/models/IAccountsSocieties.ts +4 -0
- package/ts/types/Interface/models/IAdjustment.ts +14 -0
- package/ts/types/Interface/models/IApiError.ts +6 -0
- package/ts/types/Interface/models/IAreasInvoice.ts +0 -1
- package/ts/types/Interface/models/IBalanceSheet.ts +2 -0
- package/ts/types/Interface/models/IExercice.ts +3 -0
- package/ts/types/Interface/models/IGedFile.ts +3 -0
- package/ts/types/Interface/models/ILettering.ts +0 -8
- package/ts/types/Interface/models/ISociety.ts +4 -0
- package/ts/types/Interface/models/ISocietyApproval.ts +4 -2
- package/ts/types/Interface/models/IUser.ts +2 -0
- package/ts/types/Interface/schemas/IRegistrationDetail.ts +1 -1
- package/ts/types/index.ts +13 -5
- package/ts/utils/email.ts +2 -2
- package/ts/utils/phone.ts +8 -8
- package/ts/utils/vat/3310/century23.ts +1 -6
- package/es/types/Interface/models/IEngagementAccountingEntry.d.ts +0 -27
- package/es/types/Interface/models/IEngagementAccountingEntry.d.ts.map +0 -1
- package/es/types/Interface/models/IEngagementAccountingEntry.js +0 -2
- package/es/types/Interface/models/IEngagementAccountingEntry.js.map +0 -1
- package/es/types/Interface/models/IEngagementAccountingFile.d.ts +0 -43
- package/es/types/Interface/models/IEngagementAccountingFile.d.ts.map +0 -1
- package/es/types/Interface/models/IEngagementAccountingFile.js +0 -2
- package/es/types/Interface/models/IEngagementAccountingFile.js.map +0 -1
- package/es/types/Interface/models/IEngagementBankTransaction.d.ts +0 -33
- package/es/types/Interface/models/IEngagementBankTransaction.d.ts.map +0 -1
- package/es/types/Interface/models/IEngagementBankTransaction.js +0 -2
- package/es/types/Interface/models/IEngagementBankTransaction.js.map +0 -1
- package/es/types/Interface/models/IInterestedByFeature.d.ts +0 -11
- package/es/types/Interface/models/IInterestedByFeature.d.ts.map +0 -1
- package/es/types/Interface/models/IInterestedByFeature.js +0 -2
- package/es/types/Interface/models/IInterestedByFeature.js.map +0 -1
- package/es/types/Interface/models/IPageView.d.ts +0 -10
- package/es/types/Interface/models/IPageView.d.ts.map +0 -1
- package/es/types/Interface/models/IPageView.js +0 -2
- package/es/types/Interface/models/IPageView.js.map +0 -1
- package/export-models.json +0 -28811
- package/importInterfaces.ts +0 -91
- package/js/types/Interface/models/IEngagementAccountingEntry.js +0 -6
- package/js/types/Interface/models/IEngagementAccountingEntry.js.map +0 -1
- package/js/types/Interface/models/IEngagementAccountingFile.js.map +0 -1
- package/js/types/Interface/models/IEngagementBankTransaction.js +0 -6
- package/js/types/Interface/models/IEngagementBankTransaction.js.map +0 -1
- package/js/types/Interface/models/IInterestedByFeature.js.map +0 -1
- package/js/types/Interface/models/IPageView.js.map +0 -1
- package/table.json +0 -264
- package/ts/types/Interface/models/IEngagementAccountingEntry.ts +0 -30
- package/ts/types/Interface/models/IEngagementAccountingFile.ts +0 -46
- package/ts/types/Interface/models/IEngagementBankTransaction.ts +0 -36
- package/ts/types/Interface/models/IInterestedByFeature.ts +0 -14
- package/ts/types/Interface/models/IPageView.ts +0 -13
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import {
|
|
2
|
+
IsDateString, IsOptional, IsArray,
|
|
3
|
+
} from 'class-validator';
|
|
4
|
+
import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
|
|
5
|
+
|
|
6
|
+
export class QueryTimeRecorderGetStats {
|
|
7
|
+
@ApiProperty()
|
|
8
|
+
@IsDateString()
|
|
9
|
+
startDate: string;
|
|
10
|
+
|
|
11
|
+
@ApiPropertyOptional()
|
|
12
|
+
@IsOptional()
|
|
13
|
+
@IsArray()
|
|
14
|
+
idUser?: number[];
|
|
15
|
+
}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { IAccount } from './IAccount';
|
|
2
|
+
|
|
1
3
|
// accountsSocieties
|
|
2
4
|
export interface IAccountsSocieties {
|
|
3
5
|
id?: number;
|
|
@@ -6,4 +8,6 @@ export interface IAccountsSocieties {
|
|
|
6
8
|
isHidden: boolean;
|
|
7
9
|
createdAt?: Date | null;
|
|
8
10
|
updatedAt?: Date | null;
|
|
11
|
+
|
|
12
|
+
account?: IAccount;
|
|
9
13
|
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { AdjustmentTypeId } from '../../Enum/AdjustmentType';
|
|
2
|
+
import { IExercice } from './IExercice';
|
|
3
|
+
|
|
4
|
+
export interface IAdjustment {
|
|
5
|
+
id?: number;
|
|
6
|
+
amount: number;
|
|
7
|
+
amountUsed: number;
|
|
8
|
+
idAdjustmentType: AdjustmentTypeId;
|
|
9
|
+
idExercice: number;
|
|
10
|
+
createdAt?: Date;
|
|
11
|
+
updatedAt?: Date;
|
|
12
|
+
|
|
13
|
+
exercice?: IExercice;
|
|
14
|
+
}
|
|
@@ -106,6 +106,12 @@ export enum Code {
|
|
|
106
106
|
insertAccountingTransactionFailed = 'insert_accounting_transaction_failed',
|
|
107
107
|
fecFileAlreadyExists = 'fec_file_already_exists',
|
|
108
108
|
|
|
109
|
+
// Import Commercial error
|
|
110
|
+
missingHeaders = 'missing_headers',
|
|
111
|
+
missingRequiredHeaders = 'missing_required_headers',
|
|
112
|
+
wrongVatAmount = 'wrong_vat_amount',
|
|
113
|
+
wrongAmountSum = 'wrong_amount_sum',
|
|
114
|
+
|
|
109
115
|
// User creation
|
|
110
116
|
userAlreadyExistWithSociety = 'user-already-exists',
|
|
111
117
|
userDoesNotExists = 'user-does-not-exist',
|
|
@@ -2,6 +2,7 @@ import { IExercice } from './IExercice';
|
|
|
2
2
|
import { ICalendarEvent } from './ICalendarEvent';
|
|
3
3
|
import { ISupervision } from './ISupervision';
|
|
4
4
|
import { IPrestation } from './IPrestation';
|
|
5
|
+
import { IGedFile } from './IGedFile';
|
|
5
6
|
|
|
6
7
|
// balanceSheet
|
|
7
8
|
export interface IBalanceSheet {
|
|
@@ -20,4 +21,5 @@ export interface IBalanceSheet {
|
|
|
20
21
|
calendarEvent?: ICalendarEvent;
|
|
21
22
|
supervision?: ISupervision;
|
|
22
23
|
prestations?: IPrestation[];
|
|
24
|
+
gedFiles?: IGedFile[];
|
|
23
25
|
}
|
|
@@ -10,6 +10,7 @@ import { IExercicePrestation } from './IExercicePrestation';
|
|
|
10
10
|
import { IFile } from './IFile';
|
|
11
11
|
import { ISociety } from './ISociety';
|
|
12
12
|
import { IExerciceDetail } from './IExerciceDetail';
|
|
13
|
+
import { IBalanceSheetModule } from './IBalanceSheetModule';
|
|
13
14
|
|
|
14
15
|
// exercices
|
|
15
16
|
export interface IExercice {
|
|
@@ -50,6 +51,7 @@ export interface IExercice {
|
|
|
50
51
|
exerciceCustomerTvas?: ICustomerVat[];
|
|
51
52
|
exerciceCustomersIsRegimes?: ICustomerIsRegime[];
|
|
52
53
|
exerciceBalanceSheet?: IBalanceSheet;
|
|
54
|
+
exerciceBalanceSheets?: IBalanceSheet[];
|
|
53
55
|
exerciceAdditionnalBalance?: IAdditionalBalance;
|
|
54
56
|
exerciceApprovals?: ISocietyApproval;
|
|
55
57
|
prestations?: IPrestation[];
|
|
@@ -57,4 +59,5 @@ export interface IExercice {
|
|
|
57
59
|
file?: IFile;
|
|
58
60
|
society?: ISociety;
|
|
59
61
|
exerciceDetail?: IExerciceDetail;
|
|
62
|
+
exerciceBalanceSheetModule?: IBalanceSheetModule;
|
|
60
63
|
}
|
|
@@ -5,6 +5,7 @@ import { IGedFileType } from './IGedFileType';
|
|
|
5
5
|
import { IGedFolder } from './IGedFolder';
|
|
6
6
|
import { IUser } from './IUser';
|
|
7
7
|
import { ICustomerSignature } from './ICustomerSignature';
|
|
8
|
+
import { IBalanceSheet } from './IBalanceSheet';
|
|
8
9
|
|
|
9
10
|
// gedFile
|
|
10
11
|
export interface IGedFile {
|
|
@@ -18,6 +19,7 @@ export interface IGedFile {
|
|
|
18
19
|
idFile: number;
|
|
19
20
|
typeFile?: number | null;
|
|
20
21
|
idExercice?: number | null;
|
|
22
|
+
idBalanceSheet?: number | null;
|
|
21
23
|
idUserBP?: number | null; // Attention: lorsqu'on ajoute un fichier dans la modale "Documents manquants", on stock ici l'idUser associé au BP
|
|
22
24
|
createdAt?: Date | null;
|
|
23
25
|
updatedAt?: Date | null;
|
|
@@ -26,6 +28,7 @@ export interface IGedFile {
|
|
|
26
28
|
fileFromGed?: IFile;
|
|
27
29
|
society?: ISociety;
|
|
28
30
|
exercice?: IExercice;
|
|
31
|
+
balanceSheet?: IBalanceSheet;
|
|
29
32
|
typeGedFile?: IGedFileType;
|
|
30
33
|
gedFolder?: IGedFolder;
|
|
31
34
|
businessPartner?: IUser;
|
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
import { IEngagementBankTransaction } from './IEngagementBankTransaction';
|
|
2
|
-
import { IEngagementAccountingFile } from './IEngagementAccountingFile';
|
|
3
|
-
|
|
4
|
-
// lettering
|
|
5
1
|
export interface ILettering {
|
|
6
2
|
id?: number;
|
|
7
3
|
value: number;
|
|
@@ -9,8 +5,4 @@ export interface ILettering {
|
|
|
9
5
|
idExercice: number;
|
|
10
6
|
createdAt?: Date | null;
|
|
11
7
|
updatedAt?: Date | null;
|
|
12
|
-
|
|
13
|
-
// Associations
|
|
14
|
-
engagementBankTransaction: IEngagementBankTransaction;
|
|
15
|
-
engagementAccountingFile: IEngagementAccountingFile;
|
|
16
8
|
}
|
|
@@ -50,9 +50,11 @@ import { ISocietyEvent } from './ISocietyEvent';
|
|
|
50
50
|
import {
|
|
51
51
|
ComptaType, CountryId, INafCode, IPartneredAccountantCompanyService, Sector, UnpaidDetail, IPartneredAccountantToSociety, IMail, IAccountingTransaction, IFecFile, IGedFile, IBusinessPartner, IPaymentSchedule, IRegulate, IUserSocietyPermission,
|
|
52
52
|
ISocietyConfigBalanceSheet,
|
|
53
|
+
IAccountsSocieties,
|
|
53
54
|
IUnpaidCallHistory,
|
|
54
55
|
} from '../..';
|
|
55
56
|
import { IBrandType } from './IBrandType';
|
|
57
|
+
import { IFile } from './IFile';
|
|
56
58
|
|
|
57
59
|
// societies
|
|
58
60
|
export interface ISociety {
|
|
@@ -154,6 +156,7 @@ export interface ISociety {
|
|
|
154
156
|
|
|
155
157
|
// Associations
|
|
156
158
|
accounts?: IAccount[];
|
|
159
|
+
accountsSocieties?: IAccountsSocieties[];
|
|
157
160
|
comments?: IComment[];
|
|
158
161
|
thirdParty?: IThirdParty[];
|
|
159
162
|
reports?: IReport[];
|
|
@@ -215,5 +218,6 @@ export interface ISociety {
|
|
|
215
218
|
businessPartners: IBusinessPartner[];
|
|
216
219
|
fecFile: IFecFile | null;
|
|
217
220
|
gedFiles: IGedFile[];
|
|
221
|
+
files: IFile[];
|
|
218
222
|
unpaidCallHistory: IUnpaidCallHistory[];
|
|
219
223
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { IExercice } from './IExercice';
|
|
2
|
+
import { IFile } from './IFile';
|
|
2
3
|
import { IPaymentWaiting } from './IPaymentWaiting';
|
|
3
4
|
|
|
4
5
|
// societyApprovals
|
|
@@ -26,6 +27,7 @@ export interface ISocietyApproval {
|
|
|
26
27
|
updatedAt?: Date | null;
|
|
27
28
|
|
|
28
29
|
// Associations
|
|
29
|
-
exercice
|
|
30
|
-
paymentsWaiting
|
|
30
|
+
exercice?: IExercice;
|
|
31
|
+
paymentsWaiting?: IPaymentWaiting;
|
|
32
|
+
file?: IFile;
|
|
31
33
|
}
|
|
@@ -14,6 +14,7 @@ import { ISociety } from './ISociety';
|
|
|
14
14
|
import { ITeam } from './ITeam';
|
|
15
15
|
import { IUserTest } from './IUserTest';
|
|
16
16
|
import { IMobile } from './IMobile';
|
|
17
|
+
import { IRoleUser } from './IRoleUser';
|
|
17
18
|
|
|
18
19
|
type isAny<T> = T | any;
|
|
19
20
|
|
|
@@ -84,6 +85,7 @@ export interface IUser {
|
|
|
84
85
|
// Associations
|
|
85
86
|
userHasEvent?: isAny<ICalendarEvent>[];
|
|
86
87
|
roles?: IRole[];
|
|
88
|
+
roleUser?: IRoleUser;
|
|
87
89
|
genders?: ICivility;
|
|
88
90
|
commercial?: IUser;
|
|
89
91
|
prospectPrincipal?: IUser;
|
|
@@ -5,7 +5,7 @@ import { UpdatedAnnotation } from '../api/registration/ReadRegistration';
|
|
|
5
5
|
export interface IRegistrationDetail {
|
|
6
6
|
idRegistration: number;
|
|
7
7
|
accountingEntries: IAccountingEntry[];
|
|
8
|
-
updatedAccountingEntries: UpdatedAnnotation
|
|
8
|
+
updatedAccountingEntries: UpdatedAnnotation;
|
|
9
9
|
inputs: CerfaFormValue[];
|
|
10
10
|
createdAt: Date;
|
|
11
11
|
}
|
package/ts/types/index.ts
CHANGED
|
@@ -63,9 +63,6 @@ export * from './Interface/models/IDay';
|
|
|
63
63
|
export * from './Interface/models/IDetailedLogBi';
|
|
64
64
|
export * from './Interface/models/IDirectDebitHistory';
|
|
65
65
|
export * from './Interface/models/IEmployee';
|
|
66
|
-
export * from './Interface/models/IEngagementAccountingEntry';
|
|
67
|
-
export * from './Interface/models/IEngagementAccountingFile';
|
|
68
|
-
export * from './Interface/models/IEngagementBankTransaction';
|
|
69
66
|
export * from './Interface/models/IEngagementOcrExtraction';
|
|
70
67
|
export * from './Interface/models/IEstimateInvoiceRepeat';
|
|
71
68
|
export * from './Interface/models/IEstimateInvoice';
|
|
@@ -93,7 +90,6 @@ export * from './Interface/models/IGedFile';
|
|
|
93
90
|
export * from './Interface/models/IGedFolder';
|
|
94
91
|
export * from './Interface/models/IIdentification';
|
|
95
92
|
export * from './Interface/models/IIndependentReview';
|
|
96
|
-
export * from './Interface/models/IInterestedByFeature';
|
|
97
93
|
export * from './Interface/models/IInternalEstimate';
|
|
98
94
|
export * from './Interface/models/IIpTmpBlocked';
|
|
99
95
|
export * from './Interface/models/IProductInvoice';
|
|
@@ -119,7 +115,6 @@ export * from './Interface/models/INote';
|
|
|
119
115
|
export * from './Interface/models/INotification';
|
|
120
116
|
export * from './Interface/models/IOldExpertInfo';
|
|
121
117
|
export * from './Interface/models/IOperationLegalNotice';
|
|
122
|
-
export * from './Interface/models/IPageView';
|
|
123
118
|
export * from './Interface/models/IPartneredAccountant';
|
|
124
119
|
export * from './Interface/models/IPartneredAccountantCompanyService';
|
|
125
120
|
export * from './Interface/models/IPartneredAccountantPicture';
|
|
@@ -258,6 +253,7 @@ export * from './Interface/models/IPartnerTransactionType';
|
|
|
258
253
|
export * from './Interface/models/IPenaltyType';
|
|
259
254
|
export * from './Interface/models/IRepeatType';
|
|
260
255
|
export * from './Interface/models/IReportType';
|
|
256
|
+
export * from './Interface/models/IAdjustment';
|
|
261
257
|
export * from './Interface/models/ISmsType';
|
|
262
258
|
export * from './Interface/models/IStripeEventType';
|
|
263
259
|
export * from './Interface/models/ISubscriptionType';
|
|
@@ -378,6 +374,7 @@ export * from './Enum/SurveyType';
|
|
|
378
374
|
export * from './Enum/SurveyTypeDatas';
|
|
379
375
|
export * from './Enum/PaymentMethod';
|
|
380
376
|
export * from './Enum/ReportType';
|
|
377
|
+
export * from './Enum/AdjustmentType';
|
|
381
378
|
export * from './Enum/ReportState';
|
|
382
379
|
export * from './Enum/Proceding';
|
|
383
380
|
export * from './Enum/LetterType';
|
|
@@ -487,8 +484,12 @@ export * from './Enum/Holidays';
|
|
|
487
484
|
export * from './Enum/AdminAcceptance';
|
|
488
485
|
export * from './Enum/PrestationListType';
|
|
489
486
|
export * from './Enum/UnpaidCallHistoryType';
|
|
487
|
+
export * from './Enum/CommercialImportHeader';
|
|
490
488
|
|
|
491
489
|
// Interfaces API
|
|
490
|
+
export * from './Interface/api/adjustment/Query';
|
|
491
|
+
export * from './Interface/api/adjustment/Read';
|
|
492
|
+
export * from './Interface/api/adjustment/Create';
|
|
492
493
|
export * from './Interface/api/partnerTransactionType/ReadPartnerTransactionType';
|
|
493
494
|
export * from './Interface/api/jeDeclare/ReadJeDeclare';
|
|
494
495
|
export * from './Interface/api/aspone/ReadInterchange';
|
|
@@ -646,6 +647,7 @@ export * from './Interface/api/workingSchedule/UpdateOrCreateWorkingSchedule';
|
|
|
646
647
|
export * from './Interface/api/workingSchedule/QueryDailyHour';
|
|
647
648
|
export * from './Interface/api/timeRecorder/QueryAttendance';
|
|
648
649
|
export * from './Interface/api/timeRecorder/QueryPaginatedDelays';
|
|
650
|
+
export * from './Interface/api/timeRecorder/QueryTimeRecorderGetStats';
|
|
649
651
|
export * from './Interface/api/timeRecorder/ReadAttendanceHours';
|
|
650
652
|
export * from './Interface/api/timeRecorder/ReadPaginatedDelays';
|
|
651
653
|
export * from './Interface/api/timeRecorder/ReadUsersAbsent';
|
|
@@ -661,6 +663,8 @@ export * from './Interface/api/vatRegimeHistory/QueryVatRegimeHistory';
|
|
|
661
663
|
export * from './Interface/api/textMessage/Create';
|
|
662
664
|
export * from './Interface/api/textMessage/Update';
|
|
663
665
|
export * from './Interface/api/textMessage/Query';
|
|
666
|
+
export * from './Interface/api/companeo/Query';
|
|
667
|
+
export * from './Interface/api/companeo/CompaneoReturn';
|
|
664
668
|
|
|
665
669
|
// export * from './Interface/api/survey/QuerySurvey';
|
|
666
670
|
export * from './Interface/api/survey/ReadSurvey';
|
|
@@ -900,11 +904,15 @@ export * from './Interface/api/rule/Create';
|
|
|
900
904
|
export * from './Interface/api/rule/Update';
|
|
901
905
|
export * from './Interface/api/rule/Read';
|
|
902
906
|
export * from './Interface/api/revive/PostRevive';
|
|
907
|
+
export * from './Interface/api/archive/ImportSocietyArchive';
|
|
903
908
|
export * from './Interface/api/acceptance/CreateAcceptance';
|
|
904
909
|
export * from './Interface/api/quotation/ReadClientQuotation';
|
|
905
910
|
export * from './Interface/api/prestations/QueryCreate';
|
|
906
911
|
export * from './Interface/api/prestations/QueryUpdate';
|
|
907
912
|
export * from './Interface/api/prestations/QueryGetAllPrestations';
|
|
913
|
+
export * from './Interface/api/commercialImport/Read';
|
|
914
|
+
export * from './Interface/api/commercialImport/Query';
|
|
915
|
+
export * from './Interface/api/commercialImport/Create';
|
|
908
916
|
|
|
909
917
|
// Enums types
|
|
910
918
|
export * from './Interface/enum/Util';
|
package/ts/utils/email.ts
CHANGED
|
@@ -26,8 +26,8 @@ function getRoleSignature(user:any) {
|
|
|
26
26
|
if (isSales && isManager) { return 'Responsable commercial'; }
|
|
27
27
|
if (isSales) { return `Chargé${user.idCivility === 2 ? 'e' : ''} de clientèle`; }
|
|
28
28
|
|
|
29
|
-
if (isCS && isManager) { return 'Responsable
|
|
30
|
-
if (isCS) { return `
|
|
29
|
+
if (isCS && isManager) { return 'Responsable relations clients'; }
|
|
30
|
+
if (isCS) { return `Conseill${user.idCivility === 2 ? 'ère' : 'er'} comptable`; }
|
|
31
31
|
|
|
32
32
|
if (isFacturation && isStagiaireOrAlternant) { return 'Assistant facturation'; }
|
|
33
33
|
if (isFacturation && isManager) { return 'Responsable facturation'; }
|
package/ts/utils/phone.ts
CHANGED
|
@@ -32,33 +32,33 @@ export function countSegmentsFromMessage(message: string): number {
|
|
|
32
32
|
return new SegmentedMessage(message, 'auto').segmentsCount;
|
|
33
33
|
}
|
|
34
34
|
|
|
35
|
-
export function getPhoneNumberFromRoles(roles: number[]): string | null {
|
|
35
|
+
export function getPhoneNumberFromRoles(roles: number[], attribute: 'phoneNumber' | 'phoneNumberPourcentage' = 'phoneNumber'): string | null {
|
|
36
36
|
if (roles.some((role) => [Role.FRONT_OFFICE, Role.EXPERT_ACCOUNTANT].includes(role))) {
|
|
37
|
-
return RoleDetail.FRONT_OFFICE
|
|
37
|
+
return RoleDetail.FRONT_OFFICE[attribute];
|
|
38
38
|
}
|
|
39
39
|
|
|
40
40
|
if (roles.some((role) => [Role.FRONT_OFFICE_EXPRESS].includes(role))) {
|
|
41
|
-
return RoleDetail.FRONT_OFFICE_EXPRESS
|
|
41
|
+
return RoleDetail.FRONT_OFFICE_EXPRESS[attribute];
|
|
42
42
|
}
|
|
43
43
|
|
|
44
44
|
if (roles.some((role) => [Role.COMMERCIAL].includes(role))) {
|
|
45
|
-
return RoleDetail.COMMERCIAL
|
|
45
|
+
return RoleDetail.COMMERCIAL[attribute];
|
|
46
46
|
}
|
|
47
47
|
|
|
48
48
|
if (roles.some((role) => [Role.FACTURATION].includes(role))) {
|
|
49
|
-
return RoleDetail.FACTURATION
|
|
49
|
+
return RoleDetail.FACTURATION[attribute];
|
|
50
50
|
}
|
|
51
51
|
|
|
52
52
|
if (roles.some((role) => [Role.CUSTOMER_SUCCESS].includes(role))) {
|
|
53
|
-
return RoleDetail.CUSTOMER_SUCCESS
|
|
53
|
+
return RoleDetail.CUSTOMER_SUCCESS[attribute];
|
|
54
54
|
}
|
|
55
55
|
|
|
56
56
|
if (roles.some((role) => [Role.JURIDIC, Role.JURIDICAL_SUPPORT].includes(role))) {
|
|
57
|
-
return RoleDetail.JURIDIC
|
|
57
|
+
return RoleDetail.JURIDIC[attribute];
|
|
58
58
|
}
|
|
59
59
|
|
|
60
60
|
if (roles.some((role) => [Role.SOCIAL].includes(role))) {
|
|
61
|
-
return RoleDetail.SOCIAL
|
|
61
|
+
return RoleDetail.SOCIAL[attribute];
|
|
62
62
|
}
|
|
63
63
|
|
|
64
64
|
return null;
|
|
@@ -1359,11 +1359,6 @@ export const cerfa3310Century23Fields: CerfaPayloadForm[] = [{
|
|
|
1359
1359
|
key: 'vat.previouslyDeductedToBeReturned.total',
|
|
1360
1360
|
type: 'number',
|
|
1361
1361
|
},
|
|
1362
|
-
{
|
|
1363
|
-
label: '5B - Sommes à ajouter, y compris acompte congés',
|
|
1364
|
-
key: 'vat.sumToAdd',
|
|
1365
|
-
type: 'number',
|
|
1366
|
-
},
|
|
1367
1362
|
{
|
|
1368
1363
|
label: 'Dont TVA sur opérations à destination de Monaco',
|
|
1369
1364
|
key: 'vat.toMonaco',
|
|
@@ -1378,7 +1373,7 @@ export const cerfa3310Century23Fields: CerfaPayloadForm[] = [{
|
|
|
1378
1373
|
type: 'number',
|
|
1379
1374
|
}, {
|
|
1380
1375
|
label: '22A - Coefficient de taxation unique applicable pour la période si différent de 100%',
|
|
1381
|
-
key: 'deductible.coefficient',
|
|
1376
|
+
key: 'vat.deductible.coefficient',
|
|
1382
1377
|
type: 'number',
|
|
1383
1378
|
}],
|
|
1384
1379
|
}, {
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { IAccount } from './IAccount';
|
|
2
|
-
import { IThirdParty } from './IThirdParty';
|
|
3
|
-
import { IEngagementBankTransaction } from './IEngagementBankTransaction';
|
|
4
|
-
import { IEngagementAccountingFile } from './IEngagementAccountingFile';
|
|
5
|
-
export interface IEngagementAccountingEntry {
|
|
6
|
-
id?: number;
|
|
7
|
-
master: boolean;
|
|
8
|
-
dateValue: Date | null;
|
|
9
|
-
designation: string;
|
|
10
|
-
comment: string | null;
|
|
11
|
-
debit: number;
|
|
12
|
-
credit: number;
|
|
13
|
-
isPerso: boolean;
|
|
14
|
-
idInherit: number | null;
|
|
15
|
-
idAccount: number | null;
|
|
16
|
-
idThirdParty: number | null;
|
|
17
|
-
idEngagementBankTransaction: number | null;
|
|
18
|
-
idEngagementAccountingFile: number | null;
|
|
19
|
-
createdAt?: Date | null;
|
|
20
|
-
updatedAt?: Date | null;
|
|
21
|
-
account: IAccount;
|
|
22
|
-
thirdParty: IThirdParty;
|
|
23
|
-
engagementBankTransaction: IEngagementBankTransaction;
|
|
24
|
-
engagementAccountingFile: IEngagementAccountingFile;
|
|
25
|
-
engagementAccountingEntry: IEngagementAccountingEntry;
|
|
26
|
-
}
|
|
27
|
-
//# sourceMappingURL=IEngagementAccountingEntry.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IEngagementAccountingEntry.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IEngagementAccountingEntry.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAC1E,OAAO,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AAGxE,MAAM,WAAW,0BAA0B;IACzC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,OAAO,CAAC;IAChB,SAAS,EAAE,IAAI,GAAG,IAAI,CAAC;IACvB,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,OAAO,CAAC;IACjB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,2BAA2B,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3C,0BAA0B,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1C,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,OAAO,EAAE,QAAQ,CAAC;IAClB,UAAU,EAAE,WAAW,CAAC;IACxB,yBAAyB,EAAE,0BAA0B,CAAC;IACtD,wBAAwB,EAAE,yBAAyB,CAAC;IACpD,yBAAyB,EAAE,0BAA0B,CAAC;CACvD"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IEngagementAccountingEntry.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IEngagementAccountingEntry.ts"],"names":[],"mappings":"","sourcesContent":["import { IAccount } from './IAccount';\nimport { IThirdParty } from './IThirdParty';\nimport { IEngagementBankTransaction } from './IEngagementBankTransaction';\nimport { IEngagementAccountingFile } from './IEngagementAccountingFile';\n\n// engagementAccountingEntries\nexport interface IEngagementAccountingEntry {\n id?: number;\n master: boolean;\n dateValue: Date | null;\n designation: string;\n comment: string | null;\n debit: number;\n credit: number;\n isPerso: boolean;\n idInherit: number | null;\n idAccount: number | null;\n idThirdParty: number | null;\n idEngagementBankTransaction: number | null;\n idEngagementAccountingFile: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n account: IAccount;\n thirdParty: IThirdParty;\n engagementBankTransaction: IEngagementBankTransaction;\n engagementAccountingFile: IEngagementAccountingFile;\n engagementAccountingEntry: IEngagementAccountingEntry;\n}\n"]}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import { ISociety } from './ISociety';
|
|
2
|
-
import { IFile } from './IFile';
|
|
3
|
-
import { IEstimateInvoice } from './IEstimateInvoice';
|
|
4
|
-
import { IEngagementAccountingEntry } from './IEngagementAccountingEntry';
|
|
5
|
-
import { ILettering } from './ILettering';
|
|
6
|
-
export interface IEngagementAccountingFile {
|
|
7
|
-
id?: number;
|
|
8
|
-
migrate: boolean;
|
|
9
|
-
label: string | null;
|
|
10
|
-
invoiceNumber: string | null;
|
|
11
|
-
budgeaDocumentId: number | null;
|
|
12
|
-
isMerged: boolean;
|
|
13
|
-
dateVerified: Date | null;
|
|
14
|
-
dateLocked: Date | null;
|
|
15
|
-
isLockedByAccountant: boolean;
|
|
16
|
-
exported: Date | null;
|
|
17
|
-
emissionDate: Date | null;
|
|
18
|
-
isAsset: boolean;
|
|
19
|
-
isPayPerso: boolean;
|
|
20
|
-
isMobile: boolean;
|
|
21
|
-
kilometers: number | null;
|
|
22
|
-
purchaseTtc: number | null;
|
|
23
|
-
mailId: number | null;
|
|
24
|
-
idGedFolder: number | null;
|
|
25
|
-
idSocietyVehicle: number | null;
|
|
26
|
-
idSocietyPartner: number | null;
|
|
27
|
-
idEstimateInvoice: number | null;
|
|
28
|
-
idAccountingFileType: number;
|
|
29
|
-
isAlreadyProcessByOcr: boolean | null;
|
|
30
|
-
idSociety: number;
|
|
31
|
-
idFile: number;
|
|
32
|
-
idUser: number | null;
|
|
33
|
-
idLettering: number | null;
|
|
34
|
-
createdAt?: Date | null;
|
|
35
|
-
updatedAt?: Date | null;
|
|
36
|
-
deletedAt?: Date | null;
|
|
37
|
-
society: ISociety;
|
|
38
|
-
file: IFile;
|
|
39
|
-
estimatesInvoice: IEstimateInvoice;
|
|
40
|
-
engagementAccountingEntries: IEngagementAccountingEntry[];
|
|
41
|
-
lettering: ILettering;
|
|
42
|
-
}
|
|
43
|
-
//# sourceMappingURL=IEngagementAccountingFile.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IEngagementAccountingFile.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IEngagementAccountingFile.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAC1E,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAG1C,MAAM,WAAW,yBAAyB;IACxC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,OAAO,EAAE,OAAO,CAAC;IACjB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,QAAQ,EAAE,OAAO,CAAC;IAClB,YAAY,EAAE,IAAI,GAAG,IAAI,CAAC;IAC1B,UAAU,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,oBAAoB,EAAE,OAAO,CAAC;IAC9B,QAAQ,EAAE,IAAI,GAAG,IAAI,CAAC;IACtB,YAAY,EAAE,IAAI,GAAG,IAAI,CAAC;IAC1B,OAAO,EAAE,OAAO,CAAC;IACjB,UAAU,EAAE,OAAO,CAAC;IACpB,QAAQ,EAAE,OAAO,CAAC;IAClB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,oBAAoB,EAAE,MAAM,CAAC;IAC7B,qBAAqB,EAAE,OAAO,GAAG,IAAI,CAAC;IACtC,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,OAAO,EAAE,QAAQ,CAAC;IAClB,IAAI,EAAE,KAAK,CAAC;IACZ,gBAAgB,EAAE,gBAAgB,CAAC;IACnC,2BAA2B,EAAE,0BAA0B,EAAE,CAAC;IAC1D,SAAS,EAAE,UAAU,CAAC;CACvB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IEngagementAccountingFile.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IEngagementAccountingFile.ts"],"names":[],"mappings":"","sourcesContent":["import { ISociety } from './ISociety';\nimport { IFile } from './IFile';\nimport { IEstimateInvoice } from './IEstimateInvoice';\nimport { IEngagementAccountingEntry } from './IEngagementAccountingEntry';\nimport { ILettering } from './ILettering';\n\n// engagementAccountingFile\nexport interface IEngagementAccountingFile {\n id?: number;\n migrate: boolean;\n label: string | null;\n invoiceNumber: string | null;\n budgeaDocumentId: number | null;\n isMerged: boolean;\n dateVerified: Date | null;\n dateLocked: Date | null;\n isLockedByAccountant: boolean;\n exported: Date | null;\n emissionDate: Date | null;\n isAsset: boolean;\n isPayPerso: boolean;\n isMobile: boolean;\n kilometers: number | null;\n purchaseTtc: number | null;\n mailId: number | null;\n idGedFolder: number | null;\n idSocietyVehicle: number | null;\n idSocietyPartner: number | null;\n idEstimateInvoice: number | null;\n idAccountingFileType: number;\n isAlreadyProcessByOcr: boolean | null;\n idSociety: number;\n idFile: number;\n idUser: number | null;\n idLettering: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n deletedAt?: Date | null;\n\n // Associations\n society: ISociety;\n file: IFile;\n estimatesInvoice: IEstimateInvoice;\n engagementAccountingEntries: IEngagementAccountingEntry[];\n lettering: ILettering;\n}\n"]}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { IBankAccount } from './IBankAccount';
|
|
2
|
-
import { IEngagementAccountingEntry } from './IEngagementAccountingEntry';
|
|
3
|
-
import { IAccountingJournal } from './IAccountingJournal';
|
|
4
|
-
import { IUser } from './IUser';
|
|
5
|
-
import { ILettering } from './ILettering';
|
|
6
|
-
export interface IEngagementBankTransaction {
|
|
7
|
-
id?: number;
|
|
8
|
-
migrate: boolean;
|
|
9
|
-
reference: string | null;
|
|
10
|
-
dateValue: Date;
|
|
11
|
-
dateLocked: Date | null;
|
|
12
|
-
dateVerified: Date | null;
|
|
13
|
-
isBlocked: boolean;
|
|
14
|
-
exported: Date | null;
|
|
15
|
-
noInvoice: boolean;
|
|
16
|
-
isReadMobile: boolean;
|
|
17
|
-
isLockedMobile: boolean;
|
|
18
|
-
idBankAccount: number | null;
|
|
19
|
-
idSociety: number;
|
|
20
|
-
idPaymentMethod: number | null;
|
|
21
|
-
idRule: number | null;
|
|
22
|
-
idAccountingJournal: number;
|
|
23
|
-
idLettering: number | null;
|
|
24
|
-
createdAt?: Date | null;
|
|
25
|
-
updatedAt?: Date | null;
|
|
26
|
-
idUser: number | null;
|
|
27
|
-
bankAccount: IBankAccount;
|
|
28
|
-
engagementAccountingEntries: IEngagementAccountingEntry[];
|
|
29
|
-
accountingJournal: IAccountingJournal;
|
|
30
|
-
user: IUser;
|
|
31
|
-
lettering: ILettering;
|
|
32
|
-
}
|
|
33
|
-
//# sourceMappingURL=IEngagementBankTransaction.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IEngagementBankTransaction.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IEngagementBankTransaction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAC1E,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAG1C,MAAM,WAAW,0BAA0B;IACzC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,OAAO,EAAE,OAAO,CAAC;IACjB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,SAAS,EAAE,IAAI,CAAC;IAChB,UAAU,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,YAAY,EAAE,IAAI,GAAG,IAAI,CAAC;IAC1B,SAAS,EAAE,OAAO,CAAC;IACnB,QAAQ,EAAE,IAAI,GAAG,IAAI,CAAC;IACtB,SAAS,EAAE,OAAO,CAAC;IACnB,YAAY,EAAE,OAAO,CAAC;IACtB,cAAc,EAAE,OAAO,CAAC;IACxB,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,SAAS,EAAE,MAAM,CAAC;IAClB,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IAGtB,WAAW,EAAE,YAAY,CAAC;IAC1B,2BAA2B,EAAE,0BAA0B,EAAE,CAAC;IAC1D,iBAAiB,EAAE,kBAAkB,CAAC;IACtC,IAAI,EAAE,KAAK,CAAC;IACZ,SAAS,EAAE,UAAU,CAAC;CACvB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IEngagementBankTransaction.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IEngagementBankTransaction.ts"],"names":[],"mappings":"","sourcesContent":["import { IBankAccount } from './IBankAccount';\nimport { IEngagementAccountingEntry } from './IEngagementAccountingEntry';\nimport { IAccountingJournal } from './IAccountingJournal';\nimport { IUser } from './IUser';\nimport { ILettering } from './ILettering';\n\n// engagementBankTransactions\nexport interface IEngagementBankTransaction {\n id?: number;\n migrate: boolean;\n reference: string | null;\n dateValue: Date;\n dateLocked: Date | null;\n dateVerified: Date | null;\n isBlocked: boolean;\n exported: Date | null;\n noInvoice: boolean;\n isReadMobile: boolean;\n isLockedMobile: boolean;\n idBankAccount: number | null;\n idSociety: number;\n idPaymentMethod: number | null;\n idRule: number | null;\n idAccountingJournal: number;\n idLettering: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n idUser: number | null;\n\n // Associations\n bankAccount: IBankAccount;\n engagementAccountingEntries: IEngagementAccountingEntry[];\n accountingJournal: IAccountingJournal;\n user: IUser;\n lettering: ILettering;\n}\n"]}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { ISociety } from './ISociety';
|
|
2
|
-
export interface IInterestedByFeature {
|
|
3
|
-
id?: number;
|
|
4
|
-
email: string | null;
|
|
5
|
-
idTypeFeature: number | null;
|
|
6
|
-
idSociety: number;
|
|
7
|
-
createdAt?: Date | null;
|
|
8
|
-
updatedAt?: Date | null;
|
|
9
|
-
society: ISociety;
|
|
10
|
-
}
|
|
11
|
-
//# sourceMappingURL=IInterestedByFeature.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IInterestedByFeature.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IInterestedByFeature.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAGtC,MAAM,WAAW,oBAAoB;IACnC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,OAAO,EAAE,QAAQ,CAAC;CACnB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IInterestedByFeature.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IInterestedByFeature.ts"],"names":[],"mappings":"","sourcesContent":["import { ISociety } from './ISociety';\n\n// interestedByFeatures\nexport interface IInterestedByFeature {\n id?: number;\n email: string | null;\n idTypeFeature: number | null;\n idSociety: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n society: ISociety;\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IPageView.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPageView.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAGtC,MAAM,WAAW,SAAS;IACxB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,OAAO,EAAE,QAAQ,CAAC;CACnB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IPageView.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPageView.ts"],"names":[],"mappings":"","sourcesContent":["import { ISociety } from './ISociety';\n\n// pageViews\nexport interface IPageView {\n id?: number;\n idPage: number | null;\n idSociety: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n society: ISociety;\n}\n"]}
|