@silexpert/core 1.3.131-2 → 1.3.131-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/dist/cjs/api/resources/BalanceSheetReport.d.ts +10 -0
- package/dist/cjs/api/resources/BalanceSheetReport.d.ts.map +1 -0
- package/dist/cjs/api/resources/BalanceSheetReport.js +23 -0
- package/dist/cjs/api/resources/BalanceSheetReport.js.map +1 -0
- package/dist/cjs/api/resources/Checklist.d.ts +29 -1
- package/dist/cjs/api/resources/Checklist.d.ts.map +1 -1
- package/dist/cjs/api/resources/Checklist.js +47 -0
- package/dist/cjs/api/resources/Checklist.js.map +1 -1
- package/dist/cjs/api/resources/DashboardLayout.d.ts +9 -0
- package/dist/cjs/api/resources/DashboardLayout.d.ts.map +1 -0
- package/dist/cjs/api/resources/DashboardLayout.js +20 -0
- package/dist/cjs/api/resources/DashboardLayout.js.map +1 -0
- package/dist/cjs/api/resources/DocumentRequest.d.ts +10 -0
- package/dist/cjs/api/resources/DocumentRequest.d.ts.map +1 -0
- package/dist/cjs/api/resources/DocumentRequest.js +23 -0
- package/dist/cjs/api/resources/DocumentRequest.js.map +1 -0
- package/dist/cjs/api/resources/Exercice.d.ts +1 -0
- package/dist/cjs/api/resources/Exercice.d.ts.map +1 -1
- package/dist/cjs/api/resources/Exercice.js +3 -0
- package/dist/cjs/api/resources/Exercice.js.map +1 -1
- package/dist/cjs/api/resources/Mfa.d.ts +3 -0
- package/dist/cjs/api/resources/Mfa.d.ts.map +1 -1
- package/dist/cjs/api/resources/Mfa.js +4 -0
- package/dist/cjs/api/resources/Mfa.js.map +1 -1
- package/dist/cjs/api/resources/Payment.d.ts +3 -2
- package/dist/cjs/api/resources/Payment.d.ts.map +1 -1
- package/dist/cjs/api/resources/Payment.js +3 -0
- package/dist/cjs/api/resources/Payment.js.map +1 -1
- package/dist/cjs/api/resources/Registration.js +1 -1
- package/dist/cjs/api/resources/Registration.js.map +1 -1
- package/dist/cjs/api/resources/Team.d.ts +21 -1
- package/dist/cjs/api/resources/Team.d.ts.map +1 -1
- package/dist/cjs/api/resources/Team.js +26 -0
- package/dist/cjs/api/resources/Team.js.map +1 -1
- package/dist/cjs/api/resources.d.ts +6 -0
- package/dist/cjs/api/resources.d.ts.map +1 -1
- package/dist/cjs/api/resources.js +6 -0
- package/dist/cjs/api/resources.js.map +1 -1
- package/dist/cjs/types/Enum/Aspone.d.ts +8 -0
- package/dist/cjs/types/Enum/Aspone.d.ts.map +1 -1
- package/dist/cjs/types/Enum/Aspone.js +11 -1
- package/dist/cjs/types/Enum/Aspone.js.map +1 -1
- package/dist/cjs/types/Enum/BalanceSheet.d.ts +66 -0
- package/dist/cjs/types/Enum/BalanceSheet.d.ts.map +1 -1
- package/dist/cjs/types/Enum/BalanceSheet.js +136 -69
- package/dist/cjs/types/Enum/BalanceSheet.js.map +1 -1
- package/dist/cjs/types/Enum/BalanceSheetQuestion.d.ts +62 -1
- package/dist/cjs/types/Enum/BalanceSheetQuestion.d.ts.map +1 -1
- package/dist/cjs/types/Enum/BalanceSheetQuestion.js +62 -0
- package/dist/cjs/types/Enum/BalanceSheetQuestion.js.map +1 -1
- package/dist/cjs/types/Enum/BalanceSheetQuestionWording.d.ts +58 -13
- package/dist/cjs/types/Enum/BalanceSheetQuestionWording.d.ts.map +1 -1
- package/dist/cjs/types/Enum/BalanceSheetQuestionWording.js +58 -12
- package/dist/cjs/types/Enum/BalanceSheetQuestionWording.js.map +1 -1
- package/dist/cjs/types/Enum/ChecklistType.d.ts +8 -1
- package/dist/cjs/types/Enum/ChecklistType.d.ts.map +1 -1
- package/dist/cjs/types/Enum/ChecklistType.js +8 -0
- package/dist/cjs/types/Enum/ChecklistType.js.map +1 -1
- package/dist/cjs/types/Enum/ConstitutionState.js +1 -1
- package/dist/cjs/types/Enum/ConstitutionState.js.map +1 -1
- package/dist/cjs/types/Enum/DashboardBlock.d.ts +13 -0
- package/dist/cjs/types/Enum/DashboardBlock.d.ts.map +1 -0
- package/dist/cjs/types/Enum/DashboardBlock.js +17 -0
- package/dist/cjs/types/Enum/DashboardBlock.js.map +1 -0
- package/dist/cjs/types/Enum/Ged.d.ts +31 -1
- package/dist/cjs/types/Enum/Ged.d.ts.map +1 -1
- package/dist/cjs/types/Enum/Ged.js +152 -5
- package/dist/cjs/types/Enum/Ged.js.map +1 -1
- package/dist/cjs/types/Enum/GlobalRegime.js +19 -19
- package/dist/cjs/types/Enum/GlobalRegime.js.map +1 -1
- package/dist/cjs/types/Enum/IncomeStatement.d.ts +32 -0
- package/dist/cjs/types/Enum/IncomeStatement.d.ts.map +1 -1
- package/dist/cjs/types/Enum/IncomeStatement.js +74 -41
- package/dist/cjs/types/Enum/IncomeStatement.js.map +1 -1
- package/dist/cjs/types/Enum/LegalForm.d.ts +1 -0
- package/dist/cjs/types/Enum/LegalForm.d.ts.map +1 -1
- package/dist/cjs/types/Enum/LegalForm.js +39 -4
- package/dist/cjs/types/Enum/LegalForm.js.map +1 -1
- package/dist/cjs/types/Enum/MailAuto.d.ts +2 -1
- package/dist/cjs/types/Enum/MailAuto.d.ts.map +1 -1
- package/dist/cjs/types/Enum/MailAuto.js +1 -0
- package/dist/cjs/types/Enum/MailAuto.js.map +1 -1
- package/dist/cjs/types/Enum/PrestationType.d.ts +8 -1
- package/dist/cjs/types/Enum/PrestationType.d.ts.map +1 -1
- package/dist/cjs/types/Enum/PrestationType.js +162 -15
- package/dist/cjs/types/Enum/PrestationType.js.map +1 -1
- package/dist/cjs/types/Enum/SalesContractBrandClementine.js +7 -7
- package/dist/cjs/types/Enum/SalesContractBrandClementine.js.map +1 -1
- package/dist/cjs/types/Enum/ZoneCode.d.ts +6 -0
- package/dist/cjs/types/Enum/ZoneCode.d.ts.map +1 -1
- package/dist/cjs/types/Enum/ZoneCode.js +7 -0
- package/dist/cjs/types/Enum/ZoneCode.js.map +1 -1
- package/dist/cjs/types/Interface/api/DashboardLayout.d.ts +24 -0
- package/dist/cjs/types/Interface/api/DashboardLayout.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/DashboardLayout.js +3 -0
- package/dist/cjs/types/Interface/api/DashboardLayout.js.map +1 -0
- package/dist/cjs/types/Interface/api/OnBoarding.d.ts +1 -0
- package/dist/cjs/types/Interface/api/OnBoarding.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/OnBoarding.js +6 -0
- package/dist/cjs/types/Interface/api/OnBoarding.js.map +1 -1
- package/dist/cjs/types/Interface/api/balanceSheet/ReadBalanceSheet.d.ts +3 -2
- package/dist/cjs/types/Interface/api/balanceSheet/ReadBalanceSheet.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/balanceSheet/ReadBalanceSheet.js.map +1 -1
- package/dist/cjs/types/Interface/api/balanceSheetReport/Query.d.ts +40 -0
- package/dist/cjs/types/Interface/api/balanceSheetReport/Query.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/balanceSheetReport/Query.js +207 -0
- package/dist/cjs/types/Interface/api/balanceSheetReport/Query.js.map +1 -0
- package/dist/cjs/types/Interface/api/cerfa/2031.d.ts +3 -2
- package/dist/cjs/types/Interface/api/cerfa/2031.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/cerfa/2031.js.map +1 -1
- package/dist/cjs/types/Interface/api/cerfa/2050.d.ts +1592 -1634
- package/dist/cjs/types/Interface/api/cerfa/2050.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/cerfa/2050.js.map +1 -1
- package/dist/cjs/types/Interface/api/cerfa/2065.d.ts +3 -2
- package/dist/cjs/types/Interface/api/cerfa/2065.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/cerfa/2065.js.map +1 -1
- package/dist/cjs/types/Interface/api/cerfa/ReadCerfa.d.ts +10 -1
- package/dist/cjs/types/Interface/api/cerfa/ReadCerfa.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/cerfa/ReadCerfa.js.map +1 -1
- package/dist/cjs/types/Interface/api/checklist/Query.d.ts +6 -0
- package/dist/cjs/types/Interface/api/checklist/Query.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/checklist/Query.js +20 -1
- package/dist/cjs/types/Interface/api/checklist/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/checklist/Update.d.ts +11 -1
- package/dist/cjs/types/Interface/api/checklist/Update.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/checklist/Update.js +49 -1
- package/dist/cjs/types/Interface/api/checklist/Update.js.map +1 -1
- package/dist/cjs/types/Interface/api/documentRequest/Create.d.ts +10 -0
- package/dist/cjs/types/Interface/api/documentRequest/Create.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/documentRequest/Create.js +46 -0
- package/dist/cjs/types/Interface/api/documentRequest/Create.js.map +1 -0
- package/dist/cjs/types/Interface/api/documentRequest/Query.d.ts +5 -0
- package/dist/cjs/types/Interface/api/documentRequest/Query.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/documentRequest/Query.js +30 -0
- package/dist/cjs/types/Interface/api/documentRequest/Query.js.map +1 -0
- package/dist/cjs/types/Interface/api/feature/GetAvailableDashboardBlocks.d.ts +5 -0
- package/dist/cjs/types/Interface/api/feature/GetAvailableDashboardBlocks.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/feature/GetAvailableDashboardBlocks.js +3 -0
- package/dist/cjs/types/Interface/api/feature/GetAvailableDashboardBlocks.js.map +1 -0
- package/dist/cjs/types/Interface/api/gedFile/createFileAndGed.d.ts +2 -0
- package/dist/cjs/types/Interface/api/gedFile/createFileAndGed.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/gedFile/createFileAndGed.js +9 -1
- package/dist/cjs/types/Interface/api/gedFile/createFileAndGed.js.map +1 -1
- package/dist/cjs/types/Interface/api/incomeStatement/ReadIncomeStatement.d.ts +3 -2
- package/dist/cjs/types/Interface/api/incomeStatement/ReadIncomeStatement.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/incomeStatement/ReadIncomeStatement.js.map +1 -1
- package/dist/cjs/types/Interface/api/library/QueryLibrary.d.ts +4 -2
- package/dist/cjs/types/Interface/api/library/QueryLibrary.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/library/QueryLibrary.js +6 -2
- package/dist/cjs/types/Interface/api/library/QueryLibrary.js.map +1 -1
- package/dist/cjs/types/Interface/api/payment/Params.d.ts +4 -0
- package/dist/cjs/types/Interface/api/payment/Params.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/payment/Params.js +18 -1
- package/dist/cjs/types/Interface/api/payment/Params.js.map +1 -1
- package/dist/cjs/types/Interface/api/payment/Util.d.ts +0 -2
- package/dist/cjs/types/Interface/api/payment/Util.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/payment/Util.js.map +1 -1
- package/dist/cjs/types/Interface/api/registration/ReadRegistration.d.ts +4 -0
- package/dist/cjs/types/Interface/api/registration/ReadRegistration.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/registration/ReadRegistration.js.map +1 -1
- package/dist/cjs/types/Interface/api/society/ReadSociety.d.ts +8 -6
- package/dist/cjs/types/Interface/api/society/ReadSociety.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/society/ReadSociety.js.map +1 -1
- package/dist/cjs/types/Interface/api/team/UpdateTeamsForUser.d.ts +6 -0
- package/dist/cjs/types/Interface/api/team/UpdateTeamsForUser.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/team/UpdateTeamsForUser.js +38 -0
- package/dist/cjs/types/Interface/api/team/UpdateTeamsForUser.js.map +1 -0
- package/dist/cjs/types/Interface/models/IAttestation.d.ts +20 -18
- package/dist/cjs/types/Interface/models/IAttestation.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/IAttestation.js.map +1 -1
- package/dist/cjs/types/Interface/models/IChecklist.d.ts +2 -2
- package/dist/cjs/types/Interface/models/IChecklist.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/IChecklist.js.map +1 -1
- package/dist/cjs/types/Interface/models/IChecklistDetail.d.ts +3 -3
- package/dist/cjs/types/Interface/models/IChecklistDetail.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/IChecklistDetail.js.map +1 -1
- package/dist/cjs/types/Interface/models/IDocumentRequest.d.ts +23 -0
- package/dist/cjs/types/Interface/models/IDocumentRequest.d.ts.map +1 -0
- package/dist/cjs/types/Interface/models/IDocumentRequest.js +3 -0
- package/dist/cjs/types/Interface/models/IDocumentRequest.js.map +1 -0
- package/dist/cjs/types/Interface/models/IGedFile.d.ts +6 -1
- package/dist/cjs/types/Interface/models/IGedFile.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/IGedFile.js.map +1 -1
- package/dist/cjs/types/Interface/models/IPrestation.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/IPrestation.js.map +1 -1
- package/dist/cjs/types/index.d.ts +7 -0
- package/dist/cjs/types/index.d.ts.map +1 -1
- package/dist/cjs/types/index.js +7 -0
- package/dist/cjs/types/index.js.map +1 -1
- package/dist/cjs/utils/payment.js +54 -50
- package/dist/cjs/utils/payment.js.map +1 -1
- package/dist/cjs/utils/prestation.d.ts +1 -0
- package/dist/cjs/utils/prestation.d.ts.map +1 -1
- package/dist/cjs/utils/prestation.js +1 -0
- package/dist/cjs/utils/prestation.js.map +1 -1
- package/dist/cjs/utils/tests/payment.spec.js +33 -33
- package/dist/cjs/utils/tests/payment.spec.js.map +1 -1
- package/dist/cjs/utils/vat/3310/century25.js +1 -1
- package/dist/cjs/utils/vat/3310/century25.js.map +1 -1
- package/dist/cjs/utils/vat/3517/century25.js +1 -1
- package/dist/cjs/utils/vat/3517/century25.js.map +1 -1
- package/dist/cjs/utils/vat/utils.js +3 -3
- package/dist/cjs/utils/vat/utils.js.map +1 -1
- package/dist/cjs/utils/webmail.d.ts.map +1 -1
- package/dist/cjs/utils/webmail.js +4 -3
- package/dist/cjs/utils/webmail.js.map +1 -1
- package/dist/mjs/api/resources/BalanceSheetReport.d.ts +10 -0
- package/dist/mjs/api/resources/BalanceSheetReport.d.ts.map +1 -0
- package/dist/mjs/api/resources/BalanceSheetReport.js +22 -0
- package/dist/mjs/api/resources/BalanceSheetReport.js.map +1 -0
- package/dist/mjs/api/resources/Checklist.d.ts +29 -1
- package/dist/mjs/api/resources/Checklist.d.ts.map +1 -1
- package/dist/mjs/api/resources/Checklist.js +47 -0
- package/dist/mjs/api/resources/Checklist.js.map +1 -1
- package/dist/mjs/api/resources/DashboardLayout.d.ts +9 -0
- package/dist/mjs/api/resources/DashboardLayout.d.ts.map +1 -0
- package/dist/mjs/api/resources/DashboardLayout.js +16 -0
- package/dist/mjs/api/resources/DashboardLayout.js.map +1 -0
- package/dist/mjs/api/resources/DocumentRequest.d.ts +10 -0
- package/dist/mjs/api/resources/DocumentRequest.d.ts.map +1 -0
- package/dist/mjs/api/resources/DocumentRequest.js +27 -0
- package/dist/mjs/api/resources/DocumentRequest.js.map +1 -0
- package/dist/mjs/api/resources/Exercice.d.ts +1 -0
- package/dist/mjs/api/resources/Exercice.d.ts.map +1 -1
- package/dist/mjs/api/resources/Exercice.js +3 -0
- package/dist/mjs/api/resources/Exercice.js.map +1 -1
- package/dist/mjs/api/resources/Mfa.d.ts +3 -0
- package/dist/mjs/api/resources/Mfa.d.ts.map +1 -1
- package/dist/mjs/api/resources/Mfa.js +4 -0
- package/dist/mjs/api/resources/Mfa.js.map +1 -1
- package/dist/mjs/api/resources/Payment.d.ts +3 -2
- package/dist/mjs/api/resources/Payment.d.ts.map +1 -1
- package/dist/mjs/api/resources/Payment.js +3 -0
- package/dist/mjs/api/resources/Payment.js.map +1 -1
- package/dist/mjs/api/resources/Registration.js +1 -1
- package/dist/mjs/api/resources/Registration.js.map +1 -1
- package/dist/mjs/api/resources/Team.d.ts +21 -1
- package/dist/mjs/api/resources/Team.d.ts.map +1 -1
- package/dist/mjs/api/resources/Team.js +26 -0
- package/dist/mjs/api/resources/Team.js.map +1 -1
- package/dist/mjs/api/resources.d.ts +6 -0
- package/dist/mjs/api/resources.d.ts.map +1 -1
- package/dist/mjs/api/resources.js +6 -0
- package/dist/mjs/api/resources.js.map +1 -1
- package/dist/mjs/types/Enum/Aspone.d.ts +8 -0
- package/dist/mjs/types/Enum/Aspone.d.ts.map +1 -1
- package/dist/mjs/types/Enum/Aspone.js +10 -0
- package/dist/mjs/types/Enum/Aspone.js.map +1 -1
- package/dist/mjs/types/Enum/BalanceSheet.d.ts +66 -0
- package/dist/mjs/types/Enum/BalanceSheet.d.ts.map +1 -1
- package/dist/mjs/types/Enum/BalanceSheet.js +135 -68
- package/dist/mjs/types/Enum/BalanceSheet.js.map +1 -1
- package/dist/mjs/types/Enum/BalanceSheetQuestion.d.ts +62 -1
- package/dist/mjs/types/Enum/BalanceSheetQuestion.d.ts.map +1 -1
- package/dist/mjs/types/Enum/BalanceSheetQuestion.js +62 -0
- package/dist/mjs/types/Enum/BalanceSheetQuestion.js.map +1 -1
- package/dist/mjs/types/Enum/BalanceSheetQuestionWording.d.ts +58 -13
- package/dist/mjs/types/Enum/BalanceSheetQuestionWording.d.ts.map +1 -1
- package/dist/mjs/types/Enum/BalanceSheetQuestionWording.js +58 -12
- package/dist/mjs/types/Enum/BalanceSheetQuestionWording.js.map +1 -1
- package/dist/mjs/types/Enum/ChecklistType.d.ts +8 -1
- package/dist/mjs/types/Enum/ChecklistType.d.ts.map +1 -1
- package/dist/mjs/types/Enum/ChecklistType.js +8 -0
- package/dist/mjs/types/Enum/ChecklistType.js.map +1 -1
- package/dist/mjs/types/Enum/ConstitutionState.js +1 -1
- package/dist/mjs/types/Enum/ConstitutionState.js.map +1 -1
- package/dist/mjs/types/Enum/DashboardBlock.d.ts +13 -0
- package/dist/mjs/types/Enum/DashboardBlock.d.ts.map +1 -0
- package/dist/mjs/types/Enum/DashboardBlock.js +14 -0
- package/dist/mjs/types/Enum/DashboardBlock.js.map +1 -0
- package/dist/mjs/types/Enum/Ged.d.ts +31 -1
- package/dist/mjs/types/Enum/Ged.d.ts.map +1 -1
- package/dist/mjs/types/Enum/Ged.js +151 -4
- package/dist/mjs/types/Enum/Ged.js.map +1 -1
- package/dist/mjs/types/Enum/GlobalRegime.js +19 -19
- package/dist/mjs/types/Enum/GlobalRegime.js.map +1 -1
- package/dist/mjs/types/Enum/IncomeStatement.d.ts +32 -0
- package/dist/mjs/types/Enum/IncomeStatement.d.ts.map +1 -1
- package/dist/mjs/types/Enum/IncomeStatement.js +73 -40
- package/dist/mjs/types/Enum/IncomeStatement.js.map +1 -1
- package/dist/mjs/types/Enum/LegalForm.d.ts +1 -0
- package/dist/mjs/types/Enum/LegalForm.d.ts.map +1 -1
- package/dist/mjs/types/Enum/LegalForm.js +39 -4
- package/dist/mjs/types/Enum/LegalForm.js.map +1 -1
- package/dist/mjs/types/Enum/MailAuto.d.ts +2 -1
- package/dist/mjs/types/Enum/MailAuto.d.ts.map +1 -1
- package/dist/mjs/types/Enum/MailAuto.js +1 -0
- package/dist/mjs/types/Enum/MailAuto.js.map +1 -1
- package/dist/mjs/types/Enum/PrestationType.d.ts +8 -1
- package/dist/mjs/types/Enum/PrestationType.d.ts.map +1 -1
- package/dist/mjs/types/Enum/PrestationType.js +162 -15
- package/dist/mjs/types/Enum/PrestationType.js.map +1 -1
- package/dist/mjs/types/Enum/SalesContractBrandClementine.js +7 -7
- package/dist/mjs/types/Enum/SalesContractBrandClementine.js.map +1 -1
- package/dist/mjs/types/Enum/ZoneCode.d.ts +6 -0
- package/dist/mjs/types/Enum/ZoneCode.d.ts.map +1 -1
- package/dist/mjs/types/Enum/ZoneCode.js +7 -0
- package/dist/mjs/types/Enum/ZoneCode.js.map +1 -1
- package/dist/mjs/types/Interface/api/DashboardLayout.d.ts +24 -0
- package/dist/mjs/types/Interface/api/DashboardLayout.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/DashboardLayout.js +2 -0
- package/dist/mjs/types/Interface/api/DashboardLayout.js.map +1 -0
- package/dist/mjs/types/Interface/api/OnBoarding.d.ts +1 -0
- package/dist/mjs/types/Interface/api/OnBoarding.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/OnBoarding.js +7 -0
- package/dist/mjs/types/Interface/api/OnBoarding.js.map +1 -1
- package/dist/mjs/types/Interface/api/balanceSheet/ReadBalanceSheet.d.ts +3 -2
- package/dist/mjs/types/Interface/api/balanceSheet/ReadBalanceSheet.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/balanceSheet/ReadBalanceSheet.js.map +1 -1
- package/dist/mjs/types/Interface/api/balanceSheetReport/Query.d.ts +40 -0
- package/dist/mjs/types/Interface/api/balanceSheetReport/Query.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/balanceSheetReport/Query.js +200 -0
- package/dist/mjs/types/Interface/api/balanceSheetReport/Query.js.map +1 -0
- package/dist/mjs/types/Interface/api/cerfa/2031.d.ts +3 -2
- package/dist/mjs/types/Interface/api/cerfa/2031.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/cerfa/2031.js.map +1 -1
- package/dist/mjs/types/Interface/api/cerfa/2050.d.ts +1592 -1634
- package/dist/mjs/types/Interface/api/cerfa/2050.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/cerfa/2050.js.map +1 -1
- package/dist/mjs/types/Interface/api/cerfa/2065.d.ts +3 -2
- package/dist/mjs/types/Interface/api/cerfa/2065.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/cerfa/2065.js.map +1 -1
- package/dist/mjs/types/Interface/api/cerfa/ReadCerfa.d.ts +10 -1
- package/dist/mjs/types/Interface/api/cerfa/ReadCerfa.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/cerfa/ReadCerfa.js.map +1 -1
- package/dist/mjs/types/Interface/api/checklist/Query.d.ts +6 -0
- package/dist/mjs/types/Interface/api/checklist/Query.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/checklist/Query.js +19 -0
- package/dist/mjs/types/Interface/api/checklist/Query.js.map +1 -1
- package/dist/mjs/types/Interface/api/checklist/Update.d.ts +11 -1
- package/dist/mjs/types/Interface/api/checklist/Update.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/checklist/Update.js +57 -3
- package/dist/mjs/types/Interface/api/checklist/Update.js.map +1 -1
- package/dist/mjs/types/Interface/api/documentRequest/Create.d.ts +10 -0
- package/dist/mjs/types/Interface/api/documentRequest/Create.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/documentRequest/Create.js +47 -0
- package/dist/mjs/types/Interface/api/documentRequest/Create.js.map +1 -0
- package/dist/mjs/types/Interface/api/documentRequest/Query.d.ts +5 -0
- package/dist/mjs/types/Interface/api/documentRequest/Query.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/documentRequest/Query.js +28 -0
- package/dist/mjs/types/Interface/api/documentRequest/Query.js.map +1 -0
- package/dist/mjs/types/Interface/api/feature/GetAvailableDashboardBlocks.d.ts +5 -0
- package/dist/mjs/types/Interface/api/feature/GetAvailableDashboardBlocks.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/feature/GetAvailableDashboardBlocks.js +2 -0
- package/dist/mjs/types/Interface/api/feature/GetAvailableDashboardBlocks.js.map +1 -0
- package/dist/mjs/types/Interface/api/gedFile/createFileAndGed.d.ts +2 -0
- package/dist/mjs/types/Interface/api/gedFile/createFileAndGed.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/gedFile/createFileAndGed.js +12 -2
- package/dist/mjs/types/Interface/api/gedFile/createFileAndGed.js.map +1 -1
- package/dist/mjs/types/Interface/api/incomeStatement/ReadIncomeStatement.d.ts +3 -2
- package/dist/mjs/types/Interface/api/incomeStatement/ReadIncomeStatement.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/incomeStatement/ReadIncomeStatement.js.map +1 -1
- package/dist/mjs/types/Interface/api/library/QueryLibrary.d.ts +4 -2
- package/dist/mjs/types/Interface/api/library/QueryLibrary.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/library/QueryLibrary.js +9 -3
- package/dist/mjs/types/Interface/api/library/QueryLibrary.js.map +1 -1
- package/dist/mjs/types/Interface/api/payment/Params.d.ts +4 -0
- package/dist/mjs/types/Interface/api/payment/Params.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/payment/Params.js +19 -1
- package/dist/mjs/types/Interface/api/payment/Params.js.map +1 -1
- package/dist/mjs/types/Interface/api/payment/Util.d.ts +0 -2
- package/dist/mjs/types/Interface/api/payment/Util.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/payment/Util.js.map +1 -1
- package/dist/mjs/types/Interface/api/registration/ReadRegistration.d.ts +4 -0
- package/dist/mjs/types/Interface/api/registration/ReadRegistration.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/registration/ReadRegistration.js.map +1 -1
- package/dist/mjs/types/Interface/api/society/ReadSociety.d.ts +8 -6
- package/dist/mjs/types/Interface/api/society/ReadSociety.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/society/ReadSociety.js.map +1 -1
- package/dist/mjs/types/Interface/api/team/UpdateTeamsForUser.d.ts +6 -0
- package/dist/mjs/types/Interface/api/team/UpdateTeamsForUser.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/team/UpdateTeamsForUser.js +37 -0
- package/dist/mjs/types/Interface/api/team/UpdateTeamsForUser.js.map +1 -0
- package/dist/mjs/types/Interface/models/IAttestation.d.ts +20 -18
- package/dist/mjs/types/Interface/models/IAttestation.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/IAttestation.js.map +1 -1
- package/dist/mjs/types/Interface/models/IChecklist.d.ts +2 -2
- package/dist/mjs/types/Interface/models/IChecklist.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/IChecklist.js.map +1 -1
- package/dist/mjs/types/Interface/models/IChecklistDetail.d.ts +3 -3
- package/dist/mjs/types/Interface/models/IChecklistDetail.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/IChecklistDetail.js.map +1 -1
- package/dist/mjs/types/Interface/models/IDocumentRequest.d.ts +23 -0
- package/dist/mjs/types/Interface/models/IDocumentRequest.d.ts.map +1 -0
- package/dist/mjs/types/Interface/models/IDocumentRequest.js +2 -0
- package/dist/mjs/types/Interface/models/IDocumentRequest.js.map +1 -0
- package/dist/mjs/types/Interface/models/IGedFile.d.ts +6 -1
- package/dist/mjs/types/Interface/models/IGedFile.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/IGedFile.js.map +1 -1
- package/dist/mjs/types/Interface/models/IPrestation.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/IPrestation.js.map +1 -1
- package/dist/mjs/types/index.d.ts +7 -0
- package/dist/mjs/types/index.d.ts.map +1 -1
- package/dist/mjs/types/index.js +7 -0
- package/dist/mjs/types/index.js.map +1 -1
- package/dist/mjs/utils/payment.js +52 -48
- package/dist/mjs/utils/payment.js.map +1 -1
- package/dist/mjs/utils/prestation.d.ts +1 -0
- package/dist/mjs/utils/prestation.d.ts.map +1 -1
- package/dist/mjs/utils/prestation.js +1 -0
- package/dist/mjs/utils/prestation.js.map +1 -1
- package/dist/mjs/utils/tests/payment.spec.js +34 -34
- package/dist/mjs/utils/tests/payment.spec.js.map +1 -1
- package/dist/mjs/utils/vat/3310/century25.js +1 -1
- package/dist/mjs/utils/vat/3310/century25.js.map +1 -1
- package/dist/mjs/utils/vat/3517/century25.js +1 -1
- package/dist/mjs/utils/vat/3517/century25.js.map +1 -1
- package/dist/mjs/utils/vat/utils.js +3 -3
- package/dist/mjs/utils/vat/utils.js.map +1 -1
- package/dist/mjs/utils/webmail.d.ts.map +1 -1
- package/dist/mjs/utils/webmail.js +4 -3
- package/dist/mjs/utils/webmail.js.map +1 -1
- package/package.json +14 -14
- package/ts/api/resources/BalanceSheetReport.ts +36 -0
- package/ts/api/resources/Checklist.ts +59 -0
- package/ts/api/resources/DashboardLayout.ts +20 -0
- package/ts/api/resources/DocumentRequest.ts +32 -0
- package/ts/api/resources/Exercice.ts +4 -0
- package/ts/api/resources/Mfa.ts +5 -0
- package/ts/api/resources/Payment.ts +6 -1
- package/ts/api/resources/Registration.ts +1 -1
- package/ts/api/resources/Team.ts +31 -1
- package/ts/api/resources.ts +6 -0
- package/ts/types/Enum/Aspone.ts +10 -0
- package/ts/types/Enum/BalanceSheet.ts +137 -68
- package/ts/types/Enum/BalanceSheetQuestion.ts +63 -0
- package/ts/types/Enum/BalanceSheetQuestionWording.ts +130 -81
- package/ts/types/Enum/ChecklistType.ts +9 -0
- package/ts/types/Enum/ConstitutionState.ts +1 -1
- package/ts/types/Enum/DashboardBlock.ts +12 -0
- package/ts/types/Enum/Ged.ts +345 -193
- package/ts/types/Enum/GlobalRegime.ts +19 -19
- package/ts/types/Enum/IncomeStatement.ts +73 -40
- package/ts/types/Enum/LegalForm.ts +40 -4
- package/ts/types/Enum/MailAuto.ts +1 -0
- package/ts/types/Enum/PrestationType.ts +162 -15
- package/ts/types/Enum/SalesContractBrandClementine.ts +7 -7
- package/ts/types/Enum/ZoneCode.ts +7 -0
- package/ts/types/Interface/api/DashboardLayout.ts +27 -0
- package/ts/types/Interface/api/OnBoarding.ts +5 -0
- package/ts/types/Interface/api/balanceSheet/ReadBalanceSheet.ts +4 -2
- package/ts/types/Interface/api/balanceSheetReport/Query.ts +160 -0
- package/ts/types/Interface/api/cerfa/2031.ts +3 -2
- package/ts/types/Interface/api/cerfa/2050.ts +1580 -1399
- package/ts/types/Interface/api/cerfa/2065.ts +2 -2
- package/ts/types/Interface/api/cerfa/ReadCerfa.ts +20 -2
- package/ts/types/Interface/api/checklist/Query.ts +15 -0
- package/ts/types/Interface/api/checklist/Update.ts +44 -3
- package/ts/types/Interface/api/documentRequest/Create.ts +28 -0
- package/ts/types/Interface/api/documentRequest/Query.ts +14 -0
- package/ts/types/Interface/api/feature/GetAvailableDashboardBlocks.ts +5 -0
- package/ts/types/Interface/api/gedFile/createFileAndGed.ts +7 -1
- package/ts/types/Interface/api/incomeStatement/ReadIncomeStatement.ts +4 -2
- package/ts/types/Interface/api/library/QueryLibrary.ts +4 -2
- package/ts/types/Interface/api/payment/Params.ts +14 -1
- package/ts/types/Interface/api/payment/Util.ts +2 -2
- package/ts/types/Interface/api/registration/ReadRegistration.ts +4 -0
- package/ts/types/Interface/api/society/ReadSociety.ts +8 -6
- package/ts/types/Interface/api/team/UpdateTeamsForUser.ts +22 -0
- package/ts/types/Interface/models/IAttestation.ts +20 -18
- package/ts/types/Interface/models/IChecklist.ts +2 -2
- package/ts/types/Interface/models/IChecklistDetail.ts +3 -3
- package/ts/types/Interface/models/IDocumentRequest.ts +25 -0
- package/ts/types/Interface/models/IGedFile.ts +6 -1
- package/ts/types/Interface/models/IPrestation.ts +1 -0
- package/ts/types/index.ts +7 -0
- package/ts/utils/payment.ts +49 -49
- package/ts/utils/prestation.ts +1 -0
- package/ts/utils/tests/payment.spec.ts +34 -34
- package/ts/utils/vat/3310/century25.ts +1 -1
- package/ts/utils/vat/3517/century25.ts +1 -1
- package/ts/utils/vat/utils.ts +3 -3
- package/ts/utils/webmail.ts +19 -16
|
@@ -192,6 +192,13 @@ export enum PrestationType {
|
|
|
192
192
|
MICRO = 237,
|
|
193
193
|
GESTION_IMMO = 238,
|
|
194
194
|
TERMINATION_FEES = 239,
|
|
195
|
+
REPORT_REMUNERATION = 240,
|
|
196
|
+
REPORT_NON_REMUNERATION = 241,
|
|
197
|
+
REPORT_CA = 242,
|
|
198
|
+
REPORT_COMPTE_COURANT = 243,
|
|
199
|
+
REPORT_MASSE_SALARIALE = 244,
|
|
200
|
+
REPORT_1 = 245,
|
|
201
|
+
REPORT_NON_REMUNERATION_RECURRENTE = 246,
|
|
195
202
|
}
|
|
196
203
|
|
|
197
204
|
export const OWN_VAT_PRESTATIONS = [
|
|
@@ -239,6 +246,13 @@ export const allPrestations2025WithBrochure = [
|
|
|
239
246
|
PrestationType.SOCIAL,
|
|
240
247
|
PrestationType.GESTION_JURIDIQUE,
|
|
241
248
|
PrestationType.CONSULTING_HOUR,
|
|
249
|
+
PrestationType.ATTESTATION_REMUNERATION,
|
|
250
|
+
PrestationType.ATTESTATION_NON_REMUNERATION,
|
|
251
|
+
PrestationType.ATTESTATION_CA,
|
|
252
|
+
PrestationType.ATTESTATION_COMPTE_COURANT,
|
|
253
|
+
PrestationType.ATTESTATION_MASSE_SALARIALE,
|
|
254
|
+
PrestationType.ATTESTATION_1,
|
|
255
|
+
PrestationType.ATTESTATION_NON_REMUNERATION_RECURRENTE,
|
|
242
256
|
];
|
|
243
257
|
|
|
244
258
|
export const ClementineSubscriptionAccountancyExpertPrestations: PrestationType[] = [
|
|
@@ -1161,7 +1175,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1161
1175
|
},
|
|
1162
1176
|
CESSION_ACTIONS: {
|
|
1163
1177
|
id: 51,
|
|
1164
|
-
name:
|
|
1178
|
+
name: 'Cession d\'actions',
|
|
1165
1179
|
isComptable: false,
|
|
1166
1180
|
isJuridique: true,
|
|
1167
1181
|
isSocial: false,
|
|
@@ -1218,7 +1232,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1218
1232
|
},
|
|
1219
1233
|
MODIFICATION_DIRIGEANT_OU_COMMISSAIRE_AU_COMPTE_SASU_EURL: {
|
|
1220
1234
|
id: 54,
|
|
1221
|
-
name:
|
|
1235
|
+
name: 'Modification d\'un dirigeant ou d\'un commissaire aux compte (SASU / EURL)',
|
|
1222
1236
|
isComptable: false,
|
|
1223
1237
|
isJuridique: true,
|
|
1224
1238
|
isSocial: false,
|
|
@@ -1370,7 +1384,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1370
1384
|
},
|
|
1371
1385
|
MODIFICATION_OBJET_SOCIAL_EURL_SASU: {
|
|
1372
1386
|
id: 62,
|
|
1373
|
-
name:
|
|
1387
|
+
name: 'Modification de l\'objet social (EURL/SASU)',
|
|
1374
1388
|
isComptable: false,
|
|
1375
1389
|
isJuridique: true,
|
|
1376
1390
|
isSocial: false,
|
|
@@ -1712,7 +1726,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1712
1726
|
},
|
|
1713
1727
|
CREATION_DOSSIER_INFORMATIQUE_PAR_SALARIE: {
|
|
1714
1728
|
id: 80,
|
|
1715
|
-
name:
|
|
1729
|
+
name: 'Création d\'un dossier informatique par salarié',
|
|
1716
1730
|
isComptable: false,
|
|
1717
1731
|
isJuridique: false,
|
|
1718
1732
|
isSocial: true,
|
|
@@ -1731,7 +1745,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1731
1745
|
},
|
|
1732
1746
|
ETABLISSEMENT_CONTRAT_TRAVAIL: {
|
|
1733
1747
|
id: 81,
|
|
1734
|
-
name:
|
|
1748
|
+
name: 'Etablissement d\'un contrat de travail',
|
|
1735
1749
|
isComptable: false,
|
|
1736
1750
|
isJuridique: false,
|
|
1737
1751
|
isSocial: true,
|
|
@@ -1788,7 +1802,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1788
1802
|
},
|
|
1789
1803
|
TAXE_APPRENTISSAGE_ET_FORMATION_CONTINUE: {
|
|
1790
1804
|
id: 84,
|
|
1791
|
-
name:
|
|
1805
|
+
name: 'Taxe d\'apprentissage et formation continue',
|
|
1792
1806
|
isComptable: false,
|
|
1793
1807
|
isJuridique: false,
|
|
1794
1808
|
isSocial: true,
|
|
@@ -2017,7 +2031,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2017
2031
|
},
|
|
2018
2032
|
ATTESTATION_CA: {
|
|
2019
2033
|
id: 97,
|
|
2020
|
-
name:
|
|
2034
|
+
name: 'Attestation de chiffre d\'affaires',
|
|
2021
2035
|
isComptable: true,
|
|
2022
2036
|
isJuridique: false,
|
|
2023
2037
|
isSocial: false,
|
|
@@ -2055,7 +2069,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2055
2069
|
},
|
|
2056
2070
|
MAJ_ADRESSE_PERSONNELLE_DIRIGEANT_SUR_KBIS: {
|
|
2057
2071
|
id: 99,
|
|
2058
|
-
name:
|
|
2072
|
+
name: 'Mise à jour de l\'adresse personnelle du dirigeant sur le Kbis',
|
|
2059
2073
|
isComptable: false,
|
|
2060
2074
|
isJuridique: true,
|
|
2061
2075
|
isSocial: false,
|
|
@@ -2093,7 +2107,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2093
2107
|
},
|
|
2094
2108
|
MODIFICATION_OBJET_SOCIAL_SARL_SAS_SCI: {
|
|
2095
2109
|
id: 103,
|
|
2096
|
-
name:
|
|
2110
|
+
name: 'Modification de l\'objet social (SARL/SAS/SCI)',
|
|
2097
2111
|
isComptable: false,
|
|
2098
2112
|
isJuridique: true,
|
|
2099
2113
|
isSocial: false,
|
|
@@ -2150,7 +2164,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2150
2164
|
},
|
|
2151
2165
|
MODIFICATION_DIRIGEANT_OU_COMMISSAIRE_AU_COMPTE_SAS_SARL_SCI: {
|
|
2152
2166
|
id: 106,
|
|
2153
|
-
name:
|
|
2167
|
+
name: 'Modification d’un dirigeant ou d\'un commissaire aux compte (SAS / SARL / SCI)',
|
|
2154
2168
|
isComptable: false,
|
|
2155
2169
|
isJuridique: true,
|
|
2156
2170
|
isSocial: false,
|
|
@@ -2720,7 +2734,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2720
2734
|
},
|
|
2721
2735
|
CONTRAT_APPORT_EN_NATURE: {
|
|
2722
2736
|
id: 138,
|
|
2723
|
-
name:
|
|
2737
|
+
name: 'Contrat d\'apport en nature',
|
|
2724
2738
|
isComptable: false,
|
|
2725
2739
|
isJuridique: true,
|
|
2726
2740
|
isSocial: false,
|
|
@@ -3309,7 +3323,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
3309
3323
|
},
|
|
3310
3324
|
DECLARATION_IR: {
|
|
3311
3325
|
id: 206,
|
|
3312
|
-
name:
|
|
3326
|
+
name: 'Déclaration d\'IR',
|
|
3313
3327
|
isComptable: true,
|
|
3314
3328
|
isJuridique: false,
|
|
3315
3329
|
isSocial: false,
|
|
@@ -3423,7 +3437,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
3423
3437
|
},
|
|
3424
3438
|
STATUTS_FREE: {
|
|
3425
3439
|
id: PrestationType.STATUTS_FREE,
|
|
3426
|
-
name:
|
|
3440
|
+
name: 'Statuts - Just\' Statuts',
|
|
3427
3441
|
isComptable: true,
|
|
3428
3442
|
isJuridique: true,
|
|
3429
3443
|
isSocial: false,
|
|
@@ -3442,7 +3456,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
3442
3456
|
},
|
|
3443
3457
|
STATUTS_OPTION_1: {
|
|
3444
3458
|
id: PrestationType.STATUTS_OPTION_1,
|
|
3445
|
-
name:
|
|
3459
|
+
name: 'Statuts - Just\' Création',
|
|
3446
3460
|
isComptable: true,
|
|
3447
3461
|
isJuridique: true,
|
|
3448
3462
|
isSocial: false,
|
|
@@ -3461,7 +3475,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
3461
3475
|
},
|
|
3462
3476
|
STATUTS_OPTION_2: {
|
|
3463
3477
|
id: PrestationType.STATUTS_OPTION_2,
|
|
3464
|
-
name:
|
|
3478
|
+
name: 'Statuts - Full\'Créa',
|
|
3465
3479
|
isComptable: true,
|
|
3466
3480
|
isJuridique: true,
|
|
3467
3481
|
isSocial: false,
|
|
@@ -3899,6 +3913,139 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
3899
3913
|
signaturePage: null,
|
|
3900
3914
|
point: 0,
|
|
3901
3915
|
},
|
|
3916
|
+
REPORT_REMUNERATION: {
|
|
3917
|
+
id: PrestationType.REPORT_REMUNERATION,
|
|
3918
|
+
name: 'Rapport de rémunération',
|
|
3919
|
+
isComptable: true,
|
|
3920
|
+
isJuridique: false,
|
|
3921
|
+
isSocial: false,
|
|
3922
|
+
isAttestation: true,
|
|
3923
|
+
inAverageCart: false,
|
|
3924
|
+
isBack: false,
|
|
3925
|
+
minimumPrice: null,
|
|
3926
|
+
price: null,
|
|
3927
|
+
isCatalog: true,
|
|
3928
|
+
isPlannable: true,
|
|
3929
|
+
hidden: false,
|
|
3930
|
+
isComplementary: false,
|
|
3931
|
+
signaturePosition: null,
|
|
3932
|
+
signaturePage: null,
|
|
3933
|
+
point: 50,
|
|
3934
|
+
},
|
|
3935
|
+
REPORT_NON_REMUNERATION: {
|
|
3936
|
+
id: PrestationType.REPORT_NON_REMUNERATION,
|
|
3937
|
+
name: 'Rapport de non-rémunération',
|
|
3938
|
+
isComptable: true,
|
|
3939
|
+
isJuridique: false,
|
|
3940
|
+
isSocial: false,
|
|
3941
|
+
isAttestation: true,
|
|
3942
|
+
inAverageCart: false,
|
|
3943
|
+
isBack: false,
|
|
3944
|
+
minimumPrice: null,
|
|
3945
|
+
price: null,
|
|
3946
|
+
isCatalog: true,
|
|
3947
|
+
isPlannable: true,
|
|
3948
|
+
hidden: false,
|
|
3949
|
+
isComplementary: false,
|
|
3950
|
+
signaturePosition: null,
|
|
3951
|
+
signaturePage: null,
|
|
3952
|
+
point: 50,
|
|
3953
|
+
},
|
|
3954
|
+
REPORT_CA: {
|
|
3955
|
+
id: PrestationType.REPORT_CA,
|
|
3956
|
+
name: "Rapport de chiffre d'affaires",
|
|
3957
|
+
isComptable: true,
|
|
3958
|
+
isJuridique: false,
|
|
3959
|
+
isSocial: false,
|
|
3960
|
+
isAttestation: true,
|
|
3961
|
+
inAverageCart: false,
|
|
3962
|
+
isBack: false,
|
|
3963
|
+
minimumPrice: null,
|
|
3964
|
+
price: null,
|
|
3965
|
+
isCatalog: true,
|
|
3966
|
+
isPlannable: true,
|
|
3967
|
+
hidden: false,
|
|
3968
|
+
isComplementary: false,
|
|
3969
|
+
signaturePosition: null,
|
|
3970
|
+
signaturePage: null,
|
|
3971
|
+
point: 50,
|
|
3972
|
+
},
|
|
3973
|
+
REPORT_COMPTE_COURANT: {
|
|
3974
|
+
id: PrestationType.REPORT_COMPTE_COURANT,
|
|
3975
|
+
name: 'Rapport de compte-courant',
|
|
3976
|
+
isComptable: true,
|
|
3977
|
+
isJuridique: false,
|
|
3978
|
+
isSocial: false,
|
|
3979
|
+
isAttestation: true,
|
|
3980
|
+
inAverageCart: false,
|
|
3981
|
+
isBack: false,
|
|
3982
|
+
minimumPrice: null,
|
|
3983
|
+
price: null,
|
|
3984
|
+
isCatalog: true,
|
|
3985
|
+
isPlannable: true,
|
|
3986
|
+
hidden: false,
|
|
3987
|
+
isComplementary: false,
|
|
3988
|
+
signaturePosition: null,
|
|
3989
|
+
signaturePage: null,
|
|
3990
|
+
point: 50,
|
|
3991
|
+
},
|
|
3992
|
+
REPORT_MASSE_SALARIALE: {
|
|
3993
|
+
id: PrestationType.REPORT_MASSE_SALARIALE,
|
|
3994
|
+
name: 'Rapport de masse salariale',
|
|
3995
|
+
isComptable: true,
|
|
3996
|
+
isJuridique: false,
|
|
3997
|
+
isSocial: false,
|
|
3998
|
+
isAttestation: true,
|
|
3999
|
+
inAverageCart: false,
|
|
4000
|
+
isBack: false,
|
|
4001
|
+
minimumPrice: null,
|
|
4002
|
+
price: null,
|
|
4003
|
+
isCatalog: true,
|
|
4004
|
+
isPlannable: true,
|
|
4005
|
+
hidden: false,
|
|
4006
|
+
isComplementary: false,
|
|
4007
|
+
signaturePosition: null,
|
|
4008
|
+
signaturePage: null,
|
|
4009
|
+
point: 50,
|
|
4010
|
+
},
|
|
4011
|
+
REPORT_1: {
|
|
4012
|
+
id: PrestationType.REPORT_1,
|
|
4013
|
+
name: 'Rapport',
|
|
4014
|
+
isComptable: true,
|
|
4015
|
+
isJuridique: false,
|
|
4016
|
+
isSocial: false,
|
|
4017
|
+
isAttestation: true,
|
|
4018
|
+
inAverageCart: false,
|
|
4019
|
+
isBack: false,
|
|
4020
|
+
minimumPrice: null,
|
|
4021
|
+
price: null,
|
|
4022
|
+
isCatalog: true,
|
|
4023
|
+
isPlannable: true,
|
|
4024
|
+
hidden: false,
|
|
4025
|
+
isComplementary: false,
|
|
4026
|
+
signaturePosition: null,
|
|
4027
|
+
signaturePage: null,
|
|
4028
|
+
point: 50,
|
|
4029
|
+
},
|
|
4030
|
+
REPORT_NON_REMUNERATION_RECURRENTE: {
|
|
4031
|
+
id: PrestationType.REPORT_NON_REMUNERATION_RECURRENTE,
|
|
4032
|
+
name: 'Rapport non remunération recurrente',
|
|
4033
|
+
isComptable: true,
|
|
4034
|
+
isJuridique: false,
|
|
4035
|
+
isSocial: false,
|
|
4036
|
+
isAttestation: true,
|
|
4037
|
+
inAverageCart: false,
|
|
4038
|
+
isBack: false,
|
|
4039
|
+
minimumPrice: null,
|
|
4040
|
+
price: null,
|
|
4041
|
+
isCatalog: true,
|
|
4042
|
+
isPlannable: true,
|
|
4043
|
+
hidden: false,
|
|
4044
|
+
isComplementary: false,
|
|
4045
|
+
signaturePosition: null,
|
|
4046
|
+
signaturePage: null,
|
|
4047
|
+
point: 50,
|
|
4048
|
+
},
|
|
3902
4049
|
};
|
|
3903
4050
|
|
|
3904
4051
|
export interface PrestationPermissionsType {
|
|
@@ -8,14 +8,14 @@ import {
|
|
|
8
8
|
|
|
9
9
|
export const SalesContractClementine: SaleContract[] = [
|
|
10
10
|
{
|
|
11
|
-
label:
|
|
11
|
+
label: "Page d'introduction",
|
|
12
12
|
name: 'page_intro',
|
|
13
13
|
needBgImage: true,
|
|
14
14
|
versionable: false,
|
|
15
15
|
idPrestationType: allPrestationsWithBrochure,
|
|
16
16
|
},
|
|
17
17
|
{
|
|
18
|
-
label:
|
|
18
|
+
label: "Page d'introduction 2025",
|
|
19
19
|
name: 'page_intro_2025',
|
|
20
20
|
needBgImage: true,
|
|
21
21
|
versionable: false,
|
|
@@ -267,7 +267,7 @@ export const SalesContractClementine: SaleContract[] = [
|
|
|
267
267
|
keyName: 'idPrestationCreation',
|
|
268
268
|
},
|
|
269
269
|
{
|
|
270
|
-
label:
|
|
270
|
+
label: "Forfait création société (Création d'entreprise gratuite)",
|
|
271
271
|
name: 'bloc_creation_free',
|
|
272
272
|
idPrestationType: [PrestationType.COMPTA_MICRO, PrestationType.COMPTA_MICRO_EXPRESS],
|
|
273
273
|
needBgImage: false,
|
|
@@ -297,7 +297,7 @@ export const SalesContractClementine: SaleContract[] = [
|
|
|
297
297
|
keyName: 'idPrestationJuridique',
|
|
298
298
|
},
|
|
299
299
|
{
|
|
300
|
-
label:
|
|
300
|
+
label: "Prise en charge de votre déclaration d'impôts sur le revenu",
|
|
301
301
|
name: 'bloc_tax_return',
|
|
302
302
|
needBgImage: false,
|
|
303
303
|
idPrestationType: [],
|
|
@@ -403,7 +403,7 @@ export const SalesContractClementine: SaleContract[] = [
|
|
|
403
403
|
export const SalesContractKlems: SaleContract[] = [
|
|
404
404
|
// pour les pages statiques
|
|
405
405
|
{
|
|
406
|
-
label:
|
|
406
|
+
label: "Page d'introduction",
|
|
407
407
|
name: 'page_intro',
|
|
408
408
|
needBgImage: true,
|
|
409
409
|
versionable: false,
|
|
@@ -536,7 +536,7 @@ export const SalesContractKlems: SaleContract[] = [
|
|
|
536
536
|
keyName: 'idPrestationSocial',
|
|
537
537
|
},
|
|
538
538
|
{
|
|
539
|
-
label:
|
|
539
|
+
label: "Forfait Création d'entreprise (TTC)",
|
|
540
540
|
name: 'bloc_creation_entreprise_ttc',
|
|
541
541
|
idPrestationType: [
|
|
542
542
|
PrestationType.SOCIAL,
|
|
@@ -550,7 +550,7 @@ export const SalesContractKlems: SaleContract[] = [
|
|
|
550
550
|
keyName: 'idPrestationCreation',
|
|
551
551
|
},
|
|
552
552
|
{
|
|
553
|
-
label:
|
|
553
|
+
label: "Forfait Création d'entreprise (HT)",
|
|
554
554
|
name: 'bloc_creation_entreprise_ht',
|
|
555
555
|
idPrestationType: [PrestationType.COMPTA_EI_KLEMS, PrestationType.COMPTA_EI_KLEMS_EXPRESS],
|
|
556
556
|
needBgImage: false,
|
|
@@ -304,6 +304,9 @@ export const ZoneCode = {
|
|
|
304
304
|
SARTHE: {
|
|
305
305
|
zone_code: '72',
|
|
306
306
|
},
|
|
307
|
+
VAL_D_OISE: {
|
|
308
|
+
zone_code: '95',
|
|
309
|
+
},
|
|
307
310
|
SAINT_PIERRE_ET_MIQUELON: {
|
|
308
311
|
zone_code: '975',
|
|
309
312
|
},
|
|
@@ -737,6 +740,10 @@ export const ZoneCodeList = [
|
|
|
737
740
|
id: ZoneCode.SARTHE.zone_code,
|
|
738
741
|
label: 'Sarthe',
|
|
739
742
|
},
|
|
743
|
+
{
|
|
744
|
+
id: ZoneCode.VAL_D_OISE.zone_code,
|
|
745
|
+
label: 'Val d\'oise',
|
|
746
|
+
},
|
|
740
747
|
{
|
|
741
748
|
id: ZoneCode.SAINT_PIERRE_ET_MIQUELON.zone_code,
|
|
742
749
|
label: 'Saint-Pierre-et-Miquelon',
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { DashboardBlock } from '../../Enum/DashboardBlock';
|
|
2
|
+
|
|
3
|
+
export interface IDashboardLayoutItem {
|
|
4
|
+
x: number;
|
|
5
|
+
y: number;
|
|
6
|
+
w: number;
|
|
7
|
+
h: number;
|
|
8
|
+
i: DashboardBlock;
|
|
9
|
+
metadata?: Record<string, any>;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
export interface ICreateDashboardLayoutRequest {
|
|
13
|
+
jsonLayout: IDashboardLayoutItem[];
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export interface IUpdateDashboardLayoutRequest {
|
|
17
|
+
jsonLayout: IDashboardLayoutItem[];
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
export interface IDashboardLayoutResponse {
|
|
21
|
+
id: number;
|
|
22
|
+
idUser: number;
|
|
23
|
+
idSociety: number;
|
|
24
|
+
jsonLayout: IDashboardLayoutItem[];
|
|
25
|
+
createdAt: Date;
|
|
26
|
+
updatedAt: Date;
|
|
27
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export type
|
|
1
|
+
export type ReadBalanceSheetItem = {
|
|
2
2
|
name: string;
|
|
3
3
|
total: number;
|
|
4
4
|
totalDeducted: number;
|
|
@@ -8,4 +8,6 @@ export type ReadBalanceSheetList = Array<{
|
|
|
8
8
|
description?: ReadBalanceSheetList;
|
|
9
9
|
key: string;
|
|
10
10
|
calculation?: boolean;
|
|
11
|
-
}
|
|
11
|
+
};
|
|
12
|
+
|
|
13
|
+
export type ReadBalanceSheetList = Array<ReadBalanceSheetItem>;
|
|
@@ -0,0 +1,160 @@
|
|
|
1
|
+
import { IsBoolean, IsDate, IsInt, IsOptional, IsString } from 'class-validator';
|
|
2
|
+
import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
|
|
3
|
+
import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
|
|
4
|
+
import { RequiredQueryPaginate } from '../BasePaginate';
|
|
5
|
+
|
|
6
|
+
export class QueryBalanceSheetReportPaginated extends RequiredQueryPaginate {
|
|
7
|
+
@ApiPropertyOptional()
|
|
8
|
+
@IsOptional()
|
|
9
|
+
@IsString()
|
|
10
|
+
declare search?: string;
|
|
11
|
+
|
|
12
|
+
@ApiPropertyOptional()
|
|
13
|
+
@IsOptional()
|
|
14
|
+
@IsBoolean()
|
|
15
|
+
@ToBoolean()
|
|
16
|
+
declare signed?: boolean;
|
|
17
|
+
|
|
18
|
+
@ApiPropertyOptional()
|
|
19
|
+
@IsOptional()
|
|
20
|
+
@IsInt()
|
|
21
|
+
declare factured?: number;
|
|
22
|
+
|
|
23
|
+
@ApiPropertyOptional()
|
|
24
|
+
@IsOptional()
|
|
25
|
+
@IsInt()
|
|
26
|
+
declare idSupervisor?: number;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
export class ParamsBalanceSheetReportCreate {
|
|
30
|
+
@ApiProperty()
|
|
31
|
+
@IsInt()
|
|
32
|
+
declare idSociety: number;
|
|
33
|
+
|
|
34
|
+
@ApiProperty()
|
|
35
|
+
@IsInt()
|
|
36
|
+
declare idExercice: number;
|
|
37
|
+
|
|
38
|
+
@ApiProperty()
|
|
39
|
+
@IsInt()
|
|
40
|
+
declare idPrestationList: number;
|
|
41
|
+
|
|
42
|
+
@ApiProperty()
|
|
43
|
+
@IsInt()
|
|
44
|
+
declare idSupervisor: number;
|
|
45
|
+
|
|
46
|
+
@ApiProperty()
|
|
47
|
+
@IsInt()
|
|
48
|
+
declare price: number;
|
|
49
|
+
|
|
50
|
+
@ApiProperty()
|
|
51
|
+
@IsBoolean()
|
|
52
|
+
@ToBoolean()
|
|
53
|
+
declare annoted: boolean;
|
|
54
|
+
|
|
55
|
+
@ApiProperty()
|
|
56
|
+
@IsInt()
|
|
57
|
+
declare factured: number;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
export class ParamsBalanceSheetReportGeneratePdf {
|
|
61
|
+
@ApiProperty()
|
|
62
|
+
@IsBoolean()
|
|
63
|
+
@ToBoolean()
|
|
64
|
+
declare isSigned: boolean;
|
|
65
|
+
|
|
66
|
+
@ApiPropertyOptional()
|
|
67
|
+
@IsOptional()
|
|
68
|
+
@IsString()
|
|
69
|
+
declare comment?: string;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
export class ParamsBalanceSheetReportUpdate {
|
|
73
|
+
@ApiPropertyOptional()
|
|
74
|
+
@IsOptional()
|
|
75
|
+
@IsInt()
|
|
76
|
+
declare price?: number;
|
|
77
|
+
|
|
78
|
+
@ApiPropertyOptional()
|
|
79
|
+
@IsOptional()
|
|
80
|
+
@IsInt()
|
|
81
|
+
declare idPrestationList?: number;
|
|
82
|
+
|
|
83
|
+
@ApiPropertyOptional()
|
|
84
|
+
@IsOptional()
|
|
85
|
+
@IsInt()
|
|
86
|
+
declare idExercice?: number;
|
|
87
|
+
|
|
88
|
+
@ApiPropertyOptional()
|
|
89
|
+
@IsOptional()
|
|
90
|
+
@IsInt()
|
|
91
|
+
declare idSociety?: number;
|
|
92
|
+
|
|
93
|
+
@ApiPropertyOptional()
|
|
94
|
+
@IsOptional()
|
|
95
|
+
@IsInt()
|
|
96
|
+
declare idSupervisor?: number;
|
|
97
|
+
|
|
98
|
+
@ApiPropertyOptional()
|
|
99
|
+
@IsOptional()
|
|
100
|
+
@IsInt()
|
|
101
|
+
declare idUserDemand?: number;
|
|
102
|
+
|
|
103
|
+
@ApiPropertyOptional()
|
|
104
|
+
@IsOptional()
|
|
105
|
+
@IsInt()
|
|
106
|
+
declare idPaymentExpectation?: number;
|
|
107
|
+
|
|
108
|
+
@ApiPropertyOptional()
|
|
109
|
+
@IsOptional()
|
|
110
|
+
@IsInt()
|
|
111
|
+
declare idFile?: number;
|
|
112
|
+
|
|
113
|
+
@ApiPropertyOptional()
|
|
114
|
+
@IsOptional()
|
|
115
|
+
@IsInt()
|
|
116
|
+
declare idGedFile?: number;
|
|
117
|
+
|
|
118
|
+
@ApiPropertyOptional()
|
|
119
|
+
@IsOptional()
|
|
120
|
+
@IsBoolean()
|
|
121
|
+
@ToBoolean()
|
|
122
|
+
declare annoted?: boolean;
|
|
123
|
+
|
|
124
|
+
@ApiPropertyOptional()
|
|
125
|
+
@IsOptional()
|
|
126
|
+
@IsInt()
|
|
127
|
+
declare factured?: number;
|
|
128
|
+
|
|
129
|
+
@ApiPropertyOptional()
|
|
130
|
+
@IsOptional()
|
|
131
|
+
@IsDate()
|
|
132
|
+
declare sendDate?: Date;
|
|
133
|
+
|
|
134
|
+
@ApiPropertyOptional()
|
|
135
|
+
@IsOptional()
|
|
136
|
+
@IsString()
|
|
137
|
+
declare textPdf?: string;
|
|
138
|
+
|
|
139
|
+
@ApiPropertyOptional()
|
|
140
|
+
@IsOptional()
|
|
141
|
+
@IsBoolean()
|
|
142
|
+
@ToBoolean()
|
|
143
|
+
declare isSign?: boolean;
|
|
144
|
+
|
|
145
|
+
@ApiPropertyOptional()
|
|
146
|
+
@IsOptional()
|
|
147
|
+
@IsBoolean()
|
|
148
|
+
@ToBoolean()
|
|
149
|
+
declare done?: boolean;
|
|
150
|
+
|
|
151
|
+
@ApiPropertyOptional()
|
|
152
|
+
@IsOptional()
|
|
153
|
+
@IsInt()
|
|
154
|
+
declare idMailValidation?: number;
|
|
155
|
+
|
|
156
|
+
@ApiPropertyOptional()
|
|
157
|
+
@IsOptional()
|
|
158
|
+
@IsInt()
|
|
159
|
+
declare idMailPayment?: number;
|
|
160
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AnyCerfa2033Century, ApiProperty, EcfDetails } from '../../../..';
|
|
1
|
+
import { AnyCerfa2033Century, AnyCerfa2050Century, ApiProperty, EcfDetails } from '../../../..';
|
|
2
2
|
import { CerfaAddress, Accountant, ViewerDetails, CouncilDetails, Termination } from './ReadCerfa';
|
|
3
3
|
|
|
4
4
|
export class ParamsGenerate2031 {
|
|
@@ -543,7 +543,8 @@ export type Prepare2031Params = {
|
|
|
543
543
|
idUser: number;
|
|
544
544
|
values: {
|
|
545
545
|
cerfa2031: Cerfa2031 | Cerfa2031_2024;
|
|
546
|
-
cerfa2033
|
|
546
|
+
cerfa2033?: AnyCerfa2033Century;
|
|
547
|
+
cerfa2050?: AnyCerfa2050Century;
|
|
547
548
|
};
|
|
548
549
|
};
|
|
549
550
|
|