@silexpert/core 1.3.195-7 → 1.3.195
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/Card.d.ts +1 -23
- package/dist/cjs/api/resources/Card.d.ts.map +1 -1
- package/dist/cjs/api/resources/Card.js +0 -36
- package/dist/cjs/api/resources/Card.js.map +1 -1
- package/dist/cjs/api/resources/LoginApproval.d.ts +18 -0
- package/dist/cjs/api/resources/LoginApproval.d.ts.map +1 -0
- package/dist/cjs/api/resources/LoginApproval.js +20 -0
- package/dist/cjs/api/resources/LoginApproval.js.map +1 -0
- package/dist/cjs/api/resources/Mfa.d.ts +1 -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 +1 -0
- 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/Society.d.ts +2 -1
- package/dist/cjs/api/resources/Society.d.ts.map +1 -1
- package/dist/cjs/api/resources/Society.js +3 -0
- package/dist/cjs/api/resources/Society.js.map +1 -1
- package/dist/cjs/api/resources/SocietyApproval.d.ts +47 -0
- package/dist/cjs/api/resources/SocietyApproval.d.ts.map +1 -0
- package/dist/cjs/api/resources/SocietyApproval.js +62 -0
- package/dist/cjs/api/resources/SocietyApproval.js.map +1 -0
- package/dist/cjs/api/resources/Webex.d.ts +8 -0
- package/dist/cjs/api/resources/Webex.d.ts.map +1 -0
- package/dist/cjs/api/resources/Webex.js +17 -0
- package/dist/cjs/api/resources/Webex.js.map +1 -0
- package/dist/cjs/api/resources.d.ts +4 -2
- package/dist/cjs/api/resources.d.ts.map +1 -1
- package/dist/cjs/api/resources.js +4 -2
- package/dist/cjs/api/resources.js.map +1 -1
- package/dist/cjs/types/Enum/Card.d.ts +2 -44
- package/dist/cjs/types/Enum/Card.d.ts.map +1 -1
- package/dist/cjs/types/Enum/Card.js +2 -52
- package/dist/cjs/types/Enum/Card.js.map +1 -1
- package/dist/cjs/types/Enum/EbookIntention.d.ts +8 -0
- package/dist/cjs/types/Enum/EbookIntention.d.ts.map +1 -0
- package/dist/cjs/types/Enum/EbookIntention.js +18 -0
- package/dist/cjs/types/Enum/EbookIntention.js.map +1 -0
- package/dist/cjs/types/Enum/Ged.d.ts +9 -3
- package/dist/cjs/types/Enum/Ged.d.ts.map +1 -1
- package/dist/cjs/types/Enum/Ged.js +154 -30
- package/dist/cjs/types/Enum/Ged.js.map +1 -1
- package/dist/cjs/types/Enum/InformationRequestState.d.ts +2 -1
- package/dist/cjs/types/Enum/InformationRequestState.d.ts.map +1 -1
- package/dist/cjs/types/Enum/InformationRequestState.js +1 -0
- package/dist/cjs/types/Enum/InformationRequestState.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/LoginApprovalStatus.d.ts +14 -0
- package/dist/cjs/types/Enum/LoginApprovalStatus.d.ts.map +1 -0
- package/dist/cjs/types/Enum/LoginApprovalStatus.js +18 -0
- package/dist/cjs/types/Enum/LoginApprovalStatus.js.map +1 -0
- 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/MfaMode.d.ts +12 -0
- package/dist/cjs/types/Enum/MfaMode.d.ts.map +1 -0
- package/dist/cjs/types/Enum/MfaMode.js +16 -0
- package/dist/cjs/types/Enum/MfaMode.js.map +1 -0
- package/dist/cjs/types/Enum/PriceGridClementine.d.ts.map +1 -1
- package/dist/cjs/types/Enum/PriceGridClementine.js +482 -478
- package/dist/cjs/types/Enum/PriceGridClementine.js.map +1 -1
- package/dist/cjs/types/Enum/Proceding.d.ts +4 -0
- package/dist/cjs/types/Enum/Proceding.d.ts.map +1 -1
- package/dist/cjs/types/Enum/Proceding.js +4 -0
- package/dist/cjs/types/Enum/Proceding.js.map +1 -1
- package/dist/cjs/types/Enum/SocietyApproval.d.ts +46 -0
- package/dist/cjs/types/Enum/SocietyApproval.d.ts.map +1 -0
- package/dist/cjs/types/Enum/SocietyApproval.js +280 -0
- package/dist/cjs/types/Enum/SocietyApproval.js.map +1 -0
- package/dist/cjs/types/Enum/StatutsSection.d.ts +7 -1
- package/dist/cjs/types/Enum/StatutsSection.d.ts.map +1 -1
- package/dist/cjs/types/Enum/StatutsSection.js +15 -7
- package/dist/cjs/types/Enum/StatutsSection.js.map +1 -1
- package/dist/cjs/types/Interface/api/SocietyApproval.d.ts +36 -0
- package/dist/cjs/types/Interface/api/SocietyApproval.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/SocietyApproval.js +153 -0
- package/dist/cjs/types/Interface/api/SocietyApproval.js.map +1 -0
- package/dist/cjs/types/Interface/api/authentification/AuthenticationResponse.d.ts +10 -0
- package/dist/cjs/types/Interface/api/authentification/AuthenticationResponse.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/authentification/AuthenticationResponse.js.map +1 -1
- package/dist/cjs/types/Interface/api/authentification/FinalizeMobileApprovalDto.d.ts +4 -0
- package/dist/cjs/types/Interface/api/authentification/FinalizeMobileApprovalDto.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/authentification/FinalizeMobileApprovalDto.js +21 -0
- package/dist/cjs/types/Interface/api/authentification/FinalizeMobileApprovalDto.js.map +1 -0
- package/dist/cjs/types/Interface/api/authentification/ReadAuthenticateCollaborater.d.ts +17 -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/authentification/SetMobileApprovalDto.d.ts +5 -0
- package/dist/cjs/types/Interface/api/authentification/SetMobileApprovalDto.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/{card/ModifyCustomerVat.js → authentification/SetMobileApprovalDto.js} +11 -13
- package/dist/cjs/types/Interface/api/authentification/SetMobileApprovalDto.js.map +1 -0
- package/dist/cjs/types/Interface/api/authentification/loginApproval.d.ts +66 -0
- package/dist/cjs/types/Interface/api/authentification/loginApproval.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/authentification/loginApproval.js +26 -0
- package/dist/cjs/types/Interface/api/authentification/loginApproval.js.map +1 -0
- package/dist/cjs/types/Interface/api/balanceSheet/UpdateBalanceSheet.d.ts +0 -1
- package/dist/cjs/types/Interface/api/balanceSheet/UpdateBalanceSheet.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/balanceSheet/UpdateBalanceSheet.js +0 -6
- package/dist/cjs/types/Interface/api/balanceSheet/UpdateBalanceSheet.js.map +1 -1
- package/dist/cjs/types/Interface/api/bankAccount/Benchmark.d.ts +5 -0
- package/dist/cjs/types/Interface/api/bankAccount/Benchmark.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/bankAccount/Benchmark.js +21 -0
- package/dist/cjs/types/Interface/api/bankAccount/Benchmark.js.map +1 -0
- package/dist/cjs/types/Interface/api/brevo/BrevoElement.d.ts +2 -0
- package/dist/cjs/types/Interface/api/brevo/BrevoElement.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/brevo/BrevoElement.js +6 -0
- package/dist/cjs/types/Interface/api/brevo/BrevoElement.js.map +1 -1
- package/dist/cjs/types/Interface/api/card/Cron.d.ts +3 -0
- package/dist/cjs/types/Interface/api/card/Cron.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/card/Cron.js +10 -1
- package/dist/cjs/types/Interface/api/card/Cron.js.map +1 -1
- package/dist/cjs/types/Interface/api/card/QueryUserCards.d.ts +1 -11
- package/dist/cjs/types/Interface/api/card/QueryUserCards.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/card/QueryUserCards.js +7 -44
- package/dist/cjs/types/Interface/api/card/QueryUserCards.js.map +1 -1
- package/dist/cjs/types/Interface/api/card/UpdateCard.d.ts +0 -13
- package/dist/cjs/types/Interface/api/card/UpdateCard.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/card/UpdateCard.js +1 -58
- package/dist/cjs/types/Interface/api/card/UpdateCard.js.map +1 -1
- package/dist/cjs/types/Interface/api/informationRequest/Update.d.ts +3 -0
- package/dist/cjs/types/Interface/api/informationRequest/Update.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/informationRequest/Update.js +10 -1
- package/dist/cjs/types/Interface/api/informationRequest/Update.js.map +1 -1
- package/dist/cjs/types/Interface/api/oldExportInfo/OldExpertInfos.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/oldExportInfo/OldExpertInfos.js +2 -0
- package/dist/cjs/types/Interface/api/oldExportInfo/OldExpertInfos.js.map +1 -1
- package/dist/cjs/types/Interface/api/prestation/Query.d.ts +1 -0
- package/dist/cjs/types/Interface/api/prestation/Query.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/prestation/Query.js +7 -0
- package/dist/cjs/types/Interface/api/prestation/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/user/RegisterProspect.d.ts +1 -0
- package/dist/cjs/types/Interface/api/user/RegisterProspect.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/user/RegisterProspect.js +6 -0
- package/dist/cjs/types/Interface/api/user/RegisterProspect.js.map +1 -1
- package/dist/cjs/types/Interface/api/webex/GetWebinarsParams.d.ts +7 -0
- package/dist/cjs/types/Interface/api/webex/GetWebinarsParams.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/{card/Query.js → webex/GetWebinarsParams.js} +16 -15
- package/dist/cjs/types/Interface/api/webex/GetWebinarsParams.js.map +1 -0
- package/dist/cjs/types/Interface/api/webex/PaginatedWebinars.d.ts +7 -0
- package/dist/cjs/types/Interface/api/webex/PaginatedWebinars.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/webex/PaginatedWebinars.js +3 -0
- package/dist/cjs/types/Interface/api/webex/PaginatedWebinars.js.map +1 -0
- package/dist/cjs/types/Interface/api/webex/WebexMeeting.d.ts +22 -0
- package/dist/cjs/types/Interface/api/webex/WebexMeeting.d.ts.map +1 -0
- package/dist/cjs/types/Interface/{models/IUsersHistory.js → api/webex/WebexMeeting.js} +1 -1
- package/dist/cjs/types/Interface/api/webex/WebexMeeting.js.map +1 -0
- package/dist/cjs/types/Interface/api/webex/WebexRegistrant.d.ts +18 -0
- package/dist/cjs/types/Interface/api/webex/WebexRegistrant.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/webex/WebexRegistrant.js +40 -0
- package/dist/cjs/types/Interface/api/webex/WebexRegistrant.js.map +1 -0
- package/dist/cjs/types/Interface/api/woocommerce/InvoicesWoocommerce.d.ts +6 -5
- package/dist/cjs/types/Interface/api/woocommerce/InvoicesWoocommerce.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/woocommerce/InvoicesWoocommerce.js +14 -0
- package/dist/cjs/types/Interface/api/woocommerce/InvoicesWoocommerce.js.map +1 -1
- package/dist/cjs/types/Interface/models/IBalanceSheet.d.ts +0 -3
- package/dist/cjs/types/Interface/models/IBalanceSheet.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/IBalanceSheet.js.map +1 -1
- package/dist/cjs/types/Interface/models/ICard.d.ts +0 -19
- package/dist/cjs/types/Interface/models/ICard.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/ICard.js.map +1 -1
- package/dist/cjs/types/Interface/models/ICardHistory.d.ts +0 -4
- package/dist/cjs/types/Interface/models/ICardHistory.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/ICardHistory.js.map +1 -1
- package/dist/cjs/types/Interface/models/ICustomerVat.d.ts +0 -1
- package/dist/cjs/types/Interface/models/ICustomerVat.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/ICustomerVat.js.map +1 -1
- package/dist/cjs/types/Interface/models/ILoginApproval.d.ts +31 -0
- package/dist/cjs/types/Interface/models/ILoginApproval.d.ts.map +1 -0
- package/dist/cjs/types/Interface/models/ILoginApproval.js +3 -0
- package/dist/cjs/types/Interface/models/ILoginApproval.js.map +1 -0
- package/dist/cjs/types/Interface/models/ISocietyApproval.d.ts +2 -0
- package/dist/cjs/types/Interface/models/ISocietyApproval.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/ISocietyApproval.js.map +1 -1
- package/dist/cjs/types/Interface/models/IUser.d.ts +2 -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/index.d.ts +14 -7
- package/dist/cjs/types/index.d.ts.map +1 -1
- package/dist/cjs/types/index.js +14 -7
- package/dist/cjs/types/index.js.map +1 -1
- package/dist/cjs/utils/commercialManagement/internationalization/choices.d.ts.map +1 -1
- package/dist/cjs/utils/commercialManagement/internationalization/choices.js +21 -19
- package/dist/cjs/utils/commercialManagement/internationalization/choices.js.map +1 -1
- package/dist/cjs/utils/index.d.ts +1 -0
- package/dist/cjs/utils/index.d.ts.map +1 -1
- package/dist/cjs/utils/index.js +1 -0
- package/dist/cjs/utils/index.js.map +1 -1
- package/dist/cjs/utils/societyApproval.d.ts +38 -0
- package/dist/cjs/utils/societyApproval.d.ts.map +1 -0
- package/dist/cjs/utils/societyApproval.js +101 -0
- package/dist/cjs/utils/societyApproval.js.map +1 -0
- package/dist/mjs/api/resources/Card.d.ts +1 -23
- package/dist/mjs/api/resources/Card.d.ts.map +1 -1
- package/dist/mjs/api/resources/Card.js +0 -45
- package/dist/mjs/api/resources/Card.js.map +1 -1
- package/dist/mjs/api/resources/LoginApproval.d.ts +18 -0
- package/dist/mjs/api/resources/LoginApproval.d.ts.map +1 -0
- package/dist/mjs/api/resources/LoginApproval.js +16 -0
- package/dist/mjs/api/resources/LoginApproval.js.map +1 -0
- package/dist/mjs/api/resources/Mfa.d.ts +1 -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 +1 -0
- 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/Society.d.ts +2 -1
- package/dist/mjs/api/resources/Society.d.ts.map +1 -1
- package/dist/mjs/api/resources/Society.js +3 -0
- package/dist/mjs/api/resources/Society.js.map +1 -1
- package/dist/mjs/api/resources/SocietyApproval.d.ts +47 -0
- package/dist/mjs/api/resources/SocietyApproval.d.ts.map +1 -0
- package/dist/mjs/api/resources/SocietyApproval.js +58 -0
- package/dist/mjs/api/resources/SocietyApproval.js.map +1 -0
- package/dist/mjs/api/resources/Webex.d.ts +8 -0
- package/dist/mjs/api/resources/Webex.d.ts.map +1 -0
- package/dist/mjs/api/resources/Webex.js +13 -0
- package/dist/mjs/api/resources/Webex.js.map +1 -0
- package/dist/mjs/api/resources.d.ts +4 -2
- package/dist/mjs/api/resources.d.ts.map +1 -1
- package/dist/mjs/api/resources.js +4 -2
- package/dist/mjs/api/resources.js.map +1 -1
- package/dist/mjs/types/Enum/Card.d.ts +2 -44
- package/dist/mjs/types/Enum/Card.d.ts.map +1 -1
- package/dist/mjs/types/Enum/Card.js +2 -52
- package/dist/mjs/types/Enum/Card.js.map +1 -1
- package/dist/mjs/types/Enum/EbookIntention.d.ts +8 -0
- package/dist/mjs/types/Enum/EbookIntention.d.ts.map +1 -0
- package/dist/mjs/types/Enum/EbookIntention.js +15 -0
- package/dist/mjs/types/Enum/EbookIntention.js.map +1 -0
- package/dist/mjs/types/Enum/Ged.d.ts +9 -3
- package/dist/mjs/types/Enum/Ged.d.ts.map +1 -1
- package/dist/mjs/types/Enum/Ged.js +154 -30
- package/dist/mjs/types/Enum/Ged.js.map +1 -1
- package/dist/mjs/types/Enum/InformationRequestState.d.ts +2 -1
- package/dist/mjs/types/Enum/InformationRequestState.d.ts.map +1 -1
- package/dist/mjs/types/Enum/InformationRequestState.js +1 -0
- package/dist/mjs/types/Enum/InformationRequestState.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/LoginApprovalStatus.d.ts +14 -0
- package/dist/mjs/types/Enum/LoginApprovalStatus.d.ts.map +1 -0
- package/dist/mjs/types/Enum/LoginApprovalStatus.js +15 -0
- package/dist/mjs/types/Enum/LoginApprovalStatus.js.map +1 -0
- 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/MfaMode.d.ts +12 -0
- package/dist/mjs/types/Enum/MfaMode.d.ts.map +1 -0
- package/dist/mjs/types/Enum/MfaMode.js +13 -0
- package/dist/mjs/types/Enum/MfaMode.js.map +1 -0
- package/dist/mjs/types/Enum/PriceGridClementine.d.ts.map +1 -1
- package/dist/mjs/types/Enum/PriceGridClementine.js +486 -474
- package/dist/mjs/types/Enum/PriceGridClementine.js.map +1 -1
- package/dist/mjs/types/Enum/Proceding.d.ts +4 -0
- package/dist/mjs/types/Enum/Proceding.d.ts.map +1 -1
- package/dist/mjs/types/Enum/Proceding.js +4 -0
- package/dist/mjs/types/Enum/Proceding.js.map +1 -1
- package/dist/mjs/types/Enum/SocietyApproval.d.ts +46 -0
- package/dist/mjs/types/Enum/SocietyApproval.d.ts.map +1 -0
- package/dist/mjs/types/Enum/SocietyApproval.js +277 -0
- package/dist/mjs/types/Enum/SocietyApproval.js.map +1 -0
- package/dist/mjs/types/Enum/StatutsSection.d.ts +7 -1
- package/dist/mjs/types/Enum/StatutsSection.d.ts.map +1 -1
- package/dist/mjs/types/Enum/StatutsSection.js +15 -7
- package/dist/mjs/types/Enum/StatutsSection.js.map +1 -1
- package/dist/mjs/types/Interface/api/SocietyApproval.d.ts +36 -0
- package/dist/mjs/types/Interface/api/SocietyApproval.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/SocietyApproval.js +167 -0
- package/dist/mjs/types/Interface/api/SocietyApproval.js.map +1 -0
- package/dist/mjs/types/Interface/api/authentification/AuthenticationResponse.d.ts +10 -0
- package/dist/mjs/types/Interface/api/authentification/AuthenticationResponse.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/authentification/AuthenticationResponse.js.map +1 -1
- package/dist/mjs/types/Interface/api/authentification/FinalizeMobileApprovalDto.d.ts +4 -0
- package/dist/mjs/types/Interface/api/authentification/FinalizeMobileApprovalDto.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/authentification/FinalizeMobileApprovalDto.js +18 -0
- package/dist/mjs/types/Interface/api/authentification/FinalizeMobileApprovalDto.js.map +1 -0
- package/dist/mjs/types/Interface/api/authentification/ReadAuthenticateCollaborater.d.ts +17 -0
- package/dist/mjs/types/Interface/api/authentification/ReadAuthenticateCollaborater.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/authentification/ReadAuthenticateCollaborater.js +7 -0
- package/dist/mjs/types/Interface/api/authentification/ReadAuthenticateCollaborater.js.map +1 -1
- package/dist/mjs/types/Interface/api/authentification/SetMobileApprovalDto.d.ts +5 -0
- package/dist/mjs/types/Interface/api/authentification/SetMobileApprovalDto.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/{card/ModifyCustomerVat.js → authentification/SetMobileApprovalDto.js} +12 -14
- package/dist/mjs/types/Interface/api/authentification/SetMobileApprovalDto.js.map +1 -0
- package/dist/mjs/types/Interface/api/authentification/loginApproval.d.ts +66 -0
- package/dist/mjs/types/Interface/api/authentification/loginApproval.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/authentification/loginApproval.js +23 -0
- package/dist/mjs/types/Interface/api/authentification/loginApproval.js.map +1 -0
- package/dist/mjs/types/Interface/api/balanceSheet/UpdateBalanceSheet.d.ts +0 -1
- package/dist/mjs/types/Interface/api/balanceSheet/UpdateBalanceSheet.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/balanceSheet/UpdateBalanceSheet.js +0 -7
- package/dist/mjs/types/Interface/api/balanceSheet/UpdateBalanceSheet.js.map +1 -1
- package/dist/mjs/types/Interface/api/bankAccount/Benchmark.d.ts +5 -0
- package/dist/mjs/types/Interface/api/bankAccount/Benchmark.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/bankAccount/Benchmark.js +18 -0
- package/dist/mjs/types/Interface/api/bankAccount/Benchmark.js.map +1 -0
- package/dist/mjs/types/Interface/api/brevo/BrevoElement.d.ts +2 -0
- package/dist/mjs/types/Interface/api/brevo/BrevoElement.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/brevo/BrevoElement.js +7 -0
- package/dist/mjs/types/Interface/api/brevo/BrevoElement.js.map +1 -1
- package/dist/mjs/types/Interface/api/card/Cron.d.ts +3 -0
- package/dist/mjs/types/Interface/api/card/Cron.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/card/Cron.js +8 -0
- package/dist/mjs/types/Interface/api/card/Cron.js.map +1 -1
- package/dist/mjs/types/Interface/api/card/QueryUserCards.d.ts +1 -11
- package/dist/mjs/types/Interface/api/card/QueryUserCards.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/card/QueryUserCards.js +7 -43
- package/dist/mjs/types/Interface/api/card/QueryUserCards.js.map +1 -1
- package/dist/mjs/types/Interface/api/card/UpdateCard.d.ts +0 -13
- package/dist/mjs/types/Interface/api/card/UpdateCard.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/card/UpdateCard.js +1 -65
- package/dist/mjs/types/Interface/api/card/UpdateCard.js.map +1 -1
- package/dist/mjs/types/Interface/api/informationRequest/Update.d.ts +3 -0
- package/dist/mjs/types/Interface/api/informationRequest/Update.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/informationRequest/Update.js +9 -0
- package/dist/mjs/types/Interface/api/informationRequest/Update.js.map +1 -1
- package/dist/mjs/types/Interface/api/oldExportInfo/OldExpertInfos.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/oldExportInfo/OldExpertInfos.js +2 -0
- package/dist/mjs/types/Interface/api/oldExportInfo/OldExpertInfos.js.map +1 -1
- package/dist/mjs/types/Interface/api/prestation/Query.d.ts +1 -0
- package/dist/mjs/types/Interface/api/prestation/Query.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/prestation/Query.js +8 -0
- package/dist/mjs/types/Interface/api/prestation/Query.js.map +1 -1
- package/dist/mjs/types/Interface/api/user/RegisterProspect.d.ts +1 -0
- package/dist/mjs/types/Interface/api/user/RegisterProspect.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/user/RegisterProspect.js +7 -0
- package/dist/mjs/types/Interface/api/user/RegisterProspect.js.map +1 -1
- package/dist/mjs/types/Interface/api/webex/GetWebinarsParams.d.ts +7 -0
- package/dist/mjs/types/Interface/api/webex/GetWebinarsParams.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/{card/Query.js → webex/GetWebinarsParams.js} +20 -16
- package/dist/mjs/types/Interface/api/webex/GetWebinarsParams.js.map +1 -0
- package/dist/mjs/types/Interface/api/webex/PaginatedWebinars.d.ts +7 -0
- package/dist/mjs/types/Interface/api/webex/PaginatedWebinars.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/webex/PaginatedWebinars.js +2 -0
- package/dist/mjs/types/Interface/api/webex/PaginatedWebinars.js.map +1 -0
- package/dist/mjs/types/Interface/api/webex/WebexMeeting.d.ts +22 -0
- package/dist/mjs/types/Interface/api/webex/WebexMeeting.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/webex/WebexMeeting.js +2 -0
- package/dist/mjs/types/Interface/api/webex/WebexMeeting.js.map +1 -0
- package/dist/mjs/types/Interface/api/webex/WebexRegistrant.d.ts +18 -0
- package/dist/mjs/types/Interface/api/webex/WebexRegistrant.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/webex/WebexRegistrant.js +40 -0
- package/dist/mjs/types/Interface/api/webex/WebexRegistrant.js.map +1 -0
- package/dist/mjs/types/Interface/api/woocommerce/InvoicesWoocommerce.d.ts +6 -5
- package/dist/mjs/types/Interface/api/woocommerce/InvoicesWoocommerce.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/woocommerce/InvoicesWoocommerce.js +15 -0
- package/dist/mjs/types/Interface/api/woocommerce/InvoicesWoocommerce.js.map +1 -1
- package/dist/mjs/types/Interface/models/IBalanceSheet.d.ts +0 -3
- package/dist/mjs/types/Interface/models/IBalanceSheet.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/IBalanceSheet.js.map +1 -1
- package/dist/mjs/types/Interface/models/ICard.d.ts +0 -19
- package/dist/mjs/types/Interface/models/ICard.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/ICard.js.map +1 -1
- package/dist/mjs/types/Interface/models/ICardHistory.d.ts +0 -4
- package/dist/mjs/types/Interface/models/ICardHistory.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/ICardHistory.js.map +1 -1
- package/dist/mjs/types/Interface/models/ICustomerVat.d.ts +0 -1
- package/dist/mjs/types/Interface/models/ICustomerVat.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/ICustomerVat.js.map +1 -1
- package/dist/mjs/types/Interface/models/ILoginApproval.d.ts +31 -0
- package/dist/mjs/types/Interface/models/ILoginApproval.d.ts.map +1 -0
- package/dist/mjs/types/Interface/models/ILoginApproval.js +2 -0
- package/dist/mjs/types/Interface/models/ILoginApproval.js.map +1 -0
- package/dist/mjs/types/Interface/models/ISocietyApproval.d.ts +2 -0
- package/dist/mjs/types/Interface/models/ISocietyApproval.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/ISocietyApproval.js.map +1 -1
- package/dist/mjs/types/Interface/models/IUser.d.ts +2 -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/index.d.ts +14 -7
- package/dist/mjs/types/index.d.ts.map +1 -1
- package/dist/mjs/types/index.js +14 -7
- package/dist/mjs/types/index.js.map +1 -1
- package/dist/mjs/utils/commercialManagement/internationalization/choices.d.ts.map +1 -1
- package/dist/mjs/utils/commercialManagement/internationalization/choices.js +21 -19
- package/dist/mjs/utils/commercialManagement/internationalization/choices.js.map +1 -1
- package/dist/mjs/utils/index.d.ts +1 -0
- package/dist/mjs/utils/index.d.ts.map +1 -1
- package/dist/mjs/utils/index.js +1 -0
- package/dist/mjs/utils/index.js.map +1 -1
- package/dist/mjs/utils/societyApproval.d.ts +38 -0
- package/dist/mjs/utils/societyApproval.d.ts.map +1 -0
- package/dist/mjs/utils/societyApproval.js +109 -0
- package/dist/mjs/utils/societyApproval.js.map +1 -0
- package/package.json +1 -1
- package/ts/api/resources/Card.ts +0 -61
- package/ts/api/resources/LoginApproval.ts +20 -0
- package/ts/api/resources/Mfa.ts +6 -0
- package/ts/api/resources/Payment.ts +4 -0
- package/ts/api/resources/Society.ts +5 -0
- package/ts/api/resources/SocietyApproval.ts +75 -0
- package/ts/api/resources/Webex.ts +16 -0
- package/ts/api/resources.ts +4 -2
- package/ts/types/Enum/Card.ts +2 -52
- package/ts/types/Enum/EbookIntention.ts +14 -0
- package/ts/types/Enum/Ged.ts +380 -248
- package/ts/types/Enum/InformationRequestState.ts +1 -0
- package/ts/types/Enum/JobTitle.ts +6 -0
- package/ts/types/Enum/LoginApprovalStatus.ts +13 -0
- package/ts/types/Enum/MailAuto.ts +2 -0
- package/ts/types/Enum/MfaMode.ts +11 -0
- package/ts/types/Enum/PriceGridClementine.ts +487 -474
- package/ts/types/Enum/Proceding.ts +4 -0
- package/ts/types/Enum/SocietyApproval.ts +301 -0
- package/ts/types/Enum/StatutsSection.ts +15 -7
- package/ts/types/Interface/api/SocietyApproval.ts +121 -0
- package/ts/types/Interface/api/authentification/AuthenticationResponse.ts +10 -0
- package/ts/types/Interface/api/authentification/FinalizeMobileApprovalDto.ts +6 -0
- package/ts/types/Interface/api/authentification/ReadAuthenticateCollaborater.ts +18 -0
- package/ts/types/Interface/api/authentification/SetMobileApprovalDto.ts +11 -0
- package/ts/types/Interface/api/authentification/loginApproval.ts +75 -0
- package/ts/types/Interface/api/balanceSheet/UpdateBalanceSheet.ts +0 -5
- package/ts/types/Interface/api/bankAccount/Benchmark.ts +7 -0
- package/ts/types/Interface/api/brevo/BrevoElement.ts +6 -0
- package/ts/types/Interface/api/card/Cron.ts +8 -1
- package/ts/types/Interface/api/card/QueryUserCards.ts +6 -36
- package/ts/types/Interface/api/card/UpdateCard.ts +2 -50
- package/ts/types/Interface/api/informationRequest/Update.ts +7 -0
- package/ts/types/Interface/api/oldExportInfo/OldExpertInfos.ts +2 -0
- package/ts/types/Interface/api/prestation/Query.ts +6 -0
- package/ts/types/Interface/api/user/RegisterProspect.ts +5 -0
- package/ts/types/Interface/api/webex/GetWebinarsParams.ts +20 -0
- package/ts/types/Interface/api/webex/PaginatedWebinars.ts +7 -0
- package/ts/types/Interface/api/webex/WebexMeeting.ts +21 -0
- package/ts/types/Interface/api/webex/WebexRegistrant.ts +34 -0
- package/ts/types/Interface/api/woocommerce/InvoicesWoocommerce.ts +17 -5
- package/ts/types/Interface/models/IBalanceSheet.ts +0 -3
- package/ts/types/Interface/models/ICard.ts +0 -20
- package/ts/types/Interface/models/ICardHistory.ts +0 -4
- package/ts/types/Interface/models/ICustomerVat.ts +0 -1
- package/ts/types/Interface/models/ILoginApproval.ts +31 -0
- package/ts/types/Interface/models/ISocietyApproval.ts +2 -0
- package/ts/types/Interface/models/IUser.ts +2 -0
- package/ts/types/index.ts +14 -7
- package/ts/utils/commercialManagement/internationalization/choices.ts +21 -19
- package/ts/utils/index.ts +1 -0
- package/ts/utils/societyApproval.ts +129 -0
- package/dist/cjs/api/resources/UsersHistory.d.ts +0 -11
- package/dist/cjs/api/resources/UsersHistory.d.ts.map +0 -1
- package/dist/cjs/api/resources/UsersHistory.js +0 -26
- package/dist/cjs/api/resources/UsersHistory.js.map +0 -1
- package/dist/cjs/types/Enum/UsersHistory.d.ts +0 -18
- package/dist/cjs/types/Enum/UsersHistory.d.ts.map +0 -1
- package/dist/cjs/types/Enum/UsersHistory.js +0 -42
- package/dist/cjs/types/Enum/UsersHistory.js.map +0 -1
- package/dist/cjs/types/Interface/api/card/ModifyAcceptation.d.ts +0 -9
- package/dist/cjs/types/Interface/api/card/ModifyAcceptation.d.ts.map +0 -1
- package/dist/cjs/types/Interface/api/card/ModifyAcceptation.js +0 -43
- package/dist/cjs/types/Interface/api/card/ModifyAcceptation.js.map +0 -1
- package/dist/cjs/types/Interface/api/card/ModifyBalanceSheet.d.ts +0 -25
- package/dist/cjs/types/Interface/api/card/ModifyBalanceSheet.d.ts.map +0 -1
- package/dist/cjs/types/Interface/api/card/ModifyBalanceSheet.js +0 -106
- package/dist/cjs/types/Interface/api/card/ModifyBalanceSheet.js.map +0 -1
- package/dist/cjs/types/Interface/api/card/ModifyCustomerVat.d.ts +0 -5
- package/dist/cjs/types/Interface/api/card/ModifyCustomerVat.d.ts.map +0 -1
- package/dist/cjs/types/Interface/api/card/ModifyCustomerVat.js.map +0 -1
- package/dist/cjs/types/Interface/api/card/ModifyPlanning.d.ts +0 -18
- package/dist/cjs/types/Interface/api/card/ModifyPlanning.d.ts.map +0 -1
- package/dist/cjs/types/Interface/api/card/ModifyPlanning.js +0 -79
- package/dist/cjs/types/Interface/api/card/ModifyPlanning.js.map +0 -1
- package/dist/cjs/types/Interface/api/card/Query.d.ts +0 -8
- package/dist/cjs/types/Interface/api/card/Query.d.ts.map +0 -1
- package/dist/cjs/types/Interface/api/card/Query.js.map +0 -1
- package/dist/cjs/types/Interface/models/IUsersHistory.d.ts +0 -10
- package/dist/cjs/types/Interface/models/IUsersHistory.d.ts.map +0 -1
- package/dist/cjs/types/Interface/models/IUsersHistory.js.map +0 -1
- package/dist/mjs/api/resources/UsersHistory.d.ts +0 -11
- package/dist/mjs/api/resources/UsersHistory.d.ts.map +0 -1
- package/dist/mjs/api/resources/UsersHistory.js +0 -22
- package/dist/mjs/api/resources/UsersHistory.js.map +0 -1
- package/dist/mjs/types/Enum/UsersHistory.d.ts +0 -18
- package/dist/mjs/types/Enum/UsersHistory.d.ts.map +0 -1
- package/dist/mjs/types/Enum/UsersHistory.js +0 -39
- package/dist/mjs/types/Enum/UsersHistory.js.map +0 -1
- package/dist/mjs/types/Interface/api/card/ModifyAcceptation.d.ts +0 -9
- package/dist/mjs/types/Interface/api/card/ModifyAcceptation.d.ts.map +0 -1
- package/dist/mjs/types/Interface/api/card/ModifyAcceptation.js +0 -42
- package/dist/mjs/types/Interface/api/card/ModifyAcceptation.js.map +0 -1
- package/dist/mjs/types/Interface/api/card/ModifyBalanceSheet.d.ts +0 -25
- package/dist/mjs/types/Interface/api/card/ModifyBalanceSheet.d.ts.map +0 -1
- package/dist/mjs/types/Interface/api/card/ModifyBalanceSheet.js +0 -115
- package/dist/mjs/types/Interface/api/card/ModifyBalanceSheet.js.map +0 -1
- package/dist/mjs/types/Interface/api/card/ModifyCustomerVat.d.ts +0 -5
- package/dist/mjs/types/Interface/api/card/ModifyCustomerVat.d.ts.map +0 -1
- package/dist/mjs/types/Interface/api/card/ModifyCustomerVat.js.map +0 -1
- package/dist/mjs/types/Interface/api/card/ModifyPlanning.d.ts +0 -18
- package/dist/mjs/types/Interface/api/card/ModifyPlanning.d.ts.map +0 -1
- package/dist/mjs/types/Interface/api/card/ModifyPlanning.js +0 -84
- package/dist/mjs/types/Interface/api/card/ModifyPlanning.js.map +0 -1
- package/dist/mjs/types/Interface/api/card/Query.d.ts +0 -8
- package/dist/mjs/types/Interface/api/card/Query.d.ts.map +0 -1
- package/dist/mjs/types/Interface/api/card/Query.js.map +0 -1
- package/dist/mjs/types/Interface/models/IUsersHistory.d.ts +0 -10
- package/dist/mjs/types/Interface/models/IUsersHistory.d.ts.map +0 -1
- package/dist/mjs/types/Interface/models/IUsersHistory.js +0 -2
- package/dist/mjs/types/Interface/models/IUsersHistory.js.map +0 -1
- package/ts/api/resources/UsersHistory.ts +0 -29
- package/ts/types/Enum/UsersHistory.ts +0 -42
- package/ts/types/Interface/api/card/ModifyAcceptation.ts +0 -24
- package/ts/types/Interface/api/card/ModifyBalanceSheet.ts +0 -81
- package/ts/types/Interface/api/card/ModifyCustomerVat.ts +0 -13
- package/ts/types/Interface/api/card/ModifyPlanning.ts +0 -52
- package/ts/types/Interface/api/card/Query.ts +0 -19
- package/ts/types/Interface/models/IUsersHistory.ts +0 -9
package/ts/types/Enum/Ged.ts
CHANGED
|
@@ -171,6 +171,7 @@ export enum TypeFile {
|
|
|
171
171
|
INVOICING_SOFTWARE_SUMMARY = 109, // Un récapitulatif de votre logiciel de facturation détaillé par type d'encaissement et par taux de TVA
|
|
172
172
|
MILEAGE_ALLOWANCES_SUMMARY = 110, // Un récapitulatif de vos indemnités kilométriques
|
|
173
173
|
PURCHASE_DEED = 111, // Acte d'achat
|
|
174
|
+
APPROVAL = 112, // Appro des comptes
|
|
174
175
|
}
|
|
175
176
|
|
|
176
177
|
/** @deprecated this is a legacy enum try to use TypeFile enum if you can or use both enum's */
|
|
@@ -272,7 +273,9 @@ export const JuridicalJuristFile = [
|
|
|
272
273
|
idGedFolder: GedFolder.JURIDICAL,
|
|
273
274
|
},
|
|
274
275
|
];
|
|
275
|
-
|
|
276
|
+
/**
|
|
277
|
+
* @deprecated use TypeFileDetail instead (still use in erp)
|
|
278
|
+
*/
|
|
276
279
|
export const GedFileTypeDetail = {
|
|
277
280
|
STATUTES: {
|
|
278
281
|
id: GedFileType.STATUTES,
|
|
@@ -282,7 +285,7 @@ export const GedFileTypeDetail = {
|
|
|
282
285
|
},
|
|
283
286
|
IDENTITY_CARD: {
|
|
284
287
|
id: GedFileType.IDENTITY_CARD,
|
|
285
|
-
name:
|
|
288
|
+
name: "Carte d'identité",
|
|
286
289
|
idGedFolder: GedFolder.KBIS,
|
|
287
290
|
typeFile: TypeFile.IDENTITY_CARD_RECTO,
|
|
288
291
|
},
|
|
@@ -416,203 +419,203 @@ export const GedFolderList: Array<{
|
|
|
416
419
|
idGedCategory: GedCategory;
|
|
417
420
|
name: string;
|
|
418
421
|
}> = [
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
422
|
+
{
|
|
423
|
+
id: GedFolder.KBIS,
|
|
424
|
+
name: "K-bis & Carte d'identité & Mémento fiscal",
|
|
425
|
+
isVisibleForClient: true,
|
|
426
|
+
idGedCategory: GedCategory.COMPANY,
|
|
427
|
+
},
|
|
428
|
+
{ id: GedFolder.LDM, name: 'Lettres de missions', isVisibleForClient: true, idGedCategory: GedCategory.COMPANY },
|
|
429
|
+
{ id: GedFolder.RIB_MANDATES, name: 'Mandats & RIB', isVisibleForClient: true, idGedCategory: GedCategory.COMPANY },
|
|
430
|
+
{
|
|
431
|
+
id: GedFolder.BALANCE_GL,
|
|
432
|
+
name: 'Balance-GL Journaux',
|
|
433
|
+
isVisibleForClient: true,
|
|
434
|
+
idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
id: GedFolder.CLOSE_BALANCE_SHEET,
|
|
438
|
+
name: 'Clôtures & Bilans',
|
|
439
|
+
isVisibleForClient: true,
|
|
440
|
+
idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
id: GedFolder.VAT,
|
|
444
|
+
name: 'Déclarations de TVA',
|
|
445
|
+
isVisibleForClient: true,
|
|
446
|
+
idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
|
|
447
|
+
},
|
|
448
|
+
{
|
|
449
|
+
id: GedFolder.IS_DECLARATIONS,
|
|
450
|
+
name: "Déclarations d'IS",
|
|
451
|
+
isVisibleForClient: true,
|
|
452
|
+
idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
|
|
453
|
+
},
|
|
454
|
+
{ id: GedFolder.STATUTES, name: 'Statuts & avenants', isVisibleForClient: true, idGedCategory: GedCategory.COMPANY },
|
|
455
|
+
{
|
|
456
|
+
id: GedFolder.TRAINING_AND_PROFESSIONAL_TAX,
|
|
457
|
+
name: 'Formation et taxe professionnelle',
|
|
458
|
+
isVisibleForClient: true,
|
|
459
|
+
idGedCategory: GedCategory.SOCIAL,
|
|
460
|
+
},
|
|
461
|
+
{ id: GedFolder.DADS_U_DUE, name: 'DADS-U & DUE', isVisibleForClient: true, idGedCategory: GedCategory.SOCIAL },
|
|
462
|
+
{ id: GedFolder.URSSAF, name: 'URSSAF & Pôle-Emploi', isVisibleForClient: true, idGedCategory: GedCategory.SOCIAL },
|
|
463
|
+
{
|
|
464
|
+
id: GedFolder.PAY_SLIPS,
|
|
465
|
+
name: 'Bulletins de salaires',
|
|
466
|
+
isVisibleForClient: true,
|
|
467
|
+
idGedCategory: GedCategory.SOCIAL,
|
|
468
|
+
},
|
|
469
|
+
{ id: GedFolder.TNS, name: 'TNS', isVisibleForClient: true, idGedCategory: GedCategory.SOCIAL },
|
|
470
|
+
{ id: GedFolder.AGM, name: "PV d'AG", isVisibleForClient: true, idGedCategory: GedCategory.JURIDIC },
|
|
471
|
+
{
|
|
472
|
+
id: GedFolder.CONTRACTS_LEASES,
|
|
473
|
+
name: 'Contrats & Baux',
|
|
474
|
+
isVisibleForClient: true,
|
|
475
|
+
idGedCategory: GedCategory.GENERALITY,
|
|
476
|
+
},
|
|
477
|
+
{ id: GedFolder.INSURANCES, name: 'Assurances', isVisibleForClient: true, idGedCategory: GedCategory.GENERALITY },
|
|
478
|
+
{
|
|
479
|
+
id: GedFolder.CABINET_INVOICES,
|
|
480
|
+
name: 'Factures Cabinet',
|
|
481
|
+
isVisibleForClient: true,
|
|
482
|
+
idGedCategory: GedCategory.BILLING,
|
|
483
|
+
},
|
|
484
|
+
{ id: GedFolder.OTHER, name: 'Autres', isVisibleForClient: true, idGedCategory: GedCategory.GENERALITY },
|
|
485
|
+
{ id: GedFolder.VEHICLES, name: 'Véhicules', isVisibleForClient: true, idGedCategory: GedCategory.GENERALITY },
|
|
486
|
+
{
|
|
487
|
+
id: GedFolder.BORROWING_TABLES,
|
|
488
|
+
name: 'Tableaux d’emprunts',
|
|
489
|
+
isVisibleForClient: true,
|
|
490
|
+
idGedCategory: GedCategory.GENERALITY,
|
|
491
|
+
},
|
|
492
|
+
{ id: GedFolder.RSI_URSSAF, name: 'RSI & URSSAF', isVisibleForClient: true, idGedCategory: GedCategory.GENERALITY },
|
|
493
|
+
{
|
|
494
|
+
id: GedFolder.GA_BALANCE_PV,
|
|
495
|
+
name: 'Bilan & PV d’AG antérieur',
|
|
496
|
+
isVisibleForClient: true,
|
|
497
|
+
idGedCategory: GedCategory.GENERALITY,
|
|
498
|
+
},
|
|
499
|
+
{
|
|
500
|
+
id: GedFolder.SLIPS_CFE,
|
|
501
|
+
name: 'Bordereaux pour la CFE',
|
|
502
|
+
isVisibleForClient: true,
|
|
503
|
+
idGedCategory: GedCategory.GENERALITY,
|
|
504
|
+
},
|
|
505
|
+
{
|
|
506
|
+
id: GedFolder.APPENDIX_PROVIDERS_CUSTOMERS,
|
|
507
|
+
name: 'Annexes fournisseurs/clients',
|
|
508
|
+
isVisibleForClient: true,
|
|
509
|
+
idGedCategory: GedCategory.GENERALITY,
|
|
510
|
+
},
|
|
511
|
+
{
|
|
512
|
+
id: GedFolder.MISCELLANEOUS,
|
|
513
|
+
name: 'Divers',
|
|
514
|
+
isVisibleForClient: true,
|
|
515
|
+
idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
|
|
516
|
+
},
|
|
517
|
+
{
|
|
518
|
+
id: GedFolder.LEGAL_ANNOUNCEMENTS,
|
|
519
|
+
name: 'Annonces Légales',
|
|
520
|
+
isVisibleForClient: true,
|
|
521
|
+
idGedCategory: GedCategory.JURIDIC,
|
|
522
|
+
},
|
|
523
|
+
{ id: GedFolder.CERTIFICATES, name: 'Attestations', isVisibleForClient: true, idGedCategory: GedCategory.GENERALITY },
|
|
524
|
+
{ id: GedFolder.PARTNERS, name: 'Associés', isVisibleForClient: true, idGedCategory: GedCategory.COMPANY },
|
|
525
|
+
{
|
|
526
|
+
id: GedFolder.INCOMING_MAILS,
|
|
527
|
+
name: 'Courriers entrants',
|
|
528
|
+
isVisibleForClient: true,
|
|
529
|
+
idGedCategory: GedCategory.MAIL,
|
|
530
|
+
},
|
|
531
|
+
{
|
|
532
|
+
id: GedFolder.OUTGOING_MAIL,
|
|
533
|
+
name: 'Courriers sortants',
|
|
534
|
+
isVisibleForClient: true,
|
|
535
|
+
idGedCategory: GedCategory.MAIL,
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
id: GedFolder.BANK_STATEMENT,
|
|
539
|
+
name: 'Relevés Bancaires',
|
|
540
|
+
isVisibleForClient: true,
|
|
541
|
+
idGedCategory: GedCategory.BANK_STATEMENT,
|
|
542
|
+
},
|
|
543
|
+
{
|
|
544
|
+
id: GedFolder.FORMALISM,
|
|
545
|
+
name: 'Formalisme',
|
|
546
|
+
isVisibleForClient: false,
|
|
547
|
+
idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
|
|
548
|
+
},
|
|
549
|
+
{
|
|
550
|
+
id: GedFolder.PENDING_POINTS,
|
|
551
|
+
name: 'Points en suspens',
|
|
552
|
+
isVisibleForClient: false,
|
|
553
|
+
idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
|
|
554
|
+
},
|
|
555
|
+
{
|
|
556
|
+
id: GedFolder.BALANCE_GL_JOURNALS_YEAR,
|
|
557
|
+
name: 'Balance-GL Journaux Année N-1',
|
|
558
|
+
isVisibleForClient: true,
|
|
559
|
+
idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
|
|
560
|
+
},
|
|
561
|
+
{ id: GedFolder.JURIDICAL, name: 'Juridique', isVisibleForClient: true, idGedCategory: GedCategory.JURIDIC },
|
|
562
|
+
{ id: GedFolder.SUBVENTION, name: 'Subvention', isVisibleForClient: true, idGedCategory: GedCategory.GENERALITY },
|
|
563
|
+
{
|
|
564
|
+
id: GedFolder.EMPLOYEMENT_CONTRACT,
|
|
565
|
+
name: 'Contrats de travail & avenants',
|
|
566
|
+
isVisibleForClient: true,
|
|
567
|
+
idGedCategory: GedCategory.SOCIAL,
|
|
568
|
+
},
|
|
569
|
+
{
|
|
570
|
+
id: GedFolder.EXIT_DOCUMENT,
|
|
571
|
+
name: 'Documents de sorties',
|
|
572
|
+
isVisibleForClient: true,
|
|
573
|
+
idGedCategory: GedCategory.SOCIAL,
|
|
574
|
+
},
|
|
575
|
+
{
|
|
576
|
+
id: GedFolder.JEDECLARE_MANDATES,
|
|
577
|
+
name: 'Mandat JeDeclare',
|
|
578
|
+
isVisibleForClient: true,
|
|
579
|
+
idGedCategory: GedCategory.COMPANY,
|
|
580
|
+
},
|
|
581
|
+
{
|
|
582
|
+
id: GedFolder.COMPANY_PASSWORD_SERVICE,
|
|
583
|
+
name: 'Mot de passe service entreprise',
|
|
584
|
+
isVisibleForClient: false,
|
|
585
|
+
idGedCategory: GedCategory.COMPANY,
|
|
586
|
+
},
|
|
587
|
+
{ id: GedFolder.FEC, name: 'Fec', isVisibleForClient: false, idGedCategory: GedCategory.ACCOUNTING_AND_TAX },
|
|
588
|
+
{
|
|
589
|
+
id: GedFolder.PREVISIONAL,
|
|
590
|
+
name: 'Prévisionnels',
|
|
591
|
+
isVisibleForClient: true,
|
|
592
|
+
idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
id: GedFolder.PREVISIONAL_ANNEX,
|
|
596
|
+
name: 'Annexes Prévisionnels',
|
|
597
|
+
isVisibleForClient: false,
|
|
598
|
+
idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
|
|
599
|
+
},
|
|
600
|
+
{
|
|
601
|
+
id: GedFolder.CASH_BOOK,
|
|
602
|
+
name: 'Caisse',
|
|
603
|
+
isVisibleForClient: true,
|
|
604
|
+
idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
|
|
605
|
+
},
|
|
606
|
+
{
|
|
607
|
+
id: GedFolder.STOCK,
|
|
608
|
+
name: 'Stock',
|
|
609
|
+
isVisibleForClient: true,
|
|
610
|
+
idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
|
|
611
|
+
},
|
|
612
|
+
{
|
|
613
|
+
id: GedFolder.SUMMARY,
|
|
614
|
+
name: 'Récapitulatif',
|
|
615
|
+
isVisibleForClient: true,
|
|
616
|
+
idGedCategory: GedCategory.ACCOUNTING_AND_TAX,
|
|
617
|
+
},
|
|
618
|
+
];
|
|
616
619
|
|
|
617
620
|
export const gedCategoryWithName: Array<{
|
|
618
621
|
idGedCategory: number;
|
|
@@ -620,55 +623,176 @@ export const gedCategoryWithName: Array<{
|
|
|
620
623
|
usableByClient: boolean;
|
|
621
624
|
brandCondition?: string[];
|
|
622
625
|
}> = [
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
626
|
+
{ idGedCategory: GedCategory.COMPANY, name: 'Entreprise', usableByClient: true },
|
|
627
|
+
{ idGedCategory: GedCategory.ACCOUNTING_AND_TAX, name: 'Comptabilité', usableByClient: false },
|
|
628
|
+
{ idGedCategory: GedCategory.SOCIAL, name: 'Social', usableByClient: false },
|
|
629
|
+
{ idGedCategory: GedCategory.JURIDIC, name: 'Juridique', usableByClient: false },
|
|
630
|
+
{ idGedCategory: GedCategory.GENERALITY, name: 'Généralités', usableByClient: true },
|
|
631
|
+
{ idGedCategory: GedCategory.BILLING, name: 'Facturation', usableByClient: false },
|
|
632
|
+
{
|
|
633
|
+
idGedCategory: GedCategory.MAIL,
|
|
634
|
+
name: 'Courriers',
|
|
635
|
+
usableByClient: true,
|
|
636
|
+
brandCondition: ['Clementine', 'Comptastart'],
|
|
637
|
+
},
|
|
638
|
+
{ idGedCategory: GedCategory.BANK_STATEMENT, name: 'Relevés bancaires', usableByClient: true },
|
|
639
|
+
];
|
|
640
|
+
|
|
641
|
+
export type TypeFileDetailType = {
|
|
642
|
+
typeFile: TypeFile;
|
|
643
|
+
name: string;
|
|
644
|
+
idGedFolder?: GedFolder;
|
|
645
|
+
helpText?: string;
|
|
646
|
+
idGedFileType?: GedFileType;
|
|
647
|
+
};
|
|
637
648
|
|
|
638
|
-
export const TypeFileDetail: Record<
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
649
|
+
export const TypeFileDetail: Record<number, TypeFileDetailType> = {
|
|
650
|
+
[TypeFile.STATUTES]: {
|
|
651
|
+
typeFile: TypeFile.STATUTES,
|
|
652
|
+
name: 'Statuts',
|
|
653
|
+
idGedFolder: GedFolder.KBIS,
|
|
654
|
+
idGedFileType: GedFileType.STATUTES,
|
|
655
|
+
},
|
|
656
|
+
[TypeFile.IDENTITY_CARD_RECTO]: {
|
|
657
|
+
typeFile: TypeFile.IDENTITY_CARD_RECTO,
|
|
658
|
+
name: "Carte d'identité",
|
|
659
|
+
idGedFolder: GedFolder.KBIS,
|
|
660
|
+
idGedFileType: GedFileType.IDENTITY_CARD,
|
|
661
|
+
},
|
|
662
|
+
[TypeFile.KBIS]: {
|
|
663
|
+
idGedFileType: GedFileType.KBIS,
|
|
664
|
+
name: 'KBIS',
|
|
665
|
+
idGedFolder: GedFolder.KBIS,
|
|
666
|
+
typeFile: TypeFile.KBIS,
|
|
667
|
+
},
|
|
668
|
+
[TypeFile.RIB]: {
|
|
669
|
+
idGedFileType: GedFileType.RIB,
|
|
670
|
+
name: 'RIB',
|
|
671
|
+
idGedFolder: GedFolder.RIB_MANDATES,
|
|
672
|
+
typeFile: TypeFile.RIB,
|
|
673
|
+
},
|
|
674
|
+
[TypeFile.FISCAL_MEMENTO]: {
|
|
675
|
+
idGedFileType: GedFileType.FISCAL_MEMENTO,
|
|
676
|
+
name: 'Mémento fiscal',
|
|
677
|
+
idGedFolder: GedFolder.KBIS,
|
|
678
|
+
typeFile: TypeFile.FISCAL_MEMENTO,
|
|
679
|
+
},
|
|
680
|
+
[TypeFile.SEPA]: {
|
|
681
|
+
idGedFileType: GedFileType.SEPA,
|
|
682
|
+
name: 'SEPA',
|
|
683
|
+
idGedFolder: GedFolder.RIB_MANDATES,
|
|
684
|
+
typeFile: TypeFile.SEPA,
|
|
685
|
+
},
|
|
686
|
+
[TypeFile.PLAQUETTE]: {
|
|
687
|
+
idGedFileType: GedFileType.PLAQUETTE,
|
|
688
|
+
name: 'Plaquette',
|
|
689
|
+
idGedFolder: GedFolder.LDM,
|
|
690
|
+
typeFile: TypeFile.PLAQUETTE,
|
|
691
|
+
},
|
|
692
|
+
[TypeFile.M0]: {
|
|
693
|
+
idGedFileType: GedFileType.M0,
|
|
694
|
+
name: 'M0',
|
|
695
|
+
idGedFolder: GedFolder.KBIS,
|
|
696
|
+
typeFile: TypeFile.M0,
|
|
697
|
+
},
|
|
698
|
+
[TypeFile.DBE2]: {
|
|
699
|
+
idGedFileType: GedFileType.DBE2,
|
|
700
|
+
name: 'Déclaration des bénéficiaires effectifs',
|
|
701
|
+
idGedFolder: GedFolder.KBIS,
|
|
702
|
+
typeFile: TypeFile.DBE2,
|
|
703
|
+
},
|
|
704
|
+
[TypeFile.SIRENE]: {
|
|
705
|
+
idGedFileType: GedFileType.SIRENE,
|
|
706
|
+
name: 'Inscription au répertoire SIRENE / Répertoire des métiers',
|
|
707
|
+
idGedFolder: GedFolder.KBIS,
|
|
708
|
+
typeFile: TypeFile.SIRENE,
|
|
709
|
+
},
|
|
710
|
+
[TypeFile.PATRIMONY]: {
|
|
711
|
+
idGedFileType: GedFileType.PATRIMONY,
|
|
712
|
+
name: 'Déclaration du patrimoine affectée',
|
|
713
|
+
idGedFolder: GedFolder.KBIS,
|
|
714
|
+
typeFile: TypeFile.PATRIMONY,
|
|
715
|
+
},
|
|
716
|
+
[TypeFile.DISTRIBUTION_OF_SHARE]: {
|
|
717
|
+
idGedFileType: GedFileType.DISTRIBUTION_OF_SHARE,
|
|
718
|
+
name: 'Liste des souscripteurs avec répartition des actions',
|
|
719
|
+
idGedFolder: GedFolder.STATUTES,
|
|
720
|
+
typeFile: TypeFile.DISTRIBUTION_OF_SHARE,
|
|
721
|
+
},
|
|
722
|
+
[TypeFile.REGISTRATION_OF_THE_ASSOCIATION_AT_THE_PREFECTURE]: {
|
|
723
|
+
idGedFileType: GedFileType.REGISTRATION_OF_THE_ASSOCIATION_AT_THE_PREFECTURE,
|
|
724
|
+
name: 'Récépissé d’inscription de l’association en préfecture',
|
|
725
|
+
idGedFolder: GedFolder.KBIS,
|
|
726
|
+
typeFile: TypeFile.REGISTRATION_OF_THE_ASSOCIATION_AT_THE_PREFECTURE,
|
|
727
|
+
},
|
|
728
|
+
[TypeFile.REPRESENTATIVE_OF_THE_ASSOCIATION]: {
|
|
729
|
+
idGedFileType: GedFileType.REPRESENTATIVE_OF_THE_ASSOCIATION,
|
|
730
|
+
name: 'Liste des représentants de l’association',
|
|
731
|
+
idGedFolder: GedFolder.KBIS,
|
|
732
|
+
typeFile: TypeFile.REPRESENTATIVE_OF_THE_ASSOCIATION,
|
|
733
|
+
},
|
|
734
|
+
[TypeFile.RULES_OF_PROCEDURE]: {
|
|
735
|
+
idGedFileType: GedFileType.RULES_OF_PROCEDURE,
|
|
736
|
+
name: 'Règlement intérieur ou Statuts',
|
|
737
|
+
idGedFolder: GedFolder.STATUTES,
|
|
738
|
+
typeFile: TypeFile.RULES_OF_PROCEDURE,
|
|
739
|
+
},
|
|
740
|
+
[TypeFile.REVISION_GUIDE]: {
|
|
741
|
+
idGedFileType: GedFileType.REVISION_GUIDE,
|
|
742
|
+
name: 'Guide de révision',
|
|
743
|
+
idGedFolder: GedFolder.PENDING_POINTS,
|
|
744
|
+
typeFile: TypeFile.REVISION_GUIDE,
|
|
745
|
+
},
|
|
746
|
+
[TypeFile.SUMMARY_NOTE]: {
|
|
747
|
+
idGedFileType: GedFileType.SUMMARY_NOTE,
|
|
748
|
+
name: 'Notes de synthèse',
|
|
749
|
+
idGedFolder: GedFolder.FORMALISM,
|
|
750
|
+
typeFile: TypeFile.SUMMARY_NOTE,
|
|
751
|
+
},
|
|
752
|
+
[TypeFile.BALANCESHEET_NOTE]: {
|
|
753
|
+
idGedFileType: GedFileType.BALANCESHEET_NOTE,
|
|
754
|
+
name: 'Notes de bilan',
|
|
755
|
+
idGedFolder: GedFolder.FORMALISM,
|
|
756
|
+
typeFile: TypeFile.BALANCESHEET_NOTE,
|
|
757
|
+
},
|
|
758
|
+
[TypeFile.PERSONNAL_RIB]: {
|
|
759
|
+
idGedFileType: GedFileType.PERSONNAL_RIB,
|
|
760
|
+
name: 'RIB Personnel',
|
|
761
|
+
idGedFolder: GedFolder.RIB_MANDATES,
|
|
762
|
+
typeFile: TypeFile.PERSONNAL_RIB,
|
|
763
|
+
},
|
|
764
|
+
[TypeFile.FISCAL_BUNDLE]: {
|
|
765
|
+
idGedFileType: GedFileType.FISCAL_BUNDLE,
|
|
766
|
+
name: 'Document Comptable N-1',
|
|
767
|
+
idGedFolder: GedFolder.CLOSE_BALANCE_SHEET,
|
|
768
|
+
typeFile: TypeFile.FISCAL_BUNDLE,
|
|
769
|
+
},
|
|
647
770
|
[TypeFile.INSURANCE_CONTRACT]: {
|
|
648
771
|
typeFile: TypeFile.INSURANCE_CONTRACT,
|
|
649
|
-
name:
|
|
772
|
+
name: "Contrat d'assurance",
|
|
650
773
|
idGedFolder: GedFolder.INSURANCES,
|
|
651
774
|
},
|
|
652
775
|
[TypeFile.COMPANY_CONTRIBUTION_PROOF]: {
|
|
653
776
|
typeFile: TypeFile.COMPANY_CONTRIBUTION_PROOF,
|
|
654
777
|
name: 'Justificatif des apports faits à la société',
|
|
655
778
|
idGedFolder: GedFolder.JURIDICAL,
|
|
656
|
-
helpText:
|
|
779
|
+
helpText:
|
|
780
|
+
"Vos relevés bancaires personnels indiquant le montant d’épargne disponible, votre avis d'imposition personnel",
|
|
657
781
|
},
|
|
658
782
|
[TypeFile.NOTARY_STATEMENT]: {
|
|
659
783
|
typeFile: TypeFile.NOTARY_STATEMENT,
|
|
660
784
|
name: 'Décompte de notaire',
|
|
661
785
|
idGedFolder: GedFolder.JURIDICAL,
|
|
662
|
-
helpText: 'Le décompte du notaire définitif doit détailler toutes les opérations intervenues'
|
|
786
|
+
helpText: 'Le décompte du notaire définitif doit détailler toutes les opérations intervenues',
|
|
663
787
|
},
|
|
664
788
|
[TypeFile.PURCHASE_DEED]: {
|
|
665
789
|
typeFile: TypeFile.PURCHASE_DEED,
|
|
666
|
-
name:
|
|
790
|
+
name: "Acte d'achat",
|
|
667
791
|
idGedFolder: GedFolder.JURIDICAL,
|
|
668
792
|
},
|
|
669
793
|
[TypeFile.PV_RESULT_ALLOCATION]: {
|
|
670
794
|
typeFile: TypeFile.PV_RESULT_ALLOCATION,
|
|
671
|
-
name:
|
|
795
|
+
name: "PV d'AG d'affectation du résultat",
|
|
672
796
|
idGedFolder: GedFolder.AGM,
|
|
673
797
|
},
|
|
674
798
|
[TypeFile.SUBSIDY_PROOF]: {
|
|
@@ -678,7 +802,7 @@ export const TypeFileDetail: Record<
|
|
|
678
802
|
},
|
|
679
803
|
[TypeFile.LOAN_AMORTIZATION_TABLE]: {
|
|
680
804
|
typeFile: TypeFile.LOAN_AMORTIZATION_TABLE,
|
|
681
|
-
name:
|
|
805
|
+
name: "Tableau d'amortissement des emprunts",
|
|
682
806
|
idGedFolder: GedFolder.BORROWING_TABLES,
|
|
683
807
|
},
|
|
684
808
|
[TypeFile.COMMERCIAL_OR_RENTAL_LEASE]: {
|
|
@@ -698,7 +822,7 @@ export const TypeFileDetail: Record<
|
|
|
698
822
|
},
|
|
699
823
|
[TypeFile.LIVESTOCK_REGISTER]: {
|
|
700
824
|
typeFile: TypeFile.LIVESTOCK_REGISTER,
|
|
701
|
-
name:
|
|
825
|
+
name: "Registre d'élevage",
|
|
702
826
|
idGedFolder: GedFolder.OTHER,
|
|
703
827
|
},
|
|
704
828
|
[TypeFile.LIVESTOCK_INVENTORY]: {
|
|
@@ -728,7 +852,7 @@ export const TypeFileDetail: Record<
|
|
|
728
852
|
},
|
|
729
853
|
[TypeFile.AGRICULTURAL_TAX_CREDIT_PROOF]: {
|
|
730
854
|
typeFile: TypeFile.AGRICULTURAL_TAX_CREDIT_PROOF,
|
|
731
|
-
name:
|
|
855
|
+
name: "Justificatifs de crédits d'impôt agricoles",
|
|
732
856
|
idGedFolder: GedFolder.MISCELLANEOUS,
|
|
733
857
|
},
|
|
734
858
|
[TypeFile.LOAN_REPAYMENT_PROOF]: {
|
|
@@ -753,17 +877,17 @@ export const TypeFileDetail: Record<
|
|
|
753
877
|
},
|
|
754
878
|
[TypeFile.CONDOMINIUM_AGM_MINUTES]: {
|
|
755
879
|
typeFile: TypeFile.CONDOMINIUM_AGM_MINUTES,
|
|
756
|
-
name:
|
|
880
|
+
name: "Procès-verbaux d'AG de copropriété",
|
|
757
881
|
idGedFolder: GedFolder.AGM,
|
|
758
882
|
},
|
|
759
883
|
[TypeFile.TAX_NOTICE]: {
|
|
760
884
|
typeFile: TypeFile.TAX_NOTICE,
|
|
761
|
-
name:
|
|
885
|
+
name: "Avis d'imposition (CFE, taxe foncière)",
|
|
762
886
|
idGedFolder: GedFolder.SLIPS_CFE,
|
|
763
887
|
},
|
|
764
888
|
[TypeFile.SUBSIDY_ALLOCATION_NOTIFICATION]: {
|
|
765
889
|
typeFile: TypeFile.SUBSIDY_ALLOCATION_NOTIFICATION,
|
|
766
|
-
name:
|
|
890
|
+
name: "Notifications d'attribution de subventions publiques",
|
|
767
891
|
idGedFolder: GedFolder.SUBVENTION,
|
|
768
892
|
},
|
|
769
893
|
[TypeFile.FINANCING_CONTRACTS_OR_SUBSIDY_AGREEMENTS]: {
|
|
@@ -775,55 +899,62 @@ export const TypeFileDetail: Record<
|
|
|
775
899
|
typeFile: TypeFile.CAISSE,
|
|
776
900
|
name: 'Livre de caisse',
|
|
777
901
|
idGedFolder: GedFolder.CASH_BOOK,
|
|
778
|
-
helpText:
|
|
902
|
+
helpText:
|
|
903
|
+
'Ce document doit recenser toutes les opérations en espèces (l’argent liquide) réalisées par l’entreprise. Il doit mentionner pour chaque mouvement : la date, le montant encaissé ou dépensé, la nature de l’opération (vente, achat, dépôt ou retrait en banque) ainsi que le solde de caisse restant.',
|
|
779
904
|
},
|
|
780
905
|
[TypeFile.STOCK]: {
|
|
781
906
|
typeFile: TypeFile.STOCK,
|
|
782
|
-
name:
|
|
907
|
+
name: "L'état de vos stocks à la date de clôture",
|
|
783
908
|
idGedFolder: GedFolder.STOCK,
|
|
784
|
-
helpText:
|
|
909
|
+
helpText:
|
|
910
|
+
'L’état des stocks doit recenser l’ensemble des produits disponibles à la date de clôture. Chaque article doit être identifié précisément, classé par catégorie (matières premières, marchandises, produits finis, consommables...), et valorisé au prix d’achat hors taxes (HT). Ce document doit impérativement être daté et signé.',
|
|
785
911
|
},
|
|
786
912
|
[TypeFile.RECIPROCITY]: {
|
|
787
913
|
typeFile: TypeFile.RECIPROCITY,
|
|
788
914
|
name: 'Le grand livre de réciprocité des comptes',
|
|
789
915
|
idGedFolder: GedFolder.BALANCE_GL,
|
|
790
|
-
helpText:
|
|
916
|
+
helpText:
|
|
917
|
+
"Votre société détient ou a cédé des actions à une autre entité, ce qui établit un lien capitalistique entre les deux sociétés. En conséquence, des mouvements comptables peuvent exister entre elles. Afin d'assurer la cohérence des écritures comptables, nous vous demandons de nous transmettre les grands livres des opérations enregistrées dans la comptabilité de l’autre société. Cela nous permettra de rapprocher et cadrer les flux entre les deux entités.",
|
|
791
918
|
},
|
|
792
919
|
[TypeFile.SUPPLIER_DEBTS]: {
|
|
793
920
|
typeFile: TypeFile.SUPPLIER_DEBTS,
|
|
794
921
|
name: 'Dettes fournisseurs',
|
|
795
922
|
idGedFolder: GedFolder.BALANCE_GL,
|
|
796
|
-
helpText: 'Les factures d’achats émises avant la clôture de l’exercice mais non réglées à cette date.'
|
|
923
|
+
helpText: 'Les factures d’achats émises avant la clôture de l’exercice mais non réglées à cette date.',
|
|
797
924
|
},
|
|
798
925
|
[TypeFile.CUSTOMER_RECEIVABLES]: {
|
|
799
926
|
typeFile: TypeFile.CUSTOMER_RECEIVABLES,
|
|
800
927
|
name: 'Créances clients',
|
|
801
928
|
idGedFolder: GedFolder.BALANCE_GL,
|
|
802
|
-
helpText: 'Les factures de ventes émises avant la clôture de l’exercice mais non encaissées à cette date.'
|
|
929
|
+
helpText: 'Les factures de ventes émises avant la clôture de l’exercice mais non encaissées à cette date.',
|
|
803
930
|
},
|
|
804
931
|
[TypeFile.PAYROLL_ACCOUNTING_FILE]: {
|
|
805
932
|
typeFile: TypeFile.PAYROLL_ACCOUNTING_FILE,
|
|
806
933
|
name: 'Votre fichier des écritures comptables de paie',
|
|
807
934
|
idGedFolder: GedFolder.PAY_SLIPS,
|
|
808
|
-
helpText:
|
|
935
|
+
helpText:
|
|
936
|
+
'Les écritures de paie, le tableau des charges, le livre de paie annuel. Ces documents sont fournis par le prestataire qui établit les bulletins de salaire.',
|
|
809
937
|
},
|
|
810
938
|
[TypeFile.MONTHLY_TESE_SUMMARIES]: {
|
|
811
939
|
typeFile: TypeFile.MONTHLY_TESE_SUMMARIES,
|
|
812
940
|
name: 'Etats des récapitulatifs mensuels et annuels TESE',
|
|
813
941
|
idGedFolder: GedFolder.PAY_SLIPS,
|
|
814
|
-
helpText:
|
|
942
|
+
helpText:
|
|
943
|
+
'Si vous utilisez le dispositif TESE pour établir vos bulletins de salaire, rendez vous sur le site TESE -Urssaf → Documents → Etats récapitulatifs.',
|
|
815
944
|
},
|
|
816
945
|
[TypeFile.TICKET_Z]: {
|
|
817
946
|
typeFile: TypeFile.TICKET_Z,
|
|
818
947
|
name: 'Ticket Z',
|
|
819
948
|
idGedFolder: GedFolder.CASH_BOOK,
|
|
820
|
-
helpText:
|
|
949
|
+
helpText:
|
|
950
|
+
'Un ticket Z mensuel regroupe et récapitule toutes les ventes enregistrées durant le mois. Le document est édité par la caisse enregistreuse à la fin d’un mois.',
|
|
821
951
|
},
|
|
822
952
|
[TypeFile.POLICE_BOOK]: {
|
|
823
953
|
typeFile: TypeFile.POLICE_BOOK,
|
|
824
954
|
name: 'Livre de police',
|
|
825
955
|
idGedFolder: GedFolder.SUMMARY,
|
|
826
|
-
helpText:
|
|
956
|
+
helpText:
|
|
957
|
+
'Registre obligatoire pour les entreprises qui achètent et revendent des biens d’occasion, des véhicules ou des métaux précieux. Il sert à assurer la traçabilité des achats et des ventes, en indiquant pour chaque bien la date, la description, l’identité du vendeur et de l’acheteur ainsi que le prix d’achat et de revente.',
|
|
827
958
|
},
|
|
828
959
|
[TypeFile.STRIPE_AMAZON_STATEMENTS]: {
|
|
829
960
|
typeFile: TypeFile.STRIPE_AMAZON_STATEMENTS,
|
|
@@ -831,13 +962,14 @@ export const TypeFileDetail: Record<
|
|
|
831
962
|
idGedFolder: GedFolder.SUMMARY,
|
|
832
963
|
helpText: `Stripe : Dans le menu Rapports → Balance ou Relevés financiers, vous pouvez générer un rapport mensuel complet en PDF ou CSV incluant paiements, frais, remboursements, et soldes.
|
|
833
964
|
Amazon : Connectez vous sur Amazon Seller Central, dans le menu Rapports → Paiements → Tous les relevés ou rapports de paiements → Type de rapport : activité du compte → Choisir la période → Générer le rapport ou télécharger en PDF
|
|
834
|
-
Paypal : relevés mensuels à télécharger sur le site → Activité → Icône Télécharger → Cliquer sur toutes les transactions → Icône télécharger à côté du mois que vous recherchez
|
|
965
|
+
Paypal : relevés mensuels à télécharger sur le site → Activité → Icône Télécharger → Cliquer sur toutes les transactions → Icône télécharger à côté du mois que vous recherchez.`,
|
|
835
966
|
},
|
|
836
967
|
[TypeFile.INVOICING_SOFTWARE_SUMMARY]: {
|
|
837
968
|
typeFile: TypeFile.INVOICING_SOFTWARE_SUMMARY,
|
|
838
|
-
name:
|
|
969
|
+
name: "Un récapitulatif de votre logiciel de facturation détaille par type d'encaissement et par taux de TVA",
|
|
839
970
|
idGedFolder: GedFolder.SUMMARY,
|
|
840
|
-
helpText:
|
|
971
|
+
helpText:
|
|
972
|
+
'Il doit provenir de votre logiciel de facturation et détailler le total des ventes par mode de paiement (carte, virement, espèces, etc.) et par taux de TVA (20%, 10%, 5,5%).',
|
|
841
973
|
},
|
|
842
974
|
[TypeFile.MILEAGE_ALLOWANCES_SUMMARY]: {
|
|
843
975
|
typeFile: TypeFile.MILEAGE_ALLOWANCES_SUMMARY,
|
|
@@ -850,6 +982,6 @@ Le nombre de kilomètres parcourus
|
|
|
850
982
|
Le véhicule utilisé
|
|
851
983
|
La puissance fiscale du véhicule (CV fiscaux)
|
|
852
984
|
Le barème appliqué
|
|
853
|
-
Le montant de l’indemnité calculée
|
|
854
|
-
}
|
|
985
|
+
Le montant de l’indemnité calculée`,
|
|
986
|
+
},
|
|
855
987
|
};
|