@silexpert/core 1.3.195-7 → 1.3.195-9
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/UsersHistory.d.ts +6 -6
- package/dist/cjs/api/resources/UsersHistory.d.ts.map +1 -1
- package/dist/cjs/api/resources/UsersHistory.js +6 -6
- package/dist/cjs/api/resources/UsersHistory.js.map +1 -1
- 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 -0
- package/dist/cjs/api/resources.d.ts.map +1 -1
- package/dist/cjs/api/resources.js +4 -0
- package/dist/cjs/api/resources.js.map +1 -1
- package/dist/cjs/types/Enum/Card.d.ts +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/Enum/UsersHistory.d.ts +8 -10
- package/dist/cjs/types/Enum/UsersHistory.d.ts.map +1 -1
- package/dist/cjs/types/Enum/UsersHistory.js +29 -33
- package/dist/cjs/types/Enum/UsersHistory.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/usersHistory/Create.d.ts +9 -0
- package/dist/cjs/types/Interface/api/usersHistory/Create.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/{card/ModifyAcceptation.js → usersHistory/Create.js} +20 -22
- package/dist/cjs/types/Interface/api/usersHistory/Create.js.map +1 -0
- package/dist/cjs/types/Interface/api/usersHistory/Update.d.ts +7 -0
- package/dist/cjs/types/Interface/api/usersHistory/Update.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/usersHistory/Update.js +31 -0
- package/dist/cjs/types/Interface/api/usersHistory/Update.js.map +1 -0
- 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/api/webex/WebexMeeting.js +3 -0
- 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/Interface/models/IUsersHistory.d.ts +10 -6
- package/dist/cjs/types/Interface/models/IUsersHistory.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/IUsersHistory.js.map +1 -1
- package/dist/cjs/types/index.d.ts +16 -5
- package/dist/cjs/types/index.d.ts.map +1 -1
- package/dist/cjs/types/index.js +16 -5
- 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/prestation.d.ts.map +1 -1
- package/dist/cjs/utils/prestation.js +1 -0
- package/dist/cjs/utils/prestation.js.map +1 -1
- package/dist/cjs/utils/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/UsersHistory.d.ts +6 -6
- package/dist/mjs/api/resources/UsersHistory.d.ts.map +1 -1
- package/dist/mjs/api/resources/UsersHistory.js +12 -6
- package/dist/mjs/api/resources/UsersHistory.js.map +1 -1
- 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 -0
- package/dist/mjs/api/resources.d.ts.map +1 -1
- package/dist/mjs/api/resources.js +4 -0
- package/dist/mjs/api/resources.js.map +1 -1
- package/dist/mjs/types/Enum/Card.d.ts +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/Enum/UsersHistory.d.ts +8 -10
- package/dist/mjs/types/Enum/UsersHistory.d.ts.map +1 -1
- package/dist/mjs/types/Enum/UsersHistory.js +28 -32
- package/dist/mjs/types/Enum/UsersHistory.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/authentification/SetMobileApprovalDto.js +25 -0
- 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/usersHistory/Create.d.ts +9 -0
- package/dist/mjs/types/Interface/api/usersHistory/Create.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/{card/ModifyAcceptation.js → usersHistory/Create.js} +20 -21
- package/dist/mjs/types/Interface/api/usersHistory/Create.js.map +1 -0
- package/dist/mjs/types/Interface/api/usersHistory/Update.d.ts +7 -0
- package/dist/mjs/types/Interface/api/usersHistory/Update.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/{card/ModifyCustomerVat.js → usersHistory/Update.js} +14 -12
- package/dist/mjs/types/Interface/api/usersHistory/Update.js.map +1 -0
- 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/Interface/models/IUsersHistory.d.ts +10 -6
- package/dist/mjs/types/Interface/models/IUsersHistory.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/IUsersHistory.js.map +1 -1
- package/dist/mjs/types/index.d.ts +16 -5
- package/dist/mjs/types/index.d.ts.map +1 -1
- package/dist/mjs/types/index.js +16 -5
- 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/prestation.d.ts.map +1 -1
- package/dist/mjs/utils/prestation.js +1 -0
- package/dist/mjs/utils/prestation.js.map +1 -1
- package/dist/mjs/utils/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/UsersHistory.ts +17 -11
- package/ts/api/resources/Webex.ts +16 -0
- package/ts/api/resources.ts +4 -0
- 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/Enum/UsersHistory.ts +20 -24
- 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/usersHistory/Create.ts +24 -0
- package/ts/types/Interface/api/usersHistory/Update.ts +17 -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/Interface/models/IUsersHistory.ts +14 -6
- package/ts/types/index.ts +17 -5
- package/ts/utils/commercialManagement/internationalization/choices.ts +21 -19
- package/ts/utils/index.ts +1 -0
- package/ts/utils/prestation.ts +1 -0
- package/ts/utils/societyApproval.ts +129 -0
- 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.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/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.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/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/index.ts
CHANGED
|
@@ -3,6 +3,7 @@ export * from './Interface/models/ICallHistory';
|
|
|
3
3
|
export * from './Interface/models/IBusinessLineUser';
|
|
4
4
|
export * from './Interface/models/IVisualizedInformation';
|
|
5
5
|
export * from './Interface/models/IApiError';
|
|
6
|
+
export * from './Interface/models/ILoginApproval';
|
|
6
7
|
export * from './Interface/models/ISms';
|
|
7
8
|
export * from './Interface/models/IAccessToken';
|
|
8
9
|
export * from './Interface/models/IAccountDetail';
|
|
@@ -289,6 +290,7 @@ export * from './Interface/models/ILoanFile';
|
|
|
289
290
|
export * from './Interface/models/ICommercialMail';
|
|
290
291
|
export * from './Interface/models/ICommercialOffer';
|
|
291
292
|
export * from './Interface/models/IRegistration';
|
|
293
|
+
export * from './Interface/api/mfa/mfa';
|
|
292
294
|
export * from './Interface/models/IVatRegimeHistory';
|
|
293
295
|
export * from './Interface/models/ICustomerAcceptance';
|
|
294
296
|
export * from './Interface/models/IUnpaidCallHistory';
|
|
@@ -342,6 +344,8 @@ export * from './Enum/Feature';
|
|
|
342
344
|
export * from './Enum/AutomaticRegistration';
|
|
343
345
|
export * from './Enum/IntermediateManagementRebate';
|
|
344
346
|
export * from './Enum/Das';
|
|
347
|
+
export * from './Enum/LoginApprovalStatus';
|
|
348
|
+
export * from './Enum/MfaMode';
|
|
345
349
|
export * from './Enum/ChangeLog';
|
|
346
350
|
export * from './Enum/VisualizedInformation';
|
|
347
351
|
export * from './Enum/NafCode';
|
|
@@ -481,6 +485,7 @@ export * from './Enum/ChecklistType';
|
|
|
481
485
|
export * from './Enum/NotificationType';
|
|
482
486
|
export * from './Enum/TaskResponseType';
|
|
483
487
|
export * from './Enum/InternalService';
|
|
488
|
+
export * from './Enum/SocietyApproval';
|
|
484
489
|
export * from './Enum/SocietyTypeEvent';
|
|
485
490
|
export * from './Enum/Call';
|
|
486
491
|
export * from './Enum/ConnectionError';
|
|
@@ -562,11 +567,13 @@ export * from './Enum/PaymentAttempt';
|
|
|
562
567
|
export * from './Enum/InformationRequestType';
|
|
563
568
|
export * from './Enum/InformationRequestState';
|
|
564
569
|
export * from './Enum/Revenue';
|
|
570
|
+
export * from './Enum/EbookIntention';
|
|
565
571
|
export * from './Enum/UsersHistory';
|
|
566
572
|
|
|
567
573
|
// Interfaces API
|
|
568
574
|
export * from './Interface/api/authentification/AuthenticationResponse';
|
|
569
575
|
export * from './Interface/api/exercice/ReadExercice';
|
|
576
|
+
export * from './Interface/api/authentification/AuthenticationResponse';
|
|
570
577
|
export * from './Interface/api/balanceSheet/consistency/Read';
|
|
571
578
|
export * from './Interface/api/kilometricAllowance/ReadKilometricAllowance';
|
|
572
579
|
export * from './Interface/api/cashAndExpense/Query';
|
|
@@ -657,6 +664,7 @@ export * from './Interface/api/facturation/CreateRebilling';
|
|
|
657
664
|
export * from './Interface/api/facturation/GoToFacturation';
|
|
658
665
|
export * from './Interface/api/facturation/ReadRecommanded';
|
|
659
666
|
export * from './Interface/api/OnBoarding';
|
|
667
|
+
export * from './Interface/api/SocietyApproval';
|
|
660
668
|
export * from './Interface/api/commercial/Query';
|
|
661
669
|
export * from './Interface/api/commercial/QueryGetStats';
|
|
662
670
|
export * from './Interface/api/commercial/QueryGetStatsHistory';
|
|
@@ -785,6 +793,9 @@ export * from './Interface/api/constitutionHistory/QueryPaginatedConstitutionHis
|
|
|
785
793
|
export * from './Interface/api/userSpecialDay/BodyUserSpecialDay';
|
|
786
794
|
export * from './Interface/api/userSpecialDay/QueryUserSpecialDay';
|
|
787
795
|
export * from './Interface/api/oldExportInfo/OldExpertInfos';
|
|
796
|
+
export * from './Interface/api/usersHistory/Create';
|
|
797
|
+
export * from './Interface/api/usersHistory/Update';
|
|
798
|
+
|
|
788
799
|
|
|
789
800
|
// export * from './Interface/api/survey/QuerySurvey';
|
|
790
801
|
export * from './Interface/api/survey/ReadSurvey';
|
|
@@ -1060,6 +1071,7 @@ export * from './Interface/api/changelog/Create';
|
|
|
1060
1071
|
export * from './Interface/api/authentification/ReadAuthenticateCollaborater';
|
|
1061
1072
|
export * from './Interface/api/authentification/ResetPassword';
|
|
1062
1073
|
export * from './Interface/api/authentification/ForgotPassword';
|
|
1074
|
+
export * from './Interface/api/authentification/loginApproval';
|
|
1063
1075
|
export * from './Interface/api/society/Export';
|
|
1064
1076
|
export * from './Interface/api/society/State';
|
|
1065
1077
|
export * from './Interface/api/businessSector/Create';
|
|
@@ -1076,9 +1088,7 @@ export * from './Interface/api/vatControl/QueryVatControl';
|
|
|
1076
1088
|
export * from './Interface/api/terminationList/QueryPaginateTerminationList';
|
|
1077
1089
|
export * from './Interface/api/card/QueryUserCards';
|
|
1078
1090
|
export * from './Interface/api/card/QueryUserCardsStats';
|
|
1079
|
-
export * from './Interface/api/card/Query';
|
|
1080
1091
|
export * from './Interface/api/card/UpdateCard';
|
|
1081
|
-
export * from './Interface/api/card/ModifyPlanning';
|
|
1082
1092
|
export * from './Interface/api/notion/NotionResponse';
|
|
1083
1093
|
export * from './Interface/api/IntermediateManagementRebate';
|
|
1084
1094
|
export * from './Interface/api/equipment/Query';
|
|
@@ -1132,9 +1142,6 @@ export * from './Interface/api/previsionalForm/CreatePrevisionalForm';
|
|
|
1132
1142
|
export * from './Interface/api/toDoExpress/Query';
|
|
1133
1143
|
export * from './Interface/api/toDoExpress/Read';
|
|
1134
1144
|
export * from './Interface/api/config/ConfigType';
|
|
1135
|
-
export * from './Interface/api/card/ModifyBalanceSheet';
|
|
1136
|
-
export * from './Interface/api/card/ModifyAcceptation';
|
|
1137
|
-
export * from './Interface/api/card/ModifyCustomerVat';
|
|
1138
1145
|
export * from './Interface/api/card/Cron';
|
|
1139
1146
|
export * from './Interface/api/user/RegisterProspect';
|
|
1140
1147
|
export * from './Interface/api/user/RegisterWebhook';
|
|
@@ -1196,3 +1203,8 @@ export * from './Interface/api/refund/QueryRefundPaginated';
|
|
|
1196
1203
|
export * from './Interface/api/revenue/revenueMovement';
|
|
1197
1204
|
export * from './Interface/api/revenue/revenueSnapshot';
|
|
1198
1205
|
export * from './Interface/api/revenue/revenueSnapshotGenerate';
|
|
1206
|
+
export * from './Interface/api/webex/GetWebinarsParams';
|
|
1207
|
+
export * from './Interface/api/webex/PaginatedWebinars';
|
|
1208
|
+
export * from './Interface/api/webex/WebexMeeting';
|
|
1209
|
+
export * from './Interface/api/webex/WebexRegistrant';
|
|
1210
|
+
export * from './Interface/api/bankAccount/Benchmark';
|
|
@@ -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
package/ts/utils/prestation.ts
CHANGED
|
@@ -385,6 +385,7 @@ const calculatePrestationPriceWithPriceGrid = (
|
|
|
385
385
|
if (totalMonth > 0) {
|
|
386
386
|
if (isYearly) {
|
|
387
387
|
yearlyPrice = (10 - totalMonth) * (yearlyPrice ? yearlyPrice / 10 : 0);
|
|
388
|
+
monthNbr = monthNbr - totalMonth;
|
|
388
389
|
} else {
|
|
389
390
|
monthNbr = monthNbr - totalMonth;
|
|
390
391
|
}
|
|
@@ -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 +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 +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"}
|