@silexpert/core 1.3.157 → 1.3.158-1
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/ExercicePrestation.d.ts +6 -0
- package/dist/cjs/api/resources/ExercicePrestation.d.ts.map +1 -1
- package/dist/cjs/api/resources/ExercicePrestation.js +8 -0
- package/dist/cjs/api/resources/ExercicePrestation.js.map +1 -1
- package/dist/cjs/api/resources/Mfa.d.ts +19 -0
- package/dist/cjs/api/resources/Mfa.d.ts.map +1 -0
- package/dist/cjs/api/resources/Mfa.js +27 -0
- package/dist/cjs/api/resources/Mfa.js.map +1 -0
- package/dist/cjs/api/resources/Report.d.ts +1 -0
- package/dist/cjs/api/resources/Report.d.ts.map +1 -1
- package/dist/cjs/api/resources/Report.js +3 -0
- package/dist/cjs/api/resources/Report.js.map +1 -1
- package/dist/cjs/api/resources/ReportHistory.d.ts +13 -0
- package/dist/cjs/api/resources/ReportHistory.d.ts.map +1 -0
- package/dist/cjs/api/resources/ReportHistory.js +18 -0
- package/dist/cjs/api/resources/ReportHistory.js.map +1 -0
- package/dist/cjs/api/resources.d.ts +4 -0
- package/dist/cjs/api/resources.d.ts.map +1 -1
- package/dist/cjs/api/resources.js +4 -0
- package/dist/cjs/api/resources.js.map +1 -1
- package/dist/cjs/types/Enum/Card.d.ts +7 -1
- package/dist/cjs/types/Enum/Card.d.ts.map +1 -1
- package/dist/cjs/types/Enum/Card.js +7 -0
- package/dist/cjs/types/Enum/Card.js.map +1 -1
- package/dist/cjs/types/Enum/PrestationType.js +16 -16
- package/dist/cjs/types/Enum/PrestationType.js.map +1 -1
- package/dist/cjs/types/Enum/Proceding.d.ts +8 -0
- package/dist/cjs/types/Enum/Proceding.d.ts.map +1 -1
- package/dist/cjs/types/Enum/Proceding.js +10 -2
- package/dist/cjs/types/Enum/Proceding.js.map +1 -1
- package/dist/cjs/types/Enum/ReportSource.d.ts +12 -0
- package/dist/cjs/types/Enum/ReportSource.d.ts.map +1 -0
- package/dist/cjs/types/Enum/ReportSource.js +24 -0
- package/dist/cjs/types/Enum/ReportSource.js.map +1 -0
- package/dist/cjs/types/Enum/Revenue.d.ts +6 -0
- package/dist/cjs/types/Enum/Revenue.d.ts.map +1 -1
- package/dist/cjs/types/Enum/Revenue.js +9 -0
- package/dist/cjs/types/Enum/Revenue.js.map +1 -1
- package/dist/cjs/types/Interface/api/authentification/AuthenticationResponse.d.ts +7 -0
- package/dist/cjs/types/Interface/api/authentification/AuthenticationResponse.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/authentification/AuthenticationResponse.js +3 -0
- package/dist/cjs/types/Interface/api/authentification/AuthenticationResponse.js.map +1 -0
- package/dist/cjs/types/Interface/api/card/Query.d.ts +3 -0
- package/dist/cjs/types/Interface/api/card/Query.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/card/Query.js +10 -1
- package/dist/cjs/types/Interface/api/card/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/mfa/DisableMfa.d.ts +4 -0
- package/dist/cjs/types/Interface/api/mfa/DisableMfa.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/mfa/DisableMfa.js +22 -0
- package/dist/cjs/types/Interface/api/mfa/DisableMfa.js.map +1 -0
- package/dist/cjs/types/Interface/api/mfa/SetupInit.d.ts +5 -0
- package/dist/cjs/types/Interface/api/mfa/SetupInit.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/mfa/SetupInit.js +27 -0
- package/dist/cjs/types/Interface/api/mfa/SetupInit.js.map +1 -0
- package/dist/cjs/types/Interface/api/mfa/SetupVerify.d.ts +5 -0
- package/dist/cjs/types/Interface/api/mfa/SetupVerify.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/mfa/SetupVerify.js +27 -0
- package/dist/cjs/types/Interface/api/mfa/SetupVerify.js.map +1 -0
- package/dist/cjs/types/Interface/api/mfa/VerifyCode.d.ts +5 -0
- package/dist/cjs/types/Interface/api/mfa/VerifyCode.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/mfa/VerifyCode.js +27 -0
- package/dist/cjs/types/Interface/api/mfa/VerifyCode.js.map +1 -0
- package/dist/cjs/types/Interface/api/mfa/VerifyRecoveryCode.d.ts +5 -0
- package/dist/cjs/types/Interface/api/mfa/VerifyRecoveryCode.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/mfa/VerifyRecoveryCode.js +27 -0
- package/dist/cjs/types/Interface/api/mfa/VerifyRecoveryCode.js.map +1 -0
- package/dist/cjs/types/Interface/api/mfa/mfa.d.ts +19 -0
- package/dist/cjs/types/Interface/api/mfa/mfa.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/mfa/mfa.js +3 -0
- package/dist/cjs/types/Interface/api/mfa/mfa.js.map +1 -0
- package/dist/cjs/types/Interface/api/report/CreateReport.d.ts +1 -1
- package/dist/cjs/types/Interface/api/report/CreateReport.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/report/CreateReport.js +2 -2
- package/dist/cjs/types/Interface/api/report/CreateReport.js.map +1 -1
- package/dist/cjs/types/Interface/api/report/ExternalReport.d.ts +1 -1
- package/dist/cjs/types/Interface/api/report/ExternalReport.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/report/ExternalReport.js +5 -5
- package/dist/cjs/types/Interface/api/report/ExternalReport.js.map +1 -1
- package/dist/cjs/types/Interface/api/report/QueryReports.d.ts +1 -1
- package/dist/cjs/types/Interface/api/report/QueryReports.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/report/QueryReports.js +1 -1
- package/dist/cjs/types/Interface/api/report/QueryReports.js.map +1 -1
- package/dist/cjs/types/Interface/api/report/QueryReportsForLetter.d.ts +1 -1
- package/dist/cjs/types/Interface/api/report/QueryReportsForLetter.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/report/QueryReportsForLetter.js +4 -3
- package/dist/cjs/types/Interface/api/report/QueryReportsForLetter.js.map +1 -1
- package/dist/cjs/types/Interface/api/report/UpdateReport.d.ts +0 -1
- package/dist/cjs/types/Interface/api/report/UpdateReport.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/report/UpdateReport.js.map +1 -1
- package/dist/cjs/types/Interface/api/reportHistory/Query.d.ts +4 -0
- package/dist/cjs/types/Interface/api/reportHistory/Query.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/reportHistory/Query.js +23 -0
- package/dist/cjs/types/Interface/api/reportHistory/Query.js.map +1 -0
- package/dist/cjs/types/Interface/api/revenueMovement.d.ts +37 -0
- package/dist/cjs/types/Interface/api/revenueMovement.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/revenueMovement.js.map +1 -1
- package/dist/cjs/types/Interface/api/revenueSnapshotGenerate.d.ts +4 -0
- package/dist/cjs/types/Interface/api/revenueSnapshotGenerate.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/revenueSnapshotGenerate.js +23 -1
- package/dist/cjs/types/Interface/api/revenueSnapshotGenerate.js.map +1 -1
- package/dist/cjs/types/Interface/models/IReport.d.ts +7 -1
- package/dist/cjs/types/Interface/models/IReport.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/IReport.js.map +1 -1
- package/dist/cjs/types/Interface/models/IReportHistory.d.ts +19 -0
- package/dist/cjs/types/Interface/models/IReportHistory.d.ts.map +1 -0
- package/dist/cjs/types/Interface/models/IReportHistory.js +3 -0
- package/dist/cjs/types/Interface/models/IReportHistory.js.map +1 -0
- package/dist/cjs/types/Interface/models/IRevenueMovement.d.ts +3 -1
- package/dist/cjs/types/Interface/models/IRevenueMovement.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/IRevenueMovement.js.map +1 -1
- package/dist/cjs/types/Interface/models/IUser.d.ts +1 -0
- package/dist/cjs/types/Interface/models/IUser.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/IUser.js.map +1 -1
- package/dist/cjs/types/Interface/models/IUserMfa.d.ts +12 -0
- package/dist/cjs/types/Interface/models/IUserMfa.d.ts.map +1 -0
- package/dist/cjs/types/Interface/models/IUserMfa.js +3 -0
- package/dist/cjs/types/Interface/models/IUserMfa.js.map +1 -0
- package/dist/cjs/types/Interface/models/IUserMfaRecoveryCode.d.ts +9 -0
- package/dist/cjs/types/Interface/models/IUserMfaRecoveryCode.d.ts.map +1 -0
- package/dist/cjs/types/Interface/models/IUserMfaRecoveryCode.js +3 -0
- package/dist/cjs/types/Interface/models/IUserMfaRecoveryCode.js.map +1 -0
- package/dist/cjs/types/index.d.ts +4 -0
- package/dist/cjs/types/index.d.ts.map +1 -1
- package/dist/cjs/types/index.js +4 -0
- package/dist/cjs/types/index.js.map +1 -1
- package/dist/cjs/utils/checkup.d.ts +20 -0
- package/dist/cjs/utils/checkup.d.ts.map +1 -1
- package/dist/cjs/utils/checkup.js +20 -17
- package/dist/cjs/utils/checkup.js.map +1 -1
- package/dist/cjs/utils/documents.d.ts.map +1 -1
- package/dist/cjs/utils/documents.js +6 -0
- package/dist/cjs/utils/documents.js.map +1 -1
- package/dist/mjs/api/resources/ExercicePrestation.d.ts +6 -0
- package/dist/mjs/api/resources/ExercicePrestation.d.ts.map +1 -1
- package/dist/mjs/api/resources/ExercicePrestation.js +8 -0
- package/dist/mjs/api/resources/ExercicePrestation.js.map +1 -1
- package/dist/mjs/api/resources/Mfa.d.ts +19 -0
- package/dist/mjs/api/resources/Mfa.d.ts.map +1 -0
- package/dist/mjs/api/resources/Mfa.js +23 -0
- package/dist/mjs/api/resources/Mfa.js.map +1 -0
- package/dist/mjs/api/resources/Report.d.ts +1 -0
- package/dist/mjs/api/resources/Report.d.ts.map +1 -1
- package/dist/mjs/api/resources/Report.js +5 -0
- package/dist/mjs/api/resources/Report.js.map +1 -1
- package/dist/mjs/api/resources/ReportHistory.d.ts +13 -0
- package/dist/mjs/api/resources/ReportHistory.d.ts.map +1 -0
- package/dist/mjs/api/resources/ReportHistory.js +17 -0
- package/dist/mjs/api/resources/ReportHistory.js.map +1 -0
- package/dist/mjs/api/resources.d.ts +4 -0
- package/dist/mjs/api/resources.d.ts.map +1 -1
- package/dist/mjs/api/resources.js +4 -0
- package/dist/mjs/api/resources.js.map +1 -1
- package/dist/mjs/types/Enum/Card.d.ts +7 -1
- package/dist/mjs/types/Enum/Card.d.ts.map +1 -1
- package/dist/mjs/types/Enum/Card.js +7 -0
- package/dist/mjs/types/Enum/Card.js.map +1 -1
- package/dist/mjs/types/Enum/PrestationType.js +16 -16
- package/dist/mjs/types/Enum/PrestationType.js.map +1 -1
- package/dist/mjs/types/Enum/Proceding.d.ts +8 -0
- package/dist/mjs/types/Enum/Proceding.d.ts.map +1 -1
- package/dist/mjs/types/Enum/Proceding.js +10 -2
- package/dist/mjs/types/Enum/Proceding.js.map +1 -1
- package/dist/mjs/types/Enum/ReportSource.d.ts +12 -0
- package/dist/mjs/types/Enum/ReportSource.d.ts.map +1 -0
- package/dist/mjs/types/Enum/ReportSource.js +21 -0
- package/dist/mjs/types/Enum/ReportSource.js.map +1 -0
- package/dist/mjs/types/Enum/Revenue.d.ts +6 -0
- package/dist/mjs/types/Enum/Revenue.d.ts.map +1 -1
- package/dist/mjs/types/Enum/Revenue.js +8 -0
- package/dist/mjs/types/Enum/Revenue.js.map +1 -1
- package/dist/mjs/types/Interface/api/authentification/AuthenticationResponse.d.ts +7 -0
- package/dist/mjs/types/Interface/api/authentification/AuthenticationResponse.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/authentification/AuthenticationResponse.js +2 -0
- package/dist/mjs/types/Interface/api/authentification/AuthenticationResponse.js.map +1 -0
- package/dist/mjs/types/Interface/api/card/Query.d.ts +3 -0
- package/dist/mjs/types/Interface/api/card/Query.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/card/Query.js +10 -2
- package/dist/mjs/types/Interface/api/card/Query.js.map +1 -1
- package/dist/mjs/types/Interface/api/mfa/DisableMfa.d.ts +4 -0
- package/dist/mjs/types/Interface/api/mfa/DisableMfa.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/mfa/DisableMfa.js +19 -0
- package/dist/mjs/types/Interface/api/mfa/DisableMfa.js.map +1 -0
- package/dist/mjs/types/Interface/api/mfa/SetupInit.d.ts +5 -0
- package/dist/mjs/types/Interface/api/mfa/SetupInit.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/mfa/SetupInit.js +25 -0
- package/dist/mjs/types/Interface/api/mfa/SetupInit.js.map +1 -0
- package/dist/mjs/types/Interface/api/mfa/SetupVerify.d.ts +5 -0
- package/dist/mjs/types/Interface/api/mfa/SetupVerify.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/mfa/SetupVerify.js +25 -0
- package/dist/mjs/types/Interface/api/mfa/SetupVerify.js.map +1 -0
- package/dist/mjs/types/Interface/api/mfa/VerifyCode.d.ts +5 -0
- package/dist/mjs/types/Interface/api/mfa/VerifyCode.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/mfa/VerifyCode.js +25 -0
- package/dist/mjs/types/Interface/api/mfa/VerifyCode.js.map +1 -0
- package/dist/mjs/types/Interface/api/mfa/VerifyRecoveryCode.d.ts +5 -0
- package/dist/mjs/types/Interface/api/mfa/VerifyRecoveryCode.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/mfa/VerifyRecoveryCode.js +25 -0
- package/dist/mjs/types/Interface/api/mfa/VerifyRecoveryCode.js.map +1 -0
- package/dist/mjs/types/Interface/api/mfa/mfa.d.ts +19 -0
- package/dist/mjs/types/Interface/api/mfa/mfa.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/mfa/mfa.js +2 -0
- package/dist/mjs/types/Interface/api/mfa/mfa.js.map +1 -0
- package/dist/mjs/types/Interface/api/report/CreateReport.d.ts +1 -1
- package/dist/mjs/types/Interface/api/report/CreateReport.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/report/CreateReport.js +2 -2
- package/dist/mjs/types/Interface/api/report/CreateReport.js.map +1 -1
- package/dist/mjs/types/Interface/api/report/ExternalReport.d.ts +1 -1
- package/dist/mjs/types/Interface/api/report/ExternalReport.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/report/ExternalReport.js +7 -5
- package/dist/mjs/types/Interface/api/report/ExternalReport.js.map +1 -1
- package/dist/mjs/types/Interface/api/report/QueryReports.d.ts +1 -1
- package/dist/mjs/types/Interface/api/report/QueryReports.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/report/QueryReports.js +1 -1
- package/dist/mjs/types/Interface/api/report/QueryReports.js.map +1 -1
- package/dist/mjs/types/Interface/api/report/QueryReportsForLetter.d.ts +1 -1
- package/dist/mjs/types/Interface/api/report/QueryReportsForLetter.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/report/QueryReportsForLetter.js +5 -3
- package/dist/mjs/types/Interface/api/report/QueryReportsForLetter.js.map +1 -1
- package/dist/mjs/types/Interface/api/report/UpdateReport.d.ts +0 -1
- package/dist/mjs/types/Interface/api/report/UpdateReport.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/report/UpdateReport.js.map +1 -1
- package/dist/mjs/types/Interface/api/reportHistory/Query.d.ts +4 -0
- package/dist/mjs/types/Interface/api/reportHistory/Query.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/reportHistory/Query.js +20 -0
- package/dist/mjs/types/Interface/api/reportHistory/Query.js.map +1 -0
- package/dist/mjs/types/Interface/api/revenueMovement.d.ts +37 -0
- package/dist/mjs/types/Interface/api/revenueMovement.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/revenueMovement.js.map +1 -1
- package/dist/mjs/types/Interface/api/revenueSnapshotGenerate.d.ts +4 -0
- package/dist/mjs/types/Interface/api/revenueSnapshotGenerate.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/revenueSnapshotGenerate.js +23 -0
- package/dist/mjs/types/Interface/api/revenueSnapshotGenerate.js.map +1 -1
- package/dist/mjs/types/Interface/models/IReport.d.ts +7 -1
- package/dist/mjs/types/Interface/models/IReport.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/IReport.js.map +1 -1
- package/dist/mjs/types/Interface/models/IReportHistory.d.ts +19 -0
- package/dist/mjs/types/Interface/models/IReportHistory.d.ts.map +1 -0
- package/dist/mjs/types/Interface/models/IReportHistory.js +2 -0
- package/dist/mjs/types/Interface/models/IReportHistory.js.map +1 -0
- package/dist/mjs/types/Interface/models/IRevenueMovement.d.ts +3 -1
- package/dist/mjs/types/Interface/models/IRevenueMovement.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/IRevenueMovement.js.map +1 -1
- package/dist/mjs/types/Interface/models/IUser.d.ts +1 -0
- package/dist/mjs/types/Interface/models/IUser.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/IUser.js.map +1 -1
- package/dist/mjs/types/Interface/models/IUserMfa.d.ts +12 -0
- package/dist/mjs/types/Interface/models/IUserMfa.d.ts.map +1 -0
- package/dist/mjs/types/Interface/models/IUserMfa.js +2 -0
- package/dist/mjs/types/Interface/models/IUserMfa.js.map +1 -0
- package/dist/mjs/types/Interface/models/IUserMfaRecoveryCode.d.ts +9 -0
- package/dist/mjs/types/Interface/models/IUserMfaRecoveryCode.d.ts.map +1 -0
- package/dist/mjs/types/Interface/models/IUserMfaRecoveryCode.js +2 -0
- package/dist/mjs/types/Interface/models/IUserMfaRecoveryCode.js.map +1 -0
- package/dist/mjs/types/index.d.ts +4 -0
- package/dist/mjs/types/index.d.ts.map +1 -1
- package/dist/mjs/types/index.js +4 -0
- package/dist/mjs/types/index.js.map +1 -1
- package/dist/mjs/utils/checkup.d.ts +20 -0
- package/dist/mjs/utils/checkup.d.ts.map +1 -1
- package/dist/mjs/utils/checkup.js +20 -17
- package/dist/mjs/utils/checkup.js.map +1 -1
- package/dist/mjs/utils/documents.d.ts.map +1 -1
- package/dist/mjs/utils/documents.js +6 -0
- package/dist/mjs/utils/documents.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/ExercicePrestation.ts +9 -0
- package/ts/api/resources/Mfa.ts +29 -0
- package/ts/api/resources/Report.ts +5 -0
- package/ts/api/resources/ReportHistory.ts +18 -0
- package/ts/api/resources.ts +4 -0
- package/ts/types/Enum/Card.ts +7 -0
- package/ts/types/Enum/PrestationType.ts +16 -16
- package/ts/types/Enum/Proceding.ts +10 -2
- package/ts/types/Enum/ReportSource.ts +25 -0
- package/ts/types/Enum/Revenue.ts +18 -9
- package/ts/types/Interface/api/authentification/AuthenticationResponse.ts +6 -0
- package/ts/types/Interface/api/card/Query.ts +9 -2
- package/ts/types/Interface/api/mfa/DisableMfa.ts +7 -0
- package/ts/types/Interface/api/mfa/SetupInit.ts +11 -0
- package/ts/types/Interface/api/mfa/SetupVerify.ts +11 -0
- package/ts/types/Interface/api/mfa/VerifyCode.ts +11 -0
- package/ts/types/Interface/api/mfa/VerifyRecoveryCode.ts +11 -0
- package/ts/types/Interface/api/mfa/mfa.ts +21 -0
- package/ts/types/Interface/api/report/CreateReport.ts +2 -2
- package/ts/types/Interface/api/report/ExternalReport.ts +4 -4
- package/ts/types/Interface/api/report/QueryReports.ts +1 -1
- package/ts/types/Interface/api/report/QueryReportsForLetter.ts +2 -2
- package/ts/types/Interface/api/report/UpdateReport.ts +0 -1
- package/ts/types/Interface/api/reportHistory/Query.ts +8 -0
- package/ts/types/Interface/api/revenueMovement.ts +39 -0
- package/ts/types/Interface/api/revenueSnapshotGenerate.ts +19 -0
- package/ts/types/Interface/models/IReport.ts +7 -1
- package/ts/types/Interface/models/IReportHistory.ts +22 -0
- package/ts/types/Interface/models/IRevenueMovement.ts +4 -1
- package/ts/types/Interface/models/IUser.ts +1 -0
- package/ts/types/Interface/models/IUserMfa.ts +11 -0
- package/ts/types/Interface/models/IUserMfaRecoveryCode.ts +8 -0
- package/ts/types/index.ts +4 -0
- package/ts/utils/checkup.ts +20 -17
- package/ts/utils/documents.ts +7 -0
package/ts/utils/checkup.ts
CHANGED
|
@@ -35,7 +35,7 @@ export const getCheckupDetailForm = (
|
|
|
35
35
|
|
|
36
36
|
return [
|
|
37
37
|
{
|
|
38
|
-
name:
|
|
38
|
+
name: "Découverte de l'entreprise",
|
|
39
39
|
questions: [
|
|
40
40
|
{
|
|
41
41
|
value: 'detailActivity',
|
|
@@ -75,7 +75,7 @@ export const getCheckupDetailForm = (
|
|
|
75
75
|
},
|
|
76
76
|
{
|
|
77
77
|
component: 'FormInputSelect',
|
|
78
|
-
text:
|
|
78
|
+
text: "Combien d'associés êtes-vous ?",
|
|
79
79
|
// lg: 4,
|
|
80
80
|
value: 'nbAssociates',
|
|
81
81
|
meta: {
|
|
@@ -86,7 +86,7 @@ export const getCheckupDetailForm = (
|
|
|
86
86
|
},
|
|
87
87
|
{
|
|
88
88
|
component: 'FormInputSelect',
|
|
89
|
-
text:
|
|
89
|
+
text: "Combien d'associés travaillent dans la société ?",
|
|
90
90
|
// lg: 4,
|
|
91
91
|
value: 'nbAssociatesInCompany',
|
|
92
92
|
meta: {
|
|
@@ -187,7 +187,7 @@ export const getCheckupDetailForm = (
|
|
|
187
187
|
},
|
|
188
188
|
{
|
|
189
189
|
component: 'FormInputSelect',
|
|
190
|
-
text:
|
|
190
|
+
text: "Votre structure a-t-elle des participations dans d'autres sociétés ?",
|
|
191
191
|
value: 'interestOtherCompanies',
|
|
192
192
|
meta: {
|
|
193
193
|
// eslint-disable-next-line @typescript-eslint/no-unsafe-return
|
|
@@ -287,12 +287,15 @@ export const getCheckupDetailForm = (
|
|
|
287
287
|
text: 'Quels sont les modes de réglements dont vous disposez ?',
|
|
288
288
|
value: 'collectionSystem',
|
|
289
289
|
meta: {
|
|
290
|
+
multiple: true,
|
|
290
291
|
items: [
|
|
291
292
|
//TODO: ajouter PayPal et Stripe ?
|
|
292
293
|
{ text: 'Chèque', value: 'cheque' },
|
|
293
294
|
{ text: 'Espèce', value: 'espece' },
|
|
294
295
|
{ text: 'Intermédiaire', value: 'intermediaire' },
|
|
295
296
|
{ text: 'Virement', value: 'virement' },
|
|
297
|
+
{ text: 'Prélèvement automatique', value: 'prelevement' },
|
|
298
|
+
{ text: 'Carte bancaire', value: 'carte bancaire' },
|
|
296
299
|
],
|
|
297
300
|
hideDetails: true,
|
|
298
301
|
},
|
|
@@ -317,7 +320,7 @@ export const getCheckupDetailForm = (
|
|
|
317
320
|
],
|
|
318
321
|
},
|
|
319
322
|
{
|
|
320
|
-
name:
|
|
323
|
+
name: "Création d'entreprise",
|
|
321
324
|
display: isSocietyCreationCompute === true,
|
|
322
325
|
questions: [
|
|
323
326
|
{
|
|
@@ -360,7 +363,7 @@ export const getCheckupDetailForm = (
|
|
|
360
363
|
},
|
|
361
364
|
{
|
|
362
365
|
component: 'FormInputSelect', //'FormInputRadio',
|
|
363
|
-
text:
|
|
366
|
+
text: "Avez-vous bénéficié d'une rupture conventionnelle ou du versement d'une indemnité de licenciement dans le cadre de votre installation ?",
|
|
364
367
|
value: 'indemnite',
|
|
365
368
|
required: false,
|
|
366
369
|
meta: {
|
|
@@ -370,7 +373,7 @@ export const getCheckupDetailForm = (
|
|
|
370
373
|
},
|
|
371
374
|
{
|
|
372
375
|
component: 'FormInputSelect', //'FormInputRadio',
|
|
373
|
-
text:
|
|
376
|
+
text: "Bénéficiez vous de l'aide de Pôle Emploi ?",
|
|
374
377
|
value: 'poleEmploiAid',
|
|
375
378
|
required: false,
|
|
376
379
|
meta: {
|
|
@@ -392,7 +395,7 @@ export const getCheckupDetailForm = (
|
|
|
392
395
|
},
|
|
393
396
|
{
|
|
394
397
|
component: 'FormInputSelect', //'FormInputRadio',
|
|
395
|
-
text:
|
|
398
|
+
text: "Avez-vous bénéficié d'un prêt d'honneur ?",
|
|
396
399
|
value: 'honorLoan',
|
|
397
400
|
required: false,
|
|
398
401
|
meta: {
|
|
@@ -403,7 +406,7 @@ export const getCheckupDetailForm = (
|
|
|
403
406
|
},
|
|
404
407
|
{
|
|
405
408
|
component: 'FormInputText',
|
|
406
|
-
text:
|
|
409
|
+
text: "Si oui, quel est le montant du prêt d'honneur ?",
|
|
407
410
|
value: 'honorLoanAmount',
|
|
408
411
|
type: 'number',
|
|
409
412
|
required: false,
|
|
@@ -416,7 +419,7 @@ export const getCheckupDetailForm = (
|
|
|
416
419
|
},
|
|
417
420
|
{
|
|
418
421
|
component: 'FormInputSelect', //'FormInputRadio',
|
|
419
|
-
text:
|
|
422
|
+
text: "Allez-vous travailler à l'international ? (import ou export)",
|
|
420
423
|
value: 'workInternationnal',
|
|
421
424
|
required: false,
|
|
422
425
|
meta: {
|
|
@@ -452,7 +455,7 @@ export const getCheckupDetailForm = (
|
|
|
452
455
|
{
|
|
453
456
|
//TODO: champ à créer
|
|
454
457
|
component: 'FormInputSelect',
|
|
455
|
-
text:
|
|
458
|
+
text: "Quels sont vos types d'apport ?",
|
|
456
459
|
value: 'contributionTypes',
|
|
457
460
|
meta: {
|
|
458
461
|
multiple: true,
|
|
@@ -467,7 +470,7 @@ export const getCheckupDetailForm = (
|
|
|
467
470
|
},
|
|
468
471
|
{
|
|
469
472
|
component: 'FormInputText',
|
|
470
|
-
text:
|
|
473
|
+
text: "Chiffre d'affaires Prévisionnel ?",
|
|
471
474
|
value: 'previsionCa',
|
|
472
475
|
meta: {
|
|
473
476
|
suffix: '€',
|
|
@@ -521,7 +524,7 @@ export const getCheckupDetailForm = (
|
|
|
521
524
|
},
|
|
522
525
|
{
|
|
523
526
|
component: 'FormInputSelect', //'FormInputRadio',
|
|
524
|
-
text:
|
|
527
|
+
text: "Avez-vous des projets d'investissement à court ou moyen terme ?",
|
|
525
528
|
value: 'investissementCTMT',
|
|
526
529
|
meta: {
|
|
527
530
|
items: SelectYesNoStatementBool.map((i) => ({ ...i, value: i.value.toString() })),
|
|
@@ -553,7 +556,7 @@ export const getCheckupDetailForm = (
|
|
|
553
556
|
{
|
|
554
557
|
//TODO: champ à créer
|
|
555
558
|
component: 'FormInputSelect',
|
|
556
|
-
text:
|
|
559
|
+
text: "Quel(s) est/sont le(s) motif(s) de votre changement d'Expert-Comptable ?",
|
|
557
560
|
value: 'listReasonsWhyChangingEC',
|
|
558
561
|
meta: {
|
|
559
562
|
multiple: true,
|
|
@@ -573,7 +576,7 @@ export const getCheckupDetailForm = (
|
|
|
573
576
|
],
|
|
574
577
|
},
|
|
575
578
|
{
|
|
576
|
-
name:
|
|
579
|
+
name: "Découverte chef d'entreprise",
|
|
577
580
|
questions: [
|
|
578
581
|
{
|
|
579
582
|
component: 'FormInputSelect', //'FormInputRadio',
|
|
@@ -608,7 +611,7 @@ export const getCheckupDetailForm = (
|
|
|
608
611
|
},
|
|
609
612
|
{
|
|
610
613
|
component: 'FormInputSelect', //'FormInputRadio',
|
|
611
|
-
text:
|
|
614
|
+
text: "Avez-vous des participations dans d'autres sociétés ?",
|
|
612
615
|
value: 'participationsInOtherSociety',
|
|
613
616
|
meta: {
|
|
614
617
|
items: SelectYesNoStatementBool.map((i) => ({ ...i, value: i.value.toString() })),
|
|
@@ -661,7 +664,7 @@ export const getCheckupDetailForm = (
|
|
|
661
664
|
{
|
|
662
665
|
//TODO: champ à créer
|
|
663
666
|
component: 'FormInputSelect',
|
|
664
|
-
text:
|
|
667
|
+
text: "Quelle est votre fonction dans l'entreprise ?",
|
|
665
668
|
value: 'listQualities',
|
|
666
669
|
meta: {
|
|
667
670
|
multiple: true,
|
package/ts/utils/documents.ts
CHANGED
|
@@ -9,6 +9,13 @@ const requiredListDocs = (params: RequiredDocsType): GedFileType[] => {
|
|
|
9
9
|
const { dontHaveOldExpert, recoveryDate } = oldExpertInfo || {};
|
|
10
10
|
const { idLegalForm, dateOfRegistration } = society || {};
|
|
11
11
|
|
|
12
|
+
// Ceci est un hack pour forcer le retour de doc pour la création en ligne
|
|
13
|
+
// Ce cas de figure arrive pour un lead qui stipule qu'il est en création
|
|
14
|
+
// mais n'a pas renseigné de status juridique
|
|
15
|
+
if (isCreation && !idLegalForm) {
|
|
16
|
+
return [GedFileType.IDENTITY_CARD, GedFileType.PERSONNAL_RIB, GedFileType.PLAQUETTE];
|
|
17
|
+
}
|
|
18
|
+
|
|
12
19
|
if (!idLegalForm) return [];
|
|
13
20
|
|
|
14
21
|
if (isConsultingHour) {
|