@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
|
@@ -39,14 +39,14 @@ export const internationalizationChoices: InternationalizationChoicesType = {
|
|
|
39
39
|
'TVA: Non applicable',
|
|
40
40
|
'TVA non applicable, art. 293 B du CGI',
|
|
41
41
|
'TVA non applicable - Exportation hors UE - Art. 259-1 du CGI',
|
|
42
|
-
|
|
42
|
+
"Non soumis à TVA selon l'article 261C du CGI",
|
|
43
43
|
'Article 261 D du code général des impôts (CGI)',
|
|
44
44
|
'Exonération de TVA, article 283-2 du Code général des impôts',
|
|
45
45
|
'Exonération de la TVA : Article 262 ter I du CGI',
|
|
46
46
|
'Mention de TVA 261.4.4 1 du CGI',
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
47
|
+
"Régime particulier – Biens d'occasion - article 297 A du CGI et directive communautaire 2006/112/CE",
|
|
48
|
+
"Régime particulier – Objets d'art - article 297 A du CGI et directive communautaire 2006/112/CE",
|
|
49
|
+
"Régime particulier – Objets de collection ou d'antiquité - article 297 A du CGI et directive communautaire 2006/112/CE",
|
|
50
50
|
'Régime particulier – Agences de voyage - article 297 A du CGI et directive communautaire 2006/112/CE',
|
|
51
51
|
'Facture soumise au régime de l’auto-liquidation de la TVA',
|
|
52
52
|
],
|
|
@@ -58,9 +58,9 @@ export const internationalizationChoices: InternationalizationChoicesType = {
|
|
|
58
58
|
common: {
|
|
59
59
|
headers: {
|
|
60
60
|
title: 'Titre',
|
|
61
|
-
emissionDate:
|
|
61
|
+
emissionDate: "Date d'émission",
|
|
62
62
|
accountingCategory: {
|
|
63
|
-
title:
|
|
63
|
+
title: "Catégorie de l'opération",
|
|
64
64
|
choices: [
|
|
65
65
|
{ id: AccountingCategoryId.DELIVERY_OF_GOOD, label: 'Livraison de biens' },
|
|
66
66
|
{ id: AccountingCategoryId.SERVICE_DELIVERY, label: 'Prestation de services' },
|
|
@@ -74,7 +74,7 @@ export const internationalizationChoices: InternationalizationChoicesType = {
|
|
|
74
74
|
vatCode: 'N° TVA',
|
|
75
75
|
marginVat: 'Régime TVA sur marge',
|
|
76
76
|
legalVatMention: 'ART 297-A du CGI ou directive 2006-212 CE',
|
|
77
|
-
shouldPayTaxAfterDebit:
|
|
77
|
+
shouldPayTaxAfterDebit: "Option pour le paiement de la taxe d'après les débits",
|
|
78
78
|
penalties: 'Pénalités en cas de retard',
|
|
79
79
|
discount: 'Escompte',
|
|
80
80
|
recoveryCosts: 'Indemnités forfaitaire en cas de retard',
|
|
@@ -116,49 +116,49 @@ export const internationalizationChoices: InternationalizationChoicesType = {
|
|
|
116
116
|
invoice: {
|
|
117
117
|
headers: {
|
|
118
118
|
title: 'Facture',
|
|
119
|
-
dueDate:
|
|
119
|
+
dueDate: "Date d'échéance",
|
|
120
120
|
termsOfPayment: 'Date limite de règlement',
|
|
121
121
|
},
|
|
122
122
|
},
|
|
123
123
|
estimate: {
|
|
124
124
|
headers: {
|
|
125
125
|
title: 'Devis',
|
|
126
|
-
dueDate:
|
|
126
|
+
dueDate: "Valide jusqu'au",
|
|
127
127
|
termsOfPayment: 'Conditions de règlement',
|
|
128
128
|
},
|
|
129
129
|
},
|
|
130
130
|
orderForm: {
|
|
131
131
|
headers: {
|
|
132
132
|
title: 'Bon de commande',
|
|
133
|
-
dueDate:
|
|
133
|
+
dueDate: "Date d'échéance",
|
|
134
134
|
termsOfPayment: 'Conditions de règlement',
|
|
135
135
|
},
|
|
136
136
|
},
|
|
137
137
|
deposit: {
|
|
138
138
|
headers: {
|
|
139
|
-
title:
|
|
140
|
-
expirationDate:
|
|
139
|
+
title: "Facture d'acompte",
|
|
140
|
+
expirationDate: "Date d'expiration",
|
|
141
141
|
termsOfPayment: 'Date limite de règlement',
|
|
142
142
|
},
|
|
143
143
|
},
|
|
144
144
|
asset: {
|
|
145
145
|
headers: {
|
|
146
146
|
title: 'Avoir',
|
|
147
|
-
dueDate:
|
|
147
|
+
dueDate: "Date d'échéance",
|
|
148
148
|
termsOfPayment: 'Date limite de règlement',
|
|
149
149
|
},
|
|
150
150
|
},
|
|
151
151
|
remainder: {
|
|
152
152
|
headers: {
|
|
153
153
|
title: 'Facture de solde',
|
|
154
|
-
dueDate:
|
|
154
|
+
dueDate: "Date d'échéance",
|
|
155
155
|
termsOfPayment: 'Date limite de règlement',
|
|
156
156
|
},
|
|
157
157
|
},
|
|
158
158
|
draft: {
|
|
159
159
|
headers: {
|
|
160
160
|
title: 'Brouillon',
|
|
161
|
-
dueDate:
|
|
161
|
+
dueDate: "Date d'échéance",
|
|
162
162
|
termsOfPayment: 'Date limite de règlement',
|
|
163
163
|
},
|
|
164
164
|
},
|
|
@@ -429,7 +429,7 @@ const internationalizationMatching: { [key: string]: { fr: string; en: string }[
|
|
|
429
429
|
en: 'VAT not applicable - Exports outside the EU - Art. 259-1 of the French General Tax Code (FGTC)',
|
|
430
430
|
},
|
|
431
431
|
{
|
|
432
|
-
fr:
|
|
432
|
+
fr: "Non soumis à TVA selon l'article 261C du CGI",
|
|
433
433
|
en: 'Not subject to VAT according to article 261C of the French General Tax Code (FGTC)',
|
|
434
434
|
},
|
|
435
435
|
{ fr: 'Article 261 D du code général des impôts (CGI)', en: 'Article 261D of the French General Tax Code (FGTC)' },
|
|
@@ -443,15 +443,15 @@ const internationalizationMatching: { [key: string]: { fr: string; en: string }[
|
|
|
443
443
|
},
|
|
444
444
|
{ fr: 'Mention de TVA 261.4.4 1 du CGI', en: 'VAT notice 261.4.4 1 of the French General Tax Code (FGTC)' },
|
|
445
445
|
{
|
|
446
|
-
fr:
|
|
446
|
+
fr: "Régime particulier – Biens d'occasion - article 297 A du CGI et directive communautaire 2006/112/CE",
|
|
447
447
|
en: 'Specific regime - Second-hand goods - article 297 A of the French General Tax Code (FGTC) and Community Directive 2006/112/EC',
|
|
448
448
|
},
|
|
449
449
|
{
|
|
450
|
-
fr:
|
|
450
|
+
fr: "Régime particulier – Objets d'art - article 297 A du CGI et directive communautaire 2006/112/CE",
|
|
451
451
|
en: 'Specific regime - Works of art - article 297 A of the French General Tax Code (FGTC) and Community Directive 2006/112/EC',
|
|
452
452
|
},
|
|
453
453
|
{
|
|
454
|
-
fr:
|
|
454
|
+
fr: "Régime particulier – Objets de collection ou d'antiquité - article 297 A du CGI et directive communautaire 2006/112/CE",
|
|
455
455
|
en: 'Specific regime – Collectibles and antiques - article 297 A of the French General Tax Code (FGTC) and Community Directive 2006/112/EC',
|
|
456
456
|
},
|
|
457
457
|
{
|
|
@@ -532,6 +532,8 @@ const internationalizationMatching: { [key: string]: { fr: string; en: string }[
|
|
|
532
532
|
{ fr: 'nuit', en: 'night' },
|
|
533
533
|
{ fr: 't', en: 't' },
|
|
534
534
|
{ fr: 'ha', en: 'ha' },
|
|
535
|
+
{ fr: 'min', en: 'min' },
|
|
536
|
+
{ fr: 'g', en: 'g' },
|
|
535
537
|
],
|
|
536
538
|
};
|
|
537
539
|
|
package/ts/utils/index.ts
CHANGED
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
import { LegalForm, LegalFormTypeEnum } from '../types/Enum/LegalForm';
|
|
2
|
+
import {
|
|
3
|
+
SocietyApprovalDocumentType,
|
|
4
|
+
SocietyApprovalDocumentConfig,
|
|
5
|
+
SocietyApprovalDocumentsByLegalForm,
|
|
6
|
+
SocietyApprovalDocumentTemplate,
|
|
7
|
+
} from '../types/Enum/SocietyApproval';
|
|
8
|
+
import { ISocietyApproval } from '../types/Interface/models/ISocietyApproval';
|
|
9
|
+
import { QualityList } from '../types/Enum/Quality';
|
|
10
|
+
import { getBrand } from './brands';
|
|
11
|
+
import { convertNumberToLetter } from './amount';
|
|
12
|
+
import * as dayjs from 'dayjs';
|
|
13
|
+
import { CityOfGreffeDetail } from '../types/Enum/CityOfGreffe';
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* Récupère le nom de la forme juridique
|
|
17
|
+
* @param idLegalForm - L'identifiant de la forme juridique
|
|
18
|
+
* @param fallback - Valeur par défaut si non trouvée
|
|
19
|
+
* @returns Le nom de la forme juridique
|
|
20
|
+
*/
|
|
21
|
+
export function getLegalFormName(idLegalForm: LegalFormTypeEnum, fallback: string = ''): string {
|
|
22
|
+
return Object.values(LegalForm).find((lf) => lf.id === idLegalForm)?.name ?? fallback;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
/**
|
|
26
|
+
* Récupère la configuration des documents d'approbation pour une forme juridique donnée
|
|
27
|
+
* @param idLegalForm - L'identifiant de la forme juridique
|
|
28
|
+
* @returns La configuration des documents ou undefined si non trouvée
|
|
29
|
+
*/
|
|
30
|
+
export function getApprovalDocumentsByLegalForm(
|
|
31
|
+
idLegalForm: LegalFormTypeEnum,
|
|
32
|
+
): SocietyApprovalDocumentConfig | undefined {
|
|
33
|
+
return SocietyApprovalDocumentsByLegalForm.find((config) => config.idLegalForm === idLegalForm);
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* Récupère le nom du template pour un document spécifique et une forme juridique
|
|
38
|
+
* @param idLegalForm - L'identifiant de la forme juridique
|
|
39
|
+
* @param idDocumentType - Le type de document d'approbation
|
|
40
|
+
* @returns Le nom du template ou undefined si non trouvé
|
|
41
|
+
*/
|
|
42
|
+
//@deprecated use getApprovalDocumentInfos instead
|
|
43
|
+
export function getApprovalDocumentTemplateName(
|
|
44
|
+
idLegalForm: LegalFormTypeEnum,
|
|
45
|
+
idDocumentType: SocietyApprovalDocumentType,
|
|
46
|
+
): string | undefined {
|
|
47
|
+
const config = getApprovalDocumentsByLegalForm(idLegalForm);
|
|
48
|
+
const document = config?.documents.find((doc) => doc.idDocumentType === idDocumentType);
|
|
49
|
+
return document?.templateName;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
/**
|
|
53
|
+
* Récupère le texte de la ville du greffe
|
|
54
|
+
* @param idCityOfGreffe - L'identifiant de la ville du greffe
|
|
55
|
+
* @returns Le texte de la ville ou une chaîne vide
|
|
56
|
+
*/
|
|
57
|
+
function getCityOfGreffeName(idCityOfGreffe: number | null | undefined): string {
|
|
58
|
+
if (!idCityOfGreffe) return '';
|
|
59
|
+
return CityOfGreffeDetail.find((c) => c.id === idCityOfGreffe)?.text ?? '';
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
/**
|
|
63
|
+
* Récupère le nom du template pour un document spécifique et une forme juridique
|
|
64
|
+
* @param idLegalForm - L'identifiant de la forme juridique
|
|
65
|
+
* @param idDocumentType - Le type de document d'approbation
|
|
66
|
+
* @returns Le nom du template ou undefined si non trouvé
|
|
67
|
+
*/
|
|
68
|
+
export function getApprovalDocumentInfos(
|
|
69
|
+
idLegalForm: LegalFormTypeEnum,
|
|
70
|
+
idDocumentType: SocietyApprovalDocumentType,
|
|
71
|
+
): SocietyApprovalDocumentTemplate | undefined {
|
|
72
|
+
const config = getApprovalDocumentsByLegalForm(idLegalForm);
|
|
73
|
+
return config?.documents.find((doc) => doc.idDocumentType === idDocumentType);
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
/**
|
|
77
|
+
* Construit les données formatées pour le template d'approbation
|
|
78
|
+
* @param existingApproval - Les données d'approbation de la société
|
|
79
|
+
* @param style - Le style HTML pour le document
|
|
80
|
+
* @returns L'objet de données formaté pour le template
|
|
81
|
+
*/
|
|
82
|
+
export function buildApprovalTemplateData(existingApproval: ISocietyApproval, style: string): Record<string, any> {
|
|
83
|
+
const yearInText = convertNumberToLetter(+dayjs().format('YYYY')).toLowerCase();
|
|
84
|
+
const dayAndMonthInText = `${convertNumberToLetter(+dayjs().format('D'))} ${dayjs().locale('fr').format('MMMM').toLowerCase()}`;
|
|
85
|
+
const brand = getBrand();
|
|
86
|
+
return {
|
|
87
|
+
// Variables globales
|
|
88
|
+
style,
|
|
89
|
+
yearInText,
|
|
90
|
+
dayAndMonthInText,
|
|
91
|
+
date: dayjs().locale('fr').format('DD MMMM YYYY'),
|
|
92
|
+
companyInformation: {
|
|
93
|
+
rcs: brand?.companyInformation?.rcs,
|
|
94
|
+
nomRaisonSociale: brand?.companyInformation?.nomRaisonSociale,
|
|
95
|
+
city: brand?.companyInformation?.city,
|
|
96
|
+
postalAddress: brand?.companyInformation?.postalAddress,
|
|
97
|
+
montantCapital: brand?.companyInformation?.montantCapital,
|
|
98
|
+
statut: brand?.companyInformation?.statut,
|
|
99
|
+
ECOrderCity: brand?.companyInformation?.ECOrderCity,
|
|
100
|
+
},
|
|
101
|
+
owner: {
|
|
102
|
+
identity: `${existingApproval?.exercice?.society?.users?.[0]?.idCivility === 1 ? 'Monsieur' : 'Madame'} ${existingApproval?.exercice?.society?.users?.[0]?.firstname} ${existingApproval?.exercice?.society?.users?.[0]?.lastname} `,
|
|
103
|
+
quality: QualityList.find(
|
|
104
|
+
(ql) => ql.id === existingApproval?.exercice?.society?.users?.[0]?.businessPartners?.[0]?.idQuality,
|
|
105
|
+
)?.label,
|
|
106
|
+
},
|
|
107
|
+
// Variables stockées en base
|
|
108
|
+
...existingApproval,
|
|
109
|
+
generatingDatas: {
|
|
110
|
+
...existingApproval?.generatingDatas,
|
|
111
|
+
...(existingApproval?.generatingDatas?.approvalDate
|
|
112
|
+
? {
|
|
113
|
+
approvalDate: dayjs(existingApproval?.generatingDatas?.approvalDate)
|
|
114
|
+
.locale('fr')
|
|
115
|
+
.format('DD MMMM YYYY')
|
|
116
|
+
.toUpperCase(),
|
|
117
|
+
}
|
|
118
|
+
: {}),
|
|
119
|
+
},
|
|
120
|
+
exercice: {
|
|
121
|
+
...existingApproval?.exercice,
|
|
122
|
+
society: {
|
|
123
|
+
...existingApproval?.exercice?.society,
|
|
124
|
+
cityOfGreffe: getCityOfGreffeName(existingApproval?.exercice?.society?.idCityOfGreffe).toUpperCase(),
|
|
125
|
+
},
|
|
126
|
+
endDate: dayjs(existingApproval?.exercice?.endDate).locale('fr').format('DD MMMM YYYY').toLowerCase(),
|
|
127
|
+
},
|
|
128
|
+
};
|
|
129
|
+
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { Resource } from '../Resource';
|
|
2
|
-
import { IUsersHistory } from '../../types';
|
|
3
|
-
export declare class UsersHistory extends Resource {
|
|
4
|
-
createUserHistory(body: IUsersHistory): Promise<IUsersHistory>;
|
|
5
|
-
getAllUserHistory(): Promise<IUsersHistory[]>;
|
|
6
|
-
getUserHistoryById(id: number): Promise<IUsersHistory>;
|
|
7
|
-
getUserHistoryByUserID(id: number): Promise<IUsersHistory[]>;
|
|
8
|
-
updateUserHistory(id: number, body: IUsersHistory): Promise<IUsersHistory>;
|
|
9
|
-
deleteUserHistory(id: number): Promise<number>;
|
|
10
|
-
}
|
|
11
|
-
//# sourceMappingURL=UsersHistory.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"UsersHistory.d.ts","sourceRoot":"","sources":["../../../../ts/api/resources/UsersHistory.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EAAE,aAAa,EAAC,MAAM,aAAa,CAAC;AAE3C,qBAAa,YAAa,SAAQ,QAAQ;IACvC,iBAAiB,CAAC,IAAI,EAAE,aAAa,GAAG,OAAO,CAAC,aAAa,CAAC;IAI7D,iBAAiB,IAAI,OAAO,CAAC,aAAa,EAAE,CAAC;IAI7C,kBAAkB,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,aAAa,CAAC;IAIxD,sBAAsB,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,aAAa,EAAE,CAAC;IAI5D,iBAAiB,CAAC,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,aAAa,GAAG,OAAO,CAAC,aAAa,CAAC;IAIxE,iBAAiB,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC;CAIjD"}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UsersHistory = void 0;
|
|
4
|
-
const Resource_1 = require("../Resource");
|
|
5
|
-
class UsersHistory extends Resource_1.Resource {
|
|
6
|
-
createUserHistory(body) {
|
|
7
|
-
return this.axios.$post('usersHistory', body);
|
|
8
|
-
}
|
|
9
|
-
getAllUserHistory() {
|
|
10
|
-
return this.axios.$get('usersHistory');
|
|
11
|
-
}
|
|
12
|
-
getUserHistoryById(id) {
|
|
13
|
-
return this.axios.$get(`usersHistory/${id}`);
|
|
14
|
-
}
|
|
15
|
-
getUserHistoryByUserID(id) {
|
|
16
|
-
return this.axios.$get(`usersHistory/user/${id}`);
|
|
17
|
-
}
|
|
18
|
-
updateUserHistory(id, body) {
|
|
19
|
-
return this.axios.$put(`usersHistory/${id}`, body);
|
|
20
|
-
}
|
|
21
|
-
deleteUserHistory(id) {
|
|
22
|
-
return this.axios.$delete(`usersHistory/${id}`);
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
exports.UsersHistory = UsersHistory;
|
|
26
|
-
//# sourceMappingURL=UsersHistory.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"UsersHistory.js","sourceRoot":"","sources":["../../../../ts/api/resources/UsersHistory.ts"],"names":[],"mappings":";;;AAAA,0CAAuC;AAGvC,MAAa,YAAa,SAAQ,mBAAQ;IACvC,iBAAiB,CAAC,IAAmB;QACpC,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,cAAc,EAAE,IAAI,CAAC,CAAC;IAChD,CAAC;IAEC,iBAAiB;QACjB,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;IACzC,CAAC;IAEC,kBAAkB,CAAC,EAAU;QAC7B,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,gBAAgB,EAAE,EAAE,CAAC,CAAC;IAC/C,CAAC;IAED,sBAAsB,CAAC,EAAU;QAC/B,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,qBAAqB,EAAE,EAAE,CAAC,CAAC;IACpD,CAAC;IAED,iBAAiB,CAAC,EAAU,EAAE,IAAmB;QAC/C,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,gBAAgB,EAAE,EAAE,EAAE,IAAI,CAAC,CAAC;IACrD,CAAC;IAEC,iBAAiB,CAAC,EAAU;QAC5B,OAAO,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,gBAAgB,EAAE,EAAE,CAAC,CAAC;IAClD,CAAC;CAEF;AAzBD,oCAyBC","sourcesContent":["import { Resource } from '../Resource';\nimport { IUsersHistory} from '../../types';\n\nexport class UsersHistory extends Resource {\n createUserHistory(body: IUsersHistory): Promise<IUsersHistory> {\n return this.axios.$post('usersHistory', body);\n }\n\n getAllUserHistory(): Promise<IUsersHistory[]> {\n return this.axios.$get('usersHistory');\n }\n\n getUserHistoryById(id: number): Promise<IUsersHistory> {\n return this.axios.$get(`usersHistory/${id}`);\n }\n\n getUserHistoryByUserID(id: number): Promise<IUsersHistory[]> {\n return this.axios.$get(`usersHistory/user/${id}`);\n }\n\n updateUserHistory(id: number, body: IUsersHistory): Promise<IUsersHistory> {\n return this.axios.$put(`usersHistory/${id}`, body);\n }\n\n deleteUserHistory(id: number): Promise<number> {\n return this.axios.$delete(`usersHistory/${id}`);\n }\n \n}"]}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
export declare enum UsersHistory {
|
|
2
|
-
CREATE = 1,
|
|
3
|
-
UPDATE = 2,
|
|
4
|
-
DELETE = 3,
|
|
5
|
-
RESTORE = 4,
|
|
6
|
-
INFO_UPDATE = 5,// Info ok
|
|
7
|
-
ROLE_UPDATE = 6,// Role ok
|
|
8
|
-
LOGIN = 7,
|
|
9
|
-
LOGIN_FAIL = 8,
|
|
10
|
-
PASSWORD_UPDATE = 9,
|
|
11
|
-
EQUIPMENT_ASSIGN = 10,
|
|
12
|
-
EQUIPMENT_BROKEN = 11,
|
|
13
|
-
EQUIPMENT_RETURN = 12,
|
|
14
|
-
EQUIPMENT_LOST = 13,
|
|
15
|
-
MAIL_SENT_TO_TS = 14
|
|
16
|
-
}
|
|
17
|
-
export declare const UsersHistoryLabels: Record<UsersHistory, string>;
|
|
18
|
-
//# sourceMappingURL=UsersHistory.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"UsersHistory.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/UsersHistory.ts"],"names":[],"mappings":"AAAA,oBAAY,YAAY;IAEtB,MAAM,IAAI;IACV,MAAM,IAAI;IACV,MAAM,IAAI;IACV,OAAO,IAAI;IAGX,WAAW,IAAI,CAAE,UAAU;IAC3B,WAAW,IAAI,CAAE,UAAU;IAG3B,KAAK,IAAI;IACT,UAAU,IAAI;IACd,eAAe,IAAI;IAGnB,gBAAgB,KAAK;IACrB,gBAAgB,KAAK;IACrB,gBAAgB,KAAK;IACrB,cAAc,KAAK;IAGnB,eAAe,KAAK;CACrB;AAED,eAAO,MAAM,kBAAkB,EAAE,MAAM,CAAC,YAAY,EAAE,MAAM,CAe3D,CAAC"}
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UsersHistoryLabels = exports.UsersHistory = void 0;
|
|
4
|
-
var UsersHistory;
|
|
5
|
-
(function (UsersHistory) {
|
|
6
|
-
// Cycle de vie Compte
|
|
7
|
-
UsersHistory[UsersHistory["CREATE"] = 1] = "CREATE";
|
|
8
|
-
UsersHistory[UsersHistory["UPDATE"] = 2] = "UPDATE";
|
|
9
|
-
UsersHistory[UsersHistory["DELETE"] = 3] = "DELETE";
|
|
10
|
-
UsersHistory[UsersHistory["RESTORE"] = 4] = "RESTORE";
|
|
11
|
-
// Validation & Modifications Spécifiques
|
|
12
|
-
UsersHistory[UsersHistory["INFO_UPDATE"] = 5] = "INFO_UPDATE";
|
|
13
|
-
UsersHistory[UsersHistory["ROLE_UPDATE"] = 6] = "ROLE_UPDATE";
|
|
14
|
-
// Sécurité
|
|
15
|
-
UsersHistory[UsersHistory["LOGIN"] = 7] = "LOGIN";
|
|
16
|
-
UsersHistory[UsersHistory["LOGIN_FAIL"] = 8] = "LOGIN_FAIL";
|
|
17
|
-
UsersHistory[UsersHistory["PASSWORD_UPDATE"] = 9] = "PASSWORD_UPDATE";
|
|
18
|
-
// Gestion Matériel
|
|
19
|
-
UsersHistory[UsersHistory["EQUIPMENT_ASSIGN"] = 10] = "EQUIPMENT_ASSIGN";
|
|
20
|
-
UsersHistory[UsersHistory["EQUIPMENT_BROKEN"] = 11] = "EQUIPMENT_BROKEN";
|
|
21
|
-
UsersHistory[UsersHistory["EQUIPMENT_RETURN"] = 12] = "EQUIPMENT_RETURN";
|
|
22
|
-
UsersHistory[UsersHistory["EQUIPMENT_LOST"] = 13] = "EQUIPMENT_LOST";
|
|
23
|
-
// Communication
|
|
24
|
-
UsersHistory[UsersHistory["MAIL_SENT_TO_TS"] = 14] = "MAIL_SENT_TO_TS";
|
|
25
|
-
})(UsersHistory || (exports.UsersHistory = UsersHistory = {}));
|
|
26
|
-
exports.UsersHistoryLabels = {
|
|
27
|
-
[UsersHistory.CREATE]: 'Création',
|
|
28
|
-
[UsersHistory.UPDATE]: 'Mise à jour',
|
|
29
|
-
[UsersHistory.DELETE]: 'Suppression',
|
|
30
|
-
[UsersHistory.RESTORE]: 'Restauration',
|
|
31
|
-
[UsersHistory.INFO_UPDATE]: 'Mise à jour Info',
|
|
32
|
-
[UsersHistory.ROLE_UPDATE]: 'Mise à jour Rôle',
|
|
33
|
-
[UsersHistory.LOGIN]: 'Connexion',
|
|
34
|
-
[UsersHistory.LOGIN_FAIL]: 'Échec Connexion',
|
|
35
|
-
[UsersHistory.PASSWORD_UPDATE]: 'Changement Mot de passe',
|
|
36
|
-
[UsersHistory.EQUIPMENT_ASSIGN]: 'Assignation Matériel',
|
|
37
|
-
[UsersHistory.EQUIPMENT_BROKEN]: 'Matériel Cassé',
|
|
38
|
-
[UsersHistory.EQUIPMENT_RETURN]: 'Retour Matériel',
|
|
39
|
-
[UsersHistory.EQUIPMENT_LOST]: 'Matériel Perdu',
|
|
40
|
-
[UsersHistory.MAIL_SENT_TO_TS]: 'Mail envoyé à TS',
|
|
41
|
-
};
|
|
42
|
-
//# sourceMappingURL=UsersHistory.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"UsersHistory.js","sourceRoot":"","sources":["../../../../ts/types/Enum/UsersHistory.ts"],"names":[],"mappings":";;;AAAA,IAAY,YAwBX;AAxBD,WAAY,YAAY;IACtB,sBAAsB;IACtB,mDAAU,CAAA;IACV,mDAAU,CAAA;IACV,mDAAU,CAAA;IACV,qDAAW,CAAA;IAEX,yCAAyC;IACzC,6DAAe,CAAA;IACf,6DAAe,CAAA;IAEf,WAAW;IACX,iDAAS,CAAA;IACT,2DAAc,CAAA;IACd,qEAAmB,CAAA;IAEnB,mBAAmB;IACnB,wEAAqB,CAAA;IACrB,wEAAqB,CAAA;IACrB,wEAAqB,CAAA;IACrB,oEAAmB,CAAA;IAEnB,gBAAgB;IAChB,sEAAoB,CAAA;AACtB,CAAC,EAxBW,YAAY,4BAAZ,YAAY,QAwBvB;AAEY,QAAA,kBAAkB,GAAiC;IAC9D,CAAC,YAAY,CAAC,MAAM,CAAC,EAAE,UAAU;IACjC,CAAC,YAAY,CAAC,MAAM,CAAC,EAAE,aAAa;IACpC,CAAC,YAAY,CAAC,MAAM,CAAC,EAAE,aAAa;IACpC,CAAC,YAAY,CAAC,OAAO,CAAC,EAAE,cAAc;IACtC,CAAC,YAAY,CAAC,WAAW,CAAC,EAAE,kBAAkB;IAC9C,CAAC,YAAY,CAAC,WAAW,CAAC,EAAE,kBAAkB;IAC9C,CAAC,YAAY,CAAC,KAAK,CAAC,EAAE,WAAW;IACjC,CAAC,YAAY,CAAC,UAAU,CAAC,EAAE,iBAAiB;IAC5C,CAAC,YAAY,CAAC,eAAe,CAAC,EAAE,yBAAyB;IACzD,CAAC,YAAY,CAAC,gBAAgB,CAAC,EAAE,sBAAsB;IACvD,CAAC,YAAY,CAAC,gBAAgB,CAAC,EAAE,gBAAgB;IACjD,CAAC,YAAY,CAAC,gBAAgB,CAAC,EAAE,iBAAiB;IAClD,CAAC,YAAY,CAAC,cAAc,CAAC,EAAE,gBAAgB;IAC/C,CAAC,YAAY,CAAC,eAAe,CAAC,EAAE,kBAAkB;CACnD,CAAC","sourcesContent":["export enum UsersHistory {\n // Cycle de vie Compte\n CREATE = 1,\n UPDATE = 2,\n DELETE = 3,\n RESTORE = 4,\n\n // Validation & Modifications Spécifiques\n INFO_UPDATE = 5, // Info ok\n ROLE_UPDATE = 6, // Role ok\n\n // Sécurité\n LOGIN = 7,\n LOGIN_FAIL = 8,\n PASSWORD_UPDATE = 9,\n\n // Gestion Matériel\n EQUIPMENT_ASSIGN = 10,\n EQUIPMENT_BROKEN = 11,\n EQUIPMENT_RETURN = 12,\n EQUIPMENT_LOST = 13,\n\n // Communication\n MAIL_SENT_TO_TS = 14, // Mail envoyé à TS\n}\n\nexport const UsersHistoryLabels: Record<UsersHistory, string> = {\n [UsersHistory.CREATE]: 'Création',\n [UsersHistory.UPDATE]: 'Mise à jour',\n [UsersHistory.DELETE]: 'Suppression',\n [UsersHistory.RESTORE]: 'Restauration',\n [UsersHistory.INFO_UPDATE]: 'Mise à jour Info',\n [UsersHistory.ROLE_UPDATE]: 'Mise à jour Rôle',\n [UsersHistory.LOGIN]: 'Connexion',\n [UsersHistory.LOGIN_FAIL]: 'Échec Connexion',\n [UsersHistory.PASSWORD_UPDATE]: 'Changement Mot de passe',\n [UsersHistory.EQUIPMENT_ASSIGN]: 'Assignation Matériel',\n [UsersHistory.EQUIPMENT_BROKEN]: 'Matériel Cassé',\n [UsersHistory.EQUIPMENT_RETURN]: 'Retour Matériel',\n [UsersHistory.EQUIPMENT_LOST]: 'Matériel Perdu',\n [UsersHistory.MAIL_SENT_TO_TS]: 'Mail envoyé à TS',\n};\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ModifyAcceptation.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/card/ModifyAcceptation.ts"],"names":[],"mappings":"AAGA,qBAAa,4BAA4B;IAGvC,MAAM,EAAE,MAAM,CAAC;IAKf,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,qBAAa,uCAAuC;IAGlD,MAAM,EAAE,MAAM,CAAC;IAKf,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
-
};
|
|
8
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
-
};
|
|
11
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.AssignAcceptationNewClientAutomatically = exports.AssignAcceptationAutomaticly = void 0;
|
|
13
|
-
const class_validator_1 = require("class-validator");
|
|
14
|
-
const utils_1 = require("../../../../utils");
|
|
15
|
-
class AssignAcceptationAutomaticly {
|
|
16
|
-
}
|
|
17
|
-
exports.AssignAcceptationAutomaticly = AssignAcceptationAutomaticly;
|
|
18
|
-
__decorate([
|
|
19
|
-
(0, utils_1.ApiProperty)(),
|
|
20
|
-
(0, class_validator_1.IsNumber)(),
|
|
21
|
-
__metadata("design:type", Number)
|
|
22
|
-
], AssignAcceptationAutomaticly.prototype, "idTeam", void 0);
|
|
23
|
-
__decorate([
|
|
24
|
-
(0, utils_1.ApiPropertyOptional)(),
|
|
25
|
-
(0, class_validator_1.IsOptional)(),
|
|
26
|
-
(0, class_validator_1.IsNumber)(),
|
|
27
|
-
__metadata("design:type", Number)
|
|
28
|
-
], AssignAcceptationAutomaticly.prototype, "idSociety", void 0);
|
|
29
|
-
class AssignAcceptationNewClientAutomatically {
|
|
30
|
-
}
|
|
31
|
-
exports.AssignAcceptationNewClientAutomatically = AssignAcceptationNewClientAutomatically;
|
|
32
|
-
__decorate([
|
|
33
|
-
(0, utils_1.ApiProperty)(),
|
|
34
|
-
(0, class_validator_1.IsNumber)(),
|
|
35
|
-
__metadata("design:type", Number)
|
|
36
|
-
], AssignAcceptationNewClientAutomatically.prototype, "idUser", void 0);
|
|
37
|
-
__decorate([
|
|
38
|
-
(0, utils_1.ApiPropertyOptional)(),
|
|
39
|
-
(0, class_validator_1.IsOptional)(),
|
|
40
|
-
(0, class_validator_1.IsNumber)(),
|
|
41
|
-
__metadata("design:type", Number)
|
|
42
|
-
], AssignAcceptationNewClientAutomatically.prototype, "idSociety", void 0);
|
|
43
|
-
//# sourceMappingURL=ModifyAcceptation.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ModifyAcceptation.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/card/ModifyAcceptation.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuD;AACvD,6CAAqE;AAErE,MAAa,4BAA4B;CASxC;AATD,oEASC;AANC;IAFC,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;4DACI;AAKf;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;+DACQ;AAGrB,MAAa,uCAAuC;CASnD;AATD,0FASC;AANC;IAFC,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;uEACI;AAKf;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;0EACQ","sourcesContent":["import { IsNumber, IsOptional } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class AssignAcceptationAutomaticly {\n @ApiProperty()\n @IsNumber()\n idTeam: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n idSociety?: number;\n}\n\nexport class AssignAcceptationNewClientAutomatically {\n @ApiProperty()\n @IsNumber()\n idUser: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n idSociety?: number;\n}\n"]}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { ComptaType } from '../../../Enum/ComptaType';
|
|
2
|
-
import { CardType } from '../../../Enum/Card';
|
|
3
|
-
import { LegalFormTypeEnum } from '../../../Enum/LegalForm';
|
|
4
|
-
export interface OrganizeBalanceSheetsResponse {
|
|
5
|
-
plannedCardsCount: number;
|
|
6
|
-
}
|
|
7
|
-
export declare class OrganizeBalanceSheets {
|
|
8
|
-
idTeam?: number;
|
|
9
|
-
idAccountants?: number[];
|
|
10
|
-
cardType: CardType[];
|
|
11
|
-
exerciceMonthDate: Date;
|
|
12
|
-
idComptaType: ComptaType;
|
|
13
|
-
legalForms: LegalFormTypeEnum[];
|
|
14
|
-
soldeIsOk: boolean;
|
|
15
|
-
withSocial: boolean;
|
|
16
|
-
assignDateStart: Date;
|
|
17
|
-
assignDateEnd?: Date;
|
|
18
|
-
nbCardByDay?: number;
|
|
19
|
-
idSociety?: number;
|
|
20
|
-
}
|
|
21
|
-
export declare class AssignBalanceSheet {
|
|
22
|
-
idTeam: number;
|
|
23
|
-
idSociety?: number;
|
|
24
|
-
}
|
|
25
|
-
//# sourceMappingURL=ModifyBalanceSheet.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ModifyBalanceSheet.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/card/ModifyBalanceSheet.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AAEtD,OAAO,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAC9C,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAE5D,MAAM,WAAW,6BAA6B;IAC5C,iBAAiB,EAAE,MAAM,CAAC;CAC3B;AAED,qBAAa,qBAAqB;IAIhC,MAAM,CAAC,EAAE,MAAM,CAAC;IAMhB,aAAa,CAAC,EAAE,MAAM,EAAE,CAAC;IAKzB,QAAQ,EAAE,QAAQ,EAAE,CAAC;IAIrB,iBAAiB,EAAE,IAAI,CAAC;IAIxB,YAAY,EAAE,UAAU,CAAC;IAKzB,UAAU,EAAE,iBAAiB,EAAE,CAAC;IAKhC,SAAS,EAAE,OAAO,CAAC;IAKnB,UAAU,EAAE,OAAO,CAAC;IAIpB,eAAe,EAAE,IAAI,CAAC;IAKtB,aAAa,CAAC,EAAE,IAAI,CAAC;IAKrB,WAAW,CAAC,EAAE,MAAM,CAAC;IAKrB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,qBAAa,kBAAkB;IAG7B,MAAM,EAAE,MAAM,CAAC;IAKf,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -1,106 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
-
};
|
|
8
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
-
};
|
|
11
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.AssignBalanceSheet = exports.OrganizeBalanceSheets = void 0;
|
|
13
|
-
const class_validator_1 = require("class-validator");
|
|
14
|
-
const utils_1 = require("../../../../utils");
|
|
15
|
-
const ComptaType_1 = require("../../../Enum/ComptaType");
|
|
16
|
-
const boolean_transform_1 = require("../../../../utils/transforms/boolean.transform");
|
|
17
|
-
const Card_1 = require("../../../Enum/Card");
|
|
18
|
-
const LegalForm_1 = require("../../../Enum/LegalForm");
|
|
19
|
-
class OrganizeBalanceSheets {
|
|
20
|
-
}
|
|
21
|
-
exports.OrganizeBalanceSheets = OrganizeBalanceSheets;
|
|
22
|
-
__decorate([
|
|
23
|
-
(0, utils_1.ApiPropertyOptional)(),
|
|
24
|
-
(0, class_validator_1.IsOptional)(),
|
|
25
|
-
(0, class_validator_1.IsNumber)(),
|
|
26
|
-
__metadata("design:type", Number)
|
|
27
|
-
], OrganizeBalanceSheets.prototype, "idTeam", void 0);
|
|
28
|
-
__decorate([
|
|
29
|
-
(0, utils_1.ApiPropertyOptional)(),
|
|
30
|
-
(0, class_validator_1.IsOptional)(),
|
|
31
|
-
(0, class_validator_1.IsArray)(),
|
|
32
|
-
(0, class_validator_1.IsInt)({ each: true }),
|
|
33
|
-
__metadata("design:type", Array)
|
|
34
|
-
], OrganizeBalanceSheets.prototype, "idAccountants", void 0);
|
|
35
|
-
__decorate([
|
|
36
|
-
(0, utils_1.ApiProperty)(),
|
|
37
|
-
(0, class_validator_1.IsArray)(),
|
|
38
|
-
(0, class_validator_1.IsEnum)(Card_1.CardType, { each: true }),
|
|
39
|
-
__metadata("design:type", Array)
|
|
40
|
-
], OrganizeBalanceSheets.prototype, "cardType", void 0);
|
|
41
|
-
__decorate([
|
|
42
|
-
(0, utils_1.ApiProperty)(),
|
|
43
|
-
(0, class_validator_1.IsDate)(),
|
|
44
|
-
__metadata("design:type", Date)
|
|
45
|
-
], OrganizeBalanceSheets.prototype, "exerciceMonthDate", void 0);
|
|
46
|
-
__decorate([
|
|
47
|
-
(0, utils_1.ApiProperty)(),
|
|
48
|
-
(0, class_validator_1.IsEnum)(ComptaType_1.ComptaType),
|
|
49
|
-
__metadata("design:type", Number)
|
|
50
|
-
], OrganizeBalanceSheets.prototype, "idComptaType", void 0);
|
|
51
|
-
__decorate([
|
|
52
|
-
(0, utils_1.ApiProperty)(),
|
|
53
|
-
(0, class_validator_1.IsArray)(),
|
|
54
|
-
(0, class_validator_1.IsEnum)(LegalForm_1.LegalFormTypeEnum, { each: true }),
|
|
55
|
-
__metadata("design:type", Array)
|
|
56
|
-
], OrganizeBalanceSheets.prototype, "legalForms", void 0);
|
|
57
|
-
__decorate([
|
|
58
|
-
(0, utils_1.ApiProperty)(),
|
|
59
|
-
(0, class_validator_1.IsBoolean)(),
|
|
60
|
-
(0, boolean_transform_1.ToBoolean)(),
|
|
61
|
-
__metadata("design:type", Boolean)
|
|
62
|
-
], OrganizeBalanceSheets.prototype, "soldeIsOk", void 0);
|
|
63
|
-
__decorate([
|
|
64
|
-
(0, utils_1.ApiProperty)(),
|
|
65
|
-
(0, class_validator_1.IsBoolean)(),
|
|
66
|
-
(0, boolean_transform_1.ToBoolean)(),
|
|
67
|
-
__metadata("design:type", Boolean)
|
|
68
|
-
], OrganizeBalanceSheets.prototype, "withSocial", void 0);
|
|
69
|
-
__decorate([
|
|
70
|
-
(0, utils_1.ApiProperty)(),
|
|
71
|
-
(0, class_validator_1.IsDate)(),
|
|
72
|
-
__metadata("design:type", Date)
|
|
73
|
-
], OrganizeBalanceSheets.prototype, "assignDateStart", void 0);
|
|
74
|
-
__decorate([
|
|
75
|
-
(0, utils_1.ApiPropertyOptional)(),
|
|
76
|
-
(0, class_validator_1.IsOptional)(),
|
|
77
|
-
(0, class_validator_1.IsDate)(),
|
|
78
|
-
__metadata("design:type", Date)
|
|
79
|
-
], OrganizeBalanceSheets.prototype, "assignDateEnd", void 0);
|
|
80
|
-
__decorate([
|
|
81
|
-
(0, utils_1.ApiPropertyOptional)(),
|
|
82
|
-
(0, class_validator_1.IsOptional)(),
|
|
83
|
-
(0, class_validator_1.IsNumber)(),
|
|
84
|
-
__metadata("design:type", Number)
|
|
85
|
-
], OrganizeBalanceSheets.prototype, "nbCardByDay", void 0);
|
|
86
|
-
__decorate([
|
|
87
|
-
(0, utils_1.ApiPropertyOptional)(),
|
|
88
|
-
(0, class_validator_1.IsOptional)(),
|
|
89
|
-
(0, class_validator_1.IsNumber)(),
|
|
90
|
-
__metadata("design:type", Number)
|
|
91
|
-
], OrganizeBalanceSheets.prototype, "idSociety", void 0);
|
|
92
|
-
class AssignBalanceSheet {
|
|
93
|
-
}
|
|
94
|
-
exports.AssignBalanceSheet = AssignBalanceSheet;
|
|
95
|
-
__decorate([
|
|
96
|
-
(0, utils_1.ApiProperty)(),
|
|
97
|
-
(0, class_validator_1.IsNumber)(),
|
|
98
|
-
__metadata("design:type", Number)
|
|
99
|
-
], AssignBalanceSheet.prototype, "idTeam", void 0);
|
|
100
|
-
__decorate([
|
|
101
|
-
(0, utils_1.ApiPropertyOptional)(),
|
|
102
|
-
(0, class_validator_1.IsOptional)(),
|
|
103
|
-
(0, class_validator_1.IsNumber)(),
|
|
104
|
-
__metadata("design:type", Number)
|
|
105
|
-
], AssignBalanceSheet.prototype, "idSociety", void 0);
|
|
106
|
-
//# sourceMappingURL=ModifyBalanceSheet.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ModifyBalanceSheet.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/card/ModifyBalanceSheet.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAkG;AAClG,6CAAqE;AACrE,yDAAsD;AACtD,sFAA2E;AAC3E,6CAA8C;AAC9C,uDAA4D;AAM5D,MAAa,qBAAqB;CA0DjC;AA1DD,sDA0DC;AAtDC;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;qDACK;AAMhB;IAJC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,yBAAO,GAAE;IACT,IAAA,uBAAK,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;4DACG;AAKzB;IAHC,IAAA,mBAAW,GAAE;IACb,IAAA,yBAAO,GAAE;IACT,IAAA,wBAAM,EAAC,eAAQ,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;uDACZ;AAIrB;IAFC,IAAA,mBAAW,GAAE;IACb,IAAA,wBAAM,GAAE;8BACU,IAAI;gEAAC;AAIxB;IAFC,IAAA,mBAAW,GAAE;IACb,IAAA,wBAAM,EAAC,uBAAU,CAAC;;2DACM;AAKzB;IAHC,IAAA,mBAAW,GAAE;IACb,IAAA,yBAAO,GAAE;IACT,IAAA,wBAAM,EAAC,6BAAiB,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;yDACV;AAKhC;IAHC,IAAA,mBAAW,GAAE;IACb,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;;wDACO;AAKnB;IAHC,IAAA,mBAAW,GAAE;IACb,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;;yDACQ;AAIpB;IAFC,IAAA,mBAAW,GAAE;IACb,IAAA,wBAAM,GAAE;8BACQ,IAAI;8DAAC;AAKtB;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,GAAE;8BACO,IAAI;4DAAC;AAKrB;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;0DACU;AAKrB;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;wDACQ;AAGrB,MAAa,kBAAkB;CAS9B;AATD,gDASC;AANC;IAFC,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;kDACI;AAKf;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;qDACQ","sourcesContent":["import { IsArray, IsBoolean, IsDate, IsEnum, IsInt, IsNumber, IsOptional } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { ComptaType } from '../../../Enum/ComptaType';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\nimport { CardType } from '../../../Enum/Card';\nimport { LegalFormTypeEnum } from '../../../Enum/LegalForm';\n\nexport interface OrganizeBalanceSheetsResponse {\n plannedCardsCount: number;\n}\n\nexport class OrganizeBalanceSheets {\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n idTeam?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsArray()\n @IsInt({ each: true })\n idAccountants?: number[];\n\n @ApiProperty()\n @IsArray()\n @IsEnum(CardType, { each: true })\n cardType: CardType[];\n\n @ApiProperty()\n @IsDate()\n exerciceMonthDate: Date;\n\n @ApiProperty()\n @IsEnum(ComptaType)\n idComptaType: ComptaType;\n\n @ApiProperty()\n @IsArray()\n @IsEnum(LegalFormTypeEnum, { each: true })\n legalForms: LegalFormTypeEnum[];\n\n @ApiProperty()\n @IsBoolean()\n @ToBoolean()\n soldeIsOk: boolean;\n\n @ApiProperty()\n @IsBoolean()\n @ToBoolean()\n withSocial: boolean;\n\n @ApiProperty()\n @IsDate()\n assignDateStart: Date;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n assignDateEnd?: Date;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n nbCardByDay?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n idSociety?: number;\n}\n\nexport class AssignBalanceSheet {\n @ApiProperty()\n @IsNumber()\n idTeam: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n idSociety?: number;\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ModifyCustomerVat.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/card/ModifyCustomerVat.ts"],"names":[],"mappings":"AAGA,qBAAa,8BAA8B;IAGzC,MAAM,EAAE,MAAM,CAAC;IAKf,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ModifyCustomerVat.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/card/ModifyCustomerVat.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuD;AACvD,6CAAqE;AAErE,MAAa,8BAA8B;CAS1C;AATD,wEASC;AANC;IAFC,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;;8DACI;AAKf;IAHC,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;iEACQ","sourcesContent":["import { IsNumber, IsOptional } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class assignCustomerVatAutomatically {\n @ApiProperty()\n @IsNumber()\n idUser: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n idSociety?: number;\n}\n"]}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
export declare class ModifyTeamPlanning {
|
|
2
|
-
idUserMissing: number;
|
|
3
|
-
idUsers: number[];
|
|
4
|
-
startDate: Date;
|
|
5
|
-
endDate: Date;
|
|
6
|
-
}
|
|
7
|
-
export declare class ModifyExercisePlanning {
|
|
8
|
-
exerciseClosingDate: Date;
|
|
9
|
-
startDate: Date;
|
|
10
|
-
endDate: Date;
|
|
11
|
-
idUsers: number[];
|
|
12
|
-
}
|
|
13
|
-
export declare class AutomaticallyAssignTeamPlanning {
|
|
14
|
-
idTeam: number;
|
|
15
|
-
startDate: Date;
|
|
16
|
-
endDate: Date;
|
|
17
|
-
}
|
|
18
|
-
//# sourceMappingURL=ModifyPlanning.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ModifyPlanning.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/card/ModifyPlanning.ts"],"names":[],"mappings":"AAGA,qBAAa,kBAAkB;IAG7B,aAAa,EAAE,MAAM,CAAC;IAItB,OAAO,EAAE,MAAM,EAAE,CAAC;IAIlB,SAAS,EAAE,IAAI,CAAC;IAIhB,OAAO,EAAE,IAAI,CAAC;CACf;AAED,qBAAa,sBAAsB;IAGjC,mBAAmB,EAAE,IAAI,CAAC;IAI1B,SAAS,EAAE,IAAI,CAAC;IAIhB,OAAO,EAAE,IAAI,CAAC;IAId,OAAO,EAAE,MAAM,EAAE,CAAC;CACnB;AAED,qBAAa,+BAA+B;IAG1C,MAAM,EAAE,MAAM,CAAC;IAIf,SAAS,EAAE,IAAI,CAAC;IAIhB,OAAO,EAAE,IAAI,CAAC;CACf"}
|