@silexpert/core 1.1.205 → 1.1.207
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/Authenticate.d.ts +2 -1
- package/dist/cjs/api/resources/Authenticate.d.ts.map +1 -1
- package/dist/cjs/api/resources/Authenticate.js +5 -0
- package/dist/cjs/api/resources/Authenticate.js.map +1 -1
- package/dist/cjs/api/resources/CalendarEvent.d.ts +1 -0
- package/dist/cjs/api/resources/CalendarEvent.d.ts.map +1 -1
- package/dist/cjs/api/resources/CalendarEvent.js +11 -8
- package/dist/cjs/api/resources/CalendarEvent.js.map +1 -1
- package/dist/cjs/api/resources/ExerciceQuestion.d.ts +1 -2
- package/dist/cjs/api/resources/ExerciceQuestion.d.ts.map +1 -1
- package/dist/cjs/api/resources/ExerciceQuestion.js +2 -5
- package/dist/cjs/api/resources/ExerciceQuestion.js.map +1 -1
- package/dist/cjs/api/resources/Journal.js +1 -1
- package/dist/cjs/api/resources/Journal.js.map +1 -1
- package/dist/cjs/api/resources/ReportMessage.d.ts +47 -0
- package/dist/cjs/api/resources/ReportMessage.d.ts.map +1 -0
- package/dist/cjs/api/resources/ReportMessage.js +59 -0
- package/dist/cjs/api/resources/ReportMessage.js.map +1 -0
- package/dist/cjs/api/resources/StatutsGeneration.d.ts +2 -2
- package/dist/cjs/api/resources/StatutsGeneration.d.ts.map +1 -1
- package/dist/cjs/api/resources/StatutsGeneration.js +2 -2
- package/dist/cjs/api/resources/StatutsGeneration.js.map +1 -1
- package/dist/cjs/api/resources/User.d.ts +4 -1
- package/dist/cjs/api/resources/User.d.ts.map +1 -1
- package/dist/cjs/api/resources/User.js +3 -0
- package/dist/cjs/api/resources/User.js.map +1 -1
- package/dist/cjs/api/resources/WorkingSchedule.d.ts +2 -2
- package/dist/cjs/api/resources/WorkingSchedule.d.ts.map +1 -1
- package/dist/cjs/api/resources/WorkingSchedule.js.map +1 -1
- package/dist/cjs/api/resources.d.ts +2 -0
- package/dist/cjs/api/resources.d.ts.map +1 -1
- package/dist/cjs/api/resources.js +2 -0
- package/dist/cjs/api/resources.js.map +1 -1
- package/dist/cjs/types/Enum/BalanceSheetQuestionWording.d.ts +5 -0
- package/dist/cjs/types/Enum/BalanceSheetQuestionWording.d.ts.map +1 -1
- package/dist/cjs/types/Enum/BalanceSheetQuestionWording.js +5 -0
- package/dist/cjs/types/Enum/BalanceSheetQuestionWording.js.map +1 -1
- package/dist/cjs/types/Enum/BrandClementine.js +1 -1
- package/dist/cjs/types/Enum/BrandClementine.js.map +1 -1
- package/dist/cjs/types/Enum/BrandLegalstart.js +1 -1
- package/dist/cjs/types/Enum/BrandLegalstart.js.map +1 -1
- package/dist/cjs/types/Enum/BrandPourcentage.js +2 -2
- package/dist/cjs/types/Enum/BrandPourcentage.js.map +1 -1
- package/dist/cjs/types/Enum/Constants.d.ts +24 -0
- package/dist/cjs/types/Enum/Constants.d.ts.map +1 -0
- package/dist/cjs/types/Enum/Constants.js +35 -0
- package/dist/cjs/types/Enum/Constants.js.map +1 -0
- package/dist/cjs/types/Enum/DepositDocumentType.d.ts.map +1 -1
- package/dist/cjs/types/Enum/DepositDocumentType.js +57 -6
- package/dist/cjs/types/Enum/DepositDocumentType.js.map +1 -1
- package/dist/cjs/types/Enum/Ged.d.ts +23 -3
- package/dist/cjs/types/Enum/Ged.d.ts.map +1 -1
- package/dist/cjs/types/Enum/Ged.js +36 -1
- package/dist/cjs/types/Enum/Ged.js.map +1 -1
- package/dist/cjs/types/Enum/JobTitle.d.ts +2 -1
- package/dist/cjs/types/Enum/JobTitle.d.ts.map +1 -1
- package/dist/cjs/types/Enum/JobTitle.js +6 -0
- package/dist/cjs/types/Enum/JobTitle.js.map +1 -1
- package/dist/cjs/types/Enum/MailAuto.d.ts +3 -1
- package/dist/cjs/types/Enum/MailAuto.d.ts.map +1 -1
- package/dist/cjs/types/Enum/MailAuto.js +2 -0
- package/dist/cjs/types/Enum/MailAuto.js.map +1 -1
- package/dist/cjs/types/Enum/MaritalStatus.d.ts +7 -1
- package/dist/cjs/types/Enum/MaritalStatus.d.ts.map +1 -1
- package/dist/cjs/types/Enum/MaritalStatus.js +14 -2
- package/dist/cjs/types/Enum/MaritalStatus.js.map +1 -1
- package/dist/cjs/types/Enum/ReportType.d.ts +32 -0
- package/dist/cjs/types/Enum/ReportType.d.ts.map +1 -1
- package/dist/cjs/types/Enum/ReportType.js +32 -0
- package/dist/cjs/types/Enum/ReportType.js.map +1 -1
- package/dist/cjs/types/Enum/RoleDetail.d.ts +32 -0
- package/dist/cjs/types/Enum/RoleDetail.d.ts.map +1 -1
- package/dist/cjs/types/Enum/RoleDetail.js +32 -0
- package/dist/cjs/types/Enum/RoleDetail.js.map +1 -1
- package/dist/cjs/types/Enum/StatutsSection.d.ts +8 -2
- package/dist/cjs/types/Enum/StatutsSection.d.ts.map +1 -1
- package/dist/cjs/types/Enum/StatutsSection.js +96 -4
- package/dist/cjs/types/Enum/StatutsSection.js.map +1 -1
- package/dist/cjs/types/Enum/TaskResponseType.d.ts.map +1 -1
- package/dist/cjs/types/Enum/TaskResponseType.js +11 -0
- package/dist/cjs/types/Enum/TaskResponseType.js.map +1 -1
- package/dist/cjs/types/Interface/api/OnBoarding.d.ts +13 -1
- package/dist/cjs/types/Interface/api/OnBoarding.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/OnBoarding.js +45 -3
- package/dist/cjs/types/Interface/api/OnBoarding.js.map +1 -1
- package/dist/cjs/types/Interface/api/authentification/ReadAuthenticateCollaborater.d.ts +6 -0
- package/dist/cjs/types/Interface/api/authentification/ReadAuthenticateCollaborater.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/authentification/ReadAuthenticateCollaborater.js +4 -1
- package/dist/cjs/types/Interface/api/authentification/ReadAuthenticateCollaborater.js.map +1 -1
- package/dist/cjs/types/Interface/api/calendarEvent/createCalendarEventForUsers.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/calendarEvent/createCalendarEventForUsers.js +4 -0
- package/dist/cjs/types/Interface/api/calendarEvent/createCalendarEventForUsers.js.map +1 -1
- package/dist/cjs/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.d.ts +1 -0
- package/dist/cjs/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.js +7 -0
- package/dist/cjs/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.js.map +1 -1
- package/dist/cjs/types/Interface/api/equipment/Query.d.ts +1 -0
- package/dist/cjs/types/Interface/api/equipment/Query.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/equipment/Query.js +6 -0
- package/dist/cjs/types/Interface/api/equipment/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/library/QueryLibrary.d.ts +1 -0
- package/dist/cjs/types/Interface/api/library/QueryLibrary.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/library/QueryLibrary.js +5 -0
- package/dist/cjs/types/Interface/api/library/QueryLibrary.js.map +1 -1
- package/dist/cjs/types/Interface/api/prestation/Query.d.ts +2 -0
- package/dist/cjs/types/Interface/api/prestation/Query.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/prestation/Query.js +12 -0
- package/dist/cjs/types/Interface/api/prestation/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/prestation/QueryGetPaginatedSocietiesFromPrestation.d.ts +1 -0
- package/dist/cjs/types/Interface/api/prestation/QueryGetPaginatedSocietiesFromPrestation.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/prestation/QueryGetPaginatedSocietiesFromPrestation.js +7 -0
- package/dist/cjs/types/Interface/api/prestation/QueryGetPaginatedSocietiesFromPrestation.js.map +1 -1
- package/dist/cjs/types/Interface/api/report/CreateReport.d.ts +1 -0
- package/dist/cjs/types/Interface/api/report/CreateReport.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/report/CreateReport.js +4 -0
- package/dist/cjs/types/Interface/api/report/CreateReport.js.map +1 -1
- package/dist/cjs/types/Interface/api/report/QueryReports.d.ts +1 -0
- package/dist/cjs/types/Interface/api/report/QueryReports.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/report/QueryReports.js +4 -0
- package/dist/cjs/types/Interface/api/report/QueryReports.js.map +1 -1
- package/dist/cjs/types/Interface/api/report/UpdateReport.d.ts +1 -0
- 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/reportMessage/Query.d.ts +4 -0
- package/dist/cjs/types/Interface/api/reportMessage/Query.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/reportMessage/Query.js +23 -0
- package/dist/cjs/types/Interface/api/reportMessage/Query.js.map +1 -0
- package/dist/cjs/types/Interface/api/signFile/CreateFileToSign.d.ts +1 -0
- package/dist/cjs/types/Interface/api/signFile/CreateFileToSign.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/signFile/CreateFileToSign.js +6 -0
- package/dist/cjs/types/Interface/api/signFile/CreateFileToSign.js.map +1 -1
- package/dist/cjs/types/Interface/models/ICustomerAcceptance.d.ts +1 -0
- package/dist/cjs/types/Interface/models/ICustomerAcceptance.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/ICustomerAcceptance.js.map +1 -1
- package/dist/cjs/types/Interface/models/IEquipment.d.ts +1 -0
- package/dist/cjs/types/Interface/models/IEquipment.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/IEquipment.js.map +1 -1
- package/dist/cjs/types/Interface/models/IPrestation.d.ts +3 -2
- 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/Interface/models/IReport.d.ts +3 -0
- 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/IReportMessage.d.ts +13 -0
- package/dist/cjs/types/Interface/models/IReportMessage.d.ts.map +1 -0
- package/dist/cjs/types/Interface/models/IReportMessage.js +3 -0
- package/dist/cjs/types/Interface/models/IReportMessage.js.map +1 -0
- package/dist/cjs/types/Interface/models/ISociety.d.ts +1 -0
- package/dist/cjs/types/Interface/models/ISociety.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/ISociety.js.map +1 -1
- package/dist/cjs/types/Interface/models/ISocietyDetail.d.ts +12 -0
- package/dist/cjs/types/Interface/models/ISocietyDetail.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/ISocietyDetail.js.map +1 -1
- 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 +544 -0
- package/dist/cjs/utils/checkup.d.ts.map +1 -0
- package/dist/cjs/utils/checkup.js +765 -0
- package/dist/cjs/utils/checkup.js.map +1 -0
- package/dist/mjs/api/resources/Authenticate.d.ts +2 -1
- package/dist/mjs/api/resources/Authenticate.d.ts.map +1 -1
- package/dist/mjs/api/resources/Authenticate.js +3 -0
- package/dist/mjs/api/resources/Authenticate.js.map +1 -1
- package/dist/mjs/api/resources/CalendarEvent.d.ts +1 -0
- package/dist/mjs/api/resources/CalendarEvent.d.ts.map +1 -1
- package/dist/mjs/api/resources/CalendarEvent.js +11 -8
- package/dist/mjs/api/resources/CalendarEvent.js.map +1 -1
- package/dist/mjs/api/resources/ExerciceQuestion.d.ts +1 -2
- package/dist/mjs/api/resources/ExerciceQuestion.d.ts.map +1 -1
- package/dist/mjs/api/resources/ExerciceQuestion.js +2 -5
- package/dist/mjs/api/resources/ExerciceQuestion.js.map +1 -1
- package/dist/mjs/api/resources/Journal.js +1 -1
- package/dist/mjs/api/resources/Journal.js.map +1 -1
- package/dist/mjs/api/resources/ReportMessage.d.ts +47 -0
- package/dist/mjs/api/resources/ReportMessage.d.ts.map +1 -0
- package/dist/mjs/api/resources/ReportMessage.js +73 -0
- package/dist/mjs/api/resources/ReportMessage.js.map +1 -0
- package/dist/mjs/api/resources/StatutsGeneration.d.ts +2 -2
- package/dist/mjs/api/resources/StatutsGeneration.d.ts.map +1 -1
- package/dist/mjs/api/resources/StatutsGeneration.js +2 -2
- package/dist/mjs/api/resources/StatutsGeneration.js.map +1 -1
- package/dist/mjs/api/resources/User.d.ts +4 -1
- package/dist/mjs/api/resources/User.d.ts.map +1 -1
- package/dist/mjs/api/resources/User.js +3 -0
- package/dist/mjs/api/resources/User.js.map +1 -1
- package/dist/mjs/api/resources/WorkingSchedule.d.ts +2 -2
- package/dist/mjs/api/resources/WorkingSchedule.d.ts.map +1 -1
- package/dist/mjs/api/resources/WorkingSchedule.js.map +1 -1
- package/dist/mjs/api/resources.d.ts +2 -0
- package/dist/mjs/api/resources.d.ts.map +1 -1
- package/dist/mjs/api/resources.js +2 -0
- package/dist/mjs/api/resources.js.map +1 -1
- package/dist/mjs/types/Enum/BalanceSheetQuestionWording.d.ts +5 -0
- package/dist/mjs/types/Enum/BalanceSheetQuestionWording.d.ts.map +1 -1
- package/dist/mjs/types/Enum/BalanceSheetQuestionWording.js +5 -0
- package/dist/mjs/types/Enum/BalanceSheetQuestionWording.js.map +1 -1
- package/dist/mjs/types/Enum/BrandClementine.js +1 -1
- package/dist/mjs/types/Enum/BrandClementine.js.map +1 -1
- package/dist/mjs/types/Enum/BrandLegalstart.js +1 -1
- package/dist/mjs/types/Enum/BrandLegalstart.js.map +1 -1
- package/dist/mjs/types/Enum/BrandPourcentage.js +2 -2
- package/dist/mjs/types/Enum/BrandPourcentage.js.map +1 -1
- package/dist/mjs/types/Enum/Constants.d.ts +24 -0
- package/dist/mjs/types/Enum/Constants.d.ts.map +1 -0
- package/dist/mjs/types/Enum/Constants.js +32 -0
- package/dist/mjs/types/Enum/Constants.js.map +1 -0
- package/dist/mjs/types/Enum/DepositDocumentType.d.ts.map +1 -1
- package/dist/mjs/types/Enum/DepositDocumentType.js +57 -6
- package/dist/mjs/types/Enum/DepositDocumentType.js.map +1 -1
- package/dist/mjs/types/Enum/Ged.d.ts +23 -3
- package/dist/mjs/types/Enum/Ged.d.ts.map +1 -1
- package/dist/mjs/types/Enum/Ged.js +36 -1
- package/dist/mjs/types/Enum/Ged.js.map +1 -1
- package/dist/mjs/types/Enum/JobTitle.d.ts +2 -1
- package/dist/mjs/types/Enum/JobTitle.d.ts.map +1 -1
- package/dist/mjs/types/Enum/JobTitle.js +6 -0
- package/dist/mjs/types/Enum/JobTitle.js.map +1 -1
- package/dist/mjs/types/Enum/MailAuto.d.ts +3 -1
- package/dist/mjs/types/Enum/MailAuto.d.ts.map +1 -1
- package/dist/mjs/types/Enum/MailAuto.js +2 -0
- package/dist/mjs/types/Enum/MailAuto.js.map +1 -1
- package/dist/mjs/types/Enum/MaritalStatus.d.ts +7 -1
- package/dist/mjs/types/Enum/MaritalStatus.d.ts.map +1 -1
- package/dist/mjs/types/Enum/MaritalStatus.js +14 -2
- package/dist/mjs/types/Enum/MaritalStatus.js.map +1 -1
- package/dist/mjs/types/Enum/ReportType.d.ts +32 -0
- package/dist/mjs/types/Enum/ReportType.d.ts.map +1 -1
- package/dist/mjs/types/Enum/ReportType.js +32 -0
- package/dist/mjs/types/Enum/ReportType.js.map +1 -1
- package/dist/mjs/types/Enum/RoleDetail.d.ts +32 -0
- package/dist/mjs/types/Enum/RoleDetail.d.ts.map +1 -1
- package/dist/mjs/types/Enum/RoleDetail.js +32 -0
- package/dist/mjs/types/Enum/RoleDetail.js.map +1 -1
- package/dist/mjs/types/Enum/StatutsSection.d.ts +8 -2
- package/dist/mjs/types/Enum/StatutsSection.d.ts.map +1 -1
- package/dist/mjs/types/Enum/StatutsSection.js +95 -3
- package/dist/mjs/types/Enum/StatutsSection.js.map +1 -1
- package/dist/mjs/types/Enum/TaskResponseType.d.ts.map +1 -1
- package/dist/mjs/types/Enum/TaskResponseType.js +11 -0
- package/dist/mjs/types/Enum/TaskResponseType.js.map +1 -1
- package/dist/mjs/types/Interface/api/OnBoarding.d.ts +13 -1
- package/dist/mjs/types/Interface/api/OnBoarding.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/OnBoarding.js +48 -3
- package/dist/mjs/types/Interface/api/OnBoarding.js.map +1 -1
- package/dist/mjs/types/Interface/api/authentification/ReadAuthenticateCollaborater.d.ts +6 -0
- package/dist/mjs/types/Interface/api/authentification/ReadAuthenticateCollaborater.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/authentification/ReadAuthenticateCollaborater.js +6 -0
- package/dist/mjs/types/Interface/api/authentification/ReadAuthenticateCollaborater.js.map +1 -1
- package/dist/mjs/types/Interface/api/calendarEvent/createCalendarEventForUsers.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/calendarEvent/createCalendarEventForUsers.js +5 -1
- package/dist/mjs/types/Interface/api/calendarEvent/createCalendarEventForUsers.js.map +1 -1
- package/dist/mjs/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.d.ts +1 -0
- package/dist/mjs/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.js +8 -0
- package/dist/mjs/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.js.map +1 -1
- package/dist/mjs/types/Interface/api/equipment/Query.d.ts +1 -0
- package/dist/mjs/types/Interface/api/equipment/Query.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/equipment/Query.js +7 -0
- package/dist/mjs/types/Interface/api/equipment/Query.js.map +1 -1
- package/dist/mjs/types/Interface/api/library/QueryLibrary.d.ts +1 -0
- package/dist/mjs/types/Interface/api/library/QueryLibrary.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/library/QueryLibrary.js +6 -0
- package/dist/mjs/types/Interface/api/library/QueryLibrary.js.map +1 -1
- package/dist/mjs/types/Interface/api/prestation/Query.d.ts +2 -0
- package/dist/mjs/types/Interface/api/prestation/Query.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/prestation/Query.js +15 -1
- package/dist/mjs/types/Interface/api/prestation/Query.js.map +1 -1
- package/dist/mjs/types/Interface/api/prestation/QueryGetPaginatedSocietiesFromPrestation.d.ts +1 -0
- package/dist/mjs/types/Interface/api/prestation/QueryGetPaginatedSocietiesFromPrestation.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/prestation/QueryGetPaginatedSocietiesFromPrestation.js +8 -0
- package/dist/mjs/types/Interface/api/prestation/QueryGetPaginatedSocietiesFromPrestation.js.map +1 -1
- package/dist/mjs/types/Interface/api/report/CreateReport.d.ts +1 -0
- package/dist/mjs/types/Interface/api/report/CreateReport.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/report/CreateReport.js +5 -0
- package/dist/mjs/types/Interface/api/report/CreateReport.js.map +1 -1
- package/dist/mjs/types/Interface/api/report/QueryReports.d.ts +1 -0
- package/dist/mjs/types/Interface/api/report/QueryReports.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/report/QueryReports.js +5 -0
- package/dist/mjs/types/Interface/api/report/QueryReports.js.map +1 -1
- package/dist/mjs/types/Interface/api/report/UpdateReport.d.ts +1 -0
- 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/reportMessage/Query.d.ts +4 -0
- package/dist/mjs/types/Interface/api/reportMessage/Query.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/reportMessage/Query.js +20 -0
- package/dist/mjs/types/Interface/api/reportMessage/Query.js.map +1 -0
- package/dist/mjs/types/Interface/api/signFile/CreateFileToSign.d.ts +1 -0
- package/dist/mjs/types/Interface/api/signFile/CreateFileToSign.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/signFile/CreateFileToSign.js +8 -1
- package/dist/mjs/types/Interface/api/signFile/CreateFileToSign.js.map +1 -1
- package/dist/mjs/types/Interface/models/ICustomerAcceptance.d.ts +1 -0
- package/dist/mjs/types/Interface/models/ICustomerAcceptance.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/ICustomerAcceptance.js.map +1 -1
- package/dist/mjs/types/Interface/models/IEquipment.d.ts +1 -0
- package/dist/mjs/types/Interface/models/IEquipment.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/IEquipment.js.map +1 -1
- package/dist/mjs/types/Interface/models/IPrestation.d.ts +3 -2
- 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/Interface/models/IReport.d.ts +3 -0
- 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/IReportMessage.d.ts +13 -0
- package/dist/mjs/types/Interface/models/IReportMessage.d.ts.map +1 -0
- package/dist/mjs/types/Interface/models/IReportMessage.js +2 -0
- package/dist/mjs/types/Interface/models/IReportMessage.js.map +1 -0
- package/dist/mjs/types/Interface/models/ISociety.d.ts +1 -0
- package/dist/mjs/types/Interface/models/ISociety.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/ISociety.js.map +1 -1
- package/dist/mjs/types/Interface/models/ISocietyDetail.d.ts +12 -0
- package/dist/mjs/types/Interface/models/ISocietyDetail.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/ISocietyDetail.js.map +1 -1
- 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 +544 -0
- package/dist/mjs/utils/checkup.d.ts.map +1 -0
- package/dist/mjs/utils/checkup.js +760 -0
- package/dist/mjs/utils/checkup.js.map +1 -0
- package/package.json +1 -1
- package/ts/api/resources/Authenticate.ts +5 -1
- package/ts/api/resources/CalendarEvent.ts +12 -8
- package/ts/api/resources/ExerciceQuestion.ts +2 -6
- package/ts/api/resources/Journal.ts +1 -1
- package/ts/api/resources/ReportMessage.ts +81 -0
- package/ts/api/resources/StatutsGeneration.ts +3 -2
- package/ts/api/resources/User.ts +4 -0
- package/ts/api/resources/WorkingSchedule.ts +2 -2
- package/ts/api/resources.ts +2 -0
- package/ts/types/Enum/BalanceSheetQuestionWording.ts +8 -0
- package/ts/types/Enum/BrandClementine.ts +1 -1
- package/ts/types/Enum/BrandLegalstart.ts +1 -1
- package/ts/types/Enum/BrandPourcentage.ts +2 -2
- package/ts/types/Enum/Constants.ts +35 -0
- package/ts/types/Enum/DepositDocumentType.ts +57 -6
- package/ts/types/Enum/Ged.ts +36 -1
- package/ts/types/Enum/JobTitle.ts +6 -0
- package/ts/types/Enum/MailAuto.ts +2 -0
- package/ts/types/Enum/MaritalStatus.ts +14 -2
- package/ts/types/Enum/ReportType.ts +32 -0
- package/ts/types/Enum/RoleDetail.ts +32 -0
- package/ts/types/Enum/StatutsSection.ts +97 -4
- package/ts/types/Enum/TaskResponseType.ts +11 -0
- package/ts/types/Interface/api/OnBoarding.ts +35 -3
- package/ts/types/Interface/api/authentification/ReadAuthenticateCollaborater.ts +7 -0
- package/ts/types/Interface/api/calendarEvent/createCalendarEventForUsers.ts +5 -1
- package/ts/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.ts +6 -0
- package/ts/types/Interface/api/equipment/Query.ts +5 -0
- package/ts/types/Interface/api/library/QueryLibrary.ts +4 -0
- package/ts/types/Interface/api/prestation/Query.ts +11 -1
- package/ts/types/Interface/api/prestation/QueryGetPaginatedSocietiesFromPrestation.ts +6 -0
- package/ts/types/Interface/api/report/CreateReport.ts +3 -0
- package/ts/types/Interface/api/report/QueryReports.ts +3 -0
- package/ts/types/Interface/api/report/UpdateReport.ts +1 -0
- package/ts/types/Interface/api/reportMessage/Query.ts +8 -0
- package/ts/types/Interface/api/signFile/CreateFileToSign.ts +6 -1
- package/ts/types/Interface/models/ICustomerAcceptance.ts +1 -0
- package/ts/types/Interface/models/IEquipment.ts +1 -0
- package/ts/types/Interface/models/IPrestation.ts +3 -2
- package/ts/types/Interface/models/IReport.ts +3 -0
- package/ts/types/Interface/models/IReportMessage.ts +16 -0
- package/ts/types/Interface/models/ISociety.ts +1 -0
- package/ts/types/Interface/models/ISocietyDetail.ts +12 -0
- package/ts/types/index.ts +4 -0
- package/ts/utils/checkup.ts +774 -0
|
@@ -3,9 +3,33 @@ import { LegalForm } from './LegalForm';
|
|
|
3
3
|
export enum DocumentSectionType {
|
|
4
4
|
ARTICLES = 1,
|
|
5
5
|
ANNEXES = 2,
|
|
6
|
-
|
|
6
|
+
LIST_SUBSCRIBERS = 3,
|
|
7
|
+
DECLARATION_ON_HONOR_OF_NON_CONVICTION = 4,
|
|
7
8
|
}
|
|
8
9
|
|
|
10
|
+
export const DocumentSectionTypeDetail = [
|
|
11
|
+
{
|
|
12
|
+
id: DocumentSectionType.ARTICLES,
|
|
13
|
+
name: 'Articles',
|
|
14
|
+
filePrefix: 'articles',
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
id: DocumentSectionType.ANNEXES,
|
|
18
|
+
name: 'Annexes',
|
|
19
|
+
filePrefix: 'annexes',
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
id: DocumentSectionType.LIST_SUBSCRIBERS,
|
|
23
|
+
name: 'Liste des souscripteurs et etat des versements',
|
|
24
|
+
filePrefix: 'liste_souscripteurs_et_etat_versements',
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
id: DocumentSectionType.DECLARATION_ON_HONOR_OF_NON_CONVICTION,
|
|
28
|
+
name: 'Déclaration sur l\'honneur de non-condamnation',
|
|
29
|
+
filePrefix: 'declaration_non_condamnation',
|
|
30
|
+
},
|
|
31
|
+
];
|
|
32
|
+
|
|
9
33
|
export enum StatutsSectionName {
|
|
10
34
|
P1 = 'page1',
|
|
11
35
|
P2 = 'page2',
|
|
@@ -83,7 +107,7 @@ export enum StatutsSectionName {
|
|
|
83
107
|
|
|
84
108
|
export type StatutsSectionType = {
|
|
85
109
|
name: StatutsSectionName,
|
|
86
|
-
idDocumentSectionType?:
|
|
110
|
+
idDocumentSectionType?: DocumentSectionType,
|
|
87
111
|
title: string | null,
|
|
88
112
|
editable?: boolean,
|
|
89
113
|
isSection?: boolean,
|
|
@@ -96,348 +120,417 @@ export const StatutsSection:StatutsSectionType[] = [
|
|
|
96
120
|
name: StatutsSectionName.P1,
|
|
97
121
|
title: null,
|
|
98
122
|
editable: false,
|
|
123
|
+
idDocumentSectionType: DocumentSectionType.ARTICLES,
|
|
99
124
|
},
|
|
100
125
|
{
|
|
101
126
|
name: StatutsSectionName.P2,
|
|
102
127
|
title: null,
|
|
103
128
|
editable: false,
|
|
129
|
+
idDocumentSectionType: DocumentSectionType.ARTICLES,
|
|
104
130
|
},
|
|
105
131
|
{
|
|
106
132
|
name: StatutsSectionName.INTRO_S1,
|
|
107
133
|
title: null,
|
|
108
134
|
editable: false,
|
|
135
|
+
idDocumentSectionType: DocumentSectionType.ARTICLES,
|
|
109
136
|
},
|
|
110
137
|
{
|
|
111
138
|
name: StatutsSectionName.S1,
|
|
112
139
|
title: 'Article 1er - FORME',
|
|
140
|
+
idDocumentSectionType: DocumentSectionType.ARTICLES,
|
|
113
141
|
},
|
|
114
142
|
{
|
|
115
143
|
name: StatutsSectionName.S2,
|
|
116
144
|
title: 'Article 2 - OBJET',
|
|
145
|
+
idDocumentSectionType: DocumentSectionType.ARTICLES,
|
|
117
146
|
},
|
|
118
147
|
{
|
|
119
148
|
name: StatutsSectionName.S3,
|
|
120
149
|
title: 'Article 3 - DENOMINATION',
|
|
150
|
+
idDocumentSectionType: DocumentSectionType.ARTICLES,
|
|
121
151
|
},
|
|
122
152
|
{
|
|
123
153
|
name: StatutsSectionName.S4,
|
|
124
154
|
title: 'Article 4 - SIEGE SOCIAL',
|
|
155
|
+
idDocumentSectionType: DocumentSectionType.ARTICLES,
|
|
125
156
|
},
|
|
126
157
|
{
|
|
127
158
|
name: StatutsSectionName.S5,
|
|
128
159
|
title: 'Article 5 - DUREE',
|
|
160
|
+
idDocumentSectionType: DocumentSectionType.ARTICLES,
|
|
129
161
|
},
|
|
130
162
|
{
|
|
131
163
|
name: StatutsSectionName.S6,
|
|
132
164
|
title: 'Article 6 - EXERCICE SOCIAL',
|
|
165
|
+
idDocumentSectionType: DocumentSectionType.ARTICLES,
|
|
133
166
|
},
|
|
134
167
|
{
|
|
135
168
|
name: StatutsSectionName.INTRO_S7,
|
|
136
169
|
title: null,
|
|
137
170
|
editable: false,
|
|
171
|
+
idDocumentSectionType: DocumentSectionType.ARTICLES,
|
|
138
172
|
},
|
|
139
173
|
{
|
|
140
174
|
name: StatutsSectionName.S7,
|
|
141
175
|
title: 'Article 7 - APPORTS',
|
|
176
|
+
idDocumentSectionType: DocumentSectionType.ARTICLES,
|
|
142
177
|
},
|
|
143
178
|
{
|
|
144
179
|
name: StatutsSectionName.S8,
|
|
145
180
|
title: 'Article 8 - CAPITAL SOCIAL',
|
|
181
|
+
idDocumentSectionType: DocumentSectionType.ARTICLES,
|
|
146
182
|
},
|
|
147
183
|
{
|
|
148
184
|
name: StatutsSectionName.S9,
|
|
149
185
|
title: 'Article 9 - MODIFICATION DU CAPITAL',
|
|
186
|
+
idDocumentSectionType: DocumentSectionType.ARTICLES,
|
|
150
187
|
},
|
|
151
188
|
{
|
|
152
189
|
name: StatutsSectionName.S10_AE,
|
|
153
190
|
onlyForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
|
|
154
191
|
title: 'Article 10 - COMPTES COURANTS D\'ASSOCIÉS',
|
|
192
|
+
idDocumentSectionType: DocumentSectionType.ARTICLES,
|
|
155
193
|
},
|
|
156
194
|
{
|
|
157
195
|
name: StatutsSectionName.S11_AE,
|
|
158
196
|
onlyForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
|
|
159
197
|
title: 'Article 11 - PARTS SOCIALES',
|
|
198
|
+
idDocumentSectionType: DocumentSectionType.ARTICLES,
|
|
160
199
|
},
|
|
161
200
|
{
|
|
162
201
|
name: StatutsSectionName.S12_AE,
|
|
163
202
|
onlyForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
|
|
164
203
|
title: 'Article 12 – CESSION ET TRANSMISSION DES PARTS SOCIALES',
|
|
204
|
+
idDocumentSectionType: DocumentSectionType.ARTICLES,
|
|
165
205
|
},
|
|
166
206
|
{
|
|
167
207
|
name: StatutsSectionName.INTRO_S13_AE,
|
|
168
208
|
onlyForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
|
|
169
209
|
title: null,
|
|
170
210
|
editable: false,
|
|
211
|
+
idDocumentSectionType: DocumentSectionType.ARTICLES,
|
|
171
212
|
},
|
|
172
213
|
{
|
|
173
214
|
name: StatutsSectionName.S13_AE,
|
|
174
215
|
onlyForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
|
|
175
216
|
title: 'Article 13 - GERANCE',
|
|
217
|
+
idDocumentSectionType: DocumentSectionType.ARTICLES,
|
|
176
218
|
},
|
|
177
219
|
{
|
|
178
220
|
name: StatutsSectionName.S14_AE,
|
|
179
221
|
onlyForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
|
|
180
222
|
title: 'Article 14 - POUVOIRS DE LA GERANCE',
|
|
223
|
+
idDocumentSectionType: DocumentSectionType.ARTICLES,
|
|
181
224
|
},
|
|
182
225
|
{
|
|
183
226
|
name: StatutsSectionName.S15_AE,
|
|
184
227
|
onlyForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
|
|
185
228
|
title: 'Article 15 - DUREE DES FONCTIONS DE LA GERANCE',
|
|
229
|
+
idDocumentSectionType: DocumentSectionType.ARTICLES,
|
|
186
230
|
},
|
|
187
231
|
{
|
|
188
232
|
name: StatutsSectionName.S16_AE,
|
|
189
233
|
onlyForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
|
|
190
234
|
title: 'Article 16 - REMUNERATION DE LA GERANCE',
|
|
235
|
+
idDocumentSectionType: DocumentSectionType.ARTICLES,
|
|
191
236
|
},
|
|
192
237
|
{
|
|
193
238
|
name: StatutsSectionName.S17_AE,
|
|
194
239
|
onlyForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
|
|
195
240
|
title: 'Article 17 - CONVENTIONS ENTRE LA SOCIETE ET LA GERANCE OU UN ASSOCIE',
|
|
241
|
+
idDocumentSectionType: DocumentSectionType.ARTICLES,
|
|
196
242
|
},
|
|
197
243
|
{
|
|
198
244
|
name: StatutsSectionName.S18_AE,
|
|
199
245
|
onlyForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
|
|
200
246
|
title: 'Article 18 - RESPONSABILITE DE LA GERANCE',
|
|
247
|
+
idDocumentSectionType: DocumentSectionType.ARTICLES,
|
|
201
248
|
},
|
|
202
249
|
{
|
|
203
250
|
name: StatutsSectionName.INTRO_S19_AE,
|
|
204
251
|
onlyForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
|
|
205
252
|
title: null,
|
|
206
253
|
editable: false,
|
|
254
|
+
idDocumentSectionType: DocumentSectionType.ARTICLES,
|
|
207
255
|
},
|
|
208
256
|
{
|
|
209
257
|
name: StatutsSectionName.S19_AE,
|
|
210
258
|
onlyForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
|
|
211
259
|
title: 'Article 19 – DECISIONS PRISES PAR L\'ASSOCIE UNIQUE',
|
|
260
|
+
idDocumentSectionType: DocumentSectionType.ARTICLES,
|
|
212
261
|
},
|
|
213
262
|
{
|
|
214
263
|
name: StatutsSectionName.S20_AE,
|
|
215
264
|
onlyForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
|
|
216
265
|
title: 'Article 20 – DECISIONS COLLECTIVES',
|
|
266
|
+
idDocumentSectionType: DocumentSectionType.ARTICLES,
|
|
217
267
|
},
|
|
218
268
|
{
|
|
219
269
|
name: StatutsSectionName.S21_AE,
|
|
220
270
|
onlyForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
|
|
221
271
|
title: 'Article 21 – INFORMATION DES ASSOCIES',
|
|
272
|
+
idDocumentSectionType: DocumentSectionType.ARTICLES,
|
|
222
273
|
},
|
|
223
274
|
{
|
|
224
275
|
name: StatutsSectionName.INTRO_S22_AE,
|
|
225
276
|
onlyForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
|
|
226
277
|
title: null,
|
|
227
278
|
editable: false,
|
|
279
|
+
idDocumentSectionType: DocumentSectionType.ARTICLES,
|
|
228
280
|
},
|
|
229
281
|
{
|
|
230
282
|
name: StatutsSectionName.S22_AE,
|
|
231
283
|
onlyForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
|
|
232
284
|
title: 'Article 22 - COMMISSAIRES AUX COMPTES',
|
|
285
|
+
idDocumentSectionType: DocumentSectionType.ARTICLES,
|
|
233
286
|
},
|
|
234
287
|
{
|
|
235
288
|
name: StatutsSectionName.INTRO_S23_AE,
|
|
236
289
|
onlyForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
|
|
237
290
|
title: null,
|
|
238
291
|
editable: false,
|
|
292
|
+
idDocumentSectionType: DocumentSectionType.ARTICLES,
|
|
239
293
|
},
|
|
240
294
|
{
|
|
241
295
|
name: StatutsSectionName.S23_AE,
|
|
242
296
|
onlyForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
|
|
243
297
|
title: 'Article 23 - COMPTES SOCIAUX',
|
|
298
|
+
idDocumentSectionType: DocumentSectionType.ARTICLES,
|
|
244
299
|
},
|
|
245
300
|
{
|
|
246
301
|
name: StatutsSectionName.S24_AE,
|
|
247
302
|
onlyForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
|
|
248
303
|
title: 'Article 24 - AFFECTATION ET REPARTITION DES BENEFICES',
|
|
304
|
+
idDocumentSectionType: DocumentSectionType.ARTICLES,
|
|
249
305
|
},
|
|
250
306
|
{
|
|
251
307
|
name: StatutsSectionName.S25_AE,
|
|
252
308
|
onlyForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
|
|
253
309
|
title: 'Article 25 - Capitaux propres inférieurs à la moitié du capital social',
|
|
310
|
+
idDocumentSectionType: DocumentSectionType.ARTICLES,
|
|
254
311
|
},
|
|
255
312
|
{
|
|
256
313
|
name: StatutsSectionName.INTRO_S26_AE,
|
|
257
314
|
onlyForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
|
|
258
315
|
title: null,
|
|
259
316
|
editable: false,
|
|
317
|
+
idDocumentSectionType: DocumentSectionType.ARTICLES,
|
|
260
318
|
},
|
|
261
319
|
{
|
|
262
320
|
name: StatutsSectionName.S26_AE,
|
|
263
321
|
onlyForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
|
|
264
322
|
title: 'Article 26 - DISSOLUTION',
|
|
323
|
+
idDocumentSectionType: DocumentSectionType.ARTICLES,
|
|
265
324
|
},
|
|
266
325
|
{
|
|
267
326
|
name: StatutsSectionName.S27_AE,
|
|
268
327
|
onlyForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
|
|
269
328
|
title: 'Article 27 - LIQUIDATION',
|
|
329
|
+
idDocumentSectionType: DocumentSectionType.ARTICLES,
|
|
270
330
|
},
|
|
271
331
|
{
|
|
272
332
|
name: StatutsSectionName.S28_AE,
|
|
273
333
|
onlyForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
|
|
274
334
|
title: 'Article 28 – CONTESTATIONS',
|
|
335
|
+
idDocumentSectionType: DocumentSectionType.ARTICLES,
|
|
275
336
|
},
|
|
276
337
|
{
|
|
277
338
|
name: StatutsSectionName.S29_AE,
|
|
278
339
|
onlyForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
|
|
279
340
|
title: 'Article 29 - PERSONNALITE MORALE - IMMATRICULATION AU REGISTRE DU COMMERCE',
|
|
341
|
+
idDocumentSectionType: DocumentSectionType.ARTICLES,
|
|
280
342
|
},
|
|
281
343
|
{
|
|
282
344
|
name: StatutsSectionName.S30_AE,
|
|
283
345
|
onlyForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
|
|
284
346
|
title: 'Article 30 - FRAIS',
|
|
347
|
+
idDocumentSectionType: DocumentSectionType.ARTICLES,
|
|
285
348
|
},
|
|
286
349
|
{
|
|
287
350
|
name: StatutsSectionName.INTRO_S10_SA,
|
|
288
351
|
exceptForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
|
|
289
352
|
title: null,
|
|
290
353
|
editable: false,
|
|
354
|
+
idDocumentSectionType: DocumentSectionType.ARTICLES,
|
|
291
355
|
},
|
|
292
356
|
{
|
|
293
357
|
name: StatutsSectionName.S10_SA,
|
|
294
358
|
exceptForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
|
|
295
359
|
title: 'Article 10 - FORME ET PROPRIETE DES ACTIONS',
|
|
360
|
+
idDocumentSectionType: DocumentSectionType.ARTICLES,
|
|
296
361
|
},
|
|
297
362
|
{
|
|
298
363
|
name: StatutsSectionName.S11_SA,
|
|
299
364
|
exceptForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
|
|
300
365
|
title: 'Article 11 – DROITS ET OBLIGATIONS ATTACHES AUX ACTIONS',
|
|
366
|
+
idDocumentSectionType: DocumentSectionType.ARTICLES,
|
|
301
367
|
},
|
|
302
368
|
{
|
|
303
369
|
name: StatutsSectionName.S12_SA,
|
|
304
370
|
exceptForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
|
|
305
371
|
title: 'Article 12 – FORME DES CESSIONS OU TRANSMISSIONS D\'ACTIONS',
|
|
372
|
+
idDocumentSectionType: DocumentSectionType.ARTICLES,
|
|
306
373
|
},
|
|
307
374
|
{
|
|
308
375
|
name: StatutsSectionName.S13_SA,
|
|
309
376
|
exceptForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
|
|
310
377
|
title: 'Article 13 – AGREMENT',
|
|
378
|
+
idDocumentSectionType: DocumentSectionType.ARTICLES,
|
|
311
379
|
},
|
|
312
380
|
{
|
|
313
381
|
name: StatutsSectionName.S14_SA,
|
|
314
382
|
exceptForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
|
|
315
383
|
title: 'Article 14 - TRANSMISSION PAR DECES OU PAR SUITE DE DISSOLUTION DE COMMUNAUTE ENTRE EPOUX',
|
|
384
|
+
idDocumentSectionType: DocumentSectionType.ARTICLES,
|
|
316
385
|
},
|
|
317
386
|
{
|
|
318
387
|
name: StatutsSectionName.S15_SA,
|
|
319
388
|
exceptForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
|
|
320
389
|
title: 'Article 15 - NULLITE DES CESSIONS D\'ACTIONS',
|
|
390
|
+
idDocumentSectionType: DocumentSectionType.ARTICLES,
|
|
321
391
|
},
|
|
322
392
|
{
|
|
323
393
|
name: StatutsSectionName.INTRO_S16_SA,
|
|
324
394
|
exceptForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
|
|
325
395
|
title: null,
|
|
326
396
|
editable: false,
|
|
397
|
+
idDocumentSectionType: DocumentSectionType.ARTICLES,
|
|
327
398
|
},
|
|
328
399
|
{
|
|
329
400
|
name: StatutsSectionName.S16_SA,
|
|
330
401
|
exceptForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
|
|
331
402
|
title: 'Article 16 – PRESIDENCE DE LA SOCIETE',
|
|
403
|
+
idDocumentSectionType: DocumentSectionType.ARTICLES,
|
|
332
404
|
},
|
|
333
405
|
{
|
|
334
406
|
name: StatutsSectionName.S17_SA,
|
|
335
407
|
exceptForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
|
|
336
408
|
title: 'Article 17 – DIRECTEUR GENERAL',
|
|
409
|
+
idDocumentSectionType: DocumentSectionType.ARTICLES,
|
|
337
410
|
},
|
|
338
411
|
{
|
|
339
412
|
name: StatutsSectionName.S18_SA,
|
|
340
413
|
exceptForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
|
|
341
414
|
title: 'Article 18 – CONVENTIONS REGLEMENTEES',
|
|
415
|
+
idDocumentSectionType: DocumentSectionType.ARTICLES,
|
|
342
416
|
},
|
|
343
417
|
{
|
|
344
418
|
name: StatutsSectionName.S19_SA,
|
|
345
419
|
exceptForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
|
|
346
420
|
title: 'Article 19 – COMPETENCE',
|
|
421
|
+
idDocumentSectionType: DocumentSectionType.ARTICLES,
|
|
347
422
|
},
|
|
348
423
|
{
|
|
349
424
|
name: StatutsSectionName.S20_SA,
|
|
350
425
|
exceptForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
|
|
351
426
|
title: 'Article 20 – REGLES DE MAJORITE',
|
|
427
|
+
idDocumentSectionType: DocumentSectionType.ARTICLES,
|
|
352
428
|
},
|
|
353
429
|
{
|
|
354
430
|
name: StatutsSectionName.S21_SA,
|
|
355
431
|
exceptForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
|
|
356
432
|
title: 'Article 21 – FORME DES DECISIONS COLLECTIVES',
|
|
433
|
+
idDocumentSectionType: DocumentSectionType.ARTICLES,
|
|
357
434
|
},
|
|
358
435
|
{
|
|
359
436
|
name: StatutsSectionName.S22_SA,
|
|
360
437
|
exceptForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
|
|
361
438
|
title: 'Article 22 – INFORMATION DES ASSOCIÉS',
|
|
439
|
+
idDocumentSectionType: DocumentSectionType.ARTICLES,
|
|
362
440
|
},
|
|
363
441
|
{
|
|
364
442
|
name: StatutsSectionName.S23_SA,
|
|
365
443
|
exceptForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
|
|
366
444
|
title: 'Article 23 – ASSOCIE UNIQUE',
|
|
445
|
+
idDocumentSectionType: DocumentSectionType.ARTICLES,
|
|
367
446
|
},
|
|
368
447
|
{
|
|
369
448
|
name: StatutsSectionName.INTRO_S24_SA,
|
|
370
449
|
exceptForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
|
|
371
450
|
title: null,
|
|
372
451
|
editable: false,
|
|
452
|
+
idDocumentSectionType: DocumentSectionType.ARTICLES,
|
|
373
453
|
},
|
|
374
454
|
{
|
|
375
455
|
name: StatutsSectionName.S24_SA,
|
|
376
456
|
exceptForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
|
|
377
457
|
title: 'Article 24 - COMMISSAIRES AUX COMPTES',
|
|
458
|
+
idDocumentSectionType: DocumentSectionType.ARTICLES,
|
|
378
459
|
},
|
|
379
460
|
{
|
|
380
461
|
name: StatutsSectionName.S25_SA,
|
|
381
462
|
exceptForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
|
|
382
463
|
title: 'Article 25 – COMITE D\'ENTREPRISE',
|
|
464
|
+
idDocumentSectionType: DocumentSectionType.ARTICLES,
|
|
383
465
|
},
|
|
384
466
|
{
|
|
385
467
|
name: StatutsSectionName.INTRO_S26_SA,
|
|
386
468
|
exceptForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
|
|
387
469
|
title: null,
|
|
388
470
|
editable: false,
|
|
471
|
+
idDocumentSectionType: DocumentSectionType.ARTICLES,
|
|
389
472
|
},
|
|
390
473
|
{
|
|
391
474
|
name: StatutsSectionName.S26_SA,
|
|
392
475
|
exceptForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
|
|
393
476
|
title: 'Article 26 - COMPTES ANNUELS',
|
|
477
|
+
idDocumentSectionType: DocumentSectionType.ARTICLES,
|
|
394
478
|
},
|
|
395
479
|
{
|
|
396
480
|
name: StatutsSectionName.S27_SA,
|
|
397
481
|
exceptForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
|
|
398
482
|
title: 'Article 27 - AFFECTATION DU BENEFICE - RESERVES',
|
|
483
|
+
idDocumentSectionType: DocumentSectionType.ARTICLES,
|
|
399
484
|
},
|
|
400
485
|
{
|
|
401
486
|
name: StatutsSectionName.INTRO_S28_SA,
|
|
402
487
|
exceptForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
|
|
403
488
|
title: null,
|
|
404
489
|
editable: false,
|
|
490
|
+
idDocumentSectionType: DocumentSectionType.ARTICLES,
|
|
405
491
|
},
|
|
406
492
|
{
|
|
407
493
|
name: StatutsSectionName.S28_SA,
|
|
408
494
|
exceptForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
|
|
409
495
|
title: 'Article 28 - DISSOLUTION',
|
|
496
|
+
idDocumentSectionType: DocumentSectionType.ARTICLES,
|
|
410
497
|
},
|
|
411
498
|
{
|
|
412
499
|
name: StatutsSectionName.S29_SA,
|
|
413
500
|
exceptForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
|
|
414
501
|
title: 'Article 29 - LIQUIDATION',
|
|
502
|
+
idDocumentSectionType: DocumentSectionType.ARTICLES,
|
|
415
503
|
},
|
|
416
504
|
{
|
|
417
505
|
name: StatutsSectionName.S30_SA,
|
|
418
506
|
exceptForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
|
|
419
507
|
title: 'Article 30 - CONTESTATIONS',
|
|
508
|
+
idDocumentSectionType: DocumentSectionType.ARTICLES,
|
|
420
509
|
},
|
|
421
510
|
{
|
|
422
511
|
name: StatutsSectionName.S31_SA,
|
|
423
512
|
exceptForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
|
|
424
513
|
title: 'Article 31 - NOMINATION DU PREMIER PRESIDENT',
|
|
514
|
+
idDocumentSectionType: DocumentSectionType.ARTICLES,
|
|
425
515
|
},
|
|
426
516
|
{
|
|
427
517
|
name: StatutsSectionName.S32_SA,
|
|
428
518
|
exceptForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
|
|
429
519
|
title: 'Article 32 - FORMALITES CONSTITUTIVES - IMMATRICULATION AU REGISTRE DU COMMERCE ET DES SOCIETES',
|
|
520
|
+
idDocumentSectionType: DocumentSectionType.ARTICLES,
|
|
430
521
|
},
|
|
431
522
|
{
|
|
432
523
|
name: StatutsSectionName.S33_SA,
|
|
433
524
|
exceptForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
|
|
434
525
|
title: 'Article 33 - FRAIS',
|
|
526
|
+
idDocumentSectionType: DocumentSectionType.ARTICLES,
|
|
435
527
|
},
|
|
436
528
|
{
|
|
437
529
|
name: StatutsSectionName.SIGNATURES,
|
|
438
530
|
exceptForLegalForms: [LegalForm.EI.id, LegalForm.EIRL.id, LegalForm.EURL.id, LegalForm.AUTO_ENTREPRENEUR.id],
|
|
439
531
|
title: null,
|
|
440
532
|
editable: false,
|
|
533
|
+
idDocumentSectionType: DocumentSectionType.ARTICLES,
|
|
441
534
|
},
|
|
442
535
|
{
|
|
443
536
|
name: StatutsSectionName.ANNEXES,
|
|
@@ -447,13 +540,13 @@ export const StatutsSection:StatutsSectionType[] = [
|
|
|
447
540
|
},
|
|
448
541
|
{
|
|
449
542
|
name: StatutsSectionName.SUBSCRIBERS_LIST,
|
|
450
|
-
idDocumentSectionType: DocumentSectionType.
|
|
543
|
+
idDocumentSectionType: DocumentSectionType.LIST_SUBSCRIBERS,
|
|
451
544
|
onlyForLegalForms: [LegalForm.SA.id, LegalForm.SAS.id, LegalForm.SASU.id],
|
|
452
545
|
title: 'LISTE DES SOUSCRIPTEURS ET ETAT DES VERSEMENTS',
|
|
453
546
|
},
|
|
454
547
|
{
|
|
455
548
|
name: StatutsSectionName.DECLARATION_OF_HONOR,
|
|
456
|
-
idDocumentSectionType: DocumentSectionType.OTHER,
|
|
457
549
|
title: 'DECLARATION SUR L\'HONNEUR DE NON-CONDAMNATION',
|
|
550
|
+
idDocumentSectionType: DocumentSectionType.DECLARATION_ON_HONOR_OF_NON_CONVICTION,
|
|
458
551
|
},
|
|
459
552
|
];
|
|
@@ -229,6 +229,17 @@ export const TaskResponseType = {
|
|
|
229
229
|
responseType: null,
|
|
230
230
|
description: 'Mettre à jour la grille tarifaire',
|
|
231
231
|
},
|
|
232
|
+
{
|
|
233
|
+
id: 18,
|
|
234
|
+
label: 'Nouveau client Statuts-express',
|
|
235
|
+
role: Role.JURIDIC,
|
|
236
|
+
deadline: Deadline,
|
|
237
|
+
isForWholeRole: false,
|
|
238
|
+
backToClient: false,
|
|
239
|
+
goToCalendar: false,
|
|
240
|
+
responseType: null,
|
|
241
|
+
description: 'Attribution juridique à faire',
|
|
242
|
+
},
|
|
232
243
|
],
|
|
233
244
|
},
|
|
234
245
|
EXTERN: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
IsBoolean, IsInt, IsOptional, IsString,
|
|
3
3
|
} from 'class-validator';
|
|
4
|
-
import { ApiPropertyOptional } from '../../../utils';
|
|
4
|
+
import { ApiProperty, ApiPropertyOptional } from '../../../utils';
|
|
5
5
|
import { ToBoolean } from '../../../utils/transforms/boolean.transform';
|
|
6
6
|
import { OptionalQueryPaginate } from './BasePaginate';
|
|
7
7
|
|
|
@@ -30,11 +30,43 @@ export class QueryOnBoardingPaginated extends OptionalQueryPaginate {
|
|
|
30
30
|
|
|
31
31
|
@ApiPropertyOptional()
|
|
32
32
|
@IsOptional()
|
|
33
|
-
@IsInt()
|
|
34
|
-
firstContact?: number;
|
|
33
|
+
@IsInt({ each: true })
|
|
34
|
+
firstContact?: number[];
|
|
35
35
|
|
|
36
36
|
@ApiPropertyOptional()
|
|
37
37
|
@IsOptional()
|
|
38
38
|
@IsInt()
|
|
39
39
|
idLAB?: number;
|
|
40
|
+
|
|
41
|
+
@ApiPropertyOptional()
|
|
42
|
+
@IsOptional()
|
|
43
|
+
@IsInt()
|
|
44
|
+
acceptation?: number | null;
|
|
45
|
+
|
|
46
|
+
@ApiPropertyOptional()
|
|
47
|
+
@IsOptional()
|
|
48
|
+
@IsBoolean()
|
|
49
|
+
@ToBoolean()
|
|
50
|
+
dateLeavingFacturation?: boolean;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
export class SocietyWithPrestations {
|
|
54
|
+
@ApiProperty()
|
|
55
|
+
@IsInt({ each: true })
|
|
56
|
+
idPrestations: number[];
|
|
57
|
+
|
|
58
|
+
@ApiProperty()
|
|
59
|
+
@IsInt()
|
|
60
|
+
idSociety: number;
|
|
61
|
+
}
|
|
62
|
+
export class GoToOnboardingParams {
|
|
63
|
+
@ApiProperty()
|
|
64
|
+
@IsInt({ each: true })
|
|
65
|
+
societyWithPrestations: SocietyWithPrestations[];
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
export class DateLeavingOnboardingParams {
|
|
69
|
+
@ApiProperty()
|
|
70
|
+
@IsInt({ each: true })
|
|
71
|
+
idPrestations: number[];
|
|
40
72
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { IsOptional } from 'class-validator';
|
|
1
|
+
import { IsBoolean, IsOptional } from 'class-validator';
|
|
2
2
|
import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
|
|
3
|
+
import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
|
|
3
4
|
|
|
4
5
|
export class CreateCalendarEventForUsers {
|
|
5
6
|
@ApiProperty()
|
|
@@ -64,5 +65,8 @@ export class CreateCalendarEventForUsers {
|
|
|
64
65
|
idUsers: Array<number>;
|
|
65
66
|
|
|
66
67
|
@ApiPropertyOptional()
|
|
68
|
+
@IsBoolean()
|
|
69
|
+
@ToBoolean()
|
|
70
|
+
@IsOptional()
|
|
67
71
|
hasToBeUnique: boolean;
|
|
68
72
|
}
|
|
@@ -80,6 +80,12 @@ export class QueryPaginatedSocietyWithStatsCa extends OptionalQueryPaginate {
|
|
|
80
80
|
@ToBoolean()
|
|
81
81
|
goToFacturation?: boolean;
|
|
82
82
|
|
|
83
|
+
@ApiPropertyOptional()
|
|
84
|
+
@IsOptional()
|
|
85
|
+
@IsBoolean()
|
|
86
|
+
@ToBoolean()
|
|
87
|
+
goToOnboarding?: boolean;
|
|
88
|
+
|
|
83
89
|
@ApiPropertyOptional()
|
|
84
90
|
@IsOptional()
|
|
85
91
|
@IsInt()
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IsArray, IsBoolean, IsInt, IsNumber, IsObject, IsOptional, IsString } from 'class-validator';
|
|
1
|
+
import { IsArray, IsBoolean, IsDateString, IsInt, IsNumber, IsObject, IsOptional, IsString } from 'class-validator';
|
|
2
2
|
import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
|
|
3
3
|
import { IPrestation } from '../../models/IPrestation';
|
|
4
4
|
import { IExercicePrestation } from '../../models/IExercicePrestation';
|
|
@@ -83,4 +83,14 @@ export class QueryUpdatePrestation {
|
|
|
83
83
|
@IsOptional()
|
|
84
84
|
@IsArray()
|
|
85
85
|
commercialOffers: ICommercialOffer[];
|
|
86
|
+
|
|
87
|
+
@ApiPropertyOptional()
|
|
88
|
+
@IsOptional()
|
|
89
|
+
@IsDateString()
|
|
90
|
+
goToFacturation: string;
|
|
91
|
+
|
|
92
|
+
@ApiPropertyOptional()
|
|
93
|
+
@IsOptional()
|
|
94
|
+
@IsDateString()
|
|
95
|
+
dateLeavingFacturation: string;
|
|
86
96
|
}
|
|
@@ -28,6 +28,12 @@ export class QueryGetPaginatedSocietiesFromPrestation {
|
|
|
28
28
|
@ToBoolean()
|
|
29
29
|
withArchived? = false;
|
|
30
30
|
|
|
31
|
+
@ApiPropertyOptional({ default: null })
|
|
32
|
+
@IsOptional()
|
|
33
|
+
@IsBoolean()
|
|
34
|
+
@ToBoolean()
|
|
35
|
+
paid?:boolean | null;
|
|
36
|
+
|
|
31
37
|
@ApiPropertyOptional({ default: 25 })
|
|
32
38
|
@IsOptional()
|
|
33
39
|
@IsNumber()
|